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

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

Some CSS adjustments to text color, img border, remove body height:100%, add buttons input.add to CSS.
Move admin stuff to AppAdmin? to make it very clear that it is not for daily use.
TaskDetailed? list and delete now use the IsActive? attribute.
Remove Task.comment size constraint.
Add more help-ballons to TaskDetailed? create.
Clean loose comments from main.gsp and auth.gsp
Use pretty pictures in TaskDetailed? views instead of Edit and Show words.

File size: 3.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
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
21default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
22default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
23default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number
24default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address
25default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}]
26default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}]
27default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}]
28default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}]
29default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}]
30default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}]
31default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation
32default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}]
33default.blank.message=Property [{0}] of class [{1}] cannot be blank
34default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}]
35default.null.message=Property [{0}] of class [{1}] cannot be null
36default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique
37
38default.paginate.prev=Previous
39default.paginate.next=Next
40
41# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
42typeMismatch.java.net.URL=Property {0} must be a valid URL
43typeMismatch.java.net.URI=Property {0} must be a valid URI
44typeMismatch.java.util.Date=Property {0} must be a valid Date
45typeMismatch.java.lang.Double=Property {0} must be a valid number
46typeMismatch.java.lang.Integer=Property {0} must be a valid number
47typeMismatch.java.lang.Long=Property {0} must be a valid number
48typeMismatch.java.lang.Short=Property {0} must be a valid number
49typeMismatch.java.math.BigDecimal=Property {0} must be a valid number
50typeMismatch.java.math.BigInteger=Property {0} must be a valid number
51
52
Note: See TracBrowser for help on using the repository browser.