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