Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/sr-latn.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 19.9 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5CKEDITOR.lang['sr-latn'] = {
6    undo : 
7    {
8     redo : 'Ponovi akciju',
9     undo : 'Poni�ti akciju'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'Suzi alatnu traku',
14     toolbarExpand : 'Proširi alatnu traku',
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 : 'Alatne trake'
30    },
31    templates : 
32    {
33     button : 'Obrasci',
34     emptyListMsg : '(Nema definisanih obrazaca)',
35     insertOption : 'Replace actual contents',
36     options : 'Template Options',
37     selectPromptMsg : 'Molimo Vas da odaberete obrazac koji ce biti primenjen na stranicu (trenutni sadržaj ce biti obrisan):',
38     title : 'Obrasci za sadržaj'
39    },
40    table : 
41    {
42     border : 'Veličina okvira',
43     caption : 'Naslov tabele',
44     cell : 
45     {
46          menu : 'Cell',
47          insertBefore : 'Insert Cell Before',
48          insertAfter : 'Insert Cell After',
49          deleteCell : 'Obriši ćelije',
50          merge : 'Spoj celije',
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 : 'Razmak ćelija',
76     cellSpace : 'Ćelijski prostor',
77     column : 
78     {
79          menu : 'Column',
80          insertBefore : 'Insert Column Before',
81          insertAfter : 'Insert Column After',
82          deleteColumn : 'Obriši kolone'
83     },
84     columns : 'Kolona',
85     deleteTable : 'Izbriši tabelu',
86     headers : 'Zaglavlja',
87     headersBoth : 'Oba',
88     headersColumn : 'Prva kolona',
89     headersNone : 'None',
90     headersRow : 'Prvi red',
91     invalidBorder : 'Veličina okvira mora biti broj.',
92     invalidCellPadding : 'Padding polja mora biti pozitivan broj.',
93     invalidCellSpacing : 'Razmak između ćelija mora biti pozitivan broj.',
94     invalidCols : 'Broj kolona mora biti broj veći od 0.',
95     invalidHeight : 'Visina tabele mora biti broj.',
96     invalidRows : 'Broj redova mora biti veći od 0.',
97     invalidWidth : 'Širina tabele mora biti broj.',
98     menu : 'Osobine tabele',
99     row : 
100     {
101          menu : 'Row',
102          insertBefore : 'Insert Row Before',
103          insertAfter : 'Insert Row After',
104          deleteRow : 'Obriši redove'
105     },
106     rows : 'Redova',
107     summary : 'Sažetak',
108     title : 'Osobine tabele',
109     toolbar : 'Tabela',
110     widthPc : 'procenata',
111     widthPx : 'piksela',
112     widthUnit : 'jedinica za širinu'
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 : 'Odaberite specijalni karakter',
126     toolbar : 'Unesi specijalni karakter'
127    },
128    sourcearea : 
129    {
130     toolbar : 'Kôd'
131    },
132    smiley : 
133    {
134     options : 'Smiley Options',
135     title : 'Unesi smajlija',
136     toolbar : 'Smajli'
137    },
138    showblocks : 
139    {
140     toolbar : 'Show Blocks'
141    },
142    selectall : 
143    {
144     toolbar : 'Označi sve'
145    },
146    save : 
147    {
148     toolbar : 'Sačuvaj'
149    },
150    removeformat : 
151    {
152     toolbar : 'Ukloni formatiranje'
153    },
154    print : 
155    {
156     toolbar : 'Štampa'
157    },
158    preview : 
159    {
160     preview : 'Izgled stranice'
161    },
162    pastetext : 
163    {
164     button : 'Zalepi kao čist tekst',
165     title : 'Zalepi kao čist tekst'
166    },
167    pastefromword : 
168    {
169     confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',
170     error : 'It was not possible to clean up the pasted data due to an internal error',
171     title : 'Zalepi iz Worda',
172     toolbar : 'Zalepi iz Worda'
173    },
174    pagebreak : 
175    {
176     alt : 'Page Break',
177     toolbar : 'Insert Page Break for Printing'
178    },
179    newpage : 
180    {
181     toolbar : 'Nova stranica'
182    },
183    maximize : 
184    {
185     maximize : 'Maximize',
186     minimize : 'Minimize'
187    },
188    magicline : 
189    {
190     title : 'Insert paragraph here'
191    },
192    liststyle : 
193    {
194     armenian : 'Armenian numbering',
195     bulletedTitle : 'Bulleted List Properties',
196     circle : 'Circle',
197     decimal : 'Decimal (1, 2, 3, etc.)',
198     decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)',
199     disc : 'Disc',
200     georgian : 'Georgian numbering (an, ban, gan, etc.)',
201     lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)',
202     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
203     lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)',
204     none : 'None',
205     notset : '<not set>',
206     numberedTitle : 'Numbered List Properties',
207     square : 'Square',
208     start : 'Start',
209     type : 'Type',
210     upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)',
211     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
212     validateStartNumber : 'List start number must be a whole number.'
213    },
214    list : 
215    {
216     bulletedlist : 'Nenabrojiva lista',
217     numberedlist : 'Nabrojiva lista'
218    },
219    link : 
220    {
221     acccessKey : 'Pristupni taster',
222     advanced : 'Napredni tagovi',
223     advisoryContentType : 'Advisory vrsta sadržaja',
224     advisoryTitle : 'Advisory naslov',
225     anchor : 
226     {
227          toolbar : 'Unesi/izmeni sidro',
228          menu : 'Osobine sidra',
229          title : 'Osobine sidra',
230          name : 'Naziv sidra',
231          errorName : 'Unesite naziv sidra',
232          remove : 'Ukloni sidro'
233     },
234     anchorId : 'Po Id-u elementa',
235     anchorName : 'Po nazivu sidra',
236     charset : 'Linked Resource Charset',
237     cssClasses : 'Stylesheet klase',
238     emailAddress : 'E-Mail adresa',
239     emailBody : 'Sadržaj poruke',
240     emailSubject : 'Naslov',
241     id : 'Id',
242     info : 'Link Info',
243     langCode : 'Smer jezika',
244     langDir : 'Smer jezika',
245     langDirLTR : 'S leva na desno (LTR)',
246     langDirRTL : 'S desna na levo (RTL)',
247     menu : 'Izmeni link',
248     name : 'Naziv',
249     noAnchors : '(Nema dostupnih sidra)',
250     noEmail : 'Otkucajte adresu elektronske pote',
251     noUrl : 'Unesite URL linka',
252     other : '<остало>',
253     popupDependent : 'Zavisno (Netscape)',
254     popupFeatures : 'Mogućnosti popup prozora',
255     popupFullScreen : 'Prikaz preko celog ekrana (IE)',
256     popupLeft : 'Od leve ivice ekrana (px)',
257     popupLocationBar : 'Lokacija',
258     popupMenuBar : 'Kontekstni meni',
259     popupResizable : 'Promenljive veličine',
260     popupScrollBars : 'Scroll bar',
261     popupStatusBar : 'Statusna linija',
262     popupToolbar : 'Toolbar',
263     popupTop : 'Od vrha ekrana (px)',
264     rel : 'Odnos',
265     selectAnchor : 'Odaberi sidro',
266     styles : 'Stil',
267     tabIndex : 'Tab indeks',
268     target : 'Meta',
269     targetFrame : '<okvir>',
270     targetFrameName : 'Naziv odredišnog frejma',
271     targetPopup : '<popup prozor>',
272     targetPopupName : 'Naziv popup prozora',
273     title : 'Link',
274     toAnchor : 'Sidro na ovoj stranici',
275     toEmail : 'E-Mail',
276     toUrl : 'URL',
277     toolbar : 'Unesi/izmeni link',
278     type : 'Vrsta linka',
279     unlink : 'Ukloni link',
280     upload : 'Pošalji'
281    },
282    justify : 
283    {
284     block : 'Obostrano ravnanje',
285     center : 'Centriran tekst',
286     left : 'Levo ravnanje',
287     right : 'Desno ravnanje'
288    },
289    indent : 
290    {
291     indent : 'Uvećaj levu marginu',
292     outdent : 'Smanji levu marginu'
293    },
294    image : 
295    {
296     alertUrl : 'Unesite URL slike',
297     alt : 'Alternativni tekst',
298     border : 'Okvir',
299     btnUpload : 'Pošalji na server',
300     button2Img : 'Do you want to transform the selected image button on a simple image?',
301     hSpace : 'HSpace',
302     img2Button : 'Do you want to transform the selected image on a image button?',
303     infoTab : 'Info slike',
304     linkTab : 'Link',
305     lockRatio : 'Zaključaj odnos',
306     menu : 'Osobine slika',
307     resetSize : 'Resetuj veličinu',
308     title : 'Osobine slika',
309     titleButton : 'Osobine dugmeta sa slikom',
310     upload : 'Pošalji',
311     urlMissing : 'Image source URL is missing.',
312     vSpace : 'VSpace',
313     validateBorder : 'Border must be a whole number.',
314     validateHSpace : 'HSpace must be a whole number.',
315     validateVSpace : 'VSpace must be a whole number.'
316    },
317    iframe : 
318    {
319     border : 'Show frame border',
320     noUrl : 'Please type the iframe URL',
321     scrolling : 'Enable scrollbars',
322     title : 'IFrame Properties',
323     toolbar : 'IFrame'
324    },
325    horizontalrule : 
326    {
327     toolbar : 'Unesi horizontalnu liniju'
328    },
329    forms : 
330    {
331     button : 
332     {
333          title : 'Osobine dugmeta',
334          text : 'Tekst (vrednost)',
335          type : 'Tip',
336          typeBtn : 'Button',
337          typeSbm : 'Submit',
338          typeRst : 'Reset'
339     },
340     checkboxAndRadio : 
341     {
342          checkboxTitle : 'Osobine polja za potvrdu',
343          radioTitle : 'Osobine radio-dugmeta',
344          value : 'Vrednost',
345          selected : 'Označeno'
346     },
347     form : 
348     {
349          title : 'Osobine forme',
350          menu : 'Osobine forme',
351          action : 'Akcija',
352          method : 'Metoda',
353          encoding : 'Encoding'
354     },
355     hidden : 
356     {
357          title : 'Osobine skrivenog polja',
358          name : 'Naziv',
359          value : 'Vrednost'
360     },
361     select : 
362     {
363          title : 'Osobine izbornog polja',
364          selectInfo : 'Info',
365          opAvail : 'Dostupne opcije',
366          value : 'Vrednost',
367          size : 'Veličina',
368          lines : 'linija',
369          chkMulti : 'Dozvoli višestruku selekciju',
370          opText : 'Tekst',
371          opValue : 'Vrednost',
372          btnAdd : 'Dodaj',
373          btnModify : 'Izmeni',
374          btnUp : 'Gore',
375          btnDown : 'Dole',
376          btnSetValue : 'Podesi kao označenu vrednost',
377          btnDelete : 'Obriši'
378     },
379     textarea : 
380     {
381          title : 'Osobine zone teksta',
382          cols : 'Broj kolona',
383          rows : 'Broj redova'
384     },
385     textfield : 
386     {
387          title : 'Osobine tekstualnog polja',
388          name : 'Naziv',
389          value : 'Vrednost',
390          charWidth : 'Širina (karaktera)',
391          maxChars : 'Maksimalno karaktera',
392          type : 'Tip',
393          typeText : 'Tekst',
394          typePass : 'Lozinka',
395          typeEmail : 'Email',
396          typeSearch : 'Pretraži',
397          typeTel : 'Broj telefona',
398          typeUrl : 'URL'
399     }
400    },
401    format : 
402    {
403     label : 'Format',
404     panelTitle : 'Format',
405     tag_address : 'Adresa',
406     tag_div : 'Normalno (DIV)',
407     tag_h1 : 'Naslov 1',
408     tag_h2 : 'Naslov 2',
409     tag_h3 : 'Naslov 3',
410     tag_h4 : 'Naslov 4',
411     tag_h5 : 'Naslov 5',
412     tag_h6 : 'Naslov 6',
413     tag_p : 'Normal',
414     tag_pre : 'Formatirano'
415    },
416    font : 
417    {
418     fontSize : 
419     {
420          label : 'Veličina fonta',
421          voiceLabel : 'Font Size',
422          panelTitle : 'Veličina fonta'
423     },
424     label : 'Font',
425     panelTitle : 'Font',
426     voiceLabel : 'Font'
427    },
428    flash : 
429    {
430     access : 'Script Access',
431     accessAlways : 'Always',
432     accessNever : 'Never',
433     accessSameDomain : 'Same domain',
434     alignAbsBottom : 'Abs dole',
435     alignAbsMiddle : 'Abs sredina',
436     alignBaseline : 'Bazno',
437     alignTextTop : 'Vrh teksta',
438     bgcolor : 'Boja pozadine',
439     chkFull : 'Allow Fullscreen',
440     chkLoop : 'Ponavljaj',
441     chkMenu : 'Uključi fleš meni',
442     chkPlay : 'Automatski start',
443     flashvars : 'Variables for Flash',
444     hSpace : 'HSpace',
445     properties : 'Osobine fleša',
446     propertiesTab : 'Properties',
447     quality : 'Quality',
448     qualityAutoHigh : 'Auto High',
449     qualityAutoLow : 'Auto Low',
450     qualityBest : 'Best',
451     qualityHigh : 'High',
452     qualityLow : 'Low',
453     qualityMedium : 'Medium',
454     scale : 'Skaliraj',
455     scaleAll : 'Prikaži sve',
456     scaleFit : 'Popuni površinu',
457     scaleNoBorder : 'Bez ivice',
458     title : 'Osobine fleša',
459     vSpace : 'VSpace',
460     validateHSpace : 'HSpace must be a number.',
461     validateSrc : 'Unesite URL linka',
462     validateVSpace : 'VSpace must be a number.',
463     windowMode : 'Window mode',
464     windowModeOpaque : 'Opaque',
465     windowModeTransparent : 'Transparent',
466     windowModeWindow : 'Window'
467    },
468    find : 
469    {
470     find : 'Pretraga',
471     findOptions : 'Find Options',
472     findWhat : 'Pronadi:',
473     matchCase : 'Razlikuj mala i velika slova',
474     matchCyclic : 'Match cyclic',
475     matchWord : 'Uporedi cele reci',
476     notFoundMsg : 'Traženi tekst nije pronađen.',
477     replace : 'Zamena',
478     replaceAll : 'Zameni sve',
479     replaceSuccessMsg : '%1 occurrence(s) replaced.',
480     replaceWith : 'Zameni sa:',
481     title : 'Find and Replace'
482    },
483    fakeobjects : 
484    {
485     anchor : 'Unesi/izmeni sidro',
486     flash : 'Flash Animation',
487     hiddenfield : 'Skriveno polje',
488     iframe : 'IFrame',
489     unknown : 'Unknown Object'
490    },
491    elementspath : 
492    {
493     eleLabel : 'Elements path',
494     eleTitle : '%1 element'
495    },
496    div : 
497    {
498     IdInputLabel : 'Id',
499     advisoryTitleInputLabel : 'Advisory naslov',
500     cssClassInputLabel : 'Stylesheet klase',
501     edit : 'Edit Div',
502     inlineStyleInputLabel : 'Inline Style',
503     langDirLTRLabel : 'S leva na desno (LTR)',
504     langDirLabel : 'Smer jezika',
505     langDirRTLLabel : 'S desna na levo (RTL)',
506     languageCodeInputLabel : ' Language Code',
507     remove : 'Remove Div',
508     styleSelectLabel : 'Stil',
509     title : 'Create Div Container',
510     toolbar : 'Create Div Container'
511    },
512    contextmenu : 
513    {
514     options : 'Context Menu Options'
515    },
516    colordialog : 
517    {
518     clear : 'Clear',
519     highlight : 'Highlight',
520     options : 'Color Options',
521     selected : 'Selected Color',
522     title : 'Select color'
523    },
524    colorbutton : 
525    {
526     auto : 'Automatski',
527     bgColorTitle : 'Boja pozadine',
528     colors : 
529     {
530          '000' : 'Black',
531          '800000' : 'Maroon',
532          '8B4513' : 'Saddle Brown',
533          '2F4F4F' : 'Dark Slate Gray',
534          '008080' : 'Teal',
535          '000080' : 'Navy',
536          '4B0082' : 'Indigo',
537          '696969' : 'Dark Gray',
538          B22222 : 'Fire Brick',
539          A52A2A : 'Brown',
540          DAA520 : 'Golden Rod',
541          '006400' : 'Dark Green',
542          '40E0D0' : 'Turquoise',
543          '0000CD' : 'Medium Blue',
544          '800080' : 'Purple',
545          '808080' : 'Gray',
546          F00 : 'Red',
547          FF8C00 : 'Dark Orange',
548          FFD700 : 'Gold',
549          '008000' : 'Green',
550          '0FF' : 'Cyan',
551          '00F' : 'Blue',
552          EE82EE : 'Violet',
553          A9A9A9 : 'Dim Gray',
554          FFA07A : 'Light Salmon',
555          FFA500 : 'Orange',
556          FFFF00 : 'Yellow',
557          '00FF00' : 'Lime',
558          AFEEEE : 'Pale Turquoise',
559          ADD8E6 : 'Light Blue',
560          DDA0DD : 'Plum',
561          D3D3D3 : 'Light Grey',
562          FFF0F5 : 'Lavender Blush',
563          FAEBD7 : 'Antique White',
564          FFFFE0 : 'Light Yellow',
565          F0FFF0 : 'Honeydew',
566          F0FFFF : 'Azure',
567          F0F8FF : 'Alice Blue',
568          E6E6FA : 'Lavender',
569          FFF : 'White'
570     },
571     more : 'Više boja...',
572     panelTitle : 'Colors',
573     textColorTitle : 'Boja teksta'
574    },
575    clipboard : 
576    {
577     copy : 'Kopiraj',
578     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).',
579     cut : 'Iseci',
580     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).',
581     paste : 'Zalepi',
582     pasteArea : 'Prostor za lepljenje',
583     pasteMsg : 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',
584     securityMsg : 'Zbog sigurnosnih postavki vašeg pregledača, editor nije u mogućnosti da direktno pristupi podacima u klipbordu. Potrebno je da zalepite još jednom u ovom prozoru.',
585     title : 'Zalepi'
586    },
587    blockquote : 
588    {
589     toolbar : 'Block Quote'
590    },
591    bidi : 
592    {
593     ltr : 'Text direction from left to right',
594     rtl : 'Text direction from right to left'
595    },
596    basicstyles : 
597    {
598     bold : 'Podebljano',
599     italic : 'Kurziv',
600     strike : 'Precrtano',
601     subscript : 'Indeks',
602     superscript : 'Stepen',
603     underline : 'Podvučeno'
604    },
605    about : 
606    {
607     copy : 'Copyright &copy; $1. All rights reserved.',
608     dlgTitle : 'About CKEditor',
609     help : 'Check $1 for help.',
610     moreInfo : 'For licensing information please visit our web site:',
611     title : 'About CKEditor',
612     userGuide : 'CKEditor User\'s Guide'
613    },
614    editor : 'Bogati uređivač teksta',
615    editorPanel : 'Rich Text Editor panel',
616    common : 
617    {
618     editorHelp : 'Press ALT 0 for help',
619     browseServer : 'Pretraži server',
620     url : 'URL',
621     protocol : 'Protokol',
622     upload : 'Pošalji',
623     uploadSubmit : 'Pošalji na server',
624     image : 'Slika',
625     flash : 'Fleš',
626     form : 'Forma',
627     checkbox : 'Polje za potvrdu',
628     radio : 'Radio-dugme',
629     textField : 'Tekstualno polje',
630     textarea : 'Zona teksta',
631     hiddenField : 'Skriveno polje',
632     button : 'Dugme',
633     select : 'Izborno polje',
634     imageButton : 'Dugme sa slikom',
635     notSet : '<nije postavljeno>',
636     id : 'Id',
637     name : 'Naziv',
638     langDir : 'Smer jezika',
639     langDirLtr : 'S leva na desno (LTR)',
640     langDirRtl : 'S desna na levo (RTL)',
641     langCode : 'Kôd jezika',
642     longDescr : 'Pun opis URL',
643     cssClass : 'Stylesheet klase',
644     advisoryTitle : 'Advisory naslov',
645     cssStyle : 'Stil',
646     ok : 'OK',
647     cancel : 'Otkaži',
648     close : 'Zatvori',
649     preview : 'Izgled stranice',
650     resize : 'Resize',
651     generalTab : 'Opšte',
652     advancedTab : 'Napredni tagovi',
653     validateNumberFailed : 'Ova vrednost nije broj.',
654     confirmNewPage : 'Nesačuvane promene ovog sadržaja će biti izgubljene. Jeste li sigurni da želita da učitate novu stranu?',
655     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
656     options : 'Opcije',
657     target : 'Meta',
658     targetNew : 'Novi prozor (_blank)',
659     targetTop : 'Topmost Window (_top)',
660     targetSelf : 'Isti prozor (_self)',
661     targetParent : 'Parent Window (_parent)',
662     langDirLTR : 'S leva na desno (LTR)',
663     langDirRTL : 'S desna na levo (RTL)',
664     styles : 'Stil',
665     cssClasses : 'Stylesheet klase',
666     width : 'Širina',
667     height : 'Visina',
668     align : 'Ravnanje',
669     alignLeft : 'Levo',
670     alignRight : 'Desno',
671     alignCenter : 'Sredina',
672     alignTop : 'Vrh',
673     alignMiddle : 'Sredina',
674     alignBottom : 'Dole',
675     invalidValue : 'Invalid value.',
676     invalidHeight : 'Visina mora biti broj.',
677     invalidWidth : 'Širina mora biti broj.',
678     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).',
679     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
680     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
681     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).',
682     unavailable : '%1<span class="cke_accessibility">, unavailable</span>'
683    } } 
Note: See TracBrowser for help on using the repository browser.

Sites map