ro.js 26 KB

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