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

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

Add AssetTreeTagLib and asset overview.
Complete asset copy function with link and copy choices.

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