X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fsr.js;h=cd6393365d06b8f97e935983099e232e9633619e;hp=ed91b2e88ff60fb7e5659696af3cf132b4385e35;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/sr.js b/_source/lang/sr.js index ed91b2e..cd63933 100644 --- a/_source/lang/sr.js +++ b/_source/lang/sr.js @@ -259,7 +259,8 @@ CKEDITOR.lang['sr'] = 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['sr'] = alertUrl : 'Унесите УРЛ слике', 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['sr'] = }, maximize : 'Maximize', // MISSING + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['sr'] = 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 + } };