home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 April
/
CMCD0404.ISO
/
Software
/
Freeware
/
Programare
/
groupoffice-com-2.01
/
controls
/
htmlarea
/
lang
/
fi.js
< prev
next >
Wrap
Text File
|
2004-03-08
|
1KB
|
47 lines
// I18N constants
HTMLArea.I18N = {
// the following should be the filename without .js extension
// it will be used for automatically load plugin language.
lang: "en",
tooltips: {
bold: "Lihavoitu",
italic: "Kursivoitu",
underline: "Alleviivattu",
strikethrough: "Yliviivattu",
subscript: "Alaindeksi",
superscript: "YlΣindeksi",
justifyleft: "Tasaa vasemmat reunat",
justifycenter: "KeskitΣ",
justifyright: "Tasaa oikeat reunat",
justifyfull: "Tasaa molemmat reunat",
insertorderedlist: "Numerointi",
insertunorderedlist: "Luettelomerkit",
outdent: "LisΣΣ sisennystΣ",
indent: "PienennΣ sisennystΣ",
forecolor: "Fontin vΣri",
hilitecolor: "TaustavΣri",
inserthorizontalrule: "Vaakaviiva",
createlink: "LisΣΣ Linkki",
insertimage: "LisΣΣ Kuva",
inserttable: "LisΣΣ Taulu",
htmlmode: "HTML LΣhdekoodi vs WYSIWYG",
popupeditor: "Suurenna Editori",
about: "Tietoja Editorista",
showhelp: "NΣytΣ Ohje",
textindicator: "Nykyinen tyyli",
undo: "Peruuta viimeinen toiminto",
redo: "Palauta viimeinen toiminto",
cut: "Leikkaa maalattu",
copy: "Kopioi maalattu",
paste: "LiitΣ leikepy÷dΣltΣ"
},
buttons: {
"ok": "HyvΣksy",
"cancel": "Peruuta"
}
};