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

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

Improve fault entry help definition.

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