summaryrefslogtreecommitdiff
path: root/lib/plugins/authmysql/lang
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2013-02-17 11:44:34 -0800
committerAndreas Gohr <andi@splitbrain.org>2013-02-17 11:44:34 -0800
commit063de86b1d9417547f0a1f3dc91f7b9dab088bfc (patch)
tree8186d48cedef371eac4d4c3def2e1e6a8228cc5c /lib/plugins/authmysql/lang
parent91328684db89e336404aff4644f8a53a1db64cad (diff)
parent5ebd6fd9156e1bc9b63132f3ec5989856e5a45a1 (diff)
downloadrpg-063de86b1d9417547f0a1f3dc91f7b9dab088bfc.tar.gz
rpg-063de86b1d9417547f0a1f3dc91f7b9dab088bfc.tar.bz2
Merge pull request #181 from splitbrain/authpluginconfig
Auth plugin config
Diffstat (limited to 'lib/plugins/authmysql/lang')
-rw-r--r--lib/plugins/authmysql/lang/en/settings.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/plugins/authmysql/lang/en/settings.php b/lib/plugins/authmysql/lang/en/settings.php
index dcdbbb16b..77e4806b9 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';
@@ -20,7 +21,7 @@ $lang['addUser'] = 'SQL statement to add a new user';
$lang['addGroup'] = 'SQL statement to add a new group';
$lang['addUserGroup'] = 'SQL statment to add a user to an existing group';
$lang['delGroup'] = 'SQL statement to remove a group';
-$lang['getUserID'] = 'SQL statement to get the primary ey of a user';
+$lang['getUserID'] = 'SQL statement to get the primary key of a user';
$lang['delUser'] = 'SQL statement to delete a user';
$lang['delUserRefs'] = 'SQL statement to remove a user from all groups';
$lang['updateUser'] = 'SQL statement to update a user profile';