JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / en-ca.js
index 1c70d88..bfece57 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -34,8 +34,8 @@ CKEDITOR.lang['en-ca'] =
        editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING\r
 \r
        // ARIA descriptions.\r
-       toolbar : 'Toolbar', // MISSING\r
-       editor  : 'Rich Text Editor', // MISSING\r
+       toolbars        : 'Editor toolbars', // MISSING\r
+       editor          : 'Rich Text Editor', // MISSING\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Source',\r
@@ -121,6 +121,8 @@ CKEDITOR.lang['en-ca'] =
                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
@@ -175,18 +177,19 @@ CKEDITOR.lang['en-ca'] =
                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
@@ -200,7 +203,8 @@ 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
@@ -412,7 +416,6 @@ CKEDITOR.lang['en-ca'] =
                upload          : 'Upload',\r
                alt                     : 'Alternative Text',\r
                lockRatio       : 'Lock Ratio',\r
-               unlockRatio     : 'Unlock Ratio', // MISSING\r
                resetSize       : 'Reset Size',\r
                border          : 'Border',\r
                hSpace          : 'HSpace',\r
@@ -601,9 +604,9 @@ CKEDITOR.lang['en-ca'] =
 \r
        iframe :\r
        {\r
-               title           : 'iFrame Properties', // MISSING\r
-               toolbar         : 'iFrame', // MISSING\r
-               noUrl           : 'Please type the iFrame URL', // MISSING\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
@@ -714,6 +717,8 @@ CKEDITOR.lang['en-ca'] =
        {\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
@@ -725,7 +730,7 @@ CKEDITOR.lang['en-ca'] =
        {\r
                anchor          : 'Anchor', // MISSING\r
                flash           : 'Flash Animation', // MISSING\r
-               iframe          : 'iFrame', // MISSING\r
+               iframe          : 'IFrame', // MISSING\r
                hiddenfield     : 'Hidden Field', // MISSING\r
                unknown         : 'Unknown Object' // MISSING\r
        },\r
@@ -744,9 +749,64 @@ CKEDITOR.lang['en-ca'] =
        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