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