X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=2af57e8d20c0056f9e9c25420e46b4d54050e30a;hb=6e682412d5cc0dfaedb376482e585bf2989c6863;hp=5f9db1570f9b9ec90fb0e138b3b735f0b7808e88;hpb=f0610347140239143439a511ee2bd48cb784f470;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 5f9db15..2af57e8 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -1,10 +1,10 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * @fileOverview Defines the {@link CKEDITOR.lang} object, for the English + * @fileOverview Defines the {@link CKEDITOR.lang} object for the English * language. This is the base file for all translations. */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['en'] = @@ -31,7 +31,8 @@ CKEDITOR.lang['en'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', + editorTitle : 'Rich text editor, %1', + editorHelp : 'Press ALT 0 for help', // ARIA descriptions. toolbars : 'Editor toolbars', @@ -123,6 +124,8 @@ CKEDITOR.lang['en'] = invalidWidth : 'Width must be a number.', 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).', invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', + 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).', // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' @@ -240,6 +243,7 @@ CKEDITOR.lang['en'] = findWhat : 'Find what:', replaceWith : 'Replace with:', notFoundMsg : 'The specified text was not found.', + findOptions : 'Find Options', matchCase : 'Match case', matchWord : 'Match whole word', matchCyclic : 'Match cyclic',