diff options
author | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-06 14:03:03 +0100 |
---|---|---|
committer | Matthias Grimm <matthiasgrimm@users.sourceforge.net> | 2005-11-06 14:03:03 +0100 |
commit | 3ff230f7a83037178c07da3e76b11633d3e76e3f (patch) | |
tree | f2ef79f660adfdd1af2fc03cc0f12e9ff4c4057e /inc/lang/en/lang.php | |
parent | 5faeb726d216fd1fb7060a1d659d825acbeb128a (diff) | |
download | rpg-3ff230f7a83037178c07da3e76b11633d3e76e3f.tar.gz rpg-3ff230f7a83037178c07da3e76b11633d3e76e3f.tar.bz2 |
mysql extension for OO auth system
This patch adds the mysql extension to the OO auth system. The SQL statements
are defined in conf/mysql.conf.php.example and needs to be adapted to the
local database. The set of statements work with the database structure described
in conf/mysql.conf.php.example.
This module is beta and heavy testing in different environments is recommended.
The documentation of the SQL statements is not complete yet
darcs-hash:20051106130303-4145d-28acb18584822f8d1eafa1d63e206f2e83f64009.gz
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php index f5c1f1372..d686f0c23 100644 --- a/inc/lang/en/lang.php +++ b/inc/lang/en/lang.php @@ -189,6 +189,14 @@ $lang['subscribe_noaddress']= 'There is no address associated with your login, y $lang['unsubscribe_success']= 'Removed %s from subscription list for %s'; $lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s'; -$lang['authmodfailed'] = 'User authentification not possible. Please inform your system administrator.'; +/* auth.class lanuage support */ +$lang['authmodfailed'] = 'User authentification not possible. Please inform your Wiki Admin.'; + +/* mysql.class language support */ +$lang['noMySQL'] = "MySQL extension for PHP not found. Please inform your Wiki Admin."; +$lang['noDatabase'] = "MySQL: Can't access Database '%d'. Please inform you Wiki Admin."; +$lang['noConnect'] = "MySQL: Can't connect to '%u@%s'. Please inform your Wiki Admin."; +$lang['joinGroupFailed'] = "Account for '%u' not created because it can't be added to group '%g'."; +$lang['modUserFailed'] = "Unable to modify user data. Please inform your Wiki Admin"; //Setup VIM: ex: et ts=2 enc=utf-8 : |