[ Index ] |
|
Code source de CMS made simple 1.0.5 |
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 * Basque language file. 22 * Euskara hizkuntza fitxategia. 23 */ 24 25 var FCKLang = 26 { 27 // Language direction : "ltr" (left to right) or "rtl" (right to left). 28 Dir : "ltr", 29 30 ToolbarCollapse : "Estutu Tresna Barra", 31 ToolbarExpand : "Hedatu Tresna Barra", 32 33 // Toolbar Items and Context Menu 34 Save : "Gorde", 35 NewPage : "Orrialde Berria", 36 Preview : "Aurrebista", 37 Cut : "Ebaki", 38 Copy : "Kopiatu", 39 Paste : "Itsatsi", 40 PasteText : "Itsatsi testu bezala", 41 PasteWord : "Itsatsi Word-etik", 42 Print : "Inprimatu", 43 SelectAll : "Hautatu dena", 44 RemoveFormat : "Kendu Formatoa", 45 InsertLinkLbl : "Esteka", 46 InsertLink : "Txertatu/Editatu Esteka", 47 RemoveLink : "Kendu Esteka", 48 Anchor : "Aingura", 49 InsertImageLbl : "Irudia", 50 InsertImage : "Txertatu/Editatu Irudia", 51 InsertFlashLbl : "Flasha", 52 InsertFlash : "Txertatu/Editatu Flasha", 53 InsertTableLbl : "Taula", 54 InsertTable : "Txertatu/Editatu Taula", 55 InsertLineLbl : "Lerroa", 56 InsertLine : "Txertatu Marra Horizontala", 57 InsertSpecialCharLbl: "Karaktere Berezia", 58 InsertSpecialChar : "Txertatu Karaktere Berezia", 59 InsertSmileyLbl : "Aurpegierak", 60 InsertSmiley : "Txertatu Aurpegierak", 61 About : "FCKeditor-ri buruz", 62 Bold : "Lodia", 63 Italic : "Etzana", 64 Underline : "Azpimarratu", 65 StrikeThrough : "Marratua", 66 Subscript : "Azpi-indize", 67 Superscript : "Goi-indize", 68 LeftJustify : "Lerrokatu Ezkerrean", 69 CenterJustify : "Lerrokatu Erdian", 70 RightJustify : "Lerrokatu Eskuman", 71 BlockJustify : "Justifikatu", 72 DecreaseIndent : "Txikitu Koska", 73 IncreaseIndent : "Handitu Koska", 74 Undo : "Desegin", 75 Redo : "Berregin", 76 NumberedListLbl : "Zenbakidun Zerrenda", 77 NumberedList : "Txertatu/Kendu Zenbakidun zerrenda", 78 BulletedListLbl : "Buletdun Zerrenda", 79 BulletedList : "Txertatu/Kendu Buletdun zerrenda", 80 ShowTableBorders : "Erakutsi Taularen Ertzak", 81 ShowDetails : "Erakutsi Xehetasunak", 82 Style : "Estiloa", 83 FontFormat : "Formatoa", 84 Font : "Letra-tipoa", 85 FontSize : "Tamaina", 86 TextColor : "Testu Kolorea", 87 BGColor : "Atzeko kolorea", 88 Source : "HTML Iturburua", 89 Find : "Bilatu", 90 Replace : "Ordezkatu", 91 SpellCheck : "Ortografia", 92 UniversalKeyboard : "Teklatu Unibertsala", 93 PageBreakLbl : "Orrialde-jauzia", 94 PageBreak : "Txertatu Orrialde-jauzia", 95 96 Form : "Formularioa", 97 Checkbox : "Kontrol-laukia", 98 RadioButton : "Aukera-botoia", 99 TextField : "Testu Eremua", 100 Textarea : "Testu-area", 101 HiddenField : "Ezkutuko Eremua", 102 Button : "Botoia", 103 SelectionField : "Hautespen Eremua", 104 ImageButton : "Irudi Botoia", 105 106 FitWindow : "Maximizatu editorearen tamaina", 107 108 // Context Menu 109 EditLink : "Aldatu Esteka", 110 CellCM : "Gelaxka", 111 RowCM : "Errenkada", 112 ColumnCM : "Zutabea", 113 InsertRow : "Txertatu Errenkada", 114 DeleteRows : "Ezabatu Errenkadak", 115 InsertColumn : "Txertatu Zutabea", 116 DeleteColumns : "Ezabatu Zutabeak", 117 InsertCell : "Txertatu Gelaxka", 118 DeleteCells : "Kendu Gelaxkak", 119 MergeCells : "Batu Gelaxkak", 120 SplitCell : "Zatitu Gelaxka", 121 TableDelete : "Ezabatu Taula", 122 CellProperties : "Gelaxkaren Ezaugarriak", 123 TableProperties : "Taularen Ezaugarriak", 124 ImageProperties : "Irudiaren Ezaugarriak", 125 FlashProperties : "Flasharen Ezaugarriak", 126 127 AnchorProp : "Ainguraren Ezaugarriak", 128 ButtonProp : "Botoiaren Ezaugarriak", 129 CheckboxProp : "Kontrol-laukiko Ezaugarriak", 130 HiddenFieldProp : "Ezkutuko Eremuaren Ezaugarriak", 131 RadioButtonProp : "Aukera-botoiaren Ezaugarriak", 132 ImageButtonProp : "Irudi Botoiaren Ezaugarriak", 133 TextFieldProp : "Testu Eremuaren Ezaugarriak", 134 SelectionFieldProp : "Hautespen Eremuaren Ezaugarriak", 135 TextareaProp : "Testu-arearen Ezaugarriak", 136 FormProp : "Formularioaren Ezaugarriak", 137 138 FontFormats : "Arrunta;Formateatua;Helbidea;Izenburua 1;Izenburua 2;Izenburua 3;Izenburua 4;Izenburua 5;Izenburua 6;Paragrafoa (DIV)", //REVIEW : Check _getfontformat.html 139 140 // Alerts and Messages 141 ProcessingXHTML : "XHTML Prozesatzen. Itxaron mesedez...", 142 Done : "Eginda", 143 PasteWordConfirm : "Itsatsi nahi duzun textua Wordetik hartua dela dirudi. Itsatsi baino lehen garbitu nahi duzu?", 144 NotCompatiblePaste : "Komando hau Internet Explorer 5.5 bertsiorako edo ondorengoentzako erabilgarria dago. Garbitu gabe itsatsi nahi duzu?", 145 UnknownToolbarItem : "Ataza barrako elementu ezezaguna \"%1\"", 146 UnknownCommand : "Komando izen ezezaguna \"%1\"", 147 NotImplemented : "Komando ez inplementatua", 148 UnknownToolbarSet : "Ataza barra \"%1\" taldea ez da existitzen", 149 NoActiveX : "Zure nabigatzailearen segustasun hobespenak editore honen zenbait ezaugarri mugatu ditzake. \"ActiveX kontrolak eta plug-inak\" aktibatu beharko zenituzke, bestela erroreak eta ezaugarrietan mugak egon daitezke.", 150 BrowseServerBlocked : "Baliabideen arakatzailea ezin da ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.", 151 DialogBlocked : "Ezin da elkarrizketa-leihoa ireki. Ziurtatu popup blokeatzaileak desgaituta dituzula.", 152 153 // Dialogs 154 DlgBtnOK : "Ados", 155 DlgBtnCancel : "Utzi", 156 DlgBtnClose : "Itxi", 157 DlgBtnBrowseServer : "Zerbitzaria arakatu", 158 DlgAdvancedTag : "Aurreratua", 159 DlgOpOther : "<Bestelakoak>", 160 DlgInfoTab : "Informazioa", 161 DlgAlertUrl : "Mesedez URLa idatzi ezazu", 162 163 // General Dialogs Labels 164 DlgGenNotSet : "<Ezarri gabe>", 165 DlgGenId : "Id", 166 DlgGenLangDir : "Hizkuntzaren Norabidea", 167 DlgGenLangDirLtr : "Ezkerretik Eskumara(LTR)", 168 DlgGenLangDirRtl : "Eskumatik Ezkerrera (RTL)", 169 DlgGenLangCode : "Hizkuntza Kodea", 170 DlgGenAccessKey : "Sarbide-gakoa", 171 DlgGenName : "Izena", 172 DlgGenTabIndex : "Tabulazio Indizea", 173 DlgGenLongDescr : "URL Deskribapen Luzea", 174 DlgGenClass : "Estilo-orriko Klaseak", 175 DlgGenTitle : "Izenburua", 176 DlgGenContType : "Eduki Mota (Content Type)", 177 DlgGenLinkCharset : "Estekatutako Karaktere Multzoa", 178 DlgGenStyle : "Estiloa", 179 180 // Image Dialog 181 DlgImgTitle : "Irudi Ezaugarriak", 182 DlgImgInfoTab : "Irudi informazioa", 183 DlgImgBtnUpload : "Zerbitzarira bidalia", 184 DlgImgURL : "URL", 185 DlgImgUpload : "Gora Kargatu", 186 DlgImgAlt : "Textu Alternatiboa", 187 DlgImgWidth : "Zabalera", 188 DlgImgHeight : "Altuera", 189 DlgImgLockRatio : "Erlazioa Blokeatu", 190 DlgBtnResetSize : "Tamaina Berrezarri", 191 DlgImgBorder : "Ertza", 192 DlgImgHSpace : "HSpace", 193 DlgImgVSpace : "VSpace", 194 DlgImgAlign : "Lerrokatu", 195 DlgImgAlignLeft : "Ezkerrera", 196 DlgImgAlignAbsBottom: "Abs Behean", 197 DlgImgAlignAbsMiddle: "Abs Erdian", 198 DlgImgAlignBaseline : "Oinan", 199 DlgImgAlignBottom : "Behean", 200 DlgImgAlignMiddle : "Erdian", 201 DlgImgAlignRight : "Eskuman", 202 DlgImgAlignTextTop : "Testua Goian", 203 DlgImgAlignTop : "Goian", 204 DlgImgPreview : "Aurrebista", 205 DlgImgAlertUrl : "Mesedez Irudiaren URLa idatzi", 206 DlgImgLinkTab : "Esteka", 207 208 // Flash Dialog 209 DlgFlashTitle : "Flasharen Ezaugarriak", 210 DlgFlashChkPlay : "Automatikoki Erreproduzitu", 211 DlgFlashChkLoop : "Begizta", 212 DlgFlashChkMenu : "Flasharen Menua Gaitu", 213 DlgFlashScale : "Eskalatu", 214 DlgFlashScaleAll : "Dena erakutsi", 215 DlgFlashScaleNoBorder : "Ertzarik gabe", 216 DlgFlashScaleFit : "Doitu", 217 218 // Link Dialog 219 DlgLnkWindowTitle : "Esteka", 220 DlgLnkInfoTab : "Estekaren Informazioa", 221 DlgLnkTargetTab : "Helburua", 222 223 DlgLnkType : "Esteka Mota", 224 DlgLnkTypeURL : "URL", 225 DlgLnkTypeAnchor : "Aingura horrialde honentan", 226 DlgLnkTypeEMail : "ePosta", 227 DlgLnkProto : "Protokoloa", 228 DlgLnkProtoOther : "<Beste batzuk>", 229 DlgLnkURL : "URL", 230 DlgLnkAnchorSel : "Aingura bat hautatu", 231 DlgLnkAnchorByName : "Aingura izenagatik", 232 DlgLnkAnchorById : "Elementuaren ID-gatik", 233 DlgLnkNoAnchors : "<Ez daude aingurak eskuragarri dokumentuan>", //REVIEW : Change < and > with ( and ) 234 DlgLnkEMail : "ePosta Helbidea", 235 DlgLnkEMailSubject : "Mezuaren Gaia", 236 DlgLnkEMailBody : "Mezuaren Gorputza", 237 DlgLnkUpload : "Gora kargatu", 238 DlgLnkBtnUpload : "Zerbitzarira bidali", 239 240 DlgLnkTarget : "Target (Helburua)", 241 DlgLnkTargetFrame : "<marko>", 242 DlgLnkTargetPopup : "<popup lehioa>", 243 DlgLnkTargetBlank : "Lehio Berria (_blank)", 244 DlgLnkTargetParent : "Lehio Gurasoa (_parent)", 245 DlgLnkTargetSelf : "Lehio Berdina (_self)", 246 DlgLnkTargetTop : "Goiko Lehioa (_top)", 247 DlgLnkTargetFrameName : "Marko Helburuaren Izena", 248 DlgLnkPopWinName : "Popup Lehioaren Izena", 249 DlgLnkPopWinFeat : "Popup Lehioaren Ezaugarriak", 250 DlgLnkPopResize : "Tamaina Aldakorra", 251 DlgLnkPopLocation : "Kokaleku Barra", 252 DlgLnkPopMenu : "Menu Barra", 253 DlgLnkPopScroll : "Korritze Barrak", 254 DlgLnkPopStatus : "Egoera Barra", 255 DlgLnkPopToolbar : "Tresna Barra", 256 DlgLnkPopFullScrn : "Pantaila Osoa (IE)", 257 DlgLnkPopDependent : "Menpekoa (Netscape)", 258 DlgLnkPopWidth : "Zabalera", 259 DlgLnkPopHeight : "Altuera", 260 DlgLnkPopLeft : "Ezkerreko Posizioa", 261 DlgLnkPopTop : "Goiko Posizioa", 262 263 DlnLnkMsgNoUrl : "Mesedez URL esteka idatzi", 264 DlnLnkMsgNoEMail : "Mesedez ePosta helbidea idatzi", 265 DlnLnkMsgNoAnchor : "Mesedez aingura bat aukeratu", 266 DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING 267 268 // Color Dialog 269 DlgColorTitle : "Kolore Aukeraketa", 270 DlgColorBtnClear : "Garbitu", 271 DlgColorHighlight : "Nabarmendu", 272 DlgColorSelected : "Aukeratuta", 273 274 // Smiley Dialog 275 DlgSmileyTitle : "Aurpegiera Sartu", 276 277 // Special Character Dialog 278 DlgSpecialCharTitle : "Karaktere Berezia Aukeratu", 279 280 // Table Dialog 281 DlgTableTitle : "Taularen Ezaugarriak", 282 DlgTableRows : "Lerroak", 283 DlgTableColumns : "Zutabeak", 284 DlgTableBorder : "Ertzaren Zabalera", 285 DlgTableAlign : "Lerrokatu", 286 DlgTableAlignNotSet : "<Ezarri gabe>", 287 DlgTableAlignLeft : "Ezkerrean", 288 DlgTableAlignCenter : "Erdian", 289 DlgTableAlignRight : "Eskuman", 290 DlgTableWidth : "Zabalera", 291 DlgTableWidthPx : "pixel", 292 DlgTableWidthPc : "ehuneko", 293 DlgTableHeight : "Altuera", 294 DlgTableCellSpace : "Gelaxka arteko tartea", 295 DlgTableCellPad : "Gelaxken betegarria", 296 DlgTableCaption : "Epigrafea", 297 DlgTableSummary : "Laburpena", 298 299 // Table Cell Dialog 300 DlgCellTitle : "Gelaxken Ezaugarriak", 301 DlgCellWidth : "Zabalera", 302 DlgCellWidthPx : "pixel", 303 DlgCellWidthPc : "ehuneko", 304 DlgCellHeight : "Altuera", 305 DlgCellWordWrap : "Itzulbira", 306 DlgCellWordWrapNotSet : "<Ezarri gabe>", 307 DlgCellWordWrapYes : "Bai", 308 DlgCellWordWrapNo : "Ez", 309 DlgCellHorAlign : "Horizontal Alignment", 310 DlgCellHorAlignNotSet : "<Ezarri gabe>", 311 DlgCellHorAlignLeft : "Ezkerrean", 312 DlgCellHorAlignCenter : "Erdian", 313 DlgCellHorAlignRight: "Eskuman", 314 DlgCellVerAlign : "Lerrokatu Bertikalki", 315 DlgCellVerAlignNotSet : "<Ezarri gabe>", 316 DlgCellVerAlignTop : "Goian", 317 DlgCellVerAlignMiddle : "Erdian", 318 DlgCellVerAlignBottom : "Behean", 319 DlgCellVerAlignBaseline : "Oinan", 320 DlgCellRowSpan : "Lerroak Hedatu", 321 DlgCellCollSpan : "Zutabeak Hedatu", 322 DlgCellBackColor : "Atzeko Kolorea", 323 DlgCellBorderColor : "Ertzako Kolorea", 324 DlgCellBtnSelect : "Aukertau...", 325 326 // Find Dialog 327 DlgFindTitle : "Bilaketa", 328 DlgFindFindBtn : "Bilatu", 329 DlgFindNotFoundMsg : "Idatzitako testua ez da topatu.", 330 331 // Replace Dialog 332 DlgReplaceTitle : "Ordeztu", 333 DlgReplaceFindLbl : "Zer bilatu:", 334 DlgReplaceReplaceLbl : "Zerekin ordeztu:", 335 DlgReplaceCaseChk : "Maiuskula/minuskula", 336 DlgReplaceReplaceBtn : "Ordeztu", 337 DlgReplaceReplAllBtn : "Ordeztu Guztiak", 338 DlgReplaceWordChk : "Esaldi osoa bilatu", 339 340 // Paste Operations / Dialog 341 PasteErrorCut : "Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki moztea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+X).", 342 PasteErrorCopy : "Zure web nabigatzailearen segurtasun ezarpenak testuak automatikoki kopiatzea ez dute baimentzen. Mesedez teklatua erabili ezazu (Ctrl+C).", 343 344 PasteAsText : "Testu Arrunta bezala Itsatsi", 345 PasteFromWord : "Word-etik itsatsi", 346 347 DlgPasteMsg2 : "Mesedez teklatua erabilita (<STRONG>Ctrl+V</STRONG>) ondorego eremuan testua itsatsi eta <STRONG>OK</STRONG> sakatu.", 348 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 349 DlgPasteIgnoreFont : "Letra Motaren definizioa ezikusi", 350 DlgPasteRemoveStyles : "Estilo definizioak kendu", 351 DlgPasteCleanBox : "Testu-eremua Garbitu", 352 353 // Color Picker 354 ColorAutomatic : "Automatikoa", 355 ColorMoreColors : "Kolore gehiago...", 356 357 // Document Properties 358 DocProps : "Dokumentuaren Ezarpenak", 359 360 // Anchor Dialog 361 DlgAnchorTitle : "Ainguraren Ezaugarriak", 362 DlgAnchorName : "Ainguraren Izena", 363 DlgAnchorErrorName : "Idatzi ainguraren izena", 364 365 // Speller Pages Dialog 366 DlgSpellNotInDic : "Ez dago hiztegian", 367 DlgSpellChangeTo : "Honekin ordezkatu", 368 DlgSpellBtnIgnore : "Ezikusi", 369 DlgSpellBtnIgnoreAll : "Denak Ezikusi", 370 DlgSpellBtnReplace : "Ordezkatu", 371 DlgSpellBtnReplaceAll : "Denak Ordezkatu", 372 DlgSpellBtnUndo : "Desegin", 373 DlgSpellNoSuggestions : "- Iradokizunik ez -", 374 DlgSpellProgress : "Zuzenketa ortografikoa martxan...", 375 DlgSpellNoMispell : "Zuzenketa ortografikoa bukatuta: Akatsik ez", 376 DlgSpellNoChanges : "Zuzenketa ortografikoa bukatuta: Ez da ezer aldatu", 377 DlgSpellOneChange : "Zuzenketa ortografikoa bukatuta: Hitz bat aldatu da", 378 DlgSpellManyChanges : "Zuzenketa ortografikoa bukatuta: %1 hitz aldatu dira", 379 380 IeSpellDownload : "Zuzentzaile ortografikoa ez dago instalatuta. Deskargatu nahi duzu?", 381 382 // Button Dialog 383 DlgButtonText : "Testua (Balorea)", 384 DlgButtonType : "Mota", 385 DlgButtonTypeBtn : "Button", //MISSING 386 DlgButtonTypeSbm : "Submit", //MISSING 387 DlgButtonTypeRst : "Reset", //MISSING 388 389 // Checkbox and Radio Button Dialogs 390 DlgCheckboxName : "Izena", 391 DlgCheckboxValue : "Balorea", 392 DlgCheckboxSelected : "Hautatuta", 393 394 // Form Dialog 395 DlgFormName : "Izena", 396 DlgFormAction : "Ekintza", 397 DlgFormMethod : "Method", 398 399 // Select Field Dialog 400 DlgSelectName : "Izena", 401 DlgSelectValue : "Balorea", 402 DlgSelectSize : "Tamaina", 403 DlgSelectLines : "lerro kopurura", 404 DlgSelectChkMulti : "Hautaketa anitzak baimendu", 405 DlgSelectOpAvail : "Aukera Eskuragarriak", 406 DlgSelectOpText : "Testua", 407 DlgSelectOpValue : "Balorea", 408 DlgSelectBtnAdd : "Gehitu", 409 DlgSelectBtnModify : "Aldatu", 410 DlgSelectBtnUp : "Gora", 411 DlgSelectBtnDown : "Behera", 412 DlgSelectBtnSetValue : "Aukeratutako balorea ezarri", 413 DlgSelectBtnDelete : "Ezabatu", 414 415 // Textarea Dialog 416 DlgTextareaName : "Izena", 417 DlgTextareaCols : "Zutabeak", 418 DlgTextareaRows : "Lerroak", 419 420 // Text Field Dialog 421 DlgTextName : "Izena", 422 DlgTextValue : "Balorea", 423 DlgTextCharWidth : "Zabalera", 424 DlgTextMaxChars : "Zenbat karaktere gehienez", 425 DlgTextType : "Mota", 426 DlgTextTypeText : "Testua", 427 DlgTextTypePass : "Pasahitza", 428 429 // Hidden Field Dialog 430 DlgHiddenName : "Izena", 431 DlgHiddenValue : "Balorea", 432 433 // Bulleted List Dialog 434 BulletedListProp : "Buletdun Zerrendaren Ezarpenak", 435 NumberedListProp : "Zenbakidun Zerrendaren Ezarpenak", 436 DlgLstStart : "Start", //MISSING 437 DlgLstType : "Mota", 438 DlgLstTypeCircle : "Zirkulua", 439 DlgLstTypeDisc : "Diskoa", 440 DlgLstTypeSquare : "Karratua", 441 DlgLstTypeNumbers : "Zenbakiak (1, 2, 3)", 442 DlgLstTypeLCase : "Letra xeheak (a, b, c)", 443 DlgLstTypeUCase : "Letra larriak (A, B, C)", 444 DlgLstTypeSRoman : "Erromatar zenbaki zeheak (i, ii, iii)", 445 DlgLstTypeLRoman : "Erromatar zenbaki larriak (I, II, III)", 446 447 // Document Properties Dialog 448 DlgDocGeneralTab : "Orokorra", 449 DlgDocBackTab : "Atzekaldea", 450 DlgDocColorsTab : "Koloreak eta Marjinak", 451 DlgDocMetaTab : "Meta Informazioa", 452 453 DlgDocPageTitle : "Orriaren Izenburua", 454 DlgDocLangDir : "Hizkuntzaren Norabidea", 455 DlgDocLangDirLTR : "Ezkerretik eskumara (LTR)", 456 DlgDocLangDirRTL : "Eskumatik ezkerrera (RTL)", 457 DlgDocLangCode : "Hizkuntzaren Kodea", 458 DlgDocCharSet : "Karaktere Multzoaren Kodeketa", 459 DlgDocCharSetCE : "Central European", //MISSING 460 DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING 461 DlgDocCharSetCR : "Cyrillic", //MISSING 462 DlgDocCharSetGR : "Greek", //MISSING 463 DlgDocCharSetJP : "Japanese", //MISSING 464 DlgDocCharSetKR : "Korean", //MISSING 465 DlgDocCharSetTR : "Turkish", //MISSING 466 DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING 467 DlgDocCharSetWE : "Western European", //MISSING 468 DlgDocCharSetOther : "Beste Karaktere Multzoaren Kodeketa", 469 470 DlgDocDocType : "Document Type Goiburua", 471 DlgDocDocTypeOther : "Beste Document Type Goiburua", 472 DlgDocIncXHTML : "XHTML Ezarpenak", 473 DlgDocBgColor : "Atzeko Kolorea", 474 DlgDocBgImage : "Atzeko Irudiaren URL-a", 475 DlgDocBgNoScroll : "Korritze gabeko Atzekaldea", 476 DlgDocCText : "Testua", 477 DlgDocCLink : "Estekak", 478 DlgDocCVisited : "Bisitatutako Estekak", 479 DlgDocCActive : "Esteka Aktiboa", 480 DlgDocMargins : "Orrialdearen marjinak", 481 DlgDocMaTop : "Goian", 482 DlgDocMaLeft : "Ezkerrean", 483 DlgDocMaRight : "Eskuman", 484 DlgDocMaBottom : "Behean", 485 DlgDocMeIndex : "Dokumentuaren Gako-hitzak (komarekin bananduta)", 486 DlgDocMeDescr : "Dokumentuaren Deskribapena", 487 DlgDocMeAuthor : "Egilea", 488 DlgDocMeCopy : "Copyright", 489 DlgDocPreview : "Aurrebista", 490 491 // Templates Dialog 492 Templates : "Txantiloiak", 493 DlgTemplatesTitle : "Eduki Txantiloiak", 494 DlgTemplatesSelMsg : "Mesedez txantiloia aukeratu editorean kargatzeko<br>(orain dauden edukiak galduko dira):", 495 DlgTemplatesLoading : "Txantiloiak kargatzen. Itxaron mesedez...", 496 DlgTemplatesNoTpl : "(Ez dago definitutako txantiloirik)", 497 DlgTemplatesReplace : "Replace actual contents", //MISSING 498 499 // About Dialog 500 DlgAboutAboutTab : "Honi buruz", 501 DlgAboutBrowserInfoTab : "Nabigatzailearen Informazioa", 502 DlgAboutLicenseTab : "Lizentzia", 503 DlgAboutVersion : "bertsioa", 504 DlgAboutInfo : "Informazio gehiago eskuratzeko hona joan" 505 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |