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