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