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

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

Add estimatedUnitPrice to InventoryItem.
Change InventoryItem to use serviced controller and shared messages.

File size: 11.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}.
6asset.tree.import.file.over.max.size=Supplied file is greater than max size of {0} {1}.
7asset.tree.import.file.not.supplied=No file supplied.
8asset.tree.import.no.header=The supplied file does not have the correct header lines, please see the template file.
9
10asset.copy.method.required=Please select a copy method for sub items.
11asset.copy.method=Copy Method
12asset.copy.method.help=Link creates a new asset and links it to EXISTING sub items. \
13    While copy creates a new asset and new sub items.
14asset.copy.asset.required=Please select an asset to copy.
15
16maintenanceActions.still.associated=Could not complete operation as maintenance actions are still associated \
17    with this item.
18maintenanceActions.still.associated.subItem=Could not complete operation as maintenance actions are still associated \
19    with a sub item.
20inventoryStores.still.associated=Could not complete operation as inventory stores are still associated with this item.
21
22site.section.delete.failure=Could not complete operation as sections failed to delete.
23section.asset.delete.failure=Could not complete operation as assets failed to delete.
24asset.subItems.delete.failure=Could not complete operation as orphan sub items failed to delete.
25
26assetSubItem.asset.not.found=Could not complete operation as an asset was supplied but not found.
27assetSubItem.assets.associated=Could not complete operation as assets are still associated with this sub item.
28
29sub.task.create.confirm=Immediately create and save a new sub task?
30
31person.pass.minSize.notmet=Password is less than the minimum size of [{3}]
32person.pass.blank=Password cannot be blank
33person.pass.doesNotMatch=Passwords must match
34
35person.personGroups=Person Groups
36person.personGroups.help=Groups may be assigned to tasks and \
37may also provide a record of persons qualified or trained in a specific area. \
38    Groups provide no application authorisations.
39person.loginName=Login Name
40person.loginName.help=This is the id or name that the person will use to login to the application.
41person.firstName=First Name
42person.firstName.help=The person's real first name.
43person.lastName=Last Name
44person.lastName.help=The person's real last name.
45person.password=Password
46person.password.help=The password that the person will use to login to the application (should be changed by them later).
47person.isActive=Active
48person.isActive.help=Disable this to prevent a person logging in to the application.
49
50person.authorities=Authorities
51person.authorities.help=Give this person authority to do things in the application. \
52    The user must logout for changes to take effect.
53
54entry.duration=Duration
55entry.duration.help=The time (hh:mm) booked against this entry for date done.
56entry.date.done=Date Done
57entry.date.done.help=The date on which the event actually occurred.
58entry.comment.fault=Fault
59entry.comment.fault.help=Describe the fault and what is happening, NOT what needs doing! \
60<br /><br />From an operation perspective, NOT a technical perspective.
61entry.comment.work.done=Work Done
62entry.comment.work.done.help=Describe the work that was done. \
63Include the root cause if known or professional opinion on any faults. \
64Include condition and contributing factors.
65
66assignedGroup.estimatedDuration=Estimated Duration
67assignedGroup.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
68like to assign this group to the task.
69
70assignedPerson.estimatedDuration=Estimated Duration
71assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \
72like to assign this person to the task.
73
74task.notFound=Could not complete operation, task not found.
75task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task.
76task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash.
77task.failedToSave=Could not complete operation, task failed to save.
78task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
79task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save.
80task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save.
81tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
82
83taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found.
84personGroup.not.found=Person Group not found, it may have been deleted.
85person.not.found=Person record not found, it may have been deleted.
86
87task.assignedGroups=Assigned Groups
88task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time.
89task.assignedPersons=Assigned Persons
90task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
91task.description=Task Description
92task.description.help=Short basic description of the task.
93task.comment=Task Comment
94task.comment.help=Long text for additional info, only shown in detail views.
95task.targetStartDate=Target Start Date
96task.targetStartDate.help=The date we would like the task to start, set during scheduling.
97task.targetCompletionDate=Target Completion Date
98task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
99task.leadPerson=Lead Person
100task.leadPerson.help=The primay contact person.
101
102taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
103taskRecurringSchedule.nextTargetStartDate=Next Target Start Date
104taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task.
105taskRecurringSchedule.recurEvery=Recur Every
106taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates.
107taskRecurringSchedule.taskDuration=Task Duration
108taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks.
109taskRecurringSchedule.generateAhead=Generate Ahead
110taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \
111This allows work packs to be built and work load to be seen and planned. \
112Only generate ahead as far as short term planning is done, since all generated sub task values will be set and therefore \
113time consuming to change.
114taskRecurringSchedule.enabled=Enabled
115taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. Off to stop automatic sub task generation.
116
117task.primaryAsset=Primary Asset
118task.primaryAsset.help=This is the asset that costs will be assigned to.
119task.associatedAssets=Associated Assets
120task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
121
122inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
123inventoryMovement.inventoryItem.notFound=Inventory Item not found.
124
125assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
126assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
127
128default.close.text=Close
129default.options.text=Options
130
131default.list.failure=Could not generate list for class {0}.
132default.not.found={0} {1} not found, it may have been deleted.
133default.delete.success={0} {1} deleted.
134default.delete.failure={0} {1} could not be deleted.
135default.update.success={0} {1} updated.
136default.update.failure={0} {1} could not be updated.
137default.create.success={0} {1} created.
138default.create.failure={0} could not be created.
139default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
140
141default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
142default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
143default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
144default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
145default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
146default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
147default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
148default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
149default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
150default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
151default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
152default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
153default.blank.message=Property [{0}] of class [{1}] cannot be blank
154default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
155default.null.message=Property [{0}] of class [{1}] cannot be null
156default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
157
158default.paginate.prev=Previous
159default.paginate.next=Next
160
161# Rich UI plugin - Calendar
162default.time=Time
163default.week=Week
164default.monday=Mon
165default.tuesday=Tues
166default.wednesday=Wed
167default.thursday=Thu
168default.friday=Fri
169default.saturday=Sat
170default.sunday=Sun
171
172# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
173typeMismatch.java.net.URL=Property {0} must be a valid URL
174typeMismatch.java.net.URI=Property {0} must be a valid URI
175typeMismatch.java.util.Date=Property {0} must be a valid Date
176typeMismatch.java.lang.Double=Property {0} must be a valid number
177typeMismatch.java.lang.Integer=Property {0} must be a valid number
178typeMismatch.java.lang.Long=Property {0} must be a valid number
179typeMismatch.java.lang.Short=Property {0} must be a valid number
180typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
181typeMismatch.java.math.BigInteger=Property {0} must be a valid number
182
183# Navigation plugin, see conf/Config.groovy for menu's.
184# Subitems are not currently resolving with this plugin.
185navigation.nav.home=Home
186navigation.nav.home.start=Start
187navigation.nav.home.appAdmin=Admin
188navigation.nav.home.manager=Manager
189navigation.nav.home.changeSessionTimeout=Timeout
190navigation.nav.home.changePassword=Password
191
192navigation.nav.tasks=Tasks
193navigation.nav.tasks.create=Create
194navigation.nav.tasks.search=Search
195navigation.nav.tasks.show=Show
196
197navigation.nav.inventory=Inventory
198navigation.nav.assets=Assets
199
200# FilterPane plugin, properties.
201fp.property.text.associatedAssets.name=Associated Asset
202fp.property.text.primaryAsset.name=Primary Asset
203fp.property.text.trash=Trash
204fp.property.text.scheduled=Scheduled
205fp.property.text.approved=Approved
206fp.property.text.isObsolete=Obsolete
207fp.property.text.taskGroup.name=Group
208fp.property.text.taskPriority.name=Priority
209fp.property.text.taskStatus.name=Status
210fp.property.text.description=Description
211fp.property.text.comment=Comment
212fp.property.text.leadPerson.lastName=Lead Person (Last Name)
213fp.property.text.leadPerson.firstName=Lead Person (First Name)
214fp.property.text.taskType.name=Type
215fp.property.text.inventoryLocation.name=Location
216fp.property.text.spareFor.name=Spare For
217fp.property.text.supplier.name=Supplier
218fp.property.text.manufacturer.name=Manufacturer
219
Note: See TracBrowser for help on using the repository browser.