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

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

Implement copying of assigned groups and persons to auto generated sub tasks.
As per ticket #55.

File size: 9.4 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 may be assigned to tasks and \
7may also provide a record of persons qualified or trained in a specific area. \
8Use Ctrl or Shift to select multiple groups. \
9Groups provide no application authorisations.
10person.loginName=Login Name
11person.loginName.help=This is the id or name that the person will use to login to the application.
12person.firstName=First Name
13person.firstName.help=The person's real first name.
14person.lastName=Last Name
15person.lastName.help=The person's real last name.
16person.password=Password
17person.password.help=The password that the person will use to login to the application (should be changed by them later).
18person.isActive=Active
19person.isActive.help=Disable this to prevent a person logging in to the application.
20
21person.authorities=Authorities
22person.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.
23
24entry.duration=Duration
25entry.duration.help=The time (hh:mm) booked against this entry for date done.
26entry.date.done=Date Done
27entry.date.done.help=The date on which the event actually occurred.
28entry.comment.fault=Fault
29entry.comment.fault.help=Describe the fault and what is happening, NOT what needs doing! \
30<br /><br />From an operation perspective, NOT a technical perspective.
31entry.comment.work.done=Work Done
32entry.comment.work.done.help=Describe the work that was done. \
33Include the root cause if known or professional opinion on any faults. \
34Include condition and contributing factors.
35
36assignedGroup.estimatedDuration=Estimated Duration
37assignedGroup.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
38like to assign this group to the task.
39
40assignedPerson.estimatedDuration=Estimated Duration
41assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
42like to assign this person to the task.
43
44task.notFound=Could not complete operation, task not found.
45task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
46task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
47task.failedToSave=Could not complete operation, task failed to save.
48task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
49task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
50task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
51tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
52
53taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
54
55task.assignedGroups=Assigned Groups
56task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
57task.assignedPersons=Assigned Persons
58task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
59task.description=Task Description
60task.description.help=Short basic description of the task.
61task.comment=Task Comment
62task.comment.help=Long text for additional info, only shown in detail views.
63task.targetStartDate=Target Start Date
64task.targetStartDate.help=The date we would like the task to start, set during scheduling.
65task.targetCompletionDate=Target Completion Date
66task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
67task.leadPerson=Lead Person
68task.leadPerson.help=The primay contact person.
69
70taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
71taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
72taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
73taskRecurringSchedule.recurEvery=Recur Every
74taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
75taskRecurringSchedule.taskDuration=Task Duration
76taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
77taskRecurringSchedule.generateAhead=Generate Ahead
78taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
79This allows work packs to be built and work load to be seen and planned. \
80Only generate ahead as far as short term planning is done, since all generated sub task values will be set and therefore \
81time consuming to change.
82taskRecurringSchedule.enabled=Enabled
83taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. Off to stop automatic sub task generation.
84
85task.primaryAsset=Primary Asset
86task.primaryAsset.help=This is the asset that costs will be assigned to.
87task.associatedAssets=Associated Assets
88task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
89
90
91inventoryItem.notFound=Could not complete operation, inventory item not found.
92
93inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
94inventoryMovement.inventoryItem.notFound=Inventory Item not found.
95
96default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
97default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
98default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
99default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
100default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
101default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
102default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
103default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
104default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
105default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
106default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
107default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
108default.blank.message=Property [{0}] of class [{1}] cannot be blank
109default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
110default.null.message=Property [{0}] of class [{1}] cannot be null
111default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
112
113default.paginate.prev=Previous
114default.paginate.next=Next
115default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
116
117# Rich UI plugin - Calendar
118default.time=Time
119default.week=Week
120default.monday=Mon
121default.tuesday=Tues
122default.wednesday=Wed
123default.thursday=Thu
124default.friday=Fri
125default.saturday=Sat
126default.sunday=Sun
127
128# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
129typeMismatch.java.net.URL=Property {0} must be a valid URL
130typeMismatch.java.net.URI=Property {0} must be a valid URI
131typeMismatch.java.util.Date=Property {0} must be a valid Date
132typeMismatch.java.lang.Double=Property {0} must be a valid number
133typeMismatch.java.lang.Integer=Property {0} must be a valid number
134typeMismatch.java.lang.Long=Property {0} must be a valid number
135typeMismatch.java.lang.Short=Property {0} must be a valid number
136typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
137typeMismatch.java.math.BigInteger=Property {0} must be a valid number
138
139# Navigation plugin, see conf/Config.groovy for menu's.
140# Subitems are not currently resolving with this plugin.
141navigation.nav.home=Home
142navigation.nav.home.start=Start
143navigation.nav.home.appAdmin=Admin
144navigation.nav.home.manager=Manager
145navigation.nav.home.changeSessionTimeout=Timeout
146navigation.nav.home.changePassword=Password
147
148navigation.nav.tasks=Tasks
149navigation.nav.tasks.create=Create
150navigation.nav.tasks.search=Search
151navigation.nav.tasks.show=Show
152
153navigation.nav.inventory=Inventory
154navigation.nav.assets=Assets
155
156# FilterPane plugin, properties.
157fp.property.text.associatedAssets.name=Associated Asset
158fp.property.text.primaryAsset.name=Primary Asset
159fp.property.text.trash=Trash
160fp.property.text.scheduled=Scheduled
161fp.property.text.approved=Approved
162fp.property.text.isObsolete=Obsolete
163fp.property.text.taskGroup.name=Group
164fp.property.text.taskPriority.name=Priority
165fp.property.text.taskStatus.name=Status
166fp.property.text.description=Description
167fp.property.text.comment=Comment
168fp.property.text.leadPerson.lastName=Lead Person (Last Name)
169fp.property.text.leadPerson.firstName=Lead Person (First Name)
170fp.property.text.taskType.name=Type
171fp.property.text.inventoryLocation.name=Location
172fp.property.text.spareFor.name=Spare For
173fp.property.text.supplier.name=Supplier
174fp.property.text.manufacturer.name=Manufacturer
175
Note: See TracBrowser for help on using the repository browser.