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

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

Turn off SQL logging and update messages to suite adjusted task quick search.

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