Subversion Repositories Applications.papyrus

Rev

Rev 1688 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1688 Rev 1921
Line 1... Line 1...
1
/*
1
/*
2
 * FCKeditor - The text editor for internet
2
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3
 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
3
 * Copyright (C) 2003-2008 Frederico Caldeira Knabben
-
 
4
 *
-
 
5
 * == BEGIN LICENSE ==
4
 * 
6
 *
5
 * Licensed under the terms of the GNU Lesser General Public License:
7
 * Licensed under the terms of any of the following licenses at your
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
8
 * choice:
7
 * 
9
 *
8
 * For further information visit:
10
 *  - GNU General Public License Version 2 or later (the "GPL")
9
 * 		http://www.fckeditor.net/
11
 *    http://www.gnu.org/licenses/gpl.html
10
 * 
12
 *
11
 * "Support Open Source software. What about a donation today?"
13
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
-
 
14
 *    http://www.gnu.org/licenses/lgpl.html
12
 * 
15
 *
13
 * File Name: bs.js
16
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
14
 * 	Bosnian language file.
17
 *    http://www.mozilla.org/MPL/MPL-1.1.html
15
 * 
18
 *
16
 * File Authors:
19
 * == END LICENSE ==
-
 
20
 *
17
 * 		Muris Trax (www.elektronika.ba)
21
 * Bosnian language file.
18
 */
22
 */
Line 19... Line 23...
19
 
23
 
20
var FCKLang =
24
var FCKLang =
21
{
25
{
Line 38... Line 42...
38
SelectAll			: "Selektuj sve",
42
SelectAll			: "Selektuj sve",
39
RemoveFormat		: "Poništi format",
43
RemoveFormat		: "Poništi format",
40
InsertLinkLbl		: "Link",
44
InsertLinkLbl		: "Link",
41
InsertLink			: "Ubaci/Izmjeni link",
45
InsertLink			: "Ubaci/Izmjeni link",
42
RemoveLink			: "Izbriši link",
46
RemoveLink			: "Izbriši link",
-
 
47
VisitLink			: "Open Link",	//MISSING
43
Anchor				: "Insert/Edit Anchor",	//MISSING
48
Anchor				: "Insert/Edit Anchor",	//MISSING
-
 
49
AnchorDelete		: "Remove Anchor",	//MISSING
44
InsertImageLbl		: "Slika",
50
InsertImageLbl		: "Slika",
45
InsertImage			: "Ubaci/Izmjeni sliku",
51
InsertImage			: "Ubaci/Izmjeni sliku",
46
InsertFlashLbl		: "Flash",	//MISSING
52
InsertFlashLbl		: "Flash",	//MISSING
47
InsertFlash			: "Insert/Edit Flash",	//MISSING
53
InsertFlash			: "Insert/Edit Flash",	//MISSING
48
InsertTableLbl		: "Tabela",
54
InsertTableLbl		: "Tabela",
Line 64... Line 70...
64
CenterJustify		: "Centralno poravnanje",
70
CenterJustify		: "Centralno poravnanje",
65
RightJustify		: "Desno poravnanje",
71
RightJustify		: "Desno poravnanje",
66
BlockJustify		: "Puno poravnanje",
72
BlockJustify		: "Puno poravnanje",
67
DecreaseIndent		: "Smanji uvod",
73
DecreaseIndent		: "Smanji uvod",
68
IncreaseIndent		: "Poveæaj 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
69
Undo				: "Vrati",
79
Undo				: "Vrati",
70
Redo				: "Ponovi",
80
Redo				: "Ponovi",
71
NumberedListLbl		: "Numerisana lista",
81
NumberedListLbl		: "Numerisana lista",
72
NumberedList		: "Ubaci/Izmjeni numerisanu listu",
82
NumberedList		: "Ubaci/Izmjeni numerisanu listu",
73
BulletedListLbl		: "Lista",
83
BulletedListLbl		: "Lista",
Line 97... Line 107...
97
Button			: "Button",	//MISSING
107
Button			: "Button",	//MISSING
98
SelectionField	: "Selection Field",	//MISSING
108
SelectionField	: "Selection Field",	//MISSING
99
ImageButton		: "Image Button",	//MISSING
109
ImageButton		: "Image Button",	//MISSING
Line 100... Line 110...
100
 
110
 
-
 
111
FitWindow		: "Maximize the editor size",	//MISSING
Line 101... Line 112...
101
FitWindow		: "Maximize the editor size",	//MISSING
112
ShowBlocks		: "Show Blocks",	//MISSING
102
 
113
 
103
// Context Menu
114
// Context Menu
104
EditLink			: "Izmjeni link",
115
EditLink			: "Izmjeni link",
105
CellCM				: "Cell",	//MISSING
116
CellCM				: "Cell",	//MISSING
106
RowCM				: "Row",	//MISSING
117
RowCM				: "Row",	//MISSING
-
 
118
ColumnCM			: "Column",	//MISSING
107
ColumnCM			: "Column",	//MISSING
119
InsertRowAfter		: "Insert Row After",	//MISSING
108
InsertRow			: "Ubaci red",
120
InsertRowBefore		: "Insert Row Before",	//MISSING
-
 
121
DeleteRows			: "Briši redove",
109
DeleteRows			: "Briši redove",
122
InsertColumnAfter	: "Insert Column After",	//MISSING
110
InsertColumn		: "Ubaci kolonu",
123
InsertColumnBefore	: "Insert Column Before",	//MISSING
-
 
124
DeleteColumns		: "Briši kolone",
111
DeleteColumns		: "Briši kolone",
125
InsertCellAfter		: "Insert Cell After",	//MISSING
112
InsertCell			: "Ubaci æeliju",
126
InsertCellBefore	: "Insert Cell Before",	//MISSING
-
 
127
DeleteCells			: "BriÅ¡i æelije",
113
DeleteCells			: "BriÅ¡i æelije",
128
MergeCells			: "Spoji æelije",
-
 
129
MergeRight			: "Merge Right",	//MISSING
-
 
130
MergeDown			: "Merge Down",	//MISSING
114
MergeCells			: "Spoji æelije",
131
HorizontalSplitCell	: "Split Cell Horizontally",	//MISSING
115
SplitCell			: "Razdvoji æeliju",
132
VerticalSplitCell	: "Split Cell Vertically",	//MISSING
116
TableDelete			: "Delete Table",	//MISSING
133
TableDelete			: "Delete Table",	//MISSING
117
CellProperties		: "Svojstva æelije",
134
CellProperties		: "Svojstva æelije",
118
TableProperties		: "Svojstva tabele",
135
TableProperties		: "Svojstva tabele",
Line 142... Line 159...
142
NotImplemented		: "Komanda nije implementirana",
159
NotImplemented		: "Komanda nije implementirana",
143
UnknownToolbarSet	: "Traka sa alatima \"%1\" ne postoji",
160
UnknownToolbarSet	: "Traka sa alatima \"%1\" ne postoji",
144
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
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
145
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
162
BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.",	//MISSING
146
DialogBlocked		: "It was not possible to open the dialog window. Make sure 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
Line 147... Line 165...
147
 
165
 
148
// Dialogs
166
// Dialogs
149
DlgBtnOK			: "OK",
167
DlgBtnOK			: "OK",
150
DlgBtnCancel		: "Odustani",
168
DlgBtnCancel		: "Odustani",
Line 223... Line 241...
223
DlgLnkProtoOther	: "<drugi>",
241
DlgLnkProtoOther	: "<drugi>",
224
DlgLnkURL			: "URL",
242
DlgLnkURL			: "URL",
225
DlgLnkAnchorSel		: "Izaberi sidro",
243
DlgLnkAnchorSel		: "Izaberi sidro",
226
DlgLnkAnchorByName	: "Po nazivu sidra",
244
DlgLnkAnchorByName	: "Po nazivu sidra",
227
DlgLnkAnchorById	: "Po Id-u elementa",
245
DlgLnkAnchorById	: "Po Id-u elementa",
228
DlgLnkNoAnchors		: "<Nema dostupnih sidra na stranici>",
246
DlgLnkNoAnchors		: "(Nema dostupnih sidra na stranici)",
229
DlgLnkEMail			: "E-Mail Adresa",
247
DlgLnkEMail			: "E-Mail Adresa",
230
DlgLnkEMailSubject	: "Subjekt poruke",
248
DlgLnkEMailSubject	: "Subjekt poruke",
231
DlgLnkEMailBody		: "Poruka",
249
DlgLnkEMailBody		: "Poruka",
232
DlgLnkUpload		: "Šalji",
250
DlgLnkUpload		: "Šalji",
233
DlgLnkBtnUpload		: "Šalji na server",
251
DlgLnkBtnUpload		: "Šalji na server",
Line 316... Line 334...
316
DlgCellCollSpan		: "Spajanje kolona",
334
DlgCellCollSpan		: "Spajanje kolona",
317
DlgCellBackColor	: "Boja pozadine",
335
DlgCellBackColor	: "Boja pozadine",
318
DlgCellBorderColor	: "Boja okvira",
336
DlgCellBorderColor	: "Boja okvira",
319
DlgCellBtnSelect	: "Selektuj...",
337
DlgCellBtnSelect	: "Selektuj...",
Line -... Line 338...
-
 
338
 
-
 
339
// Find and Replace Dialog
-
 
340
DlgFindAndReplaceTitle	: "Find and Replace",	//MISSING
320
 
341
 
321
// Find Dialog
342
// Find Dialog
322
DlgFindTitle		: "Naði",
343
DlgFindTitle		: "Naði",
323
DlgFindFindBtn		: "Naði",
344
DlgFindFindBtn		: "Naði",
Line 331... Line 352...
331
DlgReplaceReplaceBtn	: "Zamjeni",
352
DlgReplaceReplaceBtn	: "Zamjeni",
332
DlgReplaceReplAllBtn	: "Zamjeni sve",
353
DlgReplaceReplAllBtn	: "Zamjeni sve",
333
DlgReplaceWordChk		: "Uporeðuj samo cijelu rijeè",
354
DlgReplaceWordChk		: "Uporeðuj samo cijelu rijeè",
Line 334... Line 355...
334
 
355
 
335
// Paste Operations / Dialog
-
 
336
PasteErrorPaste	: "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog lijepljenja. Molimo koristite kraticu na tastaturi (Ctrl+V).",
356
// Paste Operations / Dialog
337
PasteErrorCut	: "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
357
PasteErrorCut	: "Sigurnosne postavke vaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
Line 338... Line 358...
338
PasteErrorCopy	: "Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
358
PasteErrorCopy	: "Sigurnosne postavke VaÅ¡eg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
339
 
359
 
Line 340... Line 360...
340
PasteAsText		: "Zalijepi kao obièan tekst",
360
PasteAsText		: "Zalijepi kao obièan tekst",
-
 
361
PasteFromWord	: "Zalijepi iz Word-a",
341
PasteFromWord	: "Zalijepi iz Word-a",
362
 
342
 
363
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.",	//MISSING
343
DlgPasteMsg2	: "Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.",	//MISSING
-
 
Line 344... Line 364...
344
DlgPasteIgnoreFont		: "Ignore Font Face definitions",	//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
345
DlgPasteRemoveStyles	: "Remove Styles definitions",	//MISSING
365
DlgPasteIgnoreFont		: "Ignore Font Face definitions",	//MISSING
346
DlgPasteCleanBox		: "Clean Up Box",	//MISSING
366
DlgPasteRemoveStyles	: "Remove Styles definitions",	//MISSING
Line 484... Line 504...
484
DlgDocPreview		: "Preview",	//MISSING
504
DlgDocPreview		: "Preview",	//MISSING
Line 485... Line 505...
485
 
505
 
486
// Templates Dialog
506
// Templates Dialog
487
Templates			: "Templates",	//MISSING
507
Templates			: "Templates",	//MISSING
488
DlgTemplatesTitle	: "Content Templates",	//MISSING
508
DlgTemplatesTitle	: "Content Templates",	//MISSING
489
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br>(the actual contents will be lost):",	//MISSING
509
DlgTemplatesSelMsg	: "Please select the template to open in the editor<br />(the actual contents will be lost):",	//MISSING
490
DlgTemplatesLoading	: "Loading templates list. Please wait...",	//MISSING
510
DlgTemplatesLoading	: "Loading templates list. Please wait...",	//MISSING
491
DlgTemplatesNoTpl	: "(No templates defined)",	//MISSING
511
DlgTemplatesNoTpl	: "(No templates defined)",	//MISSING
Line 492... Line 512...
492
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
512
DlgTemplatesReplace	: "Replace actual contents",	//MISSING
493
 
513
 
494
// About Dialog
514
// About Dialog
495
DlgAboutAboutTab	: "About",	//MISSING
515
DlgAboutAboutTab	: "About",	//MISSING
496
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
516
DlgAboutBrowserInfoTab	: "Browser Info",	//MISSING
497
DlgAboutLicenseTab	: "License",	//MISSING
-
 
498
DlgAboutVersion		: "verzija",
-
 
499
DlgAboutLicense		: "Licencirano pod uslovima GNU Lesser General Public License",
-
 
500
DlgAboutInfo		: "Za više informacija posjetite"
517
DlgAboutLicenseTab	: "License",	//MISSING
-
 
518
DlgAboutVersion		: "verzija",
-
 
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