Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1075 ddelon 1
/*
1921 jp_milcent 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.
1075 ddelon 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",
1921 jp_milcent 47
VisitLink			: "Open Link",	//MISSING
1075 ddelon 48
Anchor				: "Insert/Edit Anchor",	//MISSING
1921 jp_milcent 49
AnchorDelete		: "Remove Anchor",	//MISSING
1075 ddelon 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",
1921 jp_milcent 75
Blockquote			: "Blockquote",	//MISSING
76
CreateDiv			: "Create Div Container",	//MISSING
77
EditDiv				: "Edit Div Container",	//MISSING
78
DeleteDiv			: "Remove Div Container",	//MISSING
1075 ddelon 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
1921 jp_milcent 112
ShowBlocks		: "Show Blocks",	//MISSING
1075 ddelon 113
 
114
// Context Menu
115
EditLink			: "Izmjeni link",
116
CellCM				: "Cell",	//MISSING
117
RowCM				: "Row",	//MISSING
118
ColumnCM			: "Column",	//MISSING
1921 jp_milcent 119
InsertRowAfter		: "Insert Row After",	//MISSING
120
InsertRowBefore		: "Insert Row Before",	//MISSING
1075 ddelon 121
DeleteRows			: "Briši redove",
1921 jp_milcent 122
InsertColumnAfter	: "Insert Column After",	//MISSING
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
1075 ddelon 124
DeleteColumns		: "Briši kolone",
1921 jp_milcent 125
InsertCellAfter		: "Insert Cell After",	//MISSING
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
1075 ddelon 127
DeleteCells			: "BriÅ¡i æelije",
128
MergeCells			: "Spoji æelije",
1921 jp_milcent 129
MergeRight			: "Merge Right",	//MISSING
130
MergeDown			: "Merge Down",	//MISSING
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
1075 ddelon 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
1921 jp_milcent 164
VisitLinkBlocked	: "It was not possible to open a new window. Make sure all popup blockers are disabled.",	//MISSING
1075 ddelon 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",
1921 jp_milcent 246
DlgLnkNoAnchors		: "(Nema dostupnih sidra na stranici)",
1075 ddelon 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
 
312
// Table Cell Dialog
313
DlgCellTitle		: "Svojstva æelije",
314
DlgCellWidth		: "Širina",
315
DlgCellWidthPx		: "piksela",
316
DlgCellWidthPc		: "posto",
317
DlgCellHeight		: "Visina",
318
DlgCellWordWrap		: "Vrapuj tekst",
319
DlgCellWordWrapNotSet	: "<Nije podešeno>",
320
DlgCellWordWrapYes	: "Da",
321
DlgCellWordWrapNo	: "Ne",
322
DlgCellHorAlign		: "Horizontalno poravnanje",
323
DlgCellHorAlignNotSet	: "<Nije podešeno>",
324
DlgCellHorAlignLeft	: "Lijevo",
325
DlgCellHorAlignCenter	: "Centar",
326
DlgCellHorAlignRight: "Desno",
327
DlgCellVerAlign		: "Vertikalno poravnanje",
328
DlgCellVerAlignNotSet	: "<Nije podešeno>",
329
DlgCellVerAlignTop	: "Gore",
330
DlgCellVerAlignMiddle	: "Sredina",
331
DlgCellVerAlignBottom	: "Dno",
332
DlgCellVerAlignBaseline	: "Bazno",
333
DlgCellRowSpan		: "Spajanje æelija",
334
DlgCellCollSpan		: "Spajanje kolona",
335
DlgCellBackColor	: "Boja pozadine",
336
DlgCellBorderColor	: "Boja okvira",
337
DlgCellBtnSelect	: "Selektuj...",
338
 
1921 jp_milcent 339
// Find and Replace Dialog
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
341
 
1075 ddelon 342
// Find Dialog
343
DlgFindTitle		: "Naði",
344
DlgFindFindBtn		: "Naði",
345
DlgFindNotFoundMsg	: "Traženi tekst nije pronaðen.",
346
 
347
// Replace Dialog
348
DlgReplaceTitle			: "Zamjeni",
349
DlgReplaceFindLbl		: "Naði Å¡ta:",
350
DlgReplaceReplaceLbl	: "Zamjeni sa:",
351
DlgReplaceCaseChk		: "Uporeðuj velika/mala slova",
352
DlgReplaceReplaceBtn	: "Zamjeni",
353
DlgReplaceReplAllBtn	: "Zamjeni sve",
354
DlgReplaceWordChk		: "Uporeðuj samo cijelu rijeè",
355
 
356
// Paste Operations / Dialog
357
PasteErrorCut	: "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
358
PasteErrorCopy	: "Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
359
 
360
PasteAsText		: "Zalijepi kao obièan tekst",
361
PasteFromWord	: "Zalijepi iz Word-a",
362
 
1921 jp_milcent 363
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",	//MISSING
364
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
1075 ddelon 365
DlgPasteIgnoreFont		: "Ignore Font Face definitions",	//MISSING
366
DlgPasteRemoveStyles	: "Remove Styles definitions",	//MISSING
367
 
368
// Color Picker
369
ColorAutomatic	: "Automatska",
370
ColorMoreColors	: "Više boja...",
371
 
372
// Document Properties
373
DocProps		: "Document Properties",	//MISSING
374
 
375
// Anchor Dialog
376
DlgAnchorTitle		: "Anchor Properties",	//MISSING
377
DlgAnchorName		: "Anchor Name",	//MISSING
378
DlgAnchorErrorName	: "Please type the anchor name",	//MISSING
379
 
380
// Speller Pages Dialog
381
DlgSpellNotInDic		: "Not in dictionary",	//MISSING
382
DlgSpellChangeTo		: "Change to",	//MISSING
383
DlgSpellBtnIgnore		: "Ignore",	//MISSING
384
DlgSpellBtnIgnoreAll	: "Ignore All",	//MISSING
385
DlgSpellBtnReplace		: "Replace",	//MISSING
386
DlgSpellBtnReplaceAll	: "Replace All",	//MISSING
387
DlgSpellBtnUndo			: "Undo",	//MISSING
388
DlgSpellNoSuggestions	: "- No suggestions -",	//MISSING
389
DlgSpellProgress		: "Spell check in progress...",	//MISSING
390
DlgSpellNoMispell		: "Spell check complete: No misspellings found",	//MISSING
391
DlgSpellNoChanges		: "Spell check complete: No words changed",	//MISSING
392
DlgSpellOneChange		: "Spell check complete: One word changed",	//MISSING
393
DlgSpellManyChanges		: "Spell check complete: %1 words changed",	//MISSING
394
 
395
IeSpellDownload			: "Spell checker not installed. Do you want to download it now?",	//MISSING
396
 
397
// Button Dialog
398
DlgButtonText		: "Text (Value)",	//MISSING
399
DlgButtonType		: "Type",	//MISSING
400
DlgButtonTypeBtn	: "Button",	//MISSING
401
DlgButtonTypeSbm	: "Submit",	//MISSING
402
DlgButtonTypeRst	: "Reset",	//MISSING
403
 
404
// Checkbox and Radio Button Dialogs
405
DlgCheckboxName		: "Name",	//MISSING
406
DlgCheckboxValue	: "Value",	//MISSING
407
DlgCheckboxSelected	: "Selected",	//MISSING
408
 
409
// Form Dialog
410
DlgFormName		: "Name",	//MISSING
411
DlgFormAction	: "Action",	//MISSING
412
DlgFormMethod	: "Method",	//MISSING
413
 
414
// Select Field Dialog
415
DlgSelectName		: "Name",	//MISSING
416
DlgSelectValue		: "Value",	//MISSING
417
DlgSelectSize		: "Size",	//MISSING
418
DlgSelectLines		: "lines",	//MISSING
419
DlgSelectChkMulti	: "Allow multiple selections",	//MISSING
420
DlgSelectOpAvail	: "Available Options",	//MISSING
421
DlgSelectOpText		: "Text",	//MISSING
422
DlgSelectOpValue	: "Value",	//MISSING
423
DlgSelectBtnAdd		: "Add",	//MISSING
424
DlgSelectBtnModify	: "Modify",	//MISSING
425
DlgSelectBtnUp		: "Up",	//MISSING
426
DlgSelectBtnDown	: "Down",	//MISSING
427
DlgSelectBtnSetValue : "Set as selected value",	//MISSING
428
DlgSelectBtnDelete	: "Delete",	//MISSING
429
 
430
// Textarea Dialog
431
DlgTextareaName	: "Name",	//MISSING
432
DlgTextareaCols	: "Columns",	//MISSING
433
DlgTextareaRows	: "Rows",	//MISSING
434
 
435
// Text Field Dialog
436
DlgTextName			: "Name",	//MISSING
437
DlgTextValue		: "Value",	//MISSING
438
DlgTextCharWidth	: "Character Width",	//MISSING
439
DlgTextMaxChars		: "Maximum Characters",	//MISSING
440
DlgTextType			: "Type",	//MISSING
441
DlgTextTypeText		: "Text",	//MISSING
442
DlgTextTypePass		: "Password",	//MISSING
443
 
444
// Hidden Field Dialog
445
DlgHiddenName	: "Name",	//MISSING
446
DlgHiddenValue	: "Value",	//MISSING
447
 
448
// Bulleted List Dialog
449
BulletedListProp	: "Bulleted List Properties",	//MISSING
450
NumberedListProp	: "Numbered List Properties",	//MISSING
451
DlgLstStart			: "Start",	//MISSING
452
DlgLstType			: "Type",	//MISSING
453
DlgLstTypeCircle	: "Circle",	//MISSING
454
DlgLstTypeDisc		: "Disc",	//MISSING
455
DlgLstTypeSquare	: "Square",	//MISSING
456
DlgLstTypeNumbers	: "Numbers (1, 2, 3)",	//MISSING
457
DlgLstTypeLCase		: "Lowercase Letters (a, b, c)",	//MISSING
458
DlgLstTypeUCase		: "Uppercase Letters (A, B, C)",	//MISSING
459
DlgLstTypeSRoman	: "Small Roman Numerals (i, ii, iii)",	//MISSING
460
DlgLstTypeLRoman	: "Large Roman Numerals (I, II, III)",	//MISSING
461
 
462
// Document Properties Dialog
463
DlgDocGeneralTab	: "General",	//MISSING
464
DlgDocBackTab		: "Background",	//MISSING
465
DlgDocColorsTab		: "Colors and Margins",	//MISSING
466
DlgDocMetaTab		: "Meta Data",	//MISSING
467
 
468
DlgDocPageTitle		: "Page Title",	//MISSING
469
DlgDocLangDir		: "Language Direction",	//MISSING
470
DlgDocLangDirLTR	: "Left to Right (LTR)",	//MISSING
471
DlgDocLangDirRTL	: "Right to Left (RTL)",	//MISSING
472
DlgDocLangCode		: "Language Code",	//MISSING
473
DlgDocCharSet		: "Character Set Encoding",	//MISSING
474
DlgDocCharSetCE		: "Central European",	//MISSING
475
DlgDocCharSetCT		: "Chinese Traditional (Big5)",	//MISSING
476
DlgDocCharSetCR		: "Cyrillic",	//MISSING
477
DlgDocCharSetGR		: "Greek",	//MISSING
478
DlgDocCharSetJP		: "Japanese",	//MISSING
479
DlgDocCharSetKR		: "Korean",	//MISSING
480
DlgDocCharSetTR		: "Turkish",	//MISSING
481
DlgDocCharSetUN		: "Unicode (UTF-8)",	//MISSING
482
DlgDocCharSetWE		: "Western European",	//MISSING
483
DlgDocCharSetOther	: "Other Character Set Encoding",	//MISSING
484
 
485
DlgDocDocType		: "Document Type Heading",	//MISSING
486
DlgDocDocTypeOther	: "Other Document Type Heading",	//MISSING
487
DlgDocIncXHTML		: "Include XHTML Declarations",	//MISSING
488
DlgDocBgColor		: "Background Color",	//MISSING
489
DlgDocBgImage		: "Background Image URL",	//MISSING
490
DlgDocBgNoScroll	: "Nonscrolling Background",	//MISSING
491
DlgDocCText			: "Text",	//MISSING
492
DlgDocCLink			: "Link",	//MISSING
493
DlgDocCVisited		: "Visited Link",	//MISSING
494
DlgDocCActive		: "Active Link",	//MISSING
495
DlgDocMargins		: "Page Margins",	//MISSING
496
DlgDocMaTop			: "Top",	//MISSING
497
DlgDocMaLeft		: "Left",	//MISSING
498
DlgDocMaRight		: "Right",	//MISSING
499
DlgDocMaBottom		: "Bottom",	//MISSING
500
DlgDocMeIndex		: "Document Indexing Keywords (comma separated)",	//MISSING
501
DlgDocMeDescr		: "Document Description",	//MISSING
502
DlgDocMeAuthor		: "Author",	//MISSING
503
DlgDocMeCopy		: "Copyright",	//MISSING
504
DlgDocPreview		: "Preview",	//MISSING
505
 
506
// Templates Dialog
507
Templates			: "Templates",	//MISSING
508
DlgTemplatesTitle	: "Content Templates",	//MISSING
1921 jp_milcent 509
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",	//MISSING
1075 ddelon 510
DlgTemplatesLoading	: "Loading templates list. Please wait...",	//MISSING
511
DlgTemplatesNoTpl	: "(No templates defined)",	//MISSING
512
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
513
 
514
// About Dialog
515
DlgAboutAboutTab	: "About",	//MISSING
516
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
517
DlgAboutLicenseTab	: "License",	//MISSING
518
DlgAboutVersion		: "verzija",
1921 jp_milcent 519
DlgAboutInfo		: "Za više informacija posjetite",
520
 
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
526
};