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