X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fgu.js;h=c8de28ae24325d7c693488e33047fcd13d479369;hp=0d593458798146f040e787c3915d7ef9a5ac8e32;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/gu.js b/_source/lang/gu.js index 0d59345..c8de28a 100644 --- a/_source/lang/gu.js +++ b/_source/lang/gu.js @@ -259,7 +259,8 @@ CKEDITOR.lang['gu'] = invalidWidth : 'Cell width must be a number.', // MISSING invalidHeight : 'Cell height must be a number.', // MISSING invalidRowSpan : 'Rows span must be a whole number.', // MISSING - invalidColSpan : 'Columns span must be a whole number.' // MISSING + invalidColSpan : 'Columns span must be a whole number.', // MISSING + chooseColor : 'Choose' // MISSING }, row : @@ -396,7 +397,8 @@ CKEDITOR.lang['gu'] = alertUrl : 'ચિત્રની URL ટાઇપ કરો', linkTab : 'લિંક', button2Img : 'Do you want to transform the selected image button on a simple image?', // MISSING - img2Button : 'Do you want to transform the selected image on a image button?' // MISSING + img2Button : 'Do you want to transform the selected image on a image button?', // MISSING + urlMissing : 'Image source URL is missing.' // MISSING }, // Flash Dialog @@ -661,6 +663,7 @@ CKEDITOR.lang['gu'] = }, maximize : 'Maximize', // MISSING + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['gu'] = 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 + } };