12345678910111213 |
- /*
- Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
- For licensing, see LICENSE.md or http://ckeditor.com/license
- */
- CKEDITOR.plugins.setLang( 'asciimath', 'zh', {
- title: '以 ASCII 表示數學',
- button: '數學',
- dialogInput: '請輸入 ASCII',
- docUrl: 'http://en.wikibooks.org/wiki/ASCII',
- docLabel: 'ASCII 說明文件',
- loading: '載入中…',
- pathName: '數學'
- } );
|