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

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

Add AssetSubItemService and start moving methods to it.

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