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