1 |
4
|
ryan
|
// I18N constants -- Chinese Big-5
|
2 |
|
|
// by Dave Lo -- dlo@interactivetools.com
|
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: "b5",
|
8 |
|
|
|
9 |
|
|
tooltips: {
|
10 |
|
|
bold: "????",
|
11 |
|
|
italic: "????",
|
12 |
|
|
underline: "???u",
|
13 |
|
|
strikethrough: "?R???u",
|
14 |
|
|
subscript: "?U??",
|
15 |
|
|
superscript: "?W??",
|
16 |
|
|
justifyleft: "??m?a??",
|
17 |
|
|
justifycenter: "??m?~??",
|
18 |
|
|
justifyright: "??m?a?k",
|
19 |
|
|
justifyfull: "??m???k????",
|
20 |
|
|
orderedlist: "???DzM??",
|
21 |
|
|
unorderedlist: "?L?DzM??",
|
22 |
|
|
outdent: "??p??e?ť?",
|
23 |
|
|
indent: "?[?e??e?ť?",
|
24 |
|
|
forecolor: "??r?C??",
|
25 |
|
|
backcolor: "?I???C??",
|
26 |
|
|
horizontalrule: "?????u",
|
27 |
|
|
createlink: "???J?s??",
|
28 |
|
|
insertimage: "???J?ϧ?",
|
29 |
|
|
inserttable: "???J????",
|
30 |
|
|
htmlmode: "????HTML??l?X",
|
31 |
|
|
popupeditor: "??j",
|
32 |
|
|
about: "???? HTMLArea",
|
33 |
|
|
help: "????",
|
34 |
|
|
textindicator: "?r??Ҥl"
|
35 |
|
|
}
|
36 |
|
|
};
|