sr-latn.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:18k
源码类别:

数据库编程

开发平台:

Visual C++

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