summaryrefslogtreecommitdiff
path: root/inc/lang/de
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/de
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/de')
-rw-r--r--inc/lang/de/lang.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/lang/de/lang.php b/inc/lang/de/lang.php
index 717200396..1f6818c29 100644
--- a/inc/lang/de/lang.php
+++ b/inc/lang/de/lang.php
@@ -171,4 +171,6 @@ $lang['subscribe_noaddress']= 'Weil Deine E-Mail-Adresse fehlt, kannst Du leider
$lang['unsubscribe_success']= 'Das Abonnement von %s für die Seite %s wurde aufgelöst';
$lang['unsubscribe_error'] = 'Das Abonnement von %s für die Seite %s konnte nicht aufgelöst werden';
+$lang['authmodfailed'] = 'Benutzerüberprüfung nicht möglich. Bitte wenden Sie sich an den Systembetreuer.';
+
//Setup VIM: ex: et ts=2 enc=utf-8 :