2004-01-08 10:03:17 +01:00
|
|
|
|
// 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<59>indeksi",
|
|
|
|
|
justifyleft: "Tasaa vasemmat reunat",
|
|
|
|
|
justifycenter: "Keskit<69>",
|
|
|
|
|
justifyright: "Tasaa oikeat reunat",
|
|
|
|
|
justifyfull: "Tasaa molemmat reunat",
|
2004-04-21 00:17:46 +02:00
|
|
|
|
orderedlist: "Numerointi",
|
|
|
|
|
unorderedlist: "Luettelomerkit",
|
2004-01-08 10:03:17 +01:00
|
|
|
|
outdent: "Lis<69><73> sisennyst<73>",
|
|
|
|
|
indent: "Pienenn<6E> sisennyst<73>",
|
|
|
|
|
forecolor: "Fontin v<>ri",
|
|
|
|
|
hilitecolor: "Taustav<61>ri",
|
|
|
|
|
inserthorizontalrule: "Vaakaviiva",
|
|
|
|
|
createlink: "Lis<69><73> Linkki",
|
|
|
|
|
insertimage: "Lis<69><73> Kuva",
|
|
|
|
|
inserttable: "Lis<69><73> Taulu",
|
|
|
|
|
htmlmode: "HTML L<>hdekoodi vs WYSIWYG",
|
|
|
|
|
popupeditor: "Suurenna Editori",
|
|
|
|
|
about: "Tietoja Editorista",
|
|
|
|
|
showhelp: "N<>yt<79> Ohje",
|
|
|
|
|
textindicator: "Nykyinen tyyli",
|
|
|
|
|
undo: "Peruuta viimeinen toiminto",
|
|
|
|
|
redo: "Palauta viimeinen toiminto",
|
|
|
|
|
cut: "Leikkaa maalattu",
|
|
|
|
|
copy: "Kopioi maalattu",
|
|
|
|
|
paste: "Liit<69> leikepy<70>d<EFBFBD>lt<6C>"
|
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
buttons: {
|
|
|
|
|
"ok": "Hyv<79>ksy",
|
|
|
|
|
"cancel": "Peruuta"
|
|
|
|
|
}
|
|
|
|
|
};
|