X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=e685e096759e189fc32a3fb88c19ec2291b844df;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=7cdff62d7eca270ac4b9db16d42248e6d65281e7;hpb=2f22c0c38f17e75be5541089076885442aaa2377;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 7cdff62..e685e09 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -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', @@ -119,6 +120,7 @@ CKEDITOR.lang['en'] = alignTop : 'Top', alignMiddle : 'Middle', alignBottom : 'Bottom', + invalidValue : 'Invalid value.', invalidHeight : 'Height must be a number.', 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).', @@ -696,7 +698,7 @@ CKEDITOR.lang['en'] = ignoreAll : 'Ignore All', addWord : 'Add Word', emptyDic : 'Dictionary name should not be empty.', - + noSuggestions : 'No suggestions', optionsTab : 'Options', allCaps : 'Ignore All-Caps Words', ignoreDomainNames : 'Ignore Domain Names',