Project

General

Profile

1
/*
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2008 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
Anchor				: "Insert/Edit Anchor",	//MISSING
48
AnchorDelete		: "Remove Anchor",	//MISSING
49
InsertImageLbl		: "Slika",
50
InsertImage			: "Ubaci/Izmjeni sliku",
51
InsertFlashLbl		: "Flash",	//MISSING
52
InsertFlash			: "Insert/Edit Flash",	//MISSING
53
InsertTableLbl		: "Tabela",
54
InsertTable			: "Ubaci/Izmjeni tabelu",
55
InsertLineLbl		: "Linija",
56
InsertLine			: "Ubaci horizontalnu liniju",
57
InsertSpecialCharLbl: "Specijalni karakter",
58
InsertSpecialChar	: "Ubaci specijalni karater",
59
InsertSmileyLbl		: "Smješko",
60
InsertSmiley		: "Ubaci smješka",
61
About				: "O FCKeditor-u",
62
Bold				: "Boldiraj",
63
Italic				: "Ukosi",
64
Underline			: "Podvuci",
65
StrikeThrough		: "Precrtaj",
66
Subscript			: "Subscript",
67
Superscript			: "Superscript",
68
LeftJustify			: "Lijevo poravnanje",
69
CenterJustify		: "Centralno poravnanje",
70
RightJustify		: "Desno poravnanje",
71
BlockJustify		: "Puno poravnanje",
72
DecreaseIndent		: "Smanji uvod",
73
IncreaseIndent		: "Poveæaj uvod",
74
Blockquote			: "Blockquote",	//MISSING
75
Undo				: "Vrati",
76
Redo				: "Ponovi",
77
NumberedListLbl		: "Numerisana lista",
78
NumberedList		: "Ubaci/Izmjeni numerisanu listu",
79
BulletedListLbl		: "Lista",
80
BulletedList		: "Ubaci/Izmjeni listu",
81
ShowTableBorders	: "Pokaži okvire tabela",
82
ShowDetails			: "Pokaži detalje",
83
Style				: "Stil",
84
FontFormat			: "Format",
85
Font				: "Font",
86
FontSize			: "Velièina",
87
TextColor			: "Boja teksta",
88
BGColor				: "Boja pozadine",
89
Source				: "HTML kôd",
90
Find				: "Naði",
91
Replace				: "Zamjeni",
92
SpellCheck			: "Check Spelling",	//MISSING
93
UniversalKeyboard	: "Universal Keyboard",	//MISSING
94
PageBreakLbl		: "Page Break",	//MISSING
95
PageBreak			: "Insert Page Break",	//MISSING
96

    
97
Form			: "Form",	//MISSING
98
Checkbox		: "Checkbox",	//MISSING
99
RadioButton		: "Radio Button",	//MISSING
100
TextField		: "Text Field",	//MISSING
101
Textarea		: "Textarea",	//MISSING
102
HiddenField		: "Hidden Field",	//MISSING
103
Button			: "Button",	//MISSING
104
SelectionField	: "Selection Field",	//MISSING
105
ImageButton		: "Image Button",	//MISSING
106

    
107
FitWindow		: "Maximize the editor size",	//MISSING
108
ShowBlocks		: "Show Blocks",	//MISSING
109

    
110
// Context Menu
111
EditLink			: "Izmjeni link",
112
CellCM				: "Cell",	//MISSING
113
RowCM				: "Row",	//MISSING
114
ColumnCM			: "Column",	//MISSING
115
InsertRowAfter		: "Insert Row After",	//MISSING
116
InsertRowBefore		: "Insert Row Before",	//MISSING
117
DeleteRows			: "Briši redove",
118
InsertColumnAfter	: "Insert Column After",	//MISSING
119
InsertColumnBefore	: "Insert Column Before",	//MISSING
120
DeleteColumns		: "Briši kolone",
121
InsertCellAfter		: "Insert Cell After",	//MISSING
122
InsertCellBefore	: "Insert Cell Before",	//MISSING
123
DeleteCells			: "Briši æelije",
124
MergeCells			: "Spoji æelije",
125
MergeRight			: "Merge Right",	//MISSING
126
MergeDown			: "Merge Down",	//MISSING
127
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
128
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
129
TableDelete			: "Delete Table",	//MISSING
130
CellProperties		: "Svojstva æelije",
131
TableProperties		: "Svojstva tabele",
132
ImageProperties		: "Svojstva slike",
133
FlashProperties		: "Flash Properties",	//MISSING
134

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

    
146
FontFormats			: "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
147

    
148
// Alerts and Messages
149
ProcessingXHTML		: "Procesiram XHTML. Molim saèekajte...",
150
Done				: "Gotovo",
151
PasteWordConfirm	: "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
152
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?",
153
UnknownToolbarItem	: "Nepoznata stavka sa trake sa alatima \"%1\"",
154
UnknownCommand		: "Nepoznata komanda \"%1\"",
155
NotImplemented		: "Komanda nije implementirana",
156
UnknownToolbarSet	: "Traka sa alatima \"%1\" ne postoji",
157
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
158
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
159
DialogBlocked		: "It was not possible to open the dialog window. Make sure all popup blockers are disabled.",	//MISSING
160

    
161
// Dialogs
162
DlgBtnOK			: "OK",
163
DlgBtnCancel		: "Odustani",
164
DlgBtnClose			: "Zatvori",
165
DlgBtnBrowseServer	: "Browse Server",	//MISSING
166
DlgAdvancedTag		: "Naprednije",
167
DlgOpOther			: "<Other>",	//MISSING
168
DlgInfoTab			: "Info",	//MISSING
169
DlgAlertUrl			: "Please insert the URL",	//MISSING
170

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

    
188
// Image Dialog
189
DlgImgTitle			: "Svojstva slike",
190
DlgImgInfoTab		: "Info slike",
191
DlgImgBtnUpload		: "Šalji na server",
192
DlgImgURL			: "URL",
193
DlgImgUpload		: "Šalji",
194
DlgImgAlt			: "Tekst na slici",
195
DlgImgWidth			: "Širina",
196
DlgImgHeight		: "Visina",
197
DlgImgLockRatio		: "Zakljuèaj odnos",
198
DlgBtnResetSize		: "Resetuj dimenzije",
199
DlgImgBorder		: "Okvir",
200
DlgImgHSpace		: "HSpace",
201
DlgImgVSpace		: "VSpace",
202
DlgImgAlign			: "Poravnanje",
203
DlgImgAlignLeft		: "Lijevo",
204
DlgImgAlignAbsBottom: "Abs dole",
205
DlgImgAlignAbsMiddle: "Abs sredina",
206
DlgImgAlignBaseline	: "Bazno",
207
DlgImgAlignBottom	: "Dno",
208
DlgImgAlignMiddle	: "Sredina",
209
DlgImgAlignRight	: "Desno",
210
DlgImgAlignTextTop	: "Vrh teksta",
211
DlgImgAlignTop		: "Vrh",
212
DlgImgPreview		: "Prikaz",
213
DlgImgAlertUrl		: "Molimo ukucajte URL od slike.",
214
DlgImgLinkTab		: "Link",	//MISSING
215

    
216
// Flash Dialog
217
DlgFlashTitle		: "Flash Properties",	//MISSING
218
DlgFlashChkPlay		: "Auto Play",	//MISSING
219
DlgFlashChkLoop		: "Loop",	//MISSING
220
DlgFlashChkMenu		: "Enable Flash Menu",	//MISSING
221
DlgFlashScale		: "Scale",	//MISSING
222
DlgFlashScaleAll	: "Show all",	//MISSING
223
DlgFlashScaleNoBorder	: "No Border",	//MISSING
224
DlgFlashScaleFit	: "Exact Fit",	//MISSING
225

    
226
// Link Dialog
227
DlgLnkWindowTitle	: "Link",
228
DlgLnkInfoTab		: "Link info",
229
DlgLnkTargetTab		: "Prozor",
230

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

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

    
271
DlnLnkMsgNoUrl		: "Molimo ukucajte URL link",
272
DlnLnkMsgNoEMail	: "Molimo ukucajte e-mail adresu",
273
DlnLnkMsgNoAnchor	: "Molimo izaberite sidro",
274
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
275

    
276
// Color Dialog
277
DlgColorTitle		: "Izaberi boju",
278
DlgColorBtnClear	: "Oèisti",
279
DlgColorHighlight	: "Igled",
280
DlgColorSelected	: "Selektovana",
281

    
282
// Smiley Dialog
283
DlgSmileyTitle		: "Ubaci smješka",
284

    
285
// Special Character Dialog
286
DlgSpecialCharTitle	: "Izaberi specijalni karakter",
287

    
288
// Table Dialog
289
DlgTableTitle		: "Svojstva tabele",
290
DlgTableRows		: "Redova",
291
DlgTableColumns		: "Kolona",
292
DlgTableBorder		: "Okvir",
293
DlgTableAlign		: "Poravnanje",
294
DlgTableAlignNotSet	: "<Nije podešeno>",
295
DlgTableAlignLeft	: "Lijevo",
296
DlgTableAlignCenter	: "Centar",
297
DlgTableAlignRight	: "Desno",
298
DlgTableWidth		: "Širina",
299
DlgTableWidthPx		: "piksela",
300
DlgTableWidthPc		: "posto",
301
DlgTableHeight		: "Visina",
302
DlgTableCellSpace	: "Razmak æelija",
303
DlgTableCellPad		: "Uvod æelija",
304
DlgTableCaption		: "Naslov",
305
DlgTableSummary		: "Summary",	//MISSING
306

    
307
// Table Cell Dialog
308
DlgCellTitle		: "Svojstva æelije",
309
DlgCellWidth		: "Širina",
310
DlgCellWidthPx		: "piksela",
311
DlgCellWidthPc		: "posto",
312
DlgCellHeight		: "Visina",
313
DlgCellWordWrap		: "Vrapuj tekst",
314
DlgCellWordWrapNotSet	: "<Nije podešeno>",
315
DlgCellWordWrapYes	: "Da",
316
DlgCellWordWrapNo	: "Ne",
317
DlgCellHorAlign		: "Horizontalno poravnanje",
318
DlgCellHorAlignNotSet	: "<Nije podešeno>",
319
DlgCellHorAlignLeft	: "Lijevo",
320
DlgCellHorAlignCenter	: "Centar",
321
DlgCellHorAlignRight: "Desno",
322
DlgCellVerAlign		: "Vertikalno poravnanje",
323
DlgCellVerAlignNotSet	: "<Nije podešeno>",
324
DlgCellVerAlignTop	: "Gore",
325
DlgCellVerAlignMiddle	: "Sredina",
326
DlgCellVerAlignBottom	: "Dno",
327
DlgCellVerAlignBaseline	: "Bazno",
328
DlgCellRowSpan		: "Spajanje æelija",
329
DlgCellCollSpan		: "Spajanje kolona",
330
DlgCellBackColor	: "Boja pozadine",
331
DlgCellBorderColor	: "Boja okvira",
332
DlgCellBtnSelect	: "Selektuj...",
333

    
334
// Find and Replace Dialog
335
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
336

    
337
// Find Dialog
338
DlgFindTitle		: "Naði",
339
DlgFindFindBtn		: "Naði",
340
DlgFindNotFoundMsg	: "Traženi tekst nije pronaðen.",
341

    
342
// Replace Dialog
343
DlgReplaceTitle			: "Zamjeni",
344
DlgReplaceFindLbl		: "Naði šta:",
345
DlgReplaceReplaceLbl	: "Zamjeni sa:",
346
DlgReplaceCaseChk		: "Uporeðuj velika/mala slova",
347
DlgReplaceReplaceBtn	: "Zamjeni",
348
DlgReplaceReplAllBtn	: "Zamjeni sve",
349
DlgReplaceWordChk		: "Uporeðuj samo cijelu rijeè",
350

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

    
355
PasteAsText		: "Zalijepi kao obièan tekst",
356
PasteFromWord	: "Zalijepi iz Word-a",
357

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

    
363
// Color Picker
364
ColorAutomatic	: "Automatska",
365
ColorMoreColors	: "Više boja...",
366

    
367
// Document Properties
368
DocProps		: "Document Properties",	//MISSING
369

    
370
// Anchor Dialog
371
DlgAnchorTitle		: "Anchor Properties",	//MISSING
372
DlgAnchorName		: "Anchor Name",	//MISSING
373
DlgAnchorErrorName	: "Please type the anchor name",	//MISSING
374

    
375
// Speller Pages Dialog
376
DlgSpellNotInDic		: "Not in dictionary",	//MISSING
377
DlgSpellChangeTo		: "Change to",	//MISSING
378
DlgSpellBtnIgnore		: "Ignore",	//MISSING
379
DlgSpellBtnIgnoreAll	: "Ignore All",	//MISSING
380
DlgSpellBtnReplace		: "Replace",	//MISSING
381
DlgSpellBtnReplaceAll	: "Replace All",	//MISSING
382
DlgSpellBtnUndo			: "Undo",	//MISSING
383
DlgSpellNoSuggestions	: "- No suggestions -",	//MISSING
384
DlgSpellProgress		: "Spell check in progress...",	//MISSING
385
DlgSpellNoMispell		: "Spell check complete: No misspellings found",	//MISSING
386
DlgSpellNoChanges		: "Spell check complete: No words changed",	//MISSING
387
DlgSpellOneChange		: "Spell check complete: One word changed",	//MISSING
388
DlgSpellManyChanges		: "Spell check complete: %1 words changed",	//MISSING
389

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

    
392
// Button Dialog
393
DlgButtonText		: "Text (Value)",	//MISSING
394
DlgButtonType		: "Type",	//MISSING
395
DlgButtonTypeBtn	: "Button",	//MISSING
396
DlgButtonTypeSbm	: "Submit",	//MISSING
397
DlgButtonTypeRst	: "Reset",	//MISSING
398

    
399
// Checkbox and Radio Button Dialogs
400
DlgCheckboxName		: "Name",	//MISSING
401
DlgCheckboxValue	: "Value",	//MISSING
402
DlgCheckboxSelected	: "Selected",	//MISSING
403

    
404
// Form Dialog
405
DlgFormName		: "Name",	//MISSING
406
DlgFormAction	: "Action",	//MISSING
407
DlgFormMethod	: "Method",	//MISSING
408

    
409
// Select Field Dialog
410
DlgSelectName		: "Name",	//MISSING
411
DlgSelectValue		: "Value",	//MISSING
412
DlgSelectSize		: "Size",	//MISSING
413
DlgSelectLines		: "lines",	//MISSING
414
DlgSelectChkMulti	: "Allow multiple selections",	//MISSING
415
DlgSelectOpAvail	: "Available Options",	//MISSING
416
DlgSelectOpText		: "Text",	//MISSING
417
DlgSelectOpValue	: "Value",	//MISSING
418
DlgSelectBtnAdd		: "Add",	//MISSING
419
DlgSelectBtnModify	: "Modify",	//MISSING
420
DlgSelectBtnUp		: "Up",	//MISSING
421
DlgSelectBtnDown	: "Down",	//MISSING
422
DlgSelectBtnSetValue : "Set as selected value",	//MISSING
423
DlgSelectBtnDelete	: "Delete",	//MISSING
424

    
425
// Textarea Dialog
426
DlgTextareaName	: "Name",	//MISSING
427
DlgTextareaCols	: "Columns",	//MISSING
428
DlgTextareaRows	: "Rows",	//MISSING
429

    
430
// Text Field Dialog
431
DlgTextName			: "Name",	//MISSING
432
DlgTextValue		: "Value",	//MISSING
433
DlgTextCharWidth	: "Character Width",	//MISSING
434
DlgTextMaxChars		: "Maximum Characters",	//MISSING
435
DlgTextType			: "Type",	//MISSING
436
DlgTextTypeText		: "Text",	//MISSING
437
DlgTextTypePass		: "Password",	//MISSING
438

    
439
// Hidden Field Dialog
440
DlgHiddenName	: "Name",	//MISSING
441
DlgHiddenValue	: "Value",	//MISSING
442

    
443
// Bulleted List Dialog
444
BulletedListProp	: "Bulleted List Properties",	//MISSING
445
NumberedListProp	: "Numbered List Properties",	//MISSING
446
DlgLstStart			: "Start",	//MISSING
447
DlgLstType			: "Type",	//MISSING
448
DlgLstTypeCircle	: "Circle",	//MISSING
449
DlgLstTypeDisc		: "Disc",	//MISSING
450
DlgLstTypeSquare	: "Square",	//MISSING
451
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",	//MISSING
452
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",	//MISSING
453
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",	//MISSING
454
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",	//MISSING
455
DlgLstTypeLRoman	: "Large Roman Numerals (I, II, III)",	//MISSING
456

    
457
// Document Properties Dialog
458
DlgDocGeneralTab	: "General",	//MISSING
459
DlgDocBackTab		: "Background",	//MISSING
460
DlgDocColorsTab		: "Colors and Margins",	//MISSING
461
DlgDocMetaTab		: "Meta Data",	//MISSING
462

    
463
DlgDocPageTitle		: "Page Title",	//MISSING
464
DlgDocLangDir		: "Language Direction",	//MISSING
465
DlgDocLangDirLTR	: "Left to Right (LTR)",	//MISSING
466
DlgDocLangDirRTL	: "Right to Left (RTL)",	//MISSING
467
DlgDocLangCode		: "Language Code",	//MISSING
468
DlgDocCharSet		: "Character Set Encoding",	//MISSING
469
DlgDocCharSetCE		: "Central European",	//MISSING
470
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
471
DlgDocCharSetCR		: "Cyrillic",	//MISSING
472
DlgDocCharSetGR		: "Greek",	//MISSING
473
DlgDocCharSetJP		: "Japanese",	//MISSING
474
DlgDocCharSetKR		: "Korean",	//MISSING
475
DlgDocCharSetTR		: "Turkish",	//MISSING
476
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
477
DlgDocCharSetWE		: "Western European",	//MISSING
478
DlgDocCharSetOther	: "Other Character Set Encoding",	//MISSING
479

    
480
DlgDocDocType		: "Document Type Heading",	//MISSING
481
DlgDocDocTypeOther	: "Other Document Type Heading",	//MISSING
482
DlgDocIncXHTML		: "Include XHTML Declarations",	//MISSING
483
DlgDocBgColor		: "Background Color",	//MISSING
484
DlgDocBgImage		: "Background Image URL",	//MISSING
485
DlgDocBgNoScroll	: "Nonscrolling Background",	//MISSING
486
DlgDocCText			: "Text",	//MISSING
487
DlgDocCLink			: "Link",	//MISSING
488
DlgDocCVisited		: "Visited Link",	//MISSING
489
DlgDocCActive		: "Active Link",	//MISSING
490
DlgDocMargins		: "Page Margins",	//MISSING
491
DlgDocMaTop			: "Top",	//MISSING
492
DlgDocMaLeft		: "Left",	//MISSING
493
DlgDocMaRight		: "Right",	//MISSING
494
DlgDocMaBottom		: "Bottom",	//MISSING
495
DlgDocMeIndex		: "Document Indexing Keywords (comma separated)",	//MISSING
496
DlgDocMeDescr		: "Document Description",	//MISSING
497
DlgDocMeAuthor		: "Author",	//MISSING
498
DlgDocMeCopy		: "Copyright",	//MISSING
499
DlgDocPreview		: "Preview",	//MISSING
500

    
501
// Templates Dialog
502
Templates			: "Templates",	//MISSING
503
DlgTemplatesTitle	: "Content Templates",	//MISSING
504
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",	//MISSING
505
DlgTemplatesLoading	: "Loading templates list. Please wait...",	//MISSING
506
DlgTemplatesNoTpl	: "(No templates defined)",	//MISSING
507
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
508

    
509
// About Dialog
510
DlgAboutAboutTab	: "About",	//MISSING
511
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
512
DlgAboutLicenseTab	: "License",	//MISSING
513
DlgAboutVersion		: "verzija",
514
DlgAboutInfo		: "Za više informacija posjetite"
515
};
(6-6/57)