summaryrefslogtreecommitdiff
path: root/plugins/pastefromword/lang/zh-cn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/pastefromword/lang/zh-cn.js')
-rw-r--r--plugins/pastefromword/lang/zh-cn.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/pastefromword/lang/zh-cn.js b/plugins/pastefromword/lang/zh-cn.js
new file mode 100644
index 0000000..d451db9
--- /dev/null
+++ b/plugins/pastefromword/lang/zh-cn.js
@@ -0,0 +1,10 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'pastefromword', 'zh-cn', {
+ confirmCleanup: '您要粘贴的内容好像是来自 MS Word, 是否要清除 MS Word 格式后再粘贴?',
+ error: '由于内部错误无法清理要粘贴的数据',
+ title: '从 MS Word 粘贴',
+ toolbar: '从 MS Word 粘贴'
+});