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

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

Update to grails-1.1.1 release.
Fix WorkDone? and Fault entries not showing after update, now using criteria.
Work on TaskRecurringSchedule, add DateUtilService class, regenerate views to suite.
Finally have correct rollback behaviour on TaskRecurringSchedule? domain object updates by using transactions.
Added name to copyright since the license has no meaning without it.

File size: 3.6 KB
Line 
1person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
2person.pass.blank=Password cannot be blank
3person.pass.doesNotMatch=Passwords must match
4
5entry.duration=Duration
6entry.duration.help=The time (hh:mm) booked against this entry for date done.
7
8task.assignedPersons=Assigned Persons
9task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
10task.description=Task Description
11task.description.help=Short basic description of the task.
12task.comment=Task Comment
13task.comment.help=Long text for additional info, only shown in detail views.
14task.targetStartDate=Target Start Date
15task.targetStartDate.help=The date we would like the task to start, set during scheduling.
16task.targetCompletionDate=Target Completion Date
17task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
18task.leadPerson=Lead Person
19task.leadPerson.help=The primay contact person.
20   
21taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
22taskRecurring.startDate=Start Date
23taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
24
25default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
26default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
27default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
28default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
29default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
30default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
31default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
32default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
33default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
34default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
35default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
36default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
37default.blank.message=Property [{0}] of class [{1}] cannot be blank
38default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
39default.null.message=Property [{0}] of class [{1}] cannot be null
40default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
41
42default.paginate.prev=Previous
43default.paginate.next=Next
44
45# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
46typeMismatch.java.net.URL=Property {0} must be a valid URL
47typeMismatch.java.net.URI=Property {0} must be a valid URI
48typeMismatch.java.util.Date=Property {0} must be a valid Date
49typeMismatch.java.lang.Double=Property {0} must be a valid number
50typeMismatch.java.lang.Integer=Property {0} must be a valid number
51typeMismatch.java.lang.Long=Property {0} must be a valid number
52typeMismatch.java.lang.Short=Property {0} must be a valid number
53typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
54typeMismatch.java.math.BigInteger=Property {0} must be a valid number
55
56
Note: See TracBrowser for help on using the repository browser.