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

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

Refactor AssignedPerson to use a serviced controller.

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