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

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

Update personGroup help definition as per ticket #37.

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