Project

General

Profile

1
// I18N constants -- Japanese EUC
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-euc",
9

    
10
	tooltips: {
11
		bold:           "????",
12
		italic:         "????",
13
		underline:      "????",
14
		strikethrough:  "?Ǥ??ä???",
15
		subscript:      "???դ?ź????",
16
		superscript:    "???դ?ź????",
17
		justifyleft:    "????",
18
		justifycenter:  "?????",
19
		justifyright:   "????",
20
		justifyfull:    "????????",
21
		orderedlist:    "?ֹ??դ??վ??",
22
		unorderedlist:  "?????դ??վ??",
23
		outdent:        "????ǥ?Ȳ??",
24
		indent:         "????ǥ??????",
25
		forecolor:      "ʸ????",
26
		backcolor:      "?طʿ?",
27
		horizontalrule: "??ʿ??",
28
		createlink:     "??󥯺???",
29
		insertimage:    "????????",
30
		inserttable:    "?ơ??֥?????",
31
		htmlmode:       "HTMLɽ??????",
32
		popupeditor:    "???ǥ???????",
33
		about:          "?С?????????",
34
		help:           "?إ??",
35
		textindicator:  "???ߤΥ???????"
36
	}
37
};
(15-15/30)