summaryrefslogtreecommitdiff
path: root/lib/plugins/revert/lang/zh/lang.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2007-07-15 11:05:28 +0200
committerAndreas Gohr <andi@splitbrain.org>2007-07-15 11:05:28 +0200
commitabcc3801dff527c2603a3a2aadf43561ca6722ed (patch)
tree844f6745e3d06a8996bf6964d69f73510b061bba /lib/plugins/revert/lang/zh/lang.php
parent7048cf73957a2c9e949fd991b2e851a11dffc923 (diff)
downloadrpg-abcc3801dff527c2603a3a2aadf43561ca6722ed.tar.gz
rpg-abcc3801dff527c2603a3a2aadf43561ca6722ed.tar.bz2
fixed unclean language files FS#1186
darcs-hash:20070715090528-7ad00-ffebbfcd0e4b12e839a958932afd1db2c4fb8765.gz
Diffstat (limited to 'lib/plugins/revert/lang/zh/lang.php')
-rw-r--r--lib/plugins/revert/lang/zh/lang.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/plugins/revert/lang/zh/lang.php b/lib/plugins/revert/lang/zh/lang.php
index 82fd43cb6..bc80ba75c 100644
--- a/lib/plugins/revert/lang/zh/lang.php
+++ b/lib/plugins/revert/lang/zh/lang.php
@@ -2,14 +2,10 @@
/**
* Chinese(Simplified) language file
*
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author ZDYX <zhangduyixiong@gmail.com>
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ * @author ZDYX <zhangduyixiong@gmail.com>
*/
-// settings must be present and set appropriately for the language
-$lang['encoding'] = 'utf-8';
-$lang['direction'] = 'ltr';
-
// 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'] = '还原管理器';