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

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.  * Bosnian language file.
  22.  */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "Skupi trake sa alatima",
  28. ToolbarExpand : "Otvori trake sa alatima",
  29. // Toolbar Items and Context Menu
  30. Save : "Snimi",
  31. NewPage : "Novi dokument",
  32. Preview : "Prikaži",
  33. Cut : "Izreži",
  34. Copy : "Kopiraj",
  35. Paste : "Zalijepi",
  36. PasteText : "Zalijepi kao obièan tekst",
  37. PasteWord : "Zalijepi iz Word-a",
  38. Print : "Štampaj",
  39. SelectAll : "Selektuj sve",
  40. RemoveFormat : "Poništi format",
  41. InsertLinkLbl : "Link",
  42. InsertLink : "Ubaci/Izmjeni link",
  43. RemoveLink : "Izbriši link",
  44. VisitLink : "Open Link", //MISSING
  45. Anchor : "Insert/Edit Anchor", //MISSING
  46. AnchorDelete : "Remove Anchor", //MISSING
  47. InsertImageLbl : "Slika",
  48. InsertImage : "Ubaci/Izmjeni sliku",
  49. InsertFlashLbl : "Flash", //MISSING
  50. InsertFlash : "Insert/Edit Flash", //MISSING
  51. InsertTableLbl : "Tabela",
  52. InsertTable : "Ubaci/Izmjeni tabelu",
  53. InsertLineLbl : "Linija",
  54. InsertLine : "Ubaci horizontalnu liniju",
  55. InsertSpecialCharLbl: "Specijalni karakter",
  56. InsertSpecialChar : "Ubaci specijalni karater",
  57. InsertSmileyLbl : "Smješko",
  58. InsertSmiley : "Ubaci smješka",
  59. About : "O FCKeditor-u",
  60. Bold : "Boldiraj",
  61. Italic : "Ukosi",
  62. Underline : "Podvuci",
  63. StrikeThrough : "Precrtaj",
  64. Subscript : "Subscript",
  65. Superscript : "Superscript",
  66. LeftJustify : "Lijevo poravnanje",
  67. CenterJustify : "Centralno poravnanje",
  68. RightJustify : "Desno poravnanje",
  69. BlockJustify : "Puno poravnanje",
  70. DecreaseIndent : "Smanji uvod",
  71. IncreaseIndent : "Poveæaj uvod",
  72. Blockquote : "Blockquote", //MISSING
  73. CreateDiv : "Create Div Container", //MISSING
  74. EditDiv : "Edit Div Container", //MISSING
  75. DeleteDiv : "Remove Div Container", //MISSING
  76. Undo : "Vrati",
  77. Redo : "Ponovi",
  78. NumberedListLbl : "Numerisana lista",
  79. NumberedList : "Ubaci/Izmjeni numerisanu listu",
  80. BulletedListLbl : "Lista",
  81. BulletedList : "Ubaci/Izmjeni listu",
  82. ShowTableBorders : "Pokaži okvire tabela",
  83. ShowDetails : "Pokaži detalje",
  84. Style : "Stil",
  85. FontFormat : "Format",
  86. Font : "Font",
  87. FontSize : "Velièina",
  88. TextColor : "Boja teksta",
  89. BGColor : "Boja pozadine",
  90. Source : "HTML kôd",
  91. Find : "Naði",
  92. Replace : "Zamjeni",
  93. SpellCheck : "Check Spelling", //MISSING
  94. UniversalKeyboard : "Universal Keyboard", //MISSING
  95. PageBreakLbl : "Page Break", //MISSING
  96. PageBreak : "Insert Page Break", //MISSING
  97. Form : "Form", //MISSING
  98. Checkbox : "Checkbox", //MISSING
  99. RadioButton : "Radio Button", //MISSING
  100. TextField : "Text Field", //MISSING
  101. Textarea : "Textarea", //MISSING
  102. HiddenField : "Hidden Field", //MISSING
  103. Button : "Button", //MISSING
  104. SelectionField : "Selection Field", //MISSING
  105. ImageButton : "Image Button", //MISSING
  106. FitWindow : "Maximize the editor size", //MISSING
  107. ShowBlocks : "Show Blocks", //MISSING
  108. // Context Menu
  109. EditLink : "Izmjeni 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 : "Briši redove",
  116. InsertColumnAfter : "Insert Column After", //MISSING
  117. InsertColumnBefore : "Insert Column Before", //MISSING
  118. DeleteColumns : "Briši kolone",
  119. InsertCellAfter : "Insert Cell After", //MISSING
  120. InsertCellBefore : "Insert Cell Before", //MISSING
  121. DeleteCells : "Briši æelije",
  122. MergeCells : "Spoji æelije",
  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 : "Svojstva æelije",
  129. TableProperties : "Svojstva tabele",
  130. ImageProperties : "Svojstva slike",
  131. FlashProperties : "Flash Properties", //MISSING
  132. AnchorProp : "Anchor Properties", //MISSING
  133. ButtonProp : "Button Properties", //MISSING
  134. CheckboxProp : "Checkbox Properties", //MISSING
  135. HiddenFieldProp : "Hidden Field Properties", //MISSING
  136. RadioButtonProp : "Radio Button Properties", //MISSING
  137. ImageButtonProp : "Image Button Properties", //MISSING
  138. TextFieldProp : "Text Field Properties", //MISSING
  139. SelectionFieldProp : "Selection Field Properties", //MISSING
  140. TextareaProp : "Textarea Properties", //MISSING
  141. FormProp : "Form Properties", //MISSING
  142. FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6",
  143. // Alerts and Messages
  144. ProcessingXHTML : "Procesiram XHTML. Molim saèekajte...",
  145. Done : "Gotovo",
  146. PasteWordConfirm : "Tekst koji želite zalijepiti èini se da je kopiran iz Worda. Da li želite da se prvo oèisti?",
  147. 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?",
  148. UnknownToolbarItem : "Nepoznata stavka sa trake sa alatima "%1"",
  149. UnknownCommand : "Nepoznata komanda "%1"",
  150. NotImplemented : "Komanda nije implementirana",
  151. UnknownToolbarSet : "Traka sa alatima "%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 : "Odustani",
  159. DlgBtnClose : "Zatvori",
  160. DlgBtnBrowseServer : "Browse Server", //MISSING
  161. DlgAdvancedTag : "Naprednije",
  162. DlgOpOther : "<Other>", //MISSING
  163. DlgInfoTab : "Info", //MISSING
  164. DlgAlertUrl : "Please insert the URL", //MISSING
  165. // General Dialogs Labels
  166. DlgGenNotSet : "<nije podešeno>",
  167. DlgGenId : "Id",
  168. DlgGenLangDir : "Smjer pisanja",
  169. DlgGenLangDirLtr : "S lijeva na desno (LTR)",
  170. DlgGenLangDirRtl : "S desna na lijevo (RTL)",
  171. DlgGenLangCode : "Jezièni kôd",
  172. DlgGenAccessKey : "Pristupna tipka",
  173. DlgGenName : "Naziv",
  174. DlgGenTabIndex : "Tab indeks",
  175. DlgGenLongDescr : "Dugaèki opis URL-a",
  176. DlgGenClass : "Klase CSS stilova",
  177. DlgGenTitle : "Advisory title",
  178. DlgGenContType : "Advisory vrsta sadržaja",
  179. DlgGenLinkCharset : "Linked Resource Charset",
  180. DlgGenStyle : "Stil",
  181. // Image Dialog
  182. DlgImgTitle : "Svojstva slike",
  183. DlgImgInfoTab : "Info slike",
  184. DlgImgBtnUpload : "Šalji na server",
  185. DlgImgURL : "URL",
  186. DlgImgUpload : "Šalji",
  187. DlgImgAlt : "Tekst na slici",
  188. DlgImgWidth : "Širina",
  189. DlgImgHeight : "Visina",
  190. DlgImgLockRatio : "Zakljuèaj odnos",
  191. DlgBtnResetSize : "Resetuj dimenzije",
  192. DlgImgBorder : "Okvir",
  193. DlgImgHSpace : "HSpace",
  194. DlgImgVSpace : "VSpace",
  195. DlgImgAlign : "Poravnanje",
  196. DlgImgAlignLeft : "Lijevo",
  197. DlgImgAlignAbsBottom: "Abs dole",
  198. DlgImgAlignAbsMiddle: "Abs sredina",
  199. DlgImgAlignBaseline : "Bazno",
  200. DlgImgAlignBottom : "Dno",
  201. DlgImgAlignMiddle : "Sredina",
  202. DlgImgAlignRight : "Desno",
  203. DlgImgAlignTextTop : "Vrh teksta",
  204. DlgImgAlignTop : "Vrh",
  205. DlgImgPreview : "Prikaz",
  206. DlgImgAlertUrl : "Molimo ukucajte URL od slike.",
  207. DlgImgLinkTab : "Link", //MISSING
  208. // Flash Dialog
  209. DlgFlashTitle : "Flash Properties", //MISSING
  210. DlgFlashChkPlay : "Auto Play", //MISSING
  211. DlgFlashChkLoop : "Loop", //MISSING
  212. DlgFlashChkMenu : "Enable Flash Menu", //MISSING
  213. DlgFlashScale : "Scale", //MISSING
  214. DlgFlashScaleAll : "Show all", //MISSING
  215. DlgFlashScaleNoBorder : "No Border", //MISSING
  216. DlgFlashScaleFit : "Exact Fit", //MISSING
  217. // Link Dialog
  218. DlgLnkWindowTitle : "Link",
  219. DlgLnkInfoTab : "Link info",
  220. DlgLnkTargetTab : "Prozor",
  221. DlgLnkType : "Tip linka",
  222. DlgLnkTypeURL : "URL",
  223. DlgLnkTypeAnchor : "Sidro na ovoj stranici",
  224. DlgLnkTypeEMail : "E-Mail",
  225. DlgLnkProto : "Protokol",
  226. DlgLnkProtoOther : "<drugi>",
  227. DlgLnkURL : "URL",
  228. DlgLnkAnchorSel : "Izaberi sidro",
  229. DlgLnkAnchorByName : "Po nazivu sidra",
  230. DlgLnkAnchorById : "Po Id-u elementa",
  231. DlgLnkNoAnchors : "(Nema dostupnih sidra na stranici)",
  232. DlgLnkEMail : "E-Mail Adresa",
  233. DlgLnkEMailSubject : "Subjekt poruke",
  234. DlgLnkEMailBody : "Poruka",
  235. DlgLnkUpload : "Šalji",
  236. DlgLnkBtnUpload : "Šalji na server",
  237. DlgLnkTarget : "Prozor",
  238. DlgLnkTargetFrame : "<frejm>",
  239. DlgLnkTargetPopup : "<popup prozor>",
  240. DlgLnkTargetBlank : "Novi prozor (_blank)",
  241. DlgLnkTargetParent : "Glavni prozor (_parent)",
  242. DlgLnkTargetSelf : "Isti prozor (_self)",
  243. DlgLnkTargetTop : "Najgornji prozor (_top)",
  244. DlgLnkTargetFrameName : "Target Frame Name", //MISSING
  245. DlgLnkPopWinName : "Naziv popup prozora",
  246. DlgLnkPopWinFeat : "Moguænosti popup prozora",
  247. DlgLnkPopResize : "Promjenljive velièine",
  248. DlgLnkPopLocation : "Traka za lokaciju",
  249. DlgLnkPopMenu : "Izborna traka",
  250. DlgLnkPopScroll : "Scroll traka",
  251. DlgLnkPopStatus : "Statusna traka",
  252. DlgLnkPopToolbar : "Traka sa alatima",
  253. DlgLnkPopFullScrn : "Cijeli ekran (IE)",
  254. DlgLnkPopDependent : "Ovisno (Netscape)",
  255. DlgLnkPopWidth : "Širina",
  256. DlgLnkPopHeight : "Visina",
  257. DlgLnkPopLeft : "Lijeva pozicija",
  258. DlgLnkPopTop : "Gornja pozicija",
  259. DlnLnkMsgNoUrl : "Molimo ukucajte URL link",
  260. DlnLnkMsgNoEMail : "Molimo ukucajte e-mail adresu",
  261. DlnLnkMsgNoAnchor : "Molimo izaberite sidro",
  262. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
  263. // Color Dialog
  264. DlgColorTitle : "Izaberi boju",
  265. DlgColorBtnClear : "Oèisti",
  266. DlgColorHighlight : "Igled",
  267. DlgColorSelected : "Selektovana",
  268. // Smiley Dialog
  269. DlgSmileyTitle : "Ubaci smješka",
  270. // Special Character Dialog
  271. DlgSpecialCharTitle : "Izaberi specijalni karakter",
  272. // Table Dialog
  273. DlgTableTitle : "Svojstva tabele",
  274. DlgTableRows : "Redova",
  275. DlgTableColumns : "Kolona",
  276. DlgTableBorder : "Okvir",
  277. DlgTableAlign : "Poravnanje",
  278. DlgTableAlignNotSet : "<Nije podešeno>",
  279. DlgTableAlignLeft : "Lijevo",
  280. DlgTableAlignCenter : "Centar",
  281. DlgTableAlignRight : "Desno",
  282. DlgTableWidth : "Širina",
  283. DlgTableWidthPx : "piksela",
  284. DlgTableWidthPc : "posto",
  285. DlgTableHeight : "Visina",
  286. DlgTableCellSpace : "Razmak æelija",
  287. DlgTableCellPad : "Uvod æelija",
  288. DlgTableCaption : "Naslov",
  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 : "Svojstva æelije",
  297. DlgCellWidth : "Širina",
  298. DlgCellWidthPx : "piksela",
  299. DlgCellWidthPc : "posto",
  300. DlgCellHeight : "Visina",
  301. DlgCellWordWrap : "Vrapuj tekst",
  302. DlgCellWordWrapNotSet : "<Nije podešeno>",
  303. DlgCellWordWrapYes : "Da",
  304. DlgCellWordWrapNo : "Ne",
  305. DlgCellHorAlign : "Horizontalno poravnanje",
  306. DlgCellHorAlignNotSet : "<Nije podešeno>",
  307. DlgCellHorAlignLeft : "Lijevo",
  308. DlgCellHorAlignCenter : "Centar",
  309. DlgCellHorAlignRight: "Desno",
  310. DlgCellVerAlign : "Vertikalno poravnanje",
  311. DlgCellVerAlignNotSet : "<Nije podešeno>",
  312. DlgCellVerAlignTop : "Gore",
  313. DlgCellVerAlignMiddle : "Sredina",
  314. DlgCellVerAlignBottom : "Dno",
  315. DlgCellVerAlignBaseline : "Bazno",
  316. DlgCellType : "Cell Type", //MISSING
  317. DlgCellTypeData : "Data", //MISSING
  318. DlgCellTypeHeader : "Header", //MISSING
  319. DlgCellRowSpan : "Spajanje æelija",
  320. DlgCellCollSpan : "Spajanje kolona",
  321. DlgCellBackColor : "Boja pozadine",
  322. DlgCellBorderColor : "Boja okvira",
  323. DlgCellBtnSelect : "Selektuj...",
  324. // Find and Replace Dialog
  325. DlgFindAndReplaceTitle : "Find and Replace", //MISSING
  326. // Find Dialog
  327. DlgFindTitle : "Naði",
  328. DlgFindFindBtn : "Naði",
  329. DlgFindNotFoundMsg : "Traženi tekst nije pronaðen.",
  330. // Replace Dialog
  331. DlgReplaceTitle : "Zamjeni",
  332. DlgReplaceFindLbl : "Naði šta:",
  333. DlgReplaceReplaceLbl : "Zamjeni sa:",
  334. DlgReplaceCaseChk : "Uporeðuj velika/mala slova",
  335. DlgReplaceReplaceBtn : "Zamjeni",
  336. DlgReplaceReplAllBtn : "Zamjeni sve",
  337. DlgReplaceWordChk : "Uporeðuj samo cijelu rijeè",
  338. // Paste Operations / Dialog
  339. PasteErrorCut : "Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl+X).",
  340. PasteErrorCopy : "Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl+C).",
  341. PasteAsText : "Zalijepi kao obièan tekst",
  342. PasteFromWord : "Zalijepi iz Word-a",
  343. DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.", //MISSING
  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 : "Ignore Font Face definitions", //MISSING
  346. DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
  347. // Color Picker
  348. ColorAutomatic : "Automatska",
  349. ColorMoreColors : "Više boja...",
  350. // Document Properties
  351. DocProps : "Document Properties", //MISSING
  352. // Anchor Dialog
  353. DlgAnchorTitle : "Anchor Properties", //MISSING
  354. DlgAnchorName : "Anchor Name", //MISSING
  355. DlgAnchorErrorName : "Please type the anchor name", //MISSING
  356. // Speller Pages Dialog
  357. DlgSpellNotInDic : "Not in dictionary", //MISSING
  358. DlgSpellChangeTo : "Change to", //MISSING
  359. DlgSpellBtnIgnore : "Ignore", //MISSING
  360. DlgSpellBtnIgnoreAll : "Ignore All", //MISSING
  361. DlgSpellBtnReplace : "Replace", //MISSING
  362. DlgSpellBtnReplaceAll : "Replace All", //MISSING
  363. DlgSpellBtnUndo : "Undo", //MISSING
  364. DlgSpellNoSuggestions : "- No suggestions -", //MISSING
  365. DlgSpellProgress : "Spell check in progress...", //MISSING
  366. DlgSpellNoMispell : "Spell check complete: No misspellings found", //MISSING
  367. DlgSpellNoChanges : "Spell check complete: No words changed", //MISSING
  368. DlgSpellOneChange : "Spell check complete: One word changed", //MISSING
  369. DlgSpellManyChanges : "Spell check complete: %1 words changed", //MISSING
  370. IeSpellDownload : "Spell checker not installed. Do you want to download it now?", //MISSING
  371. // Button Dialog
  372. DlgButtonText : "Text (Value)", //MISSING
  373. DlgButtonType : "Type", //MISSING
  374. DlgButtonTypeBtn : "Button", //MISSING
  375. DlgButtonTypeSbm : "Submit", //MISSING
  376. DlgButtonTypeRst : "Reset", //MISSING
  377. // Checkbox and Radio Button Dialogs
  378. DlgCheckboxName : "Name", //MISSING
  379. DlgCheckboxValue : "Value", //MISSING
  380. DlgCheckboxSelected : "Selected", //MISSING
  381. // Form Dialog
  382. DlgFormName : "Name", //MISSING
  383. DlgFormAction : "Action", //MISSING
  384. DlgFormMethod : "Method", //MISSING
  385. // Select Field Dialog
  386. DlgSelectName : "Name", //MISSING
  387. DlgSelectValue : "Value", //MISSING
  388. DlgSelectSize : "Size", //MISSING
  389. DlgSelectLines : "lines", //MISSING
  390. DlgSelectChkMulti : "Allow multiple selections", //MISSING
  391. DlgSelectOpAvail : "Available Options", //MISSING
  392. DlgSelectOpText : "Text", //MISSING
  393. DlgSelectOpValue : "Value", //MISSING
  394. DlgSelectBtnAdd : "Add", //MISSING
  395. DlgSelectBtnModify : "Modify", //MISSING
  396. DlgSelectBtnUp : "Up", //MISSING
  397. DlgSelectBtnDown : "Down", //MISSING
  398. DlgSelectBtnSetValue : "Set as selected value", //MISSING
  399. DlgSelectBtnDelete : "Delete", //MISSING
  400. // Textarea Dialog
  401. DlgTextareaName : "Name", //MISSING
  402. DlgTextareaCols : "Columns", //MISSING
  403. DlgTextareaRows : "Rows", //MISSING
  404. // Text Field Dialog
  405. DlgTextName : "Name", //MISSING
  406. DlgTextValue : "Value", //MISSING
  407. DlgTextCharWidth : "Character Width", //MISSING
  408. DlgTextMaxChars : "Maximum Characters", //MISSING
  409. DlgTextType : "Type", //MISSING
  410. DlgTextTypeText : "Text", //MISSING
  411. DlgTextTypePass : "Password", //MISSING
  412. // Hidden Field Dialog
  413. DlgHiddenName : "Name", //MISSING
  414. DlgHiddenValue : "Value", //MISSING
  415. // Bulleted List Dialog
  416. BulletedListProp : "Bulleted List Properties", //MISSING
  417. NumberedListProp : "Numbered List Properties", //MISSING
  418. DlgLstStart : "Start", //MISSING
  419. DlgLstType : "Type", //MISSING
  420. DlgLstTypeCircle : "Circle", //MISSING
  421. DlgLstTypeDisc : "Disc", //MISSING
  422. DlgLstTypeSquare : "Square", //MISSING
  423. DlgLstTypeNumbers : "Numbers (1, 2, 3)", //MISSING
  424. DlgLstTypeLCase : "Lowercase Letters (a, b, c)", //MISSING
  425. DlgLstTypeUCase : "Uppercase Letters (A, B, C)", //MISSING
  426. DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", //MISSING
  427. DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", //MISSING
  428. // Document Properties Dialog
  429. DlgDocGeneralTab : "General", //MISSING
  430. DlgDocBackTab : "Background", //MISSING
  431. DlgDocColorsTab : "Colors and Margins", //MISSING
  432. DlgDocMetaTab : "Meta Data", //MISSING
  433. DlgDocPageTitle : "Page Title", //MISSING
  434. DlgDocLangDir : "Language Direction", //MISSING
  435. DlgDocLangDirLTR : "Left to Right (LTR)", //MISSING
  436. DlgDocLangDirRTL : "Right to Left (RTL)", //MISSING
  437. DlgDocLangCode : "Language Code", //MISSING
  438. DlgDocCharSet : "Character Set Encoding", //MISSING
  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 : "Other Character Set Encoding", //MISSING
  449. DlgDocDocType : "Document Type Heading", //MISSING
  450. DlgDocDocTypeOther : "Other Document Type Heading", //MISSING
  451. DlgDocIncXHTML : "Include XHTML Declarations", //MISSING
  452. DlgDocBgColor : "Background Color", //MISSING
  453. DlgDocBgImage : "Background Image URL", //MISSING
  454. DlgDocBgNoScroll : "Nonscrolling Background", //MISSING
  455. DlgDocCText : "Text", //MISSING
  456. DlgDocCLink : "Link", //MISSING
  457. DlgDocCVisited : "Visited Link", //MISSING
  458. DlgDocCActive : "Active Link", //MISSING
  459. DlgDocMargins : "Page Margins", //MISSING
  460. DlgDocMaTop : "Top", //MISSING
  461. DlgDocMaLeft : "Left", //MISSING
  462. DlgDocMaRight : "Right", //MISSING
  463. DlgDocMaBottom : "Bottom", //MISSING
  464. DlgDocMeIndex : "Document Indexing Keywords (comma separated)", //MISSING
  465. DlgDocMeDescr : "Document Description", //MISSING
  466. DlgDocMeAuthor : "Author", //MISSING
  467. DlgDocMeCopy : "Copyright", //MISSING
  468. DlgDocPreview : "Preview", //MISSING
  469. // Templates Dialog
  470. Templates : "Templates", //MISSING
  471. DlgTemplatesTitle : "Content Templates", //MISSING
  472. DlgTemplatesSelMsg : "Please select the template to open in the editor<br />(the actual contents will be lost):", //MISSING
  473. DlgTemplatesLoading : "Loading templates list. Please wait...", //MISSING
  474. DlgTemplatesNoTpl : "(No templates defined)", //MISSING
  475. DlgTemplatesReplace : "Replace actual contents", //MISSING
  476. // About Dialog
  477. DlgAboutAboutTab : "About", //MISSING
  478. DlgAboutBrowserInfoTab : "Browser Info", //MISSING
  479. DlgAboutLicenseTab : "License", //MISSING
  480. DlgAboutVersion : "verzija",
  481. DlgAboutInfo : "Za više informacija posjetite",
  482. // Div Dialog
  483. DlgDivGeneralTab : "General", //MISSING
  484. DlgDivAdvancedTab : "Advanced", //MISSING
  485. DlgDivStyle : "Style", //MISSING
  486. DlgDivInlineStyle : "Inline Style" //MISSING
  487. };