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
 * Serbian (Latin) 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		: "Smanji liniju sa alatkama",
30
ToolbarExpand		: "Proiri liniju sa alatkama",
31
 
32
// Toolbar Items and Context Menu
33
Save				: "Sačuvaj",
34
NewPage				: "Nova stranica",
35
Preview				: "Izgled stranice",
36
Cut					: "Iseci",
37
Copy				: "Kopiraj",
38
Paste				: "Zalepi",
39
PasteText			: "Zalepi kao neformatiran tekst",
40
PasteWord			: "Zalepi iz Worda",
41
Print				: "Štampa",
42
SelectAll			: "Označi sve",
43
RemoveFormat		: "Ukloni formatiranje",
44
InsertLinkLbl		: "Link",
45
InsertLink			: "Unesi/izmeni link",
46
RemoveLink			: "Ukloni link",
1921 jp_milcent 47
VisitLink			: "Open Link",	//MISSING
1075 ddelon 48
Anchor				: "Unesi/izmeni sidro",
1921 jp_milcent 49
AnchorDelete		: "Remove Anchor",	//MISSING
1075 ddelon 50
InsertImageLbl		: "Slika",
51
InsertImage			: "Unesi/izmeni sliku",
52
InsertFlashLbl		: "Fleš",
53
InsertFlash			: "Unesi/izmeni fleš",
54
InsertTableLbl		: "Tabela",
55
InsertTable			: "Unesi/izmeni tabelu",
56
InsertLineLbl		: "Linija",
57
InsertLine			: "Unesi horizontalnu liniju",
58
InsertSpecialCharLbl: "Specijalni karakteri",
59
InsertSpecialChar	: "Unesi specijalni karakter",
60
InsertSmileyLbl		: "Smajli",
61
InsertSmiley		: "Unesi smajlija",
62
About				: "O FCKeditoru",
63
Bold				: "Podebljano",
64
Italic				: "Kurziv",
65
Underline			: "Podvučeno",
66
StrikeThrough		: "Precrtano",
67
Subscript			: "Indeks",
68
Superscript			: "Stepen",
69
LeftJustify			: "Levo ravnanje",
70
CenterJustify		: "Centriran tekst",
71
RightJustify		: "Desno ravnanje",
72
BlockJustify		: "Obostrano ravnanje",
73
DecreaseIndent		: "Smanji levu marginu",
74
IncreaseIndent		: "Uvećaj levu marginu",
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				: "Poniàti akciju",
80
Redo				: "Ponovi akciju",
81
NumberedListLbl		: "Nabrojiva lista",
82
NumberedList		: "Unesi/ukloni nabrojivu listu",
83
BulletedListLbl		: "Nenabrojiva lista",
84
BulletedList		: "Unesi/ukloni nenabrojivu listu",
85
ShowTableBorders	: "Prikaži okvir tabele",
86
ShowDetails			: "Prikaži detalje",
87
Style				: "Stil",
88
FontFormat			: "Format",
89
Font				: "Font",
90
FontSize			: "Veličina fonta",
91
TextColor			: "Boja teksta",
92
BGColor				: "Boja pozadine",
93
Source				: "Kôd",
94
Find				: "Pretraga",
95
Replace				: "Zamena",
96
SpellCheck			: "Proveri spelovanje",
97
UniversalKeyboard	: "Univerzalna tastatura",
98
PageBreakLbl		: "Page Break",	//MISSING
99
PageBreak			: "Insert Page Break",	//MISSING
100
 
101
Form			: "Forma",
102
Checkbox		: "Polje za potvrdu",
103
RadioButton		: "Radio-dugme",
104
TextField		: "Tekstualno polje",
105
Textarea		: "Zona teksta",
106
HiddenField		: "Skriveno polje",
107
Button			: "Dugme",
108
SelectionField	: "Izborno polje",
109
ImageButton		: "Dugme sa slikom",
110
 
111
FitWindow		: "Maximize the editor size",	//MISSING
1921 jp_milcent 112
ShowBlocks		: "Show Blocks",	//MISSING
1075 ddelon 113
 
114
// Context Menu
115
EditLink			: "Izmeni 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			: "Obriši redove",
1921 jp_milcent 122
InsertColumnAfter	: "Insert Column After",	//MISSING
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
1075 ddelon 124
DeleteColumns		: "Obriši kolone",
1921 jp_milcent 125
InsertCellAfter		: "Insert Cell After",	//MISSING
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
1075 ddelon 127
DeleteCells			: "Obriši ćelije",
128
MergeCells			: "Spoj celije",
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		: "Osobine celije",
135
TableProperties		: "Osobine tabele",
136
ImageProperties		: "Osobine slike",
137
FlashProperties		: "Osobine fleša",
138
 
139
AnchorProp			: "Osobine sidra",
140
ButtonProp			: "Osobine dugmeta",
141
CheckboxProp		: "Osobine polja za potvrdu",
142
HiddenFieldProp		: "Osobine skrivenog polja",
143
RadioButtonProp		: "Osobine radio-dugmeta",
144
ImageButtonProp		: "Osobine dugmeta sa slikom",
145
TextFieldProp		: "Osobine tekstualnog polja",
146
SelectionFieldProp	: "Osobine izbornog polja",
147
TextareaProp		: "Osobine zone teksta",
148
FormProp			: "Osobine forme",
149
 
150
FontFormats			: "Normal;Formatirano;Adresa;Naslov 1;Naslov 2;Naslov 3;Naslov 4;Naslov 5;Naslov 6",
151
 
152
// Alerts and Messages
153
ProcessingXHTML		: "Obradujem XHTML. Malo strpljenja...",
154
Done				: "Završio",
155
PasteWordConfirm	: "Tekst koji želite da nalepite kopiran je iz Worda. Da li želite da bude očišćen od formata pre lepljenja?",
156
NotCompatiblePaste	: "Ova komanda je dostupna samo za Internet Explorer od verzije 5.5. Da li želite da nalepim tekst bez čišćenja?",
157
UnknownToolbarItem	: "Nepoznata stavka toolbara \"%1\"",
158
UnknownCommand		: "Nepoznata naredba \"%1\"",
159
NotImplemented		: "Naredba nije implementirana",
160
UnknownToolbarSet	: "Toolbar \"%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		: "Otkaži",
169
DlgBtnClose			: "Zatvori",
170
DlgBtnBrowseServer	: "Pretraži server",
171
DlgAdvancedTag		: "Napredni tagovi",
172
DlgOpOther			: "<Ostali>",
173
DlgInfoTab			: "Info",
174
DlgAlertUrl			: "Molimo Vas, unesite URL",
175
 
176
// General Dialogs Labels
177
DlgGenNotSet		: "<nije postavljeno>",
178
DlgGenId			: "Id",
179
DlgGenLangDir		: "Smer jezika",
180
DlgGenLangDirLtr	: "S leva na desno (LTR)",
181
DlgGenLangDirRtl	: "S desna na levo (RTL)",
182
DlgGenLangCode		: "Kôd jezika",
183
DlgGenAccessKey		: "Pristupni taster",
184
DlgGenName			: "Naziv",
185
DlgGenTabIndex		: "Tab indeks",
186
DlgGenLongDescr		: "Pun opis URL",
187
DlgGenClass			: "Stylesheet klase",
188
DlgGenTitle			: "Advisory naslov",
189
DlgGenContType		: "Advisory vrsta sadržaja",
190
DlgGenLinkCharset	: "Linked Resource Charset",
191
DlgGenStyle			: "Stil",
192
 
193
// Image Dialog
194
DlgImgTitle			: "Osobine slika",
195
DlgImgInfoTab		: "Info slike",
196
DlgImgBtnUpload		: "Pošalji na server",
197
DlgImgURL			: "URL",
198
DlgImgUpload		: "Pošalji",
199
DlgImgAlt			: "Alternativni tekst",
200
DlgImgWidth			: "Širina",
201
DlgImgHeight		: "Visina",
202
DlgImgLockRatio		: "Zaključaj odnos",
203
DlgBtnResetSize		: "Resetuj veličinu",
204
DlgImgBorder		: "Okvir",
205
DlgImgHSpace		: "HSpace",
206
DlgImgVSpace		: "VSpace",
207
DlgImgAlign			: "Ravnanje",
208
DlgImgAlignLeft		: "Levo",
209
DlgImgAlignAbsBottom: "Abs dole",
210
DlgImgAlignAbsMiddle: "Abs sredina",
211
DlgImgAlignBaseline	: "Bazno",
212
DlgImgAlignBottom	: "Dole",
213
DlgImgAlignMiddle	: "Sredina",
214
DlgImgAlignRight	: "Desno",
215
DlgImgAlignTextTop	: "Vrh teksta",
216
DlgImgAlignTop		: "Vrh",
217
DlgImgPreview		: "Izgled",
218
DlgImgAlertUrl		: "Unesite URL slike",
219
DlgImgLinkTab		: "Link",
220
 
221
// Flash Dialog
222
DlgFlashTitle		: "Osobine fleša",
223
DlgFlashChkPlay		: "Automatski start",
224
DlgFlashChkLoop		: "Ponavljaj",
225
DlgFlashChkMenu		: "Uključi fle¨meni",
226
DlgFlashScale		: "Skaliraj",
227
DlgFlashScaleAll	: "Prikaži sve",
228
DlgFlashScaleNoBorder	: "Bez ivice",
229
DlgFlashScaleFit	: "Popuni površinu",
230
 
231
// Link Dialog
232
DlgLnkWindowTitle	: "Link",
233
DlgLnkInfoTab		: "Link Info",
234
DlgLnkTargetTab		: "Meta",
235
 
236
DlgLnkType			: "Vrsta linka",
237
DlgLnkTypeURL		: "URL",
238
DlgLnkTypeAnchor	: "Sidro na ovoj stranici",
239
DlgLnkTypeEMail		: "E-Mail",
240
DlgLnkProto			: "Protokol",
241
DlgLnkProtoOther	: "<drugo>",
242
DlgLnkURL			: "URL",
243
DlgLnkAnchorSel		: "Odaberi sidro",
244
DlgLnkAnchorByName	: "Po nazivu sidra",
245
DlgLnkAnchorById	: "Po Id-ju elementa",
1921 jp_milcent 246
DlgLnkNoAnchors		: "(Nema dostupnih sidra)",
1075 ddelon 247
DlgLnkEMail			: "E-Mail adresa",
248
DlgLnkEMailSubject	: "Naslov",
249
DlgLnkEMailBody		: "Sadržaj poruke",
250
DlgLnkUpload		: "Pošalji",
251
DlgLnkBtnUpload		: "Pošalji na server",
252
 
253
DlgLnkTarget		: "Meta",
254
DlgLnkTargetFrame	: "<okvir>",
255
DlgLnkTargetPopup	: "<popup prozor>",
256
DlgLnkTargetBlank	: "Novi prozor (_blank)",
257
DlgLnkTargetParent	: "Roditeljski prozor (_parent)",
258
DlgLnkTargetSelf	: "Isti prozor (_self)",
259
DlgLnkTargetTop		: "Prozor na vrhu (_top)",
260
DlgLnkTargetFrameName	: "Naziv odredišnog frejma",
261
DlgLnkPopWinName	: "Naziv popup prozora",
262
DlgLnkPopWinFeat	: "Mogućnosti popup prozora",
263
DlgLnkPopResize		: "Promenljiva velicina",
264
DlgLnkPopLocation	: "Lokacija",
265
DlgLnkPopMenu		: "Kontekstni meni",
266
DlgLnkPopScroll		: "Scroll bar",
267
DlgLnkPopStatus		: "Statusna linija",
268
DlgLnkPopToolbar	: "Toolbar",
269
DlgLnkPopFullScrn	: "Prikaz preko celog ekrana (IE)",
270
DlgLnkPopDependent	: "Zavisno (Netscape)",
271
DlgLnkPopWidth		: "Širina",
272
DlgLnkPopHeight		: "Visina",
273
DlgLnkPopLeft		: "Od leve ivice ekrana (px)",
274
DlgLnkPopTop		: "Od vrha ekrana (px)",
275
 
276
DlnLnkMsgNoUrl		: "Unesite URL linka",
277
DlnLnkMsgNoEMail	: "Otkucajte adresu elektronske pote",
278
DlnLnkMsgNoAnchor	: "Odaberite sidro",
279
DlnLnkMsgInvPopName	: "The popup name must begin with an alphabetic character and must not contain spaces",	//MISSING
280
 
281
// Color Dialog
282
DlgColorTitle		: "Odaberite boju",
283
DlgColorBtnClear	: "Obriši",
284
DlgColorHighlight	: "Posvetli",
285
DlgColorSelected	: "Odaberi",
286
 
287
// Smiley Dialog
288
DlgSmileyTitle		: "Unesi smajlija",
289
 
290
// Special Character Dialog
291
DlgSpecialCharTitle	: "Odaberite specijalni karakter",
292
 
293
// Table Dialog
294
DlgTableTitle		: "Osobine tabele",
295
DlgTableRows		: "Redova",
296
DlgTableColumns		: "Kolona",
297
DlgTableBorder		: "Veličina okvira",
298
DlgTableAlign		: "Ravnanje",
299
DlgTableAlignNotSet	: "<nije postavljeno>",
300
DlgTableAlignLeft	: "Levo",
301
DlgTableAlignCenter	: "Sredina",
302
DlgTableAlignRight	: "Desno",
303
DlgTableWidth		: "Širina",
304
DlgTableWidthPx		: "piksela",
305
DlgTableWidthPc		: "procenata",
306
DlgTableHeight		: "Visina",
307
DlgTableCellSpace	: "Ćelijski prostor",
308
DlgTableCellPad		: "Razmak ćelija",
309
DlgTableCaption		: "Naslov tabele",
310
DlgTableSummary		: "Summary",	//MISSING
311
 
312
// Table Cell Dialog
313
DlgCellTitle		: "Osobine ćelije",
314
DlgCellWidth		: "Širina",
315
DlgCellWidthPx		: "piksela",
316
DlgCellWidthPc		: "procenata",
317
DlgCellHeight		: "Visina",
318
DlgCellWordWrap		: "Deljenje reči",
319
DlgCellWordWrapNotSet	: "<nije postavljeno>",
320
DlgCellWordWrapYes	: "Da",
321
DlgCellWordWrapNo	: "Ne",
322
DlgCellHorAlign		: "Vodoravno ravnanje",
323
DlgCellHorAlignNotSet	: "<nije postavljeno>",
324
DlgCellHorAlignLeft	: "Levo",
325
DlgCellHorAlignCenter	: "Sredina",
326
DlgCellHorAlignRight: "Desno",
327
DlgCellVerAlign		: "Vertikalno ravnanje",
328
DlgCellVerAlignNotSet	: "<nije postavljeno>",
329
DlgCellVerAlignTop	: "Gornje",
330
DlgCellVerAlignMiddle	: "Sredina",
331
DlgCellVerAlignBottom	: "Donje",
332
DlgCellVerAlignBaseline	: "Bazno",
333
DlgCellRowSpan		: "Spajanje redova",
334
DlgCellCollSpan		: "Spajanje kolona",
335
DlgCellBackColor	: "Boja pozadine",
336
DlgCellBorderColor	: "Boja okvira",
337
DlgCellBtnSelect	: "Odaberi...",
338
 
1921 jp_milcent 339
// Find and Replace Dialog
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
341
 
1075 ddelon 342
// Find Dialog
343
DlgFindTitle		: "Pronađi",
344
DlgFindFindBtn		: "Pronađi",
345
DlgFindNotFoundMsg	: "Traženi tekst nije pronađen.",
346
 
347
// Replace Dialog
348
DlgReplaceTitle			: "Zameni",
349
DlgReplaceFindLbl		: "Pronadi:",
350
DlgReplaceReplaceLbl	: "Zameni sa:",
351
DlgReplaceCaseChk		: "Razlikuj mala i velika slova",
352
DlgReplaceReplaceBtn	: "Zameni",
353
DlgReplaceReplAllBtn	: "Zameni sve",
354
DlgReplaceWordChk		: "Uporedi cele reci",
355
 
356
// Paste Operations / Dialog
357
PasteErrorCut	: "Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+X).",
358
PasteErrorCopy	: "Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl+C).",
359
 
360
PasteAsText		: "Zalepi kao čist tekst",
361
PasteFromWord	: "Zalepi iz Worda",
362
 
363
DlgPasteMsg2	: "Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.",
1921 jp_milcent 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		: "Ignoriši definicije fontova",
366
DlgPasteRemoveStyles	: "Ukloni definicije stilova",
367
 
368
// Color Picker
369
ColorAutomatic	: "Automatski",
370
ColorMoreColors	: "Više boja...",
371
 
372
// Document Properties
373
DocProps		: "Osobine dokumenta",
374
 
375
// Anchor Dialog
376
DlgAnchorTitle		: "Osobine sidra",
377
DlgAnchorName		: "Ime sidra",
378
DlgAnchorErrorName	: "Unesite ime sidra",
379
 
380
// Speller Pages Dialog
381
DlgSpellNotInDic		: "Nije u rečniku",
382
DlgSpellChangeTo		: "Izmeni",
383
DlgSpellBtnIgnore		: "Ignoriši",
384
DlgSpellBtnIgnoreAll	: "Ignoriši sve",
385
DlgSpellBtnReplace		: "Zameni",
386
DlgSpellBtnReplaceAll	: "Zameni sve",
387
DlgSpellBtnUndo			: "Vrati akciju",
388
DlgSpellNoSuggestions	: "- Bez sugestija -",
389
DlgSpellProgress		: "Provera spelovanja u toku...",
390
DlgSpellNoMispell		: "Provera spelovanja završena: greške nisu pronadene",
391
DlgSpellNoChanges		: "Provera spelovanja završena: Nije izmenjena nijedna rec",
392
DlgSpellOneChange		: "Provera spelovanja završena: Izmenjena je jedna reč",
393
DlgSpellManyChanges		: "Provera spelovanja završena: %1 reč(i) je izmenjeno",
394
 
395
IeSpellDownload			: "Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?",
396
 
397
// Button Dialog
398
DlgButtonText		: "Tekst (vrednost)",
399
DlgButtonType		: "Tip",
400
DlgButtonTypeBtn	: "Button",	//MISSING
401
DlgButtonTypeSbm	: "Submit",	//MISSING
402
DlgButtonTypeRst	: "Reset",	//MISSING
403
 
404
// Checkbox and Radio Button Dialogs
405
DlgCheckboxName		: "Naziv",
406
DlgCheckboxValue	: "Vrednost",
407
DlgCheckboxSelected	: "Označeno",
408
 
409
// Form Dialog
410
DlgFormName		: "Naziv",
411
DlgFormAction	: "Akcija",
412
DlgFormMethod	: "Metoda",
413
 
414
// Select Field Dialog
415
DlgSelectName		: "Naziv",
416
DlgSelectValue		: "Vrednost",
417
DlgSelectSize		: "Veličina",
418
DlgSelectLines		: "linija",
419
DlgSelectChkMulti	: "Dozvoli višestruku selekciju",
420
DlgSelectOpAvail	: "Dostupne opcije",
421
DlgSelectOpText		: "Tekst",
422
DlgSelectOpValue	: "Vrednost",
423
DlgSelectBtnAdd		: "Dodaj",
424
DlgSelectBtnModify	: "Izmeni",
425
DlgSelectBtnUp		: "Gore",
426
DlgSelectBtnDown	: "Dole",
427
DlgSelectBtnSetValue : "Podesi kao označenu vrednost",
428
DlgSelectBtnDelete	: "Obriši",
429
 
430
// Textarea Dialog
431
DlgTextareaName	: "Naziv",
432
DlgTextareaCols	: "Broj kolona",
433
DlgTextareaRows	: "Broj redova",
434
 
435
// Text Field Dialog
436
DlgTextName			: "Naziv",
437
DlgTextValue		: "Vrednost",
438
DlgTextCharWidth	: "Širina (karaktera)",
439
DlgTextMaxChars		: "Maksimalno karaktera",
440
DlgTextType			: "Tip",
441
DlgTextTypeText		: "Tekst",
442
DlgTextTypePass		: "Lozinka",
443
 
444
// Hidden Field Dialog
445
DlgHiddenName	: "Naziv",
446
DlgHiddenValue	: "Vrednost",
447
 
448
// Bulleted List Dialog
449
BulletedListProp	: "Osobine nenabrojive liste",
450
NumberedListProp	: "Osobine nabrojive liste",
451
DlgLstStart			: "Start",	//MISSING
452
DlgLstType			: "Tip",
453
DlgLstTypeCircle	: "Krug",
454
DlgLstTypeDisc		: "Disc",	//MISSING
455
DlgLstTypeSquare	: "Kvadrat",
456
DlgLstTypeNumbers	: "Brojevi (1, 2, 3)",
457
DlgLstTypeLCase		: "mala slova (a, b, c)",
458
DlgLstTypeUCase		: "VELIKA slova (A, B, C)",
459
DlgLstTypeSRoman	: "Male rimske cifre (i, ii, iii)",
460
DlgLstTypeLRoman	: "Velike rimske cifre (I, II, III)",
461
 
462
// Document Properties Dialog
463
DlgDocGeneralTab	: "Opšte osobine",
464
DlgDocBackTab		: "Pozadina",
465
DlgDocColorsTab		: "Boje i margine",
466
DlgDocMetaTab		: "Metapodaci",
467
 
468
DlgDocPageTitle		: "Naslov stranice",
469
DlgDocLangDir		: "Smer jezika",
470
DlgDocLangDirLTR	: "Sleva nadesno (LTR)",
471
DlgDocLangDirRTL	: "Zdesna nalevo (RTL)",
472
DlgDocLangCode		: "Šifra jezika",
473
DlgDocCharSet		: "Kodiranje skupa karaktera",
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	: "Ostala kodiranja skupa karaktera",
484
 
485
DlgDocDocType		: "Zaglavlje tipa dokumenta",
486
DlgDocDocTypeOther	: "Ostala zaglavlja tipa dokumenta",
487
DlgDocIncXHTML		: "Ukljuci XHTML deklaracije",
488
DlgDocBgColor		: "Boja pozadine",
489
DlgDocBgImage		: "URL pozadinske slike",
490
DlgDocBgNoScroll	: "Fiksirana pozadina",
491
DlgDocCText			: "Tekst",
492
DlgDocCLink			: "Link",
493
DlgDocCVisited		: "Posećeni link",
494
DlgDocCActive		: "Aktivni link",
495
DlgDocMargins		: "Margine stranice",
496
DlgDocMaTop			: "Gornja",
497
DlgDocMaLeft		: "Leva",
498
DlgDocMaRight		: "Desna",
499
DlgDocMaBottom		: "Donja",
500
DlgDocMeIndex		: "Ključne reci za indeksiranje dokumenta (razdvojene zarezima)",
501
DlgDocMeDescr		: "Opis dokumenta",
502
DlgDocMeAuthor		: "Autor",
503
DlgDocMeCopy		: "Autorska prava",
504
DlgDocPreview		: "Izgled stranice",
505
 
506
// Templates Dialog
507
Templates			: "Obrasci",
508
DlgTemplatesTitle	: "Obrasci za sadržaj",
509
DlgTemplatesSelMsg	: "Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):",
510
DlgTemplatesLoading	: "Učitavam listu obrazaca. Malo strpljenja...",
511
DlgTemplatesNoTpl	: "(Nema definisanih obrazaca)",
512
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
513
 
514
// About Dialog
515
DlgAboutAboutTab	: "O editoru",
516
DlgAboutBrowserInfoTab	: "Informacije o pretraživacu",
517
DlgAboutLicenseTab	: "License",	//MISSING
518
DlgAboutVersion		: "verzija",
1921 jp_milcent 519
DlgAboutInfo		: "Za više informacija posetite",
520
 
521
// Div Dialog
522
DlgDivGeneralTab	: "General",	//MISSING
523
DlgDivAdvancedTab	: "Advanced",	//MISSING
524
DlgDivStyle		: "Style",	//MISSING
525
DlgDivInlineStyle	: "Inline Style"	//MISSING
526
};