X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=9302a7b4922e6b6d0d5ac1b11d5b5bedc5ed18e9;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hp=8696640e5695b0372994d0b54f56214dc1eb0554;hpb=e7789c1ad838194d45eeee6ac2eb6e55f5cf35a1;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 8696640..9302a7b 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -56,6 +56,7 @@ CKEDITOR.lang['en'] = superscript : 'Superscript', horizontalrule : 'Insert Horizontal Line', pagebreak : 'Insert Page Break for Printing', + pagebreakAlt : 'Page Break', unlink : 'Unlink', undo : 'Undo', redo : 'Redo', @@ -105,6 +106,21 @@ 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', + width : 'Width', + height : 'Height', + align : 'Alignment', + alignLeft : 'Left', + alignRight : 'Right', + alignCenter : 'Center', + alignTop : 'Top', + alignMiddle : 'Middle', + alignBottom : 'Bottom', + invalidHeight : 'Height must be a number.', + invalidWidth : 'Width must be a number.', // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' @@ -151,9 +167,7 @@ CKEDITOR.lang['en'] = popupFullScreen : 'Full Screen (IE)', popupScrollBars : 'Scroll Bars', popupDependent : 'Dependent (Netscape)', - popupWidth : 'Width', popupLeft : 'Left Position', - popupHeight : 'Height', popupTop : 'Top Position', id : 'Id', langDir : 'Language Direction', @@ -189,6 +203,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 : { @@ -215,15 +253,9 @@ CKEDITOR.lang['en'] = rows : 'Rows', columns : 'Columns', border : 'Border size', - align : 'Alignment', - alignLeft : 'Left', - alignCenter : 'Center', - alignRight : 'Right', - width : 'Width', widthPx : 'pixels', widthPc : 'percent', widthUnit : 'width unit', - height : 'Height', cellSpace : 'Cell spacing', cellPad : 'Cell padding', caption : 'Caption', @@ -259,9 +291,6 @@ CKEDITOR.lang['en'] = wordWrap : 'Word Wrap', hAlign : 'Horizontal Alignment', vAlign : 'Vertical Alignment', - alignTop : 'Top', - alignMiddle : 'Middle', - alignBottom : 'Bottom', alignBaseline : 'Baseline', bgColor : 'Background Color', borderColor : 'Border Color', @@ -382,24 +411,17 @@ CKEDITOR.lang['en'] = btnUpload : 'Send it to the Server', upload : 'Upload', alt : 'Alternative Text', - width : 'Width', - height : 'Height', lockRatio : 'Lock Ratio', unlockRatio : 'Unlock Ratio', resetSize : 'Reset Size', border : 'Border', hSpace : 'HSpace', vSpace : 'VSpace', - align : 'Align', - alignLeft : 'Left', - alignRight : 'Right', alertUrl : 'Please type the image URL', linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', img2Button : 'Do you want to transform the selected image on a image button?', urlMissing : 'Image source URL is missing.', - validateWidth : 'Width must be a whole number.', - validateHeight : 'Height must be a whole number.', validateBorder : 'Border must be a whole number.', validateHSpace : 'HSpace must be a whole number.', validateVSpace : 'VSpace must be a whole number.' @@ -423,16 +445,10 @@ CKEDITOR.lang['en'] = accessAlways : 'Always', accessSameDomain: 'Same domain', accessNever : 'Never', - align : 'Align', - alignLeft : 'Left', alignAbsBottom : 'Abs Bottom', alignAbsMiddle : 'Abs Middle', alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', - alignRight : 'Right', alignTextTop : 'Text Top', - alignTop : 'Top', quality : 'Quality', qualityBest : 'Best', qualityHigh : 'High', @@ -446,13 +462,9 @@ CKEDITOR.lang['en'] = windowMode : 'Window mode', flashvars : 'Variables for Flash', bgcolor : 'Background color', - width : 'Width', - height : 'Height', hSpace : 'HSpace', vSpace : 'VSpace', validateSrc : 'URL must not be empty.', - validateWidth : 'Width must be a number.', - validateHeight : 'Height must be a number.', validateHSpace : 'HSpace must be a number.', validateVSpace : 'VSpace must be a number.' }, @@ -500,10 +512,10 @@ CKEDITOR.lang['en'] = justify : { - left : 'Left Justify', - center : 'Center Justify', - right : 'Right Justify', - block : 'Block Justify' + left : 'Align Left', + center : 'Center', + right : 'Align Right', + block : 'Justify' }, blockquote : 'Block Quote', @@ -587,6 +599,15 @@ CKEDITOR.lang['en'] = remove : 'Remove Div' }, + iframe : + { + title : 'iFrame Properties', + toolbar : 'iFrame', + noUrl : 'Please type the iFrame URL', + scrolling : 'Enable scrollbars', + border : 'Show frame border' + }, + font : { label : 'Font', @@ -619,7 +640,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 +656,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 +678,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 +690,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 its name and click the Restore button.', + aboutTab : 'About' }, @@ -687,10 +723,11 @@ CKEDITOR.lang['en'] = fakeobjects : { - anchor : 'Anchor', - flash : 'Flash Animation', - div : 'Page Break', - unknown : 'Unknown Object' + anchor : 'Anchor', + flash : 'Flash Animation', + iframe : 'iFrame', + hiddenfield : 'Hidden Field', + unknown : 'Unknown Object' }, resize : 'Drag to resize', @@ -698,11 +735,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' + } };