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

Last change on this file since 873 was 873, checked in by gav, 13 years ago

Refactor logic into TaskService.checkCreateEntry().
Prevent entry creation on recurring tasks altogether.
Prevent entry creation other than PM Entries on tasks with a procedure.

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