// I18N constants -- Chinese GB
// by Dave Lo -- dlo@interactivetools.com
HTMLArea.I18N = {

	// the following should be the filename without .js extension
	// it will be used for automatically load plugin language.
	lang: "gb",

	tooltips: {
		bold:           "粗体",
		italic:         "斜体",
		underline:      "底线",
		strikethrough:  "删除线",
		subscript:      "下标",
		superscript:    "上标",
		justifyleft:    "位置靠左",
		justifycenter:  "位置居中",
		justifyright:   "位置靠右",
		justifyfull:    "位置左右平等",
		orderedlist:    "顺序清单",
		unorderedlist:  "无序清单",
		outdent:        "减小行前空白",
		indent:         "加宽行前空白",
		forecolor:      "文字颜色",
		backcolor:      "背景颜色",
		horizontalrule: "水平线",
		createlink:     "插入连结",
		insertimage:    "插入图形",
		inserttable:    "插入表格",
		htmlmode:       "切换HTML原始码",
		popupeditor:    "放大",
		about:          "关於 HTMLArea",
		help:           "说明",
		textindicator:  "字体例子"
	}
};