Importation du code de ckeditor 4.3.4 en conservant les développements Plinn et en...
[ckeditor.git] / skins / ckeditor / _source / lang / en.js
diff --git a/skins/ckeditor/_source/lang/en.js b/skins/ckeditor/_source/lang/en.js
deleted file mode 100644 (file)
index 5f9db15..0000000
+++ /dev/null
@@ -1,812 +0,0 @@
-/*\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
-/**\r
- * @fileOverview Defines the {@link CKEDITOR.lang} object, for the English\r
- *             language. This is the base file for all translations.\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'] =\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, press ALT 0 for help.',\r
-\r
-       // ARIA descriptions.\r
-       toolbars        : 'Editor toolbars',\r
-       editor          : 'Rich Text Editor',\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
-       pagebreakAlt            : 'Page Break',\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
-               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',\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                   : 'Alignment',\r
-               alignLeft               : 'Left',\r
-               alignRight              : 'Right',\r
-               alignCenter             : 'Center',\r
-               alignTop                : 'Top',\r
-               alignMiddle             : 'Middle',\r
-               alignBottom             : 'Bottom',\r
-               invalidHeight   : 'Height must be a number.',\r
-               invalidWidth    : 'Width must be a number.',\r
-               invalidCssLength        : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).',\r
-               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',\r
-\r
-               // Put the voice-only part of the label in the span.\r
-               unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'\r
-       },\r
-\r
-       contextmenu :\r
-       {\r
-               options : 'Context Menu Options'\r
-       },\r
-\r
-       // Special char dialog.\r
-       specialChar             :\r
-       {\r
-               toolbar         : 'Insert Special Character',\r
-               title           : 'Select Special Character',\r
-               options : 'Special Character Options'\r
-       },\r
-\r
-       // Link dialog.\r
-       link :\r
-       {\r
-               toolbar         : 'Link',\r
-               other           : '<other>',\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
-               toUrl           : 'URL',\r
-               toAnchor        : 'Link to anchor in the text',\r
-               toEmail         : 'E-mail',\r
-               targetFrame             : '<frame>',\r
-               targetPopup             : '<popup window>',\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
-               popupLeft               : 'Left Position',\r
-               popupTop                : 'Top Position',\r
-               id                              : 'Id',\r
-               langDir                 : 'Language Direction',\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
-               rel                     : 'Relationship',\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
-               remove          : 'Remove Anchor'\r
-       },\r
-\r
-       // List style dialog\r
-       list:\r
-       {\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
-       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
-               widthPx         : 'pixels',\r
-               widthPc         : 'percent',\r
-               widthUnit       : 'width unit',\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 positive number.',\r
-               invalidCellPadding      : 'Cell padding must be a positive 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
-                       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'\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
-       },\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
-               upload          : 'Upload',\r
-               alt                     : 'Alternative Text',\r
-               lockRatio       : 'Lock Ratio',\r
-               resetSize       : 'Reset Size',\r
-               border          : 'Border',\r
-               hSpace          : 'HSpace',\r
-               vSpace          : 'VSpace',\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.',\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
-       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
-               alignAbsBottom  : 'Abs Bottom',\r
-               alignAbsMiddle  : 'Abs Middle',\r
-               alignBaseline   : 'Baseline',\r
-               alignTextTop    : 'Text Top',\r
-               quality                 : 'Quality',\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 color',\r
-               hSpace                  : 'HSpace',\r
-               vSpace                  : 'VSpace',\r
-               validateSrc             : 'URL must not be empty.',\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
-               options : 'Smiley Options'\r
-       },\r
-\r
-       elementsPath :\r
-       {\r
-               eleLabel : 'Elements path',\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    : 'Align Left',\r
-               center  : 'Center',\r
-               right   : 'Align Right',\r
-               block   : 'Justify'\r
-       },\r
-\r
-       blockquote : 'Block Quote',\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/Cmd+X).',\r
-               copyError       : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).',\r
-               pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+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
-               pasteArea       : 'Paste Area'\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?',\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'\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
-               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
-       },\r
-\r
-       showBlocks : 'Show Blocks',\r
-\r
-       stylesCombo :\r
-       {\r
-               label           : 'Styles',\r
-               panelTitle      : 'Formatting Styles',\r
-               panelTitle1     : 'Block Styles',\r
-               panelTitle2     : 'Inline Styles',\r
-               panelTitle3     : 'Object Styles'\r
-       },\r
-\r
-       format :\r
-       {\r
-               label           : 'Format',\r
-               panelTitle      : 'Paragraph Format',\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',\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',\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',\r
-               panelTitle      : 'Font Name'\r
-       },\r
-\r
-       fontSize :\r
-       {\r
-               label           : 'Size',\r
-               voiceLabel      : 'Font Size',\r
-               panelTitle      : 'Font Size'\r
-       },\r
-\r
-       colorButton :\r
-       {\r
-               textColorTitle  : 'Text Color',\r
-               bgColorTitle    : 'Background Color',\r
-               panelTitle              : 'Colors',\r
-               auto                    : 'Automatic',\r
-               more                    : 'More Colors...'\r
-       },\r
-\r
-       colors :\r
-       {\r
-               '000' : 'Black',\r
-               '800000' : 'Maroon',\r
-               '8B4513' : 'Saddle Brown',\r
-               '2F4F4F' : 'Dark Slate Gray',\r
-               '008080' : 'Teal',\r
-               '000080' : 'Navy',\r
-               '4B0082' : 'Indigo',\r
-               '696969' : 'Dark Gray',\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' : 'Gray',\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 Gray',\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',\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',\r
-               help    : 'Check $1 for help.',\r
-               userGuide : 'CKEditor User\'s Guide',\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',\r
-\r
-       fakeobjects :\r
-       {\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',\r
-\r
-       colordialog :\r
-       {\r
-               title           : 'Select color',\r
-               options :       'Color Options',\r
-               highlight       : 'Highlight',\r
-               selected        : 'Selected Color',\r
-               clear           : 'Clear'\r
-       },\r
-\r
-       toolbarCollapse : 'Collapse Toolbar',\r
-       toolbarExpand   : 'Expand Toolbar',\r
-\r
-       toolbarGroups :\r
-       {\r
-               document : 'Document',\r
-               clipboard : 'Clipboard/Undo',\r
-               editing : 'Editing',\r
-               forms : 'Forms',\r
-               basicstyles : 'Basic Styles',\r
-               paragraph : 'Paragraph',\r
-               links : 'Links',\r
-               insert : 'Insert',\r
-               styles : 'Styles',\r
-               colors : 'Colors',\r
-               tools : 'Tools'\r
-       },\r
-\r
-       bidi :\r
-       {\r
-               ltr : 'Text direction from left to right',\r
-               rtl : 'Text direction from right to left'\r
-       },\r
-\r
-       docprops :\r
-       {\r
-               label : 'Document Properties',\r
-               title : 'Document Properties',\r
-               design : 'Design',\r
-               meta : 'Meta Tags',\r
-               chooseColor : 'Choose',\r
-               other : 'Other...',\r
-               docTitle :      'Page Title',\r
-               charset :       'Character Set Encoding',\r
-               charsetOther : 'Other Character Set Encoding',\r
-               charsetASCII : 'ASCII',\r
-               charsetCE : 'Central European',\r
-               charsetCT : 'Chinese Traditional (Big5)',\r
-               charsetCR : 'Cyrillic',\r
-               charsetGR : 'Greek',\r
-               charsetJP : 'Japanese',\r
-               charsetKR : 'Korean',\r
-               charsetTR : 'Turkish',\r
-               charsetUN : 'Unicode (UTF-8)',\r
-               charsetWE : 'Western European',\r
-               docType : 'Document Type Heading',\r
-               docTypeOther : 'Other Document Type Heading',\r
-               xhtmlDec : 'Include XHTML Declarations',\r
-               bgColor : 'Background Color',\r
-               bgImage : 'Background Image URL',\r
-               bgFixed : 'Non-scrolling (Fixed) Background',\r
-               txtColor : 'Text Color',\r
-               margin : 'Page Margins',\r
-               marginTop : 'Top',\r
-               marginLeft : 'Left',\r
-               marginRight : 'Right',\r
-               marginBottom : 'Bottom',\r
-               metaKeywords : 'Document Indexing Keywords (comma separated)',\r
-               metaDescription : 'Document Description',\r
-               metaAuthor : 'Author',\r
-               metaCopyright : 'Copyright',\r
-               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'\r
-       }\r
-};\r