sr-latn.js 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812
  1. /*
  2. Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
  3. For licensing, see LICENSE.html or http://ckeditor.com/license
  4. */
  5. /**
  6. * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
  7. * Serbian (Latin) language.
  8. */
  9. /**#@+
  10. @type String
  11. @example
  12. */
  13. /**
  14. * Constains the dictionary of language entries.
  15. * @namespace
  16. */
  17. CKEDITOR.lang['sr-latn'] =
  18. {
  19. /**
  20. * The language reading direction. Possible values are "rtl" for
  21. * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
  22. * languages (like English).
  23. * @default 'ltr'
  24. */
  25. dir : 'ltr',
  26. /*
  27. * Screenreader titles. Please note that screenreaders are not always capable
  28. * of reading non-English words. So be careful while translating it.
  29. */
  30. editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
  31. // ARIA descriptions.
  32. toolbars : 'Editor toolbars', // MISSING
  33. editor : 'Rich Text Editor', // MISSING
  34. // Toolbar buttons without dialogs.
  35. source : 'Kôd',
  36. newPage : 'Nova stranica',
  37. save : 'Sačuvaj',
  38. preview : 'Izgled stranice',
  39. cut : 'Iseci',
  40. copy : 'Kopiraj',
  41. paste : 'Zalepi',
  42. print : 'Štampa',
  43. underline : 'Podvučeno',
  44. bold : 'Podebljano',
  45. italic : 'Kurziv',
  46. selectAll : 'Označi sve',
  47. removeFormat : 'Ukloni formatiranje',
  48. strike : 'Precrtano',
  49. subscript : 'Indeks',
  50. superscript : 'Stepen',
  51. horizontalrule : 'Unesi horizontalnu liniju',
  52. pagebreak : 'Insert Page Break for Printing', // MISSING
  53. pagebreakAlt : 'Page Break', // MISSING
  54. unlink : 'Ukloni link',
  55. undo : 'Poni�ti akciju',
  56. redo : 'Ponovi akciju',
  57. // Common messages and labels.
  58. common :
  59. {
  60. browseServer : 'Pretraži server',
  61. url : 'URL',
  62. protocol : 'Protokol',
  63. upload : 'Pošalji',
  64. uploadSubmit : 'Pošalji na server',
  65. image : 'Slika',
  66. flash : 'Fleš',
  67. form : 'Forma',
  68. checkbox : 'Polje za potvrdu',
  69. radio : 'Radio-dugme',
  70. textField : 'Tekstualno polje',
  71. textarea : 'Zona teksta',
  72. hiddenField : 'Skriveno polje',
  73. button : 'Dugme',
  74. select : 'Izborno polje',
  75. imageButton : 'Dugme sa slikom',
  76. notSet : '<nije postavljeno>',
  77. id : 'Id',
  78. name : 'Naziv',
  79. langDir : 'Smer jezika',
  80. langDirLtr : 'S leva na desno (LTR)',
  81. langDirRtl : 'S desna na levo (RTL)',
  82. langCode : 'Kôd jezika',
  83. longDescr : 'Pun opis URL',
  84. cssClass : 'Stylesheet klase',
  85. advisoryTitle : 'Advisory naslov',
  86. cssStyle : 'Stil',
  87. ok : 'OK',
  88. cancel : 'Otkaži',
  89. close : 'Close', // MISSING
  90. preview : 'Preview', // MISSING
  91. generalTab : 'General', // MISSING
  92. advancedTab : 'Napredni tagovi',
  93. validateNumberFailed : 'This value is not a number.', // MISSING
  94. confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
  95. confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
  96. options : 'Options', // MISSING
  97. target : 'Target', // MISSING
  98. targetNew : 'New Window (_blank)', // MISSING
  99. targetTop : 'Topmost Window (_top)', // MISSING
  100. targetSelf : 'Same Window (_self)', // MISSING
  101. targetParent : 'Parent Window (_parent)', // MISSING
  102. langDirLTR : 'Left to Right (LTR)', // MISSING
  103. langDirRTL : 'Right to Left (RTL)', // MISSING
  104. styles : 'Style', // MISSING
  105. cssClasses : 'Stylesheet Classes', // MISSING
  106. width : 'Širina',
  107. height : 'Visina',
  108. align : 'Ravnanje',
  109. alignLeft : 'Levo',
  110. alignRight : 'Desno',
  111. alignCenter : 'Sredina',
  112. alignTop : 'Vrh',
  113. alignMiddle : 'Sredina',
  114. alignBottom : 'Dole',
  115. invalidHeight : 'Height must be a number.', // MISSING
  116. invalidWidth : 'Width must be a number.', // MISSING
  117. invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING
  118. invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING
  119. // Put the voice-only part of the label in the span.
  120. unavailable : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
  121. },
  122. contextmenu :
  123. {
  124. options : 'Context Menu Options' // MISSING
  125. },
  126. // Special char dialog.
  127. specialChar :
  128. {
  129. toolbar : 'Unesi specijalni karakter',
  130. title : 'Odaberite specijalni karakter',
  131. options : 'Special Character Options' // MISSING
  132. },
  133. // Link dialog.
  134. link :
  135. {
  136. toolbar : 'Unesi/izmeni link',
  137. other : '<остало>',
  138. menu : 'Izmeni link',
  139. title : 'Link',
  140. info : 'Link Info',
  141. target : 'Meta',
  142. upload : 'Pošalji',
  143. advanced : 'Napredni tagovi',
  144. type : 'Vrsta linka',
  145. toUrl : 'URL', // MISSING
  146. toAnchor : 'Sidro na ovoj stranici',
  147. toEmail : 'E-Mail',
  148. targetFrame : '<okvir>',
  149. targetPopup : '<popup prozor>',
  150. targetFrameName : 'Naziv odredišnog frejma',
  151. targetPopupName : 'Naziv popup prozora',
  152. popupFeatures : 'Mogućnosti popup prozora',
  153. popupResizable : 'Resizable', // MISSING
  154. popupStatusBar : 'Statusna linija',
  155. popupLocationBar: 'Lokacija',
  156. popupToolbar : 'Toolbar',
  157. popupMenuBar : 'Kontekstni meni',
  158. popupFullScreen : 'Prikaz preko celog ekrana (IE)',
  159. popupScrollBars : 'Scroll bar',
  160. popupDependent : 'Zavisno (Netscape)',
  161. popupLeft : 'Od leve ivice ekrana (px)',
  162. popupTop : 'Od vrha ekrana (px)',
  163. id : 'Id', // MISSING
  164. langDir : 'Smer jezika',
  165. langDirLTR : 'S leva na desno (LTR)',
  166. langDirRTL : 'S desna na levo (RTL)',
  167. acccessKey : 'Pristupni taster',
  168. name : 'Naziv',
  169. langCode : 'Smer jezika',
  170. tabIndex : 'Tab indeks',
  171. advisoryTitle : 'Advisory naslov',
  172. advisoryContentType : 'Advisory vrsta sadržaja',
  173. cssClasses : 'Stylesheet klase',
  174. charset : 'Linked Resource Charset',
  175. styles : 'Stil',
  176. rel : 'Relationship', // MISSING
  177. selectAnchor : 'Odaberi sidro',
  178. anchorName : 'Po nazivu sidra',
  179. anchorId : 'Po Id-ju elementa',
  180. emailAddress : 'E-Mail adresa',
  181. emailSubject : 'Naslov',
  182. emailBody : 'Sadržaj poruke',
  183. noAnchors : '(Nema dostupnih sidra)',
  184. noUrl : 'Unesite URL linka',
  185. noEmail : 'Otkucajte adresu elektronske pote'
  186. },
  187. // Anchor dialog
  188. anchor :
  189. {
  190. toolbar : 'Unesi/izmeni sidro',
  191. menu : 'Osobine sidra',
  192. title : 'Osobine sidra',
  193. name : 'Ime sidra',
  194. errorName : 'Unesite ime sidra',
  195. remove : 'Remove Anchor' // MISSING
  196. },
  197. // List style dialog
  198. list:
  199. {
  200. numberedTitle : 'Numbered List Properties', // MISSING
  201. bulletedTitle : 'Bulleted List Properties', // MISSING
  202. type : 'Type', // MISSING
  203. start : 'Start', // MISSING
  204. validateStartNumber :'List start number must be a whole number.', // MISSING
  205. circle : 'Circle', // MISSING
  206. disc : 'Disc', // MISSING
  207. square : 'Square', // MISSING
  208. none : 'None', // MISSING
  209. notset : '<not set>', // MISSING
  210. armenian : 'Armenian numbering', // MISSING
  211. georgian : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
  212. lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
  213. upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
  214. lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
  215. upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
  216. lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
  217. decimal : 'Decimal (1, 2, 3, etc.)', // MISSING
  218. decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
  219. },
  220. // Find And Replace Dialog
  221. findAndReplace :
  222. {
  223. title : 'Find and Replace', // MISSING
  224. find : 'Pretraga',
  225. replace : 'Zamena',
  226. findWhat : 'Pronadi:',
  227. replaceWith : 'Zameni sa:',
  228. notFoundMsg : 'Traženi tekst nije pronađen.',
  229. matchCase : 'Razlikuj mala i velika slova',
  230. matchWord : 'Uporedi cele reci',
  231. matchCyclic : 'Match cyclic', // MISSING
  232. replaceAll : 'Zameni sve',
  233. replaceSuccessMsg : '%1 occurrence(s) replaced.' // MISSING
  234. },
  235. // Table Dialog
  236. table :
  237. {
  238. toolbar : 'Tabela',
  239. title : 'Osobine tabele',
  240. menu : 'Osobine tabele',
  241. deleteTable : 'Delete Table', // MISSING
  242. rows : 'Redova',
  243. columns : 'Kolona',
  244. border : 'Veličina okvira',
  245. widthPx : 'piksela',
  246. widthPc : 'procenata',
  247. widthUnit : 'width unit', // MISSING
  248. cellSpace : 'Ćelijski prostor',
  249. cellPad : 'Razmak ćelija',
  250. caption : 'Naslov tabele',
  251. summary : 'Summary', // MISSING
  252. headers : 'Headers', // MISSING
  253. headersNone : 'None', // MISSING
  254. headersColumn : 'First column', // MISSING
  255. headersRow : 'First Row', // MISSING
  256. headersBoth : 'Both', // MISSING
  257. invalidRows : 'Number of rows must be a number greater than 0.', // MISSING
  258. invalidCols : 'Number of columns must be a number greater than 0.', // MISSING
  259. invalidBorder : 'Border size must be a number.', // MISSING
  260. invalidWidth : 'Table width must be a number.', // MISSING
  261. invalidHeight : 'Table height must be a number.', // MISSING
  262. invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING
  263. invalidCellPadding : 'Cell padding must be a positive number.', // MISSING
  264. cell :
  265. {
  266. menu : 'Cell', // MISSING
  267. insertBefore : 'Insert Cell Before', // MISSING
  268. insertAfter : 'Insert Cell After', // MISSING
  269. deleteCell : 'Obriši ćelije',
  270. merge : 'Spoj celije',
  271. mergeRight : 'Merge Right', // MISSING
  272. mergeDown : 'Merge Down', // MISSING
  273. splitHorizontal : 'Split Cell Horizontally', // MISSING
  274. splitVertical : 'Split Cell Vertically', // MISSING
  275. title : 'Cell Properties', // MISSING
  276. cellType : 'Cell Type', // MISSING
  277. rowSpan : 'Rows Span', // MISSING
  278. colSpan : 'Columns Span', // MISSING
  279. wordWrap : 'Word Wrap', // MISSING
  280. hAlign : 'Horizontal Alignment', // MISSING
  281. vAlign : 'Vertical Alignment', // MISSING
  282. alignBaseline : 'Baseline', // MISSING
  283. bgColor : 'Background Color', // MISSING
  284. borderColor : 'Border Color', // MISSING
  285. data : 'Data', // MISSING
  286. header : 'Header', // MISSING
  287. yes : 'Yes', // MISSING
  288. no : 'No', // MISSING
  289. invalidWidth : 'Cell width must be a number.', // MISSING
  290. invalidHeight : 'Cell height must be a number.', // MISSING
  291. invalidRowSpan : 'Rows span must be a whole number.', // MISSING
  292. invalidColSpan : 'Columns span must be a whole number.', // MISSING
  293. chooseColor : 'Choose' // MISSING
  294. },
  295. row :
  296. {
  297. menu : 'Row', // MISSING
  298. insertBefore : 'Insert Row Before', // MISSING
  299. insertAfter : 'Insert Row After', // MISSING
  300. deleteRow : 'Obriši redove'
  301. },
  302. column :
  303. {
  304. menu : 'Column', // MISSING
  305. insertBefore : 'Insert Column Before', // MISSING
  306. insertAfter : 'Insert Column After', // MISSING
  307. deleteColumn : 'Obriši kolone'
  308. }
  309. },
  310. // Button Dialog.
  311. button :
  312. {
  313. title : 'Osobine dugmeta',
  314. text : 'Tekst (vrednost)',
  315. type : 'Tip',
  316. typeBtn : 'Button', // MISSING
  317. typeSbm : 'Submit', // MISSING
  318. typeRst : 'Reset' // MISSING
  319. },
  320. // Checkbox and Radio Button Dialogs.
  321. checkboxAndRadio :
  322. {
  323. checkboxTitle : 'Osobine polja za potvrdu',
  324. radioTitle : 'Osobine radio-dugmeta',
  325. value : 'Vrednost',
  326. selected : 'Označeno'
  327. },
  328. // Form Dialog.
  329. form :
  330. {
  331. title : 'Osobine forme',
  332. menu : 'Osobine forme',
  333. action : 'Akcija',
  334. method : 'Metoda',
  335. encoding : 'Encoding' // MISSING
  336. },
  337. // Select Field Dialog.
  338. select :
  339. {
  340. title : 'Osobine izbornog polja',
  341. selectInfo : 'Info',
  342. opAvail : 'Dostupne opcije',
  343. value : 'Vrednost',
  344. size : 'Veličina',
  345. lines : 'linija',
  346. chkMulti : 'Dozvoli višestruku selekciju',
  347. opText : 'Tekst',
  348. opValue : 'Vrednost',
  349. btnAdd : 'Dodaj',
  350. btnModify : 'Izmeni',
  351. btnUp : 'Gore',
  352. btnDown : 'Dole',
  353. btnSetValue : 'Podesi kao označenu vrednost',
  354. btnDelete : 'Obriši'
  355. },
  356. // Textarea Dialog.
  357. textarea :
  358. {
  359. title : 'Osobine zone teksta',
  360. cols : 'Broj kolona',
  361. rows : 'Broj redova'
  362. },
  363. // Text Field Dialog.
  364. textfield :
  365. {
  366. title : 'Osobine tekstualnog polja',
  367. name : 'Naziv',
  368. value : 'Vrednost',
  369. charWidth : 'Širina (karaktera)',
  370. maxChars : 'Maksimalno karaktera',
  371. type : 'Tip',
  372. typeText : 'Tekst',
  373. typePass : 'Lozinka'
  374. },
  375. // Hidden Field Dialog.
  376. hidden :
  377. {
  378. title : 'Osobine skrivenog polja',
  379. name : 'Naziv',
  380. value : 'Vrednost'
  381. },
  382. // Image Dialog.
  383. image :
  384. {
  385. title : 'Osobine slika',
  386. titleButton : 'Osobine dugmeta sa slikom',
  387. menu : 'Osobine slika',
  388. infoTab : 'Info slike',
  389. btnUpload : 'Pošalji na server',
  390. upload : 'Pošalji',
  391. alt : 'Alternativni tekst',
  392. lockRatio : 'Zaključaj odnos',
  393. resetSize : 'Resetuj veličinu',
  394. border : 'Okvir',
  395. hSpace : 'HSpace',
  396. vSpace : 'VSpace',
  397. alertUrl : 'Unesite URL slike',
  398. linkTab : 'Link',
  399. button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING
  400. img2Button : 'Do you want to transform the selected image on a image button?', // MISSING
  401. urlMissing : 'Image source URL is missing.', // MISSING
  402. validateBorder : 'Border must be a whole number.', // MISSING
  403. validateHSpace : 'HSpace must be a whole number.', // MISSING
  404. validateVSpace : 'VSpace must be a whole number.' // MISSING
  405. },
  406. // Flash Dialog
  407. flash :
  408. {
  409. properties : 'Osobine fleša',
  410. propertiesTab : 'Properties', // MISSING
  411. title : 'Osobine fleša',
  412. chkPlay : 'Automatski start',
  413. chkLoop : 'Ponavljaj',
  414. chkMenu : 'Uključi fleš meni',
  415. chkFull : 'Allow Fullscreen', // MISSING
  416. scale : 'Skaliraj',
  417. scaleAll : 'Prikaži sve',
  418. scaleNoBorder : 'Bez ivice',
  419. scaleFit : 'Popuni površinu',
  420. access : 'Script Access', // MISSING
  421. accessAlways : 'Always', // MISSING
  422. accessSameDomain: 'Same domain', // MISSING
  423. accessNever : 'Never', // MISSING
  424. alignAbsBottom : 'Abs dole',
  425. alignAbsMiddle : 'Abs sredina',
  426. alignBaseline : 'Bazno',
  427. alignTextTop : 'Vrh teksta',
  428. quality : 'Quality', // MISSING
  429. qualityBest : 'Best', // MISSING
  430. qualityHigh : 'High', // MISSING
  431. qualityAutoHigh : 'Auto High', // MISSING
  432. qualityMedium : 'Medium', // MISSING
  433. qualityAutoLow : 'Auto Low', // MISSING
  434. qualityLow : 'Low', // MISSING
  435. windowModeWindow: 'Window', // MISSING
  436. windowModeOpaque: 'Opaque', // MISSING
  437. windowModeTransparent : 'Transparent', // MISSING
  438. windowMode : 'Window mode', // MISSING
  439. flashvars : 'Variables for Flash', // MISSING
  440. bgcolor : 'Boja pozadine',
  441. hSpace : 'HSpace',
  442. vSpace : 'VSpace',
  443. validateSrc : 'Unesite URL linka',
  444. validateHSpace : 'HSpace must be a number.', // MISSING
  445. validateVSpace : 'VSpace must be a number.' // MISSING
  446. },
  447. // Speller Pages Dialog
  448. spellCheck :
  449. {
  450. toolbar : 'Proveri spelovanje',
  451. title : 'Spell Check', // MISSING
  452. notAvailable : 'Sorry, but service is unavailable now.', // MISSING
  453. errorLoading : 'Error loading application service host: %s.', // MISSING
  454. notInDic : 'Nije u rečniku',
  455. changeTo : 'Izmeni',
  456. btnIgnore : 'Ignoriši',
  457. btnIgnoreAll : 'Ignoriši sve',
  458. btnReplace : 'Zameni',
  459. btnReplaceAll : 'Zameni sve',
  460. btnUndo : 'Vrati akciju',
  461. noSuggestions : '- Bez sugestija -',
  462. progress : 'Provera spelovanja u toku...',
  463. noMispell : 'Provera spelovanja završena: greške nisu pronadene',
  464. noChanges : 'Provera spelovanja završena: Nije izmenjena nijedna rec',
  465. oneChange : 'Provera spelovanja završena: Izmenjena je jedna reč',
  466. manyChanges : 'Provera spelovanja završena: %1 reč(i) je izmenjeno',
  467. ieSpellDownload : 'Provera spelovanja nije instalirana. Da li želite da je skinete sa Interneta?'
  468. },
  469. smiley :
  470. {
  471. toolbar : 'Smajli',
  472. title : 'Unesi smajlija',
  473. options : 'Smiley Options' // MISSING
  474. },
  475. elementsPath :
  476. {
  477. eleLabel : 'Elements path', // MISSING
  478. eleTitle : '%1 element' // MISSING
  479. },
  480. numberedlist : 'Nabrojiva lista',
  481. bulletedlist : 'Nenabrojiva lista',
  482. indent : 'Uvećaj levu marginu',
  483. outdent : 'Smanji levu marginu',
  484. justify :
  485. {
  486. left : 'Levo ravnanje',
  487. center : 'Centriran tekst',
  488. right : 'Desno ravnanje',
  489. block : 'Obostrano ravnanje'
  490. },
  491. blockquote : 'Block Quote', // MISSING
  492. clipboard :
  493. {
  494. title : 'Zalepi',
  495. cutError : 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog isecanja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+X).',
  496. copyError : 'Sigurnosna podešavanja Vašeg pretraživača ne dozvoljavaju operacije automatskog kopiranja teksta. Molimo Vas da koristite prečicu sa tastature (Ctrl/Cmd+C).',
  497. pasteMsg : 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',
  498. securityMsg : '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
  499. pasteArea : 'Paste Area' // MISSING
  500. },
  501. pastefromword :
  502. {
  503. confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
  504. toolbar : 'Zalepi iz Worda',
  505. title : 'Zalepi iz Worda',
  506. error : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
  507. },
  508. pasteText :
  509. {
  510. button : 'Zalepi kao čist tekst',
  511. title : 'Zalepi kao čist tekst'
  512. },
  513. templates :
  514. {
  515. button : 'Obrasci',
  516. title : 'Obrasci za sadržaj',
  517. options : 'Template Options', // MISSING
  518. insertOption : 'Replace actual contents', // MISSING
  519. selectPromptMsg : 'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):',
  520. emptyListMsg : '(Nema definisanih obrazaca)'
  521. },
  522. showBlocks : 'Show Blocks', // MISSING
  523. stylesCombo :
  524. {
  525. label : 'Stil',
  526. panelTitle : 'Formatting Styles', // MISSING
  527. panelTitle1 : 'Block Styles', // MISSING
  528. panelTitle2 : 'Inline Styles', // MISSING
  529. panelTitle3 : 'Object Styles' // MISSING
  530. },
  531. format :
  532. {
  533. label : 'Format',
  534. panelTitle : 'Format',
  535. tag_p : 'Normal',
  536. tag_pre : 'Formatirano',
  537. tag_address : 'Adresa',
  538. tag_h1 : 'Naslov 1',
  539. tag_h2 : 'Naslov 2',
  540. tag_h3 : 'Naslov 3',
  541. tag_h4 : 'Naslov 4',
  542. tag_h5 : 'Naslov 5',
  543. tag_h6 : 'Naslov 6',
  544. tag_div : 'Normal (DIV)' // MISSING
  545. },
  546. div :
  547. {
  548. title : 'Create Div Container', // MISSING
  549. toolbar : 'Create Div Container', // MISSING
  550. cssClassInputLabel : 'Stylesheet Classes', // MISSING
  551. styleSelectLabel : 'Style', // MISSING
  552. IdInputLabel : 'Id', // MISSING
  553. languageCodeInputLabel : ' Language Code', // MISSING
  554. inlineStyleInputLabel : 'Inline Style', // MISSING
  555. advisoryTitleInputLabel : 'Advisory Title', // MISSING
  556. langDirLabel : 'Language Direction', // MISSING
  557. langDirLTRLabel : 'Left to Right (LTR)', // MISSING
  558. langDirRTLLabel : 'Right to Left (RTL)', // MISSING
  559. edit : 'Edit Div', // MISSING
  560. remove : 'Remove Div' // MISSING
  561. },
  562. iframe :
  563. {
  564. title : 'IFrame Properties', // MISSING
  565. toolbar : 'IFrame', // MISSING
  566. noUrl : 'Please type the iframe URL', // MISSING
  567. scrolling : 'Enable scrollbars', // MISSING
  568. border : 'Show frame border' // MISSING
  569. },
  570. font :
  571. {
  572. label : 'Font',
  573. voiceLabel : 'Font', // MISSING
  574. panelTitle : 'Font'
  575. },
  576. fontSize :
  577. {
  578. label : 'Veličina fonta',
  579. voiceLabel : 'Font Size', // MISSING
  580. panelTitle : 'Veličina fonta'
  581. },
  582. colorButton :
  583. {
  584. textColorTitle : 'Boja teksta',
  585. bgColorTitle : 'Boja pozadine',
  586. panelTitle : 'Colors', // MISSING
  587. auto : 'Automatski',
  588. more : 'Više boja...'
  589. },
  590. colors :
  591. {
  592. '000' : 'Black', // MISSING
  593. '800000' : 'Maroon', // MISSING
  594. '8B4513' : 'Saddle Brown', // MISSING
  595. '2F4F4F' : 'Dark Slate Gray', // MISSING
  596. '008080' : 'Teal', // MISSING
  597. '000080' : 'Navy', // MISSING
  598. '4B0082' : 'Indigo', // MISSING
  599. '696969' : 'Dark Gray', // MISSING
  600. 'B22222' : 'Fire Brick', // MISSING
  601. 'A52A2A' : 'Brown', // MISSING
  602. 'DAA520' : 'Golden Rod', // MISSING
  603. '006400' : 'Dark Green', // MISSING
  604. '40E0D0' : 'Turquoise', // MISSING
  605. '0000CD' : 'Medium Blue', // MISSING
  606. '800080' : 'Purple', // MISSING
  607. '808080' : 'Gray', // MISSING
  608. 'F00' : 'Red', // MISSING
  609. 'FF8C00' : 'Dark Orange', // MISSING
  610. 'FFD700' : 'Gold', // MISSING
  611. '008000' : 'Green', // MISSING
  612. '0FF' : 'Cyan', // MISSING
  613. '00F' : 'Blue', // MISSING
  614. 'EE82EE' : 'Violet', // MISSING
  615. 'A9A9A9' : 'Dim Gray', // MISSING
  616. 'FFA07A' : 'Light Salmon', // MISSING
  617. 'FFA500' : 'Orange', // MISSING
  618. 'FFFF00' : 'Yellow', // MISSING
  619. '00FF00' : 'Lime', // MISSING
  620. 'AFEEEE' : 'Pale Turquoise', // MISSING
  621. 'ADD8E6' : 'Light Blue', // MISSING
  622. 'DDA0DD' : 'Plum', // MISSING
  623. 'D3D3D3' : 'Light Grey', // MISSING
  624. 'FFF0F5' : 'Lavender Blush', // MISSING
  625. 'FAEBD7' : 'Antique White', // MISSING
  626. 'FFFFE0' : 'Light Yellow', // MISSING
  627. 'F0FFF0' : 'Honeydew', // MISSING
  628. 'F0FFFF' : 'Azure', // MISSING
  629. 'F0F8FF' : 'Alice Blue', // MISSING
  630. 'E6E6FA' : 'Lavender', // MISSING
  631. 'FFF' : 'White' // MISSING
  632. },
  633. scayt :
  634. {
  635. title : 'Spell Check As You Type', // MISSING
  636. opera_title : 'Not supported by Opera', // MISSING
  637. enable : 'Enable SCAYT', // MISSING
  638. disable : 'Disable SCAYT', // MISSING
  639. about : 'About SCAYT', // MISSING
  640. toggle : 'Toggle SCAYT', // MISSING
  641. options : 'Options', // MISSING
  642. langs : 'Languages', // MISSING
  643. moreSuggestions : 'More suggestions', // MISSING
  644. ignore : 'Ignore', // MISSING
  645. ignoreAll : 'Ignore All', // MISSING
  646. addWord : 'Add Word', // MISSING
  647. emptyDic : 'Dictionary name should not be empty.', // MISSING
  648. optionsTab : 'Options', // MISSING
  649. allCaps : 'Ignore All-Caps Words', // MISSING
  650. ignoreDomainNames : 'Ignore Domain Names', // MISSING
  651. mixedCase : 'Ignore Words with Mixed Case', // MISSING
  652. mixedWithDigits : 'Ignore Words with Numbers', // MISSING
  653. languagesTab : 'Languages', // MISSING
  654. dictionariesTab : 'Dictionaries', // MISSING
  655. dic_field_name : 'Dictionary name', // MISSING
  656. dic_create : 'Create', // MISSING
  657. dic_restore : 'Restore', // MISSING
  658. dic_delete : 'Delete', // MISSING
  659. dic_rename : 'Rename', // MISSING
  660. dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
  661. aboutTab : 'About' // MISSING
  662. },
  663. about :
  664. {
  665. title : 'About CKEditor', // MISSING
  666. dlgTitle : 'About CKEditor', // MISSING
  667. help : 'Check $1 for help.', // MISSING
  668. userGuide : 'CKEditor User\'s Guide', // MISSING
  669. moreInfo : 'For licensing information please visit our web site:', // MISSING
  670. copy : 'Copyright &copy; $1. All rights reserved.' // MISSING
  671. },
  672. maximize : 'Maximize', // MISSING
  673. minimize : 'Minimize', // MISSING
  674. fakeobjects :
  675. {
  676. anchor : 'Anchor', // MISSING
  677. flash : 'Flash Animation', // MISSING
  678. iframe : 'IFrame', // MISSING
  679. hiddenfield : 'Hidden Field', // MISSING
  680. unknown : 'Unknown Object' // MISSING
  681. },
  682. resize : 'Drag to resize', // MISSING
  683. colordialog :
  684. {
  685. title : 'Select color', // MISSING
  686. options : 'Color Options', // MISSING
  687. highlight : 'Highlight', // MISSING
  688. selected : 'Selected Color', // MISSING
  689. clear : 'Clear' // MISSING
  690. },
  691. toolbarCollapse : 'Collapse Toolbar', // MISSING
  692. toolbarExpand : 'Expand Toolbar', // MISSING
  693. toolbarGroups :
  694. {
  695. document : 'Document', // MISSING
  696. clipboard : 'Clipboard/Undo', // MISSING
  697. editing : 'Editing', // MISSING
  698. forms : 'Forms', // MISSING
  699. basicstyles : 'Basic Styles', // MISSING
  700. paragraph : 'Paragraph', // MISSING
  701. links : 'Links', // MISSING
  702. insert : 'Insert', // MISSING
  703. styles : 'Styles', // MISSING
  704. colors : 'Colors', // MISSING
  705. tools : 'Tools' // MISSING
  706. },
  707. bidi :
  708. {
  709. ltr : 'Text direction from left to right', // MISSING
  710. rtl : 'Text direction from right to left' // MISSING
  711. },
  712. docprops :
  713. {
  714. label : 'Osobine dokumenta',
  715. title : 'Osobine dokumenta',
  716. design : 'Design', // MISSING
  717. meta : 'Metapodaci',
  718. chooseColor : 'Choose', // MISSING
  719. other : '<остало>',
  720. docTitle : 'Naslov stranice',
  721. charset : 'Kodiranje skupa karaktera',
  722. charsetOther : 'Ostala kodiranja skupa karaktera',
  723. charsetASCII : 'ASCII', // MISSING
  724. charsetCE : 'Central European', // MISSING
  725. charsetCT : 'Chinese Traditional (Big5)', // MISSING
  726. charsetCR : 'Cyrillic', // MISSING
  727. charsetGR : 'Greek', // MISSING
  728. charsetJP : 'Japanese', // MISSING
  729. charsetKR : 'Korean', // MISSING
  730. charsetTR : 'Turkish', // MISSING
  731. charsetUN : 'Unicode (UTF-8)', // MISSING
  732. charsetWE : 'Western European', // MISSING
  733. docType : 'Zaglavlje tipa dokumenta',
  734. docTypeOther : 'Ostala zaglavlja tipa dokumenta',
  735. xhtmlDec : 'Ukljuci XHTML deklaracije',
  736. bgColor : 'Boja pozadine',
  737. bgImage : 'URL pozadinske slike',
  738. bgFixed : 'Fiksirana pozadina',
  739. txtColor : 'Boja teksta',
  740. margin : 'Margine stranice',
  741. marginTop : 'Gornja',
  742. marginLeft : 'Leva',
  743. marginRight : 'Desna',
  744. marginBottom : 'Donja',
  745. metaKeywords : 'Ključne reci za indeksiranje dokumenta (razdvojene zarezima)',
  746. metaDescription : 'Opis dokumenta',
  747. metaAuthor : 'Autor',
  748. metaCopyright : 'Autorska prava',
  749. previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING
  750. }
  751. };