1 |
4
|
ryan
|
// 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 |
|
|
};
|