]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - sources/plugins/find/lang/zh-cn.js
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / sources / plugins / find / lang / zh-cn.js
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5CKEDITOR.plugins.setLang( 'find', 'zh-cn', {\r
6 find: '查找',\r
7 findOptions: '查找选项',\r
8 findWhat: '查找:',\r
9 matchCase: '区分大小写',\r
10 matchCyclic: '循环匹配',\r
11 matchWord: '全字匹配',\r
12 notFoundMsg: '指定的文本没有找到。',\r
13 replace: '替换',\r
14 replaceAll: '全部替换',\r
15 replaceSuccessMsg: '共完成 %1 处替换。',\r
16 replaceWith: '替换:',\r
17 title: '查找和替换'\r
18} );\r