Ticket #6981: en-gb.js

File en-gb.js, 20.2 KB (added by Andrew Nelis, 13 years ago)
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 * English (United Kingdom) language.
9 */
10
11/**#@+
12   @type String
13   @example
14*/
15
16/**
17 * Constains the dictionary of language entries.
18 * @namespace
19 */
20CKEDITOR.lang['en-gb'] =
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.',
35
36        // ARIA descriptions.
37        toolbar : 'Toolbar',
38        editor  : 'Rich Text Editor', 
39
40        // Toolbar buttons without dialogs.
41        source                  : 'Source',
42        newPage                 : 'New Page',
43        save                    : 'Save',
44        preview                 : 'Preview',
45        cut                             : 'Cut',
46        copy                    : 'Copy',
47        paste                   : 'Paste',
48        print                   : 'Print',
49        underline               : 'Underline',
50        bold                    : 'Bold',
51        italic                  : 'Italic',
52        selectAll               : 'Select All',
53        removeFormat    : 'Remove Format',
54        strike                  : 'Strike Through',
55        subscript               : 'Subscript',
56        superscript             : 'Superscript',
57        horizontalrule  : 'Insert Horizontal Line',
58        pagebreak               : 'Insert Page Break for Printing',
59        pagebreakAl             : 'Page Break',
60        unlink                  : 'Unlink',
61        undo                    : 'Undo',
62        redo                    : 'Redo',
63
64        // Common messages and labels.
65        common :
66        {
67                browseServer    : 'Browse Server',
68                url                             : 'URL',
69                protocol                : 'Protocol',
70                upload                  : 'Upload',
71                uploadSubmit    : 'Send it to the Server',
72                image                   : 'Image',
73                flash                   : 'Flash',
74                form                    : 'Form',
75                checkbox                : 'Checkbox',
76                radio                   : 'Radio Button',
77                textField               : 'Text Field',
78                textarea                : 'Textarea',
79                hiddenField             : 'Hidden Field',
80                button                  : 'Button',
81                select                  : 'Selection Field',
82                imageButton             : 'Image Button',
83                notSet                  : '<not set>',
84                id                              : 'Id',
85                name                    : 'Name',
86                langDir                 : 'Language Direction',
87                langDirLtr              : 'Left to Right (LTR)',
88                langDirRtl              : 'Right to Left (RTL)',
89                langCode                : 'Language Code',
90                longDescr               : 'Long Description URL',
91                cssClass                : 'Stylesheet Classes',
92                advisoryTitle   : 'Advisory Title',
93                cssStyle                : 'Style',
94                ok                              : 'OK',
95                cancel                  : 'Cancel',
96                close                   : 'Close',
97                preview                 : 'Preview',
98                generalTab              : 'General',
99                advancedTab             : 'Advanced',
100                validateNumberFailed : 'This value is not a number.',
101                confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',
102                confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?',
103                options                 : 'Options',
104                target                  : 'Target',
105                targetNew               : 'New Window (_blank)',
106                targetTop               : 'Topmost Window (_top)',
107                targetSelf              : 'Same Window (_self)',
108                targetParent    : 'Parent Window (_parent)',
109                langDirLTR              : 'Left to Right (LTR)',
110                langDirRTL              : 'Right to Left (RTL)',
111                styles                  : 'Style',
112                cssClasses              : 'Stylesheet Classes',
113                width                   : 'Width', 
114                height                  : 'Height',
115                align                   : 'Align',
116                alignLeft               : 'Left',
117                alignRight              : 'Right',
118                alignCenter             : 'Centre',
119                alignTop                : 'Top',
120                alignMiddle             : 'Middle',
121                alignBottom             : 'Bottom',
122                invalidHeight   : 'Height must be a number.', 
123                invalidWidth    : 'Width must be a number.',
124
125                // Put the voice-only part of the label in the span.
126                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' 
127        },
128
129        contextmenu :
130        {
131                options : 'Context Menu Options'
132        },
133
134        // Special char dialog.
135        specialChar             :
136        {
137                toolbar         : 'Insert Special Character',
138                title           : 'Select Special Character',
139                options         : 'Special Character Options'
140        },
141
142        // Link dialog.
143        link :
144        {
145                toolbar         : 'Link',
146                other           : '<other>',
147                menu            : 'Edit Link',
148                title           : 'Link',
149                info            : 'Link Info',
150                target          : 'Target',
151                upload          : 'Upload',
152                advanced        : 'Advanced',
153                type            : 'Link Type',
154                toUrl           : 'URL',
155                toAnchor        : 'Link to anchor in the text',
156                toEmail         : 'E-mail',
157                targetFrame             : '<frame>',
158                targetPopup             : '<popup window>',
159                targetFrameName : 'Target Frame Name',
160                targetPopupName : 'Popup Window Name',
161                popupFeatures   : 'Popup Window Features',
162                popupResizable  : 'Resizable',
163                popupStatusBar  : 'Status Bar',
164                popupLocationBar: 'Location Bar',
165                popupToolbar    : 'Toolbar',
166                popupMenuBar    : 'Menu Bar',
167                popupFullScreen : 'Full Screen (IE)',
168                popupScrollBars : 'Scroll Bars',
169                popupDependent  : 'Dependent (Netscape)',
170                popupLeft               : 'Left Position',
171                popupTop                : 'Top Position',
172                id                              : 'Id',
173                langDir                 : 'Language Direction',
174                langDirLTR              : 'Left to Right (LTR)',
175                langDirRTL              : 'Right to Left (RTL)',
176                acccessKey              : 'Access Key',
177                name                    : 'Name',
178                langCode                : 'Language Code',
179                tabIndex                : 'Tab Index',
180                advisoryTitle   : 'Advisory Title',
181                advisoryContentType     : 'Advisory Content Type',
182                cssClasses              : 'Stylesheet Classes',
183                charset                 : 'Linked Resource Charset',
184                styles                  : 'Style',
185                selectAnchor    : 'Select an Anchor',
186                anchorName              : 'By Anchor Name',
187                anchorId                : 'By Element Id',
188                emailAddress    : 'E-Mail Address',
189                emailSubject    : 'Message Subject',
190                emailBody               : 'Message Body',
191                noAnchors               : '(No anchors available in the document)',
192                noUrl                   : 'Please type the link URL',
193                noEmail                 : 'Please type the e-mail address'
194        },
195
196        // Anchor dialog
197        anchor :
198        {
199                toolbar         : 'Anchor',
200                menu            : 'Edit Anchor',
201                title           : 'Anchor Properties',
202                name            : 'Anchor Name',
203                errorName       : 'Please type the anchor name'
204        },
205
206        // List style dialog
207        list:
208        {
209                numberedTitle           : 'Numbered List Properties',
210                bulletedTitle           : 'Bulleted List Properties',
211                type                            : 'Type',
212                start                           : 'Start',
213                validateStartNumber     : 'List start number must be a whole number.',
214                circle                          : 'Circle', 
215                disc                            : 'Disc', 
216                square                          : 'Square',
217                none                            : 'None', 
218                notset                          : '<not set>', 
219                armenian                        : 'Armenian numbering', 
220                georgian                        : 'Georgian numbering (an, ban, gan, etc.)', 
221                lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', 
222                upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)',
223                lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)',
224                upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', 
225                lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', 
226                decimal                         : 'Decimal (1, 2, 3, etc.)', 
227                decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' 
228        },
229
230        // Find And Replace Dialog
231        findAndReplace :
232        {
233                title                           : 'Find and Replace',
234                find                            : 'Find',
235                replace                         : 'Replace',
236                findWhat                        : 'Find what:',
237                replaceWith                     : 'Replace with:',
238                notFoundMsg                     : 'The specified text was not found.',
239                matchCase                       : 'Match case',
240                matchWord                       : 'Match whole word',
241                matchCyclic                     : 'Match cyclic',
242                replaceAll                      : 'Replace All',
243                replaceSuccessMsg       : '%1 occurrence(s) replaced.'
244        },
245
246        // Table Dialog
247        table :
248        {
249                toolbar         : 'Table',
250                title           : 'Table Properties',
251                menu            : 'Table Properties',
252                deleteTable     : 'Delete Table',
253                rows            : 'Rows',
254                columns         : 'Columns',
255                border          : 'Border size',
256                widthPx         : 'pixels',
257                widthPc         : 'percent',
258                widthUnit       : 'width unit', 
259                cellSpace       : 'Cell spacing',
260                cellPad         : 'Cell padding',
261                caption         : 'Caption',
262                summary         : 'Summary',
263                headers         : 'Headers',
264                headersNone             : 'None',
265                headersColumn   : 'First column',
266                headersRow              : 'First Row',
267                headersBoth             : 'Both',
268                invalidRows             : 'Number of rows must be a number greater than 0.',
269                invalidCols             : 'Number of columns must be a number greater than 0.',
270                invalidBorder   : 'Border size must be a number.',
271                invalidWidth    : 'Table width must be a number.',
272                invalidHeight   : 'Table height must be a number.',
273                invalidCellSpacing      : 'Cell spacing must be a number.',
274                invalidCellPadding      : 'Cell padding must be a number.',
275
276                cell :
277                {
278                        menu                    : 'Cell',
279                        insertBefore    : 'Insert Cell Before',
280                        insertAfter             : 'Insert Cell After',
281                        deleteCell              : 'Delete Cells',
282                        merge                   : 'Merge Cells',
283                        mergeRight              : 'Merge Right',
284                        mergeDown               : 'Merge Down',
285                        splitHorizontal : 'Split Cell Horizontally',
286                        splitVertical   : 'Split Cell Vertically',
287                        title                   : 'Cell Properties',
288                        cellType                : 'Cell Type',
289                        rowSpan                 : 'Rows Span',
290                        colSpan                 : 'Columns Span',
291                        wordWrap                : 'Word Wrap',
292                        hAlign                  : 'Horizontal Alignment',
293                        vAlign                  : 'Vertical Alignment',
294                        alignBaseline   : 'Baseline',
295                        bgColor                 : 'Background Color',
296                        borderColor             : 'Border Color',
297                        data                    : 'Data',
298                        header                  : 'Header',
299                        yes                             : 'Yes',
300                        no                              : 'No',
301                        invalidWidth    : 'Cell width must be a number.',
302                        invalidHeight   : 'Cell height must be a number.',
303                        invalidRowSpan  : 'Rows span must be a whole number.',
304                        invalidColSpan  : 'Columns span must be a whole number.',
305                        chooseColor             : 'Choose' 
306                },
307
308                row :
309                {
310                        menu                    : 'Row',
311                        insertBefore    : 'Insert Row Before',
312                        insertAfter             : 'Insert Row After',
313                        deleteRow               : 'Delete Rows'
314                },
315
316                column :
317                {
318                        menu                    : 'Column',
319                        insertBefore    : 'Insert Column Before',
320                        insertAfter             : 'Insert Column After',
321                        deleteColumn    : 'Delete Columns'
322                }
323        },
324
325        // Button Dialog.
326        button :
327        {
328                title           : 'Button Properties',
329                text            : 'Text (Value)',
330                type            : 'Type',
331                typeBtn         : 'Button',
332                typeSbm         : 'Submit',
333                typeRst         : 'Reset'
334        },
335
336        // Checkbox and Radio Button Dialogs.
337        checkboxAndRadio :
338        {
339                checkboxTitle : 'Checkbox Properties',
340                radioTitle      : 'Radio Button Properties',
341                value           : 'Value',
342                selected        : 'Selected'
343        },
344
345        // Form Dialog.
346        form :
347        {
348                title           : 'Form Properties',
349                menu            : 'Form Properties',
350                action          : 'Action',
351                method          : 'Method',
352                encoding        : 'Encoding'
353        },
354
355        // Select Field Dialog.
356        select :
357        {
358                title           : 'Selection Field Properties',
359                selectInfo      : 'Select Info',
360                opAvail         : 'Available Options',
361                value           : 'Value',
362                size            : 'Size',
363                lines           : 'lines',
364                chkMulti        : 'Allow multiple selections',
365                opText          : 'Text',
366                opValue         : 'Value',
367                btnAdd          : 'Add',
368                btnModify       : 'Modify',
369                btnUp           : 'Up',
370                btnDown         : 'Down',
371                btnSetValue : 'Set as selected value',
372                btnDelete       : 'Delete'
373        },
374
375        // Textarea Dialog.
376        textarea :
377        {
378                title           : 'Textarea Properties',
379                cols            : 'Columns',
380                rows            : 'Rows'
381        },
382
383        // Text Field Dialog.
384        textfield :
385        {
386                title           : 'Text Field Properties',
387                name            : 'Name',
388                value           : 'Value',
389                charWidth       : 'Character Width',
390                maxChars        : 'Maximum Characters',
391                type            : 'Type',
392                typeText        : 'Text',
393                typePass        : 'Password'
394        },
395
396        // Hidden Field Dialog.
397        hidden :
398        {
399                title   : 'Hidden Field Properties',
400                name    : 'Name',
401                value   : 'Value'
402        },
403
404        // Image Dialog.
405        image :
406        {
407                title           : 'Image Properties',
408                titleButton     : 'Image Button Properties',
409                menu            : 'Image Properties',
410                infoTab         : 'Image Info',
411                btnUpload       : 'Send it to the Server',
412                upload          : 'Upload',
413                alt                     : 'Alternative Text',
414                lockRatio       : 'Lock Ratio',
415                unlockRatio     : 'Unlock Ratio',
416                resetSize       : 'Reset Size',
417                border          : 'Border',
418                hSpace          : 'HSpace',
419                vSpace          : 'VSpace',
420                alertUrl        : 'Please type the image URL',
421                linkTab         : 'Link',
422                button2Img      : 'Do you want to transform the selected image button on a simple image?',
423                img2Button      : 'Do you want to transform the selected image on a image button?',
424                urlMissing      : 'Image source URL is missing.',
425                validateBorder  : 'Border must be a whole number.', 
426                validateHSpace  : 'HSpace must be a whole number.',
427                validateVSpace  : 'VSpace must be a whole number.'
428        },
429
430        // Flash Dialog
431        flash :
432        {
433                properties              : 'Flash Properties',
434                propertiesTab   : 'Properties',
435                title                   : 'Flash Properties',
436                chkPlay                 : 'Auto Play',
437                chkLoop                 : 'Loop',
438                chkMenu                 : 'Enable Flash Menu',
439                chkFull                 : 'Allow Fullscreen',
440                scale                   : 'Scale',
441                scaleAll                : 'Show all',
442                scaleNoBorder   : 'No Border',
443                scaleFit                : 'Exact Fit',
444                access                  : 'Script Access',
445                accessAlways    : 'Always',
446                accessSameDomain: 'Same domain',
447                accessNever             : 'Never',
448                alignAbsBottom  : 'Abs Bottom',
449                alignAbsMiddle  : 'Abs Middle',
450                alignBaseline   : 'Baseline',
451                alignTextTop    : 'Text Top',
452                quality                 : 'Quality',
453                qualityBest             : 'Best', 
454                qualityHigh             : 'High',
455                qualityAutoHigh : 'Auto High', 
456                qualityMedium   : 'Medium', 
457                qualityAutoLow  : 'Auto Low',
458                qualityLow              : 'Low', 
459                windowModeWindow: 'Window', 
460                windowModeOpaque: 'Opaque', 
461                windowModeTransparent : 'Transparent', 
462                windowMode              : 'Window mode',
463                flashvars               : 'Variables for Flash',
464                bgcolor                 : 'Background colour',
465                hSpace                  : 'HSpace',
466                vSpace                  : 'VSpace',
467                validateSrc             : 'URL must not be empty.',
468                validateHSpace  : 'HSpace must be a number.',
469                validateVSpace  : 'VSpace must be a number.'
470        },
471
472        // Speller Pages Dialog
473        spellCheck :
474        {
475                toolbar                 : 'Check Spelling',
476                title                   : 'Spell Check',
477                notAvailable    : 'Sorry, but service is unavailable now.',
478                errorLoading    : 'Error loading application service host: %s.',
479                notInDic                : 'Not in dictionary',
480                changeTo                : 'Change to',
481                btnIgnore               : 'Ignore',
482                btnIgnoreAll    : 'Ignore All',
483                btnReplace              : 'Replace',
484                btnReplaceAll   : 'Replace All',
485                btnUndo                 : 'Undo',
486                noSuggestions   : '- No suggestions -',
487                progress                : 'Spell check in progress...',
488                noMispell               : 'Spell check complete: No misspellings found',
489                noChanges               : 'Spell check complete: No words changed',
490                oneChange               : 'Spell check complete: One word changed',
491                manyChanges             : 'Spell check complete: %1 words changed',
492                ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'
493        },
494
495        smiley :
496        {
497                toolbar : 'Smiley',
498                title   : 'Insert a Smiley',
499                options : 'Smiley Options'
500        },
501
502        elementsPath :
503        {
504                eleLabel : 'Elements path', 
505                eleTitle : '%1 element'
506        },
507
508        numberedlist    : 'Insert/Remove Numbered List',
509        bulletedlist    : 'Insert/Remove Bulleted List',
510        indent                  : 'Increase Indent',
511        outdent                 : 'Decrease Indent',
512
513        justify :
514        {
515                left    : 'Align Left',
516                center  : 'Centre',
517                right   : 'Align Right',
518                block   : 'Justify'
519        },
520
521        blockquote : 'Block Quote',
522
523        clipboard :
524        {
525                title           : 'Paste',
526                cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
527                copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',
528                pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
529                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.',
530                pasteArea       : 'Paste Area'
531        },
532
533        pastefromword :
534        {
535                confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', 
536                toolbar                 : 'Paste from Word',
537                title                   : 'Paste from Word',
538                error                   : 'It was not possible to clean up the pasted data due to an internal error' 
539        },
540
541        pasteText :
542        {
543                button  : 'Paste as plain text',
544                title   : 'Paste as Plain Text'
545        },
546
547        templates :
548        {
549                button                  : 'Templates',
550                title                   : 'Content Templates',
551                options                 : 'Template Options', 
552                insertOption    : 'Replace actual contents',
553                selectPromptMsg : 'Please select the template to open in the editor',
554                emptyListMsg    : '(No templates defined)'
555        },
556
557        showBlocks : 'Show Blocks',
558
559        stylesCombo :
560        {
561                label           : 'Styles',
562                panelTitle      : 'Formatting Styles', 
563                panelTitle1     : 'Block Styles',
564                panelTitle2     : 'Inline Styles',
565                panelTitle3     : 'Object Styles'
566        },
567
568        format :
569        {
570                label           : 'Format',
571                panelTitle      : 'Paragraph Format',
572
573                tag_p           : 'Normal',
574                tag_pre         : 'Formatted',
575                tag_address     : 'Address',
576                tag_h1          : 'Heading 1',
577                tag_h2          : 'Heading 2',
578                tag_h3          : 'Heading 3',
579                tag_h4          : 'Heading 4',
580                tag_h5          : 'Heading 5',
581                tag_h6          : 'Heading 6',
582                tag_div         : 'Normal (DIV)'
583        },
584
585        div :
586        {
587                title                           : 'Create Div Container', 
588                toolbar                         : 'Create Div Container',
589                cssClassInputLabel      : 'Stylesheet Classes', 
590                styleSelectLabel        : 'Style', 
591                IdInputLabel            : 'Id',
592                languageCodeInputLabel  : ' Language Code', 
593                inlineStyleInputLabel   : 'Inline Style', 
594                advisoryTitleInputLabel : 'Advisory Title', 
595                langDirLabel            : 'Language Direction',
596                langDirLTRLabel         : 'Left to Right (LTR)', 
597                langDirRTLLabel         : 'Right to Left (RTL)',
598                edit                            : 'Edit Div', 
599                remove                          : 'Remove Div' 
600        },
601
602        iframe :
603        {
604                title           : 'IFrame Properties', 
605                toolbar         : 'IFrame', 
606                noUrl           : 'Please type the iframe URL', 
607                scrolling       : 'Enable scrollbars', 
608                border          : 'Show frame border' 
609        },
610
611        font :
612        {
613                label           : 'Font',
614                voiceLabel      : 'Font', 
615                panelTitle      : 'Font Name'
616        },
617
618        fontSize :
619        {
620                label           : 'Size',
621                voiceLabel      : 'Font Size', 
622                panelTitle      : 'Font Size'
623        },
624
625        colorButton :
626        {
627                textColorTitle  : 'Text Colour',
628                bgColorTitle    : 'Background Colour',
629                panelTitle              : 'Colours', 
630                auto                    : 'Automatic',
631                more                    : 'More Colours...'
632        },
633
634        colors :
635        {
636                '000' : 'Black', 
637                '800000' : 'Maroon', 
638                '8B4513' : 'Saddle Brown', 
639                '2F4F4F' : 'Dark Slate Grey', 
640                '008080' : 'Teal', 
641                '000080' : 'Navy', 
642                '4B0082' : 'Indigo', 
643                '696969' : 'Dark Grey', 
644                'B22222' : 'Fire Brick', 
645                'A52A2A' : 'Brown', 
646                'DAA520' : 'Golden Rod', 
647                '006400' : 'Dark Green',
648                '40E0D0' : 'Turquoise',
649                '0000CD' : 'Medium Blue', 
650                '800080' : 'Purple', 
651                '808080' : 'Grey', 
652                'F00' : 'Red', 
653                'FF8C00' : 'Dark Orange', 
654                'FFD700' : 'Gold', 
655                '008000' : 'Green', 
656                '0FF' : 'Cyan', 
657                '00F' : 'Blue', 
658                'EE82EE' : 'Violet', 
659                'A9A9A9' : 'Dim Grey', 
660                'FFA07A' : 'Light Salmon', 
661                'FFA500' : 'Orange', 
662                'FFFF00' : 'Yellow', 
663                '00FF00' : 'Lime', 
664                'AFEEEE' : 'Pale Turquoise', 
665                'ADD8E6' : 'Light Blue', 
666                'DDA0DD' : 'Plum', 
667                'D3D3D3' : 'Light Grey', 
668                'FFF0F5' : 'Lavender Blush', 
669                'FAEBD7' : 'Antique White', 
670                'FFFFE0' : 'Light Yellow', 
671                'F0FFF0' : 'Honeydew', 
672                'F0FFFF' : 'Azure', 
673                'F0F8FF' : 'Alice Blue', 
674                'E6E6FA' : 'Lavender', 
675                'FFF' : 'White' 
676        },
677
678        scayt :
679        {
680                title                   : 'Spell Check As You Type', 
681                opera_title             : 'Not supported by Opera', 
682                enable                  : 'Enable SCAYT', 
683                disable                 : 'Disable SCAYT', 
684                about                   : 'About SCAYT', 
685                toggle                  : 'Toggle SCAYT', 
686                options                 : 'Options', 
687                langs                   : 'Languages', 
688                moreSuggestions : 'More suggestions', 
689                ignore                  : 'Ignore', 
690                ignoreAll               : 'Ignore All', 
691                addWord                 : 'Add Word', 
692                emptyDic                : 'Dictionary name should not be empty.', 
693
694                optionsTab              : 'Options', 
695                allCaps                 : 'Ignore All-Caps Words', 
696                ignoreDomainNames : 'Ignore Domain Names', 
697                mixedCase               : 'Ignore Words with Mixed Case', 
698                mixedWithDigits : 'Ignore Words with Numbers', 
699
700                languagesTab    : 'Languages', 
701
702                dictionariesTab : 'Dictionaries', 
703                dic_field_name  : 'Dictionary name', 
704                dic_create              : 'Create', 
705                dic_restore             : 'Restore', 
706                dic_delete              : 'Delete', 
707                dic_rename              : 'Rename', 
708                dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', 
709
710                aboutTab                : 'About' 
711        },
712
713        about :
714        {
715                title           : 'About CKEditor',
716                dlgTitle        : 'About CKEditor', 
717                moreInfo        : 'For licensing information please visit our web site:',
718                copy            : 'Copyright &copy; $1. All rights reserved.'
719        },
720
721        maximize : 'Maximise',
722        minimize : 'Minimise', 
723
724        fakeobjects :
725        {
726                anchor          : 'Anchor', 
727                flash           : 'Flash Animation', 
728                iframe          : 'IFrame', 
729                hiddenfield     : 'Hidden Field', 
730                unknown         : 'Unknown Object' 
731        },
732
733        resize : 'Drag to resize', 
734
735        colordialog :
736        {
737                title           : 'Select colour', 
738                options         : 'Colour Options',
739                highlight       : 'Highlight',
740                selected        : 'Selected Colour',
741                clear           : 'Clear' 
742        },
743
744        toolbarCollapse : 'Collapse Toolbar', 
745        toolbarExpand   : 'Expand Toolbar',
746
747        bidi :
748        {
749                ltr : 'Text direction from left to right', 
750                rtl : 'Text direction from right to left' 
751        }
752};
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy