JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.2
[ckeditor.git] / _source / lang / en.js
index 5f9db15..d7e2141 100644 (file)
@@ -4,7 +4,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license
 */\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
@@ -123,6 +123,8 @@ CKEDITOR.lang['en'] =
                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
@@ -240,6 +242,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