All Downloads are FREE. Search and download functionalities are using the official Maven repository.

messages.validations.properties Maven / Gradle / Ivy

# validation
validation.typeMismatch=not a well-formed text
validation.NotNull=may not be empty
validation.NotEmpty=may not be empty
validation.Pattern=not a well-formed value
validation.Max=must be less than or equal to {1}
validation.Min=must be greater than or equal to {1}
validation.Length=length must be between {1} and {2}
validation.Email=not a well-formed email address
validation.URL=must be a valid URL
validation.NotDuplicate=may not be duplicated
validation.MatchCurrentPassword=does not match
validation.MatchRetype=does not match
validation.UsedEmail=Can't find that email

validation.GoogleAnalytics=can not connect to google analytics




© 2015 - 2024 Weber Informatics LLC | Privacy Policy