X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fms.js;h=17ceecadea1007b323c0a1a6bc76040159896ae1;hp=44cc2aed5da46d925adf03d20aca3477203ece5e;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/ms.js b/_source/lang/ms.js index 44cc2ae..17ceeca 100644 --- a/_source/lang/ms.js +++ b/_source/lang/ms.js @@ -259,7 +259,8 @@ CKEDITOR.lang['ms'] = 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['ms'] = alertUrl : 'Sila taip URL untuk fail gambar', linkTab : 'Sambungan', 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['ms'] = }, maximize : 'Maximize', // MISSING + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['ms'] = 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 + } };