JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / en-ca.js
index 8b7623e..bfece57 100644 (file)
@@ -1,11 +1,11 @@
 /*\r
-Copyright (c) 2003-2009, 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
 /**\r
  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the\r
- * English (Australia) language.\r
+ * English (Canadian) language.\r
  */\r
 \r
 /**#@+\r
@@ -31,7 +31,11 @@ CKEDITOR.lang['en-ca'] =
         * 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
+       editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
+\r
+       // ARIA descriptions.\r
+       toolbars        : 'Editor toolbars', // MISSING\r
+       editor          : 'Rich Text Editor', // MISSING\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Source',\r
@@ -52,6 +56,7 @@ CKEDITOR.lang['en-ca'] =
        superscript             : 'Superscript',\r
        horizontalrule  : 'Insert Horizontal Line',\r
        pagebreak               : 'Insert Page Break for Printing',\r
+       pagebreakAlt            : 'Page Break', // MISSING\r
        unlink                  : 'Unlink',\r
        undo                    : 'Undo',\r
        redo                    : 'Redo',\r
@@ -68,12 +73,12 @@ CKEDITOR.lang['en-ca'] =
                flash                   : 'Flash',\r
                form                    : 'Form',\r
                checkbox                : 'Checkbox',\r
-               radio           : 'Radio Button',\r
+               radio                   : 'Radio Button',\r
                textField               : 'Text Field',\r
                textarea                : 'Textarea',\r
                hiddenField             : 'Hidden Field',\r
                button                  : 'Button',\r
-               select  : 'Selection Field',\r
+               select                  : 'Selection Field',\r
                imageButton             : 'Image Button',\r
                notSet                  : '<not set>',\r
                id                              : 'Id',\r
@@ -88,27 +93,59 @@ CKEDITOR.lang['en-ca'] =
                cssStyle                : 'Style',\r
                ok                              : 'OK',\r
                cancel                  : 'Cancel',\r
+               close                   : 'Close', // MISSING\r
+               preview                 : 'Preview', // MISSING\r
                generalTab              : 'General',\r
                advancedTab             : 'Advanced',\r
-               validateNumberFailed    : 'This value is not a number.',\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
+               align                   : 'Align',\r
+               alignLeft               : 'Left', // MISSING\r
+               alignRight              : 'Right', // MISSING\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
+               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).', // MISSING\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING\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
+       contextmenu :\r
+       {\r
+               options : 'Context Menu Options' // MISSING\r
+       },\r
+\r
        // Special char dialog.\r
        specialChar             :\r
        {\r
                toolbar         : 'Insert Special Character',\r
-               title           : 'Select Special Character'\r
+               title           : 'Select Special Character',\r
+               options : 'Special Character Options' // MISSING\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
@@ -116,50 +153,43 @@ CKEDITOR.lang['en-ca'] =
                upload          : 'Upload',\r
                advanced        : 'Advanced',\r
                type            : 'Link Type',\r
+               toUrl           : 'URL', // MISSING\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
+               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
+               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
+               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
+               rel                     : 'Relationship', // MISSING\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
+               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
@@ -173,7 +203,32 @@ CKEDITOR.lang['en-ca'] =
                menu            : 'Edit Anchor',\r
                title           : 'Anchor Properties',\r
                name            : 'Anchor Name',\r
-               errorName       : 'Please type the anchor name'\r
+               errorName       : 'Please type the anchor name',\r
+               remove          : 'Remove Anchor' // MISSING\r
+       },\r
+\r
+       // 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
        },\r
 \r
        // Find And Replace Dialog\r
@@ -202,15 +257,9 @@ CKEDITOR.lang['en-ca'] =
                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
+               widthUnit       : 'width unit', // MISSING\r
                cellSpace       : 'Cell spacing',\r
                cellPad         : 'Cell padding',\r
                caption         : 'Caption',\r
@@ -246,9 +295,6 @@ CKEDITOR.lang['en-ca'] =
                        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
@@ -260,7 +306,7 @@ CKEDITOR.lang['en-ca'] =
                        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' // MISSING\r
                },\r
 \r
                row :\r
@@ -307,13 +353,7 @@ CKEDITOR.lang['en-ca'] =
                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
+               encoding        : 'Encoding'\r
        },\r
 \r
        // Select Field Dialog.\r
@@ -371,27 +411,23 @@ CKEDITOR.lang['en-ca'] =
                title           : 'Image Properties',\r
                titleButton     : 'Image Button Properties',\r
                menu            : 'Image Properties',\r
-               infoTab : 'Image Info',\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
+               upload          : 'Upload',\r
+               alt                     : 'Alternative Text',\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
+               border          : 'Border',\r
+               hSpace          : 'HSpace',\r
+               vSpace          : 'VSpace',\r
                alertUrl        : 'Please type the image URL',\r
-               linkTab : 'Link',\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
+               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
        },\r
 \r
        // Flash Dialog\r
@@ -399,51 +435,41 @@ CKEDITOR.lang['en-ca'] =
        {\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
+               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
+               accessSameDomain: 'Same domain',\r
+               accessNever             : 'Never',\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
+               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
+               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
@@ -472,115 +498,140 @@ CKEDITOR.lang['en-ca'] =
        smiley :\r
        {\r
                toolbar : 'Smiley',\r
-               title   : 'Insert a Smiley'\r
+               title   : 'Insert a Smiley',\r
+               options : 'Smiley Options' // MISSING\r
        },\r
 \r
        elementsPath :\r
        {\r
+               eleLabel : 'Elements path', // MISSING\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
+       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
+               left    : 'Align Left',\r
+               center  : 'Centre',\r
+               right   : 'Align Right',\r
+               block   : 'Justify'\r
        },\r
 \r
-       blockquote : 'Blockquote',\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+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
+               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' // MISSING\r
        },\r
 \r
        pastefromword :\r
        {\r
-               toolbar : 'Paste from Word',\r
-               title : 'Paste from Word',\r
-               advice : 'Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.',\r
-               ignoreFontFace : 'Ignore Font Face definitions',\r
-               removeStyle : 'Remove Styles definitions'\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
+               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
+               button                  : 'Templates',\r
+               title                   : 'Content Templates',\r
+               options : 'Template Options', // MISSING\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
+               label           : 'Styles',\r
+               panelTitle      : 'Formatting Styles', // 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
+               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', // 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
+       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
        },\r
 \r
        font :\r
        {\r
-               label : 'Font',\r
-               voiceLabel : 'Font', // MISSING\r
-               panelTitle : 'Font Name',\r
-               panelVoiceLabel : 'Select a font' // MISSING\r
+               label           : 'Font',\r
+               voiceLabel      : 'Font', // MISSING\r
+               panelTitle      : 'Font Name'\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
+               label           : 'Size',\r
+               voiceLabel      : 'Font Size', // MISSING\r
+               panelTitle      : 'Font Size'\r
        },\r
 \r
        colorButton :\r
        {\r
-               textColorTitle : 'Text Colour',\r
-               bgColorTitle : 'Background Colour',\r
-               auto : 'Automatic',\r
-               more : 'More Colours...'\r
+               textColorTitle  : 'Text Colour',\r
+               bgColorTitle    : 'Background Colour',\r
+               panelTitle              : 'Colors', // MISSING\r
+               auto                    : 'Automatic',\r
+               more                    : 'More Colours...'\r
        },\r
 \r
        colors :\r
@@ -592,7 +643,7 @@ CKEDITOR.lang['en-ca'] =
                '008080' : 'Teal', // MISSING\r
                '000080' : 'Navy', // MISSING\r
                '4B0082' : 'Indigo', // MISSING\r
-               '696969' : 'Dim Gray', // MISSING\r
+               '696969' : 'Dark Gray', // MISSING\r
                'B22222' : 'Fire Brick', // MISSING\r
                'A52A2A' : 'Brown', // MISSING\r
                'DAA520' : 'Golden Rod', // MISSING\r
@@ -608,7 +659,7 @@ CKEDITOR.lang['en-ca'] =
                '0FF' : 'Cyan', // MISSING\r
                '00F' : 'Blue', // MISSING\r
                'EE82EE' : 'Violet', // MISSING\r
-               'A9A9A9' : 'Dark Gray', // MISSING\r
+               'A9A9A9' : 'Dim Gray', // MISSING\r
                'FFA07A' : 'Light Salmon', // MISSING\r
                'FFA500' : 'Orange', // MISSING\r
                'FFFF00' : 'Yellow', // MISSING\r
@@ -629,30 +680,47 @@ CKEDITOR.lang['en-ca'] =
 \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
+               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
        },\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
+               title           : 'About CKEditor',\r
+               dlgTitle        : 'About CKEditor', // MISSING\r
+               help    : 'Check $1 for help.', // MISSING\r
+               userGuide : 'CKEditor User\'s Guide', // 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
@@ -660,22 +728,85 @@ CKEDITOR.lang['en-ca'] =
 \r
        fakeobjects :\r
        {\r
-               anchor : 'Anchor', // MISSING\r
-               flash : 'Flash Animation', // MISSING\r
-               div : 'Page Break', // MISSING\r
-               unknown : 'Unknown Object' // MISSING\r
+               anchor          : 'Anchor', // MISSING\r
+               flash           : 'Flash Animation', // MISSING\r
+               iframe          : 'IFrame', // MISSING\r
+               hiddenfield     : 'Hidden Field', // 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
+               title           : 'Select color', // MISSING\r
+               options :       'Color Options', // MISSING\r
+               highlight       : 'Highlight', // MISSING\r
+               selected        : 'Selected Color', // MISSING\r
+               clear           : 'Clear' // MISSING\r
+       },\r
+\r
+       toolbarCollapse : 'Collapse Toolbar', // MISSING\r
+       toolbarExpand   : 'Expand Toolbar', // MISSING\r
+\r
+       toolbarGroups :\r
+       {\r
+               document : 'Document', // MISSING\r
+               clipboard : 'Clipboard/Undo', // MISSING\r
+               editing : 'Editing', // MISSING\r
+               forms : 'Forms', // MISSING\r
+               basicstyles : 'Basic Styles', // MISSING\r
+               paragraph : 'Paragraph', // MISSING\r
+               links : 'Links', // MISSING\r
+               insert : 'Insert', // MISSING\r
+               styles : 'Styles', // MISSING\r
+               colors : 'Colors', // MISSING\r
+               tools : 'Tools' // MISSING\r
+       },\r
+\r
+       bidi :\r
+       {\r
+               ltr : 'Text direction from left to right', // MISSING\r
+               rtl : 'Text direction from right to left' // MISSING\r
+       },\r
+\r
+       docprops :\r
+       {\r
+               label : 'Document Properties', // MISSING\r
+               title : 'Document Properties', // MISSING\r
+               design : 'Design', // MISSING\r
+               meta : 'Meta Tags', // MISSING\r
+               chooseColor : 'Choose', // MISSING\r
+               other : 'Other...', // MISSING\r
+               docTitle :      'Page Title', // MISSING\r
+               charset :       'Character Set Encoding', // MISSING\r
+               charsetOther : 'Other Character Set Encoding', // MISSING\r
+               charsetASCII : 'ASCII', // MISSING\r
+               charsetCE : 'Central European', // MISSING\r
+               charsetCT : 'Chinese Traditional (Big5)', // MISSING\r
+               charsetCR : 'Cyrillic', // MISSING\r
+               charsetGR : 'Greek', // MISSING\r
+               charsetJP : 'Japanese', // MISSING\r
+               charsetKR : 'Korean', // MISSING\r
+               charsetTR : 'Turkish', // MISSING\r
+               charsetUN : 'Unicode (UTF-8)', // MISSING\r
+               charsetWE : 'Western European', // MISSING\r
+               docType : 'Document Type Heading', // MISSING\r
+               docTypeOther : 'Other Document Type Heading', // MISSING\r
+               xhtmlDec : 'Include XHTML Declarations', // MISSING\r
+               bgColor : 'Background Color', // MISSING\r
+               bgImage : 'Background Image URL', // MISSING\r
+               bgFixed : 'Non-scrolling (Fixed) Background', // MISSING\r
+               txtColor : 'Text Color', // MISSING\r
+               margin : 'Page Margins', // MISSING\r
+               marginTop : 'Top', // MISSING\r
+               marginLeft : 'Left', // MISSING\r
+               marginRight : 'Right', // MISSING\r
+               marginBottom : 'Bottom', // MISSING\r
+               metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING\r
+               metaDescription : 'Document Description', // MISSING\r
+               metaAuthor : 'Author', // MISSING\r
+               metaCopyright : 'Copyright', // MISSING\r
+               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>' // MISSING\r
+       }\r
 };\r