JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1.1
[ckeditor.git] / _source / lang / en-uk.js
diff --git a/_source/lang/en-uk.js b/_source/lang/en-uk.js
deleted file mode 100644 (file)
index e04f9e2..0000000
+++ /dev/null
@@ -1,697 +0,0 @@
-/*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
-For licensing, see LICENSE.html or http://ckeditor.com/license\r
-*/\r
-\r
-/**\r
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
- * English (Australia) language.\r
- */\r
-\r
-/**#@+\r
-   @type String\r
-   @example\r
-*/\r
-\r
-/**\r
- * Constains the dictionary of language entries.\r
- * @namespace\r
- */\r
-CKEDITOR.lang['en-uk'] =\r
-{\r
-       /**\r
-        * The language reading direction. Possible values are "rtl" for\r
-        * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right\r
-        * languages (like English).\r
-        * @default 'ltr'\r
-        */\r
-       dir : 'ltr',\r
-\r
-       /*\r
-        * 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',\r
-\r
-       // Toolbar buttons without dialogs.\r
-       source                  : 'Source',\r
-       newPage                 : 'New Page',\r
-       save                    : 'Save',\r
-       preview                 : 'Preview',\r
-       cut                             : 'Cut',\r
-       copy                    : 'Copy',\r
-       paste                   : 'Paste',\r
-       print                   : 'Print',\r
-       underline               : 'Underline',\r
-       bold                    : 'Bold',\r
-       italic                  : 'Italic',\r
-       selectAll               : 'Select All',\r
-       removeFormat    : 'Remove Format',\r
-       strike                  : 'Strike Through',\r
-       subscript               : 'Subscript',\r
-       superscript             : 'Superscript',\r
-       horizontalrule  : 'Insert Horizontal Line',\r
-       pagebreak               : 'Insert Page Break for Printing',\r
-       unlink                  : 'Unlink',\r
-       undo                    : 'Undo',\r
-       redo                    : 'Redo',\r
-\r
-       // Common messages and labels.\r
-       common :\r
-       {\r
-               browseServer    : 'Browse Server',\r
-               url                             : 'URL',\r
-               protocol                : 'Protocol',\r
-               upload                  : 'Upload',\r
-               uploadSubmit    : 'Send it to the Server',\r
-               image                   : 'Image',\r
-               flash                   : 'Flash',\r
-               form                    : 'Form',\r
-               checkbox                : 'Checkbox',\r
-               radio           : 'Radio Button',\r
-               textField               : 'Text Field',\r
-               textarea                : 'Textarea',\r
-               hiddenField             : 'Hidden Field',\r
-               button                  : 'Button',\r
-               select  : 'Selection Field',\r
-               imageButton             : 'Image Button',\r
-               notSet                  : '<not set>',\r
-               id                              : 'Id',\r
-               name                    : 'Name',\r
-               langDir                 : 'Language Direction',\r
-               langDirLtr              : 'Left to Right (LTR)',\r
-               langDirRtl              : 'Right to Left (RTL)',\r
-               langCode                : 'Language Code',\r
-               longDescr               : 'Long Description URL',\r
-               cssClass                : 'Stylesheet Classes',\r
-               advisoryTitle   : 'Advisory Title',\r
-               cssStyle                : 'Style',\r
-               ok                              : 'OK',\r
-               cancel                  : 'Cancel',\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
-\r
-               // Put the voice-only part of the label in the span.\r
-               unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING\r
-       },\r
-\r
-       // Special char dialog.\r
-       specialChar             :\r
-       {\r
-               toolbar         : 'Insert Special Character',\r
-               title           : 'Select Special Character'\r
-       },\r
-\r
-       // Link dialog.\r
-       link :\r
-       {\r
-               toolbar         : 'Link',\r
-               menu            : 'Edit Link',\r
-               title           : 'Link',\r
-               info            : 'Link Info',\r
-               target          : 'Target',\r
-               upload          : 'Upload',\r
-               advanced        : 'Advanced',\r
-               type            : 'Link Type',\r
-               toAnchor        : 'Link to anchor in the text',\r
-               toEmail         : 'E-mail',\r
-               target          : 'Target',\r
-               targetNotSet    : '<not set>',\r
-               targetFrame     : '<frame>',\r
-               targetPopup     : '<popup window>',\r
-               targetNew       : 'New Window (_blank)',\r
-               targetTop       : 'Topmost Window (_top)',\r
-               targetSelf      : 'Same Window (_self)',\r
-               targetParent    : 'Parent Window (_parent)',\r
-               targetFrameName : 'Target Frame Name',\r
-               targetPopupName : 'Popup Window Name',\r
-               popupFeatures   : 'Popup Window Features',\r
-               popupResizable  : 'Resizable',\r
-               popupStatusBar  : 'Status Bar',\r
-               popupLocationBar        : 'Location Bar',\r
-               popupToolbar    : 'Toolbar',\r
-               popupMenuBar    : 'Menu Bar',\r
-               popupFullScreen : 'Full Screen (IE)',\r
-               popupScrollBars : 'Scroll Bars',\r
-               popupDependent  : 'Dependent (Netscape)',\r
-               popupWidth              : 'Width',\r
-               popupLeft               : 'Left Position',\r
-               popupHeight             : 'Height',\r
-               popupTop                : 'Top Position',\r
-               id                              : 'Id',\r
-               langDir                 : 'Language Direction',\r
-               langDirNotSet   : '<not set>',\r
-               langDirLTR              : 'Left to Right (LTR)',\r
-               langDirRTL              : 'Right to Left (RTL)',\r
-               acccessKey              : 'Access Key',\r
-               name                    : 'Name',\r
-               langCode                : 'Language Code',\r
-               tabIndex                : 'Tab Index',\r
-               advisoryTitle   : 'Advisory Title',\r
-               advisoryContentType     : 'Advisory Content Type',\r
-               cssClasses              : 'Stylesheet Classes',\r
-               charset                 : 'Linked Resource Charset',\r
-               styles                  : 'Style',\r
-               selectAnchor    : 'Select an Anchor',\r
-               anchorName              : 'By Anchor Name',\r
-               anchorId                : 'By Element Id',\r
-               emailAddress    : 'E-Mail Address',\r
-               emailSubject    : 'Message Subject',\r
-               emailBody               : 'Message Body',\r
-               noAnchors               : '(No anchors available in the document)',\r
-               noUrl                   : 'Please type the link URL',\r
-               noEmail                 : 'Please type the e-mail address'\r
-       },\r
-\r
-       // Anchor dialog\r
-       anchor :\r
-       {\r
-               toolbar         : 'Anchor',\r
-               menu            : 'Edit Anchor',\r
-               title           : 'Anchor Properties',\r
-               name            : 'Anchor Name',\r
-               errorName       : 'Please type the anchor name'\r
-       },\r
-\r
-       // Find And Replace Dialog\r
-       findAndReplace :\r
-       {\r
-               title                           : 'Find and Replace',\r
-               find                            : 'Find',\r
-               replace                         : 'Replace',\r
-               findWhat                        : 'Find what:',\r
-               replaceWith                     : 'Replace with:',\r
-               notFoundMsg                     : 'The specified text was not found.',\r
-               matchCase                       : 'Match case',\r
-               matchWord                       : 'Match whole word',\r
-               matchCyclic                     : 'Match cyclic',\r
-               replaceAll                      : 'Replace All',\r
-               replaceSuccessMsg       : '%1 occurrence(s) replaced.'\r
-       },\r
-\r
-       // Table Dialog\r
-       table :\r
-       {\r
-               toolbar         : 'Table',\r
-               title           : 'Table Properties',\r
-               menu            : 'Table Properties',\r
-               deleteTable     : 'Delete Table',\r
-               rows            : 'Rows',\r
-               columns         : 'Columns',\r
-               border          : 'Border size',\r
-               align           : 'Alignment',\r
-               alignNotSet     : '<Not set>',\r
-               alignLeft       : 'Left',\r
-               alignCenter     : 'Centre',\r
-               alignRight      : 'Right',\r
-               width           : 'Width',\r
-               widthPx         : 'pixels',\r
-               widthPc         : 'percent',\r
-               height          : 'Height',\r
-               cellSpace       : 'Cell spacing',\r
-               cellPad         : 'Cell padding',\r
-               caption         : 'Caption',\r
-               summary         : 'Summary',\r
-               headers         : 'Headers',\r
-               headersNone             : 'None',\r
-               headersColumn   : 'First column',\r
-               headersRow              : 'First Row',\r
-               headersBoth             : 'Both',\r
-               invalidRows             : 'Number of rows must be a number greater than 0.',\r
-               invalidCols             : 'Number of columns must be a number greater than 0.',\r
-               invalidBorder   : 'Border size must be a number.',\r
-               invalidWidth    : 'Table width must be a number.',\r
-               invalidHeight   : 'Table height must be a number.',\r
-               invalidCellSpacing      : 'Cell spacing must be a number.',\r
-               invalidCellPadding      : 'Cell padding must be a number.',\r
-\r
-               cell :\r
-               {\r
-                       menu                    : 'Cell',\r
-                       insertBefore    : 'Insert Cell Before',\r
-                       insertAfter             : 'Insert Cell After',\r
-                       deleteCell              : 'Delete Cells',\r
-                       merge                   : 'Merge Cells',\r
-                       mergeRight              : 'Merge Right',\r
-                       mergeDown               : 'Merge Down',\r
-                       splitHorizontal : 'Split Cell Horizontally',\r
-                       splitVertical   : 'Split Cell Vertically',\r
-                       title                   : 'Cell Properties',\r
-                       cellType                : 'Cell Type',\r
-                       rowSpan                 : 'Rows Span',\r
-                       colSpan                 : 'Columns Span',\r
-                       wordWrap                : 'Word Wrap',\r
-                       hAlign                  : 'Horizontal Alignment',\r
-                       vAlign                  : 'Vertical Alignment',\r
-                       alignTop                : 'Top',\r
-                       alignMiddle             : 'Middle',\r
-                       alignBottom             : 'Bottom',\r
-                       alignBaseline   : 'Baseline',\r
-                       bgColor                 : 'Background Color',\r
-                       borderColor             : 'Border Color',\r
-                       data                    : 'Data',\r
-                       header                  : 'Header',\r
-                       yes                             : 'Yes',\r
-                       no                              : 'No',\r
-                       invalidWidth    : 'Cell width must be a number.',\r
-                       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
-               },\r
-\r
-               row :\r
-               {\r
-                       menu                    : 'Row',\r
-                       insertBefore    : 'Insert Row Before',\r
-                       insertAfter             : 'Insert Row After',\r
-                       deleteRow               : 'Delete Rows'\r
-               },\r
-\r
-               column :\r
-               {\r
-                       menu                    : 'Column',\r
-                       insertBefore    : 'Insert Column Before',\r
-                       insertAfter             : 'Insert Column After',\r
-                       deleteColumn    : 'Delete Columns'\r
-               }\r
-       },\r
-\r
-       // Button Dialog.\r
-       button :\r
-       {\r
-               title           : 'Button Properties',\r
-               text            : 'Text (Value)',\r
-               type            : 'Type',\r
-               typeBtn         : 'Button',\r
-               typeSbm         : 'Submit',\r
-               typeRst         : 'Reset'\r
-       },\r
-\r
-       // Checkbox and Radio Button Dialogs.\r
-       checkboxAndRadio :\r
-       {\r
-               checkboxTitle : 'Checkbox Properties',\r
-               radioTitle      : 'Radio Button Properties',\r
-               value           : 'Value',\r
-               selected        : 'Selected'\r
-       },\r
-\r
-       // Form Dialog.\r
-       form :\r
-       {\r
-               title           : 'Form Properties',\r
-               menu            : 'Form Properties',\r
-               action          : 'Action',\r
-               method          : 'Method',\r
-               encoding        : 'Encoding',\r
-               target          : 'Target',\r
-               targetNotSet    : '<not set>',\r
-               targetNew       : 'New Window (_blank)',\r
-               targetTop       : 'Topmost Window (_top)',\r
-               targetSelf      : 'Same Window (_self)',\r
-               targetParent    : 'Parent Window (_parent)'\r
-       },\r
-\r
-       // Select Field Dialog.\r
-       select :\r
-       {\r
-               title           : 'Selection Field Properties',\r
-               selectInfo      : 'Select Info',\r
-               opAvail         : 'Available Options',\r
-               value           : 'Value',\r
-               size            : 'Size',\r
-               lines           : 'lines',\r
-               chkMulti        : 'Allow multiple selections',\r
-               opText          : 'Text',\r
-               opValue         : 'Value',\r
-               btnAdd          : 'Add',\r
-               btnModify       : 'Modify',\r
-               btnUp           : 'Up',\r
-               btnDown         : 'Down',\r
-               btnSetValue : 'Set as selected value',\r
-               btnDelete       : 'Delete'\r
-       },\r
-\r
-       // Textarea Dialog.\r
-       textarea :\r
-       {\r
-               title           : 'Textarea Properties',\r
-               cols            : 'Columns',\r
-               rows            : 'Rows'\r
-       },\r
-\r
-       // Text Field Dialog.\r
-       textfield :\r
-       {\r
-               title           : 'Text Field Properties',\r
-               name            : 'Name',\r
-               value           : 'Value',\r
-               charWidth       : 'Character Width',\r
-               maxChars        : 'Maximum Characters',\r
-               type            : 'Type',\r
-               typeText        : 'Text',\r
-               typePass        : 'Password'\r
-       },\r
-\r
-       // Hidden Field Dialog.\r
-       hidden :\r
-       {\r
-               title   : 'Hidden Field Properties',\r
-               name    : 'Name',\r
-               value   : 'Value'\r
-       },\r
-\r
-       // Image Dialog.\r
-       image :\r
-       {\r
-               title           : 'Image Properties',\r
-               titleButton     : 'Image Button Properties',\r
-               menu            : 'Image Properties',\r
-               infoTab : 'Image Info',\r
-               btnUpload       : 'Send it to the Server',\r
-               url             : 'URL',\r
-               upload  : 'Upload',\r
-               alt             : 'Alternative Text',\r
-               width           : 'Width',\r
-               height  : 'Height',\r
-               lockRatio       : 'Lock Ratio',\r
-               resetSize       : 'Reset Size',\r
-               border  : 'Border',\r
-               hSpace  : 'HSpace',\r
-               vSpace  : 'VSpace',\r
-               align           : 'Align',\r
-               alignLeft       : 'Left',\r
-               alignRight      : 'Right',\r
-               preview : 'Preview',\r
-               alertUrl        : 'Please type the image URL',\r
-               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
-       },\r
-\r
-       // Flash Dialog\r
-       flash :\r
-       {\r
-               properties              : 'Flash Properties',\r
-               propertiesTab   : 'Properties',\r
-               title           : 'Flash Properties',\r
-               chkPlay         : 'Auto Play',\r
-               chkLoop         : 'Loop',\r
-               chkMenu         : 'Enable Flash Menu',\r
-               chkFull         : 'Allow Fullscreen',\r
-               scale           : 'Scale',\r
-               scaleAll                : 'Show all',\r
-               scaleNoBorder   : 'No Border',\r
-               scaleFit                : 'Exact Fit',\r
-               access                  : 'Script Access',\r
-               accessAlways    : 'Always',\r
-               accessSameDomain        : 'Same domain',\r
-               accessNever     : 'Never',\r
-               align           : 'Align',\r
-               alignLeft       : 'Left',\r
-               alignAbsBottom: 'Abs Bottom',\r
-               alignAbsMiddle: 'Abs Middle',\r
-               alignBaseline   : 'Baseline',\r
-               alignBottom     : 'Bottom',\r
-               alignMiddle     : 'Middle',\r
-               alignRight      : 'Right',\r
-               alignTextTop    : 'Text Top',\r
-               alignTop        : '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
-               windowMode      : 'Window mode',\r
-               flashvars       : 'Variables for Flash',\r
-               bgcolor : 'Background colour',\r
-               width   : 'Width',\r
-               height  : 'Height',\r
-               hSpace  : 'HSpace',\r
-               vSpace  : 'VSpace',\r
-               validateSrc : 'URL must not be empty.',\r
-               validateWidth : 'Width must be a number.',\r
-               validateHeight : 'Height must be a number.',\r
-               validateHSpace : 'HSpace must be a number.',\r
-               validateVSpace : 'VSpace must be a number.'\r
-       },\r
-\r
-       // Speller Pages Dialog\r
-       spellCheck :\r
-       {\r
-               toolbar                 : 'Check Spelling',\r
-               title                   : 'Spell Check',\r
-               notAvailable    : 'Sorry, but service is unavailable now.',\r
-               errorLoading    : 'Error loading application service host: %s.',\r
-               notInDic                : 'Not in dictionary',\r
-               changeTo                : 'Change to',\r
-               btnIgnore               : 'Ignore',\r
-               btnIgnoreAll    : 'Ignore All',\r
-               btnReplace              : 'Replace',\r
-               btnReplaceAll   : 'Replace All',\r
-               btnUndo                 : 'Undo',\r
-               noSuggestions   : '- No suggestions -',\r
-               progress                : 'Spell check in progress...',\r
-               noMispell               : 'Spell check complete: No misspellings found',\r
-               noChanges               : 'Spell check complete: No words changed',\r
-               oneChange               : 'Spell check complete: One word changed',\r
-               manyChanges             : 'Spell check complete: %1 words changed',\r
-               ieSpellDownload : 'Spell checker not installed. Do you want to download it now?'\r
-       },\r
-\r
-       smiley :\r
-       {\r
-               toolbar : 'Smiley',\r
-               title   : 'Insert a Smiley'\r
-       },\r
-\r
-       elementsPath :\r
-       {\r
-               eleTitle : '%1 element'\r
-       },\r
-\r
-       numberedlist : 'Insert/Remove Numbered List',\r
-       bulletedlist : 'Insert/Remove Bulleted List',\r
-       indent : 'Increase Indent',\r
-       outdent : 'Decrease Indent',\r
-\r
-       justify :\r
-       {\r
-               left : 'Left Justify',\r
-               center : 'Centre Justify',\r
-               right : 'Right Justify',\r
-               block : 'Block Justify'\r
-       },\r
-\r
-       blockquote : 'Blockquote',\r
-\r
-       clipboard :\r
-       {\r
-               title           : 'Paste',\r
-               cutError        : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).',\r
-               copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).',\r
-               pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit OK',\r
-               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.'\r
-       },\r
-\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
-               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
-       },\r
-\r
-       pasteText :\r
-       {\r
-               button : 'Paste as plain text',\r
-               title : 'Paste as Plain Text'\r
-       },\r
-\r
-       templates :\r
-       {\r
-               button : 'Templates',\r
-               title : 'Content Templates',\r
-               insertOption: 'Replace actual contents',\r
-               selectPromptMsg: 'Please select the template to open in the editor',\r
-               emptyListMsg : '(No templates defined)'\r
-       },\r
-\r
-       showBlocks : 'Show Blocks',\r
-\r
-       stylesCombo :\r
-       {\r
-               label : 'Styles',\r
-               voiceLabel : 'Styles', // MISSING\r
-               panelVoiceLabel : 'Select a style', // MISSING\r
-               panelTitle1 : 'Block Styles',\r
-               panelTitle2 : 'Inline Styles',\r
-               panelTitle3 : 'Object Styles'\r
-       },\r
-\r
-       format :\r
-       {\r
-               label : 'Format',\r
-               voiceLabel : 'Format', // MISSING\r
-               panelTitle : 'Paragraph Format',\r
-               panelVoiceLabel : 'Select a paragraph format', // MISSING\r
-\r
-               tag_p : 'Normal',\r
-               tag_pre : 'Formatted',\r
-               tag_address : 'Address',\r
-               tag_h1 : 'Heading 1',\r
-               tag_h2 : 'Heading 2',\r
-               tag_h3 : 'Heading 3',\r
-               tag_h4 : 'Heading 4',\r
-               tag_h5 : 'Heading 5',\r
-               tag_h6 : 'Heading 6',\r
-               tag_div : 'Normal (DIV)'\r
-       },\r
-\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
-       },\r
-\r
-       font :\r
-       {\r
-               label : 'Font',\r
-               voiceLabel : 'Font', // MISSING\r
-               panelTitle : 'Font Name',\r
-               panelVoiceLabel : 'Select a font' // MISSING\r
-       },\r
-\r
-       fontSize :\r
-       {\r
-               label : 'Size',\r
-               voiceLabel : 'Font Size', // MISSING\r
-               panelTitle : 'Font Size',\r
-               panelVoiceLabel : 'Select a font size' // MISSING\r
-       },\r
-\r
-       colorButton :\r
-       {\r
-               textColorTitle : 'Text Colour',\r
-               bgColorTitle : 'Background Colour',\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' : 'Dim 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' : 'Dark 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
-       },\r
-\r
-       scayt :\r
-       {\r
-               title : 'Spell Check As You Type', // 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
-               optionsTab : 'Options', // MISSING\r
-               languagesTab : 'Languages', // MISSING\r
-               dictionariesTab : 'Dictionaries', // MISSING\r
-               aboutTab : 'About' // MISSING\r
-       },\r
-\r
-       about :\r
-       {\r
-               title : 'About CKEditor',\r
-               dlgTitle : 'About CKEditor', // MISSING\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
-\r
-       fakeobjects :\r
-       {\r
-               anchor : 'Anchor', // MISSING\r
-               flash : 'Flash Animation', // MISSING\r
-               div : 'Page Break', // MISSING\r
-               unknown : 'Unknown Object' // MISSING\r
-       },\r
-\r
-       resize : 'Drag to resize', // MISSING\r
-\r
-       colordialog :\r
-       {\r
-               title : 'Select color', // MISSING\r
-               highlight : 'Highlight', // MISSING\r
-               selected : 'Selected', // MISSING\r
-               clear : 'Clear' // MISSING\r
-       },\r
-\r
-       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
-       toolbarExpand : 'Expand Toolbar' // MISSING\r
-};\r