about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/revert/lang/zh
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/revert/lang/zh')
-rw-r--r--wiki/lib/plugins/revert/lang/zh/intro.txt3
-rw-r--r--wiki/lib/plugins/revert/lang/zh/lang.php23
2 files changed, 0 insertions, 26 deletions
diff --git a/wiki/lib/plugins/revert/lang/zh/intro.txt b/wiki/lib/plugins/revert/lang/zh/intro.txt
deleted file mode 100644
index c697f8a..0000000
--- a/wiki/lib/plugins/revert/lang/zh/intro.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-====== 还原管理器 ======
-
-该页面能帮助您的页面从垃圾信息的攻击中自动还原过来。 请先输入关键词搜索包含垃圾信息的页面(如某个垃圾信息的 URL),然后请确定搜索结果的确包含垃圾信息,并将其还原至先前的修订版。
diff --git a/wiki/lib/plugins/revert/lang/zh/lang.php b/wiki/lib/plugins/revert/lang/zh/lang.php
deleted file mode 100644
index 60a7ba4..0000000
--- a/wiki/lib/plugins/revert/lang/zh/lang.php
+++ /dev/null
@@ -1,23 +0,0 @@
-<?php
-
-/**
- * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
- * @author ZDYX <zhangduyixiong@gmail.com>
- * @author http://www.chinese-tools.com/tools/converter-tradsimp.html
- * @author Simon zhan <simonzhan@21cn.com>
- * @author ben <ben@livetom.com>
- * @author lainme <lainme993@gmail.com>
- * @author caii <zhoucaiqi@gmail.com>
- * @author Hiphen Lee <jacob.b.leung@gmail.com>
- * @author Shuo-Ting Jian <shoting@gmail.com>
- */
-$lang['menu']                  = '还原管理器';
-$lang['filter']                = '搜索包含垃圾信息的页面';
-$lang['revert']                = '还原选中的页面';
-$lang['reverted']              = '%s 还原至修订版 %s';
-$lang['removed']               = '%s 已移除';
-$lang['revstart']              = '已开始还原操作。有可能需要很长时间。如果计时器在还原操作完成前停止了,请尝试还原较少的内容。';
-$lang['revstop']               = '还原操作成功完成。';
-$lang['note1']                 = '请注意:本次搜索区分大小写';
-$lang['note2']                 = '请注意:本页面将被还原至不包含给定垃圾信息 <i>%s</i> 的最近的修订版。';