1
|
// I18N constants -- Japanese Shift-JIS
|
2
|
// by Manabu Onoue -- tmocsys@tmocsys.com
|
3
|
|
4
|
HTMLArea.I18N = {
|
5
|
|
6
|
// the following should be the filename without .js extension
|
7
|
// it will be used for automatically load plugin language.
|
8
|
lang: "ja-sjis",
|
9
|
|
10
|
tooltips: {
|
11
|
bold: "????",
|
12
|
italic: "?Α?",
|
13
|
underline: "????",
|
14
|
strikethrough: "?ł???????",
|
15
|
subscript: "???t???Y????",
|
16
|
superscript: "??t???Y????",
|
17
|
justifyleft: "????",
|
18
|
justifycenter: "??????",
|
19
|
justifyright: "?E??",
|
20
|
justifyfull: "?ϓ????t",
|
21
|
orderedlist: "?ԍ??t???ӏ?????",
|
22
|
unorderedlist: "?L???t???ӏ?????",
|
23
|
outdent: "?C???f???g????",
|
24
|
indent: "?C???f???g?ݒ?",
|
25
|
forecolor: "?????F",
|
26
|
backcolor: "?w?i?F",
|
27
|
horizontalrule: "??????",
|
28
|
createlink: "?????N?쐬",
|
29
|
insertimage: "?摜?}??",
|
30
|
inserttable: "?e?[?u???}??",
|
31
|
htmlmode: "HTML?\???ؑ?",
|
32
|
popupeditor: "?G?f?B?^?g??",
|
33
|
about: "?o?[?W???????",
|
34
|
help: "?w???v",
|
35
|
textindicator: "???݂̃X?^?C??"
|
36
|
}
|
37
|
};
|