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

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

Refactor entry creation to provide correct error messages when trying to create a new entry on a complete task.

File size: 16.3 KB
RevLine 
[397]1address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address.
[402]2contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details.
[397]3
[271]4asset.tree.import.success=Asset tree imported.
[421]5asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}, see {1}.
[271]6
[414]7inventory.import.success=Inventory imported.
[421]8inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}.
[414]9
[440]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
[429]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.
[278]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. \
[429]21    While copy creates a new asset and new sub items by appending '(id:#)' to create unique sub item names.
[284]22asset.copy.asset.required=Please select an asset to copy.
[278]23
[360]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.
[350]29
[360]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.
[350]32asset.subItems.delete.failure=Could not complete operation as orphan sub items failed to delete.
33
[285]34assetSubItem.asset.not.found=Could not complete operation as an asset was supplied but not found.
[347]35assetSubItem.assets.associated=Could not complete operation as assets are still associated with this sub item.
[285]36
[257]37sub.task.create.confirm=Immediately create and save a new sub task?
38
[73]39person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
40person.pass.blank=Password cannot be blank
[99]41person.pass.doesNotMatch=Passwords must match
[73]42
[166]43person.personGroups=Person Groups
[242]44person.personGroups.help=Groups may be assigned to tasks and \
45may also provide a record of persons qualified or trained in a specific area. \
[290]46    Groups provide no application authorisations.
[166]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
[239]54person.password.help=The password that the person will use to login to the application (should be changed by them later).
[166]55person.isActive=Active
56person.isActive.help=Disable this to prevent a person logging in to the application.
57
58person.authorities=Authorities
[320]59person.authorities.help=Give this person authority to do things in the application. \
60    The user must logout for changes to take effect.
[166]61
[98]62entry.duration=Duration
63entry.duration.help=The time (hh:mm) booked against this entry for date done.
[431]64entry.duration.fault=Down Time.
[464]65entry.duration.fault.help=The production down time (hh:mm) directly attributable to this fault.
[230]66entry.date.done=Date Done
67entry.date.done.help=The date on which the event actually occurred.
68entry.comment.fault=Fault
[437]69entry.comment.fault.help=Techinical description of the fault and what is happening, NOT what needs doing!
[418]70entry.comment.cause=Cause
71entry.comment.cause.help=The root cause of the fault. Professional opinion on any faults. \
72Include condition and contributing factors.
[230]73entry.comment.work.done=Work Done
[418]74entry.comment.work.done.help=Describe the work that was done.
[431]75entry.productionReference.fault=Production Reference
76entry.productionReference.fault.help=The production during which the fault occurred.
[98]77
[242]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
[147]82assignedPerson.estimatedDuration=Estimated Duration
[242]83assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
84like to assign this person to the task.
[147]85
[203]86task.notFound=Could not complete operation, task not found.
[191]87task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
[196]88task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
[203]89task.failedToSave=Could not complete operation, task failed to save.
90task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
[243]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.
[203]93tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
[446]94task.targetCompletionDate.before.targetStartDate=The target completion date must be equal to or greater than \
95    the target start date.
[180]96
[482]97entry.create.no.params=Please select a task, then add an entry.
98
[207]99taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
[254]100personGroup.not.found=Person Group not found, it may have been deleted.
[255]101person.not.found=Person record not found, it may have been deleted.
[207]102
[242]103task.assignedGroups=Assigned Groups
104task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
[106]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.
[431]109task.description.immediateCallout=Immediate Callout Description.
[437]110task.description.immediateCallout.help=Short description of the callout from an operations perspective.
[106]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.
[431]115task.targetStartDate.immediateCallout=Callout Date
116task.targetStartDate.immediateCallout.help=The date the callout occured.
[106]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.
[431]121task.status.resolved=Resolved.
[437]122task.status.resolved.help=Indicate that root cause is known and has been completely resolved.
[431]123task.status.unresolved=Unresolved.
[437]124task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved.
[166]125
[213]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. \
[445]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.
[213]144taskRecurringSchedule.enabled=Enabled
[445]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.
[106]148
[166]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
[177]154inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
155inventoryMovement.inventoryItem.notFound=Inventory Item not found.
[425]156inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item.
[177]157
[440]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
[247]162assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
[249]163assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
[247]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.
[263]172default.create.failure={0} could not be created.
[247]173default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
[414]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.
[247]177
[55]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
[476]196default.paginate.prev.abbrev=Prev
[55]197default.paginate.next=Next
198
[476]199default.close.text=Close
200default.options.text=Options
201default.none.text=None
202
[155]203# Rich UI plugin - Calendar
204default.time=Time
205default.week=Week
206default.monday=Mon
207default.tuesday=Tues
208default.wednesday=Wed
209default.thursday=Thu
210default.friday=Fri
211default.saturday=Sat
212default.sunday=Sun
213
[55]214# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
215typeMismatch.java.net.URL=Property {0} must be a valid URL
216typeMismatch.java.net.URI=Property {0} must be a valid URI
217typeMismatch.java.util.Date=Property {0} must be a valid Date
218typeMismatch.java.lang.Double=Property {0} must be a valid number
219typeMismatch.java.lang.Integer=Property {0} must be a valid number
220typeMismatch.java.lang.Long=Property {0} must be a valid number
221typeMismatch.java.lang.Short=Property {0} must be a valid number
222typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
[73]223typeMismatch.java.math.BigInteger=Property {0} must be a valid number
224
[139]225# Navigation plugin, see conf/Config.groovy for menu's.
226# Subitems are not currently resolving with this plugin.
227navigation.nav.home=Home
228navigation.nav.home.start=Start
229navigation.nav.home.appAdmin=Admin
230navigation.nav.home.manager=Manager
231navigation.nav.home.changeSessionTimeout=Timeout
232navigation.nav.home.changePassword=Password
[73]233
[139]234navigation.nav.tasks=Tasks
235navigation.nav.tasks.create=Create
236navigation.nav.tasks.search=Search
237navigation.nav.tasks.show=Show
238
239navigation.nav.inventory=Inventory
240navigation.nav.assets=Assets
[168]241
242# FilterPane plugin, properties.
243fp.property.text.associatedAssets.name=Associated Asset
244fp.property.text.primaryAsset.name=Primary Asset
[181]245fp.property.text.trash=Trash
246fp.property.text.scheduled=Scheduled
247fp.property.text.approved=Approved
[175]248fp.property.text.isObsolete=Obsolete
[168]249fp.property.text.taskGroup.name=Group
250fp.property.text.taskPriority.name=Priority
251fp.property.text.taskStatus.name=Status
252fp.property.text.description=Description
253fp.property.text.comment=Comment
254fp.property.text.leadPerson.lastName=Lead Person (Last Name)
255fp.property.text.leadPerson.firstName=Lead Person (First Name)
256fp.property.text.taskType.name=Type
[175]257fp.property.text.inventoryLocation.name=Location
258fp.property.text.spareFor.name=Spare For
259fp.property.text.supplier.name=Supplier
260fp.property.text.manufacturer.name=Manufacturer
[437]261fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
[468]262
263fp.property.text.inventoryItemPurchaseType.name=Type
[476]264
265# TaskSearch Service
266task.search.text.my.todays=Today''s tasks for {0}.
267task.search.text.my.todays.none.found=No tasks found for {0} today.
268task.search.text.my.yesterdays=Yesterday''s tasks for {0}.
269task.search.text.my.yesterdays.none.found=No tasks found for {0} yesterday.
270task.search.text.my.tomorrows=Tomorrow''s tasks for {0}.
271task.search.text.my.tomorrows.none.found=No tasks found for {0} tomorrow.
272task.search.text.todays=Today's tasks.
273task.search.text.todays.none.found=No tasks found for today.
274task.search.text.yesterdays=Yesterday's tasks.
275task.search.text.yesterdays.none.found=No tasks found for yesterday.
276task.search.text.tomorrows=Tomorrow's tasks.
277task.search.text.tomorrows.none.found=No tasks found for tomorrow.
[481]278task.search.text.past.week=Tasks in the past week.
279task.search.text.past.week.none.found=No tasks found in the past week.
280task.search.text.my.past.week=Tasks in the past week for {0}.
281task.search.text.my.past.week.none.found=No tasks found in the past week for {0}.
282task.search.text.budget.unplanned=Tasks with budget status of 'Unplanned', in the past week.
283task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned', in the past week.
284task.search.text.budget.planned=Tasks with budget status of 'Planned', in the past week.
285task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned', in the past week.
[476]286task.search.text.planners.range=Planners Range - Tasks in the past week and two weeks ahead.
287task.search.text.planners.range.none.found=No tasks found in the past week or two weeks ahead.
288task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
Note: See TracBrowser for help on using the repository browser.