summaryrefslogtreecommitdiff
path: root/inc/lang/en
diff options
context:
space:
mode:
authorMatthias Grimm <matthiasgrimm@users.sourceforge.net>2005-11-05 13:49:32 +0100
committerMatthias Grimm <matthiasgrimm@users.sourceforge.net>2005-11-05 13:49:32 +0100
commitd2dde4eb797d69646f31f2b86b686db7707427d3 (patch)
treed10fd3af72fe2ba7ee39d43d87eede0cc91d6146 /inc/lang/en
parent85c8619a725d6a5007e0803e1997f40d423949c8 (diff)
downloadrpg-d2dde4eb797d69646f31f2b86b686db7707427d3.tar.gz
rpg-d2dde4eb797d69646f31f2b86b686db7707427d3.tar.bz2
OO_auth_fixes
This patch allows the OO auth module to fail. The basic class got a new property $success that is checked in auth.php. Derived classes might change this calue in their constructors. Beautifying the whitespaces in auth.php completes this patch. darcs-hash:20051105124932-4145d-dfcfa6c3b87d0087b4bffe3e5a29db000b10b242.gz
Diffstat (limited to 'inc/lang/en')
-rw-r--r--inc/lang/en/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index e615b4afd..a0cd67029 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -190,4 +190,6 @@ $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.';
+
//Setup VIM: ex: et ts=2 enc=utf-8 :