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