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

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

Refactor taskService update() and enable optimistic version checking.

File size: 7.3 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.notFound=Could not complete operation, task not found.
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.
30task.failedToSave=Could not complete operation, task failed to save.
31task.modifications.failedToSave=Could not complete operation, as task modification record failed to save.
32tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule.
33
34task.assignedPersons=Assigned Persons
35task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
36task.description=Task Description
37task.description.help=Short basic description of the task.
38task.comment=Task Comment
39task.comment.help=Long text for additional info, only shown in detail views.
40task.targetStartDate=Target Start Date
41task.targetStartDate.help=The date we would like the task to start, set during scheduling.
42task.targetCompletionDate=Target Completion Date
43task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
44task.leadPerson=Lead Person
45task.leadPerson.help=The primay contact person.
46
47taskRecurring.nextTargetStartDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
48taskRecurring.nextTargetStartDate=Next Target Start Date
49taskRecurring.nextTargetStartDate.help=The target start date for the next auto generated subTask.
50
51task.primaryAsset=Primary Asset
52task.primaryAsset.help=This is the asset that costs will be assigned to.
53task.associatedAssets=Associated Assets
54task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
55
56inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
57inventoryMovement.inventoryItem.notFound=Inventory Item not found.
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
78default.optimistic.locking.failure=Another user has updated this item while you were editing.
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.