diff options
Diffstat (limited to 'plugins/about/lang/zh-cn.js')
| -rw-r--r-- | plugins/about/lang/zh-cn.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/about/lang/zh-cn.js b/plugins/about/lang/zh-cn.js new file mode 100644 index 0000000..91b88a0 --- /dev/null +++ b/plugins/about/lang/zh-cn.js @@ -0,0 +1,12 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'about', 'zh-cn', {
+ copy: '版权所有 © $1。<br />保留所有权利。',
+ dlgTitle: '关于 CKEditor',
+ help: '访问 $1 以获取帮助。',
+ moreInfo: '相关授权许可信息请访问我们的网站:',
+ title: '关于 CKEditor',
+ userGuide: 'CKEditor 用户向导'
+});
|
