GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / commons / org / codehaus / groovy / grails / validation / DefaultErrorMessages.properties
blob5f47a640b96558c07676309a27b621469b543eda
1 # default messages that get activated if not found in user bundle
2 default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
3 default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
4 default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
5 default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
6 default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
7 default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
8 default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
9 default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
10 default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
11 default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
12 default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
13 default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
14 default.blank.message=Property [{0}] of class [{1}] cannot be blank
15 default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
16 default.null.message=Property [{0}] of class [{1}] cannot be null
17 default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
19 default.paginate.prev=Previous
20 default.paginate.next=Next