From 3ff230f7a83037178c07da3e76b11633d3e76e3f Mon Sep 17 00:00:00 2001 From: Matthias Grimm Date: Sun, 6 Nov 2005 14:03:03 +0100 Subject: 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 --- inc/lang/en/lang.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'inc/lang/en') 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 : -- cgit v1.2.3