Annotation of loncom/html/htmlarea/lang/gb.js, revision 1.1

1.1     ! www         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: };

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>