[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 | |
---|
[166] | 5 | person.personGroups=Person Groups |
---|
| 6 | person.personGroups.help=Groups provide no application authorisations and are merely for grouping people for information purposes. Use Ctrl or Shift to select multiple groups. |
---|
| 7 | person.loginName=Login Name |
---|
| 8 | person.loginName.help=This is the id or name that the person will use to login to the application. |
---|
| 9 | person.firstName=First Name |
---|
| 10 | person.firstName.help=The person's real first name. |
---|
| 11 | person.lastName=Last Name |
---|
| 12 | person.lastName.help=The person's real last name. |
---|
| 13 | person.password=Password |
---|
| 14 | person.password.help=The password that the person will use to login to the appllication (should be changed by them later). |
---|
| 15 | person.isActive=Active |
---|
| 16 | person.isActive.help=Disable this to prevent a person logging in to the application. |
---|
| 17 | |
---|
| 18 | person.authorities=Authorities |
---|
| 19 | person.authorities.help=To allow login at least the 'ROLE_AppUser' authority must be given. The 'ROLE_AppAdmin' authority is NOT required for daily use and provides full (read as DANGEROUS) access. |
---|
| 20 | |
---|
[98] | 21 | entry.duration=Duration |
---|
| 22 | entry.duration.help=The time (hh:mm) booked against this entry for date done. |
---|
| 23 | |
---|
[147] | 24 | assignedPerson.estimatedDuration=Estimated Duration |
---|
| 25 | assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would like to assign this person to the task. |
---|
| 26 | |
---|
[106] | 27 | task.assignedPersons=Assigned Persons |
---|
| 28 | task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time. |
---|
| 29 | task.description=Task Description |
---|
| 30 | task.description.help=Short basic description of the task. |
---|
| 31 | task.comment=Task Comment |
---|
| 32 | task.comment.help=Long text for additional info, only shown in detail views. |
---|
| 33 | task.targetStartDate=Target Start Date |
---|
| 34 | task.targetStartDate.help=The date we would like the task to start, set during scheduling. |
---|
| 35 | task.targetCompletionDate=Target Completion Date |
---|
| 36 | task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling. |
---|
| 37 | task.leadPerson=Lead Person |
---|
| 38 | task.leadPerson.help=The primay contact person. |
---|
[166] | 39 | |
---|
[137] | 40 | taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date. |
---|
| 41 | taskRecurring.startDate=Start Date |
---|
| 42 | taskRecurring.startDate.help=The tartget start date for the first auto generated subTask. |
---|
[106] | 43 | |
---|
[166] | 44 | task.primaryAsset=Primary Asset |
---|
| 45 | task.primaryAsset.help=This is the asset that costs will be assigned to. |
---|
| 46 | task.associatedAssets=Associated Assets |
---|
| 47 | task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned. |
---|
| 48 | |
---|
[55] | 49 | default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] |
---|
| 50 | default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL |
---|
| 51 | default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number |
---|
| 52 | default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address |
---|
| 53 | default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}] |
---|
| 54 | default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}] |
---|
| 55 | default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}] |
---|
| 56 | default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}] |
---|
| 57 | default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}] |
---|
| 58 | default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}] |
---|
| 59 | default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation |
---|
| 60 | default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}] |
---|
| 61 | default.blank.message=Property [{0}] of class [{1}] cannot be blank |
---|
| 62 | default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}] |
---|
| 63 | default.null.message=Property [{0}] of class [{1}] cannot be null |
---|
| 64 | default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique |
---|
| 65 | |
---|
| 66 | default.paginate.prev=Previous |
---|
| 67 | default.paginate.next=Next |
---|
| 68 | |
---|
[155] | 69 | # Rich UI plugin - Calendar |
---|
| 70 | default.time=Time |
---|
| 71 | default.week=Week |
---|
| 72 | default.monday=Mon |
---|
| 73 | default.tuesday=Tues |
---|
| 74 | default.wednesday=Wed |
---|
| 75 | default.thursday=Thu |
---|
| 76 | default.friday=Fri |
---|
| 77 | default.saturday=Sat |
---|
| 78 | default.sunday=Sun |
---|
| 79 | |
---|
[55] | 80 | # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) |
---|
| 81 | typeMismatch.java.net.URL=Property {0} must be a valid URL |
---|
| 82 | typeMismatch.java.net.URI=Property {0} must be a valid URI |
---|
| 83 | typeMismatch.java.util.Date=Property {0} must be a valid Date |
---|
| 84 | typeMismatch.java.lang.Double=Property {0} must be a valid number |
---|
| 85 | typeMismatch.java.lang.Integer=Property {0} must be a valid number |
---|
| 86 | typeMismatch.java.lang.Long=Property {0} must be a valid number |
---|
| 87 | typeMismatch.java.lang.Short=Property {0} must be a valid number |
---|
| 88 | typeMismatch.java.math.BigDecimal=Property {0} must be a valid number |
---|
[73] | 89 | typeMismatch.java.math.BigInteger=Property {0} must be a valid number |
---|
| 90 | |
---|
[139] | 91 | # Navigation plugin, see conf/Config.groovy for menu's. |
---|
| 92 | # Subitems are not currently resolving with this plugin. |
---|
| 93 | navigation.nav.home=Home |
---|
| 94 | navigation.nav.home.start=Start |
---|
| 95 | navigation.nav.home.appAdmin=Admin |
---|
| 96 | navigation.nav.home.manager=Manager |
---|
| 97 | navigation.nav.home.changeSessionTimeout=Timeout |
---|
| 98 | navigation.nav.home.changePassword=Password |
---|
[73] | 99 | |
---|
[139] | 100 | navigation.nav.tasks=Tasks |
---|
| 101 | navigation.nav.tasks.create=Create |
---|
| 102 | navigation.nav.tasks.search=Search |
---|
| 103 | navigation.nav.tasks.show=Show |
---|
| 104 | |
---|
| 105 | navigation.nav.inventory=Inventory |
---|
| 106 | navigation.nav.assets=Assets |
---|
[168] | 107 | |
---|
| 108 | # FilterPane plugin, properties. |
---|
| 109 | fp.property.text.associatedAssets.name=Associated Asset |
---|
| 110 | fp.property.text.primaryAsset.name=Primary Asset |
---|
| 111 | fp.property.text.isActive=Active |
---|
| 112 | fp.property.text.isScheduled=Scheduled |
---|
| 113 | fp.property.text.isApproved=Approved |
---|
| 114 | fp.property.text.taskGroup.name=Group |
---|
| 115 | fp.property.text.taskPriority.name=Priority |
---|
| 116 | fp.property.text.taskStatus.name=Status |
---|
| 117 | fp.property.text.description=Description |
---|
| 118 | fp.property.text.comment=Comment |
---|
| 119 | fp.property.text.leadPerson.lastName=Lead Person (Last Name) |
---|
| 120 | fp.property.text.leadPerson.firstName=Lead Person (First Name) |
---|
| 121 | fp.property.text.taskType.name=Type |
---|
| 122 | |
---|