X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffi.js;h=76fb76bc73529c8f72df94dd4f2ec0d687ee954d;hp=b5665e90aa8444c69f9612d57bc7a508e951ee76;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hpb=055b6b0792ce7dc53d47af606b367c04b927c2ab diff --git a/_source/lang/fi.js b/_source/lang/fi.js index b5665e9..76fb76b 100644 --- a/_source/lang/fi.js +++ b/_source/lang/fi.js @@ -105,6 +105,11 @@ CKEDITOR.lang['fi'] = targetTop : 'Päällimmäinen ikkuna (_top)', targetSelf : 'Sama ikkuna (_self)', targetParent : 'Ylemmän tason ikkuna (_parent)', + advanced : 'Advanced', // 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, ei saatavissa' @@ -744,5 +749,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 + } };