sr-latn.js
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:19k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

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