X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fhu.js;h=2b8febdf069c086af306850287a823aecc3e9922;hp=7b1441a18d6a5277b91ddf9bba5d5fe1c26921b5;hb=refs%2Ftags%2Fv3.0.1;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91 diff --git a/_source/lang/hu.js b/_source/lang/hu.js index 7b1441a..2b8febd 100644 --- a/_source/lang/hu.js +++ b/_source/lang/hu.js @@ -259,7 +259,8 @@ CKEDITOR.lang['hu'] = 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['hu'] = alertUrl : 'Töltse ki a kép webcímét', linkTab : 'Hivatkozás', 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['hu'] = }, maximize : 'Maximize', // MISSING + minimize : 'Minimize', // MISSING fakeobjects : { @@ -670,5 +673,13 @@ CKEDITOR.lang['hu'] = 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 + } };