summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorlainme <lainme993@gmail.com>2013-03-11 15:39:37 +0100
committerAndreas Gohr <andi@splitbrain.org>2013-03-11 15:39:37 +0100
commit8b5e2fdbb74e3a04fb31fce01b4cd316fa1a1f40 (patch)
tree4b3a22382d9b71b596c456308cd33f36d33369f9 /lib/plugins/authmysql/lang
parent421bfa826519712385983d37cb67a4f69b918674 (diff)
downloadrpg-8b5e2fdbb74e3a04fb31fce01b4cd316fa1a1f40.tar.gz
rpg-8b5e2fdbb74e3a04fb31fce01b4cd316fa1a1f40.tar.bz2
Simplified Chinese language update
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/zh/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/zh/settings.php b/lib/plugins/authmysql/lang/zh/settings.php
index 43cfbb3c0..772f75ecd 100644
--- a/lib/plugins/authmysql/lang/zh/settings.php
+++ b/lib/plugins/authmysql/lang/zh/settings.php
@@ -8,6 +8,7 @@ $lang['server'] = '您的 MySQL 服务器';
$lang['user'] = 'MySQL 用户名';
$lang['password'] = '上述用户的密码';
$lang['database'] = '使用的数据库';
+$lang['charset'] = '数据库中使用的字符集';
$lang['debug'] = '显示额外调试信息';
$lang['forwardClearPass'] = '将用户密码以明文形式传送给下面的 SQL 语句,而不使用 passcrypt 密码加密选项';
$lang['TablesToLock'] = '在写操作时需要锁定的数据表列表,以逗号分隔';