eo.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:18k
源码类别:

数据库编程

开发平台:

Visual C++

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