Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2009 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

    
24
var FCKLang =
25
{
26
// Language direction : "ltr" (left to right) or "rtl" (right to left).
27
Dir					: "ltr",
28

    
29
ToolbarCollapse		: "Kaŝi Ilobreton",
30
ToolbarExpand		: "Vidigi Ilojn",
31

    
32
// Toolbar Items and Context Menu
33
Save				: "Sekurigi",
34
NewPage				: "Nova Paĝo",
35
Preview				: "Vidigi Aspekton",
36
Cut					: "Eltondi",
37
Copy				: "Kopii",
38
Paste				: "Interglui",
39
PasteText			: "Interglui kiel Tekston",
40
PasteWord			: "Interglui el Word",
41
Print				: "Presi",
42
SelectAll			: "Elekti ĉion",
43
RemoveFormat		: "Forigi Formaton",
44
InsertLinkLbl		: "Ligilo",
45
InsertLink			: "Enmeti/Ŝanĝi Ligilon",
46
RemoveLink			: "Forigi Ligilon",
47
VisitLink			: "Open Link",	//MISSING
48
Anchor				: "Enmeti/Ŝanĝi Ankron",
49
AnchorDelete		: "Remove Anchor",	//MISSING
50
InsertImageLbl		: "Bildo",
51
InsertImage			: "Enmeti/Ŝanĝi Bildon",
52
InsertFlashLbl		: "Flash",	//MISSING
53
InsertFlash			: "Insert/Edit Flash",	//MISSING
54
InsertTableLbl		: "Tabelo",
55
InsertTable			: "Enmeti/Ŝanĝi Tabelon",
56
InsertLineLbl		: "Horizonta Linio",
57
InsertLine			: "Enmeti Horizonta Linio",
58
InsertSpecialCharLbl: "Speciala Signo",
59
InsertSpecialChar	: "Enmeti Specialan Signon",
60
InsertSmileyLbl		: "Mienvinjeto",
61
InsertSmiley		: "Enmeti Mienvinjeton",
62
About				: "Pri FCKeditor",
63
Bold				: "Grasa",
64
Italic				: "Kursiva",
65
Underline			: "Substreko",
66
StrikeThrough		: "Trastreko",
67
Subscript			: "Subskribo",
68
Superscript			: "Superskribo",
69
LeftJustify			: "Maldekstrigi",
70
CenterJustify		: "Centrigi",
71
RightJustify		: "Dekstrigi",
72
BlockJustify		: "Ĝisrandigi Ambaŭflanke",
73
DecreaseIndent		: "Malpligrandigi Krommarĝenon",
74
IncreaseIndent		: "Pligrandigi Krommarĝenon",
75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
79
Undo				: "Malfari",
80
Redo				: "Refari",
81
NumberedListLbl		: "Numera Listo",
82
NumberedList		: "Enmeti/Forigi Numeran Liston",
83
BulletedListLbl		: "Bula Listo",
84
BulletedList		: "Enmeti/Forigi Bulan Liston",
85
ShowTableBorders	: "Vidigi Borderojn de Tabelo",
86
ShowDetails			: "Vidigi Detalojn",
87
Style				: "Stilo",
88
FontFormat			: "Formato",
89
Font				: "Tiparo",
90
FontSize			: "Grando",
91
TextColor			: "Teksta Koloro",
92
BGColor				: "Fona Koloro",
93
Source				: "Fonto",
94
Find				: "Serĉi",
95
Replace				: "Anstataŭigi",
96
SpellCheck			: "Literumada Kontrolilo",
97
UniversalKeyboard	: "Universala Klavaro",
98
PageBreakLbl		: "Page Break",	//MISSING
99
PageBreak			: "Insert Page Break",	//MISSING
100

    
101
Form			: "Formularo",
102
Checkbox		: "Markobutono",
103
RadioButton		: "Radiobutono",
104
TextField		: "Teksta kampo",
105
Textarea		: "Teksta Areo",
106
HiddenField		: "Kaŝita Kampo",
107
Button			: "Butono",
108
SelectionField	: "Elekta Kampo",
109
ImageButton		: "Bildbutono",
110

    
111
FitWindow		: "Maximize the editor size",	//MISSING
112
ShowBlocks		: "Show Blocks",	//MISSING
113

    
114
// Context Menu
115
EditLink			: "Modifier Ligilon",
116
CellCM				: "Cell",	//MISSING
117
RowCM				: "Row",	//MISSING
118
ColumnCM			: "Column",	//MISSING
119
InsertRowAfter		: "Insert Row After",	//MISSING
120
InsertRowBefore		: "Insert Row Before",	//MISSING
121
DeleteRows			: "Forigi Liniojn",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
124
DeleteColumns		: "Forigi Kolumnojn",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
127
DeleteCells			: "Forigi Ĉelojn",
128
MergeCells			: "Kunfandi Ĉelojn",
129
MergeRight			: "Merge Right",	//MISSING
130
MergeDown			: "Merge Down",	//MISSING
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
133
TableDelete			: "Delete Table",	//MISSING
134
CellProperties		: "Atributoj de Ĉelo",
135
TableProperties		: "Atributoj de Tabelo",
136
ImageProperties		: "Atributoj de Bildo",
137
FlashProperties		: "Flash Properties",	//MISSING
138

    
139
AnchorProp			: "Ankraj Atributoj",
140
ButtonProp			: "Butonaj Atributoj",
141
CheckboxProp		: "Markobutonaj Atributoj",
142
HiddenFieldProp		: "Atributoj de Kaŝita Kampo",
143
RadioButtonProp		: "Radiobutonaj Atributoj",
144
ImageButtonProp		: "Bildbutonaj Atributoj",
145
TextFieldProp		: "Atributoj de Teksta Kampo",
146
SelectionFieldProp	: "Atributoj de Elekta Kampo",
147
TextareaProp		: "Atributoj de Teksta Areo",
148
FormProp			: "Formularaj Atributoj",
149

    
150
FontFormats			: "Normala;Formatita;Adreso;Titolo 1;Titolo 2;Titolo 3;Titolo 4;Titolo 5;Titolo 6;Paragrafo (DIV)",
151

    
152
// Alerts and Messages
153
ProcessingXHTML		: "Traktado de XHTML. Bonvolu pacienci...",
154
Done				: "Finita",
155
PasteWordConfirm	: "La algluota teksto ŝajnas esti Word-devena. Ĉu vi volas purigi ĝin antaŭ ol interglui?",
156
NotCompatiblePaste	: "Tiu ĉi komando bezonas almenaŭ Internet Explorer 5.5. Ĉu vi volas daŭrigi sen purigado?",
157
UnknownToolbarItem	: "Ilobretero nekonata \"%1\"",
158
UnknownCommand		: "Komandonomo nekonata \"%1\"",
159
NotImplemented		: "Komando ne ankoraŭ realigita",
160
UnknownToolbarSet	: "La ilobreto \"%1\" ne ekzistas",
161
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
162
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
163
DialogBlocked		: "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",	//MISSING
164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
165

    
166
// Dialogs
167
DlgBtnOK			: "Akcepti",
168
DlgBtnCancel		: "Rezigni",
169
DlgBtnClose			: "Fermi",
170
DlgBtnBrowseServer	: "Foliumi en la Servilo",
171
DlgAdvancedTag		: "Speciala",
172
DlgOpOther			: "<Alia>",
173
DlgInfoTab			: "Info",	//MISSING
174
DlgAlertUrl			: "Please insert the URL",	//MISSING
175

    
176
// General Dialogs Labels
177
DlgGenNotSet		: "<Defaŭlta>",
178
DlgGenId			: "Id",
179
DlgGenLangDir		: "Skribdirekto",
180
DlgGenLangDirLtr	: "De maldekstro dekstren (LTR)",
181
DlgGenLangDirRtl	: "De dekstro maldekstren (RTL)",
182
DlgGenLangCode		: "Lingva Kodo",
183
DlgGenAccessKey		: "Fulmoklavo",
184
DlgGenName			: "Nomo",
185
DlgGenTabIndex		: "Taba Ordo",
186
DlgGenLongDescr		: "URL de Longa Priskribo",
187
DlgGenClass			: "Klasoj de Stilfolioj",
188
DlgGenTitle			: "Indika Titolo",
189
DlgGenContType		: "Indika Enhavotipo",
190
DlgGenLinkCharset	: "Signaro de la Ligita Rimedo",
191
DlgGenStyle			: "Stilo",
192

    
193
// Image Dialog
194
DlgImgTitle			: "Atributoj de Bildo",
195
DlgImgInfoTab		: "Informoj pri Bildo",
196
DlgImgBtnUpload		: "Sendu al Servilo",
197
DlgImgURL			: "URL",
198
DlgImgUpload		: "Alŝuti",
199
DlgImgAlt			: "Anstataŭiga Teksto",
200
DlgImgWidth			: "Larĝo",
201
DlgImgHeight		: "Alto",
202
DlgImgLockRatio		: "Konservi Proporcion",
203
DlgBtnResetSize		: "Origina Grando",
204
DlgImgBorder		: "Bordero",
205
DlgImgHSpace		: "HSpaco",
206
DlgImgVSpace		: "VSpaco",
207
DlgImgAlign			: "Ĝisrandigo",
208
DlgImgAlignLeft		: "Maldekstre",
209
DlgImgAlignAbsBottom: "Abs Malsupre",
210
DlgImgAlignAbsMiddle: "Abs Centre",
211
DlgImgAlignBaseline	: "Je Malsupro de Teksto",
212
DlgImgAlignBottom	: "Malsupre",
213
DlgImgAlignMiddle	: "Centre",
214
DlgImgAlignRight	: "Dekstre",
215
DlgImgAlignTextTop	: "Je Supro de Teksto",
216
DlgImgAlignTop		: "Supre",
217
DlgImgPreview		: "Vidigi Aspekton",
218
DlgImgAlertUrl		: "Bonvolu tajpi la URL de la bildo",
219
DlgImgLinkTab		: "Link",	//MISSING
220

    
221
// Flash Dialog
222
DlgFlashTitle		: "Flash Properties",	//MISSING
223
DlgFlashChkPlay		: "Auto Play",	//MISSING
224
DlgFlashChkLoop		: "Loop",	//MISSING
225
DlgFlashChkMenu		: "Enable Flash Menu",	//MISSING
226
DlgFlashScale		: "Scale",	//MISSING
227
DlgFlashScaleAll	: "Show all",	//MISSING
228
DlgFlashScaleNoBorder	: "No Border",	//MISSING
229
DlgFlashScaleFit	: "Exact Fit",	//MISSING
230

    
231
// Link Dialog
232
DlgLnkWindowTitle	: "Ligilo",
233
DlgLnkInfoTab		: "Informoj pri la Ligilo",
234
DlgLnkTargetTab		: "Celo",
235

    
236
DlgLnkType			: "Tipo de Ligilo",
237
DlgLnkTypeURL		: "URL",
238
DlgLnkTypeAnchor	: "Ankri en tiu ĉi paĝo",
239
DlgLnkTypeEMail		: "Retpoŝto",
240
DlgLnkProto			: "Protokolo",
241
DlgLnkProtoOther	: "<alia>",
242
DlgLnkURL			: "URL",
243
DlgLnkAnchorSel		: "Elekti Ankron",
244
DlgLnkAnchorByName	: "Per Ankronomo",
245
DlgLnkAnchorById	: "Per Elementidentigilo",
246
DlgLnkNoAnchors		: "<Ne disponeblas ankroj en la dokumento>",
247
DlgLnkEMail			: "Retadreso",
248
DlgLnkEMailSubject	: "Temlinio",
249
DlgLnkEMailBody		: "Mesaĝa korpo",
250
DlgLnkUpload		: "Alŝuti",
251
DlgLnkBtnUpload		: "Sendi al Servilo",
252

    
253
DlgLnkTarget		: "Celo",
254
DlgLnkTargetFrame	: "<kadro>",
255
DlgLnkTargetPopup	: "<ŝprucfenestro>",
256
DlgLnkTargetBlank	: "Nova Fenestro (_blank)",
257
DlgLnkTargetParent	: "Gepatra Fenestro (_parent)",
258
DlgLnkTargetSelf	: "Sama Fenestro (_self)",
259
DlgLnkTargetTop		: "Plej Supra Fenestro (_top)",
260
DlgLnkTargetFrameName	: "Nomo de Kadro",
261
DlgLnkPopWinName	: "Nomo de Ŝprucfenestro",
262
DlgLnkPopWinFeat	: "Atributoj de la Ŝprucfenestro",
263
DlgLnkPopResize		: "Grando Ŝanĝebla",
264
DlgLnkPopLocation	: "Adresobreto",
265
DlgLnkPopMenu		: "Menubreto",
266
DlgLnkPopScroll		: "Rulumlisteloj",
267
DlgLnkPopStatus		: "Statobreto",
268
DlgLnkPopToolbar	: "Ilobreto",
269
DlgLnkPopFullScrn	: "Tutekrane (IE)",
270
DlgLnkPopDependent	: "Dependa (Netscape)",
271
DlgLnkPopWidth		: "Larĝo",
272
DlgLnkPopHeight		: "Alto",
273
DlgLnkPopLeft		: "Pozicio de Maldekstro",
274
DlgLnkPopTop		: "Pozicio de Supro",
275

    
276
DlnLnkMsgNoUrl		: "Bonvolu entajpi la URL-on",
277
DlnLnkMsgNoEMail	: "Bonvolu entajpi la retadreson",
278
DlnLnkMsgNoAnchor	: "Bonvolu elekti ankron",
279
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
280

    
281
// Color Dialog
282
DlgColorTitle		: "Elekti",
283
DlgColorBtnClear	: "Forigi",
284
DlgColorHighlight	: "Emfazi",
285
DlgColorSelected	: "Elektita",
286

    
287
// Smiley Dialog
288
DlgSmileyTitle		: "Enmeti Mienvinjeton",
289

    
290
// Special Character Dialog
291
DlgSpecialCharTitle	: "Enmeti Specialan Signon",
292

    
293
// Table Dialog
294
DlgTableTitle		: "Atributoj de Tabelo",
295
DlgTableRows		: "Linioj",
296
DlgTableColumns		: "Kolumnoj",
297
DlgTableBorder		: "Bordero",
298
DlgTableAlign		: "Ĝisrandigo",
299
DlgTableAlignNotSet	: "<Defaŭlte>",
300
DlgTableAlignLeft	: "Maldekstre",
301
DlgTableAlignCenter	: "Centre",
302
DlgTableAlignRight	: "Dekstre",
303
DlgTableWidth		: "Larĝo",
304
DlgTableWidthPx		: "Bitbilderoj",
305
DlgTableWidthPc		: "elcentoj",
306
DlgTableHeight		: "Alto",
307
DlgTableCellSpace	: "Interspacigo de Ĉeloj",
308
DlgTableCellPad		: "Ĉirkaŭenhava Plenigado",
309
DlgTableCaption		: "Titolo",
310
DlgTableSummary		: "Summary",	//MISSING
311
DlgTableHeaders		: "Headers",	//MISSING
312
DlgTableHeadersNone		: "None",	//MISSING
313
DlgTableHeadersColumn	: "First column",	//MISSING
314
DlgTableHeadersRow		: "First Row",	//MISSING
315
DlgTableHeadersBoth		: "Both",	//MISSING
316

    
317
// Table Cell Dialog
318
DlgCellTitle		: "Atributoj de Celo",
319
DlgCellWidth		: "Larĝo",
320
DlgCellWidthPx		: "bitbilderoj",
321
DlgCellWidthPc		: "elcentoj",
322
DlgCellHeight		: "Alto",
323
DlgCellWordWrap		: "Linifaldo",
324
DlgCellWordWrapNotSet	: "<Defaŭlte>",
325
DlgCellWordWrapYes	: "Jes",
326
DlgCellWordWrapNo	: "Ne",
327
DlgCellHorAlign		: "Horizonta Ĝisrandigo",
328
DlgCellHorAlignNotSet	: "<Defaŭlte>",
329
DlgCellHorAlignLeft	: "Maldekstre",
330
DlgCellHorAlignCenter	: "Centre",
331
DlgCellHorAlignRight: "Dekstre",
332
DlgCellVerAlign		: "Vertikala Ĝisrandigo",
333
DlgCellVerAlignNotSet	: "<Defaŭlte>",
334
DlgCellVerAlignTop	: "Supre",
335
DlgCellVerAlignMiddle	: "Centre",
336
DlgCellVerAlignBottom	: "Malsupre",
337
DlgCellVerAlignBaseline	: "Je Malsupro de Teksto",
338
DlgCellType		: "Cell Type",	//MISSING
339
DlgCellTypeData		: "Data",	//MISSING
340
DlgCellTypeHeader	: "Header",	//MISSING
341
DlgCellRowSpan		: "Linioj Kunfanditaj",
342
DlgCellCollSpan		: "Kolumnoj Kunfanditaj",
343
DlgCellBackColor	: "Fono",
344
DlgCellBorderColor	: "Bordero",
345
DlgCellBtnSelect	: "Elekti...",
346

    
347
// Find and Replace Dialog
348
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
349

    
350
// Find Dialog
351
DlgFindTitle		: "Serĉi",
352
DlgFindFindBtn		: "Serĉi",
353
DlgFindNotFoundMsg	: "La celteksto ne estas trovita.",
354

    
355
// Replace Dialog
356
DlgReplaceTitle			: "Anstataŭigi",
357
DlgReplaceFindLbl		: "Serĉi:",
358
DlgReplaceReplaceLbl	: "Anstataŭigi per:",
359
DlgReplaceCaseChk		: "Kongruigi Usklecon",
360
DlgReplaceReplaceBtn	: "Anstataŭigi",
361
DlgReplaceReplAllBtn	: "Anstataŭigi Ĉiun",
362
DlgReplaceWordChk		: "Tuta Vorto",
363

    
364
// Paste Operations / Dialog
365
PasteErrorCut	: "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras eltondajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-X).",
366
PasteErrorCopy	: "La sekurecagordo de via TTT-legilo ne permesas, ke la redaktilo faras kopiajn operaciojn. Bonvolu uzi la klavaron por tio (ctrl-C).",
367

    
368
PasteAsText		: "Interglui kiel Tekston",
369
PasteFromWord	: "Interglui el Word",
370

    
371
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",	//MISSING
372
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
373
DlgPasteIgnoreFont		: "Ignore Font Face definitions",	//MISSING
374
DlgPasteRemoveStyles	: "Remove Styles definitions",	//MISSING
375

    
376
// Color Picker
377
ColorAutomatic	: "Aŭtomata",
378
ColorMoreColors	: "Pli da Koloroj...",
379

    
380
// Document Properties
381
DocProps		: "Dokumentaj Atributoj",
382

    
383
// Anchor Dialog
384
DlgAnchorTitle		: "Ankraj Atributoj",
385
DlgAnchorName		: "Ankra Nomo",
386
DlgAnchorErrorName	: "Bv tajpi la ankran nomon",
387

    
388
// Speller Pages Dialog
389
DlgSpellNotInDic		: "Ne trovita en la vortaro",
390
DlgSpellChangeTo		: "Ŝanĝi al",
391
DlgSpellBtnIgnore		: "Malatenti",
392
DlgSpellBtnIgnoreAll	: "Malatenti Ĉiun",
393
DlgSpellBtnReplace		: "Anstataŭigi",
394
DlgSpellBtnReplaceAll	: "Anstataŭigi Ĉiun",
395
DlgSpellBtnUndo			: "Malfari",
396
DlgSpellNoSuggestions	: "- Neniu propono -",
397
DlgSpellProgress		: "Literumkontrolado daŭras...",
398
DlgSpellNoMispell		: "Literumkontrolado finita: neniu fuŝo trovita",
399
DlgSpellNoChanges		: "Literumkontrolado finita: neniu vorto ŝanĝita",
400
DlgSpellOneChange		: "Literumkontrolado finita: unu vorto ŝanĝita",
401
DlgSpellManyChanges		: "Literumkontrolado finita: %1 vortoj ŝanĝitaj",
402

    
403
IeSpellDownload			: "Literumada Kontrolilo ne instalita. Ĉu vi volas elŝuti ĝin nun?",
404

    
405
// Button Dialog
406
DlgButtonText		: "Teksto (Valoro)",
407
DlgButtonType		: "Tipo",
408
DlgButtonTypeBtn	: "Button",	//MISSING
409
DlgButtonTypeSbm	: "Submit",	//MISSING
410
DlgButtonTypeRst	: "Reset",	//MISSING
411

    
412
// Checkbox and Radio Button Dialogs
413
DlgCheckboxName		: "Nomo",
414
DlgCheckboxValue	: "Valoro",
415
DlgCheckboxSelected	: "Elektita",
416

    
417
// Form Dialog
418
DlgFormName		: "Nomo",
419
DlgFormAction	: "Ago",
420
DlgFormMethod	: "Metodo",
421

    
422
// Select Field Dialog
423
DlgSelectName		: "Nomo",
424
DlgSelectValue		: "Valoro",
425
DlgSelectSize		: "Grando",
426
DlgSelectLines		: "Linioj",
427
DlgSelectChkMulti	: "Permesi Plurajn Elektojn",
428
DlgSelectOpAvail	: "Elektoj Disponeblaj",
429
DlgSelectOpText		: "Teksto",
430
DlgSelectOpValue	: "Valoro",
431
DlgSelectBtnAdd		: "Aldoni",
432
DlgSelectBtnModify	: "Modifi",
433
DlgSelectBtnUp		: "Supren",
434
DlgSelectBtnDown	: "Malsupren",
435
DlgSelectBtnSetValue : "Agordi kiel Elektitan Valoron",
436
DlgSelectBtnDelete	: "Forigi",
437

    
438
// Textarea Dialog
439
DlgTextareaName	: "Nomo",
440
DlgTextareaCols	: "Kolumnoj",
441
DlgTextareaRows	: "Vicoj",
442

    
443
// Text Field Dialog
444
DlgTextName			: "Nomo",
445
DlgTextValue		: "Valoro",
446
DlgTextCharWidth	: "Signolarĝo",
447
DlgTextMaxChars		: "Maksimuma Nombro da Signoj",
448
DlgTextType			: "Tipo",
449
DlgTextTypeText		: "Teksto",
450
DlgTextTypePass		: "Pasvorto",
451

    
452
// Hidden Field Dialog
453
DlgHiddenName	: "Nomo",
454
DlgHiddenValue	: "Valoro",
455

    
456
// Bulleted List Dialog
457
BulletedListProp	: "Atributoj de Bula Listo",
458
NumberedListProp	: "Atributoj de Numera Listo",
459
DlgLstStart			: "Start",	//MISSING
460
DlgLstType			: "Tipo",
461
DlgLstTypeCircle	: "Cirklo",
462
DlgLstTypeDisc		: "Disc",	//MISSING
463
DlgLstTypeSquare	: "Kvadrato",
464
DlgLstTypeNumbers	: "Ciferoj (1, 2, 3)",
465
DlgLstTypeLCase		: "Minusklaj Literoj (a, b, c)",
466
DlgLstTypeUCase		: "Majusklaj Literoj (A, B, C)",
467
DlgLstTypeSRoman	: "Malgrandaj Romanaj Ciferoj (i, ii, iii)",
468
DlgLstTypeLRoman	: "Grandaj Romanaj Ciferoj (I, II, III)",
469

    
470
// Document Properties Dialog
471
DlgDocGeneralTab	: "Ĝeneralaĵoj",
472
DlgDocBackTab		: "Fono",
473
DlgDocColorsTab		: "Koloroj kaj Marĝenoj",
474
DlgDocMetaTab		: "Metadatumoj",
475

    
476
DlgDocPageTitle		: "Paĝotitolo",
477
DlgDocLangDir		: "Skribdirekto de la Lingvo",
478
DlgDocLangDirLTR	: "De maldekstro dekstren (LTR)",
479
DlgDocLangDirRTL	: "De dekstro maldekstren (LTR)",
480
DlgDocLangCode		: "Lingvokodo",
481
DlgDocCharSet		: "Signara Kodo",
482
DlgDocCharSetCE		: "Central European",	//MISSING
483
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
484
DlgDocCharSetCR		: "Cyrillic",	//MISSING
485
DlgDocCharSetGR		: "Greek",	//MISSING
486
DlgDocCharSetJP		: "Japanese",	//MISSING
487
DlgDocCharSetKR		: "Korean",	//MISSING
488
DlgDocCharSetTR		: "Turkish",	//MISSING
489
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
490
DlgDocCharSetWE		: "Western European",	//MISSING
491
DlgDocCharSetOther	: "Alia Signara Kodo",
492

    
493
DlgDocDocType		: "Dokumenta Tipo",
494
DlgDocDocTypeOther	: "Alia Dokumenta Tipo",
495
DlgDocIncXHTML		: "Inkluzivi XHTML Deklaroj",
496
DlgDocBgColor		: "Fona Koloro",
497
DlgDocBgImage		: "URL de Fona Bildo",
498
DlgDocBgNoScroll	: "Neruluma Fono",
499
DlgDocCText			: "Teksto",
500
DlgDocCLink			: "Ligilo",
501
DlgDocCVisited		: "Vizitita Ligilo",
502
DlgDocCActive		: "Aktiva Ligilo",
503
DlgDocMargins		: "Paĝaj Marĝenoj",
504
DlgDocMaTop			: "Supra",
505
DlgDocMaLeft		: "Maldekstra",
506
DlgDocMaRight		: "Dekstra",
507
DlgDocMaBottom		: "Malsupra",
508
DlgDocMeIndex		: "Ŝlosilvortoj de la Dokumento (apartigita de komoj)",
509
DlgDocMeDescr		: "Dokumenta Priskribo",
510
DlgDocMeAuthor		: "Verkinto",
511
DlgDocMeCopy		: "Kopirajto",
512
DlgDocPreview		: "Aspekto",
513

    
514
// Templates Dialog
515
Templates			: "Templates",	//MISSING
516
DlgTemplatesTitle	: "Content Templates",	//MISSING
517
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",	//MISSING
518
DlgTemplatesLoading	: "Loading templates list. Please wait...",	//MISSING
519
DlgTemplatesNoTpl	: "(No templates defined)",	//MISSING
520
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
521

    
522
// About Dialog
523
DlgAboutAboutTab	: "Pri",
524
DlgAboutBrowserInfoTab	: "Informoj pri TTT-legilo",
525
DlgAboutLicenseTab	: "License",	//MISSING
526
DlgAboutVersion		: "versio",
527
DlgAboutInfo		: "Por pli da informoj, vizitu",
528

    
529
// Div Dialog
530
DlgDivGeneralTab	: "General",	//MISSING
531
DlgDivAdvancedTab	: "Advanced",	//MISSING
532
DlgDivStyle		: "Style",	//MISSING
533
DlgDivInlineStyle	: "Inline Style",	//MISSING
534

    
535
ScaytTitle			: "SCAYT",	//MISSING
536
ScaytTitleOptions	: "Options",	//MISSING
537
ScaytTitleLangs		: "Languages",	//MISSING
538
ScaytTitleAbout		: "About"	//MISSING
539
};
(16-16/58)