JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.6.1
[ckeditor.git] / _source / lang / en.js
index 5452f29..e685e09 100644 (file)
@@ -1,10 +1,10 @@
 /*\r
-Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2013, 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
+ * @fileOverview Defines the {@link CKEDITOR.lang} object for the English\r
  *             language. This is the base file for all translations.\r
  */\r
 \r
@@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */\r
 \r
 /**\r
- * Constains the dictionary of language entries.\r
+ * Contains the dictionary of language entries.\r
  * @namespace\r
  */\r
 CKEDITOR.lang['en'] =\r
@@ -31,7 +31,8 @@ CKEDITOR.lang['en'] =
         * 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
+       editorTitle : 'Rich text editor, %1',\r
+       editorHelp : 'Press ALT 0 for help',\r
 \r
        // ARIA descriptions.\r
        toolbars        : 'Editor toolbars',\r
@@ -119,8 +120,13 @@ CKEDITOR.lang['en'] =
                alignTop                : 'Top',\r
                alignMiddle             : 'Middle',\r
                alignBottom             : 'Bottom',\r
+               invalidValue    : 'Invalid value.',\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
+               invalidInlineStyle      : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',\r
+               cssLengthTooltip        : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).',\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'\r
@@ -201,7 +207,8 @@ CKEDITOR.lang['en'] =
                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'\r
        },\r
 \r
        // List style dialog\r
@@ -237,6 +244,7 @@ CKEDITOR.lang['en'] =
                findWhat                        : 'Find what:',\r
                replaceWith                     : 'Replace with:',\r
                notFoundMsg                     : 'The specified text was not found.',\r
+               findOptions                     : 'Find Options',\r
                matchCase                       : 'Match case',\r
                matchWord                       : 'Match whole word',\r
                matchCyclic                     : 'Match cyclic',\r
@@ -271,8 +279,8 @@ CKEDITOR.lang['en'] =
                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
+               invalidCellSpacing      : 'Cell spacing must be a positive number.',\r
+               invalidCellPadding      : 'Cell padding must be a positive number.',\r
 \r
                cell :\r
                {\r
@@ -413,7 +421,6 @@ CKEDITOR.lang['en'] =
                upload          : 'Upload',\r
                alt                     : 'Alternative Text',\r
                lockRatio       : 'Lock Ratio',\r
-               unlockRatio     : 'Unlock Ratio',\r
                resetSize       : 'Reset Size',\r
                border          : 'Border',\r
                hSpace          : 'HSpace',\r
@@ -691,7 +698,7 @@ CKEDITOR.lang['en'] =
                ignoreAll               : 'Ignore All',\r
                addWord                 : 'Add Word',\r
                emptyDic                : 'Dictionary name should not be empty.',\r
-\r
+               noSuggestions   : 'No suggestions',\r
                optionsTab              : 'Options',\r
                allCaps                 : 'Ignore All-Caps Words',\r
                ignoreDomainNames : 'Ignore Domain Names',\r