Skip to content
Snippets Groups Projects
Commit 02eb500c authored by Dorian Merz's avatar Dorian Merz
Browse files

Merge branch 'instance/fid' into instance/fid_bbi

parents e3af1377 90ed48e8
No related merge requests found
...@@ -62,7 +62,7 @@ note_password = "Das Passwort muss mindestens eine Ziffer und einen Großbuchsta ...@@ -62,7 +62,7 @@ note_password = "Das Passwort muss mindestens eine Ziffer und einen Großbuchsta
error_username = "Bitte geben Sie eine E-Mail-Adresse an." error_username = "Bitte geben Sie eine E-Mail-Adresse an."
error_username_confirmation = "Die angegebenen Email-Adressen stimmen nicht überein." error_username_confirmation = "Die angegebenen Email-Adressen stimmen nicht überein."
error_password_confirmation = "Die angegebenen Passwörter stimmen nicht überein." error_password_confirmation = "Die angegebenen Passwörter stimmen nicht überein."
error_password_pattern = "Das Passwort muss mindestens eine Ziffer und einen Großbuchstaben enthalten." error_password_pattern = "Das Passwort muss mindestens eine Ziffer und ein Sonderzeichen enthalten."
error_password_length = "Das Passwort muss mindestens 8 und höchstens 256 Zeichen enthalten." error_password_length = "Das Passwort muss mindestens 8 und höchstens 256 Zeichen enthalten."
error_eula_accepted = "Bitte bestätigen Sie die Datenschutzerklärung und die Nutzungsbedingungen." error_eula_accepted = "Bitte bestätigen Sie die Datenschutzerklärung und die Nutzungsbedingungen."
......
...@@ -61,7 +61,7 @@ note_password = "The password needs to contain at least one digit and one upper- ...@@ -61,7 +61,7 @@ note_password = "The password needs to contain at least one digit and one upper-
error_username = "Please specify an email address." error_username = "Please specify an email address."
error_username_confirmation = "The email addresses do not match." error_username_confirmation = "The email addresses do not match."
error_password_confirmation = "The passwords do not match." error_password_confirmation = "The passwords do not match."
error_password_pattern = "The password needs to contain at least one digit and one upper-case letter." error_password_pattern = "The password needs to contain at least one digit and one non-word character."
error_password_length = "The password needs to contain at least 8 and at most 256 characters." error_password_length = "The password needs to contain at least 8 and at most 256 characters."
error_eula_accepted = "Please confirm the Terms of Use and Privacy Policy." error_eula_accepted = "Please confirm the Terms of Use and Privacy Policy."
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment