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

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

Add maxSubTasks and useTargetCompletionDate to TaskRecurringSchedule as features to end subTask generation.

File size: 14.3 KB
Line 
1address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address.
2contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details.
3
4asset.tree.import.success=Asset tree imported.
5asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}, see {1}.
6
7inventory.import.success=Inventory imported.
8inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}.
9
10inventoryItemPurchase.import.success=Inventory item purchases imported.
11inventoryItemPurchase.import.failure=Could not create inventory item purchases from supplied file, failed on line {0}, see {1}.
12
13person.import.success=Person list imported.
14person.import.failure=Could not create persons from supplied file, failed on line {0}, see {1}.
15
16asset.copy.subItem.create.failure=Could not complete operation, as sub item failed to save.
17asset.copy.subItem.too.many.failure=Could not complete operation, as there appears to be too many sub items.
18asset.copy.method.required=Please select a copy method for sub items.
19asset.copy.method=Copy Method
20asset.copy.method.help=Link creates a new asset and links it to EXISTING sub items. \
21    While copy creates a new asset and new sub items by appending '(id:#)' to create unique sub item names.
22asset.copy.asset.required=Please select an asset to copy.
23
24maintenanceActions.still.associated=Could not complete operation as maintenance actions are still associated \
25    with this item.
26maintenanceActions.still.associated.subItem=Could not complete operation as maintenance actions are still associated \
27    with a sub item.
28inventoryStores.still.associated=Could not complete operation as inventory stores are still associated with this item.
29
30site.section.delete.failure=Could not complete operation as sections failed to delete.
31section.asset.delete.failure=Could not complete operation as assets failed to delete.
32asset.subItems.delete.failure=Could not complete operation as orphan sub items failed to delete.
33
34assetSubItem.asset.not.found=Could not complete operation as an asset was supplied but not found.
35assetSubItem.assets.associated=Could not complete operation as assets are still associated with this sub item.
36
37sub.task.create.confirm=Immediately create and save a new sub task?
38
39person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
40person.pass.blank=Password cannot be blank
41person.pass.doesNotMatch=Passwords must match
42
43person.personGroups=Person Groups
44person.personGroups.help=Groups may be assigned to tasks and \
45may also provide a record of persons qualified or trained in a specific area. \
46    Groups provide no application authorisations.
47person.loginName=Login Name
48person.loginName.help=This is the id or name that the person will use to login to the application.
49person.firstName=First Name
50person.firstName.help=The person's real first name.
51person.lastName=Last Name
52person.lastName.help=The person's real last name.
53person.password=Password
54person.password.help=The password that the person will use to login to the application (should be changed by them later).
55person.isActive=Active
56person.isActive.help=Disable this to prevent a person logging in to the application.
57
58person.authorities=Authorities
59person.authorities.help=Give this person authority to do things in the application. \
60    The user must logout for changes to take effect.
61
62entry.duration=Duration
63entry.duration.help=The time (hh:mm) booked against this entry for date done.
64entry.duration.fault=Down Time.
65entry.duration.fault.help=The production down time directly attributable to this fault.
66entry.date.done=Date Done
67entry.date.done.help=The date on which the event actually occurred.
68entry.comment.fault=Fault
69entry.comment.fault.help=Techinical description of the fault and what is happening, NOT what needs doing!
70entry.comment.cause=Cause
71entry.comment.cause.help=The root cause of the fault. Professional opinion on any faults. \
72Include condition and contributing factors.
73entry.comment.work.done=Work Done
74entry.comment.work.done.help=Describe the work that was done.
75entry.productionReference.fault=Production Reference
76entry.productionReference.fault.help=The production during which the fault occurred.
77
78assignedGroup.estimatedDuration=Estimated Duration
79assignedGroup.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
80like to assign this group to the task.
81
82assignedPerson.estimatedDuration=Estimated Duration
83assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
84like to assign this person to the task.
85
86task.notFound=Could not complete operation, task not found.
87task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
88task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
89task.failedToSave=Could not complete operation, task failed to save.
90task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
91task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
92task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
93tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
94
95taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
96personGroup.not.found=Person Group not found, it may have been deleted.
97person.not.found=Person record not found, it may have been deleted.
98
99task.assignedGroups=Assigned Groups
100task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
101task.assignedPersons=Assigned Persons
102task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
103task.description=Task Description
104task.description.help=Short basic description of the task.
105task.description.immediateCallout=Immediate Callout Description.
106task.description.immediateCallout.help=Short description of the callout from an operations perspective.
107task.comment=Task Comment
108task.comment.help=Long text for additional info, only shown in detail views.
109task.targetStartDate=Target Start Date
110task.targetStartDate.help=The date we would like the task to start, set during scheduling.
111task.targetStartDate.immediateCallout=Callout Date
112task.targetStartDate.immediateCallout.help=The date the callout occured.
113task.targetCompletionDate=Target Completion Date
114task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
115task.leadPerson=Lead Person
116task.leadPerson.help=The primay contact person.
117task.status.resolved=Resolved.
118task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
119task.status.unresolved=Unresolved.
120task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved.
121
122taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
123taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
124taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
125taskRecurringSchedule.recurEvery=Recur Every
126taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
127taskRecurringSchedule.taskDuration=Task Duration
128taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
129taskRecurringSchedule.generateAhead=Generate Ahead
130taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
131    This allows work packs to be built and work load to be seen and planned. \
132    Only generate ahead as far as short term planning is done, since all generated sub task \
133    values will be set and therefore time consuming to change.
134taskRecurringSchedule.maxSubTasks=Max Sub Tasks
135taskRecurringSchedule.maxSubTasks.help=Maximum number of sub tasks to generate. Set to 0 \
136    for no limit.
137taskRecurringSchedule.useTargetCompletionDate=Target Completion
138taskRecurringSchedule.useTargetCompletionDate.help=On to use the parent task's target completion date. \
139    Off to continue generation past the parent task's target completion date.
140taskRecurringSchedule.enabled=Enabled
141taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. \
142    Off to stop automatic sub task generation. <br /><br />\
143    The system will turn this off if there are no further sub tasks to be generated.
144
145task.primaryAsset=Primary Asset
146task.primaryAsset.help=This is the asset that costs will be assigned to.
147task.associatedAssets=Associated Assets
148task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
149
150inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
151inventoryMovement.inventoryItem.notFound=Inventory Item not found.
152inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
153
154inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
155inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
156inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
157
158assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
159assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
160
161default.close.text=Close
162default.options.text=Options
163default.none.text=None
164
165default.list.failure=Could not generate list for class {0}.
166default.not.found={0} {1} not found, it may have been deleted.
167default.delete.success={0} {1} deleted.
168default.delete.failure={0} {1} could not be deleted.
169default.update.success={0} {1} updated.
170default.update.failure={0} {1} could not be updated.
171default.create.success={0} {1} created.
172default.create.failure={0} could not be created.
173default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
174default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
175default.file.not.supplied=No file supplied.
176default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
177
178default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
179default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
180default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
181default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
182default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
183default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
184default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
185default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
186default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
187default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
188default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
189default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
190default.blank.message=Property [{0}] of class [{1}] cannot be blank
191default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
192default.null.message=Property [{0}] of class [{1}] cannot be null
193default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
194
195default.paginate.prev=Previous
196default.paginate.next=Next
197
198# Rich UI plugin - Calendar
199default.time=Time
200default.week=Week
201default.monday=Mon
202default.tuesday=Tues
203default.wednesday=Wed
204default.thursday=Thu
205default.friday=Fri
206default.saturday=Sat
207default.sunday=Sun
208
209# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
210typeMismatch.java.net.URL=Property {0} must be a valid URL
211typeMismatch.java.net.URI=Property {0} must be a valid URI
212typeMismatch.java.util.Date=Property {0} must be a valid Date
213typeMismatch.java.lang.Double=Property {0} must be a valid number
214typeMismatch.java.lang.Integer=Property {0} must be a valid number
215typeMismatch.java.lang.Long=Property {0} must be a valid number
216typeMismatch.java.lang.Short=Property {0} must be a valid number
217typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
218typeMismatch.java.math.BigInteger=Property {0} must be a valid number
219
220# Navigation plugin, see conf/Config.groovy for menu's.
221# Subitems are not currently resolving with this plugin.
222navigation.nav.home=Home
223navigation.nav.home.start=Start
224navigation.nav.home.appAdmin=Admin
225navigation.nav.home.manager=Manager
226navigation.nav.home.changeSessionTimeout=Timeout
227navigation.nav.home.changePassword=Password
228
229navigation.nav.tasks=Tasks
230navigation.nav.tasks.create=Create
231navigation.nav.tasks.search=Search
232navigation.nav.tasks.show=Show
233
234navigation.nav.inventory=Inventory
235navigation.nav.assets=Assets
236
237# FilterPane plugin, properties.
238fp.property.text.associatedAssets.name=Associated Asset
239fp.property.text.primaryAsset.name=Primary Asset
240fp.property.text.trash=Trash
241fp.property.text.scheduled=Scheduled
242fp.property.text.approved=Approved
243fp.property.text.isObsolete=Obsolete
244fp.property.text.taskGroup.name=Group
245fp.property.text.taskPriority.name=Priority
246fp.property.text.taskStatus.name=Status
247fp.property.text.description=Description
248fp.property.text.comment=Comment
249fp.property.text.leadPerson.lastName=Lead Person (Last Name)
250fp.property.text.leadPerson.firstName=Lead Person (First Name)
251fp.property.text.taskType.name=Type
252fp.property.text.inventoryLocation.name=Location
253fp.property.text.spareFor.name=Spare For
254fp.property.text.supplier.name=Supplier
255fp.property.text.manufacturer.name=Manufacturer
256fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
Note: See TracBrowser for help on using the repository browser.