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

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

Add createEntry to TaskService, automgically updates the task to "In progress" and creates the "Started" task modification.

File size: 7.1 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
54entry.task.notFound=Could not complete operation, task not found.
55entry.task.failedToSave=Could not complete operation, task failed to save.
56entry.task.failedToSaveTaskModification=Could not complete operation, task modification failed to save.
57entry.task.taskIsComplete=This operation is not permitted on a complete task.
58
59default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
60default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
61default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
62default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
63default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
64default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
65default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
66default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
67default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
68default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
69default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
70default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
71default.blank.message=Property [{0}] of class [{1}] cannot be blank
72default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
73default.null.message=Property [{0}] of class [{1}] cannot be null
74default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
75
76default.paginate.prev=Previous
77default.paginate.next=Next
78
79# Rich UI plugin - Calendar
80default.time=Time
81default.week=Week
82default.monday=Mon
83default.tuesday=Tues
84default.wednesday=Wed
85default.thursday=Thu
86default.friday=Fri
87default.saturday=Sat
88default.sunday=Sun
89
90# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
91typeMismatch.java.net.URL=Property {0} must be a valid URL
92typeMismatch.java.net.URI=Property {0} must be a valid URI
93typeMismatch.java.util.Date=Property {0} must be a valid Date
94typeMismatch.java.lang.Double=Property {0} must be a valid number
95typeMismatch.java.lang.Integer=Property {0} must be a valid number
96typeMismatch.java.lang.Long=Property {0} must be a valid number
97typeMismatch.java.lang.Short=Property {0} must be a valid number
98typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
99typeMismatch.java.math.BigInteger=Property {0} must be a valid number
100
101# Navigation plugin, see conf/Config.groovy for menu's.
102# Subitems are not currently resolving with this plugin.
103navigation.nav.home=Home
104navigation.nav.home.start=Start
105navigation.nav.home.appAdmin=Admin
106navigation.nav.home.manager=Manager
107navigation.nav.home.changeSessionTimeout=Timeout
108navigation.nav.home.changePassword=Password
109
110navigation.nav.tasks=Tasks
111navigation.nav.tasks.create=Create
112navigation.nav.tasks.search=Search
113navigation.nav.tasks.show=Show
114
115navigation.nav.inventory=Inventory
116navigation.nav.assets=Assets
117
118# FilterPane plugin, properties.
119fp.property.text.associatedAssets.name=Associated Asset
120fp.property.text.primaryAsset.name=Primary Asset
121fp.property.text.trash=Trash
122fp.property.text.scheduled=Scheduled
123fp.property.text.approved=Approved
124fp.property.text.isObsolete=Obsolete
125fp.property.text.taskGroup.name=Group
126fp.property.text.taskPriority.name=Priority
127fp.property.text.taskStatus.name=Status
128fp.property.text.description=Description
129fp.property.text.comment=Comment
130fp.property.text.leadPerson.lastName=Lead Person (Last Name)
131fp.property.text.leadPerson.firstName=Lead Person (First Name)
132fp.property.text.taskType.name=Type
133fp.property.text.inventoryLocation.name=Location
134fp.property.text.spareFor.name=Spare For
135fp.property.text.supplier.name=Supplier
136fp.property.text.manufacturer.name=Manufacturer
137
Note: See TracBrowser for help on using the repository browser.