Annotation of loncom/html/htmlarea/lang/fi.js, revision 1.1
1.1 ! www 1: // I18N constants
! 2:
! 3: HTMLArea.I18N = {
! 4:
! 5: // the following should be the filename without .js extension
! 6: // it will be used for automatically load plugin language.
! 7: lang: "en",
! 8:
! 9: tooltips: {
! 10: bold: "Lihavoitu",
! 11: italic: "Kursivoitu",
! 12: underline: "Alleviivattu",
! 13: strikethrough: "Yliviivattu",
! 14: subscript: "Alaindeksi",
! 15: superscript: "Yläindeksi",
! 16: justifyleft: "Tasaa vasemmat reunat",
! 17: justifycenter: "Keskitä",
! 18: justifyright: "Tasaa oikeat reunat",
! 19: justifyfull: "Tasaa molemmat reunat",
! 20: insertorderedlist: "Numerointi",
! 21: insertunorderedlist: "Luettelomerkit",
! 22: outdent: "Lisää sisennystä",
! 23: indent: "Pienennä sisennystä",
! 24: forecolor: "Fontin väri",
! 25: hilitecolor: "Taustaväri",
! 26: inserthorizontalrule: "Vaakaviiva",
! 27: createlink: "Lisää Linkki",
! 28: insertimage: "Lisää Kuva",
! 29: inserttable: "Lisää Taulu",
! 30: htmlmode: "HTML Lähdekoodi vs WYSIWYG",
! 31: popupeditor: "Suurenna Editori",
! 32: about: "Tietoja Editorista",
! 33: showhelp: "Näytä Ohje",
! 34: textindicator: "Nykyinen tyyli",
! 35: undo: "Peruuta viimeinen toiminto",
! 36: redo: "Palauta viimeinen toiminto",
! 37: cut: "Leikkaa maalattu",
! 38: copy: "Kopioi maalattu",
! 39: paste: "Liitä leikepyödältä"
! 40: },
! 41:
! 42: buttons: {
! 43: "ok": "Hyväksy",
! 44: "cancel": "Peruuta"
! 45: }
! 46: };
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>