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

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

Implement InventoryItemPurchase custom constraint as per ticket #74, unique purchaseOrderNumber for an inventoryItem order.

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