X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=fee64f953d2e96af1a6df812e8abe3f4c7f0d9ff;hb=c9fdde67e6384bd5a66adc2b3bba5c4ce9db56c7;hp=a57bc2e997764ff485c4352b5416b8d8cfe4ed1b;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index a57bc2e..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' @@ -708,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' }, @@ -744,5 +748,11 @@ CKEDITOR.lang['en'] = }, toolbarCollapse : 'Collapse Toolbar', - toolbarExpand : 'Expand Toolbar' + toolbarExpand : 'Expand Toolbar', + + bidi : + { + ltr : 'Text direction from left to right', + rtl : 'Text direction from right to left' + } };