summaryrefslogtreecommitdiff
path: root/plugins/find/lang/zh-cn.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/find/lang/zh-cn.js')
-rw-r--r--plugins/find/lang/zh-cn.js18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/find/lang/zh-cn.js b/plugins/find/lang/zh-cn.js
new file mode 100644
index 0000000..64aec7f
--- /dev/null
+++ b/plugins/find/lang/zh-cn.js
@@ -0,0 +1,18 @@
+/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html or http://ckeditor.com/license
+*/
+CKEDITOR.plugins.setLang( 'find', 'zh-cn', {
+ find: '查找',
+ findOptions: '查找选项',
+ findWhat: '查找:',
+ matchCase: '区分大小写',
+ matchCyclic: '循环匹配',
+ matchWord: '全字匹配',
+ notFoundMsg: '指定文本没有找到',
+ replace: '替换',
+ replaceAll: '全部替换',
+ replaceSuccessMsg: '共完成 %1 处替换.',
+ replaceWith: '替换:',
+ title: '查找和替换'
+});