X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=9302a7b4922e6b6d0d5ac1b11d5b5bedc5ed18e9;hp=fee64f953d2e96af1a6df812e8abe3f4c7f0d9ff;hb=9afde8772159bd3436f1f5b7862960307710ae5a;hpb=614511639979907ceb0da3614122a4d8eb963ad4 diff --git a/_source/lang/en.js b/_source/lang/en.js index fee64f9..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', @@ -109,6 +110,17 @@ CKEDITOR.lang['en'] = 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' @@ -155,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', @@ -243,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', @@ -287,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', @@ -410,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.' @@ -451,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', @@ -474,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.' }, @@ -528,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', @@ -615,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', @@ -730,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',