| 1 |
lars |
1 |
// I18N constants
|
|
|
2 |
|
|
|
3 |
// LANG: "ee", ENCODING: UTF-8 | ISO-8859-1
|
|
|
4 |
// Author: Martin Raie, <albertvill@hot.ee>
|
|
|
5 |
|
|
|
6 |
// FOR TRANSLATORS:
|
|
|
7 |
//
|
|
|
8 |
// 1. PLEASE PUT YOUR CONTACT INFO IN THE ABOVE LINE
|
|
|
9 |
// (at least a valid email address)
|
|
|
10 |
//
|
|
|
11 |
// 2. PLEASE TRY TO USE UTF-8 FOR ENCODING;
|
|
|
12 |
// (if this is not possible, please include a comment
|
|
|
13 |
// that states what encoding is necessary.)
|
|
|
14 |
|
|
|
15 |
HTMLArea.I18N = {
|
|
|
16 |
|
|
|
17 |
// the following should be the filename without .js extension
|
|
|
18 |
// it will be used for automatically load plugin language.
|
|
|
19 |
lang: "ee",
|
|
|
20 |
|
|
|
21 |
tooltips: {
|
|
|
22 |
bold: "Paks",
|
|
|
23 |
italic: "Kursiiv",
|
|
|
24 |
underline: "Allakriipsutatud",
|
|
|
25 |
strikethrough: "Läbikriipsutatud",
|
|
|
26 |
subscript: "Allindeks",
|
|
|
27 |
superscript: "Ülaindeks",
|
|
|
28 |
justifyleft: "Joonda vasakule",
|
|
|
29 |
justifycenter: "Joonda keskele",
|
|
|
30 |
justifyright: "Joonda paremale",
|
|
|
31 |
justifyfull: "Rööpjoonda",
|
|
|
32 |
insertorderedlist: "Nummerdus",
|
|
|
33 |
insertunorderedlist: "Täpploend",
|
|
|
34 |
outdent: "Vähenda taanet",
|
|
|
35 |
indent: "Suurenda taanet",
|
|
|
36 |
forecolor: "Fondi värv",
|
|
|
37 |
hilitecolor: "Tausta värv",
|
|
|
38 |
inserthorizontalrule: "Horisontaaljoon",
|
|
|
39 |
createlink: "Lisa viit",
|
|
|
40 |
insertimage: "Lisa pilt",
|
|
|
41 |
inserttable: "Lisa tabel",
|
|
|
42 |
htmlmode: "HTML/tavaline vaade",
|
|
|
43 |
popupeditor: "Suurenda toimeti aken",
|
|
|
44 |
about: "Teave toimeti kohta",
|
|
|
45 |
showhelp: "Spikker",
|
|
|
46 |
textindicator: "Kirjastiil",
|
|
|
47 |
undo: "Võta tagasi",
|
|
|
48 |
redo: "Tee uuesti",
|
|
|
49 |
cut: "Lõika",
|
|
|
50 |
copy: "Kopeeri",
|
|
|
51 |
paste: "Kleebi"
|
|
|
52 |
},
|
|
|
53 |
|
|
|
54 |
buttons: {
|
|
|
55 |
"ok": "OK",
|
|
|
56 |
"cancel": "Loobu"
|
|
|
57 |
},
|
|
|
58 |
|
|
|
59 |
msg: {
|
|
|
60 |
"Path": "Path",
|
|
|
61 |
"TEXT_MODE": "Sa oled tekstireziimis. Kasuta nuppu [<>] lülitamaks tagasi WYSIWIG reziimi."
|
|
|
62 |
}
|
|
|
63 |
};
|