X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffi.js;h=77ce319b58df7465b8ff2083a1e517040a7d20ce;hb=9873d66421922c7aef8be0f5d2ab51e547b19e66;hp=b5665e90aa8444c69f9612d57bc7a508e951ee76;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab;p=ckeditor.git diff --git a/_source/lang/fi.js b/_source/lang/fi.js index b5665e9..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' @@ -744,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 + } };