eo.js 25 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. * Esperanto language.
  8. */
  9. /**#@+
  10. @type String
  11. @example
  12. */
  13. /**
  14. * Constains the dictionary of language entries.
  15. * @namespace
  16. */
  17. CKEDITOR.lang['eo'] =
  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 : 'Fonto',
  36. newPage : 'Nova Paĝo',
  37. save : 'Sekurigi',
  38. preview : 'Vidigi Aspekton',
  39. cut : 'Eltondi',
  40. copy : 'Kopii',
  41. paste : 'Interglui',
  42. print : 'Presi',
  43. underline : 'Substreko',
  44. bold : 'Grasa',
  45. italic : 'Kursiva',
  46. selectAll : 'Elekti ĉion',
  47. removeFormat : 'Forigi Formaton',
  48. strike : 'Trastreko',
  49. subscript : 'Subskribo',
  50. superscript : 'Superskribo',
  51. horizontalrule : 'Enmeti Horizonta Linio',
  52. pagebreak : 'Insert Page Break for Printing', // MISSING
  53. pagebreakAlt : 'Page Break', // MISSING
  54. unlink : 'Forigi Ligilon',
  55. undo : 'Malfari',
  56. redo : 'Refari',
  57. // Common messages and labels.
  58. common :
  59. {
  60. browseServer : 'Foliumi en la Servilo',
  61. url : 'URL',
  62. protocol : 'Protokolo',
  63. upload : 'Alŝuti',
  64. uploadSubmit : 'Sendu al Servilo',
  65. image : 'Bildo',
  66. flash : 'Flash', // MISSING
  67. form : 'Formularo',
  68. checkbox : 'Markobutono',
  69. radio : 'Radiobutono',
  70. textField : 'Teksta kampo',
  71. textarea : 'Teksta Areo',
  72. hiddenField : 'Kaŝita Kampo',
  73. button : 'Butono',
  74. select : 'Elekta Kampo',
  75. imageButton : 'Bildbutono',
  76. notSet : '<Defaŭlta>',
  77. id : 'Id',
  78. name : 'Nomo',
  79. langDir : 'Skribdirekto',
  80. langDirLtr : 'De maldekstro dekstren (LTR)',
  81. langDirRtl : 'De dekstro maldekstren (RTL)',
  82. langCode : 'Lingva Kodo',
  83. longDescr : 'URL de Longa Priskribo',
  84. cssClass : 'Klasoj de Stilfolioj',
  85. advisoryTitle : 'Indika Titolo',
  86. cssStyle : 'Stilo',
  87. ok : 'Akcepti',
  88. cancel : 'Rezigni',
  89. close : 'Close', // MISSING
  90. preview : 'Preview', // MISSING
  91. generalTab : 'General', // MISSING
  92. advancedTab : 'Speciala',
  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 : 'Larĝo',
  107. height : 'Alto',
  108. align : 'Ĝisrandigo',
  109. alignLeft : 'Maldekstre',
  110. alignRight : 'Dekstre',
  111. alignCenter : 'Centre',
  112. alignTop : 'Supre',
  113. alignMiddle : 'Centre',
  114. alignBottom : 'Malsupre',
  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 : 'Enmeti Specialan Signon',
  130. title : 'Enmeti Specialan Signon',
  131. options : 'Special Character Options' // MISSING
  132. },
  133. // Link dialog.
  134. link :
  135. {
  136. toolbar : 'Enmeti/Ŝanĝi Ligilon',
  137. other : '<other>', // MISSING
  138. menu : 'Modifier Ligilon',
  139. title : 'Ligilo',
  140. info : 'Informoj pri la Ligilo',
  141. target : 'Celo',
  142. upload : 'Alŝuti',
  143. advanced : 'Speciala',
  144. type : 'Tipo de Ligilo',
  145. toUrl : 'URL', // MISSING
  146. toAnchor : 'Ankri en tiu ĉi paĝo',
  147. toEmail : 'Retpoŝto',
  148. targetFrame : '<kadro>',
  149. targetPopup : '<ŝprucfenestro>',
  150. targetFrameName : 'Nomo de Kadro',
  151. targetPopupName : 'Nomo de Ŝprucfenestro',
  152. popupFeatures : 'Atributoj de la Ŝprucfenestro',
  153. popupResizable : 'Resizable', // MISSING
  154. popupStatusBar : 'Statobreto',
  155. popupLocationBar: 'Adresobreto',
  156. popupToolbar : 'Ilobreto',
  157. popupMenuBar : 'Menubreto',
  158. popupFullScreen : 'Tutekrane (IE)',
  159. popupScrollBars : 'Rulumlisteloj',
  160. popupDependent : 'Dependa (Netscape)',
  161. popupLeft : 'Pozicio de Maldekstro',
  162. popupTop : 'Pozicio de Supro',
  163. id : 'Id', // MISSING
  164. langDir : 'Skribdirekto',
  165. langDirLTR : 'De maldekstro dekstren (LTR)',
  166. langDirRTL : 'De dekstro maldekstren (RTL)',
  167. acccessKey : 'Fulmoklavo',
  168. name : 'Nomo',
  169. langCode : 'Skribdirekto',
  170. tabIndex : 'Taba Ordo',
  171. advisoryTitle : 'Indika Titolo',
  172. advisoryContentType : 'Indika Enhavotipo',
  173. cssClasses : 'Klasoj de Stilfolioj',
  174. charset : 'Signaro de la Ligita Rimedo',
  175. styles : 'Stilo',
  176. rel : 'Relationship', // MISSING
  177. selectAnchor : 'Elekti Ankron',
  178. anchorName : 'Per Ankronomo',
  179. anchorId : 'Per Elementidentigilo',
  180. emailAddress : 'Retadreso',
  181. emailSubject : 'Temlinio',
  182. emailBody : 'Mesaĝa korpo',
  183. noAnchors : '<Ne disponeblas ankroj en la dokumento>',
  184. noUrl : 'Bonvolu entajpi la URL-on',
  185. noEmail : 'Bonvolu entajpi la retadreson'
  186. },
  187. // Anchor dialog
  188. anchor :
  189. {
  190. toolbar : 'Enmeti/Ŝanĝi Ankron',
  191. menu : 'Ankraj Atributoj',
  192. title : 'Ankraj Atributoj',
  193. name : 'Ankra Nomo',
  194. errorName : 'Bv tajpi la ankran nomon',
  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 : 'Find and Replace', // MISSING
  224. find : 'Serĉi',
  225. replace : 'Anstataŭigi',
  226. findWhat : 'Serĉi:',
  227. replaceWith : 'Anstataŭigi per:',
  228. notFoundMsg : 'La celteksto ne estas trovita.',
  229. matchCase : 'Kongruigi Usklecon',
  230. matchWord : 'Tuta Vorto',
  231. matchCyclic : 'Match cyclic', // MISSING
  232. replaceAll : 'Anstataŭigi Ĉiun',
  233. replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
  234. },
  235. // Table Dialog
  236. table :
  237. {
  238. toolbar : 'Tabelo',
  239. title : 'Atributoj de Tabelo',
  240. menu : 'Atributoj de Tabelo',
  241. deleteTable : 'Delete Table', // MISSING
  242. rows : 'Linioj',
  243. columns : 'Kolumnoj',
  244. border : 'Bordero',
  245. widthPx : 'Bitbilderoj',
  246. widthPc : 'elcentoj',
  247. widthUnit : 'width unit', // MISSING
  248. cellSpace : 'Interspacigo de Ĉeloj',
  249. cellPad : 'Ĉirkaŭenhava Plenigado',
  250. caption : 'Titolo',
  251. summary : 'Summary', // MISSING
  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 : 'Cell', // MISSING
  267. insertBefore : 'Insert Cell Before', // MISSING
  268. insertAfter : 'Insert Cell After', // MISSING
  269. deleteCell : 'Forigi Ĉelojn',
  270. merge : 'Kunfandi Ĉelojn',
  271. mergeRight : 'Merge Right', // MISSING
  272. mergeDown : 'Merge Down', // MISSING
  273. splitHorizontal : 'Split Cell Horizontally', // MISSING
  274. splitVertical : 'Split Cell Vertically', // MISSING
  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 : 'Row', // MISSING
  298. insertBefore : 'Insert Row Before', // MISSING
  299. insertAfter : 'Insert Row After', // MISSING
  300. deleteRow : 'Forigi Liniojn'
  301. },
  302. column :
  303. {
  304. menu : 'Column', // MISSING
  305. insertBefore : 'Insert Column Before', // MISSING
  306. insertAfter : 'Insert Column After', // MISSING
  307. deleteColumn : 'Forigi Kolumnojn'
  308. }
  309. },
  310. // Button Dialog.
  311. button :
  312. {
  313. title : 'Butonaj Atributoj',
  314. text : 'Teksto (Valoro)',
  315. type : 'Tipo',
  316. typeBtn : 'Button', // MISSING
  317. typeSbm : 'Submit', // MISSING
  318. typeRst : 'Reset' // MISSING
  319. },
  320. // Checkbox and Radio Button Dialogs.
  321. checkboxAndRadio :
  322. {
  323. checkboxTitle : 'Markobutonaj Atributoj',
  324. radioTitle : 'Radiobutonaj Atributoj',
  325. value : 'Valoro',
  326. selected : 'Elektita'
  327. },
  328. // Form Dialog.
  329. form :
  330. {
  331. title : 'Formularaj Atributoj',
  332. menu : 'Formularaj Atributoj',
  333. action : 'Ago',
  334. method : 'Metodo',
  335. encoding : 'Encoding' // MISSING
  336. },
  337. // Select Field Dialog.
  338. select :
  339. {
  340. title : 'Atributoj de Elekta Kampo',
  341. selectInfo : 'Select Info', // MISSING
  342. opAvail : 'Elektoj Disponeblaj',
  343. value : 'Valoro',
  344. size : 'Grando',
  345. lines : 'Linioj',
  346. chkMulti : 'Permesi Plurajn Elektojn',
  347. opText : 'Teksto',
  348. opValue : 'Valoro',
  349. btnAdd : 'Aldoni',
  350. btnModify : 'Modifi',
  351. btnUp : 'Supren',
  352. btnDown : 'Malsupren',
  353. btnSetValue : 'Agordi kiel Elektitan Valoron',
  354. btnDelete : 'Forigi'
  355. },
  356. // Textarea Dialog.
  357. textarea :
  358. {
  359. title : 'Atributoj de Teksta Areo',
  360. cols : 'Kolumnoj',
  361. rows : 'Vicoj'
  362. },
  363. // Text Field Dialog.
  364. textfield :
  365. {
  366. title : 'Atributoj de Teksta Kampo',
  367. name : 'Nomo',
  368. value : 'Valoro',
  369. charWidth : 'Signolarĝo',
  370. maxChars : 'Maksimuma Nombro da Signoj',
  371. type : 'Tipo',
  372. typeText : 'Teksto',
  373. typePass : 'Pasvorto'
  374. },
  375. // Hidden Field Dialog.
  376. hidden :
  377. {
  378. title : 'Atributoj de Kaŝita Kampo',
  379. name : 'Nomo',
  380. value : 'Valoro'
  381. },
  382. // Image Dialog.
  383. image :
  384. {
  385. title : 'Atributoj de Bildo',
  386. titleButton : 'Bildbutonaj Atributoj',
  387. menu : 'Atributoj de Bildo',
  388. infoTab : 'Informoj pri Bildo',
  389. btnUpload : 'Sendu al Servilo',
  390. upload : 'Alŝuti',
  391. alt : 'Anstataŭiga Teksto',
  392. lockRatio : 'Konservi Proporcion',
  393. resetSize : 'Origina Grando',
  394. border : 'Bordero',
  395. hSpace : 'HSpaco',
  396. vSpace : 'VSpaco',
  397. alertUrl : 'Bonvolu tajpi la URL de la bildo',
  398. linkTab : 'Link', // MISSING
  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 : 'Flash Properties', // MISSING
  410. propertiesTab : 'Properties', // MISSING
  411. title : 'Flash Properties', // MISSING
  412. chkPlay : 'Auto Play', // MISSING
  413. chkLoop : 'Loop', // MISSING
  414. chkMenu : 'Enable Flash Menu', // MISSING
  415. chkFull : 'Allow Fullscreen', // MISSING
  416. scale : 'Scale', // MISSING
  417. scaleAll : 'Show all', // MISSING
  418. scaleNoBorder : 'No Border', // MISSING
  419. scaleFit : 'Exact Fit', // MISSING
  420. access : 'Script Access', // MISSING
  421. accessAlways : 'Always', // MISSING
  422. accessSameDomain: 'Same domain', // MISSING
  423. accessNever : 'Never', // MISSING
  424. alignAbsBottom : 'Abs Malsupre',
  425. alignAbsMiddle : 'Abs Centre',
  426. alignBaseline : 'Je Malsupro de Teksto',
  427. alignTextTop : 'Je Supro de Teksto',
  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 : 'Fona Koloro',
  441. hSpace : 'HSpaco',
  442. vSpace : 'VSpaco',
  443. validateSrc : 'Bonvolu entajpi la URL-on',
  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 : 'Literumada Kontrolilo',
  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 : 'Ne trovita en la vortaro',
  455. changeTo : 'Ŝanĝi al',
  456. btnIgnore : 'Malatenti',
  457. btnIgnoreAll : 'Malatenti Ĉiun',
  458. btnReplace : 'Anstataŭigi',
  459. btnReplaceAll : 'Anstataŭigi Ĉiun',
  460. btnUndo : 'Malfari',
  461. noSuggestions : '- Neniu propono -',
  462. progress : 'Literumkontrolado daŭras...',
  463. noMispell : 'Literumkontrolado finita: neniu fuŝo trovita',
  464. noChanges : 'Literumkontrolado finita: neniu vorto ŝanĝita',
  465. oneChange : 'Literumkontrolado finita: unu vorto ŝanĝita',
  466. manyChanges : 'Literumkontrolado finita: %1 vortoj ŝanĝitaj',
  467. ieSpellDownload : 'Literumada Kontrolilo ne instalita. Ĉu vi volas elŝuti ĝin nun?'
  468. },
  469. smiley :
  470. {
  471. toolbar : 'Mienvinjeto',
  472. title : 'Enmeti Mienvinjeton',
  473. options : 'Smiley Options' // MISSING
  474. },
  475. elementsPath :
  476. {
  477. eleLabel : 'Elements path', // MISSING
  478. eleTitle : '%1 element' // MISSING
  479. },
  480. numberedlist : 'Numera Listo',
  481. bulletedlist : 'Bula Listo',
  482. indent : 'Pligrandigi Krommarĝenon',
  483. outdent : 'Malpligrandigi Krommarĝenon',
  484. justify :
  485. {
  486. left : 'Maldekstrigi',
  487. center : 'Centrigi',
  488. right : 'Dekstrigi',
  489. block : 'Ĝisrandigi Ambaŭflanke'
  490. },
  491. blockquote : 'Block Quote', // MISSING
  492. clipboard :
  493. {
  494. title : 'Interglui',
  495. cutError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-X).',
  496. copyError : 'La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (Ctrl/Cmd-C).',
  497. pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING
  498. securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', // MISSING
  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 : 'Interglui el Word',
  505. title : 'Interglui el 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 : 'Interglui kiel Tekston',
  511. title : 'Interglui kiel Tekston'
  512. },
  513. templates :
  514. {
  515. button : 'Templates', // MISSING
  516. title : 'Content Templates', // MISSING
  517. options : 'Template Options', // MISSING
  518. insertOption : 'Replace actual contents', // MISSING
  519. selectPromptMsg : 'Please select the template to open in the editor', // MISSING
  520. emptyListMsg : '(No templates defined)' // MISSING
  521. },
  522. showBlocks : 'Show Blocks', // MISSING
  523. stylesCombo :
  524. {
  525. label : 'Stilo',
  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 : 'Formato',
  534. panelTitle : 'Formato',
  535. tag_p : 'Normala',
  536. tag_pre : 'Formatita',
  537. tag_address : 'Adreso',
  538. tag_h1 : 'Titolo 1',
  539. tag_h2 : 'Titolo 2',
  540. tag_h3 : 'Titolo 3',
  541. tag_h4 : 'Titolo 4',
  542. tag_h5 : 'Titolo 5',
  543. tag_h6 : 'Titolo 6',
  544. tag_div : 'Paragrafo (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 : 'Tiparo',
  573. voiceLabel : 'Font', // MISSING
  574. panelTitle : 'Tiparo'
  575. },
  576. fontSize :
  577. {
  578. label : 'Grando',
  579. voiceLabel : 'Font Size', // MISSING
  580. panelTitle : 'Grando'
  581. },
  582. colorButton :
  583. {
  584. textColorTitle : 'Teksta Koloro',
  585. bgColorTitle : 'Fona Koloro',
  586. panelTitle : 'Colors', // MISSING
  587. auto : 'Aŭtomata',
  588. more : 'Pli da Koloroj...'
  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 : 'Dokumentaj Atributoj',
  715. title : 'Dokumentaj Atributoj',
  716. design : 'Design', // MISSING
  717. meta : 'Metadatumoj',
  718. chooseColor : 'Choose', // MISSING
  719. other : '<other>',
  720. docTitle : 'Paĝotitolo',
  721. charset : 'Signara Kodo',
  722. charsetOther : 'Alia Signara Kodo',
  723. charsetASCII : 'ASCII', // MISSING
  724. charsetCE : 'Central European', // MISSING
  725. charsetCT : 'Chinese Traditional (Big5)', // MISSING
  726. charsetCR : 'Cyrillic', // MISSING
  727. charsetGR : 'Greek', // MISSING
  728. charsetJP : 'Japanese', // MISSING
  729. charsetKR : 'Korean', // MISSING
  730. charsetTR : 'Turkish', // MISSING
  731. charsetUN : 'Unicode (UTF-8)', // MISSING
  732. charsetWE : 'Western European', // MISSING
  733. docType : 'Dokumenta Tipo',
  734. docTypeOther : 'Alia Dokumenta Tipo',
  735. xhtmlDec : 'Inkluzivi XHTML Deklaroj',
  736. bgColor : 'Fona Koloro',
  737. bgImage : 'URL de Fona Bildo',
  738. bgFixed : 'Neruluma Fono',
  739. txtColor : 'Teksta Koloro',
  740. margin : 'Paĝaj Marĝenoj',
  741. marginTop : 'Supra',
  742. marginLeft : 'Maldekstra',
  743. marginRight : 'Dekstra',
  744. marginBottom : 'Malsupra',
  745. metaKeywords : 'Ŝlosilvortoj de la Dokumento (apartigita de komoj)',
  746. metaDescription : 'Dokumenta Priskribo',
  747. metaAuthor : 'Verkinto',
  748. metaCopyright : 'Kopirajto',
  749. previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
  750. }
  751. };