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