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

Last change on this file since 168 was 168, checked in by gav, 14 years ago

Add message bundles for the task filterPane.
Add primary and associated assets to taskDetailed views.

File size: 6.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
5person.personGroups=Person Groups
6person.personGroups.help=Groups provide no application authorisations and are merely for grouping people for information purposes. Use Ctrl or Shift to select multiple groups.
7person.loginName=Login Name
8person.loginName.help=This is the id or name that the person will use to login to the application.
9person.firstName=First Name
10person.firstName.help=The person's real first name.
11person.lastName=Last Name
12person.lastName.help=The person's real last name.
13person.password=Password
14person.password.help=The password that the person will use to login to the appllication (should be changed by them later).
15person.isActive=Active
16person.isActive.help=Disable this to prevent a person logging in to the application.
17
18person.authorities=Authorities
19person.authorities.help=To allow login at least the 'ROLE_AppUser' authority must be given. The 'ROLE_AppAdmin' authority is NOT required for daily use and provides full (read as DANGEROUS) access.
20
21entry.duration=Duration
22entry.duration.help=The time (hh:mm) booked against this entry for date done.
23
24assignedPerson.estimatedDuration=Estimated Duration
25assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task.
26
27task.assignedPersons=Assigned Persons
28task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
29task.description=Task Description
30task.description.help=Short basic description of the task.
31task.comment=Task Comment
32task.comment.help=Long text for additional info, only shown in detail views.
33task.targetStartDate=Target Start Date
34task.targetStartDate.help=The date we would like the task to start, set during scheduling.
35task.targetCompletionDate=Target Completion Date
36task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
37task.leadPerson=Lead Person
38task.leadPerson.help=The primay contact person.
39
40taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
41taskRecurring.startDate=Start Date
42taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
43
44task.primaryAsset=Primary Asset
45task.primaryAsset.help=This is the asset that costs will be assigned to.
46task.associatedAssets=Associated Assets
47task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
48
49default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
50default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
51default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
52default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
53default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
54default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
55default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
56default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
57default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
58default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
59default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
60default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
61default.blank.message=Property [{0}] of class [{1}] cannot be blank
62default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
63default.null.message=Property [{0}] of class [{1}] cannot be null
64default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
65
66default.paginate.prev=Previous
67default.paginate.next=Next
68
69# Rich UI plugin - Calendar
70default.time=Time
71default.week=Week
72default.monday=Mon
73default.tuesday=Tues
74default.wednesday=Wed
75default.thursday=Thu
76default.friday=Fri
77default.saturday=Sat
78default.sunday=Sun
79
80# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
81typeMismatch.java.net.URL=Property {0} must be a valid URL
82typeMismatch.java.net.URI=Property {0} must be a valid URI
83typeMismatch.java.util.Date=Property {0} must be a valid Date
84typeMismatch.java.lang.Double=Property {0} must be a valid number
85typeMismatch.java.lang.Integer=Property {0} must be a valid number
86typeMismatch.java.lang.Long=Property {0} must be a valid number
87typeMismatch.java.lang.Short=Property {0} must be a valid number
88typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
89typeMismatch.java.math.BigInteger=Property {0} must be a valid number
90
91# Navigation plugin, see conf/Config.groovy for menu's.
92# Subitems are not currently resolving with this plugin.
93navigation.nav.home=Home
94navigation.nav.home.start=Start
95navigation.nav.home.appAdmin=Admin
96navigation.nav.home.manager=Manager
97navigation.nav.home.changeSessionTimeout=Timeout
98navigation.nav.home.changePassword=Password
99
100navigation.nav.tasks=Tasks
101navigation.nav.tasks.create=Create
102navigation.nav.tasks.search=Search
103navigation.nav.tasks.show=Show
104
105navigation.nav.inventory=Inventory
106navigation.nav.assets=Assets
107
108# FilterPane plugin, properties.
109fp.property.text.associatedAssets.name=Associated Asset
110fp.property.text.primaryAsset.name=Primary Asset
111fp.property.text.isActive=Active
112fp.property.text.isScheduled=Scheduled
113fp.property.text.isApproved=Approved
114fp.property.text.taskGroup.name=Group
115fp.property.text.taskPriority.name=Priority
116fp.property.text.taskStatus.name=Status
117fp.property.text.description=Description
118fp.property.text.comment=Comment
119fp.property.text.leadPerson.lastName=Lead Person (Last Name)
120fp.property.text.leadPerson.firstName=Lead Person (First Name)
121fp.property.text.taskType.name=Type
122
Note: See TracBrowser for help on using the repository browser.