X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fsl.js;h=7cbdeebeb0c80c1122fd0ae5fae9ac534dbe8807;hp=7ec81ab7887dc35e115b2148f26bbc714b7f63ab;hb=8761695d9b70afe75905deaac88f78c1f8aeb32d;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/sl.js b/_source/lang/sl.js index 7ec81ab..7cbdeeb 100644 --- a/_source/lang/sl.js +++ b/_source/lang/sl.js @@ -259,7 +259,8 @@ CKEDITOR.lang['sl'] = 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['sl'] = alertUrl : 'Vnesite URL slike', linkTab : 'Povezava', 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['sl'] = }, maximize : 'Maximize', // MISSING + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['sl'] = 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 + } };