X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=_source%2Flang%2Fen.js;h=fee64f953d2e96af1a6df812e8abe3f4c7f0d9ff;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=6dcec095a2dc317c314de813f282bec4028a464b;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 6dcec09..fee64f9 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -105,6 +105,10 @@ CKEDITOR.lang['en'] = targetTop : 'Topmost Window (_top)', targetSelf : 'Same Window (_self)', targetParent : 'Parent Window (_parent)', + langDirLTR : 'Left to Right (LTR)', + langDirRTL : 'Right to Left (RTL)', + styles : 'Style', + cssClasses : 'Stylesheet Classes', // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' @@ -196,6 +200,7 @@ CKEDITOR.lang['en'] = bulletedTitle : 'Bulleted List Properties', type : 'Type', start : 'Start', + validateStartNumber :'List start number must be a whole number.', circle : 'Circle', disc : 'Disc', square : 'Square', @@ -642,7 +647,7 @@ CKEDITOR.lang['en'] = '008080' : 'Teal', '000080' : 'Navy', '4B0082' : 'Indigo', - '696969' : 'Dim Gray', + '696969' : 'Dark Gray', 'B22222' : 'Fire Brick', 'A52A2A' : 'Brown', 'DAA520' : 'Golden Rod', @@ -658,7 +663,7 @@ CKEDITOR.lang['en'] = '0FF' : 'Cyan', '00F' : 'Blue', 'EE82EE' : 'Violet', - 'A9A9A9' : 'Dark Gray', + 'A9A9A9' : 'Dim Gray', 'FFA07A' : 'Light Salmon', 'FFA500' : 'Orange', 'FFFF00' : 'Yellow', @@ -707,7 +712,7 @@ CKEDITOR.lang['en'] = dic_restore : 'Restore', dic_delete : 'Delete', dic_rename : 'Rename', - dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.', + dic_info : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', aboutTab : 'About' }, @@ -736,11 +741,18 @@ CKEDITOR.lang['en'] = colordialog : { title : 'Select color', + options : 'Color Options', highlight : 'Highlight', - selected : 'Selected', + selected : 'Selected Color', clear : 'Clear' }, toolbarCollapse : 'Collapse Toolbar', - toolbarExpand : 'Expand Toolbar' + toolbarExpand : 'Expand Toolbar', + + bidi : + { + ltr : 'Text direction from left to right', + rtl : 'Text direction from right to left' + } };