source: trunk/src/grails-app/i18n/messages.properties @ 99

Last change on this file since 99 was 99, checked in by gav, 15 years ago

Tweaking to the Change Password view, control and errors.
Remove /web-app/plugins dir.

File size: 2.6 KB
RevLine 
[73]1person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
2person.pass.blank=Password cannot be blank
[99]3person.pass.doesNotMatch=Passwords must match
[73]4
[98]5entry.duration=Duration
6entry.duration.help=The time (hh:mm) booked against this entry for date done.
7
[55]8default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
9default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
10default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
11default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
12default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
13default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
14default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
15default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
16default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
17default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
18default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
19default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
20default.blank.message=Property [{0}] of class [{1}] cannot be blank
21default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
22default.null.message=Property [{0}] of class [{1}] cannot be null
23default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
24
25default.paginate.prev=Previous
26default.paginate.next=Next
27
28# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
29typeMismatch.java.net.URL=Property {0} must be a valid URL
30typeMismatch.java.net.URI=Property {0} must be a valid URI
31typeMismatch.java.util.Date=Property {0} must be a valid Date
32typeMismatch.java.lang.Double=Property {0} must be a valid number
33typeMismatch.java.lang.Integer=Property {0} must be a valid number
34typeMismatch.java.lang.Long=Property {0} must be a valid number
35typeMismatch.java.lang.Short=Property {0} must be a valid number
36typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
[73]37typeMismatch.java.math.BigInteger=Property {0} must be a valid number
38
39
Note: See TracBrowser for help on using the repository browser.