X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Fhu.js;h=f70ae9fc1246ab07b35aaf7cbf31e7628493e6d9;hp=172e85c291fa945a57c84ada0e5586e5830cf8c3;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hpb=f8fc585c18d287eb325c575596d183122486b641 diff --git a/_source/lang/hu.js b/_source/lang/hu.js index 172e85c..f70ae9f 100644 --- a/_source/lang/hu.js +++ b/_source/lang/hu.js @@ -105,6 +105,10 @@ CKEDITOR.lang['hu'] = targetTop : 'Topmost Window (_top)', // MISSING targetSelf : 'Same Window (_self)', // MISSING targetParent : 'Parent Window (_parent)', // MISSING + langDirLTR : 'Left to Right (LTR)', // MISSING + langDirRTL : 'Right to Left (RTL)', // MISSING + styles : 'Style', // MISSING + cssClasses : 'Stylesheet Classes', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -196,6 +200,7 @@ CKEDITOR.lang['hu'] = bulletedTitle : 'Bulleted List Properties', // MISSING type : 'Type', // MISSING start : 'Start', // MISSING + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Circle', // MISSING disc : 'Disc', // MISSING square : 'Square', // MISSING @@ -743,5 +748,11 @@ CKEDITOR.lang['hu'] = }, toolbarCollapse : 'Collapse Toolbar', // MISSING - toolbarExpand : 'Expand Toolbar' // MISSING + toolbarExpand : 'Expand Toolbar', // MISSING + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };