| 1 | /* | 
|---|
| 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. | 
|---|
| 3 | For licensing, see LICENSE.md or http://ckeditor.com/license | 
|---|
| 4 | */ | 
|---|
| 5 | CKEDITOR.lang['bs'] = { | 
|---|
| 6 | undo : | 
|---|
| 7 | { | 
|---|
| 8 | redo : 'Ponovi', | 
|---|
| 9 | undo : 'Vrati' | 
|---|
| 10 | }, | 
|---|
| 11 | toolbar : | 
|---|
| 12 | { | 
|---|
| 13 | toolbarCollapse : 'Collapse Toolbar', | 
|---|
| 14 | toolbarExpand : 'Expand Toolbar', | 
|---|
| 15 | toolbarGroups : | 
|---|
| 16 | { | 
|---|
| 17 | document : 'Document', | 
|---|
| 18 | clipboard : 'Clipboard/Undo', | 
|---|
| 19 | editing : 'Editing', | 
|---|
| 20 | forms : 'Forms', | 
|---|
| 21 | basicstyles : 'Basic Styles', | 
|---|
| 22 | paragraph : 'Paragraph', | 
|---|
| 23 | links : 'Links', | 
|---|
| 24 | insert : 'Insert', | 
|---|
| 25 | styles : 'Styles', | 
|---|
| 26 | colors : 'Colors', | 
|---|
| 27 | tools : 'Tools' | 
|---|
| 28 | }, | 
|---|
| 29 | toolbars : 'Editor toolbars' | 
|---|
| 30 | }, | 
|---|
| 31 | templates : | 
|---|
| 32 | { | 
|---|
| 33 | button : 'Templates', | 
|---|
| 34 | emptyListMsg : '(No templates defined)', | 
|---|
| 35 | insertOption : 'Replace actual contents', | 
|---|
| 36 | options : 'Template Options', | 
|---|
| 37 | selectPromptMsg : 'Please select the template to open in the editor', | 
|---|
| 38 | title : 'Content Templates' | 
|---|
| 39 | }, | 
|---|
| 40 | table : | 
|---|
| 41 | { | 
|---|
| 42 | border : 'Okvir', | 
|---|
| 43 | caption : 'Naslov', | 
|---|
| 44 | cell : | 
|---|
| 45 | { | 
|---|
| 46 | menu : 'Cell', | 
|---|
| 47 | insertBefore : 'Insert Cell Before', | 
|---|
| 48 | insertAfter : 'Insert Cell After', | 
|---|
| 49 | deleteCell : 'Briši æelije', | 
|---|
| 50 | merge : 'Spoji æelije', | 
|---|
| 51 | mergeRight : 'Merge Right', | 
|---|
| 52 | mergeDown : 'Merge Down', | 
|---|
| 53 | splitHorizontal : 'Split Cell Horizontally', | 
|---|
| 54 | splitVertical : 'Split Cell Vertically', | 
|---|
| 55 | title : 'Cell Properties', | 
|---|
| 56 | cellType : 'Cell Type', | 
|---|
| 57 | rowSpan : 'Rows Span', | 
|---|
| 58 | colSpan : 'Columns Span', | 
|---|
| 59 | wordWrap : 'Word Wrap', | 
|---|
| 60 | hAlign : 'Horizontal Alignment', | 
|---|
| 61 | vAlign : 'Vertical Alignment', | 
|---|
| 62 | alignBaseline : 'Baseline', | 
|---|
| 63 | bgColor : 'Background Color', | 
|---|
| 64 | borderColor : 'Border Color', | 
|---|
| 65 | data : 'Data', | 
|---|
| 66 | header : 'Header', | 
|---|
| 67 | yes : 'Yes', | 
|---|
| 68 | no : 'No', | 
|---|
| 69 | invalidWidth : 'Cell width must be a number.', | 
|---|
| 70 | invalidHeight : 'Cell height must be a number.', | 
|---|
| 71 | invalidRowSpan : 'Rows span must be a whole number.', | 
|---|
| 72 | invalidColSpan : 'Columns span must be a whole number.', | 
|---|
| 73 | chooseColor : 'Choose' | 
|---|
| 74 | }, | 
|---|
| 75 | cellPad : 'Uvod æelija', | 
|---|
| 76 | cellSpace : 'Razmak æelija', | 
|---|
| 77 | column : | 
|---|
| 78 | { | 
|---|
| 79 | menu : 'Column', | 
|---|
| 80 | insertBefore : 'Insert Column Before', | 
|---|
| 81 | insertAfter : 'Insert Column After', | 
|---|
| 82 | deleteColumn : 'Briši kolone' | 
|---|
| 83 | }, | 
|---|
| 84 | columns : 'Kolona', | 
|---|
| 85 | deleteTable : 'Delete Table', | 
|---|
| 86 | headers : 'Headers', | 
|---|
| 87 | headersBoth : 'Both', | 
|---|
| 88 | headersColumn : 'First column', | 
|---|
| 89 | headersNone : 'None', | 
|---|
| 90 | headersRow : 'First Row', | 
|---|
| 91 | invalidBorder : 'Border size must be a number.', | 
|---|
| 92 | invalidCellPadding : 'Cell padding must be a positive number.', | 
|---|
| 93 | invalidCellSpacing : 'Cell spacing must be a positive number.', | 
|---|
| 94 | invalidCols : 'Number of columns must be a number greater than 0.', | 
|---|
| 95 | invalidHeight : 'Table height must be a number.', | 
|---|
| 96 | invalidRows : 'Number of rows must be a number greater than 0.', | 
|---|
| 97 | invalidWidth : 'Table width must be a number.', | 
|---|
| 98 | menu : 'Svojstva tabele', | 
|---|
| 99 | row : | 
|---|
| 100 | { | 
|---|
| 101 | menu : 'Row', | 
|---|
| 102 | insertBefore : 'Insert Row Before', | 
|---|
| 103 | insertAfter : 'Insert Row After', | 
|---|
| 104 | deleteRow : 'Briši redove' | 
|---|
| 105 | }, | 
|---|
| 106 | rows : 'Redova', | 
|---|
| 107 | summary : 'Summary', | 
|---|
| 108 | title : 'Svojstva tabele', | 
|---|
| 109 | toolbar : 'Tabela', | 
|---|
| 110 | widthPc : 'posto', | 
|---|
| 111 | widthPx : 'piksela', | 
|---|
| 112 | widthUnit : 'width unit' | 
|---|
| 113 | }, | 
|---|
| 114 | stylescombo : | 
|---|
| 115 | { | 
|---|
| 116 | label : 'Stil', | 
|---|
| 117 | panelTitle : 'Formatting Styles', | 
|---|
| 118 | panelTitle1 : 'Block Styles', | 
|---|
| 119 | panelTitle2 : 'Inline Styles', | 
|---|
| 120 | panelTitle3 : 'Object Styles' | 
|---|
| 121 | }, | 
|---|
| 122 | specialchar : | 
|---|
| 123 | { | 
|---|
| 124 | options : 'Special Character Options', | 
|---|
| 125 | title : 'Izaberi specijalni karakter', | 
|---|
| 126 | toolbar : 'Ubaci specijalni karater' | 
|---|
| 127 | }, | 
|---|
| 128 | sourcearea : | 
|---|
| 129 | { | 
|---|
| 130 | toolbar : 'HTML kôd' | 
|---|
| 131 | }, | 
|---|
| 132 | removeformat : | 
|---|
| 133 | { | 
|---|
| 134 | toolbar : 'Poništi format' | 
|---|
| 135 | }, | 
|---|
| 136 | print : | 
|---|
| 137 | { | 
|---|
| 138 | toolbar : 'Štampaj' | 
|---|
| 139 | }, | 
|---|
| 140 | pastetext : | 
|---|
| 141 | { | 
|---|
| 142 | button : 'Zalijepi kao obièan tekst', | 
|---|
| 143 | title : 'Zalijepi kao obièan tekst' | 
|---|
| 144 | }, | 
|---|
| 145 | pastefromword : | 
|---|
| 146 | { | 
|---|
| 147 | confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', | 
|---|
| 148 | error : 'It was not possible to clean up the pasted data due to an internal error', | 
|---|
| 149 | title : 'Zalijepi iz Word-a', | 
|---|
| 150 | toolbar : 'Zalijepi iz Word-a' | 
|---|
| 151 | }, | 
|---|
| 152 | maximize : | 
|---|
| 153 | { | 
|---|
| 154 | maximize : 'Maximize', | 
|---|
| 155 | minimize : 'Minimize' | 
|---|
| 156 | }, | 
|---|
| 157 | magicline : | 
|---|
| 158 | { | 
|---|
| 159 | title : 'Insert paragraph here' | 
|---|
| 160 | }, | 
|---|
| 161 | liststyle : | 
|---|
| 162 | { | 
|---|
| 163 | armenian : 'Armenian numbering', | 
|---|
| 164 | bulletedTitle : 'Bulleted List Properties', | 
|---|
| 165 | circle : 'Circle', | 
|---|
| 166 | decimal : 'Decimal (1, 2, 3, etc.)', | 
|---|
| 167 | decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)', | 
|---|
| 168 | disc : 'Disc', | 
|---|
| 169 | georgian : 'Georgian numbering (an, ban, gan, etc.)', | 
|---|
| 170 | lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', | 
|---|
| 171 | lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', | 
|---|
| 172 | lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', | 
|---|
| 173 | none : 'None', | 
|---|
| 174 | notset : '<not set>', | 
|---|
| 175 | numberedTitle : 'Numbered List Properties', | 
|---|
| 176 | square : 'Square', | 
|---|
| 177 | start : 'Start', | 
|---|
| 178 | type : 'Type', | 
|---|
| 179 | upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', | 
|---|
| 180 | upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', | 
|---|
| 181 | validateStartNumber : 'List start number must be a whole number.' | 
|---|
| 182 | }, | 
|---|
| 183 | list : | 
|---|
| 184 | { | 
|---|
| 185 | bulletedlist : 'Lista', | 
|---|
| 186 | numberedlist : 'Numerisana lista' | 
|---|
| 187 | }, | 
|---|
| 188 | link : | 
|---|
| 189 | { | 
|---|
| 190 | acccessKey : 'Pristupna tipka', | 
|---|
| 191 | advanced : 'Naprednije', | 
|---|
| 192 | advisoryContentType : 'Advisory vrsta sadržaja', | 
|---|
| 193 | advisoryTitle : 'Advisory title', | 
|---|
| 194 | anchor : | 
|---|
| 195 | { | 
|---|
| 196 | toolbar : 'Anchor', | 
|---|
| 197 | menu : 'Edit Anchor', | 
|---|
| 198 | title : 'Anchor Properties', | 
|---|
| 199 | name : 'Anchor Name', | 
|---|
| 200 | errorName : 'Please type the anchor name', | 
|---|
| 201 | remove : 'Remove Anchor' | 
|---|
| 202 | }, | 
|---|
| 203 | anchorId : 'Po Id-u elementa', | 
|---|
| 204 | anchorName : 'Po nazivu sidra', | 
|---|
| 205 | charset : 'Linked Resource Charset', | 
|---|
| 206 | cssClasses : 'Klase CSS stilova', | 
|---|
| 207 | displayText : 'Display Text', | 
|---|
| 208 | emailAddress : 'E-Mail Adresa', | 
|---|
| 209 | emailBody : 'Poruka', | 
|---|
| 210 | emailSubject : 'Subjekt poruke', | 
|---|
| 211 | id : 'Id', | 
|---|
| 212 | info : 'Link info', | 
|---|
| 213 | langCode : 'Smjer pisanja', | 
|---|
| 214 | langDir : 'Smjer pisanja', | 
|---|
| 215 | langDirLTR : 'S lijeva na desno (LTR)', | 
|---|
| 216 | langDirRTL : 'S desna na lijevo (RTL)', | 
|---|
| 217 | menu : 'Izmjeni link', | 
|---|
| 218 | name : 'Naziv', | 
|---|
| 219 | noAnchors : '(Nema dostupnih sidra na stranici)', | 
|---|
| 220 | noEmail : 'Molimo ukucajte e-mail adresu', | 
|---|
| 221 | noUrl : 'Molimo ukucajte URL link', | 
|---|
| 222 | other : '<other>', | 
|---|
| 223 | popupDependent : 'Ovisno (Netscape)', | 
|---|
| 224 | popupFeatures : 'Moguænosti popup prozora', | 
|---|
| 225 | popupFullScreen : 'Cijeli ekran (IE)', | 
|---|
| 226 | popupLeft : 'Lijeva pozicija', | 
|---|
| 227 | popupLocationBar : 'Traka za lokaciju', | 
|---|
| 228 | popupMenuBar : 'Izborna traka', | 
|---|
| 229 | popupResizable : 'Resizable', | 
|---|
| 230 | popupScrollBars : 'Scroll traka', | 
|---|
| 231 | popupStatusBar : 'Statusna traka', | 
|---|
| 232 | popupToolbar : 'Traka sa alatima', | 
|---|
| 233 | popupTop : 'Gornja pozicija', | 
|---|
| 234 | rel : 'Relationship', | 
|---|
| 235 | selectAnchor : 'Izaberi sidro', | 
|---|
| 236 | styles : 'Stil', | 
|---|
| 237 | tabIndex : 'Tab indeks', | 
|---|
| 238 | target : 'Prozor', | 
|---|
| 239 | targetFrame : '<frejm>', | 
|---|
| 240 | targetFrameName : 'Target Frame Name', | 
|---|
| 241 | targetPopup : '<popup prozor>', | 
|---|
| 242 | targetPopupName : 'Naziv popup prozora', | 
|---|
| 243 | title : 'Link', | 
|---|
| 244 | toAnchor : 'Sidro na ovoj stranici', | 
|---|
| 245 | toEmail : 'E-Mail', | 
|---|
| 246 | toUrl : 'URL', | 
|---|
| 247 | toolbar : 'Ubaci/Izmjeni link', | 
|---|
| 248 | type : 'Tip linka', | 
|---|
| 249 | unlink : 'Izbriši link', | 
|---|
| 250 | upload : 'Šalji' | 
|---|
| 251 | }, | 
|---|
| 252 | justify : | 
|---|
| 253 | { | 
|---|
| 254 | block : 'Puno poravnanje', | 
|---|
| 255 | center : 'Centralno poravnanje', | 
|---|
| 256 | left : 'Lijevo poravnanje', | 
|---|
| 257 | right : 'Desno poravnanje' | 
|---|
| 258 | }, | 
|---|
| 259 | indent : | 
|---|
| 260 | { | 
|---|
| 261 | indent : 'Poveæaj uvod', | 
|---|
| 262 | outdent : 'Smanji uvod' | 
|---|
| 263 | }, | 
|---|
| 264 | image : | 
|---|
| 265 | { | 
|---|
| 266 | alt : 'Tekst na slici', | 
|---|
| 267 | border : 'Okvir', | 
|---|
| 268 | btnUpload : 'Šalji na server', | 
|---|
| 269 | button2Img : 'Do you want to transform the selected image button on a simple image?', | 
|---|
| 270 | hSpace : 'HSpace', | 
|---|
| 271 | img2Button : 'Do you want to transform the selected image on a image button?', | 
|---|
| 272 | infoTab : 'Info slike', | 
|---|
| 273 | linkTab : 'Link', | 
|---|
| 274 | lockRatio : 'Zakljuèaj odnos', | 
|---|
| 275 | menu : 'Svojstva slike', | 
|---|
| 276 | resetSize : 'Resetuj dimenzije', | 
|---|
| 277 | title : 'Svojstva slike', | 
|---|
| 278 | titleButton : 'Image Button Properties', | 
|---|
| 279 | upload : 'Šalji', | 
|---|
| 280 | urlMissing : 'Image source URL is missing.', | 
|---|
| 281 | vSpace : 'VSpace', | 
|---|
| 282 | validateBorder : 'Border must be a whole number.', | 
|---|
| 283 | validateHSpace : 'HSpace must be a whole number.', | 
|---|
| 284 | validateVSpace : 'VSpace must be a whole number.' | 
|---|
| 285 | }, | 
|---|
| 286 | horizontalrule : | 
|---|
| 287 | { | 
|---|
| 288 | toolbar : 'Ubaci horizontalnu liniju' | 
|---|
| 289 | }, | 
|---|
| 290 | format : | 
|---|
| 291 | { | 
|---|
| 292 | label : 'Format', | 
|---|
| 293 | panelTitle : 'Format', | 
|---|
| 294 | tag_address : 'Address', | 
|---|
| 295 | tag_div : 'Normal (DIV)', | 
|---|
| 296 | tag_h1 : 'Heading 1', | 
|---|
| 297 | tag_h2 : 'Heading 2', | 
|---|
| 298 | tag_h3 : 'Heading 3', | 
|---|
| 299 | tag_h4 : 'Heading 4', | 
|---|
| 300 | tag_h5 : 'Heading 5', | 
|---|
| 301 | tag_h6 : 'Heading 6', | 
|---|
| 302 | tag_p : 'Normal', | 
|---|
| 303 | tag_pre : 'Formatted' | 
|---|
| 304 | }, | 
|---|
| 305 | fakeobjects : | 
|---|
| 306 | { | 
|---|
| 307 | anchor : 'Anchor', | 
|---|
| 308 | flash : 'Flash Animation', | 
|---|
| 309 | hiddenfield : 'Hidden Field', | 
|---|
| 310 | iframe : 'IFrame', | 
|---|
| 311 | unknown : 'Unknown Object' | 
|---|
| 312 | }, | 
|---|
| 313 | elementspath : | 
|---|
| 314 | { | 
|---|
| 315 | eleLabel : 'Elements path', | 
|---|
| 316 | eleTitle : '%1 element' | 
|---|
| 317 | }, | 
|---|
| 318 | div : | 
|---|
| 319 | { | 
|---|
| 320 | IdInputLabel : 'Id', | 
|---|
| 321 | advisoryTitleInputLabel : 'Advisory title', | 
|---|
| 322 | cssClassInputLabel : 'Klase CSS stilova', | 
|---|
| 323 | edit : 'Edit Div', | 
|---|
| 324 | inlineStyleInputLabel : 'Inline Style', | 
|---|
| 325 | langDirLTRLabel : 'S lijeva na desno (LTR)', | 
|---|
| 326 | langDirLabel : 'Smjer pisanja', | 
|---|
| 327 | langDirRTLLabel : 'S desna na lijevo (RTL)', | 
|---|
| 328 | languageCodeInputLabel : ' Language Code', | 
|---|
| 329 | remove : 'Remove Div', | 
|---|
| 330 | styleSelectLabel : 'Stil', | 
|---|
| 331 | title : 'Create Div Container', | 
|---|
| 332 | toolbar : 'Create Div Container' | 
|---|
| 333 | }, | 
|---|
| 334 | contextmenu : | 
|---|
| 335 | { | 
|---|
| 336 | options : 'Context Menu Options' | 
|---|
| 337 | }, | 
|---|
| 338 | colorbutton : | 
|---|
| 339 | { | 
|---|
| 340 | auto : 'Automatska', | 
|---|
| 341 | bgColorTitle : 'Boja pozadine', | 
|---|
| 342 | colors : | 
|---|
| 343 | { | 
|---|
| 344 | '000' : 'Black', | 
|---|
| 345 | '800000' : 'Maroon', | 
|---|
| 346 | '8B4513' : 'Saddle Brown', | 
|---|
| 347 | '2F4F4F' : 'Dark Slate Gray', | 
|---|
| 348 | '008080' : 'Teal', | 
|---|
| 349 | '000080' : 'Navy', | 
|---|
| 350 | '4B0082' : 'Indigo', | 
|---|
| 351 | '696969' : 'Dark Gray', | 
|---|
| 352 | B22222 : 'Fire Brick', | 
|---|
| 353 | A52A2A : 'Brown', | 
|---|
| 354 | DAA520 : 'Golden Rod', | 
|---|
| 355 | '006400' : 'Dark Green', | 
|---|
| 356 | '40E0D0' : 'Turquoise', | 
|---|
| 357 | '0000CD' : 'Medium Blue', | 
|---|
| 358 | '800080' : 'Purple', | 
|---|
| 359 | '808080' : 'Gray', | 
|---|
| 360 | F00 : 'Red', | 
|---|
| 361 | FF8C00 : 'Dark Orange', | 
|---|
| 362 | FFD700 : 'Gold', | 
|---|
| 363 | '008000' : 'Green', | 
|---|
| 364 | '0FF' : 'Cyan', | 
|---|
| 365 | '00F' : 'Blue', | 
|---|
| 366 | EE82EE : 'Violet', | 
|---|
| 367 | A9A9A9 : 'Dim Gray', | 
|---|
| 368 | FFA07A : 'Light Salmon', | 
|---|
| 369 | FFA500 : 'Orange', | 
|---|
| 370 | FFFF00 : 'Yellow', | 
|---|
| 371 | '00FF00' : 'Lime', | 
|---|
| 372 | AFEEEE : 'Pale Turquoise', | 
|---|
| 373 | ADD8E6 : 'Light Blue', | 
|---|
| 374 | DDA0DD : 'Plum', | 
|---|
| 375 | D3D3D3 : 'Light Grey', | 
|---|
| 376 | FFF0F5 : 'Lavender Blush', | 
|---|
| 377 | FAEBD7 : 'Antique White', | 
|---|
| 378 | FFFFE0 : 'Light Yellow', | 
|---|
| 379 | F0FFF0 : 'Honeydew', | 
|---|
| 380 | F0FFFF : 'Azure', | 
|---|
| 381 | F0F8FF : 'Alice Blue', | 
|---|
| 382 | E6E6FA : 'Lavender', | 
|---|
| 383 | FFF : 'White' | 
|---|
| 384 | }, | 
|---|
| 385 | more : 'Više boja...', | 
|---|
| 386 | panelTitle : 'Colors', | 
|---|
| 387 | textColorTitle : 'Boja teksta' | 
|---|
| 388 | }, | 
|---|
| 389 | clipboard : | 
|---|
| 390 | { | 
|---|
| 391 | copy : 'Kopiraj', | 
|---|
| 392 | copyError : 'Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).', | 
|---|
| 393 | cut : 'Izreži', | 
|---|
| 394 | cutError : 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).', | 
|---|
| 395 | paste : 'Zalijepi', | 
|---|
| 396 | pasteArea : 'Paste Area', | 
|---|
| 397 | pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', | 
|---|
| 398 | 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.', | 
|---|
| 399 | title : 'Zalijepi' | 
|---|
| 400 | }, | 
|---|
| 401 | button : | 
|---|
| 402 | { | 
|---|
| 403 | selectedLabel : '%1 (Selected)' | 
|---|
| 404 | }, | 
|---|
| 405 | blockquote : | 
|---|
| 406 | { | 
|---|
| 407 | toolbar : 'Block Quote' | 
|---|
| 408 | }, | 
|---|
| 409 | basicstyles : | 
|---|
| 410 | { | 
|---|
| 411 | bold : 'Boldiraj', | 
|---|
| 412 | italic : 'Ukosi', | 
|---|
| 413 | strike : 'Precrtaj', | 
|---|
| 414 | subscript : 'Subscript', | 
|---|
| 415 | superscript : 'Superscript', | 
|---|
| 416 | underline : 'Podvuci' | 
|---|
| 417 | }, | 
|---|
| 418 | about : | 
|---|
| 419 | { | 
|---|
| 420 | copy : 'Copyright © $1. All rights reserved.', | 
|---|
| 421 | dlgTitle : 'About CKEditor', | 
|---|
| 422 | help : 'Check $1 for help.', | 
|---|
| 423 | moreInfo : 'For licensing information please visit our web site:', | 
|---|
| 424 | title : 'About CKEditor', | 
|---|
| 425 | userGuide : 'CKEditor User\'s Guide' | 
|---|
| 426 | }, | 
|---|
| 427 | editor : 'Rich Text Editor', | 
|---|
| 428 | editorPanel : 'Rich Text Editor panel', | 
|---|
| 429 | common : | 
|---|
| 430 | { | 
|---|
| 431 | editorHelp : 'Press ALT 0 for help', | 
|---|
| 432 | browseServer : 'Browse Server', | 
|---|
| 433 | url : 'URL', | 
|---|
| 434 | protocol : 'Protokol', | 
|---|
| 435 | upload : 'Šalji', | 
|---|
| 436 | uploadSubmit : 'Šalji na server', | 
|---|
| 437 | image : 'Slika', | 
|---|
| 438 | flash : 'Flash', | 
|---|
| 439 | form : 'Form', | 
|---|
| 440 | checkbox : 'Checkbox', | 
|---|
| 441 | radio : 'Radio Button', | 
|---|
| 442 | textField : 'Text Field', | 
|---|
| 443 | textarea : 'Textarea', | 
|---|
| 444 | hiddenField : 'Hidden Field', | 
|---|
| 445 | button : 'Button', | 
|---|
| 446 | select : 'Selection Field', | 
|---|
| 447 | imageButton : 'Image Button', | 
|---|
| 448 | notSet : '<nije podešeno>', | 
|---|
| 449 | id : 'Id', | 
|---|
| 450 | name : 'Naziv', | 
|---|
| 451 | langDir : 'Smjer pisanja', | 
|---|
| 452 | langDirLtr : 'S lijeva na desno (LTR)', | 
|---|
| 453 | langDirRtl : 'S desna na lijevo (RTL)', | 
|---|
| 454 | langCode : 'Jezièni kôd', | 
|---|
| 455 | longDescr : 'Dugaèki opis URL-a', | 
|---|
| 456 | cssClass : 'Klase CSS stilova', | 
|---|
| 457 | advisoryTitle : 'Advisory title', | 
|---|
| 458 | cssStyle : 'Stil', | 
|---|
| 459 | ok : 'OK', | 
|---|
| 460 | cancel : 'Odustani', | 
|---|
| 461 | close : 'Close', | 
|---|
| 462 | preview : 'Prikaži', | 
|---|
| 463 | resize : 'Resize', | 
|---|
| 464 | generalTab : 'General', | 
|---|
| 465 | advancedTab : 'Naprednije', | 
|---|
| 466 | validateNumberFailed : 'This value is not a number.', | 
|---|
| 467 | confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', | 
|---|
| 468 | confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?', | 
|---|
| 469 | options : 'Options', | 
|---|
| 470 | target : 'Prozor', | 
|---|
| 471 | targetNew : 'New Window (_blank)', | 
|---|
| 472 | targetTop : 'Topmost Window (_top)', | 
|---|
| 473 | targetSelf : 'Same Window (_self)', | 
|---|
| 474 | targetParent : 'Parent Window (_parent)', | 
|---|
| 475 | langDirLTR : 'S lijeva na desno (LTR)', | 
|---|
| 476 | langDirRTL : 'S desna na lijevo (RTL)', | 
|---|
| 477 | styles : 'Stil', | 
|---|
| 478 | cssClasses : 'Klase CSS stilova', | 
|---|
| 479 | width : 'Širina', | 
|---|
| 480 | height : 'Visina', | 
|---|
| 481 | align : 'Poravnanje', | 
|---|
| 482 | alignLeft : 'Lijevo', | 
|---|
| 483 | alignRight : 'Desno', | 
|---|
| 484 | alignCenter : 'Centar', | 
|---|
| 485 | alignJustify : 'Puno poravnanje', | 
|---|
| 486 | alignTop : 'Vrh', | 
|---|
| 487 | alignMiddle : 'Sredina', | 
|---|
| 488 | alignBottom : 'Dno', | 
|---|
| 489 | alignNone : 'None', | 
|---|
| 490 | invalidValue : 'Invalid value.', | 
|---|
| 491 | invalidHeight : 'Height must be a number.', | 
|---|
| 492 | invalidWidth : 'Width must be a number.', | 
|---|
| 493 | 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).', | 
|---|
| 494 | invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', | 
|---|
| 495 | invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', | 
|---|
| 496 | cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', | 
|---|
| 497 | unavailable : '%1<span class="cke_accessibility">, unavailable</span>' | 
|---|
| 498 | } }; | 
|---|