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

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

Add (hh:mm) to down time help message.

File size: 14.5 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.close.text=Close
164default.options.text=Options
165default.none.text=None
166
167default.list.failure=Could not generate list for class {0}.
168default.not.found={0} {1} not found, it may have been deleted.
169default.delete.success={0} {1} deleted.
170default.delete.failure={0} {1} could not be deleted.
171default.update.success={0} {1} updated.
172default.update.failure={0} {1} could not be updated.
173default.create.success={0} {1} created.
174default.create.failure={0} could not be created.
175default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
176default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
177default.file.not.supplied=No file supplied.
178default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
179
180default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
181default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
182default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
183default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
184default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
185default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
186default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
187default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
188default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
189default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
190default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
191default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
192default.blank.message=Property [{0}] of class [{1}] cannot be blank
193default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
194default.null.message=Property [{0}] of class [{1}] cannot be null
195default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
196
197default.paginate.prev=Previous
198default.paginate.next=Next
199
200# Rich UI plugin - Calendar
201default.time=Time
202default.week=Week
203default.monday=Mon
204default.tuesday=Tues
205default.wednesday=Wed
206default.thursday=Thu
207default.friday=Fri
208default.saturday=Sat
209default.sunday=Sun
210
211# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
212typeMismatch.java.net.URL=Property {0} must be a valid URL
213typeMismatch.java.net.URI=Property {0} must be a valid URI
214typeMismatch.java.util.Date=Property {0} must be a valid Date
215typeMismatch.java.lang.Double=Property {0} must be a valid number
216typeMismatch.java.lang.Integer=Property {0} must be a valid number
217typeMismatch.java.lang.Long=Property {0} must be a valid number
218typeMismatch.java.lang.Short=Property {0} must be a valid number
219typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
220typeMismatch.java.math.BigInteger=Property {0} must be a valid number
221
222# Navigation plugin, see conf/Config.groovy for menu's.
223# Subitems are not currently resolving with this plugin.
224navigation.nav.home=Home
225navigation.nav.home.start=Start
226navigation.nav.home.appAdmin=Admin
227navigation.nav.home.manager=Manager
228navigation.nav.home.changeSessionTimeout=Timeout
229navigation.nav.home.changePassword=Password
230
231navigation.nav.tasks=Tasks
232navigation.nav.tasks.create=Create
233navigation.nav.tasks.search=Search
234navigation.nav.tasks.show=Show
235
236navigation.nav.inventory=Inventory
237navigation.nav.assets=Assets
238
239# FilterPane plugin, properties.
240fp.property.text.associatedAssets.name=Associated Asset
241fp.property.text.primaryAsset.name=Primary Asset
242fp.property.text.trash=Trash
243fp.property.text.scheduled=Scheduled
244fp.property.text.approved=Approved
245fp.property.text.isObsolete=Obsolete
246fp.property.text.taskGroup.name=Group
247fp.property.text.taskPriority.name=Priority
248fp.property.text.taskStatus.name=Status
249fp.property.text.description=Description
250fp.property.text.comment=Comment
251fp.property.text.leadPerson.lastName=Lead Person (Last Name)
252fp.property.text.leadPerson.firstName=Lead Person (First Name)
253fp.property.text.taskType.name=Type
254fp.property.text.inventoryLocation.name=Location
255fp.property.text.spareFor.name=Spare For
256fp.property.text.supplier.name=Supplier
257fp.property.text.manufacturer.name=Manufacturer
258fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price
Note: See TracBrowser for help on using the repository browser.