messages_en.properties 4.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. invalidPasswordMinLengthMessage=Invalid password: minimum length {0}.
  2. invalidPasswordMaxLengthMessage=Invalid password: maximum length {0}.
  3. invalidPasswordMinLowerCaseCharsMessage=Invalid password: must contain at least {0} lower case characters.
  4. invalidPasswordMinDigitsMessage=Invalid password: must contain at least {0} numerical digits.
  5. invalidPasswordMinUpperCaseCharsMessage=Invalid password: must contain at least {0} upper case characters.
  6. invalidPasswordMinSpecialCharsMessage=Invalid password: must contain at least {0} special characters.
  7. invalidPasswordNotUsernameMessage=Invalid password: must not be equal to the username.
  8. invalidPasswordNotEmailMessage=Invalid password: must not be equal to the email.
  9. invalidPasswordRegexPatternMessage=Invalid password: fails to match regex pattern(s).
  10. invalidPasswordHistoryMessage=Invalid password: must not be equal to any of last {0} passwords.
  11. invalidPasswordBlacklistedMessage=Invalid password: password is blacklisted.
  12. invalidPasswordGenericMessage=Invalid password: new password does not match password policies.
  13. ldapErrorEditModeMandatory=Edit Mode is mandatory
  14. ldapErrorInvalidCustomFilter=Custom configured LDAP filter does not start with "(" or does not end with ")".
  15. ldapErrorConnectionTimeoutNotNumber=Connection Timeout must be a number
  16. ldapErrorReadTimeoutNotNumber=Read Timeout must be a number
  17. ldapErrorMissingClientId=Client ID needs to be provided in config when Realm Roles Mapping is not used.
  18. ldapErrorCantPreserveGroupInheritanceWithUIDMembershipType=Not possible to preserve group inheritance and use UID membership type together.
  19. ldapErrorCantWriteOnlyForReadOnlyLdap=Can not set write only when LDAP provider mode is not WRITABLE
  20. ldapErrorCantWriteOnlyAndReadOnly=Can not set write-only and read-only together
  21. ldapErrorCantEnableStartTlsAndConnectionPooling=Can not enable both StartTLS and connection pooling.
  22. ldapErrorCantEnableUnsyncedAndImportOff=Can not disable Importing users when LDAP provider mode is UNSYNCED
  23. ldapErrorMissingGroupsPathGroup=Groups path group does not exist - please create the group on specified path first
  24. ldapErrorValidatePasswordPolicyAvailableForWritableOnly=Validate Password Policy is applicable only with WRITABLE edit mode
  25. clientRedirectURIsFragmentError=Redirect URIs must not contain an URI fragment
  26. clientRootURLFragmentError=Root URL must not contain an URL fragment
  27. clientRootURLIllegalSchemeError=Root URL uses an illegal scheme
  28. clientBaseURLIllegalSchemeError=Base URL uses an illegal scheme
  29. backchannelLogoutUrlIllegalSchemeError=Backchannel logout URL uses an illegal scheme
  30. clientRedirectURIsIllegalSchemeError=A redirect URI uses an illegal scheme
  31. clientBaseURLInvalid=Base URL is not a valid URL
  32. clientRootURLInvalid=Root URL is not a valid URL
  33. clientRedirectURIsInvalid=A redirect URI is not a valid URI
  34. backchannelLogoutUrlIsInvalid=Backchannel logout URL is not a valid URL
  35. pairwiseMalformedClientRedirectURI=Client contained an invalid redirect URI.
  36. pairwiseClientRedirectURIsMissingHost=Client redirect URIs must contain a valid host component.
  37. pairwiseClientRedirectURIsMultipleHosts=Without a configured Sector Identifier URI, client redirect URIs must not contain multiple host components.
  38. pairwiseMalformedSectorIdentifierURI=Malformed Sector Identifier URI.
  39. pairwiseFailedToGetRedirectURIs=Failed to get redirect URIs from the Sector Identifier URI.
  40. pairwiseRedirectURIsMismatch=Client redirect URIs does not match redirect URIs fetched from the Sector Identifier URI.
  41. duplicatedJwksSettings=The "Use JWKS" switch and the switch "Use JWKS URL" cannot be ON at the same time.
  42. error-invalid-value=Invalid value.
  43. error-invalid-blank=Please specify value.
  44. error-empty=Please specify value.
  45. error-invalid-length=Attribute {0} must have a length between {1} and {2}.
  46. error-invalid-length-too-short=Attribute {0} must have minimal length of {1}.
  47. error-invalid-length-too-long=Attribute {0} must have maximal length of {2}.
  48. error-invalid-email=Invalid email address.
  49. error-invalid-number=Invalid number.
  50. error-number-out-of-range=Attribute {0} must be a number between {1} and {2}.
  51. error-number-out-of-range-too-small=Attribute {0} must have minimal value of {1}.
  52. error-number-out-of-range-too-big=Attribute {0} must have maximal value of {2}.
  53. error-pattern-no-match=Invalid value.
  54. error-invalid-uri=Invalid URL.
  55. error-invalid-uri-scheme=Invalid URL scheme.
  56. error-invalid-uri-fragment=Invalid URL fragment.
  57. error-user-attribute-required=Please specify attribute {0}.
  58. error-invalid-date=Attribute {0} is invalid date.
  59. error-user-attribute-read-only=Attribute {0} is read only.
  60. error-username-invalid-character={0} contains invalid character.
  61. error-person-name-invalid-character={0} contains invalid character.