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

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

Add startup log to BootStrap.
Add help balloon messages to create entry view.

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