summaryrefslogtreecommitdiff
path: root/inc/lang
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-01-25 01:01:25 +0100
committerchris <chris@jalakai.co.uk>2006-01-25 01:01:25 +0100
commitcd52f92def16e676c2458a32d2b8c8f8a7839f06 (patch)
tree07d70db3e87c3dc543a49412e3a2e01d286d27ca /inc/lang
parent10ea5c9fe4098c14d01c3e731f45008458de619a (diff)
downloadrpg-cd52f92def16e676c2458a32d2b8c8f8a7839f06.tar.gz
rpg-cd52f92def16e676c2458a32d2b8c8f8a7839f06.tar.bz2
oo auth update - remove legacy auth remnants, add auth->canDo
darcs-hash:20060125000125-9b6ab-9853f11e04d8ea93235317fa8137cef079eb2641.gz
Diffstat (limited to 'inc/lang')
-rw-r--r--inc/lang/en/lang.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/inc/lang/en/lang.php b/inc/lang/en/lang.php
index a543ea46e..fc1be1a27 100644
--- a/inc/lang/en/lang.php
+++ b/inc/lang/en/lang.php
@@ -191,6 +191,7 @@ $lang['unsubscribe_success']= 'Removed %s from subscription list for %s';
$lang['unsubscribe_error'] = 'Error removing %s from subscription list for %s';
/* auth.class lanuage support */
-$lang['authmodfailed'] = 'User authentification not possible. Please inform your Wiki Admin.';
+$lang['authmodfailed'] = 'Bad user authentication configuration. Please inform your Wiki Admin.';
+$lang['authtempfail'] = 'User authentication is temporarily unavailable. If this situation persists, please inform your Wiki Admin.';
//Setup VIM: ex: et ts=2 enc=utf-8 :