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

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

Add ajax feature to show persons in the group when creating and editing assignedGroup.
Remove the list and show detailed views since they are no longer used.

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