Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/sr-latn.js @ 3410:e2e04005053c

Revision 3410:e2e04005053c, 15.8 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Update CKEditor from 4.5.11 to 4.6.0, update dotclear skin (copy of new 4.6 default skin)

Line 
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md 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    removeformat : 
133    {
134     toolbar : 'Ukloni formatiranje'
135    },
136    print : 
137    {
138     toolbar : 'Štampa'
139    },
140    pastetext : 
141    {
142     button : 'Zalepi kao čist tekst',
143     title : 'Zalepi kao čist 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 : 'Zalepi iz Worda',
150     toolbar : 'Zalepi iz Worda'
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 : 'Nenabrojiva lista',
186     numberedlist : 'Nabrojiva lista'
187    },
188    link : 
189    {
190     acccessKey : 'Pristupni taster',
191     advanced : 'Napredni tagovi',
192     advisoryContentType : 'Advisory vrsta sadržaja',
193     advisoryTitle : 'Advisory naslov',
194     anchor : 
195     {
196          toolbar : 'Unesi/izmeni sidro',
197          menu : 'Osobine sidra',
198          title : 'Osobine sidra',
199          name : 'Naziv sidra',
200          errorName : 'Unesite naziv sidra',
201          remove : 'Ukloni sidro'
202     },
203     anchorId : 'Po Id-u elementa',
204     anchorName : 'Po nazivu sidra',
205     charset : 'Linked Resource Charset',
206     cssClasses : 'Stylesheet klase',
207     download : 'Force Download',
208     displayText : 'Display Text',
209     emailAddress : 'E-Mail adresa',
210     emailBody : 'Sadržaj poruke',
211     emailSubject : 'Naslov',
212     id : 'Id',
213     info : 'Link Info',
214     langCode : 'Smer jezika',
215     langDir : 'Smer jezika',
216     langDirLTR : 'S leva na desno (LTR)',
217     langDirRTL : 'S desna na levo (RTL)',
218     menu : 'Izmeni link',
219     name : 'Naziv',
220     noAnchors : '(Nema dostupnih sidra)',
221     noEmail : 'Otkucajte adresu elektronske pote',
222     noUrl : 'Unesite URL linka',
223     other : '<остало>',
224     popupDependent : 'Zavisno (Netscape)',
225     popupFeatures : 'Mogućnosti popup prozora',
226     popupFullScreen : 'Prikaz preko celog ekrana (IE)',
227     popupLeft : 'Od leve ivice ekrana (px)',
228     popupLocationBar : 'Lokacija',
229     popupMenuBar : 'Kontekstni meni',
230     popupResizable : 'Promenljive veličine',
231     popupScrollBars : 'Scroll bar',
232     popupStatusBar : 'Statusna linija',
233     popupToolbar : 'Toolbar',
234     popupTop : 'Od vrha ekrana (px)',
235     rel : 'Odnos',
236     selectAnchor : 'Odaberi sidro',
237     styles : 'Stil',
238     tabIndex : 'Tab indeks',
239     target : 'Meta',
240     targetFrame : '<okvir>',
241     targetFrameName : 'Naziv odredišnog frejma',
242     targetPopup : '<popup prozor>',
243     targetPopupName : 'Naziv popup prozora',
244     title : 'Link',
245     toAnchor : 'Sidro na ovoj stranici',
246     toEmail : 'E-Mail',
247     toUrl : 'URL',
248     toolbar : 'Unesi/izmeni link',
249     type : 'Vrsta linka',
250     unlink : 'Ukloni link',
251     upload : 'Pošalji'
252    },
253    justify : 
254    {
255     block : 'Obostrano ravnanje',
256     center : 'Centriran tekst',
257     left : 'Levo ravnanje',
258     right : 'Desno ravnanje'
259    },
260    indent : 
261    {
262     indent : 'Uvećaj levu marginu',
263     outdent : 'Smanji levu marginu'
264    },
265    image : 
266    {
267     alt : 'Alternativni tekst',
268     border : 'Okvir',
269     btnUpload : 'Pošalji na server',
270     button2Img : 'Do you want to transform the selected image button on a simple image?',
271     hSpace : 'HSpace',
272     img2Button : 'Do you want to transform the selected image on a image button?',
273     infoTab : 'Info slike',
274     linkTab : 'Link',
275     lockRatio : 'Zaključaj odnos',
276     menu : 'Osobine slika',
277     resetSize : 'Resetuj veličinu',
278     title : 'Osobine slika',
279     titleButton : 'Osobine dugmeta sa slikom',
280     upload : 'Pošalji',
281     urlMissing : 'Image source URL is missing.',
282     vSpace : 'VSpace',
283     validateBorder : 'Border must be a whole number.',
284     validateHSpace : 'HSpace must be a whole number.',
285     validateVSpace : 'VSpace must be a whole number.'
286    },
287    horizontalrule : 
288    {
289     toolbar : 'Unesi horizontalnu liniju'
290    },
291    format : 
292    {
293     label : 'Format',
294     panelTitle : 'Format',
295     tag_address : 'Adresa',
296     tag_div : 'Normalno (DIV)',
297     tag_h1 : 'Naslov 1',
298     tag_h2 : 'Naslov 2',
299     tag_h3 : 'Naslov 3',
300     tag_h4 : 'Naslov 4',
301     tag_h5 : 'Naslov 5',
302     tag_h6 : 'Naslov 6',
303     tag_p : 'Normal',
304     tag_pre : 'Formatirano'
305    },
306    fakeobjects : 
307    {
308     anchor : 'Unesi/izmeni sidro',
309     flash : 'Flash Animation',
310     hiddenfield : 'Skriveno polje',
311     iframe : 'IFrame',
312     unknown : 'Unknown Object'
313    },
314    elementspath : 
315    {
316     eleLabel : 'Elements path',
317     eleTitle : '%1 element'
318    },
319    div : 
320    {
321     IdInputLabel : 'Id',
322     advisoryTitleInputLabel : 'Advisory naslov',
323     cssClassInputLabel : 'Stylesheet klase',
324     edit : 'Edit Div',
325     inlineStyleInputLabel : 'Inline Style',
326     langDirLTRLabel : 'S leva na desno (LTR)',
327     langDirLabel : 'Smer jezika',
328     langDirRTLLabel : 'S desna na levo (RTL)',
329     languageCodeInputLabel : ' Language Code',
330     remove : 'Remove Div',
331     styleSelectLabel : 'Stil',
332     title : 'Create Div Container',
333     toolbar : 'Create Div Container'
334    },
335    contextmenu : 
336    {
337     options : 'Context Menu Options'
338    },
339    colorbutton : 
340    {
341     auto : 'Automatski',
342     bgColorTitle : 'Boja pozadine',
343     colors : 
344     {
345          '000' : 'Black',
346          '800000' : 'Maroon',
347          '8B4513' : 'Saddle Brown',
348          '2F4F4F' : 'Dark Slate Gray',
349          '008080' : 'Teal',
350          '000080' : 'Navy',
351          '4B0082' : 'Indigo',
352          '696969' : 'Dark Gray',
353          B22222 : 'Fire Brick',
354          A52A2A : 'Brown',
355          DAA520 : 'Golden Rod',
356          '006400' : 'Dark Green',
357          '40E0D0' : 'Turquoise',
358          '0000CD' : 'Medium Blue',
359          '800080' : 'Purple',
360          '808080' : 'Gray',
361          F00 : 'Red',
362          FF8C00 : 'Dark Orange',
363          FFD700 : 'Gold',
364          '008000' : 'Green',
365          '0FF' : 'Cyan',
366          '00F' : 'Blue',
367          EE82EE : 'Violet',
368          A9A9A9 : 'Dim Gray',
369          FFA07A : 'Light Salmon',
370          FFA500 : 'Orange',
371          FFFF00 : 'Yellow',
372          '00FF00' : 'Lime',
373          AFEEEE : 'Pale Turquoise',
374          ADD8E6 : 'Light Blue',
375          DDA0DD : 'Plum',
376          D3D3D3 : 'Light Grey',
377          FFF0F5 : 'Lavender Blush',
378          FAEBD7 : 'Antique White',
379          FFFFE0 : 'Light Yellow',
380          F0FFF0 : 'Honeydew',
381          F0FFFF : 'Azure',
382          F0F8FF : 'Alice Blue',
383          E6E6FA : 'Lavender',
384          FFF : 'White'
385     },
386     more : 'Više boja...',
387     panelTitle : 'Colors',
388     textColorTitle : 'Boja teksta'
389    },
390    clipboard : 
391    {
392     copy : 'Kopiraj',
393     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).',
394     cut : 'Iseci',
395     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).',
396     paste : 'Zalepi',
397     pasteArea : 'Prostor za lepljenje',
398     pasteMsg : 'Molimo Vas da zalepite unutar donje povrine koristeći tastaturnu prečicu (<STRONG>Ctrl/Cmd+V</STRONG>) i da pritisnete <STRONG>OK</STRONG>.',
399     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.',
400     title : 'Zalepi'
401    },
402    button : 
403    {
404     selectedLabel : '%1 (Selected)'
405    },
406    blockquote : 
407    {
408     toolbar : 'Block Quote'
409    },
410    basicstyles : 
411    {
412     bold : 'Podebljano',
413     italic : 'Kurziv',
414     strike : 'Precrtano',
415     subscript : 'Indeks',
416     superscript : 'Stepen',
417     underline : 'Podvučeno'
418    },
419    about : 
420    {
421     copy : 'Copyright &copy; $1. All rights reserved.',
422     dlgTitle : 'About CKEditor',
423     help : 'Check $1 for help.',
424     moreInfo : 'For licensing information please visit our web site:',
425     title : 'About CKEditor',
426     userGuide : 'CKEditor User\'s Guide'
427    },
428    editor : 'Bogati uređivač teksta',
429    editorPanel : 'Rich Text Editor panel',
430    common : 
431    {
432     editorHelp : 'Press ALT 0 for help',
433     browseServer : 'Pretraži server',
434     url : 'URL',
435     protocol : 'Protokol',
436     upload : 'Pošalji',
437     uploadSubmit : 'Pošalji na server',
438     image : 'Slika',
439     flash : 'Fleš',
440     form : 'Forma',
441     checkbox : 'Polje za potvrdu',
442     radio : 'Radio-dugme',
443     textField : 'Tekstualno polje',
444     textarea : 'Zona teksta',
445     hiddenField : 'Skriveno polje',
446     button : 'Dugme',
447     select : 'Izborno polje',
448     imageButton : 'Dugme sa slikom',
449     notSet : '<nije postavljeno>',
450     id : 'Id',
451     name : 'Naziv',
452     langDir : 'Smer jezika',
453     langDirLtr : 'S leva na desno (LTR)',
454     langDirRtl : 'S desna na levo (RTL)',
455     langCode : 'Kôd jezika',
456     longDescr : 'Pun opis URL',
457     cssClass : 'Stylesheet klase',
458     advisoryTitle : 'Advisory naslov',
459     cssStyle : 'Stil',
460     ok : 'OK',
461     cancel : 'Otkaži',
462     close : 'Zatvori',
463     preview : 'Izgled stranice',
464     resize : 'Resize',
465     generalTab : 'Opšte',
466     advancedTab : 'Napredni tagovi',
467     validateNumberFailed : 'Ova vrednost nije broj.',
468     confirmNewPage : 'Nesačuvane promene ovog sadržaja će biti izgubljene. Jeste li sigurni da želita da učitate novu stranu?',
469     confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?',
470     options : 'Opcije',
471     target : 'Meta',
472     targetNew : 'Novi prozor (_blank)',
473     targetTop : 'Topmost Window (_top)',
474     targetSelf : 'Isti prozor (_self)',
475     targetParent : 'Parent Window (_parent)',
476     langDirLTR : 'S leva na desno (LTR)',
477     langDirRTL : 'S desna na levo (RTL)',
478     styles : 'Stil',
479     cssClasses : 'Stylesheet klase',
480     width : 'Širina',
481     height : 'Visina',
482     align : 'Ravnanje',
483     alignLeft : 'Levo',
484     alignRight : 'Desno',
485     alignCenter : 'Sredina',
486     alignJustify : 'Obostrano ravnanje',
487     alignTop : 'Vrh',
488     alignMiddle : 'Sredina',
489     alignBottom : 'Dole',
490     alignNone : 'None',
491     invalidValue : 'Invalid value.',
492     invalidHeight : 'Visina mora biti broj.',
493     invalidWidth : 'Širina mora biti broj.',
494     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).',
495     invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',
496     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
497     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).',
498     unavailable : '%1<span class="cke_accessibility">, unavailable</span>',
499     keyboard : 
500     {
501          '8' : 'Backspace',
502          '13' : 'Enter',
503          '16' : 'Shift',
504          '17' : 'Ctrl',
505          '18' : 'Alt',
506          '32' : 'Space',
507          '35' : 'End',
508          '36' : 'Home',
509          '46' : 'Delete',
510          '224' : 'Command'
511     },
512     keyboardShortcut : 'Keyboard shortcut'
513    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map