Annotation of loncom/html/adm/ckeditor/plugins/lcm/lang/zh.js, revision 1.1

1.1     ! damieng     1: /*
        !             2: Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
        !             3: For licensing, see LICENSE.md or http://ckeditor.com/license
        !             4: */
        !             5: CKEDITOR.plugins.setLang( 'lcm', 'zh', {
        !             6: 	title: '以 TeX 表示數學',
        !             7: 	button: '數學',
        !             8: 	dialogInput: '請輸入 TeX',
        !             9: 	docUrl: 'http://en.wikibooks.org/wiki/LaTeX/Mathematics',
        !            10: 	docLabel: 'TeX 說明文件',
        !            11: 	loading: '載入中…',
        !            12: 	pathName: '數學'
        !            13: } );

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