diff options
Diffstat (limited to 'plugins/password/localization/de_CH.inc')
-rw-r--r-- | plugins/password/localization/de_CH.inc | 42 |
1 files changed, 27 insertions, 15 deletions
diff --git a/plugins/password/localization/de_CH.inc b/plugins/password/localization/de_CH.inc index a28990d67..492a48df0 100644 --- a/plugins/password/localization/de_CH.inc +++ b/plugins/password/localization/de_CH.inc @@ -1,19 +1,31 @@ <?php -$labels = array(); -$labels['changepasswd'] = 'Passwort ändern'; -$labels['curpasswd'] = 'Aktuelles Passwort'; -$labels['newpasswd'] = 'Neues Passwort'; -$labels['confpasswd'] = 'Passwort Wiederholung'; - -$messages = array(); -$messages['nopassword'] = "Bitte geben Sie ein neues Passwort ein"; -$messages['nocurpassword'] = "Bitte geben Sie Ihr aktuelles Passwort an"; -$messages['passwordincorrect'] = "Das aktuelle Passwort ist nicht korrekt"; -$messages['passwordinconsistency'] = "Das neue Passwort und dessen Wiederholung stimmen nicht überein"; -$messages['crypterror'] = "Neues Passwort nicht gespeichert: Verschlüsselungsfunktion fehlt"; -$messages['connecterror'] = "Neues Passwort nicht gespeichert: Verbindungsfehler"; -$messages['internalerror'] = "Neues Passwort nicht gespeichert"; +/* + +-----------------------------------------------------------------------+ + | localization/de_CH/labels.inc | + | | + | Language file of the Roundcube Webmail client | + | Copyright (C) 2012, The Roundcube Dev Team | + | Licensed under the GNU General Public License | + | | + +-----------------------------------------------------------------------+ + | Author: Thomas | + +-----------------------------------------------------------------------+ +*/ +$labels = array(); +$labels['changepasswd'] = 'Passwort ändern'; +$labels['curpasswd'] = 'Aktuelles Passwort'; +$labels['newpasswd'] = 'Neues Passwort'; +$labels['confpasswd'] = 'Passwort Wiederholung'; +$labels['nopassword'] = 'Bitte geben Sie ein neues Passwort ein'; +$labels['nocurpassword'] = 'Bitte geben Sie Ihr aktuelles Passwort an'; +$labels['passwordincorrect'] = 'Das aktuelle Passwort ist nicht korrekt'; +$labels['passwordinconsistency'] = 'Das neue Passwort und dessen Wiederholung stimmen nicht überein'; +$labels['crypterror'] = 'Neues Passwort nicht gespeichert: Verschlüsselungsfunktion fehlt'; +$labels['connecterror'] = 'Neues Passwort nicht gespeichert: Verbindungsfehler'; +$labels['internalerror'] = 'Neues Passwort nicht gespeichert'; +$labels['passwordshort'] = 'Passwort muss mindestens $length Zeichen lang sein.'; +$labels['passwordweak'] = 'Passwort muss mindestens eine Zahl und ein Sonderzeichen enthalten.'; +$labels['passwordforbidden'] = 'Passwort enthält unzulässige Zeichen.'; -?>
\ No newline at end of file |