1 | person.pass.minSize.notmet=Password is less than the minimum size of [{3}] |
---|
2 | person.pass.blank=Password cannot be blank |
---|
3 | |
---|
4 | default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] |
---|
5 | default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL |
---|
6 | default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number |
---|
7 | default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address |
---|
8 | default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}] |
---|
9 | default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}] |
---|
10 | default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}] |
---|
11 | default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}] |
---|
12 | default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}] |
---|
13 | default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}] |
---|
14 | default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation |
---|
15 | default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}] |
---|
16 | default.blank.message=Property [{0}] of class [{1}] cannot be blank |
---|
17 | default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}] |
---|
18 | default.null.message=Property [{0}] of class [{1}] cannot be null |
---|
19 | default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique |
---|
20 | |
---|
21 | default.paginate.prev=Previous |
---|
22 | default.paginate.next=Next |
---|
23 | |
---|
24 | # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) |
---|
25 | typeMismatch.java.net.URL=Property {0} must be a valid URL |
---|
26 | typeMismatch.java.net.URI=Property {0} must be a valid URI |
---|
27 | typeMismatch.java.util.Date=Property {0} must be a valid Date |
---|
28 | typeMismatch.java.lang.Double=Property {0} must be a valid number |
---|
29 | typeMismatch.java.lang.Integer=Property {0} must be a valid number |
---|
30 | typeMismatch.java.lang.Long=Property {0} must be a valid number |
---|
31 | typeMismatch.java.lang.Short=Property {0} must be a valid number |
---|
32 | typeMismatch.java.math.BigDecimal=Property {0} must be a valid number |
---|
33 | typeMismatch.java.math.BigInteger=Property {0} must be a valid number |
---|
34 | |
---|
35 | |
---|