X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=df2a5b1e1798a735b7307d5bfde70d3058510315;hp=5941249f6fabf33b5252f4e5f42515d965aca270;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/en.js b/_source/lang/en.js index 5941249..df2a5b1 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 : @@ -396,7 +397,8 @@ CKEDITOR.lang['en'] = 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 +663,7 @@ CKEDITOR.lang['en'] = }, maximize : 'Maximize', + minimize : 'Minimize', fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['en'] = unknown : 'Unknown Object' }, - resize : 'Drag to resize' + resize : 'Drag to resize', + + colordialog : + { + title : 'Select color', + highlight : 'Highlight', + selected : 'Selected', + clear : 'Clear' + } };