summaryrefslogtreecommitdiff
path: root/lib/plugins/revert
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-03-28 10:02:14 +0100
committerAndreas Gohr <andi@splitbrain.org>2008-03-28 10:02:14 +0100
commitbf87cd0a2d1850cd3552ee2d384a0287c6a04a55 (patch)
tree6669fb787f430f9b3c2b48d7b4c0408df8d1e8cb /lib/plugins/revert
parentd09ae2055575141a00e67faeadb9bcb3d8285f3f (diff)
downloadrpg-bf87cd0a2d1850cd3552ee2d384a0287c6a04a55.tar.gz
rpg-bf87cd0a2d1850cd3552ee2d384a0287c6a04a55.tar.bz2
Chinese language update
darcs-hash:20080328090214-7ad00-678a73ae08dc80b7b7222f912dc8e4caa35db754.gz
Diffstat (limited to 'lib/plugins/revert')
-rw-r--r--lib/plugins/revert/lang/zh/lang.php28
1 files changed, 10 insertions, 18 deletions
diff --git a/lib/plugins/revert/lang/zh/lang.php b/lib/plugins/revert/lang/zh/lang.php
index bc80ba75c..5baf38caa 100644
--- a/lib/plugins/revert/lang/zh/lang.php
+++ b/lib/plugins/revert/lang/zh/lang.php
@@ -3,22 +3,14 @@
* Chinese(Simplified) language file
*
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author ZDYX <zhangduyixiong@gmail.com>
+ * @author ZDYX <zhangduyixiong@gmail.com>
*/
-
-// for admin plugins, the menu prompt to be displayed in the admin menu
-// if set here, the plugin doesn't need to override the getMenuText() method
-$lang['menu'] = '还原管理器';
-
-// custom language strings for the plugin
-
-$lang['filter'] = '搜索包含垃圾信息的页面';
-$lang['revert'] = '还原选中的页面';
-$lang['reverted'] = '%s 还原至修订版 %s';
-$lang['removed'] = '%s 已移除';
-$lang['revstart'] = '已开始还原操作。有可能需要很长时间。如果计时器在还原操作完成前停止了,请尝试还原较少的内容。';
-$lang['revstop'] = '还原操作成功完成。';
-$lang['note1'] = '请注意:本次搜索区分大小写';
-$lang['note2'] = '请注意:本页面将被还原至不包含给定垃圾信息 <i>%s</i> 的最近的修订版。';
-
-//Setup VIM: ex: et ts=4 enc=utf-8 :
+$lang['menu'] = '还原管理器';
+$lang['filter'] = '搜索包含垃圾信息的页面';
+$lang['revert'] = '还原选中的页面';
+$lang['reverted'] = '%s 还原至修订版 %s';
+$lang['removed'] = '%s 已移除';
+$lang['revstart'] = '已开始还原操作。有可能需要很长时间。如果计时器在还原操作完成前停止了,请尝试还原较少的内容。';
+$lang['revstop'] = '还原操作成功完成。';
+$lang['note1'] = '请注意:本次搜索区分大小写';
+$lang['note2'] = '请注意:本页面将被还原至不包含给定垃圾信息 <i>%s</i> 的最近的修订版。';