mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-16 04:53:13 +01:00
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äindeksi",
|
|
justifyleft: "Tasaa vasemmat reunat",
|
|
justifycenter: "Keskitä",
|
|
justifyright: "Tasaa oikeat reunat",
|
|
justifyfull: "Tasaa molemmat reunat",
|
|
orderedlist: "Numerointi",
|
|
unorderedlist: "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"
|
|
}
|
|
};
|