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

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

Domain change, first draft of TaskProcedureRevisions.

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