messages_de.properties 2.6 KB

1234567891011121314151617181920212223242526272829
  1. invalidPasswordMinLengthMessage=Ung\u00FCltiges Passwort: muss mindestens {0} Zeichen beinhalten.
  2. invalidPasswordMinLowerCaseCharsMessage=Ung\u00FCltiges Passwort: muss mindestens {0} Kleinbuchstaben beinhalten.
  3. invalidPasswordMinDigitsMessage=Ung\u00FCltiges Passwort: muss mindestens {0} Ziffern beinhalten.
  4. invalidPasswordMinUpperCaseCharsMessage=Ung\u00FCltiges Passwort: muss mindestens {0} Gro\u00DFbuchstaben beinhalten.
  5. invalidPasswordMinSpecialCharsMessage=Ung\u00FCltiges Passwort: muss mindestens {0} Sonderzeichen beinhalten.
  6. invalidPasswordNotUsernameMessage=Ung\u00FCltiges Passwort: darf nicht identisch mit dem Benutzernamen sein.
  7. invalidPasswordNotEmailMessage=Ung\u00FCltiges Passwort: darf nicht identisch mit der E-Mail-Adresse sein.
  8. invalidPasswordRegexPatternMessage=Ung\u00FCltiges Passwort: stimmt nicht mit Regex-Muster \u00FCberein.
  9. invalidPasswordHistoryMessage=Ung\u00FCltiges Passwort: darf nicht identisch mit einem der letzten {0} Passw\u00F6rter sein.
  10. invalidPasswordBlacklistedMessage=Ung\u00FCltiges Passwort: Passwort ist zu bekannt und auf der schwarzen Liste.
  11. invalidPasswordGenericMessage=Ung\u00FCltiges Passwort: neues Passwort erf\u00FCllt die Passwort-Anforderungen nicht.
  12. #ldapErrorInvalidCustomFilter=Custom configured LDAP filter does not start with "(" or does not end with ")".
  13. #ldapErrorConnectionTimeoutNotNumber=Connection Timeout must be a number
  14. #ldapErrorReadTimeoutNotNumber=Read Timeout must be a number
  15. #ldapErrorMissingClientId=Client ID needs to be provided in config when Realm Roles Mapping is not used.
  16. #ldapErrorCantPreserveGroupInheritanceWithUIDMembershipType=Not possible to preserve group inheritance and use UID membership type together.
  17. #ldapErrorCantWriteOnlyForReadOnlyLdap=Can't set write only when LDAP provider mode is not WRITABLE
  18. #ldapErrorCantWriteOnlyAndReadOnly=Can't set write-only and read-only together
  19. #clientRedirectURIsFragmentError=Redirect URIs must not contain an URI fragment
  20. #clientRootURLFragmentError=Root URL must not contain an URL fragment
  21. #pairwiseMalformedClientRedirectURI=Client contained an invalid redirect URI.
  22. #pairwiseClientRedirectURIsMissingHost=Client redirect URIs must contain a valid host component.
  23. #pairwiseClientRedirectURIsMultipleHosts=Without a configured Sector Identifier URI, client redirect URIs must not contain multiple host components.
  24. #pairwiseMalformedSectorIdentifierURI=Malformed Sector Identifier URI.
  25. #pairwiseFailedToGetRedirectURIs=Failed to get redirect URIs from the Sector Identifier URI.
  26. #pairwiseRedirectURIsMismatch=Client redirect URIs does not match redirect URIs fetched from the Sector Identifier URI.