summaryrefslogtreecommitdiff
path: root/plugins/password/localization/de_DE.inc
diff options
context:
space:
mode:
authorThomas Bruederli <bruederli@kolabsys.com>2014-11-14 11:55:35 +0100
committerThomas Bruederli <bruederli@kolabsys.com>2014-11-14 11:55:35 +0100
commitced9e5a5bf5d6ffe051b42f474d7a97203641913 (patch)
treefc5a859d31a5f6cba5e9f0c3978935f656b3c0bf /plugins/password/localization/de_DE.inc
parent4446aea1e64361065e2cf902ada004546599fd0b (diff)
Updated localizations from Transifex
Diffstat (limited to 'plugins/password/localization/de_DE.inc')
-rw-r--r--plugins/password/localization/de_DE.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/password/localization/de_DE.inc b/plugins/password/localization/de_DE.inc
index fab78fce9..d27e305cd 100644
--- a/plugins/password/localization/de_DE.inc
+++ b/plugins/password/localization/de_DE.inc
@@ -15,7 +15,7 @@
For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/
*/
-$labels['changepasswd'] = 'Kennwort ändern';
+$labels['changepasswd'] = 'Passwort ändern';
$labels['curpasswd'] = 'Aktuelles Kennwort:';
$labels['newpasswd'] = 'Neues Kennwort:';
$labels['confpasswd'] = 'Neues Kennwort bestätigen:';
@@ -29,4 +29,5 @@ $messages['internalerror'] = 'Neues Passwort nicht gespeichert';
$messages['passwordshort'] = 'Passwort muss mindestens $length Zeichen lang sein.';
$messages['passwordweak'] = 'Passwort muss mindestens eine Zahl und ein Sonderzeichen enthalten.';
$messages['passwordforbidden'] = 'Passwort enthält unzulässige Zeichen.';
+$messages['firstloginchange'] = 'Dies ist Ihr erster Login. Bitte ändern Sie Ihr Passwort.';
?>