X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffi.js;h=77ce319b58df7465b8ff2083a1e517040a7d20ce;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=d28a7e7cdd9c73ed08d15f6df0f610e54d9288a3;hpb=f8fc585c18d287eb325c575596d183122486b641;p=ckeditor.git diff --git a/_source/lang/fi.js b/_source/lang/fi.js index d28a7e7..77ce319 100644 --- a/_source/lang/fi.js +++ b/_source/lang/fi.js @@ -105,6 +105,10 @@ CKEDITOR.lang['fi'] = targetTop : 'Päällimmäinen ikkuna (_top)', targetSelf : 'Sama ikkuna (_self)', targetParent : 'Ylemmän tason ikkuna (_parent)', + 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, ei saatavissa' @@ -196,6 +200,7 @@ CKEDITOR.lang['fi'] = bulletedTitle : 'Numeroimattoman listan ominaisuudet', type : 'Tyyppi', start : 'Alku', + validateStartNumber :'List start number must be a whole number.', // MISSING circle : 'Ympyrä', disc : 'Levy', square : 'Neliö', @@ -743,5 +748,11 @@ CKEDITOR.lang['fi'] = }, toolbarCollapse : 'Kutista työkalupalkki', - toolbarExpand : 'Laajenna työkalupalkki' + toolbarExpand : 'Laajenna työkalupalkki', + + bidi : + { + ltr : 'Text direction from left to right', // MISSING + rtl : 'Text direction from right to left' // MISSING + } };