X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=b9f28471ad06f9b789e0fb191b68fa075e13a726;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=8696640e5695b0372994d0b54f56214dc1eb0554;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 8696640..b9f2847 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' @@ -189,6 +193,30 @@ CKEDITOR.lang['en'] = errorName : 'Please type the anchor name' }, + // List style dialog + list: + { + numberedTitle : 'Numbered List Properties', + bulletedTitle : 'Bulleted List Properties', + type : 'Type', + start : 'Start', + validateStartNumber :'List start number must be a whole number.', + circle : 'Circle', + disc : 'Disc', + square : 'Square', + none : 'None', + notset : '', + armenian : 'Armenian numbering', + georgian : 'Georgian numbering (an, ban, gan, etc.)', + lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', + upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', + lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', + upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', + lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', + decimal : 'Decimal (1, 2, 3, etc.)', + decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)' + }, + // Find And Replace Dialog findAndReplace : { @@ -619,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', @@ -635,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', @@ -657,6 +685,7 @@ CKEDITOR.lang['en'] = scayt : { title : 'Spell Check As You Type', + opera_title : 'Not supported by Opera', enable : 'Enable SCAYT', disable : 'Disable SCAYT', about : 'About SCAYT', @@ -668,9 +697,23 @@ CKEDITOR.lang['en'] = ignoreAll : 'Ignore All', addWord : 'Add Word', emptyDic : 'Dictionary name should not be empty.', + optionsTab : 'Options', + allCaps : 'Ignore All-Caps Words', + ignoreDomainNames : 'Ignore Domain Names', + mixedCase : 'Ignore Words with Mixed Case', + mixedWithDigits : 'Ignore Words with Numbers', + languagesTab : 'Languages', + dictionariesTab : 'Dictionaries', + dic_field_name : 'Dictionary name', + dic_create : 'Create', + 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.', + aboutTab : 'About' }, @@ -698,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' + } };