diff options
Diffstat (limited to 'inc/lang/en/lang.php')
-rw-r--r-- | inc/lang/en/lang.php | 2 |
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 : |