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

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

Add attentionFlag to Task domain along with views and logic to suite.
Add entry type 'cause', refactor as required.
Refactor task types.
Move createBreakin to createImmediateCallout.

File size: 12.0 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}.
6
7inventory.import.success=Inventory imported.
8inventory.import.failure=Could not create inventory from supplied file, failed on line {0}.
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.
125
126assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
127assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
128
129default.close.text=Close
130default.options.text=Options
131
132default.list.failure=Could not generate list for class {0}.
133default.not.found={0} {1} not found, it may have been deleted.
134default.delete.success={0} {1} deleted.
135default.delete.failure={0} {1} could not be deleted.
136default.update.success={0} {1} updated.
137default.update.failure={0} {1} could not be updated.
138default.create.success={0} {1} created.
139default.create.failure={0} could not be created.
140default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
141default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
142default.file.not.supplied=No file supplied.
143default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
144
145default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
146default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
147default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
148default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
149default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
150default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
151default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
152default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
153default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
154default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
155default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
156default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
157default.blank.message=Property [{0}] of class [{1}] cannot be blank
158default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
159default.null.message=Property [{0}] of class [{1}] cannot be null
160default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
161
162default.paginate.prev=Previous
163default.paginate.next=Next
164
165# Rich UI plugin - Calendar
166default.time=Time
167default.week=Week
168default.monday=Mon
169default.tuesday=Tues
170default.wednesday=Wed
171default.thursday=Thu
172default.friday=Fri
173default.saturday=Sat
174default.sunday=Sun
175
176# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
177typeMismatch.java.net.URL=Property {0} must be a valid URL
178typeMismatch.java.net.URI=Property {0} must be a valid URI
179typeMismatch.java.util.Date=Property {0} must be a valid Date
180typeMismatch.java.lang.Double=Property {0} must be a valid number
181typeMismatch.java.lang.Integer=Property {0} must be a valid number
182typeMismatch.java.lang.Long=Property {0} must be a valid number
183typeMismatch.java.lang.Short=Property {0} must be a valid number
184typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
185typeMismatch.java.math.BigInteger=Property {0} must be a valid number
186
187# Navigation plugin, see conf/Config.groovy for menu's.
188# Subitems are not currently resolving with this plugin.
189navigation.nav.home=Home
190navigation.nav.home.start=Start
191navigation.nav.home.appAdmin=Admin
192navigation.nav.home.manager=Manager
193navigation.nav.home.changeSessionTimeout=Timeout
194navigation.nav.home.changePassword=Password
195
196navigation.nav.tasks=Tasks
197navigation.nav.tasks.create=Create
198navigation.nav.tasks.search=Search
199navigation.nav.tasks.show=Show
200
201navigation.nav.inventory=Inventory
202navigation.nav.assets=Assets
203
204# FilterPane plugin, properties.
205fp.property.text.associatedAssets.name=Associated Asset
206fp.property.text.primaryAsset.name=Primary Asset
207fp.property.text.trash=Trash
208fp.property.text.scheduled=Scheduled
209fp.property.text.approved=Approved
210fp.property.text.isObsolete=Obsolete
211fp.property.text.taskGroup.name=Group
212fp.property.text.taskPriority.name=Priority
213fp.property.text.taskStatus.name=Status
214fp.property.text.description=Description
215fp.property.text.comment=Comment
216fp.property.text.leadPerson.lastName=Lead Person (Last Name)
217fp.property.text.leadPerson.firstName=Lead Person (First Name)
218fp.property.text.taskType.name=Type
219fp.property.text.inventoryLocation.name=Location
220fp.property.text.spareFor.name=Spare For
221fp.property.text.supplier.name=Supplier
222fp.property.text.manufacturer.name=Manufacturer
223
Note: See TracBrowser for help on using the repository browser.