X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Ffi.js;h=76fb76bc73529c8f72df94dd4f2ec0d687ee954d;hb=e371ddf8abcb89013e20e6d0dd746adec344d0e5;hp=9ed758de28392eae9c84d0250de8ae6c1f10c58e;hpb=8665a7c6c60586526e32e8941fe2896739b6ebfb;p=ckeditor.git diff --git a/_source/lang/fi.js b/_source/lang/fi.js index 9ed758d..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' @@ -196,6 +201,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ö', @@ -736,11 +742,18 @@ CKEDITOR.lang['fi'] = colordialog : { title : 'Valitse väri', + options : 'Color Options', // MISSING highlight : 'Korostus', selected : 'Valittu', clear : 'Poista' }, 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 + } };