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

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

Exclude tasks in trash from subTask lists.
Add create subTask functionality.
Move possibleParentList() to TaskService.

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