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

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

Add recentlyUsed inventoryItem quick search.

File size: 17.1 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.notFound=Could not complete operation, task not found.
87task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
88task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
89task.failedToSave=Could not complete operation, task failed to save.
90task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
91task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
92task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
93tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
94task.targetCompletionDate.before.targetStartDate=The target completion date must be equal to or greater than \
95    the target start date.
96
97entry.create.no.params=Please select a task, then add an entry.
98
99taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
100personGroup.not.found=Person Group not found, it may have been deleted.
101person.not.found=Person record not found, it may have been deleted.
102
103task.assignedGroups=Assigned Groups
104task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
105task.assignedPersons=Assigned Persons
106task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
107task.description=Task Description
108task.description.help=Short basic description of the task.
109task.description.immediateCallout=Immediate Callout Description.
110task.description.immediateCallout.help=Short description of the callout from an operations perspective.
111task.comment=Task Comment
112task.comment.help=Long text for additional info, only shown in detail views.
113task.targetStartDate=Target Start Date
114task.targetStartDate.help=The date we would like the task to start, set during scheduling.
115task.targetStartDate.immediateCallout=Callout Date
116task.targetStartDate.immediateCallout.help=The date the callout occured.
117task.targetCompletionDate=Target Completion Date
118task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
119task.leadPerson=Lead Person
120task.leadPerson.help=The primay contact person.
121task.status.resolved=Resolved.
122task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
123task.status.unresolved=Unresolved.
124task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved.
125
126taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
127taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
128taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
129taskRecurringSchedule.recurEvery=Recur Every
130taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
131taskRecurringSchedule.taskDuration=Task Duration
132taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
133taskRecurringSchedule.generateAhead=Generate Ahead
134taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
135    This allows work packs to be built and work load to be seen and planned. \
136    Only generate ahead as far as short term planning is done, since all generated sub task \
137    values will be set and therefore time consuming to change.
138taskRecurringSchedule.maxSubTasks=Max Sub Tasks
139taskRecurringSchedule.maxSubTasks.help=Maximum number of sub tasks to generate. Set to 0 \
140    for no limit.
141taskRecurringSchedule.useTargetCompletionDate=Target Completion
142taskRecurringSchedule.useTargetCompletionDate.help=On to use the parent task's target completion date. \
143    Off to continue generation past the parent task's target completion date.
144taskRecurringSchedule.enabled=Enabled
145taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. \
146    Off to stop automatic sub task generation. <br /><br />\
147    The system will turn this off if there are no further sub tasks to be generated.
148
149task.primaryAsset=Primary Asset
150task.primaryAsset.help=This is the asset that costs will be assigned to.
151task.associatedAssets=Associated Assets
152task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
153
154inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
155inventoryMovement.inventoryItem.notFound=Inventory Item not found.
156inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
157
158inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment.
159inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received.
160inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved.
161
162assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
163assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
164
165default.list.failure=Could not generate list for class {0}.
166default.not.found={0} {1} not found, it may have been deleted.
167default.delete.success={0} {1} deleted.
168default.delete.failure={0} {1} could not be deleted.
169default.update.success={0} {1} updated.
170default.update.failure={0} {1} could not be updated.
171default.create.success={0} {1} created.
172default.create.failure={0} could not be created.
173default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
174default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
175default.file.not.supplied=No file supplied.
176default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
177
178default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
179default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
180default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
181default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
182default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
183default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
184default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
185default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
186default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
187default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
188default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
189default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
190default.blank.message=Property [{0}] of class [{1}] cannot be blank
191default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
192default.null.message=Property [{0}] of class [{1}] cannot be null
193default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
194
195default.paginate.prev=Previous
196default.paginate.prev.abbrev=Prev
197default.paginate.next=Next
198
199default.close.text=Close
200default.options.text=Options
201default.none.text=None
202default.all.text=All
203
204# Rich UI plugin - Calendar
205default.time=Time
206default.week=Week
207default.monday=Mon
208default.tuesday=Tues
209default.wednesday=Wed
210default.thursday=Thu
211default.friday=Fri
212default.saturday=Sat
213default.sunday=Sun
214
215# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
216typeMismatch.java.net.URL=Property {0} must be a valid URL
217typeMismatch.java.net.URI=Property {0} must be a valid URI
218typeMismatch.java.util.Date=Property {0} must be a valid Date
219typeMismatch.java.lang.Double=Property {0} must be a valid number
220typeMismatch.java.lang.Integer=Property {0} must be a valid number
221typeMismatch.java.lang.Long=Property {0} must be a valid number
222typeMismatch.java.lang.Short=Property {0} must be a valid number
223typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
224typeMismatch.java.math.BigInteger=Property {0} must be a valid number
225
226# Navigation plugin, see conf/Config.groovy for menu's.
227# Subitems are not currently resolving with this plugin.
228navigation.nav.home=Home
229navigation.nav.home.start=Start
230navigation.nav.home.appAdmin=Admin
231navigation.nav.home.manager=Manager
232navigation.nav.home.changeSessionTimeout=Timeout
233navigation.nav.home.changePassword=Password
234
235navigation.nav.tasks=Tasks
236navigation.nav.tasks.create=Create
237navigation.nav.tasks.search=Search
238navigation.nav.tasks.show=Show
239
240navigation.nav.inventory=Inventory
241navigation.nav.assets=Assets
242
243# FilterPane plugin, properties.
244fp.property.text.associatedAssets.name=Associated Asset
245fp.property.text.primaryAsset.name=Primary Asset
246fp.property.text.trash=Trash
247fp.property.text.scheduled=Scheduled
248fp.property.text.approved=Approved
249fp.property.text.isObsolete=Obsolete
250fp.property.text.taskGroup.name=Group
251fp.property.text.taskPriority.name=Priority
252fp.property.text.taskStatus.name=Status
253fp.property.text.description=Description
254fp.property.text.comment=Comment
255fp.property.text.leadPerson.lastName=Lead Person (Last Name)
256fp.property.text.leadPerson.firstName=Lead Person (First Name)
257fp.property.text.taskType.name=Type
258fp.property.text.inventoryLocation.name=Location
259fp.property.text.spareFor.name=Spare For
260fp.property.text.supplier.name=Supplier
261fp.property.text.manufacturer.name=Manufacturer
262fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
263
264fp.property.text.inventoryItemPurchaseType.name=Type
265
266# TaskSearch Service
267task.search.text.my.todays=Today''s tasks for {0}.
268task.search.text.my.todays.none.found=No tasks found for {0} today.
269task.search.text.my.yesterdays=Yesterday''s tasks for {0}.
270task.search.text.my.yesterdays.none.found=No tasks found for {0} yesterday.
271task.search.text.my.tomorrows=Tomorrow''s tasks for {0}.
272task.search.text.my.tomorrows.none.found=No tasks found for {0} tomorrow.
273task.search.text.todays=Today's tasks.
274task.search.text.todays.none.found=No tasks found for today.
275task.search.text.yesterdays=Yesterday's tasks.
276task.search.text.yesterdays.none.found=No tasks found for yesterday.
277task.search.text.tomorrows=Tomorrow's tasks.
278task.search.text.tomorrows.none.found=No tasks found for tomorrow.
279task.search.text.past.week=Tasks in the past week.
280task.search.text.past.week.none.found=No tasks found in the past week.
281task.search.text.my.past.week=Tasks in the past week for {0}.
282task.search.text.my.past.week.none.found=No tasks found in the past week for {0}.
283task.search.text.budget.unplanned=Tasks with budget status of 'Unplanned', in the past week.
284task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned', in the past week.
285task.search.text.budget.planned=Tasks with budget status of 'Planned', in the past week.
286task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned', in the past week.
287task.search.text.planners.range=Planners Range - Tasks in the past week and two weeks ahead.
288task.search.text.planners.range.none.found=No tasks found in the past week or two weeks ahead.
289task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
290
291# InventoryItemSearch
292inventoryItem.search.text.below.reorder=Bellow Reorder
293inventoryItem.search.text.below.reorder.description=Inventory items at or below reorder point, with reorder enabled.
294inventoryItem.search.text.below.reorder.all=Below Reorder (all)
295inventoryItem.search.text.below.reorder.all.description=Inventory items at or below reorder point, including reorder disabled.
296inventoryItem.search.text.below.reorder.none.found=No inventory items found at or below reorder point.
297inventoryItem.search.text.all.description=All inventory items.
298inventoryItem.search.text.all.none.found=No inventory items found.
299inventoryItem.search.text.recently.used=Recently Used
300inventoryItem.search.text.recently.used.description=Items used in the last {0} days.
301inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days.
Note: See TracBrowser for help on using the repository browser.