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

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

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

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