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

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

Refactor taskRecurringSchedule update() to a service method.

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