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