eo.js
上传用户:li2971742
上传日期:2021-11-18
资源大小:39096k
文件大小:17k
源码类别:

OA系统

开发平台:

C#

  1. /*
  2.  * FCKeditor - The text editor for internet
  3.  * Copyright (C) 2003-2006 Frederico Caldeira Knabben
  4.  * 
  5.  * Licensed under the terms of the GNU Lesser General Public License:
  6.  *  http://www.opensource.org/licenses/lgpl-license.php
  7.  * 
  8.  * For further information visit:
  9.  *  http://www.fckeditor.net/
  10.  * 
  11.  * "Support Open Source software. What about a donation today?"
  12.  * 
  13.  * File Name: eo.js
  14.  *  Esperanto language file.
  15.  * 
  16.  * File Authors:
  17.  *  Tim Morley (timsk@openoffice.org)
  18.  */
  19. var FCKLang =
  20. {
  21. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  22. Dir : "ltr",
  23. ToolbarCollapse : "Kaŝi Ilobreton",
  24. ToolbarExpand : "Vidigi Ilojn",
  25. // Toolbar Items and Context Menu
  26. Save : "Sekurigi",
  27. NewPage : "Nova Paĝo",
  28. Preview : "Vidigi Aspekton",
  29. Cut : "Eltondi",
  30. Copy : "Kopii",
  31. Paste : "Interglui",
  32. PasteText : "Interglui kiel Tekston",
  33. PasteWord : "Interglui el Word",
  34. Print : "Presi",
  35. SelectAll : "Elekti ĉion",
  36. RemoveFormat : "Forigi Formaton",
  37. InsertLinkLbl : "Ligilo",
  38. InsertLink : "Enmeti/Ŝanĝi Ligilon",
  39. RemoveLink : "Forigi Ligilon",
  40. Anchor : "Enmeti/Ŝanĝi Ankron",
  41. InsertImageLbl : "Bildo",
  42. InsertImage : "Enmeti/Ŝanĝi Bildon",
  43. InsertFlashLbl : "Flash", //MISSING
  44. InsertFlash : "Insert/Edit Flash", //MISSING
  45. InsertTableLbl : "Tabelo",
  46. InsertTable : "Enmeti/Ŝanĝi Tabelon",
  47. InsertLineLbl : "Horizonta Linio",
  48. InsertLine : "Enmeti Horizonta Linio",
  49. InsertSpecialCharLbl: "Speciala Signo",
  50. InsertSpecialChar : "Enmeti Specialan Signon",
  51. InsertSmileyLbl : "Mienvinjeto",
  52. InsertSmiley : "Enmeti Mienvinjeton",
  53. About : "Pri FCKeditor",
  54. Bold : "Grasa",
  55. Italic : "Kursiva",
  56. Underline : "Substreko",
  57. StrikeThrough : "Trastreko",
  58. Subscript : "Subskribo",
  59. Superscript : "Superskribo",
  60. LeftJustify : "Maldekstrigi",
  61. CenterJustify : "Centrigi",
  62. RightJustify : "Dekstrigi",
  63. BlockJustify : "Ĝisrandigi Ambaŭflanke",
  64. DecreaseIndent : "Malpligrandigi Krommarĝenon",
  65. IncreaseIndent : "Pligrandigi Krommarĝenon",
  66. Undo : "Malfari",
  67. Redo : "Refari",
  68. NumberedListLbl : "Numera Listo",
  69. NumberedList : "Enmeti/Forigi Numeran Liston",
  70. BulletedListLbl : "Bula Listo",
  71. BulletedList : "Enmeti/Forigi Bulan Liston",
  72. ShowTableBorders : "Vidigi Borderojn de Tabelo",
  73. ShowDetails : "Vidigi Detalojn",
  74. Style : "Stilo",
  75. FontFormat : "Formato",
  76. Font : "Tiparo",
  77. FontSize : "Grando",
  78. TextColor : "Teksta Koloro",
  79. BGColor : "Fona Koloro",
  80. Source : "Fonto",
  81. Find : "Serĉi",
  82. Replace : "Anstataŭigi",
  83. SpellCheck : "Literumada Kontrolilo",
  84. UniversalKeyboard : "Universala Klavaro",
  85. PageBreakLbl : "Page Break", //MISSING
  86. PageBreak : "Insert Page Break", //MISSING
  87. Form : "Formularo",
  88. Checkbox : "Markobutono",
  89. RadioButton : "Radiobutono",
  90. TextField : "Teksta kampo",
  91. Textarea : "Teksta Areo",
  92. HiddenField : "Kaŝita Kampo",
  93. Button : "Butono",
  94. SelectionField : "Elekta Kampo",
  95. ImageButton : "Bildbutono",
  96. FitWindow : "Maximize the editor size", //MISSING
  97. // Context Menu
  98. EditLink : "Modifier Ligilon",
  99. CellCM : "Cell", //MISSING
  100. RowCM : "Row", //MISSING
  101. ColumnCM : "Column", //MISSING
  102. InsertRow : "Enmeti Linion",
  103. DeleteRows : "Forigi Liniojn",
  104. InsertColumn : "Enmeti Kolumnon",
  105. DeleteColumns : "Forigi Kolumnojn",
  106. InsertCell : "Enmeti Ĉelon",
  107. DeleteCells : "Forigi Ĉelojn",
  108. MergeCells : "Kunfandi Ĉelojn",
  109. SplitCell : "Dividi Ĉelojn",
  110. TableDelete : "Delete Table", //MISSING
  111. CellProperties : "Atributoj de Ĉelo",
  112. TableProperties : "Atributoj de Tabelo",
  113. ImageProperties : "Atributoj de Bildo",
  114. FlashProperties : "Flash Properties", //MISSING
  115. AnchorProp : "Ankraj Atributoj",
  116. ButtonProp : "Butonaj Atributoj",
  117. CheckboxProp : "Markobutonaj Atributoj",
  118. HiddenFieldProp : "Atributoj de Kaŝita Kampo",
  119. RadioButtonProp : "Radiobutonaj Atributoj",
  120. ImageButtonProp : "Bildbutonaj Atributoj",
  121. TextFieldProp : "Atributoj de Teksta Kampo",
  122. SelectionFieldProp : "Atributoj de Elekta Kampo",
  123. TextareaProp : "Atributoj de Teksta Areo",
  124. FormProp : "Formularaj Atributoj",
  125. FontFormats : "Normala;Formatita;Adreso;Titolo 1;Titolo 2;Titolo 3;Titolo 4;Titolo 5;Titolo 6;Paragrafo (DIV)",
  126. // Alerts and Messages
  127. ProcessingXHTML : "Traktado de XHTML. Bonvolu pacienci...",
  128. Done : "Finita",
  129. PasteWordConfirm : "La algluota teksto ŝajnas esti Word-devena. Ĉu vi volas purigi ĝin antaŭ ol interglui?",
  130. NotCompatiblePaste : "Tiu ĉi komando bezonas almenaŭ Internet Explorer 5.5. Ĉu vi volas daŭrigi sen purigado?",
  131. UnknownToolbarItem : "Ilobretero nekonata "%1"",
  132. UnknownCommand : "Komandonomo nekonata "%1"",
  133. NotImplemented : "Komando ne ankoraŭ realigita",
  134. UnknownToolbarSet : "La ilobreto "%1" ne ekzistas",
  135. NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option "Run ActiveX controls and plug-ins". You may experience errors and notice missing features.", //MISSING
  136. BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
  137. DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
  138. // Dialogs
  139. DlgBtnOK : "Akcepti",
  140. DlgBtnCancel : "Rezigni",
  141. DlgBtnClose : "Fermi",
  142. DlgBtnBrowseServer : "Foliumi en la Servilo",
  143. DlgAdvancedTag : "Speciala",
  144. DlgOpOther : "<Alia>",
  145. DlgInfoTab : "Info", //MISSING
  146. DlgAlertUrl : "Please insert the URL", //MISSING
  147. // General Dialogs Labels
  148. DlgGenNotSet : "<Defaŭlta>",
  149. DlgGenId : "Id",
  150. DlgGenLangDir : "Skribdirekto",
  151. DlgGenLangDirLtr : "De maldekstro dekstren (LTR)",
  152. DlgGenLangDirRtl : "De dekstro maldekstren (RTL)",
  153. DlgGenLangCode : "Lingva Kodo",
  154. DlgGenAccessKey : "Fulmoklavo",
  155. DlgGenName : "Nomo",
  156. DlgGenTabIndex : "Taba Ordo",
  157. DlgGenLongDescr : "URL de Longa Priskribo",
  158. DlgGenClass : "Klasoj de Stilfolioj",
  159. DlgGenTitle : "Indika Titolo",
  160. DlgGenContType : "Indika Enhavotipo",
  161. DlgGenLinkCharset : "Signaro de la Ligita Rimedo",
  162. DlgGenStyle : "Stilo",
  163. // Image Dialog
  164. DlgImgTitle : "Atributoj de Bildo",
  165. DlgImgInfoTab : "Informoj pri Bildo",
  166. DlgImgBtnUpload : "Sendu al Servilo",
  167. DlgImgURL : "URL",
  168. DlgImgUpload : "Alŝuti",
  169. DlgImgAlt : "Anstataŭiga Teksto",
  170. DlgImgWidth : "Larĝo",
  171. DlgImgHeight : "Alto",
  172. DlgImgLockRatio : "Konservi Proporcion",
  173. DlgBtnResetSize : "Origina Grando",
  174. DlgImgBorder : "Bordero",
  175. DlgImgHSpace : "HSpaco",
  176. DlgImgVSpace : "VSpaco",
  177. DlgImgAlign : "Ĝisrandigo",
  178. DlgImgAlignLeft : "Maldekstre",
  179. DlgImgAlignAbsBottom: "Abs Malsupre",
  180. DlgImgAlignAbsMiddle: "Abs Centre",
  181. DlgImgAlignBaseline : "Je Malsupro de Teksto",
  182. DlgImgAlignBottom : "Malsupre",
  183. DlgImgAlignMiddle : "Centre",
  184. DlgImgAlignRight : "Dekstre",
  185. DlgImgAlignTextTop : "Je Supro de Teksto",
  186. DlgImgAlignTop : "Supre",
  187. DlgImgPreview : "Vidigi Aspekton",
  188. DlgImgAlertUrl : "Bonvolu tajpi la URL de la bildo",
  189. DlgImgLinkTab : "Link", //MISSING
  190. // Flash Dialog
  191. DlgFlashTitle : "Flash Properties", //MISSING
  192. DlgFlashChkPlay : "Auto Play", //MISSING
  193. DlgFlashChkLoop : "Loop", //MISSING
  194. DlgFlashChkMenu : "Enable Flash Menu", //MISSING
  195. DlgFlashScale : "Scale", //MISSING
  196. DlgFlashScaleAll : "Show all", //MISSING
  197. DlgFlashScaleNoBorder : "No Border", //MISSING
  198. DlgFlashScaleFit : "Exact Fit", //MISSING
  199. // Link Dialog
  200. DlgLnkWindowTitle : "Ligilo",
  201. DlgLnkInfoTab : "Informoj pri la Ligilo",
  202. DlgLnkTargetTab : "Celo",
  203. DlgLnkType : "Tipo de Ligilo",
  204. DlgLnkTypeURL : "URL",
  205. DlgLnkTypeAnchor : "Ankri en tiu ĉi paĝo",
  206. DlgLnkTypeEMail : "Retpoŝto",
  207. DlgLnkProto : "Protokolo",
  208. DlgLnkProtoOther : "<alia>",
  209. DlgLnkURL : "URL",
  210. DlgLnkAnchorSel : "Elekti Ankron",
  211. DlgLnkAnchorByName : "Per Ankronomo",
  212. DlgLnkAnchorById : "Per Elementidentigilo",
  213. DlgLnkNoAnchors : "<Ne disponeblas ankroj en la dokumento>",
  214. DlgLnkEMail : "Retadreso",
  215. DlgLnkEMailSubject : "Temlinio",
  216. DlgLnkEMailBody : "Mesaĝa korpo",
  217. DlgLnkUpload : "Alŝuti",
  218. DlgLnkBtnUpload : "Sendi al Servilo",
  219. DlgLnkTarget : "Celo",
  220. DlgLnkTargetFrame : "<kadro>",
  221. DlgLnkTargetPopup : "<ŝprucfenestro>",
  222. DlgLnkTargetBlank : "Nova Fenestro (_blank)",
  223. DlgLnkTargetParent : "Gepatra Fenestro (_parent)",
  224. DlgLnkTargetSelf : "Sama Fenestro (_self)",
  225. DlgLnkTargetTop : "Plej Supra Fenestro (_top)",
  226. DlgLnkTargetFrameName : "Nomo de Kadro",
  227. DlgLnkPopWinName : "Nomo de Ŝprucfenestro",
  228. DlgLnkPopWinFeat : "Atributoj de la Ŝprucfenestro",
  229. DlgLnkPopResize : "Grando Ŝanĝebla",
  230. DlgLnkPopLocation : "Adresobreto",
  231. DlgLnkPopMenu : "Menubreto",
  232. DlgLnkPopScroll : "Rulumlisteloj",
  233. DlgLnkPopStatus : "Statobreto",
  234. DlgLnkPopToolbar : "Ilobreto",
  235. DlgLnkPopFullScrn : "Tutekrane (IE)",
  236. DlgLnkPopDependent : "Dependa (Netscape)",
  237. DlgLnkPopWidth : "Larĝo",
  238. DlgLnkPopHeight : "Alto",
  239. DlgLnkPopLeft : "Pozicio de Maldekstro",
  240. DlgLnkPopTop : "Pozicio de Supro",
  241. DlnLnkMsgNoUrl : "Bonvolu entajpi la URL-on",
  242. DlnLnkMsgNoEMail : "Bonvolu entajpi la retadreson",
  243. DlnLnkMsgNoAnchor : "Bonvolu elekti ankron",
  244. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
  245. // Color Dialog
  246. DlgColorTitle : "Elekti",
  247. DlgColorBtnClear : "Forigi",
  248. DlgColorHighlight : "Emfazi",
  249. DlgColorSelected : "Elektita",
  250. // Smiley Dialog
  251. DlgSmileyTitle : "Enmeti Mienvinjeton",
  252. // Special Character Dialog
  253. DlgSpecialCharTitle : "Enmeti Specialan Signon",
  254. // Table Dialog
  255. DlgTableTitle : "Atributoj de Tabelo",
  256. DlgTableRows : "Linioj",
  257. DlgTableColumns : "Kolumnoj",
  258. DlgTableBorder : "Bordero",
  259. DlgTableAlign : "Ĝisrandigo",
  260. DlgTableAlignNotSet : "<Defaŭlte>",
  261. DlgTableAlignLeft : "Maldekstre",
  262. DlgTableAlignCenter : "Centre",
  263. DlgTableAlignRight : "Dekstre",
  264. DlgTableWidth : "Larĝo",
  265. DlgTableWidthPx : "Bitbilderoj",
  266. DlgTableWidthPc : "elcentoj",
  267. DlgTableHeight : "Alto",
  268. DlgTableCellSpace : "Interspacigo de Ĉeloj",
  269. DlgTableCellPad : "Ĉirkaŭenhava Plenigado",
  270. DlgTableCaption : "Titolo",
  271. DlgTableSummary : "Summary", //MISSING
  272. // Table Cell Dialog
  273. DlgCellTitle : "Atributoj de Celo",
  274. DlgCellWidth : "Larĝo",
  275. DlgCellWidthPx : "bitbilderoj",
  276. DlgCellWidthPc : "elcentoj",
  277. DlgCellHeight : "Alto",
  278. DlgCellWordWrap : "Linifaldo",
  279. DlgCellWordWrapNotSet : "<Defaŭlte>",
  280. DlgCellWordWrapYes : "Jes",
  281. DlgCellWordWrapNo : "Ne",
  282. DlgCellHorAlign : "Horizonta Ĝisrandigo",
  283. DlgCellHorAlignNotSet : "<Defaŭlte>",
  284. DlgCellHorAlignLeft : "Maldekstre",
  285. DlgCellHorAlignCenter : "Centre",
  286. DlgCellHorAlignRight: "Dekstre",
  287. DlgCellVerAlign : "Vertikala Ĝisrandigo",
  288. DlgCellVerAlignNotSet : "<Defaŭlte>",
  289. DlgCellVerAlignTop : "Supre",
  290. DlgCellVerAlignMiddle : "Centre",
  291. DlgCellVerAlignBottom : "Malsupre",
  292. DlgCellVerAlignBaseline : "Je Malsupro de Teksto",
  293. DlgCellRowSpan : "Linioj Kunfanditaj",
  294. DlgCellCollSpan : "Kolumnoj Kunfanditaj",
  295. DlgCellBackColor : "Fono",
  296. DlgCellBorderColor : "Bordero",
  297. DlgCellBtnSelect : "Elekti...",
  298. // Find Dialog
  299. DlgFindTitle : "Serĉi",
  300. DlgFindFindBtn : "Serĉi",
  301. DlgFindNotFoundMsg : "La celteksto ne estas trovita.",
  302. // Replace Dialog
  303. DlgReplaceTitle : "Anstataŭigi",
  304. DlgReplaceFindLbl : "Serĉi:",
  305. DlgReplaceReplaceLbl : "Anstataŭigi per:",
  306. DlgReplaceCaseChk : "Kongruigi Usklecon",
  307. DlgReplaceReplaceBtn : "Anstataŭigi",
  308. DlgReplaceReplAllBtn : "Anstataŭigi Ĉiun",
  309. DlgReplaceWordChk : "Tuta Vorto",
  310. // Paste Operations / Dialog
  311. PasteErrorPaste : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras intergluajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-V).",
  312. PasteErrorCut : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-X).",
  313. PasteErrorCopy : "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-C).",
  314. PasteAsText : "Interglui kiel Tekston",
  315. PasteFromWord : "Interglui el Word",
  316. DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.", //MISSING
  317. DlgPasteIgnoreFont : "Ignore Font Face definitions", //MISSING
  318. DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
  319. DlgPasteCleanBox : "Clean Up Box", //MISSING
  320. // Color Picker
  321. ColorAutomatic : "Aŭtomata",
  322. ColorMoreColors : "Pli da Koloroj...",
  323. // Document Properties
  324. DocProps : "Dokumentaj Atributoj",
  325. // Anchor Dialog
  326. DlgAnchorTitle : "Ankraj Atributoj",
  327. DlgAnchorName : "Ankra Nomo",
  328. DlgAnchorErrorName : "Bv tajpi la ankran nomon",
  329. // Speller Pages Dialog
  330. DlgSpellNotInDic : "Ne trovita en la vortaro",
  331. DlgSpellChangeTo : "Ŝanĝi al",
  332. DlgSpellBtnIgnore : "Malatenti",
  333. DlgSpellBtnIgnoreAll : "Malatenti Ĉiun",
  334. DlgSpellBtnReplace : "Anstataŭigi",
  335. DlgSpellBtnReplaceAll : "Anstataŭigi Ĉiun",
  336. DlgSpellBtnUndo : "Malfari",
  337. DlgSpellNoSuggestions : "- Neniu propono -",
  338. DlgSpellProgress : "Literumkontrolado daŭras...",
  339. DlgSpellNoMispell : "Literumkontrolado finita: neniu fuŝo trovita",
  340. DlgSpellNoChanges : "Literumkontrolado finita: neniu vorto ŝanĝita",
  341. DlgSpellOneChange : "Literumkontrolado finita: unu vorto ŝanĝita",
  342. DlgSpellManyChanges : "Literumkontrolado finita: %1 vortoj ŝanĝitaj",
  343. IeSpellDownload : "Literumada Kontrolilo ne instalita. Ĉu vi volas elŝuti ĝin nun?",
  344. // Button Dialog
  345. DlgButtonText : "Teksto (Valoro)",
  346. DlgButtonType : "Tipo",
  347. DlgButtonTypeBtn : "Button", //MISSING
  348. DlgButtonTypeSbm : "Submit", //MISSING
  349. DlgButtonTypeRst : "Reset", //MISSING
  350. // Checkbox and Radio Button Dialogs
  351. DlgCheckboxName : "Nomo",
  352. DlgCheckboxValue : "Valoro",
  353. DlgCheckboxSelected : "Elektita",
  354. // Form Dialog
  355. DlgFormName : "Nomo",
  356. DlgFormAction : "Ago",
  357. DlgFormMethod : "Metodo",
  358. // Select Field Dialog
  359. DlgSelectName : "Nomo",
  360. DlgSelectValue : "Valoro",
  361. DlgSelectSize : "Grando",
  362. DlgSelectLines : "Linioj",
  363. DlgSelectChkMulti : "Permesi Plurajn Elektojn",
  364. DlgSelectOpAvail : "Elektoj Disponeblaj",
  365. DlgSelectOpText : "Teksto",
  366. DlgSelectOpValue : "Valoro",
  367. DlgSelectBtnAdd : "Aldoni",
  368. DlgSelectBtnModify : "Modifi",
  369. DlgSelectBtnUp : "Supren",
  370. DlgSelectBtnDown : "Malsupren",
  371. DlgSelectBtnSetValue : "Agordi kiel Elektitan Valoron",
  372. DlgSelectBtnDelete : "Forigi",
  373. // Textarea Dialog
  374. DlgTextareaName : "Nomo",
  375. DlgTextareaCols : "Kolumnoj",
  376. DlgTextareaRows : "Vicoj",
  377. // Text Field Dialog
  378. DlgTextName : "Nomo",
  379. DlgTextValue : "Valoro",
  380. DlgTextCharWidth : "Signolarĝo",
  381. DlgTextMaxChars : "Maksimuma Nombro da Signoj",
  382. DlgTextType : "Tipo",
  383. DlgTextTypeText : "Teksto",
  384. DlgTextTypePass : "Pasvorto",
  385. // Hidden Field Dialog
  386. DlgHiddenName : "Nomo",
  387. DlgHiddenValue : "Valoro",
  388. // Bulleted List Dialog
  389. BulletedListProp : "Atributoj de Bula Listo",
  390. NumberedListProp : "Atributoj de Numera Listo",
  391. DlgLstStart : "Start", //MISSING
  392. DlgLstType : "Tipo",
  393. DlgLstTypeCircle : "Cirklo",
  394. DlgLstTypeDisc : "Disc", //MISSING
  395. DlgLstTypeSquare : "Kvadrato",
  396. DlgLstTypeNumbers : "Ciferoj (1, 2, 3)",
  397. DlgLstTypeLCase : "Minusklaj Literoj (a, b, c)",
  398. DlgLstTypeUCase : "Majusklaj Literoj (A, B, C)",
  399. DlgLstTypeSRoman : "Malgrandaj Romanaj Ciferoj (i, ii, iii)",
  400. DlgLstTypeLRoman : "Grandaj Romanaj Ciferoj (I, II, III)",
  401. // Document Properties Dialog
  402. DlgDocGeneralTab : "Ĝeneralaĵoj",
  403. DlgDocBackTab : "Fono",
  404. DlgDocColorsTab : "Koloroj kaj Marĝenoj",
  405. DlgDocMetaTab : "Metadatumoj",
  406. DlgDocPageTitle : "Paĝotitolo",
  407. DlgDocLangDir : "Skribdirekto de la Lingvo",
  408. DlgDocLangDirLTR : "De maldekstro dekstren (LTR)",
  409. DlgDocLangDirRTL : "De dekstro maldekstren (LTR)",
  410. DlgDocLangCode : "Lingvokodo",
  411. DlgDocCharSet : "Signara Kodo",
  412. DlgDocCharSetCE : "Central European", //MISSING
  413. DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
  414. DlgDocCharSetCR : "Cyrillic", //MISSING
  415. DlgDocCharSetGR : "Greek", //MISSING
  416. DlgDocCharSetJP : "Japanese", //MISSING
  417. DlgDocCharSetKR : "Korean", //MISSING
  418. DlgDocCharSetTR : "Turkish", //MISSING
  419. DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
  420. DlgDocCharSetWE : "Western European", //MISSING
  421. DlgDocCharSetOther : "Alia Signara Kodo",
  422. DlgDocDocType : "Dokumenta Tipo",
  423. DlgDocDocTypeOther : "Alia Dokumenta Tipo",
  424. DlgDocIncXHTML : "Inkluzivi XHTML Deklaroj",
  425. DlgDocBgColor : "Fona Koloro",
  426. DlgDocBgImage : "URL de Fona Bildo",
  427. DlgDocBgNoScroll : "Neruluma Fono",
  428. DlgDocCText : "Teksto",
  429. DlgDocCLink : "Ligilo",
  430. DlgDocCVisited : "Vizitita Ligilo",
  431. DlgDocCActive : "Aktiva Ligilo",
  432. DlgDocMargins : "Paĝaj Marĝenoj",
  433. DlgDocMaTop : "Supra",
  434. DlgDocMaLeft : "Maldekstra",
  435. DlgDocMaRight : "Dekstra",
  436. DlgDocMaBottom : "Malsupra",
  437. DlgDocMeIndex : "Ŝlosilvortoj de la Dokumento (apartigita de komoj)",
  438. DlgDocMeDescr : "Dokumenta Priskribo",
  439. DlgDocMeAuthor : "Verkinto",
  440. DlgDocMeCopy : "Kopirajto",
  441. DlgDocPreview : "Aspekto",
  442. // Templates Dialog
  443. Templates : "Templates", //MISSING
  444. DlgTemplatesTitle : "Content Templates", //MISSING
  445. DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", //MISSING
  446. DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
  447. DlgTemplatesNoTpl : "(No templates defined)", //MISSING
  448. DlgTemplatesReplace : "Replace actual contents", //MISSING
  449. // About Dialog
  450. DlgAboutAboutTab : "Pri",
  451. DlgAboutBrowserInfoTab : "Informoj pri TTT-legilo",
  452. DlgAboutLicenseTab : "License", //MISSING
  453. DlgAboutVersion : "versio",
  454. DlgAboutLicense : "Disdonata laŭ la GNU Lesser General Public License",
  455. DlgAboutInfo : "Por pli da informoj, vizitu"
  456. }