Files
FHC-Core/locale/en-US/passwort.php
T
2017-11-13 17:26:08 +01:00

38 lines
2.8 KiB
PHP

<?php
$this->phrasen['passwort/Title']='Changing password';
$this->phrasen['passwort/PasswortAenderFuer']='Changing password for User %s %s ( %s )';
$this->phrasen['passwort/InfotextPolicy']='The password must contain at least 8 characters,
of which 1 must be upper case, 1 lower case and 1 a numeral.<br><br>
The password may not include spaces or umlauts.<br>
The following special characters are allowed: -$#[]{}!().,*:;_';
$this->phrasen['passwort/AltesPasswort']='Old password';
$this->phrasen['passwort/NeuesPasswort']='New password';
$this->phrasen['passwort/PasswortWiederholung']='Repeat new password';
$this->phrasen['passwort/PasswortAendern']='Change password';
$this->phrasen['passwort/MinLaenge']='The new password must contain at least 8 characters.';
$this->phrasen['passwort/Grossbuchstabe']='The new password must contain at least 1 upper case character.';
$this->phrasen['passwort/Kleinbuchstabe']='The new password must contain at least 1 lower case character.';
$this->phrasen['passwort/Ziffer']='The new password must contain at least 1 numeral character.';
$this->phrasen['passwort/Leerzeichen']='The password may not include spaces.';
$this->phrasen['passwort/Umlaute']='The password may not include umlauts.';
$this->phrasen['passwort/Sonderzeichen']='Please use only permitted special characters';
$this->phrasen['passwort/AenderungOK']='Password successfully changed';
$this->phrasen['passwort/AenderungFehler']='Error changing password:%s';
$this->phrasen['passwort/NichtUebereinstimmend']='Passwords do not match';
$this->phrasen['passwort/NoHttps']='ATTENTION - You are using an unecryptet connection. You should change your password only via an encrypted connection.';
$this->phrasen['passwort/ZuHttpsWechseln']='Switch to encrypted connection';
$this->phrasen['passwort/CaptchaEingabe']='Enter the characters in <br>the field below.';
$this->phrasen['passwort/ReloadCaptcha']='Reload picture';
$this->phrasen['passwort/PasswortWaehlen']='Please choose a password for your account';
$this->phrasen['passwort/AccountAktivierung']='Account Activation';
$this->phrasen['passwort/CodeOderUsernameFalsch']='Code or Username wrong';
$this->phrasen['passwort/CaptchaCodeFalsch']='Captcha Code wrong';
$this->phrasen['passwort/AccountErfolgreichAktiviert']='Account has been activated successfully';
$this->phrasen['passwort/WeiterZumLogin']='Proceed to Login';
$this->phrasen['passwort/RequiredToChangeInfo']='You have not changed your password for over a year.
Please change your password immediately';
$this->phrasen['passwort/nichtGleich']='The new password must be different from the old password.';
$this->phrasen['passwort/weitereInfos']='More information about the Password Policy can be found at <a href="../../../cms/dms.php?id=%s">this link</a>';
?>