X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=c5f41930a6d6ad4debc09dd52ee26d5f7ea3be11;hb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;hp=5941249f6fabf33b5252f4e5f42515d965aca270;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 5941249..c5f4193 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -259,7 +259,8 @@ CKEDITOR.lang['en'] = invalidWidth : 'Cell width must be a number.', invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', - invalidColSpan : 'Columns span must be a whole number.' + invalidColSpan : 'Columns span must be a whole number.', + chooseColor : 'Choose' }, row : @@ -384,19 +385,13 @@ CKEDITOR.lang['en'] = vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', - alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', alignRight : 'Right', - alignTextTop : 'Text Top', - alignTop : 'Top', preview : 'Preview', 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?' + img2Button : 'Do you want to transform the selected image on a image button?', + urlMissing : 'Image source URL is missing.' }, // Flash Dialog @@ -661,6 +656,7 @@ CKEDITOR.lang['en'] = }, maximize : 'Maximize', + minimize : 'Minimize', fakeobjects : { @@ -670,5 +666,16 @@ CKEDITOR.lang['en'] = unknown : 'Unknown Object' }, - resize : 'Drag to resize' + resize : 'Drag to resize', + + colordialog : + { + title : 'Select color', + highlight : 'Highlight', + selected : 'Selected', + clear : 'Clear' + }, + + toolbarCollapse : 'Collapse Toolbar', + toolbarExpand : 'Expand Toolbar' };