| | |
| | | | plugins/password/localization/<lang>.inc | |
| | | | | |
| | | | Localization file of the Roundcube Webmail Password plugin | |
| | | | Copyright (C) 2012, The Roundcube Dev Team | |
| | | | Copyright (C) 2012-2013, The Roundcube Dev Team | |
| | | | | |
| | | | Licensed under the GNU General Public License version 3 or | |
| | | | any later version with exceptions for skins & plugins. | |
| | |
| | | |
| | | For translation see https://www.transifex.com/projects/p/roundcube-webmail/resource/plugin-password/ |
| | | */ |
| | | |
| | | $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['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.'; |
| | | |
| | | ?> |