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

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

Change is* in Task to just 'active', 'scheduled' and 'approved'.
Regenerate non detailed controller and views.
Adjust detailed controller, views and services to suite.
Add support for task actions 'approve', 'complete', 'trash' and their counter parts.
Default task status to "not started" when creating a new task.

File size: 6.7 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.
23
24assignedPerson.estimatedDuration=Estimated Duration
25assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task.
26
27task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
28
29task.assignedPersons=Assigned Persons
30task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
31task.description=Task Description
32task.description.help=Short basic description of the task.
33task.comment=Task Comment
34task.comment.help=Long text for additional info, only shown in detail views.
35task.targetStartDate=Target Start Date
36task.targetStartDate.help=The date we would like the task to start, set during scheduling.
37task.targetCompletionDate=Target Completion Date
38task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
39task.leadPerson=Lead Person
40task.leadPerson.help=The primay contact person.
41
42taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
43taskRecurring.startDate=Start Date
44taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
45
46task.primaryAsset=Primary Asset
47task.primaryAsset.help=This is the asset that costs will be assigned to.
48task.associatedAssets=Associated Assets
49task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
50
51inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
52inventoryMovement.inventoryItem.notFound=Inventory Item not found.
53
54default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
55default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
56default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
57default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
58default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
59default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
60default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
61default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
62default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
63default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
64default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
65default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
66default.blank.message=Property [{0}] of class [{1}] cannot be blank
67default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
68default.null.message=Property [{0}] of class [{1}] cannot be null
69default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
70
71default.paginate.prev=Previous
72default.paginate.next=Next
73
74# Rich UI plugin - Calendar
75default.time=Time
76default.week=Week
77default.monday=Mon
78default.tuesday=Tues
79default.wednesday=Wed
80default.thursday=Thu
81default.friday=Fri
82default.saturday=Sat
83default.sunday=Sun
84
85# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
86typeMismatch.java.net.URL=Property {0} must be a valid URL
87typeMismatch.java.net.URI=Property {0} must be a valid URI
88typeMismatch.java.util.Date=Property {0} must be a valid Date
89typeMismatch.java.lang.Double=Property {0} must be a valid number
90typeMismatch.java.lang.Integer=Property {0} must be a valid number
91typeMismatch.java.lang.Long=Property {0} must be a valid number
92typeMismatch.java.lang.Short=Property {0} must be a valid number
93typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
94typeMismatch.java.math.BigInteger=Property {0} must be a valid number
95
96# Navigation plugin, see conf/Config.groovy for menu's.
97# Subitems are not currently resolving with this plugin.
98navigation.nav.home=Home
99navigation.nav.home.start=Start
100navigation.nav.home.appAdmin=Admin
101navigation.nav.home.manager=Manager
102navigation.nav.home.changeSessionTimeout=Timeout
103navigation.nav.home.changePassword=Password
104
105navigation.nav.tasks=Tasks
106navigation.nav.tasks.create=Create
107navigation.nav.tasks.search=Search
108navigation.nav.tasks.show=Show
109
110navigation.nav.inventory=Inventory
111navigation.nav.assets=Assets
112
113# FilterPane plugin, properties.
114fp.property.text.associatedAssets.name=Associated Asset
115fp.property.text.primaryAsset.name=Primary Asset
116fp.property.text.trash=Trash
117fp.property.text.scheduled=Scheduled
118fp.property.text.approved=Approved
119fp.property.text.isObsolete=Obsolete
120fp.property.text.taskGroup.name=Group
121fp.property.text.taskPriority.name=Priority
122fp.property.text.taskStatus.name=Status
123fp.property.text.description=Description
124fp.property.text.comment=Comment
125fp.property.text.leadPerson.lastName=Lead Person (Last Name)
126fp.property.text.leadPerson.firstName=Lead Person (First Name)
127fp.property.text.taskType.name=Type
128fp.property.text.inventoryLocation.name=Location
129fp.property.text.spareFor.name=Spare For
130fp.property.text.supplier.name=Supplier
131fp.property.text.manufacturer.name=Manufacturer
132
Note: See TracBrowser for help on using the repository browser.