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

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

Installed help-balloons plugin.
Adjust security config to allow javascript and help-balloons folders.
Add "Repeat password" to change password.
Detailed Entry views, including only allow user to edit their own entries.
Adjust Entry constraints.
Add comments to layouts/main.gsp.
Work on TaskDetailed? view to show entry durations and allow editing.
Entry duration formatting to CSS and increased base font size to 14px.

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