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
 * Bosnian 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		: "Skupi trake sa alatima",
30
ToolbarExpand		: "Otvori trake sa alatima",
31

    
32
// Toolbar Items and Context Menu
33
Save				: "Snimi",
34
NewPage				: "Novi dokument",
35
Preview				: "Prikaži",
36
Cut					: "Izreži",
37
Copy				: "Kopiraj",
38
Paste				: "Zalijepi",
39
PasteText			: "Zalijepi kao obièan tekst",
40
PasteWord			: "Zalijepi iz Word-a",
41
Print				: "Štampaj",
42
SelectAll			: "Selektuj sve",
43
RemoveFormat		: "Poništi format",
44
InsertLinkLbl		: "Link",
45
InsertLink			: "Ubaci/Izmjeni link",
46
RemoveLink			: "Izbriši link",
47
VisitLink			: "Open Link",	//MISSING
48
Anchor				: "Insert/Edit Anchor",	//MISSING
49
AnchorDelete		: "Remove Anchor",	//MISSING
50
InsertImageLbl		: "Slika",
51
InsertImage			: "Ubaci/Izmjeni sliku",
52
InsertFlashLbl		: "Flash",	//MISSING
53
InsertFlash			: "Insert/Edit Flash",	//MISSING
54
InsertTableLbl		: "Tabela",
55
InsertTable			: "Ubaci/Izmjeni tabelu",
56
InsertLineLbl		: "Linija",
57
InsertLine			: "Ubaci horizontalnu liniju",
58
InsertSpecialCharLbl: "Specijalni karakter",
59
InsertSpecialChar	: "Ubaci specijalni karater",
60
InsertSmileyLbl		: "Smješko",
61
InsertSmiley		: "Ubaci smješka",
62
About				: "O FCKeditor-u",
63
Bold				: "Boldiraj",
64
Italic				: "Ukosi",
65
Underline			: "Podvuci",
66
StrikeThrough		: "Precrtaj",
67
Subscript			: "Subscript",
68
Superscript			: "Superscript",
69
LeftJustify			: "Lijevo poravnanje",
70
CenterJustify		: "Centralno poravnanje",
71
RightJustify		: "Desno poravnanje",
72
BlockJustify		: "Puno poravnanje",
73
DecreaseIndent		: "Smanji uvod",
74
IncreaseIndent		: "Poveæaj uvod",
75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
79
Undo				: "Vrati",
80
Redo				: "Ponovi",
81
NumberedListLbl		: "Numerisana lista",
82
NumberedList		: "Ubaci/Izmjeni numerisanu listu",
83
BulletedListLbl		: "Lista",
84
BulletedList		: "Ubaci/Izmjeni listu",
85
ShowTableBorders	: "Pokaži okvire tabela",
86
ShowDetails			: "Pokaži detalje",
87
Style				: "Stil",
88
FontFormat			: "Format",
89
Font				: "Font",
90
FontSize			: "Velièina",
91
TextColor			: "Boja teksta",
92
BGColor				: "Boja pozadine",
93
Source				: "HTML kôd",
94
Find				: "Naði",
95
Replace				: "Zamjeni",
96
SpellCheck			: "Check Spelling",	//MISSING
97
UniversalKeyboard	: "Universal Keyboard",	//MISSING
98
PageBreakLbl		: "Page Break",	//MISSING
99
PageBreak			: "Insert Page Break",	//MISSING
100

    
101
Form			: "Form",	//MISSING
102
Checkbox		: "Checkbox",	//MISSING
103
RadioButton		: "Radio Button",	//MISSING
104
TextField		: "Text Field",	//MISSING
105
Textarea		: "Textarea",	//MISSING
106
HiddenField		: "Hidden Field",	//MISSING
107
Button			: "Button",	//MISSING
108
SelectionField	: "Selection Field",	//MISSING
109
ImageButton		: "Image Button",	//MISSING
110

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

    
114
// Context Menu
115
EditLink			: "Izmjeni link",
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			: "Briši redove",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
124
DeleteColumns		: "Briši kolone",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
127
DeleteCells			: "Briši æelije",
128
MergeCells			: "Spoji æelije",
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		: "Svojstva æelije",
135
TableProperties		: "Svojstva tabele",
136
ImageProperties		: "Svojstva slike",
137
FlashProperties		: "Flash Properties",	//MISSING
138

    
139
AnchorProp			: "Anchor Properties",	//MISSING
140
ButtonProp			: "Button Properties",	//MISSING
141
CheckboxProp		: "Checkbox Properties",	//MISSING
142
HiddenFieldProp		: "Hidden Field Properties",	//MISSING
143
RadioButtonProp		: "Radio Button Properties",	//MISSING
144
ImageButtonProp		: "Image Button Properties",	//MISSING
145
TextFieldProp		: "Text Field Properties",	//MISSING
146
SelectionFieldProp	: "Selection Field Properties",	//MISSING
147
TextareaProp		: "Textarea Properties",	//MISSING
148
FormProp			: "Form Properties",	//MISSING
149

    
150
FontFormats			: "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
151

    
152
// Alerts and Messages
153
ProcessingXHTML		: "Procesiram XHTML. Molim saèekajte...",
154
Done				: "Gotovo",
155
PasteWordConfirm	: "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
156
NotCompatiblePaste	: "Ova komanda je podržana u Internet Explorer-u verzijama 5.5 ili novijim. Da li želite da izvršite lijepljenje teksta bez èišæenja?",
157
UnknownToolbarItem	: "Nepoznata stavka sa trake sa alatima \"%1\"",
158
UnknownCommand		: "Nepoznata komanda \"%1\"",
159
NotImplemented		: "Komanda nije implementirana",
160
UnknownToolbarSet	: "Traka sa alatima \"%1\" ne postoji",
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			: "OK",
168
DlgBtnCancel		: "Odustani",
169
DlgBtnClose			: "Zatvori",
170
DlgBtnBrowseServer	: "Browse Server",	//MISSING
171
DlgAdvancedTag		: "Naprednije",
172
DlgOpOther			: "<Other>",	//MISSING
173
DlgInfoTab			: "Info",	//MISSING
174
DlgAlertUrl			: "Please insert the URL",	//MISSING
175

    
176
// General Dialogs Labels
177
DlgGenNotSet		: "<nije podešeno>",
178
DlgGenId			: "Id",
179
DlgGenLangDir		: "Smjer pisanja",
180
DlgGenLangDirLtr	: "S lijeva na desno (LTR)",
181
DlgGenLangDirRtl	: "S desna na lijevo (RTL)",
182
DlgGenLangCode		: "Jezièni kôd",
183
DlgGenAccessKey		: "Pristupna tipka",
184
DlgGenName			: "Naziv",
185
DlgGenTabIndex		: "Tab indeks",
186
DlgGenLongDescr		: "Dugaèki opis URL-a",
187
DlgGenClass			: "Klase CSS stilova",
188
DlgGenTitle			: "Advisory title",
189
DlgGenContType		: "Advisory vrsta sadržaja",
190
DlgGenLinkCharset	: "Linked Resource Charset",
191
DlgGenStyle			: "Stil",
192

    
193
// Image Dialog
194
DlgImgTitle			: "Svojstva slike",
195
DlgImgInfoTab		: "Info slike",
196
DlgImgBtnUpload		: "Šalji na server",
197
DlgImgURL			: "URL",
198
DlgImgUpload		: "Šalji",
199
DlgImgAlt			: "Tekst na slici",
200
DlgImgWidth			: "Širina",
201
DlgImgHeight		: "Visina",
202
DlgImgLockRatio		: "Zakljuèaj odnos",
203
DlgBtnResetSize		: "Resetuj dimenzije",
204
DlgImgBorder		: "Okvir",
205
DlgImgHSpace		: "HSpace",
206
DlgImgVSpace		: "VSpace",
207
DlgImgAlign			: "Poravnanje",
208
DlgImgAlignLeft		: "Lijevo",
209
DlgImgAlignAbsBottom: "Abs dole",
210
DlgImgAlignAbsMiddle: "Abs sredina",
211
DlgImgAlignBaseline	: "Bazno",
212
DlgImgAlignBottom	: "Dno",
213
DlgImgAlignMiddle	: "Sredina",
214
DlgImgAlignRight	: "Desno",
215
DlgImgAlignTextTop	: "Vrh teksta",
216
DlgImgAlignTop		: "Vrh",
217
DlgImgPreview		: "Prikaz",
218
DlgImgAlertUrl		: "Molimo ukucajte URL od slike.",
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	: "Link",
233
DlgLnkInfoTab		: "Link info",
234
DlgLnkTargetTab		: "Prozor",
235

    
236
DlgLnkType			: "Tip linka",
237
DlgLnkTypeURL		: "URL",
238
DlgLnkTypeAnchor	: "Sidro na ovoj stranici",
239
DlgLnkTypeEMail		: "E-Mail",
240
DlgLnkProto			: "Protokol",
241
DlgLnkProtoOther	: "<drugi>",
242
DlgLnkURL			: "URL",
243
DlgLnkAnchorSel		: "Izaberi sidro",
244
DlgLnkAnchorByName	: "Po nazivu sidra",
245
DlgLnkAnchorById	: "Po Id-u elementa",
246
DlgLnkNoAnchors		: "(Nema dostupnih sidra na stranici)",
247
DlgLnkEMail			: "E-Mail Adresa",
248
DlgLnkEMailSubject	: "Subjekt poruke",
249
DlgLnkEMailBody		: "Poruka",
250
DlgLnkUpload		: "Šalji",
251
DlgLnkBtnUpload		: "Šalji na server",
252

    
253
DlgLnkTarget		: "Prozor",
254
DlgLnkTargetFrame	: "<frejm>",
255
DlgLnkTargetPopup	: "<popup prozor>",
256
DlgLnkTargetBlank	: "Novi prozor (_blank)",
257
DlgLnkTargetParent	: "Glavni prozor (_parent)",
258
DlgLnkTargetSelf	: "Isti prozor (_self)",
259
DlgLnkTargetTop		: "Najgornji prozor (_top)",
260
DlgLnkTargetFrameName	: "Target Frame Name",	//MISSING
261
DlgLnkPopWinName	: "Naziv popup prozora",
262
DlgLnkPopWinFeat	: "Moguænosti popup prozora",
263
DlgLnkPopResize		: "Promjenljive velièine",
264
DlgLnkPopLocation	: "Traka za lokaciju",
265
DlgLnkPopMenu		: "Izborna traka",
266
DlgLnkPopScroll		: "Scroll traka",
267
DlgLnkPopStatus		: "Statusna traka",
268
DlgLnkPopToolbar	: "Traka sa alatima",
269
DlgLnkPopFullScrn	: "Cijeli ekran (IE)",
270
DlgLnkPopDependent	: "Ovisno (Netscape)",
271
DlgLnkPopWidth		: "Širina",
272
DlgLnkPopHeight		: "Visina",
273
DlgLnkPopLeft		: "Lijeva pozicija",
274
DlgLnkPopTop		: "Gornja pozicija",
275

    
276
DlnLnkMsgNoUrl		: "Molimo ukucajte URL link",
277
DlnLnkMsgNoEMail	: "Molimo ukucajte e-mail adresu",
278
DlnLnkMsgNoAnchor	: "Molimo izaberite sidro",
279
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
280

    
281
// Color Dialog
282
DlgColorTitle		: "Izaberi boju",
283
DlgColorBtnClear	: "Oèisti",
284
DlgColorHighlight	: "Igled",
285
DlgColorSelected	: "Selektovana",
286

    
287
// Smiley Dialog
288
DlgSmileyTitle		: "Ubaci smješka",
289

    
290
// Special Character Dialog
291
DlgSpecialCharTitle	: "Izaberi specijalni karakter",
292

    
293
// Table Dialog
294
DlgTableTitle		: "Svojstva tabele",
295
DlgTableRows		: "Redova",
296
DlgTableColumns		: "Kolona",
297
DlgTableBorder		: "Okvir",
298
DlgTableAlign		: "Poravnanje",
299
DlgTableAlignNotSet	: "<Nije podešeno>",
300
DlgTableAlignLeft	: "Lijevo",
301
DlgTableAlignCenter	: "Centar",
302
DlgTableAlignRight	: "Desno",
303
DlgTableWidth		: "Širina",
304
DlgTableWidthPx		: "piksela",
305
DlgTableWidthPc		: "posto",
306
DlgTableHeight		: "Visina",
307
DlgTableCellSpace	: "Razmak æelija",
308
DlgTableCellPad		: "Uvod æelija",
309
DlgTableCaption		: "Naslov",
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		: "Svojstva æelije",
319
DlgCellWidth		: "Širina",
320
DlgCellWidthPx		: "piksela",
321
DlgCellWidthPc		: "posto",
322
DlgCellHeight		: "Visina",
323
DlgCellWordWrap		: "Vrapuj tekst",
324
DlgCellWordWrapNotSet	: "<Nije podešeno>",
325
DlgCellWordWrapYes	: "Da",
326
DlgCellWordWrapNo	: "Ne",
327
DlgCellHorAlign		: "Horizontalno poravnanje",
328
DlgCellHorAlignNotSet	: "<Nije podešeno>",
329
DlgCellHorAlignLeft	: "Lijevo",
330
DlgCellHorAlignCenter	: "Centar",
331
DlgCellHorAlignRight: "Desno",
332
DlgCellVerAlign		: "Vertikalno poravnanje",
333
DlgCellVerAlignNotSet	: "<Nije podešeno>",
334
DlgCellVerAlignTop	: "Gore",
335
DlgCellVerAlignMiddle	: "Sredina",
336
DlgCellVerAlignBottom	: "Dno",
337
DlgCellVerAlignBaseline	: "Bazno",
338
DlgCellType		: "Cell Type",	//MISSING
339
DlgCellTypeData		: "Data",	//MISSING
340
DlgCellTypeHeader	: "Header",	//MISSING
341
DlgCellRowSpan		: "Spajanje æelija",
342
DlgCellCollSpan		: "Spajanje kolona",
343
DlgCellBackColor	: "Boja pozadine",
344
DlgCellBorderColor	: "Boja okvira",
345
DlgCellBtnSelect	: "Selektuj...",
346

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

    
350
// Find Dialog
351
DlgFindTitle		: "Naði",
352
DlgFindFindBtn		: "Naði",
353
DlgFindNotFoundMsg	: "Traženi tekst nije pronaðen.",
354

    
355
// Replace Dialog
356
DlgReplaceTitle			: "Zamjeni",
357
DlgReplaceFindLbl		: "Naði šta:",
358
DlgReplaceReplaceLbl	: "Zamjeni sa:",
359
DlgReplaceCaseChk		: "Uporeðuj velika/mala slova",
360
DlgReplaceReplaceBtn	: "Zamjeni",
361
DlgReplaceReplAllBtn	: "Zamjeni sve",
362
DlgReplaceWordChk		: "Uporeðuj samo cijelu rijeè",
363

    
364
// Paste Operations / Dialog
365
PasteErrorCut	: "Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
366
PasteErrorCopy	: "Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
367

    
368
PasteAsText		: "Zalijepi kao obièan tekst",
369
PasteFromWord	: "Zalijepi iz Word-a",
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	: "Automatska",
378
ColorMoreColors	: "Više boja...",
379

    
380
// Document Properties
381
DocProps		: "Document Properties",	//MISSING
382

    
383
// Anchor Dialog
384
DlgAnchorTitle		: "Anchor Properties",	//MISSING
385
DlgAnchorName		: "Anchor Name",	//MISSING
386
DlgAnchorErrorName	: "Please type the anchor name",	//MISSING
387

    
388
// Speller Pages Dialog
389
DlgSpellNotInDic		: "Not in dictionary",	//MISSING
390
DlgSpellChangeTo		: "Change to",	//MISSING
391
DlgSpellBtnIgnore		: "Ignore",	//MISSING
392
DlgSpellBtnIgnoreAll	: "Ignore All",	//MISSING
393
DlgSpellBtnReplace		: "Replace",	//MISSING
394
DlgSpellBtnReplaceAll	: "Replace All",	//MISSING
395
DlgSpellBtnUndo			: "Undo",	//MISSING
396
DlgSpellNoSuggestions	: "- No suggestions -",	//MISSING
397
DlgSpellProgress		: "Spell check in progress...",	//MISSING
398
DlgSpellNoMispell		: "Spell check complete: No misspellings found",	//MISSING
399
DlgSpellNoChanges		: "Spell check complete: No words changed",	//MISSING
400
DlgSpellOneChange		: "Spell check complete: One word changed",	//MISSING
401
DlgSpellManyChanges		: "Spell check complete: %1 words changed",	//MISSING
402

    
403
IeSpellDownload			: "Spell checker not installed. Do you want to download it now?",	//MISSING
404

    
405
// Button Dialog
406
DlgButtonText		: "Text (Value)",	//MISSING
407
DlgButtonType		: "Type",	//MISSING
408
DlgButtonTypeBtn	: "Button",	//MISSING
409
DlgButtonTypeSbm	: "Submit",	//MISSING
410
DlgButtonTypeRst	: "Reset",	//MISSING
411

    
412
// Checkbox and Radio Button Dialogs
413
DlgCheckboxName		: "Name",	//MISSING
414
DlgCheckboxValue	: "Value",	//MISSING
415
DlgCheckboxSelected	: "Selected",	//MISSING
416

    
417
// Form Dialog
418
DlgFormName		: "Name",	//MISSING
419
DlgFormAction	: "Action",	//MISSING
420
DlgFormMethod	: "Method",	//MISSING
421

    
422
// Select Field Dialog
423
DlgSelectName		: "Name",	//MISSING
424
DlgSelectValue		: "Value",	//MISSING
425
DlgSelectSize		: "Size",	//MISSING
426
DlgSelectLines		: "lines",	//MISSING
427
DlgSelectChkMulti	: "Allow multiple selections",	//MISSING
428
DlgSelectOpAvail	: "Available Options",	//MISSING
429
DlgSelectOpText		: "Text",	//MISSING
430
DlgSelectOpValue	: "Value",	//MISSING
431
DlgSelectBtnAdd		: "Add",	//MISSING
432
DlgSelectBtnModify	: "Modify",	//MISSING
433
DlgSelectBtnUp		: "Up",	//MISSING
434
DlgSelectBtnDown	: "Down",	//MISSING
435
DlgSelectBtnSetValue : "Set as selected value",	//MISSING
436
DlgSelectBtnDelete	: "Delete",	//MISSING
437

    
438
// Textarea Dialog
439
DlgTextareaName	: "Name",	//MISSING
440
DlgTextareaCols	: "Columns",	//MISSING
441
DlgTextareaRows	: "Rows",	//MISSING
442

    
443
// Text Field Dialog
444
DlgTextName			: "Name",	//MISSING
445
DlgTextValue		: "Value",	//MISSING
446
DlgTextCharWidth	: "Character Width",	//MISSING
447
DlgTextMaxChars		: "Maximum Characters",	//MISSING
448
DlgTextType			: "Type",	//MISSING
449
DlgTextTypeText		: "Text",	//MISSING
450
DlgTextTypePass		: "Password",	//MISSING
451

    
452
// Hidden Field Dialog
453
DlgHiddenName	: "Name",	//MISSING
454
DlgHiddenValue	: "Value",	//MISSING
455

    
456
// Bulleted List Dialog
457
BulletedListProp	: "Bulleted List Properties",	//MISSING
458
NumberedListProp	: "Numbered List Properties",	//MISSING
459
DlgLstStart			: "Start",	//MISSING
460
DlgLstType			: "Type",	//MISSING
461
DlgLstTypeCircle	: "Circle",	//MISSING
462
DlgLstTypeDisc		: "Disc",	//MISSING
463
DlgLstTypeSquare	: "Square",	//MISSING
464
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",	//MISSING
465
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",	//MISSING
466
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",	//MISSING
467
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",	//MISSING
468
DlgLstTypeLRoman	: "Large Roman Numerals (I, II, III)",	//MISSING
469

    
470
// Document Properties Dialog
471
DlgDocGeneralTab	: "General",	//MISSING
472
DlgDocBackTab		: "Background",	//MISSING
473
DlgDocColorsTab		: "Colors and Margins",	//MISSING
474
DlgDocMetaTab		: "Meta Data",	//MISSING
475

    
476
DlgDocPageTitle		: "Page Title",	//MISSING
477
DlgDocLangDir		: "Language Direction",	//MISSING
478
DlgDocLangDirLTR	: "Left to Right (LTR)",	//MISSING
479
DlgDocLangDirRTL	: "Right to Left (RTL)",	//MISSING
480
DlgDocLangCode		: "Language Code",	//MISSING
481
DlgDocCharSet		: "Character Set Encoding",	//MISSING
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	: "Other Character Set Encoding",	//MISSING
492

    
493
DlgDocDocType		: "Document Type Heading",	//MISSING
494
DlgDocDocTypeOther	: "Other Document Type Heading",	//MISSING
495
DlgDocIncXHTML		: "Include XHTML Declarations",	//MISSING
496
DlgDocBgColor		: "Background Color",	//MISSING
497
DlgDocBgImage		: "Background Image URL",	//MISSING
498
DlgDocBgNoScroll	: "Nonscrolling Background",	//MISSING
499
DlgDocCText			: "Text",	//MISSING
500
DlgDocCLink			: "Link",	//MISSING
501
DlgDocCVisited		: "Visited Link",	//MISSING
502
DlgDocCActive		: "Active Link",	//MISSING
503
DlgDocMargins		: "Page Margins",	//MISSING
504
DlgDocMaTop			: "Top",	//MISSING
505
DlgDocMaLeft		: "Left",	//MISSING
506
DlgDocMaRight		: "Right",	//MISSING
507
DlgDocMaBottom		: "Bottom",	//MISSING
508
DlgDocMeIndex		: "Document Indexing Keywords (comma separated)",	//MISSING
509
DlgDocMeDescr		: "Document Description",	//MISSING
510
DlgDocMeAuthor		: "Author",	//MISSING
511
DlgDocMeCopy		: "Copyright",	//MISSING
512
DlgDocPreview		: "Preview",	//MISSING
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	: "About",	//MISSING
524
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
525
DlgAboutLicenseTab	: "License",	//MISSING
526
DlgAboutVersion		: "verzija",
527
DlgAboutInfo		: "Za više informacija posjetite",
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
};
(6-6/58)