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