forked from extern/egroupware
47 lines
1.4 KiB
JavaScript
47 lines
1.4 KiB
JavaScript
|
// 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",
|
|||
|
insertorderedlist: "Numerointi",
|
|||
|
insertunorderedlist: "Luettelomerkit",
|
|||
|
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"
|
|||
|
}
|
|||
|
};
|