diff --git a/system/phrasesupdate.php b/system/phrasesupdate.php index 8e06271ac..ee48365bc 100644 --- a/system/phrasesupdate.php +++ b/system/phrasesupdate.php @@ -3453,7 +3453,7 @@ $phrases = array( ), - // + // array( 'app' => 'core', 'category' => 'password', @@ -3462,7 +3462,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Passwort ändern für', 'description' => '', 'insertvon' => 'system' ), @@ -3482,13 +3482,33 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Das Passwort muss zumindest 8 Zeichen enthalten, davon mindestens 1 Großbuchstabe, 1 Kleinbuchstabe und eine Ziffer.
Das Passwort darf keine Leerzeichen und Umlaute enthalten.
Erlaubte Sonderzeichen sind: -$#[]{}!().,*:;_', 'description' => '', 'insertvon' => 'system' ), array( 'sprache' => 'English', - 'text' => 'The password must contain at least 8 characters, of which 1 must be upper case, 1 lower case and 1 a numeral.

The password may not include spaces or umlauts.
The following special characters are allowed: -$#[]{}!().,*:;_

More information about the Password Policy can be found at this link', + 'text' => 'The password must contain at least 8 characters, of which 1 must be upper case, 1 lower case and 1 a numeral.

The password may not include spaces or umlauts.
The following special characters are allowed: -$#[]{}!().,*:;_', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'extraUsage', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Weitere Informationen zur Passwort Policy finden Sie unter diesem Link', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'More information about the Password Policy can be found at this link', 'description' => '', 'insertvon' => 'system' ) @@ -3502,7 +3522,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Altes Passwort', 'description' => '', 'insertvon' => 'system' ), @@ -3522,7 +3542,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Neues Passwort', 'description' => '', 'insertvon' => 'system' ), @@ -3542,7 +3562,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Wiederholung des neuen Passworts', 'description' => '', 'insertvon' => 'system' ), @@ -3562,7 +3582,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Passwort ändern', 'description' => '', 'insertvon' => 'system' ), @@ -3582,7 +3602,7 @@ $phrases = array( 'phrases' => array( array( 'sprache' => 'German', - 'text' => '', + 'text' => 'Passwort ändern', 'description' => '', 'insertvon' => 'system' ), @@ -3593,6 +3613,266 @@ $phrases = array( 'insertvon' => 'system' ) ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'missingParameters', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Bitte geben Sie das alte und neue Passwort ein', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Please enter the old an new password', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'oldPasswordWrong', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das alte Passwort ist nicht korrekt', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The old password is incorrect', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'newNotSameRepeat', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Passwörter stimmen nicht überein', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Passwords do not match', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'length', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das neue Passwort muss mindestens 8 Zeichen lang sein.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The new password must contain at least 8 characters.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'atLeastAUpperCase', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das neue Passwort muss mindestens einen Grossbuchstaben enthalten.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The new password must contain at least 1 upper case character.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'atLeastANumber', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Es muss mindestens eine Ziffer vorhanden sein.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The new password must contain at least 1 numeral character.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'genericError', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Es ist ein Fehler aufgetreten. Passwortänderung fehlgeschlagen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'An Error occured. Password change failed.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'changed', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Passwort wurde erfolgreich geändert', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Password successfully changed', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'noBlanks', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Es darf kein Leerzeichen im Passwort vorkommen.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The password may not include spaces.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'noUmlauts', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Es dürfen keine Umlaute verwendet werden.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The password may not include umlauts.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'noSpecialCharacters', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Bitte verwenden Sie nur erlaubte Sonderzeichen', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'Please use only permitted special characters.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'atLeastALowerCase', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das neue Passwort muss mindestens einen Kleinbuchstaben enthalten.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The new password must contain at least 1 lower case character.', + 'description' => '', + 'insertvon' => 'system' + ) + ) + ), + array( + 'app' => 'core', + 'category' => 'password', + 'phrase' => 'newSameOld', + 'insertvon' => 'system', + 'phrases' => array( + array( + 'sprache' => 'German', + 'text' => 'Das neue Passwort muss sich vom alten Passwort unterscheiden.', + 'description' => '', + 'insertvon' => 'system' + ), + array( + 'sprache' => 'English', + 'text' => 'The new password must be different from the old password.', + 'description' => '', + 'insertvon' => 'system' + ) + ) ) );