JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / _source / lang / ro.js
1 /*\r
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
8  * Romanian language.\r
9  */\r
10 \r
11 /**#@+\r
12    @type String\r
13    @example\r
14 */\r
15 \r
16 /**\r
17  * Constains the dictionary of language entries.\r
18  * @namespace\r
19  */\r
20 CKEDITOR.lang['ro'] =\r
21 {\r
22         /**\r
23          * The language reading direction. Possible values are "rtl" for\r
24          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
25          * languages (like English).\r
26          * @default 'ltr'\r
27          */\r
28         dir : 'ltr',\r
29 \r
30         /*\r
31          * Screenreader titles. Please note that screenreaders are not always capable\r
32          * of reading non-English words. So be careful while translating it.\r
33          */\r
34         editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
35 \r
36         // ARIA descriptions.\r
37         toolbar : 'Toolbar', // MISSING\r
38         editor  : 'Rich Text Editor', // MISSING\r
39 \r
40         // Toolbar buttons without dialogs.\r
41         source                  : 'Sursa',\r
42         newPage                 : 'Pagină nouă',\r
43         save                    : 'Salvează',\r
44         preview                 : 'Previzualizare',\r
45         cut                             : 'Taie',\r
46         copy                    : 'Copiază',\r
47         paste                   : 'Adaugă',\r
48         print                   : 'Printează',\r
49         underline               : 'Subliniat (underline)',\r
50         bold                    : 'Îngroşat (bold)',\r
51         italic                  : 'Înclinat (italic)',\r
52         selectAll               : 'Selectează tot',\r
53         removeFormat    : 'Înlătură formatarea',\r
54         strike                  : 'Tăiat (strike through)',\r
55         subscript               : 'Indice (subscript)',\r
56         superscript             : 'Putere (superscript)',\r
57         horizontalrule  : 'Inserează linie orizontă',\r
58         pagebreak               : 'Inserează separator de pagină (Page Break)',\r
59         pagebreakAlt            : 'Page Break', // MISSING\r
60         unlink                  : 'Înlătură link (legătură web)',\r
61         undo                    : 'Starea anterioară (undo)',\r
62         redo                    : 'Starea ulterioară (redo)',\r
63 \r
64         // Common messages and labels.\r
65         common :\r
66         {\r
67                 browseServer    : 'Răsfoieşte server',\r
68                 url                             : 'URL',\r
69                 protocol                : 'Protocol',\r
70                 upload                  : 'Încarcă',\r
71                 uploadSubmit    : 'Trimite la server',\r
72                 image                   : 'Imagine',\r
73                 flash                   : 'Flash',\r
74                 form                    : 'Formular (Form)',\r
75                 checkbox                : 'Bifă (Checkbox)',\r
76                 radio                   : 'Buton radio (RadioButton)',\r
77                 textField               : 'Câmp text (TextField)',\r
78                 textarea                : 'Suprafaţă text (Textarea)',\r
79                 hiddenField             : 'Câmp ascuns (HiddenField)',\r
80                 button                  : 'Buton',\r
81                 select                  : 'Câmp selecţie (SelectionField)',\r
82                 imageButton             : 'Buton imagine (ImageButton)',\r
83                 notSet                  : '<nesetat>',\r
84                 id                              : 'Id',\r
85                 name                    : 'Nume',\r
86                 langDir                 : 'Direcţia cuvintelor',\r
87                 langDirLtr              : 'stânga-dreapta (LTR)',\r
88                 langDirRtl              : 'dreapta-stânga (RTL)',\r
89                 langCode                : 'Codul limbii',\r
90                 longDescr               : 'Descrierea lungă URL',\r
91                 cssClass                : 'Clasele cu stilul paginii (CSS)',\r
92                 advisoryTitle   : 'Titlul consultativ',\r
93                 cssStyle                : 'Stil',\r
94                 ok                              : 'Bine',\r
95                 cancel                  : 'Anulare',\r
96                 close                   : 'Close', // MISSING\r
97                 preview                 : 'Preview', // MISSING\r
98                 generalTab              : 'General', // MISSING\r
99                 advancedTab             : 'Avansat',\r
100                 validateNumberFailed : 'This value is not a number.', // MISSING\r
101                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING\r
102                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING\r
103                 options                 : 'Options', // MISSING\r
104                 target                  : 'Target', // MISSING\r
105                 targetNew               : 'New Window (_blank)', // MISSING\r
106                 targetTop               : 'Topmost Window (_top)', // MISSING\r
107                 targetSelf              : 'Same Window (_self)', // MISSING\r
108                 targetParent    : 'Parent Window (_parent)', // MISSING\r
109                 langDirLTR              : 'Left to Right (LTR)', // MISSING\r
110                 langDirRTL              : 'Right to Left (RTL)', // MISSING\r
111                 styles                  : 'Style', // MISSING\r
112                 cssClasses              : 'Stylesheet Classes', // MISSING\r
113                 width                   : 'Lăţime',\r
114                 height                  : 'Înălţime',\r
115                 align                   : 'Aliniere',\r
116                 alignLeft               : 'Stânga',\r
117                 alignRight              : 'Dreapta',\r
118                 alignCenter             : 'Centru',\r
119                 alignTop                : 'Sus',\r
120                 alignMiddle             : 'Mijloc',\r
121                 alignBottom             : 'Jos',\r
122                 invalidHeight   : 'Height must be a number.', // MISSING\r
123                 invalidWidth    : 'Width must be a number.', // MISSING\r
124 \r
125                 // Put the voice-only part of the label in the span.\r
126                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
127         },\r
128 \r
129         contextmenu :\r
130         {\r
131                 options : 'Context Menu Options' // MISSING\r
132         },\r
133 \r
134         // Special char dialog.\r
135         specialChar             :\r
136         {\r
137                 toolbar         : 'Inserează caracter special',\r
138                 title           : 'Selectează caracter special',\r
139                 options : 'Special Character Options' // MISSING\r
140         },\r
141 \r
142         // Link dialog.\r
143         link :\r
144         {\r
145                 toolbar         : 'Inserează/Editează link (legătură web)',\r
146                 other           : '<alt>',\r
147                 menu            : 'Editează Link',\r
148                 title           : 'Link (Legătură web)',\r
149                 info            : 'Informaţii despre link (Legătură web)',\r
150                 target          : 'Ţintă (Target)',\r
151                 upload          : 'Încarcă',\r
152                 advanced        : 'Avansat',\r
153                 type            : 'Tipul link-ului (al legăturii web)',\r
154                 toUrl           : 'URL', // MISSING\r
155                 toAnchor        : 'Ancoră în această pagină',\r
156                 toEmail         : 'E-Mail',\r
157                 targetFrame             : '<frame>',\r
158                 targetPopup             : '<fereastra popup>',\r
159                 targetFrameName : 'Numele frame-ului ţintă',\r
160                 targetPopupName : 'Numele ferestrei popup',\r
161                 popupFeatures   : 'Proprietăţile ferestrei popup',\r
162                 popupResizable  : 'Resizable', // MISSING\r
163                 popupStatusBar  : 'Bara de status',\r
164                 popupLocationBar: 'Bara de locaţie',\r
165                 popupToolbar    : 'Bara de opţiuni',\r
166                 popupMenuBar    : 'Bara de meniu',\r
167                 popupFullScreen : 'Tot ecranul (Full Screen)(IE)',\r
168                 popupScrollBars : 'Scroll Bars',\r
169                 popupDependent  : 'Dependent (Netscape)',\r
170                 popupLeft               : 'Poziţia la stânga',\r
171                 popupTop                : 'Poziţia la dreapta',\r
172                 id                              : 'Id', // MISSING\r
173                 langDir                 : 'Direcţia cuvintelor',\r
174                 langDirLTR              : 'stânga-dreapta (LTR)',\r
175                 langDirRTL              : 'dreapta-stânga (RTL)',\r
176                 acccessKey              : 'Tasta de acces',\r
177                 name                    : 'Nume',\r
178                 langCode                        : 'Direcţia cuvintelor',\r
179                 tabIndex                        : 'Indexul tabului',\r
180                 advisoryTitle           : 'Titlul consultativ',\r
181                 advisoryContentType     : 'Tipul consultativ al titlului',\r
182                 cssClasses              : 'Clasele cu stilul paginii (CSS)',\r
183                 charset                 : 'Setul de caractere al resursei legate',\r
184                 styles                  : 'Stil',\r
185                 rel                     : 'Relationship', // MISSING\r
186                 selectAnchor            : 'Selectaţi o ancoră',\r
187                 anchorName              : 'după numele ancorei',\r
188                 anchorId                        : 'după Id-ul elementului',\r
189                 emailAddress            : 'Adresă de e-mail',\r
190                 emailSubject            : 'Subiectul mesajului',\r
191                 emailBody               : 'Conţinutul mesajului',\r
192                 noAnchors               : '(Nicio ancoră disponibilă în document)',\r
193                 noUrl                   : 'Vă rugăm să scrieţi URL-ul',\r
194                 noEmail                 : 'Vă rugăm să scrieţi adresa de e-mail'\r
195         },\r
196 \r
197         // Anchor dialog\r
198         anchor :\r
199         {\r
200                 toolbar         : 'Inserează/Editează ancoră',\r
201                 menu            : 'Proprietăţi ancoră',\r
202                 title           : 'Proprietăţi ancoră',\r
203                 name            : 'Numele ancorei',\r
204                 errorName       : 'Vă rugăm scrieţi numele ancorei'\r
205         },\r
206 \r
207         // List style dialog\r
208         list:\r
209         {\r
210                 numberedTitle           : 'Numbered List Properties', // MISSING\r
211                 bulletedTitle           : 'Bulleted List Properties', // MISSING\r
212                 type                            : 'Type', // MISSING\r
213                 start                           : 'Start', // MISSING\r
214                 validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
215                 circle                          : 'Circle', // MISSING\r
216                 disc                            : 'Disc', // MISSING\r
217                 square                          : 'Square', // MISSING\r
218                 none                            : 'None', // MISSING\r
219                 notset                          : '<not set>', // MISSING\r
220                 armenian                        : 'Armenian numbering', // MISSING\r
221                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
222                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
223                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
224                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
225                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
226                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
227                 decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
228                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
229         },\r
230 \r
231         // Find And Replace Dialog\r
232         findAndReplace :\r
233         {\r
234                 title                           : 'Găseşte şi înlocuieşte',\r
235                 find                            : 'Găseşte',\r
236                 replace                         : 'Înlocuieşte',\r
237                 findWhat                        : 'Găseşte:',\r
238                 replaceWith                     : 'Înlocuieşte cu:',\r
239                 notFoundMsg                     : 'Textul specificat nu a fost găsit.',\r
240                 matchCase                       : 'Deosebeşte majuscule de minuscule (Match case)',\r
241                 matchWord                       : 'Doar cuvintele întregi',\r
242                 matchCyclic                     : 'Match cyclic', // MISSING\r
243                 replaceAll                      : 'Înlocuieşte tot',\r
244                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING\r
245         },\r
246 \r
247         // Table Dialog\r
248         table :\r
249         {\r
250                 toolbar         : 'Tabel',\r
251                 title           : 'Proprietăţile tabelului',\r
252                 menu            : 'Proprietăţile tabelului',\r
253                 deleteTable     : 'Şterge tabel',\r
254                 rows            : 'Linii',\r
255                 columns         : 'Coloane',\r
256                 border          : 'Mărimea marginii',\r
257                 widthPx         : 'pixeli',\r
258                 widthPc         : 'procente',\r
259                 widthUnit       : 'width unit', // MISSING\r
260                 cellSpace       : 'Spaţiu între celule',\r
261                 cellPad         : 'Spaţiu în cadrul celulei',\r
262                 caption         : 'Titlu (Caption)',\r
263                 summary         : 'Rezumat',\r
264                 headers         : 'Headers', // MISSING\r
265                 headersNone             : 'None', // MISSING\r
266                 headersColumn   : 'First column', // MISSING\r
267                 headersRow              : 'First Row', // MISSING\r
268                 headersBoth             : 'Both', // MISSING\r
269                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING\r
270                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING\r
271                 invalidBorder   : 'Border size must be a number.', // MISSING\r
272                 invalidWidth    : 'Table width must be a number.', // MISSING\r
273                 invalidHeight   : 'Table height must be a number.', // MISSING\r
274                 invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING\r
275                 invalidCellPadding      : 'Cell padding must be a number.', // MISSING\r
276 \r
277                 cell :\r
278                 {\r
279                         menu                    : 'Celulă',\r
280                         insertBefore    : 'Inserează celulă înainte',\r
281                         insertAfter             : 'Inserează celulă după',\r
282                         deleteCell              : 'Şterge celule',\r
283                         merge                   : 'Uneşte celule',\r
284                         mergeRight              : 'Uneşte la dreapta',\r
285                         mergeDown               : 'Uneşte jos',\r
286                         splitHorizontal : 'Împarte celula pe orizontală',\r
287                         splitVertical   : 'Împarte celula pe verticală',\r
288                         title                   : 'Cell Properties', // MISSING\r
289                         cellType                : 'Cell Type', // MISSING\r
290                         rowSpan                 : 'Rows Span', // MISSING\r
291                         colSpan                 : 'Columns Span', // MISSING\r
292                         wordWrap                : 'Word Wrap', // MISSING\r
293                         hAlign                  : 'Horizontal Alignment', // MISSING\r
294                         vAlign                  : 'Vertical Alignment', // MISSING\r
295                         alignBaseline   : 'Baseline', // MISSING\r
296                         bgColor                 : 'Background Color', // MISSING\r
297                         borderColor             : 'Border Color', // MISSING\r
298                         data                    : 'Data', // MISSING\r
299                         header                  : 'Header', // MISSING\r
300                         yes                             : 'Yes', // MISSING\r
301                         no                              : 'No', // MISSING\r
302                         invalidWidth    : 'Cell width must be a number.', // MISSING\r
303                         invalidHeight   : 'Cell height must be a number.', // MISSING\r
304                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING\r
305                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING\r
306                         chooseColor             : 'Choose' // MISSING\r
307                 },\r
308 \r
309                 row :\r
310                 {\r
311                         menu                    : 'Linie',\r
312                         insertBefore    : 'Inserează linie înainte',\r
313                         insertAfter             : 'Inserează linie după',\r
314                         deleteRow               : 'Şterge linii'\r
315                 },\r
316 \r
317                 column :\r
318                 {\r
319                         menu                    : 'Coloană',\r
320                         insertBefore    : 'Inserează coloană înainte',\r
321                         insertAfter             : 'Inserează coloană după',\r
322                         deleteColumn    : 'Şterge celule'\r
323                 }\r
324         },\r
325 \r
326         // Button Dialog.\r
327         button :\r
328         {\r
329                 title           : 'Proprietăţi buton',\r
330                 text            : 'Text (Valoare)',\r
331                 type            : 'Tip',\r
332                 typeBtn         : 'Button',\r
333                 typeSbm         : 'Submit',\r
334                 typeRst         : 'Reset'\r
335         },\r
336 \r
337         // Checkbox and Radio Button Dialogs.\r
338         checkboxAndRadio :\r
339         {\r
340                 checkboxTitle : 'Proprietăţi bifă (Checkbox)',\r
341                 radioTitle      : 'Proprietăţi buton radio (Radio Button)',\r
342                 value           : 'Valoare',\r
343                 selected        : 'Selectat'\r
344         },\r
345 \r
346         // Form Dialog.\r
347         form :\r
348         {\r
349                 title           : 'Proprietăţi formular (Form)',\r
350                 menu            : 'Proprietăţi formular (Form)',\r
351                 action          : 'Acţiune',\r
352                 method          : 'Metodă',\r
353                 encoding        : 'Encoding' // MISSING\r
354         },\r
355 \r
356         // Select Field Dialog.\r
357         select :\r
358         {\r
359                 title           : 'Proprietăţi câmp selecţie (Selection Field)',\r
360                 selectInfo      : 'Informaţii',\r
361                 opAvail         : 'Opţiuni disponibile',\r
362                 value           : 'Valoare',\r
363                 size            : 'Mărime',\r
364                 lines           : 'linii',\r
365                 chkMulti        : 'Permite selecţii multiple',\r
366                 opText          : 'Text',\r
367                 opValue         : 'Valoare',\r
368                 btnAdd          : 'Adaugă',\r
369                 btnModify       : 'Modifică',\r
370                 btnUp           : 'Sus',\r
371                 btnDown         : 'Jos',\r
372                 btnSetValue : 'Setează ca valoare selectată',\r
373                 btnDelete       : 'Şterge'\r
374         },\r
375 \r
376         // Textarea Dialog.\r
377         textarea :\r
378         {\r
379                 title           : 'Proprietăţi suprafaţă text (Textarea)',\r
380                 cols            : 'Coloane',\r
381                 rows            : 'Linii'\r
382         },\r
383 \r
384         // Text Field Dialog.\r
385         textfield :\r
386         {\r
387                 title           : 'Proprietăţi câmp text (Text Field)',\r
388                 name            : 'Nume',\r
389                 value           : 'Valoare',\r
390                 charWidth       : 'Lărgimea caracterului',\r
391                 maxChars        : 'Caractere maxime',\r
392                 type            : 'Tip',\r
393                 typeText        : 'Text',\r
394                 typePass        : 'Parolă'\r
395         },\r
396 \r
397         // Hidden Field Dialog.\r
398         hidden :\r
399         {\r
400                 title   : 'Proprietăţi câmp ascuns (Hidden Field)',\r
401                 name    : 'Nume',\r
402                 value   : 'Valoare'\r
403         },\r
404 \r
405         // Image Dialog.\r
406         image :\r
407         {\r
408                 title           : 'Proprietăţile imaginii',\r
409                 titleButton     : 'Proprietăţi buton imagine (Image Button)',\r
410                 menu            : 'Proprietăţile imaginii',\r
411                 infoTab         : 'Informaţii despre imagine',\r
412                 btnUpload       : 'Trimite la server',\r
413                 upload          : 'Încarcă',\r
414                 alt                     : 'Text alternativ',\r
415                 lockRatio       : 'Păstrează proporţiile',\r
416                 unlockRatio     : 'Unlock Ratio', // MISSING\r
417                 resetSize       : 'Resetează mărimea',\r
418                 border          : 'Margine',\r
419                 hSpace          : 'HSpace',\r
420                 vSpace          : 'VSpace',\r
421                 alertUrl        : 'Vă rugăm să scrieţi URL-ul imaginii',\r
422                 linkTab         : 'Link (Legătură web)',\r
423                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING\r
424                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING\r
425                 urlMissing      : 'Image source URL is missing.', // MISSING\r
426                 validateBorder  : 'Border must be a whole number.', // MISSING\r
427                 validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
428                 validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
429         },\r
430 \r
431         // Flash Dialog\r
432         flash :\r
433         {\r
434                 properties              : 'Proprietăţile flash-ului',\r
435                 propertiesTab   : 'Properties', // MISSING\r
436                 title                   : 'Proprietăţile flash-ului',\r
437                 chkPlay                 : 'Rulează automat',\r
438                 chkLoop                 : 'Repetă (Loop)',\r
439                 chkMenu                 : 'Activează meniul flash',\r
440                 chkFull                 : 'Allow Fullscreen', // MISSING\r
441                 scale                   : 'Scală',\r
442                 scaleAll                : 'Arată tot',\r
443                 scaleNoBorder   : 'Fără margini (No border)',\r
444                 scaleFit                : 'Potriveşte',\r
445                 access                  : 'Script Access', // MISSING\r
446                 accessAlways    : 'Always', // MISSING\r
447                 accessSameDomain: 'Same domain', // MISSING\r
448                 accessNever             : 'Never', // MISSING\r
449                 alignAbsBottom  : 'Jos absolut (Abs Bottom)',\r
450                 alignAbsMiddle  : 'Mijloc absolut (Abs Middle)',\r
451                 alignBaseline   : 'Linia de jos (Baseline)',\r
452                 alignTextTop    : 'Text sus',\r
453                 quality                 : 'Quality', // MISSING\r
454                 qualityBest             : 'Best', // MISSING\r
455                 qualityHigh             : 'High', // MISSING\r
456                 qualityAutoHigh : 'Auto High', // MISSING\r
457                 qualityMedium   : 'Medium', // MISSING\r
458                 qualityAutoLow  : 'Auto Low', // MISSING\r
459                 qualityLow              : 'Low', // MISSING\r
460                 windowModeWindow: 'Window', // MISSING\r
461                 windowModeOpaque: 'Opaque', // MISSING\r
462                 windowModeTransparent : 'Transparent', // MISSING\r
463                 windowMode              : 'Window mode', // MISSING\r
464                 flashvars               : 'Variables for Flash', // MISSING\r
465                 bgcolor                 : 'Coloarea fundalului',\r
466                 hSpace                  : 'HSpace',\r
467                 vSpace                  : 'VSpace',\r
468                 validateSrc             : 'Vă rugăm să scrieţi URL-ul',\r
469                 validateHSpace  : 'HSpace must be a number.', // MISSING\r
470                 validateVSpace  : 'VSpace must be a number.' // MISSING\r
471         },\r
472 \r
473         // Speller Pages Dialog\r
474         spellCheck :\r
475         {\r
476                 toolbar                 : 'Verifică text',\r
477                 title                   : 'Spell Check', // MISSING\r
478                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING\r
479                 errorLoading    : 'Error loading application service host: %s.', // MISSING\r
480                 notInDic                : 'Nu e în dicţionar',\r
481                 changeTo                : 'Schimbă în',\r
482                 btnIgnore               : 'Ignoră',\r
483                 btnIgnoreAll    : 'Ignoră toate',\r
484                 btnReplace              : 'Înlocuieşte',\r
485                 btnReplaceAll   : 'Înlocuieşte tot',\r
486                 btnUndo                 : 'Starea anterioară (undo)',\r
487                 noSuggestions   : '- Fără sugestii -',\r
488                 progress                : 'Verificarea textului în desfăşurare...',\r
489                 noMispell               : 'Verificarea textului terminată: Nicio greşeală găsită',\r
490                 noChanges               : 'Verificarea textului terminată: Niciun cuvânt modificat',\r
491                 oneChange               : 'Verificarea textului terminată: Un cuvânt modificat',\r
492                 manyChanges             : 'Verificarea textului terminată: 1% cuvinte modificate',\r
493                 ieSpellDownload : 'Unealta pentru verificat textul (Spell checker) neinstalată. Doriţi să o descărcaţi acum?'\r
494         },\r
495 \r
496         smiley :\r
497         {\r
498                 toolbar : 'Figură expresivă (Emoticon)',\r
499                 title   : 'Inserează o figură expresivă (Emoticon)',\r
500                 options : 'Smiley Options' // MISSING\r
501         },\r
502 \r
503         elementsPath :\r
504         {\r
505                 eleLabel : 'Elements path', // MISSING\r
506                 eleTitle : '%1 element' // MISSING\r
507         },\r
508 \r
509         numberedlist    : 'Listă numerotată',\r
510         bulletedlist    : 'Listă cu puncte',\r
511         indent                  : 'Creşte indentarea',\r
512         outdent                 : 'Scade indentarea',\r
513 \r
514         justify :\r
515         {\r
516                 left    : 'Aliniere la stânga',\r
517                 center  : 'Aliniere centrală',\r
518                 right   : 'Aliniere la dreapta',\r
519                 block   : 'Aliniere în bloc (Block Justify)'\r
520         },\r
521 \r
522         blockquote : 'Citat',\r
523 \r
524         clipboard :\r
525         {\r
526                 title           : 'Adaugă',\r
527                 cutError        : 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de tăiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+X).',\r
528                 copyError       : 'Setările de securitate ale navigatorului (browser) pe care îl folosiţi nu permit editorului să execute automat operaţiunea de copiere. Vă rugăm folosiţi tastatura (Ctrl/Cmd+C).',\r
529                 pasteMsg        : 'Vă rugăm adăugaţi în căsuţa următoare folosind tastatura (<STRONG>Ctrl/Cmd+V</STRONG>) şi apăsaţi <STRONG>OK</STRONG>.',\r
530                 securityMsg     : 'Din cauza setărilor de securitate ale programului dvs. cu care navigaţi pe internet (browser), editorul nu poate accesa direct datele din clipboard. Va trebui să adăugaţi din nou datele în această fereastră.',\r
531                 pasteArea       : 'Paste Area' // MISSING\r
532         },\r
533 \r
534         pastefromword :\r
535         {\r
536                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
537                 toolbar                 : 'Adaugă din Word',\r
538                 title                   : 'Adaugă din Word',\r
539                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
540         },\r
541 \r
542         pasteText :\r
543         {\r
544                 button  : 'Adaugă ca text simplu (Plain Text)',\r
545                 title   : 'Adaugă ca text simplu (Plain Text)'\r
546         },\r
547 \r
548         templates :\r
549         {\r
550                 button                  : 'Template-uri (şabloane)',\r
551                 title                   : 'Template-uri (şabloane) de conţinut',\r
552                 options : 'Template Options', // MISSING\r
553                 insertOption    : 'Înlocuieşte cuprinsul actual',\r
554                 selectPromptMsg : 'Vă rugăm selectaţi template-ul (şablonul) ce se va deschide în editor<br>(conţinutul actual va fi pierdut):',\r
555                 emptyListMsg    : '(Niciun template (şablon) definit)'\r
556         },\r
557 \r
558         showBlocks : 'Arată blocurile',\r
559 \r
560         stylesCombo :\r
561         {\r
562                 label           : 'Stil',\r
563                 panelTitle      : 'Formatting Styles', // MISSING\r
564                 panelTitle1     : 'Block Styles', // MISSING\r
565                 panelTitle2     : 'Inline Styles', // MISSING\r
566                 panelTitle3     : 'Object Styles' // MISSING\r
567         },\r
568 \r
569         format :\r
570         {\r
571                 label           : 'Formatare',\r
572                 panelTitle      : 'Formatare',\r
573 \r
574                 tag_p           : 'Normal',\r
575                 tag_pre         : 'Formatted',\r
576                 tag_address     : 'Address',\r
577                 tag_h1          : 'Heading 1',\r
578                 tag_h2          : 'Heading 2',\r
579                 tag_h3          : 'Heading 3',\r
580                 tag_h4          : 'Heading 4',\r
581                 tag_h5          : 'Heading 5',\r
582                 tag_h6          : 'Heading 6',\r
583                 tag_div         : 'Normal (DIV)'\r
584         },\r
585 \r
586         div :\r
587         {\r
588                 title                           : 'Create Div Container', // MISSING\r
589                 toolbar                         : 'Create Div Container', // MISSING\r
590                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
591                 styleSelectLabel        : 'Style', // MISSING\r
592                 IdInputLabel            : 'Id', // MISSING\r
593                 languageCodeInputLabel  : ' Language Code', // MISSING\r
594                 inlineStyleInputLabel   : 'Inline Style', // MISSING\r
595                 advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
596                 langDirLabel            : 'Language Direction', // MISSING\r
597                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
598                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
599                 edit                            : 'Edit Div', // MISSING\r
600                 remove                          : 'Remove Div' // MISSING\r
601         },\r
602 \r
603         iframe :\r
604         {\r
605                 title           : 'IFrame Properties', // MISSING\r
606                 toolbar         : 'IFrame', // MISSING\r
607                 noUrl           : 'Please type the iframe URL', // MISSING\r
608                 scrolling       : 'Enable scrollbars', // MISSING\r
609                 border          : 'Show frame border' // MISSING\r
610         },\r
611 \r
612         font :\r
613         {\r
614                 label           : 'Font',\r
615                 voiceLabel      : 'Font', // MISSING\r
616                 panelTitle      : 'Font'\r
617         },\r
618 \r
619         fontSize :\r
620         {\r
621                 label           : 'Mărime',\r
622                 voiceLabel      : 'Font Size', // MISSING\r
623                 panelTitle      : 'Mărime'\r
624         },\r
625 \r
626         colorButton :\r
627         {\r
628                 textColorTitle  : 'Culoarea textului',\r
629                 bgColorTitle    : 'Coloarea fundalului',\r
630                 panelTitle              : 'Colors', // MISSING\r
631                 auto                    : 'Automatic',\r
632                 more                    : 'Mai multe culori...'\r
633         },\r
634 \r
635         colors :\r
636         {\r
637                 '000' : 'Black', // MISSING\r
638                 '800000' : 'Maroon', // MISSING\r
639                 '8B4513' : 'Saddle Brown', // MISSING\r
640                 '2F4F4F' : 'Dark Slate Gray', // MISSING\r
641                 '008080' : 'Teal', // MISSING\r
642                 '000080' : 'Navy', // MISSING\r
643                 '4B0082' : 'Indigo', // MISSING\r
644                 '696969' : 'Dark Gray', // MISSING\r
645                 'B22222' : 'Fire Brick', // MISSING\r
646                 'A52A2A' : 'Brown', // MISSING\r
647                 'DAA520' : 'Golden Rod', // MISSING\r
648                 '006400' : 'Dark Green', // MISSING\r
649                 '40E0D0' : 'Turquoise', // MISSING\r
650                 '0000CD' : 'Medium Blue', // MISSING\r
651                 '800080' : 'Purple', // MISSING\r
652                 '808080' : 'Gray', // MISSING\r
653                 'F00' : 'Red', // MISSING\r
654                 'FF8C00' : 'Dark Orange', // MISSING\r
655                 'FFD700' : 'Gold', // MISSING\r
656                 '008000' : 'Green', // MISSING\r
657                 '0FF' : 'Cyan', // MISSING\r
658                 '00F' : 'Blue', // MISSING\r
659                 'EE82EE' : 'Violet', // MISSING\r
660                 'A9A9A9' : 'Dim Gray', // MISSING\r
661                 'FFA07A' : 'Light Salmon', // MISSING\r
662                 'FFA500' : 'Orange', // MISSING\r
663                 'FFFF00' : 'Yellow', // MISSING\r
664                 '00FF00' : 'Lime', // MISSING\r
665                 'AFEEEE' : 'Pale Turquoise', // MISSING\r
666                 'ADD8E6' : 'Light Blue', // MISSING\r
667                 'DDA0DD' : 'Plum', // MISSING\r
668                 'D3D3D3' : 'Light Grey', // MISSING\r
669                 'FFF0F5' : 'Lavender Blush', // MISSING\r
670                 'FAEBD7' : 'Antique White', // MISSING\r
671                 'FFFFE0' : 'Light Yellow', // MISSING\r
672                 'F0FFF0' : 'Honeydew', // MISSING\r
673                 'F0FFFF' : 'Azure', // MISSING\r
674                 'F0F8FF' : 'Alice Blue', // MISSING\r
675                 'E6E6FA' : 'Lavender', // MISSING\r
676                 'FFF' : 'White' // MISSING\r
677         },\r
678 \r
679         scayt :\r
680         {\r
681                 title                   : 'Spell Check As You Type', // MISSING\r
682                 opera_title             : 'Not supported by Opera', // MISSING\r
683                 enable                  : 'Enable SCAYT', // MISSING\r
684                 disable                 : 'Disable SCAYT', // MISSING\r
685                 about                   : 'About SCAYT', // MISSING\r
686                 toggle                  : 'Toggle SCAYT', // MISSING\r
687                 options                 : 'Options', // MISSING\r
688                 langs                   : 'Languages', // MISSING\r
689                 moreSuggestions : 'More suggestions', // MISSING\r
690                 ignore                  : 'Ignore', // MISSING\r
691                 ignoreAll               : 'Ignore All', // MISSING\r
692                 addWord                 : 'Add Word', // MISSING\r
693                 emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
694 \r
695                 optionsTab              : 'Options', // MISSING\r
696                 allCaps                 : 'Ignore All-Caps Words', // MISSING\r
697                 ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
698                 mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
699                 mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
700 \r
701                 languagesTab    : 'Languages', // MISSING\r
702 \r
703                 dictionariesTab : 'Dictionaries', // MISSING\r
704                 dic_field_name  : 'Dictionary name', // MISSING\r
705                 dic_create              : 'Create', // MISSING\r
706                 dic_restore             : 'Restore', // MISSING\r
707                 dic_delete              : 'Delete', // MISSING\r
708                 dic_rename              : 'Rename', // MISSING\r
709                 dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING\r
710 \r
711                 aboutTab                : 'About' // MISSING\r
712         },\r
713 \r
714         about :\r
715         {\r
716                 title           : 'About CKEditor', // MISSING\r
717                 dlgTitle        : 'About CKEditor', // MISSING\r
718                 moreInfo        : 'For licensing information please visit our web site:', // MISSING\r
719                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING\r
720         },\r
721 \r
722         maximize : 'Maximize', // MISSING\r
723         minimize : 'Minimize', // MISSING\r
724 \r
725         fakeobjects :\r
726         {\r
727                 anchor          : 'Anchor', // MISSING\r
728                 flash           : 'Flash Animation', // MISSING\r
729                 iframe          : 'IFrame', // MISSING\r
730                 hiddenfield     : 'Hidden Field', // MISSING\r
731                 unknown         : 'Unknown Object' // MISSING\r
732         },\r
733 \r
734         resize : 'Drag to resize', // MISSING\r
735 \r
736         colordialog :\r
737         {\r
738                 title           : 'Select color', // MISSING\r
739                 options :       'Color Options', // MISSING\r
740                 highlight       : 'Highlight', // MISSING\r
741                 selected        : 'Selected Color', // MISSING\r
742                 clear           : 'Clear' // MISSING\r
743         },\r
744 \r
745         toolbarCollapse : 'Collapse Toolbar', // MISSING\r
746         toolbarExpand   : 'Expand Toolbar', // MISSING\r
747 \r
748         bidi :\r
749         {\r
750                 ltr : 'Text direction from left to right', // MISSING\r
751                 rtl : 'Text direction from right to left' // MISSING\r
752         }\r
753 };\r