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

.botmill.fb-botmill.2.0.0-RC1.source-code.ValidationMessages.properties Maven / Gradle / Ivy

There is a newer version: 2.0.0-RC3
Show newest version
javax.validation.constraints.NotNull.message=Field can't be null
org.hibernate.validator.constraints.NotEmpty.message=Field can't be empty
org.hibernate.validator.constraints.NotBlank.message=Field can't be blank
javax.validation.constraints.Size.message=Field size must be between {min} and {max}

currency.pattern.message=Currency [${validatedValue}] must be a three digit ISO-4217-3 code in format [A-Z]{3}. See this document for more information about Facebook's currency support: https://developers.facebook.com/docs/payments/reference/supportedcurrencies
theme.color.pattern.message=Theme Color must be a valid RGB color in the format #RRGGBB
locale.pattern.message=Locale must be in format [a-z]{2}_[A-Z]{2}. See this document for more infos on supported locale: https://developers.facebook.com/docs/internationalization#locales
country.pattern.message=Country must be in format [A-Za-z]{2}.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy