From 9377edc497ae17014df1fcd124d220151a4882b0 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Wed, 9 Oct 2013 20:12:00 +0200 Subject: More lceanup --- plugins/password/localization/de_DE.inc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'plugins/password/localization/de_DE.inc') diff --git a/plugins/password/localization/de_DE.inc b/plugins/password/localization/de_DE.inc index 2190fd39a..027fcadcc 100644 --- a/plugins/password/localization/de_DE.inc +++ b/plugins/password/localization/de_DE.inc @@ -16,13 +16,10 @@ For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ */ -$labels = array(); $labels['changepasswd'] = 'Kennwort ändern'; $labels['curpasswd'] = 'Aktuelles Kennwort:'; $labels['newpasswd'] = 'Neues Kennwort:'; $labels['confpasswd'] = 'Neues Kennwort bestätigen:'; - -$messages = array(); $messages['nopassword'] = 'Bitte geben Sie ein neues Kennwort ein.'; $messages['nocurpassword'] = 'Bitte geben Sie ihr aktuelles Kennwort ein.'; $messages['passwordincorrect'] = 'Das aktuelle Kennwort ist falsch.'; @@ -33,5 +30,4 @@ $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.'; - ?> -- cgit v1.2.3