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

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

Add Person import feature.
Commit has a small amount of cross over code to the commits will follow.

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