Annotation of loncom/html/htmlarea/lang/b5.js, revision 1.1
1.1 ! www 1: // I18N constants -- Chinese Big-5
! 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: "b5",
! 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>