xref: /dokuwiki/lib/plugins/revert/lang/zh/lang.php (revision 659695a7bcf2d1eda21d202443f344de250a1800)
1<?php
2/**
3 * Chinese(Simplified) language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author     ZDYX <zhangduyixiong@gmail.com>
7 */
8
9// for admin plugins, the menu prompt to be displayed in the admin menu
10// if set here, the plugin doesn't need to override the getMenuText() method
11$lang['menu'] = '还原管理器';
12
13// custom language strings for the plugin
14
15$lang['filter']   = '搜索包含垃圾信息的页面';
16$lang['revert']   = '还原选中的页面';
17$lang['reverted'] = '%s 还原至修订版 %s';
18$lang['removed']  = '%s 已移除';
19$lang['revstart'] = '已开始还原操作。有可能需要很长时间。如果计时器在还原操作完成前停止了,请尝试还原较少的内容。';
20$lang['revstop']  = '还原操作成功完成。';
21$lang['note1']    = '请注意:本次搜索区分大小写';
22$lang['note2']    = '请注意:本页面将被还原至不包含给定垃圾信息 <i>%s</i> 的最近的修订版。';
23
24//Setup VIM: ex: et ts=4 enc=utf-8 :
25