source: sandbox/3.0/phpgwapi/js/ckeditor/_source/lang/bs.js @ 2862

Revision 2862, 21.8 KB checked in by rodsouza, 14 years ago (diff)

Ticket #663 - Atualizando e centralizando o CKEditor (v. 3.2.1)

Line 
1/*
2Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/**
7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8 * Bosnian language.
9 */
10
11/**#@+
12   @type String
13   @example
14*/
15
16/**
17 * Constains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['bs'] =
21{
22        /**
23         * The language reading direction. Possible values are "rtl" for
24         * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25         * languages (like English).
26         * @default 'ltr'
27         */
28        dir : 'ltr',
29
30        /*
31         * Screenreader titles. Please note that screenreaders are not always capable
32         * of reading non-English words. So be careful while translating it.
33         */
34        editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING
35
36        // ARIA descriptions.
37        toolbar : 'Toolbar', // MISSING
38        editor  : 'Rich Text Editor', // MISSING
39
40        // Toolbar buttons without dialogs.
41        source                  : 'HTML kôd',
42        newPage                 : 'Novi dokument',
43        save                    : 'Snimi',
44        preview                 : 'Prikaži',
45        cut                             : 'Izreži',
46        copy                    : 'Kopiraj',
47        paste                   : 'Zalijepi',
48        print                   : 'Štampaj',
49        underline               : 'Podvuci',
50        bold                    : 'Boldiraj',
51        italic                  : 'Ukosi',
52        selectAll               : 'Selektuj sve',
53        removeFormat    : 'Poništi format',
54        strike                  : 'Precrtaj',
55        subscript               : 'Subscript',
56        superscript             : 'Superscript',
57        horizontalrule  : 'Ubaci horizontalnu liniju',
58        pagebreak               : 'Insert Page Break for Printing', // MISSING
59        unlink                  : 'Izbriši link',
60        undo                    : 'Vrati',
61        redo                    : 'Ponovi',
62
63        // Common messages and labels.
64        common :
65        {
66                browseServer    : 'Browse Server', // MISSING
67                url                             : 'URL',
68                protocol                : 'Protokol',
69                upload                  : 'Šalji',
70                uploadSubmit    : 'Šalji na server',
71                image                   : 'Slika',
72                flash                   : 'Flash', // MISSING
73                form                    : 'Form', // MISSING
74                checkbox                : 'Checkbox', // MISSING
75                radio                   : 'Radio Button', // MISSING
76                textField               : 'Text Field', // MISSING
77                textarea                : 'Textarea', // MISSING
78                hiddenField             : 'Hidden Field', // MISSING
79                button                  : 'Button', // MISSING
80                select                  : 'Selection Field', // MISSING
81                imageButton             : 'Image Button', // MISSING
82                notSet                  : '<nije podešeno>',
83                id                              : 'Id',
84                name                    : 'Naziv',
85                langDir                 : 'Smjer pisanja',
86                langDirLtr              : 'S lijeva na desno (LTR)',
87                langDirRtl              : 'S desna na lijevo (RTL)',
88                langCode                : 'Jezièni kôd',
89                longDescr               : 'Dugaèki opis URL-a',
90                cssClass                : 'Klase CSS stilova',
91                advisoryTitle   : 'Advisory title',
92                cssStyle                : 'Stil',
93                ok                              : 'OK',
94                cancel                  : 'Odustani',
95                close                   : 'Close', // MISSING
96                preview                 : 'Preview', // MISSING
97                generalTab              : 'General', // MISSING
98                advancedTab             : 'Naprednije',
99                validateNumberFailed : 'This value is not a number.', // MISSING
100                confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
101                confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
102                options                 : 'Options', // MISSING
103                target                  : 'Target', // MISSING
104                targetNew               : 'New Window (_blank)', // MISSING
105                targetTop               : 'Topmost Window (_top)', // MISSING
106                targetSelf              : 'Same Window (_self)', // MISSING
107                targetParent    : 'Parent Window (_parent)', // MISSING
108
109                // Put the voice-only part of the label in the span.
110                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
111        },
112
113        contextmenu :
114        {
115                options : 'Context Menu Options' // MISSING
116        },
117
118        // Special char dialog.
119        specialChar             :
120        {
121                toolbar         : 'Ubaci specijalni karater',
122                title           : 'Izaberi specijalni karakter',
123                options : 'Special Character Options' // MISSING
124        },
125
126        // Link dialog.
127        link :
128        {
129                toolbar         : 'Ubaci/Izmjeni link',
130                other           : '<other>', // MISSING
131                menu            : 'Izmjeni link',
132                title           : 'Link',
133                info            : 'Link info',
134                target          : 'Prozor',
135                upload          : 'Šalji',
136                advanced        : 'Naprednije',
137                type            : 'Tip linka',
138                toUrl           : 'URL', // MISSING
139                toAnchor        : 'Sidro na ovoj stranici',
140                toEmail         : 'E-Mail',
141                targetFrame             : '<frejm>',
142                targetPopup             : '<popup prozor>',
143                targetFrameName : 'Target Frame Name', // MISSING
144                targetPopupName : 'Naziv popup prozora',
145                popupFeatures   : 'Moguænosti popup prozora',
146                popupResizable  : 'Resizable', // MISSING
147                popupStatusBar  : 'Statusna traka',
148                popupLocationBar: 'Traka za lokaciju',
149                popupToolbar    : 'Traka sa alatima',
150                popupMenuBar    : 'Izborna traka',
151                popupFullScreen : 'Cijeli ekran (IE)',
152                popupScrollBars : 'Scroll traka',
153                popupDependent  : 'Ovisno (Netscape)',
154                popupWidth              : 'Širina',
155                popupLeft               : 'Lijeva pozicija',
156                popupHeight             : 'Visina',
157                popupTop                : 'Gornja pozicija',
158                id                              : 'Id', // MISSING
159                langDir                 : 'Smjer pisanja',
160                langDirLTR              : 'S lijeva na desno (LTR)',
161                langDirRTL              : 'S desna na lijevo (RTL)',
162                acccessKey              : 'Pristupna tipka',
163                name                    : 'Naziv',
164                langCode                : 'Smjer pisanja',
165                tabIndex                : 'Tab indeks',
166                advisoryTitle   : 'Advisory title',
167                advisoryContentType     : 'Advisory vrsta sadržaja',
168                cssClasses              : 'Klase CSS stilova',
169                charset                 : 'Linked Resource Charset',
170                styles                  : 'Stil',
171                selectAnchor    : 'Izaberi sidro',
172                anchorName              : 'Po nazivu sidra',
173                anchorId                : 'Po Id-u elementa',
174                emailAddress    : 'E-Mail Adresa',
175                emailSubject    : 'Subjekt poruke',
176                emailBody               : 'Poruka',
177                noAnchors               : '(Nema dostupnih sidra na stranici)',
178                noUrl                   : 'Molimo ukucajte URL link',
179                noEmail                 : 'Molimo ukucajte e-mail adresu'
180        },
181
182        // Anchor dialog
183        anchor :
184        {
185                toolbar         : 'Anchor', // MISSING
186                menu            : 'Edit Anchor', // MISSING
187                title           : 'Anchor Properties', // MISSING
188                name            : 'Anchor Name', // MISSING
189                errorName       : 'Please type the anchor name' // MISSING
190        },
191
192        // Find And Replace Dialog
193        findAndReplace :
194        {
195                title                           : 'Find and Replace', // MISSING
196                find                            : 'Naði',
197                replace                         : 'Zamjeni',
198                findWhat                        : 'Naði šta:',
199                replaceWith                     : 'Zamjeni sa:',
200                notFoundMsg                     : 'Traženi tekst nije pronaðen.',
201                matchCase                       : 'Uporeðuj velika/mala slova',
202                matchWord                       : 'Uporeðuj samo cijelu rijeè',
203                matchCyclic                     : 'Match cyclic', // MISSING
204                replaceAll                      : 'Zamjeni sve',
205                replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING
206        },
207
208        // Table Dialog
209        table :
210        {
211                toolbar         : 'Tabela',
212                title           : 'Svojstva tabele',
213                menu            : 'Svojstva tabele',
214                deleteTable     : 'Delete Table', // MISSING
215                rows            : 'Redova',
216                columns         : 'Kolona',
217                border          : 'Okvir',
218                align           : 'Poravnanje',
219                alignLeft       : 'Lijevo',
220                alignCenter     : 'Centar',
221                alignRight      : 'Desno',
222                width           : 'Širina',
223                widthPx         : 'piksela',
224                widthPc         : 'posto',
225                widthUnit       : 'width unit', // MISSING
226                height          : 'Visina',
227                cellSpace       : 'Razmak æelija',
228                cellPad         : 'Uvod æelija',
229                caption         : 'Naslov',
230                summary         : 'Summary', // MISSING
231                headers         : 'Headers', // MISSING
232                headersNone             : 'None', // MISSING
233                headersColumn   : 'First column', // MISSING
234                headersRow              : 'First Row', // MISSING
235                headersBoth             : 'Both', // MISSING
236                invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING
237                invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING
238                invalidBorder   : 'Border size must be a number.', // MISSING
239                invalidWidth    : 'Table width must be a number.', // MISSING
240                invalidHeight   : 'Table height must be a number.', // MISSING
241                invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING
242                invalidCellPadding      : 'Cell padding must be a number.', // MISSING
243
244                cell :
245                {
246                        menu                    : 'Cell', // MISSING
247                        insertBefore    : 'Insert Cell Before', // MISSING
248                        insertAfter             : 'Insert Cell After', // MISSING
249                        deleteCell              : 'Briši æelije',
250                        merge                   : 'Spoji æelije',
251                        mergeRight              : 'Merge Right', // MISSING
252                        mergeDown               : 'Merge Down', // MISSING
253                        splitHorizontal : 'Split Cell Horizontally', // MISSING
254                        splitVertical   : 'Split Cell Vertically', // MISSING
255                        title                   : 'Cell Properties', // MISSING
256                        cellType                : 'Cell Type', // MISSING
257                        rowSpan                 : 'Rows Span', // MISSING
258                        colSpan                 : 'Columns Span', // MISSING
259                        wordWrap                : 'Word Wrap', // MISSING
260                        hAlign                  : 'Horizontal Alignment', // MISSING
261                        vAlign                  : 'Vertical Alignment', // MISSING
262                        alignTop                : 'Top', // MISSING
263                        alignMiddle             : 'Middle', // MISSING
264                        alignBottom             : 'Bottom', // MISSING
265                        alignBaseline   : 'Baseline', // MISSING
266                        bgColor                 : 'Background Color', // MISSING
267                        borderColor             : 'Border Color', // MISSING
268                        data                    : 'Data', // MISSING
269                        header                  : 'Header', // MISSING
270                        yes                             : 'Yes', // MISSING
271                        no                              : 'No', // MISSING
272                        invalidWidth    : 'Cell width must be a number.', // MISSING
273                        invalidHeight   : 'Cell height must be a number.', // MISSING
274                        invalidRowSpan  : 'Rows span must be a whole number.', // MISSING
275                        invalidColSpan  : 'Columns span must be a whole number.', // MISSING
276                        chooseColor             : 'Choose' // MISSING
277                },
278
279                row :
280                {
281                        menu                    : 'Row', // MISSING
282                        insertBefore    : 'Insert Row Before', // MISSING
283                        insertAfter             : 'Insert Row After', // MISSING
284                        deleteRow               : 'Briši redove'
285                },
286
287                column :
288                {
289                        menu                    : 'Column', // MISSING
290                        insertBefore    : 'Insert Column Before', // MISSING
291                        insertAfter             : 'Insert Column After', // MISSING
292                        deleteColumn    : 'Briši kolone'
293                }
294        },
295
296        // Button Dialog.
297        button :
298        {
299                title           : 'Button Properties', // MISSING
300                text            : 'Text (Value)', // MISSING
301                type            : 'Type', // MISSING
302                typeBtn         : 'Button', // MISSING
303                typeSbm         : 'Submit', // MISSING
304                typeRst         : 'Reset' // MISSING
305        },
306
307        // Checkbox and Radio Button Dialogs.
308        checkboxAndRadio :
309        {
310                checkboxTitle : 'Checkbox Properties', // MISSING
311                radioTitle      : 'Radio Button Properties', // MISSING
312                value           : 'Value', // MISSING
313                selected        : 'Selected' // MISSING
314        },
315
316        // Form Dialog.
317        form :
318        {
319                title           : 'Form Properties', // MISSING
320                menu            : 'Form Properties', // MISSING
321                action          : 'Action', // MISSING
322                method          : 'Method', // MISSING
323                encoding        : 'Encoding' // MISSING
324        },
325
326        // Select Field Dialog.
327        select :
328        {
329                title           : 'Selection Field Properties', // MISSING
330                selectInfo      : 'Select Info', // MISSING
331                opAvail         : 'Available Options', // MISSING
332                value           : 'Value', // MISSING
333                size            : 'Size', // MISSING
334                lines           : 'lines', // MISSING
335                chkMulti        : 'Allow multiple selections', // MISSING
336                opText          : 'Text', // MISSING
337                opValue         : 'Value', // MISSING
338                btnAdd          : 'Add', // MISSING
339                btnModify       : 'Modify', // MISSING
340                btnUp           : 'Up', // MISSING
341                btnDown         : 'Down', // MISSING
342                btnSetValue : 'Set as selected value', // MISSING
343                btnDelete       : 'Delete' // MISSING
344        },
345
346        // Textarea Dialog.
347        textarea :
348        {
349                title           : 'Textarea Properties', // MISSING
350                cols            : 'Columns', // MISSING
351                rows            : 'Rows' // MISSING
352        },
353
354        // Text Field Dialog.
355        textfield :
356        {
357                title           : 'Text Field Properties', // MISSING
358                name            : 'Name', // MISSING
359                value           : 'Value', // MISSING
360                charWidth       : 'Character Width', // MISSING
361                maxChars        : 'Maximum Characters', // MISSING
362                type            : 'Type', // MISSING
363                typeText        : 'Text', // MISSING
364                typePass        : 'Password' // MISSING
365        },
366
367        // Hidden Field Dialog.
368        hidden :
369        {
370                title   : 'Hidden Field Properties', // MISSING
371                name    : 'Name', // MISSING
372                value   : 'Value' // MISSING
373        },
374
375        // Image Dialog.
376        image :
377        {
378                title           : 'Svojstva slike',
379                titleButton     : 'Image Button Properties', // MISSING
380                menu            : 'Svojstva slike',
381                infoTab         : 'Info slike',
382                btnUpload       : 'Šalji na server',
383                upload          : 'Šalji',
384                alt                     : 'Tekst na slici',
385                width           : 'Širina',
386                height          : 'Visina',
387                lockRatio       : 'Zakljuèaj odnos',
388                unlockRatio     : 'Unlock Ratio', // MISSING
389                resetSize       : 'Resetuj dimenzije',
390                border          : 'Okvir',
391                hSpace          : 'HSpace',
392                vSpace          : 'VSpace',
393                align           : 'Poravnanje',
394                alignLeft       : 'Lijevo',
395                alignRight      : 'Desno',
396                alertUrl        : 'Molimo ukucajte URL od slike.',
397                linkTab         : 'Link', // MISSING
398                button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING
399                img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING
400                urlMissing      : 'Image source URL is missing.', // MISSING
401                validateWidth   : 'Width must be a whole number.', // MISSING
402                validateHeight  : 'Height must be a whole number.', // MISSING
403                validateBorder  : 'Border must be a whole number.', // MISSING
404                validateHSpace  : 'HSpace must be a whole number.', // MISSING
405                validateVSpace  : 'VSpace must be a whole number.' // MISSING
406        },
407
408        // Flash Dialog
409        flash :
410        {
411                properties              : 'Flash Properties', // MISSING
412                propertiesTab   : 'Properties', // MISSING
413                title                   : 'Flash Properties', // MISSING
414                chkPlay                 : 'Auto Play', // MISSING
415                chkLoop                 : 'Loop', // MISSING
416                chkMenu                 : 'Enable Flash Menu', // MISSING
417                chkFull                 : 'Allow Fullscreen', // MISSING
418                scale                   : 'Scale', // MISSING
419                scaleAll                : 'Show all', // MISSING
420                scaleNoBorder   : 'No Border', // MISSING
421                scaleFit                : 'Exact Fit', // MISSING
422                access                  : 'Script Access', // MISSING
423                accessAlways    : 'Always', // MISSING
424                accessSameDomain: 'Same domain', // MISSING
425                accessNever             : 'Never', // MISSING
426                align                   : 'Poravnanje',
427                alignLeft               : 'Lijevo',
428                alignAbsBottom  : 'Abs dole',
429                alignAbsMiddle  : 'Abs sredina',
430                alignBaseline   : 'Bazno',
431                alignBottom             : 'Dno',
432                alignMiddle             : 'Sredina',
433                alignRight              : 'Desno',
434                alignTextTop    : 'Vrh teksta',
435                alignTop                : 'Vrh',
436                quality                 : 'Quality', // MISSING
437                qualityBest             : 'Best', // MISSING
438                qualityHigh             : 'High', // MISSING
439                qualityAutoHigh : 'Auto High', // MISSING
440                qualityMedium   : 'Medium', // MISSING
441                qualityAutoLow  : 'Auto Low', // MISSING
442                qualityLow              : 'Low', // MISSING
443                windowModeWindow: 'Window', // MISSING
444                windowModeOpaque: 'Opaque', // MISSING
445                windowModeTransparent : 'Transparent', // MISSING
446                windowMode              : 'Window mode', // MISSING
447                flashvars               : 'Variables for Flash', // MISSING
448                bgcolor                 : 'Boja pozadine',
449                width                   : 'Širina',
450                height                  : 'Visina',
451                hSpace                  : 'HSpace',
452                vSpace                  : 'VSpace',
453                validateSrc             : 'Molimo ukucajte URL link',
454                validateWidth   : 'Width must be a number.', // MISSING
455                validateHeight  : 'Height must be a number.', // MISSING
456                validateHSpace  : 'HSpace must be a number.', // MISSING
457                validateVSpace  : 'VSpace must be a number.' // MISSING
458        },
459
460        // Speller Pages Dialog
461        spellCheck :
462        {
463                toolbar                 : 'Check Spelling', // MISSING
464                title                   : 'Spell Check', // MISSING
465                notAvailable    : 'Sorry, but service is unavailable now.', // MISSING
466                errorLoading    : 'Error loading application service host: %s.', // MISSING
467                notInDic                : 'Not in dictionary', // MISSING
468                changeTo                : 'Change to', // MISSING
469                btnIgnore               : 'Ignore', // MISSING
470                btnIgnoreAll    : 'Ignore All', // MISSING
471                btnReplace              : 'Replace', // MISSING
472                btnReplaceAll   : 'Replace All', // MISSING
473                btnUndo                 : 'Undo', // MISSING
474                noSuggestions   : '- No suggestions -', // MISSING
475                progress                : 'Spell check in progress...', // MISSING
476                noMispell               : 'Spell check complete: No misspellings found', // MISSING
477                noChanges               : 'Spell check complete: No words changed', // MISSING
478                oneChange               : 'Spell check complete: One word changed', // MISSING
479                manyChanges             : 'Spell check complete: %1 words changed', // MISSING
480                ieSpellDownload : 'Spell checker not installed. Do you want to download it now?' // MISSING
481        },
482
483        smiley :
484        {
485                toolbar : 'Smješko',
486                title   : 'Ubaci smješka',
487                options : 'Smiley Options' // MISSING
488        },
489
490        elementsPath :
491        {
492                eleLabel : 'Elements path', // MISSING
493                eleTitle : '%1 element' // MISSING
494        },
495
496        numberedlist    : 'Numerisana lista',
497        bulletedlist    : 'Lista',
498        indent                  : 'Poveæaj uvod',
499        outdent                 : 'Smanji uvod',
500
501        justify :
502        {
503                left    : 'Lijevo poravnanje',
504                center  : 'Centralno poravnanje',
505                right   : 'Desno poravnanje',
506                block   : 'Puno poravnanje'
507        },
508
509        blockquote : 'Block Quote', // MISSING
510
511        clipboard :
512        {
513                title           : 'Zalijepi',
514                cutError        : 'Sigurnosne postavke vašeg pretraživaèa ne dozvoljavaju operacije automatskog rezanja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+X).',
515                copyError       : 'Sigurnosne postavke Vašeg pretraživaèa ne dozvoljavaju operacije automatskog kopiranja. Molimo koristite kraticu na tastaturi (Ctrl/Cmd+C).',
516                pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING
517                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
518                pasteArea       : 'Paste Area' // MISSING
519        },
520
521        pastefromword :
522        {
523                confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
524                toolbar                 : 'Zalijepi iz Word-a',
525                title                   : 'Zalijepi iz Word-a',
526                error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
527        },
528
529        pasteText :
530        {
531                button  : 'Zalijepi kao obièan tekst',
532                title   : 'Zalijepi kao obièan tekst'
533        },
534
535        templates :
536        {
537                button                  : 'Templates', // MISSING
538                title                   : 'Content Templates', // MISSING
539                options : 'Template Options', // MISSING
540                insertOption    : 'Replace actual contents', // MISSING
541                selectPromptMsg : 'Please select the template to open in the editor', // MISSING
542                emptyListMsg    : '(No templates defined)' // MISSING
543        },
544
545        showBlocks : 'Show Blocks', // MISSING
546
547        stylesCombo :
548        {
549                label           : 'Stil',
550                panelTitle      : 'Formatting Styles', // MISSING
551                panelTitle1     : 'Block Styles', // MISSING
552                panelTitle2     : 'Inline Styles', // MISSING
553                panelTitle3     : 'Object Styles' // MISSING
554        },
555
556        format :
557        {
558                label           : 'Format',
559                panelTitle      : 'Format',
560
561                tag_p           : 'Normal',
562                tag_pre         : 'Formatted',
563                tag_address     : 'Address',
564                tag_h1          : 'Heading 1',
565                tag_h2          : 'Heading 2',
566                tag_h3          : 'Heading 3',
567                tag_h4          : 'Heading 4',
568                tag_h5          : 'Heading 5',
569                tag_h6          : 'Heading 6',
570                tag_div         : 'Normal (DIV)' // MISSING
571        },
572
573        div :
574        {
575                title                           : 'Create Div Container', // MISSING
576                toolbar                         : 'Create Div Container', // MISSING
577                cssClassInputLabel      : 'Stylesheet Classes', // MISSING
578                styleSelectLabel        : 'Style', // MISSING
579                IdInputLabel            : 'Id', // MISSING
580                languageCodeInputLabel  : ' Language Code', // MISSING
581                inlineStyleInputLabel   : 'Inline Style', // MISSING
582                advisoryTitleInputLabel : 'Advisory Title', // MISSING
583                langDirLabel            : 'Language Direction', // MISSING
584                langDirLTRLabel         : 'Left to Right (LTR)', // MISSING
585                langDirRTLLabel         : 'Right to Left (RTL)', // MISSING
586                edit                            : 'Edit Div', // MISSING
587                remove                          : 'Remove Div' // MISSING
588        },
589
590        font :
591        {
592                label           : 'Font',
593                voiceLabel      : 'Font', // MISSING
594                panelTitle      : 'Font'
595        },
596
597        fontSize :
598        {
599                label           : 'Velièina',
600                voiceLabel      : 'Font Size', // MISSING
601                panelTitle      : 'Velièina'
602        },
603
604        colorButton :
605        {
606                textColorTitle  : 'Boja teksta',
607                bgColorTitle    : 'Boja pozadine',
608                panelTitle              : 'Colors', // MISSING
609                auto                    : 'Automatska',
610                more                    : 'Više boja...'
611        },
612
613        colors :
614        {
615                '000' : 'Black', // MISSING
616                '800000' : 'Maroon', // MISSING
617                '8B4513' : 'Saddle Brown', // MISSING
618                '2F4F4F' : 'Dark Slate Gray', // MISSING
619                '008080' : 'Teal', // MISSING
620                '000080' : 'Navy', // MISSING
621                '4B0082' : 'Indigo', // MISSING
622                '696969' : 'Dim Gray', // MISSING
623                'B22222' : 'Fire Brick', // MISSING
624                'A52A2A' : 'Brown', // MISSING
625                'DAA520' : 'Golden Rod', // MISSING
626                '006400' : 'Dark Green', // MISSING
627                '40E0D0' : 'Turquoise', // MISSING
628                '0000CD' : 'Medium Blue', // MISSING
629                '800080' : 'Purple', // MISSING
630                '808080' : 'Gray', // MISSING
631                'F00' : 'Red', // MISSING
632                'FF8C00' : 'Dark Orange', // MISSING
633                'FFD700' : 'Gold', // MISSING
634                '008000' : 'Green', // MISSING
635                '0FF' : 'Cyan', // MISSING
636                '00F' : 'Blue', // MISSING
637                'EE82EE' : 'Violet', // MISSING
638                'A9A9A9' : 'Dark Gray', // MISSING
639                'FFA07A' : 'Light Salmon', // MISSING
640                'FFA500' : 'Orange', // MISSING
641                'FFFF00' : 'Yellow', // MISSING
642                '00FF00' : 'Lime', // MISSING
643                'AFEEEE' : 'Pale Turquoise', // MISSING
644                'ADD8E6' : 'Light Blue', // MISSING
645                'DDA0DD' : 'Plum', // MISSING
646                'D3D3D3' : 'Light Grey', // MISSING
647                'FFF0F5' : 'Lavender Blush', // MISSING
648                'FAEBD7' : 'Antique White', // MISSING
649                'FFFFE0' : 'Light Yellow', // MISSING
650                'F0FFF0' : 'Honeydew', // MISSING
651                'F0FFFF' : 'Azure', // MISSING
652                'F0F8FF' : 'Alice Blue', // MISSING
653                'E6E6FA' : 'Lavender', // MISSING
654                'FFF' : 'White' // MISSING
655        },
656
657        scayt :
658        {
659                title                   : 'Spell Check As You Type', // MISSING
660                enable                  : 'Enable SCAYT', // MISSING
661                disable                 : 'Disable SCAYT', // MISSING
662                about                   : 'About SCAYT', // MISSING
663                toggle                  : 'Toggle SCAYT', // MISSING
664                options                 : 'Options', // MISSING
665                langs                   : 'Languages', // MISSING
666                moreSuggestions : 'More suggestions', // MISSING
667                ignore                  : 'Ignore', // MISSING
668                ignoreAll               : 'Ignore All', // MISSING
669                addWord                 : 'Add Word', // MISSING
670                emptyDic                : 'Dictionary name should not be empty.', // MISSING
671                optionsTab              : 'Options', // MISSING
672                languagesTab    : 'Languages', // MISSING
673                dictionariesTab : 'Dictionaries', // MISSING
674                aboutTab                : 'About' // MISSING
675        },
676
677        about :
678        {
679                title           : 'About CKEditor', // MISSING
680                dlgTitle        : 'About CKEditor', // MISSING
681                moreInfo        : 'For licensing information please visit our web site:', // MISSING
682                copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING
683        },
684
685        maximize : 'Maximize', // MISSING
686        minimize : 'Minimize', // MISSING
687
688        fakeobjects :
689        {
690                anchor  : 'Anchor', // MISSING
691                flash   : 'Flash Animation', // MISSING
692                div             : 'Page Break', // MISSING
693                unknown : 'Unknown Object' // MISSING
694        },
695
696        resize : 'Drag to resize', // MISSING
697
698        colordialog :
699        {
700                title           : 'Select color', // MISSING
701                highlight       : 'Highlight', // MISSING
702                selected        : 'Selected', // MISSING
703                clear           : 'Clear' // MISSING
704        },
705
706        toolbarCollapse : 'Collapse Toolbar', // MISSING
707        toolbarExpand   : 'Expand Toolbar' // MISSING
708};
Note: See TracBrowser for help on using the repository browser.