X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Flang%2Ffi.js;h=ffbbfc0704c7e9f9bc408dcd88f5ca0ef2fc4ac2;hp=2e34d1e5149244ff8d667602bf42c9df8483a13e;hb=f0610347140239143439a511ee2bd48cb784f470;hpb=4e70ea24db840898be8cc21c950363a52a2a6aba diff --git a/_source/lang/fi.js b/_source/lang/fi.js index 2e34d1e..ffbbfc0 100644 --- a/_source/lang/fi.js +++ b/_source/lang/fi.js @@ -121,6 +121,8 @@ CKEDITOR.lang['fi'] = alignBottom : 'Alas', invalidHeight : 'Korkeuden täytyy olla numero.', invalidWidth : 'Leveyden täytyy olla numero.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, ei saatavissa' @@ -201,7 +203,8 @@ CKEDITOR.lang['fi'] = menu : 'Ankkurin ominaisuudet', title : 'Ankkurin ominaisuudet', name : 'Nimi', - errorName : 'Ankkurille on kirjoitettava nimi' + errorName : 'Ankkurille on kirjoitettava nimi', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -413,7 +416,6 @@ CKEDITOR.lang['fi'] = upload : 'Lisää kuva', alt : 'Vaihtoehtoinen teksti', lockRatio : 'Lukitse suhteet', - unlockRatio : 'Vapauta suhteet', resetSize : 'Alkuperäinen koko', border : 'Kehys', hSpace : 'Vaakatila', @@ -770,41 +772,41 @@ CKEDITOR.lang['fi'] = docprops : { - label : 'Document Properties', // MISSING - title : 'Document Properties', // MISSING + label : 'Dokumentin ominaisuudet', + title : 'Dokumentin ominaisuudet', design : 'Design', // MISSING - meta : 'Meta Tags', // MISSING - chooseColor : 'Choose', // MISSING - other : 'Other...', // MISSING - docTitle : 'Page Title', // MISSING - charset : 'Character Set Encoding', // MISSING - charsetOther : 'Other Character Set Encoding', // MISSING + meta : 'Meta-tieto', + chooseColor : 'Valitse', + other : '', + docTitle : 'Sivun nimi', + charset : 'Merkistökoodaus', + charsetOther : 'Muu merkistökoodaus', charsetASCII : 'ASCII', // MISSING - charsetCE : 'Central European', // MISSING - charsetCT : 'Chinese Traditional (Big5)', // MISSING - charsetCR : 'Cyrillic', // MISSING - charsetGR : 'Greek', // MISSING - charsetJP : 'Japanese', // MISSING - charsetKR : 'Korean', // MISSING - charsetTR : 'Turkish', // MISSING + charsetCE : 'Keskieurooppalainen', + charsetCT : 'Kiina, perinteinen (Big5)', + charsetCR : 'Kyrillinen', + charsetGR : 'Kreikka', + charsetJP : 'Japani', + charsetKR : 'Korealainen', + charsetTR : 'Turkkilainen', charsetUN : 'Unicode (UTF-8)', // MISSING - charsetWE : 'Western European', // MISSING - docType : 'Document Type Heading', // MISSING - docTypeOther : 'Other Document Type Heading', // MISSING - xhtmlDec : 'Include XHTML Declarations', // MISSING - bgColor : 'Background Color', // MISSING - bgImage : 'Background Image URL', // MISSING - bgFixed : 'Non-scrolling (Fixed) Background', // MISSING - txtColor : 'Text Color', // MISSING - margin : 'Page Margins', // MISSING - marginTop : 'Top', // MISSING - marginLeft : 'Left', // MISSING - marginRight : 'Right', // MISSING - marginBottom : 'Bottom', // MISSING - metaKeywords : 'Document Indexing Keywords (comma separated)', // MISSING - metaDescription : 'Document Description', // MISSING - metaAuthor : 'Author', // MISSING - metaCopyright : 'Copyright', // MISSING + charsetWE : 'Länsieurooppalainen', + docType : 'Dokumentin tyyppi', + docTypeOther : 'Muu dokumentin tyyppi', + xhtmlDec : 'Lisää XHTML julistukset', + bgColor : 'Taustaväri', + bgImage : 'Taustakuva', + bgFixed : 'Paikallaanpysyvä tausta', + txtColor : 'Tekstiväri', + margin : 'Sivun marginaalit', + marginTop : 'Ylä', + marginLeft : 'Vasen', + marginRight : 'Oikea', + marginBottom : 'Ala', + metaKeywords : 'Hakusanat (pilkulla erotettuna)', + metaDescription : 'Kuvaus', + metaAuthor : 'Tekijä', + metaCopyright : 'Tekijänoikeudet', previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };