JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.1
[ckeditor.git] / _source / lang / en-gb.js
index 6e987f8..bf0ff7f 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -31,11 +31,11 @@ CKEDITOR.lang['en-gb'] =
         * Screenreader titles. Please note that screenreaders are not always capable\r
         * of reading non-English words. So be careful while translating it.\r
         */\r
-       editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
+       editorTitle : 'Rich text editor, %1, press ALT 0 for help.',\r
 \r
        // ARIA descriptions.\r
-       toolbar : 'Toolbar', // MISSING\r
-       editor  : 'Rich Text Editor', // MISSING\r
+       toolbar : 'Toolbar',\r
+       editor  : 'Rich Text Editor',\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Source',\r
@@ -93,42 +93,42 @@ CKEDITOR.lang['en-gb'] =
                cssStyle                : 'Style',\r
                ok                              : 'OK',\r
                cancel                  : 'Cancel',\r
-               close                   : 'Close', // MISSING\r
-               preview                 : 'Preview', // MISSING\r
+               close                   : 'Close',\r
+               preview                 : 'Preview',\r
                generalTab              : 'General',\r
                advancedTab             : 'Advanced',\r
                validateNumberFailed : 'This value is not a number.',\r
                confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?',\r
                confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?',\r
-               options                 : 'Options', // MISSING\r
-               target                  : 'Target', // MISSING\r
-               targetNew               : 'New Window (_blank)', // MISSING\r
-               targetTop               : 'Topmost Window (_top)', // MISSING\r
-               targetSelf              : 'Same Window (_self)', // MISSING\r
-               targetParent    : 'Parent Window (_parent)', // MISSING\r
-               langDirLTR              : 'Left to Right (LTR)', // MISSING\r
-               langDirRTL              : 'Right to Left (RTL)', // MISSING\r
-               styles                  : 'Style', // MISSING\r
-               cssClasses              : 'Stylesheet Classes', // MISSING\r
-               width                   : 'Width', // MISSING\r
-               height                  : 'Height', // MISSING\r
+               options                 : 'Options',\r
+               target                  : 'Target',\r
+               targetNew               : 'New Window (_blank)',\r
+               targetTop               : 'Topmost Window (_top)',\r
+               targetSelf              : 'Same Window (_self)',\r
+               targetParent    : 'Parent Window (_parent)',\r
+               langDirLTR              : 'Left to Right (LTR)',\r
+               langDirRTL              : 'Right to Left (RTL)',\r
+               styles                  : 'Style',\r
+               cssClasses              : 'Stylesheet Classes',\r
+               width                   : 'Width',\r
+               height                  : 'Height',\r
                align                   : 'Align',\r
-               alignLeft               : 'Left', // MISSING\r
-               alignRight              : 'Right', // MISSING\r
+               alignLeft               : 'Left',\r
+               alignRight              : 'Right',\r
                alignCenter             : 'Centre',\r
-               alignTop                : 'Top', // MISSING\r
-               alignMiddle             : 'Middle', // MISSING\r
-               alignBottom             : 'Bottom', // MISSING\r
-               invalidHeight   : 'Height must be a number.', // MISSING\r
-               invalidWidth    : 'Width must be a number.', // MISSING\r
+               alignTop                : 'Top',\r
+               alignMiddle             : 'Middle',\r
+               alignBottom             : 'Bottom',\r
+               invalidHeight   : 'Height must be a number.',\r
+               invalidWidth    : 'Width must be a number.',\r
 \r
                // Put the voice-only part of the label in the span.\r
-               unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
+               unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'\r
        },\r
 \r
        contextmenu :\r
        {\r
-               options : 'Context Menu Options' // MISSING\r
+               options : 'Context Menu Options'\r
        },\r
 \r
        // Special char dialog.\r
@@ -136,7 +136,7 @@ CKEDITOR.lang['en-gb'] =
        {\r
                toolbar         : 'Insert Special Character',\r
                title           : 'Select Special Character',\r
-               options : 'Special Character Options' // MISSING\r
+               options : 'Special Character Options'\r
        },\r
 \r
        // Link dialog.\r
@@ -151,7 +151,7 @@ CKEDITOR.lang['en-gb'] =
                upload          : 'Upload',\r
                advanced        : 'Advanced',\r
                type            : 'Link Type',\r
-               toUrl           : 'URL', // MISSING\r
+               toUrl           : 'URL',\r
                toAnchor        : 'Link to anchor in the text',\r
                toEmail         : 'E-mail',\r
                targetFrame             : '<frame>',\r
@@ -206,25 +206,25 @@ CKEDITOR.lang['en-gb'] =
        // List style dialog\r
        list:\r
        {\r
-               numberedTitle           : 'Numbered List Properties', // MISSING\r
-               bulletedTitle           : 'Bulleted List Properties', // MISSING\r
-               type                            : 'Type', // MISSING\r
-               start                           : 'Start', // MISSING\r
-               validateStartNumber                             :'List start number must be a whole number.', // MISSING\r
-               circle                          : 'Circle', // MISSING\r
-               disc                            : 'Disc', // MISSING\r
-               square                          : 'Square', // MISSING\r
-               none                            : 'None', // MISSING\r
-               notset                          : '<not set>', // MISSING\r
-               armenian                        : 'Armenian numbering', // MISSING\r
-               georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING\r
-               lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING\r
-               upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING\r
-               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING\r
-               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING\r
-               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING\r
-               decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING\r
-               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING\r
+               numberedTitle           : 'Numbered List Properties',\r
+               bulletedTitle           : 'Bulleted List Properties',\r
+               type                            : 'Type',\r
+               start                           : 'Start',\r
+               validateStartNumber                             :'List start number must be a whole number.',\r
+               circle                          : 'Circle',\r
+               disc                            : 'Disc',\r
+               square                          : 'Square',\r
+               none                            : 'None',\r
+               notset                          : '<not set>',\r
+               armenian                        : 'Armenian numbering',\r
+               georgian                        : 'Georgian numbering (an, ban, gan, etc.)',\r
+               lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)',\r
+               upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)',\r
+               lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)',\r
+               upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)',\r
+               lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)',\r
+               decimal                         : 'Decimal (1, 2, 3, etc.)',\r
+               decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)'\r
        },\r
 \r
        // Find And Replace Dialog\r
@@ -255,7 +255,7 @@ CKEDITOR.lang['en-gb'] =
                border          : 'Border size',\r
                widthPx         : 'pixels',\r
                widthPc         : 'percent',\r
-               widthUnit       : 'width unit', // MISSING\r
+               widthUnit       : 'width unit',\r
                cellSpace       : 'Cell spacing',\r
                cellPad         : 'Cell padding',\r
                caption         : 'Caption',\r
@@ -302,7 +302,7 @@ CKEDITOR.lang['en-gb'] =
                        invalidHeight   : 'Cell height must be a number.',\r
                        invalidRowSpan  : 'Rows span must be a whole number.',\r
                        invalidColSpan  : 'Columns span must be a whole number.',\r
-                       chooseColor             : 'Choose' // MISSING\r
+                       chooseColor             : 'Choose'\r
                },\r
 \r
                row :\r
@@ -412,7 +412,7 @@ CKEDITOR.lang['en-gb'] =
                upload          : 'Upload',\r
                alt                     : 'Alternative Text',\r
                lockRatio       : 'Lock Ratio',\r
-               unlockRatio     : 'Unlock Ratio', // MISSING\r
+               unlockRatio     : 'Unlock Ratio',\r
                resetSize       : 'Reset Size',\r
                border          : 'Border',\r
                hSpace          : 'HSpace',\r
@@ -421,10 +421,10 @@ CKEDITOR.lang['en-gb'] =
                linkTab         : 'Link',\r
                button2Img      : 'Do you want to transform the selected image button on a simple image?',\r
                img2Button      : 'Do you want to transform the selected image on a image button?',\r
-               urlMissing      : 'Image source URL is missing.', // MISSING\r
-               validateBorder  : 'Border must be a whole number.', // MISSING\r
-               validateHSpace  : 'HSpace must be a whole number.', // MISSING\r
-               validateVSpace  : 'VSpace must be a whole number.' // MISSING\r
+               urlMissing      : 'Image source URL is missing.',\r
+               validateBorder  : 'Border must be a whole number.',\r
+               validateHSpace  : 'HSpace must be a whole number.',\r
+               validateVSpace  : 'VSpace must be a whole number.'\r
        },\r
 \r
        // Flash Dialog\r
@@ -450,15 +450,15 @@ CKEDITOR.lang['en-gb'] =
                alignBaseline   : 'Baseline',\r
                alignTextTop    : 'Text Top',\r
                quality                 : 'Quality',\r
-               qualityBest             : 'Best', // MISSING\r
-               qualityHigh             : 'High', // MISSING\r
-               qualityAutoHigh : 'Auto High', // MISSING\r
-               qualityMedium   : 'Medium', // MISSING\r
-               qualityAutoLow  : 'Auto Low', // MISSING\r
-               qualityLow              : 'Low', // MISSING\r
-               windowModeWindow: 'Window', // MISSING\r
-               windowModeOpaque: 'Opaque', // MISSING\r
-               windowModeTransparent : 'Transparent', // MISSING\r
+               qualityBest             : 'Best',\r
+               qualityHigh             : 'High',\r
+               qualityAutoHigh : 'Auto High',\r
+               qualityMedium   : 'Medium',\r
+               qualityAutoLow  : 'Auto Low',\r
+               qualityLow              : 'Low',\r
+               windowModeWindow: 'Window',\r
+               windowModeOpaque: 'Opaque',\r
+               windowModeTransparent : 'Transparent',\r
                windowMode              : 'Window mode',\r
                flashvars               : 'Variables for Flash',\r
                bgcolor                 : 'Background colour',\r
@@ -496,12 +496,12 @@ CKEDITOR.lang['en-gb'] =
        {\r
                toolbar : 'Smiley',\r
                title   : 'Insert a Smiley',\r
-               options : 'Smiley Options' // MISSING\r
+               options : 'Smiley Options'\r
        },\r
 \r
        elementsPath :\r
        {\r
-               eleLabel : 'Elements path', // MISSING\r
+               eleLabel : 'Elements path',\r
                eleTitle : '%1 element'\r
        },\r
 \r
@@ -532,10 +532,10 @@ CKEDITOR.lang['en-gb'] =
 \r
        pastefromword :\r
        {\r
-               confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING\r
+               confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?',\r
                toolbar                 : 'Paste from Word',\r
                title                   : 'Paste from Word',\r
-               error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING\r
+               error                   : 'It was not possible to clean up the pasted data due to an internal error'\r
        },\r
 \r
        pasteText :\r
@@ -548,7 +548,7 @@ CKEDITOR.lang['en-gb'] =
        {\r
                button                  : 'Templates',\r
                title                   : 'Content Templates',\r
-               options : 'Template Options', // MISSING\r
+               options : 'Template Options',\r
                insertOption    : 'Replace actual contents',\r
                selectPromptMsg : 'Please select the template to open in the editor',\r
                emptyListMsg    : '(No templates defined)'\r
@@ -559,7 +559,7 @@ CKEDITOR.lang['en-gb'] =
        stylesCombo :\r
        {\r
                label           : 'Styles',\r
-               panelTitle      : 'Formatting Styles', // MISSING\r
+               panelTitle      : 'Formatting Styles',\r
                panelTitle1     : 'Block Styles',\r
                panelTitle2     : 'Inline Styles',\r
                panelTitle3     : 'Object Styles'\r
@@ -584,41 +584,41 @@ CKEDITOR.lang['en-gb'] =
 \r
        div :\r
        {\r
-               title                           : 'Create Div Container', // MISSING\r
-               toolbar                         : 'Create Div Container', // MISSING\r
-               cssClassInputLabel      : 'Stylesheet Classes', // MISSING\r
-               styleSelectLabel        : 'Style', // MISSING\r
-               IdInputLabel            : 'Id', // MISSING\r
-               languageCodeInputLabel  : ' Language Code', // MISSING\r
-               inlineStyleInputLabel   : 'Inline Style', // MISSING\r
-               advisoryTitleInputLabel : 'Advisory Title', // MISSING\r
-               langDirLabel            : 'Language Direction', // MISSING\r
-               langDirLTRLabel         : 'Left to Right (LTR)', // MISSING\r
-               langDirRTLLabel         : 'Right to Left (RTL)', // MISSING\r
-               edit                            : 'Edit Div', // MISSING\r
-               remove                          : 'Remove Div' // MISSING\r
+               title                           : 'Create Div Container',\r
+               toolbar                         : 'Create Div Container',\r
+               cssClassInputLabel      : 'Stylesheet Classes',\r
+               styleSelectLabel        : 'Style',\r
+               IdInputLabel            : 'Id',\r
+               languageCodeInputLabel  : ' Language Code',\r
+               inlineStyleInputLabel   : 'Inline Style',\r
+               advisoryTitleInputLabel : 'Advisory Title',\r
+               langDirLabel            : 'Language Direction',\r
+               langDirLTRLabel         : 'Left to Right (LTR)',\r
+               langDirRTLLabel         : 'Right to Left (RTL)',\r
+               edit                            : 'Edit Div',\r
+               remove                          : 'Remove Div'\r
        },\r
 \r
        iframe :\r
        {\r
-               title           : 'iFrame Properties', // MISSING\r
-               toolbar         : 'iFrame', // MISSING\r
-               noUrl           : 'Please type the iFrame URL', // MISSING\r
-               scrolling       : 'Enable scrollbars', // MISSING\r
-               border          : 'Show frame border' // MISSING\r
+               title           : 'IFrame Properties',\r
+               toolbar         : 'IFrame',\r
+               noUrl           : 'Please type the iframe URL',\r
+               scrolling       : 'Enable scrollbars',\r
+               border          : 'Show frame border'\r
        },\r
 \r
        font :\r
        {\r
                label           : 'Font',\r
-               voiceLabel      : 'Font', // MISSING\r
+               voiceLabel      : 'Font',\r
                panelTitle      : 'Font Name'\r
        },\r
 \r
        fontSize :\r
        {\r
                label           : 'Size',\r
-               voiceLabel      : 'Font Size', // MISSING\r
+               voiceLabel      : 'Font Size',\r
                panelTitle      : 'Font Size'\r
        },\r
 \r
@@ -626,127 +626,127 @@ CKEDITOR.lang['en-gb'] =
        {\r
                textColorTitle  : 'Text Colour',\r
                bgColorTitle    : 'Background Colour',\r
-               panelTitle              : 'Colors', // MISSING\r
+               panelTitle              : 'Colours',\r
                auto                    : 'Automatic',\r
                more                    : 'More Colours...'\r
        },\r
 \r
        colors :\r
        {\r
-               '000' : 'Black', // MISSING\r
-               '800000' : 'Maroon', // MISSING\r
-               '8B4513' : 'Saddle Brown', // MISSING\r
-               '2F4F4F' : 'Dark Slate Gray', // MISSING\r
-               '008080' : 'Teal', // MISSING\r
-               '000080' : 'Navy', // MISSING\r
-               '4B0082' : 'Indigo', // MISSING\r
-               '696969' : 'Dark Gray', // MISSING\r
-               'B22222' : 'Fire Brick', // MISSING\r
-               'A52A2A' : 'Brown', // MISSING\r
-               'DAA520' : 'Golden Rod', // MISSING\r
-               '006400' : 'Dark Green', // MISSING\r
-               '40E0D0' : 'Turquoise', // MISSING\r
-               '0000CD' : 'Medium Blue', // MISSING\r
-               '800080' : 'Purple', // MISSING\r
-               '808080' : 'Gray', // MISSING\r
-               'F00' : 'Red', // MISSING\r
-               'FF8C00' : 'Dark Orange', // MISSING\r
-               'FFD700' : 'Gold', // MISSING\r
-               '008000' : 'Green', // MISSING\r
-               '0FF' : 'Cyan', // MISSING\r
-               '00F' : 'Blue', // MISSING\r
-               'EE82EE' : 'Violet', // MISSING\r
-               'A9A9A9' : 'Dim Gray', // MISSING\r
-               'FFA07A' : 'Light Salmon', // MISSING\r
-               'FFA500' : 'Orange', // MISSING\r
-               'FFFF00' : 'Yellow', // MISSING\r
-               '00FF00' : 'Lime', // MISSING\r
-               'AFEEEE' : 'Pale Turquoise', // MISSING\r
-               'ADD8E6' : 'Light Blue', // MISSING\r
-               'DDA0DD' : 'Plum', // MISSING\r
-               'D3D3D3' : 'Light Grey', // MISSING\r
-               'FFF0F5' : 'Lavender Blush', // MISSING\r
-               'FAEBD7' : 'Antique White', // MISSING\r
-               'FFFFE0' : 'Light Yellow', // MISSING\r
-               'F0FFF0' : 'Honeydew', // MISSING\r
-               'F0FFFF' : 'Azure', // MISSING\r
-               'F0F8FF' : 'Alice Blue', // MISSING\r
-               'E6E6FA' : 'Lavender', // MISSING\r
-               'FFF' : 'White' // MISSING\r
+               '000' : 'Black',\r
+               '800000' : 'Maroon',\r
+               '8B4513' : 'Saddle Brown',\r
+               '2F4F4F' : 'Dark Slate Grey',\r
+               '008080' : 'Teal',\r
+               '000080' : 'Navy',\r
+               '4B0082' : 'Indigo',\r
+               '696969' : 'Dark Grey',\r
+               'B22222' : 'Fire Brick',\r
+               'A52A2A' : 'Brown',\r
+               'DAA520' : 'Golden Rod',\r
+               '006400' : 'Dark Green',\r
+               '40E0D0' : 'Turquoise',\r
+               '0000CD' : 'Medium Blue',\r
+               '800080' : 'Purple',\r
+               '808080' : 'Grey',\r
+               'F00' : 'Red',\r
+               'FF8C00' : 'Dark Orange',\r
+               'FFD700' : 'Gold',\r
+               '008000' : 'Green',\r
+               '0FF' : 'Cyan',\r
+               '00F' : 'Blue',\r
+               'EE82EE' : 'Violet',\r
+               'A9A9A9' : 'Dim Grey',\r
+               'FFA07A' : 'Light Salmon',\r
+               'FFA500' : 'Orange',\r
+               'FFFF00' : 'Yellow',\r
+               '00FF00' : 'Lime',\r
+               'AFEEEE' : 'Pale Turquoise',\r
+               'ADD8E6' : 'Light Blue',\r
+               'DDA0DD' : 'Plum',\r
+               'D3D3D3' : 'Light Grey',\r
+               'FFF0F5' : 'Lavender Blush',\r
+               'FAEBD7' : 'Antique White',\r
+               'FFFFE0' : 'Light Yellow',\r
+               'F0FFF0' : 'Honeydew',\r
+               'F0FFFF' : 'Azure',\r
+               'F0F8FF' : 'Alice Blue',\r
+               'E6E6FA' : 'Lavender',\r
+               'FFF' : 'White'\r
        },\r
 \r
        scayt :\r
        {\r
-               title                   : 'Spell Check As You Type', // MISSING\r
-               opera_title             : 'Not supported by Opera', // MISSING\r
-               enable                  : 'Enable SCAYT', // MISSING\r
-               disable                 : 'Disable SCAYT', // MISSING\r
-               about                   : 'About SCAYT', // MISSING\r
-               toggle                  : 'Toggle SCAYT', // MISSING\r
-               options                 : 'Options', // MISSING\r
-               langs                   : 'Languages', // MISSING\r
-               moreSuggestions : 'More suggestions', // MISSING\r
-               ignore                  : 'Ignore', // MISSING\r
-               ignoreAll               : 'Ignore All', // MISSING\r
-               addWord                 : 'Add Word', // MISSING\r
-               emptyDic                : 'Dictionary name should not be empty.', // MISSING\r
-\r
-               optionsTab              : 'Options', // MISSING\r
-               allCaps                 : 'Ignore All-Caps Words', // MISSING\r
-               ignoreDomainNames : 'Ignore Domain Names', // MISSING\r
-               mixedCase               : 'Ignore Words with Mixed Case', // MISSING\r
-               mixedWithDigits : 'Ignore Words with Numbers', // MISSING\r
-\r
-               languagesTab    : 'Languages', // MISSING\r
-\r
-               dictionariesTab : 'Dictionaries', // MISSING\r
-               dic_field_name  : 'Dictionary name', // MISSING\r
-               dic_create              : 'Create', // MISSING\r
-               dic_restore             : 'Restore', // MISSING\r
-               dic_delete              : 'Delete', // MISSING\r
-               dic_rename              : 'Rename', // MISSING\r
-               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.', // MISSING\r
-\r
-               aboutTab                : 'About' // MISSING\r
+               title                   : 'Spell Check As You Type',\r
+               opera_title             : 'Not supported by Opera',\r
+               enable                  : 'Enable SCAYT',\r
+               disable                 : 'Disable SCAYT',\r
+               about                   : 'About SCAYT',\r
+               toggle                  : 'Toggle SCAYT',\r
+               options                 : 'Options',\r
+               langs                   : 'Languages',\r
+               moreSuggestions : 'More suggestions',\r
+               ignore                  : 'Ignore',\r
+               ignoreAll               : 'Ignore All',\r
+               addWord                 : 'Add Word',\r
+               emptyDic                : 'Dictionary name should not be empty.',\r
+\r
+               optionsTab              : 'Options',\r
+               allCaps                 : 'Ignore All-Caps Words',\r
+               ignoreDomainNames : 'Ignore Domain Names',\r
+               mixedCase               : 'Ignore Words with Mixed Case',\r
+               mixedWithDigits : 'Ignore Words with Numbers',\r
+\r
+               languagesTab    : 'Languages',\r
+\r
+               dictionariesTab : 'Dictionaries',\r
+               dic_field_name  : 'Dictionary name',\r
+               dic_create              : 'Create',\r
+               dic_restore             : 'Restore',\r
+               dic_delete              : 'Delete',\r
+               dic_rename              : 'Rename',\r
+               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.',\r
+\r
+               aboutTab                : 'About'\r
        },\r
 \r
        about :\r
        {\r
                title           : 'About CKEditor',\r
-               dlgTitle        : 'About CKEditor', // MISSING\r
+               dlgTitle        : 'About CKEditor',\r
                moreInfo        : 'For licensing information please visit our web site:',\r
                copy            : 'Copyright &copy; $1. All rights reserved.'\r
        },\r
 \r
-       maximize : 'Maximize',\r
-       minimize : 'Minimize', // MISSING\r
+       maximize : 'Maximise',\r
+       minimize : 'Minimise',\r
 \r
        fakeobjects :\r
        {\r
-               anchor          : 'Anchor', // MISSING\r
-               flash           : 'Flash Animation', // MISSING\r
-               iframe          : 'iFrame', // MISSING\r
-               hiddenfield     : 'Hidden Field', // MISSING\r
-               unknown         : 'Unknown Object' // MISSING\r
+               anchor          : 'Anchor',\r
+               flash           : 'Flash Animation',\r
+               iframe          : 'IFrame',\r
+               hiddenfield     : 'Hidden Field',\r
+               unknown         : 'Unknown Object'\r
        },\r
 \r
-       resize : 'Drag to resize', // MISSING\r
+       resize : 'Drag to resize',\r
 \r
        colordialog :\r
        {\r
-               title           : 'Select color', // MISSING\r
-               options :       'Color Options', // MISSING\r
-               highlight       : 'Highlight', // MISSING\r
-               selected        : 'Selected Color', // MISSING\r
-               clear           : 'Clear' // MISSING\r
+               title           : 'Select colour',\r
+               options :       'Colour Options',\r
+               highlight       : 'Highlight',\r
+               selected        : 'Selected Colour',\r
+               clear           : 'Clear'\r
        },\r
 \r
-       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
-       toolbarExpand   : 'Expand Toolbar', // MISSING\r
+       toolbarCollapse : 'Collapse Toolbar',\r
+       toolbarExpand   : 'Expand Toolbar',\r
 \r
        bidi :\r
        {\r
-               ltr : 'Text direction from left to right', // MISSING\r
-               rtl : 'Text direction from right to left' // MISSING\r
+               ltr : 'Text direction from left to right',\r
+               rtl : 'Text direction from right to left'\r
        }\r
 };\r