diff options
Diffstat (limited to 'plugins/templates/lang/zh-cn.js')
| -rw-r--r-- | plugins/templates/lang/zh-cn.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/templates/lang/zh-cn.js b/plugins/templates/lang/zh-cn.js new file mode 100644 index 0000000..63244a1 --- /dev/null +++ b/plugins/templates/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( 'templates', 'zh-cn', {
+ button: '模板',
+ emptyListMsg: '(没有模板)',
+ insertOption: '替换当前内容',
+ options: '模板选项',
+ selectPromptMsg: '请选择编辑器内容模板:',
+ title: '内容模板'
+});
|
