xref: /dokuwiki/lib/plugins/revert/lang/zh/lang.php (revision 2739341bdb7b67084e2a7be6478b5d4ca41cbf2a)
1a783e668SAndreas Gohr<?php
2*7e455256SRachel
3a783e668SAndreas Gohr/**
4a783e668SAndreas Gohr * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5*7e455256SRachel *
6a783e668SAndreas Gohr * @author ZDYX <zhangduyixiong@gmail.com>
735876a0cSWing Ho Tang * @author http://www.chinese-tools.com/tools/converter-tradsimp.html
8ccf354b1SSimon Zhan * @author Simon zhan <simonzhan@21cn.com>
9c654938dSben * @author ben <ben@livetom.com>
106353ef5aSlainme * @author lainme <lainme993@gmail.com>
11dab7d18dSChoicky Chou * @author caii <zhoucaiqi@gmail.com>
122b3f472aSHiphen Lee * @author Hiphen Lee <jacob.b.leung@gmail.com>
13612db714SShuo Ting Jian * @author Shuo-Ting Jian <shoting@gmail.com>
14a783e668SAndreas Gohr */
15a783e668SAndreas Gohr$lang['menu']                  = '还原管理器';
16a783e668SAndreas Gohr$lang['filter']                = '搜索包含垃圾信息的页面';
17a783e668SAndreas Gohr$lang['revert']                = '还原选中的页面';
18a783e668SAndreas Gohr$lang['reverted']              = '%s 还原至修订版 %s';
19a783e668SAndreas Gohr$lang['removed']               = '%s 已移除';
20a783e668SAndreas Gohr$lang['revstart']              = '已开始还原操作。有可能需要很长时间。如果计时器在还原操作完成前停止了,请尝试还原较少的内容。';
21a783e668SAndreas Gohr$lang['revstop']               = '还原操作成功完成。';
22a783e668SAndreas Gohr$lang['note1']                 = '请注意:本次搜索区分大小写';
23a783e668SAndreas Gohr$lang['note2']                 = '请注意:本页面将被还原至不包含给定垃圾信息 <i>%s</i> 的最近的修订版。';
24