summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorKlap-in <klapinklapin@gmail.com>2013-02-16 22:53:38 +0100
committerKlap-in <klapinklapin@gmail.com>2013-02-16 22:53:38 +0100
commit45970804e69e3d087fe19ad9cefaff0ef44be795 (patch)
treefe4c0a16027f2b78427ee7c48aa5e39beab06b1d /lib/plugins/authmysql/lang
parented2c6a71b7c05ed9ffb9031519900a6bd9e64d0a (diff)
downloadrpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.gz
rpg-45970804e69e3d087fe19ad9cefaff0ef44be795.tar.bz2
Complete metadata and defaults of auth plugin configs
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/en/settings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/plugins/authmysql/lang/en/settings.php b/lib/plugins/authmysql/lang/en/settings.php
index dcdbbb16b..7b409ee1c 100644
--- a/lib/plugins/authmysql/lang/en/settings.php
+++ b/lib/plugins/authmysql/lang/en/settings.php
@@ -4,6 +4,7 @@ $lang['server'] = 'Your MySQL server';
$lang['user'] = 'MySQL user name';
$lang['password'] = 'Password for above user';
$lang['database'] = 'Database to use';
+$lang['charset'] = 'Character set used in database';
$lang['debug'] = 'Display additional debug information';
$lang['forwardClearPass'] = 'Pass user passwords as cleartext to the SQL statements below, instead of using the passcrypt option';
$lang['TablesToLock'] = 'Comma separated list of tables that should be locked on write operations';