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

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

Re-implement AssignedGroups along side AssignedPersons manually taking the good stuff from r240.
As per revised ticket #37.

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