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

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

Re-install class-diagram from local svn build with patch to allow war deployment.
Class-diagram overrides removed from Config.groovy since these have all been included upstream.
Tidy comments in SecurityConfig?.groovy
Some work on adding assignedPerson work flow and PersonController?.
Add navAlt and filterPane search to Person and TaskProcedure?.

File size: 4.3 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
8assignedPerson.estimatedDuration=Estimated Duration
9assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task.
10
11task.assignedPersons=Assigned Persons
12task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
13task.description=Task Description
14task.description.help=Short basic description of the task.
15task.comment=Task Comment
16task.comment.help=Long text for additional info, only shown in detail views.
17task.targetStartDate=Target Start Date
18task.targetStartDate.help=The date we would like the task to start, set during scheduling.
19task.targetCompletionDate=Target Completion Date
20task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
21task.leadPerson=Lead Person
22task.leadPerson.help=The primay contact person.
23   
24taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
25taskRecurring.startDate=Start Date
26taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
27
28default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
29default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
30default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
31default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
32default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
33default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
34default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
35default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
36default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
37default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
38default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
39default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
40default.blank.message=Property [{0}] of class [{1}] cannot be blank
41default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
42default.null.message=Property [{0}] of class [{1}] cannot be null
43default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
44
45default.paginate.prev=Previous
46default.paginate.next=Next
47
48# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
49typeMismatch.java.net.URL=Property {0} must be a valid URL
50typeMismatch.java.net.URI=Property {0} must be a valid URI
51typeMismatch.java.util.Date=Property {0} must be a valid Date
52typeMismatch.java.lang.Double=Property {0} must be a valid number
53typeMismatch.java.lang.Integer=Property {0} must be a valid number
54typeMismatch.java.lang.Long=Property {0} must be a valid number
55typeMismatch.java.lang.Short=Property {0} must be a valid number
56typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
57typeMismatch.java.math.BigInteger=Property {0} must be a valid number
58
59# Navigation plugin, see conf/Config.groovy for menu's.
60# Subitems are not currently resolving with this plugin.
61navigation.nav.home=Home
62navigation.nav.home.start=Start
63navigation.nav.home.appAdmin=Admin
64navigation.nav.home.manager=Manager
65navigation.nav.home.changeSessionTimeout=Timeout
66navigation.nav.home.changePassword=Password
67
68navigation.nav.tasks=Tasks
69navigation.nav.tasks.create=Create
70navigation.nav.tasks.search=Search
71navigation.nav.tasks.show=Show
72
73navigation.nav.inventory=Inventory
74navigation.nav.assets=Assets
Note: See TracBrowser for help on using the repository browser.