summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang/zh
diff options
context:
space:
mode:
authorGuy Brand <gb@unistra.fr>2013-05-10 14:35:28 +0200
committerGuy Brand <gb@unistra.fr>2013-05-10 14:35:28 +0200
commit83f133d10eda8c1c6b6429c08b2d0722ca88ca17 (patch)
tree0377662d2335a0e2160175d5be3b95a92f6bb332 /lib/plugins/authmysql/lang/zh
parentbc250e0ee2ec4fba891b53aa4f1814ce648ac71a (diff)
parent2a5a1456564635ddbca06edbc902e7f820d2a97b (diff)
downloadrpg-83f133d10eda8c1c6b6429c08b2d0722ca88ca17.tar.gz
rpg-83f133d10eda8c1c6b6429c08b2d0722ca88ca17.tar.bz2
Merge branch master into stable
Diffstat (limited to 'lib/plugins/authmysql/lang/zh')
-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'] = '在写操作时需要锁定的数据表列表,以逗号分隔';