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

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

Check for authorisation on recurring tasks.

File size: 23.2 KB
Line 
1#
2# Custom and domain constraint messages.
3#
4
5address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address.
6contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details.
7
8asset.tree.import.success=Asset tree imported.
9asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}, see {1}.
10
11inventory.import.success=Inventory imported.
12inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}.
13
14inventoryItemPurchase.import.success=Inventory item purchases imported.
15inventoryItemPurchase.import.failure=Could not create inventory item purchases from supplied file, failed on line {0}, see {1}.
16
17person.import.success=Person list imported.
18person.import.failure=Could not create persons from supplied file, failed on line {0}, see {1}.
19
20asset.copy.subItem.create.failure=Could not complete operation, as sub item failed to save.
21asset.copy.subItem.too.many.failure=Could not complete operation, as there appears to be too many sub items.
22asset.copy.method.required=Please select a copy method for sub items.
23asset.copy.method=Copy Method
24asset.copy.method.help=Link creates a new asset and links it to EXISTING sub items. \
25    While copy creates a new asset and new sub items by appending '(id:#)' to create unique sub item names.
26asset.copy.asset.required=Please select an asset to copy.
27
28maintenanceActions.still.associated=Could not complete operation as maintenance actions are still associated \
29    with this item.
30maintenanceActions.still.associated.subItem=Could not complete operation as maintenance actions are still associated \
31    with a sub item.
32inventoryStores.still.associated=Could not complete operation as inventory stores are still associated with this item.
33
34site.section.delete.failure=Could not complete operation as sections failed to delete.
35section.asset.delete.failure=Could not complete operation as assets failed to delete.
36asset.subItems.delete.failure=Could not complete operation as orphan sub items failed to delete.
37
38assetSubItem.asset.not.found=Could not complete operation as an asset was supplied but not found.
39assetSubItem.assets.associated=Could not complete operation as assets are still associated with this sub item.
40
41sub.task.create.confirm=Immediately create and save a new sub task?
42
43person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
44person.pass.blank=Password cannot be blank
45person.pass.doesNotMatch=Passwords must match
46
47#
48# Help Balloon and property definitions.
49#
50
51# Report help balloon messages.
52report.stock.take.overview=Stock Take (Overview)
53report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report.
54report.stock.take.by.location=Stock Take (Location)
55report.stock.take.by.location.help=Enter a comma separated list of inventory locations. \
56    Use the Stock Take (Overview) report to get the list of locations. A % symbol may be used as a wild card, e.g: X1, X2, Y%, Z%7
57
58# Person properties.
59person.personGroups=Person Groups
60person.personGroups.help=Groups may be assigned to tasks and \
61may also provide a record of persons qualified or trained in a specific area. \
62    Groups provide no application authorisations.
63person.loginName=Login Name
64person.loginName.help=This is the id or name that the person will use to login to the application.
65person.firstName=First Name
66person.firstName.help=The person's real first name.
67person.lastName=Last Name
68person.lastName.help=The person's real last name.
69person.password=Password
70person.password.help=The password that the person will use to login to the application (should be changed by them later).
71person.isActive=Active
72person.isActive.help=Disable this to prevent a person logging in to the application.
73
74person.authorities=Authorities
75person.authorities.help=Give this person authority to do things in the application. \
76    The user must logout for changes to take effect.
77
78# InventoryItemPurchase properties.
79inventoryItemPurchase.purchaseOrderNumber=Purchase Order #
80inventoryItemPurchase.purchaseOrderNumber.help=This number must be exact in case and spacing. \
81    All purchase received and invoice approval requires this number to track correctly. \
82    The number may only appear once for each inventory item. \
83    To enter multiple line items for a purchase order # 'M123' use 'M123.1' and 'M123.2' for example.
84inventoryItemPurchase.order.placed.date=Date
85inventoryItemPurchase.order.placed.date.help=The date that the order was placed. \
86    May be adjusted at the end of financial years. Also see the 'date created' and 'last updated' properties.
87inventoryItemPurchase.cost.code=Cost Code
88inventoryItemPurchase.cost.code.help=Cost codes assign cost to the correct asset and accouting ledger number/account. \
89    Ideally cost codes should be asset based and reflect the asset tree.
90inventoryItemPurchase.task.budget.status=Budget Status
91inventoryItemPurchase.task.budget.status.help=Was this purchase planned for in the budget or is it an unplanned spend.
92inventoryItemPurchase.supplier=Supplier
93inventoryItemPurchase.supplier.help=The supplier to make the purchase out to.
94inventoryItemPurchase.quantity=Quantity
95inventoryItemPurchase.quantity.help=The number of inventory item units purchased.
96inventoryItemPurchase.receive.quantity=Receive Quantity
97inventoryItemPurchase.receive.quantity.help=The number of inventory item units received.
98inventoryItemPurchase.approve.quantity=Approve Quantity
99inventoryItemPurchase.approve.quantity.help=The number of inventory item units to approve payment for.
100inventoryItemPurchase.order.value=Order Value
101inventoryItemPurchase.order.value.help=The total value of this line item.
102inventoryItemPurchase.receive.value=Receive Value
103inventoryItemPurchase.receive.value.help=The value of items received.
104inventoryItemPurchase.approve.value=Approve Value
105inventoryItemPurchase.approve.value.help=The value to approve payment for.
106inventoryItemPurchase.invoice.number=Invoice Number
107inventoryItemPurchase.invoice.number.help=The invoice number that this line item approves payment for.
108
109entry.duration=Duration
110entry.duration.help=The time (hh:mm) booked against this entry for date done.
111entry.duration.fault=Down Time.
112entry.duration.fault.help=The production down time (hh:mm) directly attributable to this fault.
113entry.date.done=Date Done
114entry.date.done.help=The date on which the event actually occurred.
115entry.comment.fault=Fault
116entry.comment.fault.help=Techinical description of the fault and what is happening, NOT what needs doing!
117entry.comment.cause=Cause
118entry.comment.cause.help=The root cause of the fault. Professional opinion on any faults. \
119Include condition and contributing factors.
120entry.comment.work.done=Work Done
121entry.comment.work.done.help=Describe the work that was done.
122entry.productionReference.fault=Production Reference
123entry.productionReference.fault.help=The production during which the fault occurred.
124
125assignedGroup.estimatedDuration=Estimated Duration
126assignedGroup.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
127like to assign this group to the task.
128
129assignedPerson.estimatedDuration=Estimated Duration
130assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
131like to assign this person to the task.
132
133task.delete.failure.production=Tasks may not be deleted in production mode, \
134    set the trash flag instead.
135task.notFound=Could not complete operation, task not found.
136task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
137task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
138task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted on a recurring task without authorisation.
139task.failedToSave=Could not complete operation, task failed to save.
140task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
141task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
142task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
143tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
144task.targetCompletionDate.before.targetStartDate=The target completion date must be equal to or greater than \
145    the target start date.
146
147entry.create.no.params=Please select a task, then add an entry.
148
149taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
150personGroup.not.found=Person Group not found, it may have been deleted.
151person.not.found=Person record not found, it may have been deleted.
152
153# Task Properties.
154task.assignedGroups=Assigned Groups
155task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
156task.assignedPersons=Assigned Persons
157task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
158task.description=Task Description
159task.description.help=Short basic description of the task.
160task.description.immediateCallout=Immediate Callout Description.
161task.description.immediateCallout.help=Short description of the callout from an operations perspective.
162task.comment=Task Comment
163task.comment.help=Long text for additional info, only shown in detail views.
164task.targetStartDate=Target Start Date
165task.targetStartDate.help=The date we would like the task to start, set during scheduling.
166task.targetStartDate.immediateCallout=Callout Date
167task.targetStartDate.immediateCallout.help=The date the callout occured.
168task.targetCompletionDate=Target Completion Date
169task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
170task.leadPerson=Lead Person
171task.leadPerson.help=The primay contact person.
172task.safetyRequirement=Safety Requirment
173task.safetyRequirement.help=Completion of this task is a safety requirement. \
174    This task must be completed and is not allowed to be missed.
175task.mandatoryRegulatory=Mandatory/Regulatory
176task.mandatoryRegulatory.help=Completion of this task is a mandatory or regulatory requirement. \
177    This task must be completed and is not allowed to be missed.
178task.positiveFault=Positive Fault
179task.positiveFault.help=Set false if unsure. Used to calculate preventative efficiency or P.E.
180
181# Task Actions
182task.status.resolved=Resolved.
183task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
184task.status.unresolved=Unresolved.
185task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved.
186
187taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
188taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
189taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
190taskRecurringSchedule.recurEvery=Recur Every
191taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
192taskRecurringSchedule.taskDuration=Task Duration
193taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
194taskRecurringSchedule.generateAhead=Generate Ahead
195taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
196    This allows work packs to be built and work load to be seen and planned. \
197    Only generate ahead as far as short term planning is done, since all generated sub task \
198    values will be set and therefore time consuming to change.
199taskRecurringSchedule.maxSubTasks=Max Sub Tasks
200taskRecurringSchedule.maxSubTasks.help=Maximum number of sub tasks to generate. Set to 0 \
201    for no limit.
202taskRecurringSchedule.useTargetCompletionDate=Target Completion
203taskRecurringSchedule.useTargetCompletionDate.help=On to use the parent task's target completion date. \
204    Off to continue generation past the parent task's target completion date.
205taskRecurringSchedule.enabled=Enabled
206taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. \
207    Off to stop automatic sub task generation. <br /><br />\
208    The system will turn this off if there are no further sub tasks to be generated.
209
210task.primaryAsset=Primary Asset
211task.primaryAsset.help=This is the asset that costs will be assigned to.
212task.associatedAssets=Associated Assets
213task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
214
215# InventoryItem Messages.
216inventory.item.is.obsolete=This item has been flagged as obsolete.
217inventory.item.not.active=This item has been flagged as not active.
218inventory.item.reorder.not.allowed=Reorder not allowed.
219inventory.item.reorder.listing.disabled=This item has reorder listing disabled and will not appear on reorder lists.
220inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first.
221inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised.
222inventory.item.picture.source.not.supported=Image source type not supported.
223
224inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
225inventoryMovement.inventoryItem.notFound=Inventory Item not found.
226inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
227
228inventoryItemPurchase.purchaseOrderNumber.not.unique.for.inventory.item.order=Purchase Order Number must be unique for this inventory item order.
229inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
230inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
231inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
232inventoryItemPurchase.operation.not.permitted.on.inactive.or.obsolete.item=This operation is not permitted on an inactive or obsolete inventory item.
233
234assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
235assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
236
237#
238# Default messages.
239#
240
241default.list.failure=Could not generate list for class {0}.
242default.not.found={0} {1} not found, it may have been deleted.
243default.delete.success={0} {1} deleted.
244default.delete.failure={0} {1} could not be deleted.
245default.update.success={0} {1} updated.
246default.update.failure={0} {1} could not be updated.
247default.create.success={0} {1} created.
248default.create.failure={0} could not be created.
249default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
250default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
251default.file.not.supplied=No file supplied.
252default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
253default.not.development.environment.failure=Could not complete operation, dev environment not detected.
254
255default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
256default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
257default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
258default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
259default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
260default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
261default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
262default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
263default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
264default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
265default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
266default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
267default.blank.message=Property [{0}] of class [{1}] cannot be blank
268default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
269default.null.message=Property [{0}] of class [{1}] cannot be null
270default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
271
272default.paginate.prev=Previous
273default.paginate.prev.abbrev=Prev
274default.paginate.next=Next
275
276default.close.text=Close
277default.options.text=Options
278default.none.text=None
279default.all.text=All
280default.please.select.text=--Please-Select--
281default.none.select.text=--None--
282
283#
284# Rich UI plugin - Calendar
285#
286
287default.time=Time
288default.week=Week
289default.monday=Mon
290default.tuesday=Tues
291default.wednesday=Wed
292default.thursday=Thu
293default.friday=Fri
294default.saturday=Sat
295default.sunday=Sun
296
297#
298# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
299#
300
301typeMismatch.java.net.URL=Property {0} must be a valid URL
302typeMismatch.java.net.URI=Property {0} must be a valid URI
303typeMismatch.java.util.Date=Property {0} must be a valid Date
304typeMismatch.java.lang.Double=Property {0} must be a valid number
305typeMismatch.java.lang.Integer=Property {0} must be a valid number
306typeMismatch.java.lang.Long=Property {0} must be a valid number
307typeMismatch.java.lang.Short=Property {0} must be a valid number
308typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
309typeMismatch.java.math.BigInteger=Property {0} must be a valid number
310
311#
312# Navigation plugin, see conf/Config.groovy for menu's.
313# Subitems are not currently resolving with this plugin.
314#
315
316navigation.nav.home=Home
317navigation.nav.home.start=Start
318navigation.nav.home.appAdmin=Admin
319navigation.nav.home.manager=Manager
320navigation.nav.home.changeSessionTimeout=Timeout
321navigation.nav.home.changePassword=Password
322
323navigation.nav.tasks=Tasks
324navigation.nav.tasks.create=Create
325navigation.nav.tasks.search=Search
326navigation.nav.tasks.show=Show
327
328navigation.nav.inventory=Inventory
329navigation.nav.assets=Assets
330
331#
332# FilterPane plugin, properties.
333#
334
335fp.property.text.associatedAssets.name=Associated Asset
336fp.property.text.primaryAsset.name=Primary Asset
337fp.property.text.trash=Trash
338fp.property.text.scheduled=Scheduled
339fp.property.text.approved=Approved
340fp.property.text.isObsolete=Obsolete
341fp.property.text.taskGroup.name=Group
342fp.property.text.taskPriority.name=Priority
343fp.property.text.taskStatus.name=Status
344fp.property.text.description=Description
345fp.property.text.comment=Comment
346fp.property.text.leadPerson.lastName=Lead Person (Last Name)
347fp.property.text.leadPerson.firstName=Lead Person (First Name)
348fp.property.text.taskType.name=Type
349fp.property.text.inventoryLocation.name=Location
350fp.property.text.spareFor.name=Spare For
351fp.property.text.supplier.name=Supplier
352fp.property.text.manufacturer.name=Manufacturer
353fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
354
355fp.property.text.inventoryItemPurchaseType.name=Type
356
357#
358# TaskSearch Service.
359#
360
361task.search.text.all.tasks.message=All tasks for {0}.
362task.search.text.all.tasks.none.found=No tasks found for {0}.
363task.search.text.all.tasks.between.message=All tasks between {0} and {1}.
364task.search.text.all.tasks.between.none.found=No tasks found between {0} and {1}.
365
366task.search.text.persons.tasks.message=Tasks for {0} on {1}.
367task.search.text.persons.tasks.none.found=No tasks found for {0} on {1}.
368task.search.text.persons.tasks.between.message=Tasks for {0} between {1} and {2}.
369task.search.text.persons.tasks.between.none.found=No tasks found for {0} between {1} and {2}.
370
371task.search.text.my.todays=Today
372task.search.text.my.todays.description=My tasks and approved tasks that I am assigned to.
373task.search.text.my.yesterdays=Yesterday
374task.search.text.my.tomorrows=Tomorrow
375task.search.text.my.past.week=Past Week
376task.search.text.todays=Today
377task.search.text.todays.description=All tasks that are not in the trash bin.
378task.search.text.yesterdays=Yesterday
379task.search.text.tomorrows=Tomorrow
380task.search.text.past.week=Past Week
381task.search.text.budget.unplanned=Unplanned Tasks
382task.search.text.budget.unplanned.message=Tasks with budget status of 'Unplanned' between {0} and {1}.
383task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned' between {0} and {1}.
384task.search.text.budget.planned=Planned Tasks
385task.search.text.budget.planned.description=Task with budget status of Planned, in the past week.
386task.search.text.budget.planned.message=Tasks with budget status of 'Planned' between {0} and {1}.
387task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned' between {0} and {1}.
388task.search.text.planners.range=Planners Range
389task.search.text.planners.range.description=Tasks in the past week and two weeks ahead.
390task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
391task.search.text.work.done=Work Done
392task.search.text.work.done.description=Work done by person and date.
393task.search.text.work.done.message=Work done by {0} on {1}.
394task.search.text.work.done.none.found=No entries found for {0} on {1}.
395
396#
397# InventoryItemSearch
398#
399
400inventoryItem.search.searchText=Search
401inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \
402    A * symbol may be used as a wild card, e.g: '2305*' would find 2305RS and 2305-RS. A + symbol may be used to require a word \
403    e.g: 'sensor +print' would require results to have 'print' in the searched categories.
404inventoryItem.search.text.found=Results for: {0}
405inventoryItem.search.text.none.found=No results for: {0}
406inventoryItem.search.text.below.reorder=Below Reorder
407inventoryItem.search.text.below.reorder.description=Inventory items at or below reorder point.
408inventoryItem.search.text.below.reorder.all=Below Reorder (all)
409inventoryItem.search.text.below.reorder.all.description=Inventory items at or below reorder point, including reorder listing disabled.
410inventoryItem.search.text.below.reorder.none.found=No inventory items found at or below reorder point.
411inventoryItem.search.text.all.description=All inventory items.
412inventoryItem.search.text.all.none.found=No inventory items found.
413inventoryItem.search.text.recently.used=Recently Used
414inventoryItem.search.text.recently.used.description=Items used in the last {0} days.
415inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days.
416
417#
418# Report error messages.
419#
420
421report.error.too.many.results=Error: over {0} results, please run report again.
422report.error.no.locations.found=Error: no locations found, please run report again.
423report.error.too.many.locations=Error: over {0} locations, please run report again.
424report.error.no.inventory.items.found=Error: no inventory items found, please run report again.
425report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again.
426
427#
428# AppCore messages.
429#
430appCore.rebuild.text.search.index=The text search index is being rebuilt in the background, see log file for details.
Note: See TracBrowser for help on using the repository browser.