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

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

Apply bug fix for ticket #76.
Rename all instances of Lucene to Searchable.
Improved global directory config.
Add log levels for searchable plugin and compass.

File size: 23.1 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.failedToSave=Could not complete operation, task failed to save.
139task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
140task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
141task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
142tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
143task.targetCompletionDate.before.targetStartDate=The target completion date must be equal to or greater than \
144    the target start date.
145
146entry.create.no.params=Please select a task, then add an entry.
147
148taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
149personGroup.not.found=Person Group not found, it may have been deleted.
150person.not.found=Person record not found, it may have been deleted.
151
152# Task Properties.
153task.assignedGroups=Assigned Groups
154task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
155task.assignedPersons=Assigned Persons
156task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
157task.description=Task Description
158task.description.help=Short basic description of the task.
159task.description.immediateCallout=Immediate Callout Description.
160task.description.immediateCallout.help=Short description of the callout from an operations perspective.
161task.comment=Task Comment
162task.comment.help=Long text for additional info, only shown in detail views.
163task.targetStartDate=Target Start Date
164task.targetStartDate.help=The date we would like the task to start, set during scheduling.
165task.targetStartDate.immediateCallout=Callout Date
166task.targetStartDate.immediateCallout.help=The date the callout occured.
167task.targetCompletionDate=Target Completion Date
168task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
169task.leadPerson=Lead Person
170task.leadPerson.help=The primay contact person.
171task.safetyRequirement=Safety Requirment
172task.safetyRequirement.help=Completion of this task is a safety requirement. \
173    This task must be completed and is not allowed to be missed.
174task.mandatoryRegulatory=Mandatory/Regulatory
175task.mandatoryRegulatory.help=Completion of this task is a mandatory or regulatory requirement. \
176    This task must be completed and is not allowed to be missed.
177task.positiveFault=Positive Fault
178task.positiveFault.help=Set false if unsure. Used to calculate preventative efficiency or P.E.
179
180# Task Actions
181task.status.resolved=Resolved.
182task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
183task.status.unresolved=Unresolved.
184task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved.
185
186taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
187taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
188taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
189taskRecurringSchedule.recurEvery=Recur Every
190taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
191taskRecurringSchedule.taskDuration=Task Duration
192taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
193taskRecurringSchedule.generateAhead=Generate Ahead
194taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
195    This allows work packs to be built and work load to be seen and planned. \
196    Only generate ahead as far as short term planning is done, since all generated sub task \
197    values will be set and therefore time consuming to change.
198taskRecurringSchedule.maxSubTasks=Max Sub Tasks
199taskRecurringSchedule.maxSubTasks.help=Maximum number of sub tasks to generate. Set to 0 \
200    for no limit.
201taskRecurringSchedule.useTargetCompletionDate=Target Completion
202taskRecurringSchedule.useTargetCompletionDate.help=On to use the parent task's target completion date. \
203    Off to continue generation past the parent task's target completion date.
204taskRecurringSchedule.enabled=Enabled
205taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. \
206    Off to stop automatic sub task generation. <br /><br />\
207    The system will turn this off if there are no further sub tasks to be generated.
208
209task.primaryAsset=Primary Asset
210task.primaryAsset.help=This is the asset that costs will be assigned to.
211task.associatedAssets=Associated Assets
212task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
213
214# InventoryItem Messages.
215inventory.item.is.obsolete=This item has been flagged as obsolete.
216inventory.item.not.active=This item has been flagged as not active.
217inventory.item.reorder.not.allowed=Reorder not allowed.
218inventory.item.reorder.listing.disabled=This item has reorder listing disabled and will not appear on reorder lists.
219inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first.
220inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised.
221inventory.item.picture.source.not.supported=Image source type not supported.
222
223inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
224inventoryMovement.inventoryItem.notFound=Inventory Item not found.
225inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
226
227inventoryItemPurchase.purchaseOrderNumber.not.unique.for.inventory.item.order=Purchase Order Number must be unique for this inventory item order.
228inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
229inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
230inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
231inventoryItemPurchase.operation.not.permitted.on.inactive.or.obsolete.item=This operation is not permitted on an inactive or obsolete inventory item.
232
233assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
234assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
235
236#
237# Default messages.
238#
239
240default.list.failure=Could not generate list for class {0}.
241default.not.found={0} {1} not found, it may have been deleted.
242default.delete.success={0} {1} deleted.
243default.delete.failure={0} {1} could not be deleted.
244default.update.success={0} {1} updated.
245default.update.failure={0} {1} could not be updated.
246default.create.success={0} {1} created.
247default.create.failure={0} could not be created.
248default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
249default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
250default.file.not.supplied=No file supplied.
251default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
252default.not.development.environment.failure=Could not complete operation, dev environment not detected.
253
254default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
255default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
256default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
257default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
258default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
259default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
260default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
261default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
262default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
263default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
264default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
265default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
266default.blank.message=Property [{0}] of class [{1}] cannot be blank
267default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
268default.null.message=Property [{0}] of class [{1}] cannot be null
269default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
270
271default.paginate.prev=Previous
272default.paginate.prev.abbrev=Prev
273default.paginate.next=Next
274
275default.close.text=Close
276default.options.text=Options
277default.none.text=None
278default.all.text=All
279default.please.select.text=--Please-Select--
280default.none.select.text=--None--
281
282#
283# Rich UI plugin - Calendar
284#
285
286default.time=Time
287default.week=Week
288default.monday=Mon
289default.tuesday=Tues
290default.wednesday=Wed
291default.thursday=Thu
292default.friday=Fri
293default.saturday=Sat
294default.sunday=Sun
295
296#
297# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
298#
299
300typeMismatch.java.net.URL=Property {0} must be a valid URL
301typeMismatch.java.net.URI=Property {0} must be a valid URI
302typeMismatch.java.util.Date=Property {0} must be a valid Date
303typeMismatch.java.lang.Double=Property {0} must be a valid number
304typeMismatch.java.lang.Integer=Property {0} must be a valid number
305typeMismatch.java.lang.Long=Property {0} must be a valid number
306typeMismatch.java.lang.Short=Property {0} must be a valid number
307typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
308typeMismatch.java.math.BigInteger=Property {0} must be a valid number
309
310#
311# Navigation plugin, see conf/Config.groovy for menu's.
312# Subitems are not currently resolving with this plugin.
313#
314
315navigation.nav.home=Home
316navigation.nav.home.start=Start
317navigation.nav.home.appAdmin=Admin
318navigation.nav.home.manager=Manager
319navigation.nav.home.changeSessionTimeout=Timeout
320navigation.nav.home.changePassword=Password
321
322navigation.nav.tasks=Tasks
323navigation.nav.tasks.create=Create
324navigation.nav.tasks.search=Search
325navigation.nav.tasks.show=Show
326
327navigation.nav.inventory=Inventory
328navigation.nav.assets=Assets
329
330#
331# FilterPane plugin, properties.
332#
333
334fp.property.text.associatedAssets.name=Associated Asset
335fp.property.text.primaryAsset.name=Primary Asset
336fp.property.text.trash=Trash
337fp.property.text.scheduled=Scheduled
338fp.property.text.approved=Approved
339fp.property.text.isObsolete=Obsolete
340fp.property.text.taskGroup.name=Group
341fp.property.text.taskPriority.name=Priority
342fp.property.text.taskStatus.name=Status
343fp.property.text.description=Description
344fp.property.text.comment=Comment
345fp.property.text.leadPerson.lastName=Lead Person (Last Name)
346fp.property.text.leadPerson.firstName=Lead Person (First Name)
347fp.property.text.taskType.name=Type
348fp.property.text.inventoryLocation.name=Location
349fp.property.text.spareFor.name=Spare For
350fp.property.text.supplier.name=Supplier
351fp.property.text.manufacturer.name=Manufacturer
352fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
353
354fp.property.text.inventoryItemPurchaseType.name=Type
355
356#
357# TaskSearch Service.
358#
359
360task.search.text.all.tasks.message=All tasks for {0}.
361task.search.text.all.tasks.none.found=No tasks found for {0}.
362task.search.text.all.tasks.between.message=All tasks between {0} and {1}.
363task.search.text.all.tasks.between.none.found=No tasks found between {0} and {1}.
364
365task.search.text.persons.tasks.message=Tasks for {0} on {1}.
366task.search.text.persons.tasks.none.found=No tasks found for {0} on {1}.
367task.search.text.persons.tasks.between.message=Tasks for {0} between {1} and {2}.
368task.search.text.persons.tasks.between.none.found=No tasks found for {0} between {1} and {2}.
369
370task.search.text.my.todays=Today
371task.search.text.my.todays.description=My tasks and approved tasks that I am assigned to.
372task.search.text.my.yesterdays=Yesterday
373task.search.text.my.tomorrows=Tomorrow
374task.search.text.my.past.week=Past Week
375task.search.text.todays=Today
376task.search.text.todays.description=All tasks that are not in the trash bin.
377task.search.text.yesterdays=Yesterday
378task.search.text.tomorrows=Tomorrow
379task.search.text.past.week=Past Week
380task.search.text.budget.unplanned=Unplanned Tasks
381task.search.text.budget.unplanned.message=Tasks with budget status of 'Unplanned' between {0} and {1}.
382task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned' between {0} and {1}.
383task.search.text.budget.planned=Planned Tasks
384task.search.text.budget.planned.description=Task with budget status of Planned, in the past week.
385task.search.text.budget.planned.message=Tasks with budget status of 'Planned' between {0} and {1}.
386task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned' between {0} and {1}.
387task.search.text.planners.range=Planners Range
388task.search.text.planners.range.description=Tasks in the past week and two weeks ahead.
389task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
390task.search.text.work.done=Work Done
391task.search.text.work.done.description=Work done by person and date.
392task.search.text.work.done.message=Work done by {0} on {1}.
393task.search.text.work.done.none.found=No entries found for {0} on {1}.
394
395#
396# InventoryItemSearch
397#
398
399inventoryItem.search.searchText=Search
400inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \
401    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 \
402    e.g: 'sensor +print' would require results to have 'print' in the searched categories.
403inventoryItem.search.text.found=Results for: {0}
404inventoryItem.search.text.none.found=No results for: {0}
405inventoryItem.search.text.below.reorder=Below Reorder
406inventoryItem.search.text.below.reorder.description=Inventory items at or below reorder point.
407inventoryItem.search.text.below.reorder.all=Below Reorder (all)
408inventoryItem.search.text.below.reorder.all.description=Inventory items at or below reorder point, including reorder listing disabled.
409inventoryItem.search.text.below.reorder.none.found=No inventory items found at or below reorder point.
410inventoryItem.search.text.all.description=All inventory items.
411inventoryItem.search.text.all.none.found=No inventory items found.
412inventoryItem.search.text.recently.used=Recently Used
413inventoryItem.search.text.recently.used.description=Items used in the last {0} days.
414inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days.
415
416#
417# Report error messages.
418#
419
420report.error.too.many.results=Error: over {0} results, please run report again.
421report.error.no.locations.found=Error: no locations found, please run report again.
422report.error.too.many.locations=Error: over {0} locations, please run report again.
423report.error.no.inventory.items.found=Error: no inventory items found, please run report again.
424report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again.
425
426#
427# AppCore messages.
428#
429appCore.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.