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

Last change on this file since 155 was 155, checked in by gav, 15 years ago

Work on Task searching.
Add calendar view for Tasks.
Cleaner look for search and paginate buttons.
OverlayPane? css and javascript to fix filterPane width on smaller screens and for quick search panes.

File size: 4.5 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
[98]5entry.duration=Duration
6entry.duration.help=The time (hh:mm) booked against this entry for date done.
7
[147]8assignedPerson.estimatedDuration=Estimated Duration
9assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task.
10
[106]11task.assignedPersons=Assigned Persons
12task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time.
13task.description=Task Description
14task.description.help=Short basic description of the task.
15task.comment=Task Comment
16task.comment.help=Long text for additional info, only shown in detail views.
17task.targetStartDate=Target Start Date
18task.targetStartDate.help=The date we would like the task to start, set during scheduling.
19task.targetCompletionDate=Target Completion Date
20task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
21task.leadPerson=Lead Person
22task.leadPerson.help=The primay contact person.
[137]23   
24taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
25taskRecurring.startDate=Start Date
26taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
[106]27
[55]28default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
29default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
30default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
31default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
32default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
33default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
34default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
35default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
36default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
37default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
38default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
39default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
40default.blank.message=Property [{0}] of class [{1}] cannot be blank
41default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
42default.null.message=Property [{0}] of class [{1}] cannot be null
43default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
44
45default.paginate.prev=Previous
46default.paginate.next=Next
47
[155]48# Rich UI plugin - Calendar
49default.time=Time
50default.week=Week
51default.monday=Mon
52default.tuesday=Tues
53default.wednesday=Wed
54default.thursday=Thu
55default.friday=Fri
56default.saturday=Sat
57default.sunday=Sun
58
[55]59# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
60typeMismatch.java.net.URL=Property {0} must be a valid URL
61typeMismatch.java.net.URI=Property {0} must be a valid URI
62typeMismatch.java.util.Date=Property {0} must be a valid Date
63typeMismatch.java.lang.Double=Property {0} must be a valid number
64typeMismatch.java.lang.Integer=Property {0} must be a valid number
65typeMismatch.java.lang.Long=Property {0} must be a valid number
66typeMismatch.java.lang.Short=Property {0} must be a valid number
67typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
[73]68typeMismatch.java.math.BigInteger=Property {0} must be a valid number
69
[139]70# Navigation plugin, see conf/Config.groovy for menu's.
71# Subitems are not currently resolving with this plugin.
72navigation.nav.home=Home
73navigation.nav.home.start=Start
74navigation.nav.home.appAdmin=Admin
75navigation.nav.home.manager=Manager
76navigation.nav.home.changeSessionTimeout=Timeout
77navigation.nav.home.changePassword=Password
[73]78
[139]79navigation.nav.tasks=Tasks
80navigation.nav.tasks.create=Create
81navigation.nav.tasks.search=Search
82navigation.nav.tasks.show=Show
83
84navigation.nav.inventory=Inventory
85navigation.nav.assets=Assets
Note: See TracBrowser for help on using the repository browser.