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

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

Handle InventoryItem reverse alternateItems.

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