Project

General

Profile

1
// I18N constants -- Chinese GB
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: "gb",
8

    
9
	tooltips: {
10
		bold:           "????",
11
		italic:         "б??",
12
		underline:      "????",
13
		strikethrough:  "ɾ????",
14
		subscript:      "?±?",
15
		superscript:    "?ϱ?",
16
		justifyleft:    "λ?ÿ???",
17
		justifycenter:  "λ?þ???",
18
		justifyright:   "λ?ÿ???",
19
		justifyfull:    "λ??????ƽ??",
20
		orderedlist:    "˳???嵥",
21
		unorderedlist:  "?????嵥",
22
		outdent:        "??С??ǰ?հ?",
23
		indent:         "?ӿ???ǰ?հ?",
24
		forecolor:      "??????ɫ",
25
		backcolor:      "??????ɫ",
26
		horizontalrule: "ˮƽ??",
27
		createlink:     "????????",
28
		insertimage:    "????ͼ??",
29
		inserttable:    "???????",
30
		htmlmode:       "?л?HTMLԭʼ??",
31
		popupeditor:    "?Ŵ?",
32
		about:          "??? HTMLArea",
33
		help:           "˵??",
34
		textindicator:  "????????"
35
	}
36
};
(11-11/30)