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

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

Inventory movement quantity adjustments now done in a service.
InventoryMovementType now has an incrementsInventory flag, so not dependant on the text name.

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