ro.js 26 KB

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