[621] | 1 | # |
---|
| 2 | # Custom and domain constraint messages. |
---|
| 3 | # |
---|
| 4 | |
---|
[397] | 5 | address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address. |
---|
[402] | 6 | contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details. |
---|
[397] | 7 | |
---|
[271] | 8 | asset.tree.import.success=Asset tree imported. |
---|
[421] | 9 | asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}, see {1}. |
---|
[271] | 10 | |
---|
[414] | 11 | inventory.import.success=Inventory imported. |
---|
[421] | 12 | inventory.import.failure=Could not create inventory from supplied file, failed on line {0}, see {1}. |
---|
[414] | 13 | |
---|
[440] | 14 | inventoryItemPurchase.import.success=Inventory item purchases imported. |
---|
| 15 | inventoryItemPurchase.import.failure=Could not create inventory item purchases from supplied file, failed on line {0}, see {1}. |
---|
| 16 | |
---|
| 17 | person.import.success=Person list imported. |
---|
| 18 | person.import.failure=Could not create persons from supplied file, failed on line {0}, see {1}. |
---|
| 19 | |
---|
[429] | 20 | asset.copy.subItem.create.failure=Could not complete operation, as sub item failed to save. |
---|
| 21 | asset.copy.subItem.too.many.failure=Could not complete operation, as there appears to be too many sub items. |
---|
[278] | 22 | asset.copy.method.required=Please select a copy method for sub items. |
---|
| 23 | asset.copy.method=Copy Method |
---|
| 24 | asset.copy.method.help=Link creates a new asset and links it to EXISTING sub items. \ |
---|
[429] | 25 | While copy creates a new asset and new sub items by appending '(id:#)' to create unique sub item names. |
---|
[284] | 26 | asset.copy.asset.required=Please select an asset to copy. |
---|
[278] | 27 | |
---|
[360] | 28 | maintenanceActions.still.associated=Could not complete operation as maintenance actions are still associated \ |
---|
| 29 | with this item. |
---|
| 30 | maintenanceActions.still.associated.subItem=Could not complete operation as maintenance actions are still associated \ |
---|
| 31 | with a sub item. |
---|
| 32 | inventoryStores.still.associated=Could not complete operation as inventory stores are still associated with this item. |
---|
[350] | 33 | |
---|
[360] | 34 | site.section.delete.failure=Could not complete operation as sections failed to delete. |
---|
| 35 | section.asset.delete.failure=Could not complete operation as assets failed to delete. |
---|
[350] | 36 | asset.subItems.delete.failure=Could not complete operation as orphan sub items failed to delete. |
---|
| 37 | |
---|
[285] | 38 | assetSubItem.asset.not.found=Could not complete operation as an asset was supplied but not found. |
---|
[347] | 39 | assetSubItem.assets.associated=Could not complete operation as assets are still associated with this sub item. |
---|
[285] | 40 | |
---|
[257] | 41 | sub.task.create.confirm=Immediately create and save a new sub task? |
---|
| 42 | |
---|
[73] | 43 | person.pass.minSize.notmet=Password is less than the minimum size of [{3}] |
---|
| 44 | person.pass.blank=Password cannot be blank |
---|
[99] | 45 | person.pass.doesNotMatch=Passwords must match |
---|
[73] | 46 | |
---|
[609] | 47 | # |
---|
[621] | 48 | # Help Balloon and property definitions. |
---|
[609] | 49 | # |
---|
| 50 | |
---|
[621] | 51 | # Report help balloon messages. |
---|
| 52 | report.stock.take.overview=Stock Take (Overview) |
---|
| 53 | report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report. |
---|
| 54 | report.stock.take.by.location=Stock Take (Location) |
---|
| 55 | report.stock.take.by.location.help=Enter a comma separated list of inventory locations. \ |
---|
| 56 | Use the Stock Take (Overview) report to get the list of locations. A % symbol may be used as a wild card, e.g: X1, X2, Y%, Z%7 |
---|
| 57 | |
---|
| 58 | # Person properties. |
---|
[166] | 59 | person.personGroups=Person Groups |
---|
[242] | 60 | person.personGroups.help=Groups may be assigned to tasks and \ |
---|
| 61 | may also provide a record of persons qualified or trained in a specific area. \ |
---|
[290] | 62 | Groups provide no application authorisations. |
---|
[166] | 63 | person.loginName=Login Name |
---|
| 64 | person.loginName.help=This is the id or name that the person will use to login to the application. |
---|
| 65 | person.firstName=First Name |
---|
| 66 | person.firstName.help=The person's real first name. |
---|
| 67 | person.lastName=Last Name |
---|
| 68 | person.lastName.help=The person's real last name. |
---|
| 69 | person.password=Password |
---|
[239] | 70 | person.password.help=The password that the person will use to login to the application (should be changed by them later). |
---|
[166] | 71 | person.isActive=Active |
---|
| 72 | person.isActive.help=Disable this to prevent a person logging in to the application. |
---|
| 73 | |
---|
| 74 | person.authorities=Authorities |
---|
[320] | 75 | person.authorities.help=Give this person authority to do things in the application. \ |
---|
| 76 | The user must logout for changes to take effect. |
---|
[166] | 77 | |
---|
[609] | 78 | # InventoryItemPurchase properties. |
---|
| 79 | inventoryItemPurchase.purchaseOrderNumber=Purchase Order # |
---|
| 80 | inventoryItemPurchase.purchaseOrderNumber.help=This number must be exact in case and spacing. \ |
---|
| 81 | All purchase received and invoice approval requires this number to track correctly. \ |
---|
| 82 | The number may only appear once for each inventory item. \ |
---|
| 83 | To enter multiple line items for a purchase order # 'M123' use 'M123.1' and 'M123.2' for example. |
---|
| 84 | inventoryItemPurchase.order.placed.date=Date |
---|
| 85 | inventoryItemPurchase.order.placed.date.help=The date that the order was placed. \ |
---|
| 86 | May be adjusted at the end of financial years. Also see the 'date created' and 'last updated' properties. |
---|
| 87 | inventoryItemPurchase.cost.code=Cost Code |
---|
| 88 | inventoryItemPurchase.cost.code.help=Cost codes assign cost to the correct asset and accouting ledger number/account. \ |
---|
| 89 | Ideally cost codes should be asset based and reflect the asset tree. |
---|
| 90 | inventoryItemPurchase.task.budget.status=Budget Status |
---|
| 91 | inventoryItemPurchase.task.budget.status.help=Was this purchase planned for in the budget or is it an unplanned spend. |
---|
| 92 | inventoryItemPurchase.supplier=Supplier |
---|
| 93 | inventoryItemPurchase.supplier.help=The supplier to make the purchase out to. |
---|
| 94 | inventoryItemPurchase.quantity=Quantity |
---|
| 95 | inventoryItemPurchase.quantity.help=The number of inventory item units purchased. |
---|
| 96 | inventoryItemPurchase.receive.quantity=Receive Quantity |
---|
| 97 | inventoryItemPurchase.receive.quantity.help=The number of inventory item units received. |
---|
| 98 | inventoryItemPurchase.approve.quantity=Approve Quantity |
---|
| 99 | inventoryItemPurchase.approve.quantity.help=The number of inventory item units to approve payment for. |
---|
| 100 | inventoryItemPurchase.order.value=Order Value |
---|
| 101 | inventoryItemPurchase.order.value.help=The total value of this line item. |
---|
| 102 | inventoryItemPurchase.receive.value=Receive Value |
---|
| 103 | inventoryItemPurchase.receive.value.help=The value of items received. |
---|
| 104 | inventoryItemPurchase.approve.value=Approve Value |
---|
| 105 | inventoryItemPurchase.approve.value.help=The value to approve payment for. |
---|
| 106 | inventoryItemPurchase.invoice.number=Invoice Number |
---|
| 107 | inventoryItemPurchase.invoice.number.help=The invoice number that this line item approves payment for. |
---|
| 108 | |
---|
[98] | 109 | entry.duration=Duration |
---|
| 110 | entry.duration.help=The time (hh:mm) booked against this entry for date done. |
---|
[431] | 111 | entry.duration.fault=Down Time. |
---|
[464] | 112 | entry.duration.fault.help=The production down time (hh:mm) directly attributable to this fault. |
---|
[230] | 113 | entry.date.done=Date Done |
---|
| 114 | entry.date.done.help=The date on which the event actually occurred. |
---|
| 115 | entry.comment.fault=Fault |
---|
[437] | 116 | entry.comment.fault.help=Techinical description of the fault and what is happening, NOT what needs doing! |
---|
[418] | 117 | entry.comment.cause=Cause |
---|
| 118 | entry.comment.cause.help=The root cause of the fault. Professional opinion on any faults. \ |
---|
| 119 | Include condition and contributing factors. |
---|
[230] | 120 | entry.comment.work.done=Work Done |
---|
[418] | 121 | entry.comment.work.done.help=Describe the work that was done. |
---|
[431] | 122 | entry.productionReference.fault=Production Reference |
---|
| 123 | entry.productionReference.fault.help=The production during which the fault occurred. |
---|
[98] | 124 | |
---|
[242] | 125 | assignedGroup.estimatedDuration=Estimated Duration |
---|
| 126 | assignedGroup.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \ |
---|
| 127 | like to assign this group to the task. |
---|
| 128 | |
---|
[147] | 129 | assignedPerson.estimatedDuration=Estimated Duration |
---|
[242] | 130 | assignedPerson.estimatedDuration.help=The estimated amount of time (hh:mm) that you would \ |
---|
| 131 | like to assign this person to the task. |
---|
[147] | 132 | |
---|
[510] | 133 | task.delete.failure.production=Tasks may not be deleted in production mode, \ |
---|
| 134 | set the trash flag instead. |
---|
[203] | 135 | task.notFound=Could not complete operation, task not found. |
---|
[191] | 136 | task.operationNotPermittedOnCompleteTask=This operation is not permitted on a complete task. |
---|
[196] | 137 | task.operationNotPermittedOnTaskInTrash=This operation is not permitted on a task that is in the trash. |
---|
[631] | 138 | task.operationNotPermittedOnRecurringTaskWithoutAuth=This operation is not permitted on a recurring task without authorisation. |
---|
[203] | 139 | task.failedToSave=Could not complete operation, task failed to save. |
---|
| 140 | task.modifications.failedToSave=Could not complete operation, as task modification record failed to save. |
---|
[243] | 141 | task.assignedGroups.failedToSave=Could not complete operation, as assignedGroup record failed to save. |
---|
| 142 | task.assignedPersons.failedToSave=Could not complete operation, as assignedPerson record failed to save. |
---|
[203] | 143 | tast.taskRecurringSchedule.alreadyExists=This task already has a recurring schedule. |
---|
[446] | 144 | task.targetCompletionDate.before.targetStartDate=The target completion date must be equal to or greater than \ |
---|
| 145 | the target start date. |
---|
[180] | 146 | |
---|
[482] | 147 | entry.create.no.params=Please select a task, then add an entry. |
---|
| 148 | |
---|
[207] | 149 | taskRecurringSchedule.notFound=Could not complete operation, recurring schedule not found. |
---|
[254] | 150 | personGroup.not.found=Person Group not found, it may have been deleted. |
---|
[255] | 151 | person.not.found=Person record not found, it may have been deleted. |
---|
[207] | 152 | |
---|
[592] | 153 | # Task Properties. |
---|
[242] | 154 | task.assignedGroups=Assigned Groups |
---|
| 155 | task.assignedGroups.help=The person groups assigned to work on this task during planning along with estimated time. |
---|
[106] | 156 | task.assignedPersons=Assigned Persons |
---|
| 157 | task.assignedPersons.help=The persons assigned to work on this task during planning along with estimated time. |
---|
| 158 | task.description=Task Description |
---|
| 159 | task.description.help=Short basic description of the task. |
---|
[431] | 160 | task.description.immediateCallout=Immediate Callout Description. |
---|
[437] | 161 | task.description.immediateCallout.help=Short description of the callout from an operations perspective. |
---|
[106] | 162 | task.comment=Task Comment |
---|
| 163 | task.comment.help=Long text for additional info, only shown in detail views. |
---|
| 164 | task.targetStartDate=Target Start Date |
---|
| 165 | task.targetStartDate.help=The date we would like the task to start, set during scheduling. |
---|
[431] | 166 | task.targetStartDate.immediateCallout=Callout Date |
---|
| 167 | task.targetStartDate.immediateCallout.help=The date the callout occured. |
---|
[106] | 168 | task.targetCompletionDate=Target Completion Date |
---|
| 169 | task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling. |
---|
| 170 | task.leadPerson=Lead Person |
---|
| 171 | task.leadPerson.help=The primay contact person. |
---|
[592] | 172 | task.safetyRequirement=Safety Requirment |
---|
| 173 | task.safetyRequirement.help=Completion of this task is a safety requirement. \ |
---|
| 174 | This task must be completed and is not allowed to be missed. |
---|
| 175 | task.mandatoryRegulatory=Mandatory/Regulatory |
---|
| 176 | task.mandatoryRegulatory.help=Completion of this task is a mandatory or regulatory requirement. \ |
---|
| 177 | This task must be completed and is not allowed to be missed. |
---|
| 178 | task.positiveFault=Positive Fault |
---|
| 179 | task.positiveFault.help=Set false if unsure. Used to calculate preventative efficiency or P.E. |
---|
| 180 | |
---|
| 181 | # Task Actions |
---|
[431] | 182 | task.status.resolved=Resolved. |
---|
[437] | 183 | task.status.resolved.help=Indicate that root cause is known and has been completely resolved. |
---|
[431] | 184 | task.status.unresolved=Unresolved. |
---|
[437] | 185 | task.status.unresolved.help=Indicate that this task requires further attention, root cause is either unknown or unresolved. |
---|
[166] | 186 | |
---|
[213] | 187 | taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past. |
---|
| 188 | taskRecurringSchedule.nextTargetStartDate=Next Target Start Date |
---|
| 189 | taskRecurringSchedule.nextTargetStartDate.help=The target start date for the next auto generated sub task. |
---|
| 190 | taskRecurringSchedule.recurEvery=Recur Every |
---|
| 191 | taskRecurringSchedule.recurEvery.help=How often this task should recur. Determines the period between sub task target start dates. |
---|
| 192 | taskRecurringSchedule.taskDuration=Task Duration |
---|
| 193 | taskRecurringSchedule.taskDuration.help=How long to allow for the task. Determines the target completion date of the sub tasks. |
---|
| 194 | taskRecurringSchedule.generateAhead=Generate Ahead |
---|
| 195 | taskRecurringSchedule.generateAhead.help=How far ahead of the next target start date to generate sub tasks. \ |
---|
[445] | 196 | This allows work packs to be built and work load to be seen and planned. \ |
---|
| 197 | Only generate ahead as far as short term planning is done, since all generated sub task \ |
---|
| 198 | values will be set and therefore time consuming to change. |
---|
| 199 | taskRecurringSchedule.maxSubTasks=Max Sub Tasks |
---|
| 200 | taskRecurringSchedule.maxSubTasks.help=Maximum number of sub tasks to generate. Set to 0 \ |
---|
| 201 | for no limit. |
---|
| 202 | taskRecurringSchedule.useTargetCompletionDate=Target Completion |
---|
| 203 | taskRecurringSchedule.useTargetCompletionDate.help=On to use the parent task's target completion date. \ |
---|
| 204 | Off to continue generation past the parent task's target completion date. |
---|
[213] | 205 | taskRecurringSchedule.enabled=Enabled |
---|
[445] | 206 | taskRecurringSchedule.enabled.help=On to enable automatic sub task generation. \ |
---|
| 207 | Off to stop automatic sub task generation. <br /><br />\ |
---|
| 208 | The system will turn this off if there are no further sub tasks to be generated. |
---|
[106] | 209 | |
---|
[166] | 210 | task.primaryAsset=Primary Asset |
---|
| 211 | task.primaryAsset.help=This is the asset that costs will be assigned to. |
---|
| 212 | task.associatedAssets=Associated Assets |
---|
| 213 | task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned. |
---|
| 214 | |
---|
[610] | 215 | # InventoryItem Messages. |
---|
[584] | 216 | inventory.item.is.obsolete=This item has been flagged as obsolete. |
---|
| 217 | inventory.item.not.active=This item has been flagged as not active. |
---|
[610] | 218 | inventory.item.reorder.not.allowed=Reorder not allowed. |
---|
| 219 | inventory.item.reorder.listing.disabled=This item has reorder listing disabled and will not appear on reorder lists. |
---|
[548] | 220 | inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first. |
---|
| 221 | inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised. |
---|
[549] | 222 | inventory.item.picture.source.not.supported=Image source type not supported. |
---|
[548] | 223 | |
---|
[177] | 224 | inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock. |
---|
| 225 | inventoryMovement.inventoryItem.notFound=Inventory Item not found. |
---|
[425] | 226 | inventoryMovement.still.associated=Could not complete operation as inventory movements are still associated with this item. |
---|
[177] | 227 | |
---|
[599] | 228 | inventoryItemPurchase.purchaseOrderNumber.not.unique.for.inventory.item.order=Purchase Order Number must be unique for this inventory item order. |
---|
[440] | 229 | inventoryItemPurchase.invoiceNumber.required=An invoice number must be supplied to approve payment. |
---|
| 230 | inventoryItemPurchase.delete.failure.received.exists=Could not delete, items have been received. |
---|
| 231 | inventoryItemPurchase.delete.failure.payment.approved=Could not delete, payment has been approved. |
---|
[610] | 232 | inventoryItemPurchase.operation.not.permitted.on.inactive.or.obsolete.item=This operation is not permitted on an inactive or obsolete inventory item. |
---|
[440] | 233 | |
---|
[247] | 234 | assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''. |
---|
[249] | 235 | assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''. |
---|
[247] | 236 | |
---|
[621] | 237 | # |
---|
| 238 | # Default messages. |
---|
| 239 | # |
---|
| 240 | |
---|
[247] | 241 | default.list.failure=Could not generate list for class {0}. |
---|
| 242 | default.not.found={0} {1} not found, it may have been deleted. |
---|
| 243 | default.delete.success={0} {1} deleted. |
---|
| 244 | default.delete.failure={0} {1} could not be deleted. |
---|
| 245 | default.update.success={0} {1} updated. |
---|
| 246 | default.update.failure={0} {1} could not be updated. |
---|
| 247 | default.create.success={0} {1} created. |
---|
[263] | 248 | default.create.failure={0} could not be created. |
---|
[247] | 249 | default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values. |
---|
[414] | 250 | default.file.over.max.size=Supplied file is greater than max size of {0} {1}. |
---|
| 251 | default.file.not.supplied=No file supplied. |
---|
| 252 | default.file.no.header=The supplied file does not have the correct header lines, please see the template file. |
---|
[548] | 253 | default.not.development.environment.failure=Could not complete operation, dev environment not detected. |
---|
[247] | 254 | |
---|
[55] | 255 | default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] |
---|
| 256 | default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL |
---|
| 257 | default.invalid.creditCard.message=Property [{0}] of class [{1}] with value [{2}] is not a valid credit card number |
---|
| 258 | default.invalid.email.message=Property [{0}] of class [{1}] with value [{2}] is not a valid e-mail address |
---|
| 259 | default.invalid.range.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid range from [{3}] to [{4}] |
---|
| 260 | default.invalid.size.message=Property [{0}] of class [{1}] with value [{2}] does not fall within the valid size range from [{3}] to [{4}] |
---|
| 261 | default.invalid.max.message=Property [{0}] of class [{1}] with value [{2}] exceeds maximum value [{3}] |
---|
| 262 | default.invalid.min.message=Property [{0}] of class [{1}] with value [{2}] is less than minimum value [{3}] |
---|
| 263 | default.invalid.max.size.message=Property [{0}] of class [{1}] with value [{2}] exceeds the maximum size of [{3}] |
---|
| 264 | default.invalid.min.size.message=Property [{0}] of class [{1}] with value [{2}] is less than the minimum size of [{3}] |
---|
| 265 | default.invalid.validator.message=Property [{0}] of class [{1}] with value [{2}] does not pass custom validation |
---|
| 266 | default.not.inlist.message=Property [{0}] of class [{1}] with value [{2}] is not contained within the list [{3}] |
---|
| 267 | default.blank.message=Property [{0}] of class [{1}] cannot be blank |
---|
| 268 | default.not.equal.message=Property [{0}] of class [{1}] with value [{2}] cannot equal [{3}] |
---|
| 269 | default.null.message=Property [{0}] of class [{1}] cannot be null |
---|
| 270 | default.not.unique.message=Property [{0}] of class [{1}] with value [{2}] must be unique |
---|
| 271 | |
---|
| 272 | default.paginate.prev=Previous |
---|
[476] | 273 | default.paginate.prev.abbrev=Prev |
---|
[55] | 274 | default.paginate.next=Next |
---|
| 275 | |
---|
[476] | 276 | default.close.text=Close |
---|
| 277 | default.options.text=Options |
---|
| 278 | default.none.text=None |
---|
[485] | 279 | default.all.text=All |
---|
[601] | 280 | default.please.select.text=--Please-Select-- |
---|
| 281 | default.none.select.text=--None-- |
---|
[476] | 282 | |
---|
[621] | 283 | # |
---|
[155] | 284 | # Rich UI plugin - Calendar |
---|
[621] | 285 | # |
---|
| 286 | |
---|
[155] | 287 | default.time=Time |
---|
| 288 | default.week=Week |
---|
| 289 | default.monday=Mon |
---|
| 290 | default.tuesday=Tues |
---|
| 291 | default.wednesday=Wed |
---|
| 292 | default.thursday=Thu |
---|
| 293 | default.friday=Fri |
---|
| 294 | default.saturday=Sat |
---|
| 295 | default.sunday=Sun |
---|
| 296 | |
---|
[621] | 297 | # |
---|
[55] | 298 | # Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author) |
---|
[621] | 299 | # |
---|
| 300 | |
---|
[55] | 301 | typeMismatch.java.net.URL=Property {0} must be a valid URL |
---|
| 302 | typeMismatch.java.net.URI=Property {0} must be a valid URI |
---|
| 303 | typeMismatch.java.util.Date=Property {0} must be a valid Date |
---|
| 304 | typeMismatch.java.lang.Double=Property {0} must be a valid number |
---|
| 305 | typeMismatch.java.lang.Integer=Property {0} must be a valid number |
---|
| 306 | typeMismatch.java.lang.Long=Property {0} must be a valid number |
---|
| 307 | typeMismatch.java.lang.Short=Property {0} must be a valid number |
---|
| 308 | typeMismatch.java.math.BigDecimal=Property {0} must be a valid number |
---|
[73] | 309 | typeMismatch.java.math.BigInteger=Property {0} must be a valid number |
---|
| 310 | |
---|
[621] | 311 | # |
---|
[139] | 312 | # Navigation plugin, see conf/Config.groovy for menu's. |
---|
| 313 | # Subitems are not currently resolving with this plugin. |
---|
[621] | 314 | # |
---|
| 315 | |
---|
[139] | 316 | navigation.nav.home=Home |
---|
| 317 | navigation.nav.home.start=Start |
---|
| 318 | navigation.nav.home.appAdmin=Admin |
---|
| 319 | navigation.nav.home.manager=Manager |
---|
| 320 | navigation.nav.home.changeSessionTimeout=Timeout |
---|
| 321 | navigation.nav.home.changePassword=Password |
---|
[73] | 322 | |
---|
[139] | 323 | navigation.nav.tasks=Tasks |
---|
| 324 | navigation.nav.tasks.create=Create |
---|
| 325 | navigation.nav.tasks.search=Search |
---|
| 326 | navigation.nav.tasks.show=Show |
---|
| 327 | |
---|
| 328 | navigation.nav.inventory=Inventory |
---|
| 329 | navigation.nav.assets=Assets |
---|
[168] | 330 | |
---|
[621] | 331 | # |
---|
[168] | 332 | # FilterPane plugin, properties. |
---|
[621] | 333 | # |
---|
| 334 | |
---|
[168] | 335 | fp.property.text.associatedAssets.name=Associated Asset |
---|
| 336 | fp.property.text.primaryAsset.name=Primary Asset |
---|
[181] | 337 | fp.property.text.trash=Trash |
---|
| 338 | fp.property.text.scheduled=Scheduled |
---|
| 339 | fp.property.text.approved=Approved |
---|
[175] | 340 | fp.property.text.isObsolete=Obsolete |
---|
[168] | 341 | fp.property.text.taskGroup.name=Group |
---|
| 342 | fp.property.text.taskPriority.name=Priority |
---|
| 343 | fp.property.text.taskStatus.name=Status |
---|
| 344 | fp.property.text.description=Description |
---|
| 345 | fp.property.text.comment=Comment |
---|
| 346 | fp.property.text.leadPerson.lastName=Lead Person (Last Name) |
---|
| 347 | fp.property.text.leadPerson.firstName=Lead Person (First Name) |
---|
| 348 | fp.property.text.taskType.name=Type |
---|
[175] | 349 | fp.property.text.inventoryLocation.name=Location |
---|
| 350 | fp.property.text.spareFor.name=Spare For |
---|
| 351 | fp.property.text.supplier.name=Supplier |
---|
| 352 | fp.property.text.manufacturer.name=Manufacturer |
---|
[437] | 353 | fp.property.text.estimatedUnitPriceAmount=Estimated Unit Price |
---|
[468] | 354 | |
---|
| 355 | fp.property.text.inventoryItemPurchaseType.name=Type |
---|
[476] | 356 | |
---|
[621] | 357 | # |
---|
| 358 | # TaskSearch Service. |
---|
| 359 | # |
---|
| 360 | |
---|
[503] | 361 | task.search.text.all.tasks.message=All tasks for {0}. |
---|
| 362 | task.search.text.all.tasks.none.found=No tasks found for {0}. |
---|
| 363 | task.search.text.all.tasks.between.message=All tasks between {0} and {1}. |
---|
| 364 | task.search.text.all.tasks.between.none.found=No tasks found between {0} and {1}. |
---|
| 365 | |
---|
| 366 | task.search.text.persons.tasks.message=Tasks for {0} on {1}. |
---|
| 367 | task.search.text.persons.tasks.none.found=No tasks found for {0} on {1}. |
---|
| 368 | task.search.text.persons.tasks.between.message=Tasks for {0} between {1} and {2}. |
---|
| 369 | task.search.text.persons.tasks.between.none.found=No tasks found for {0} between {1} and {2}. |
---|
| 370 | |
---|
| 371 | task.search.text.my.todays=Today |
---|
| 372 | task.search.text.my.todays.description=My tasks and approved tasks that I am assigned to. |
---|
| 373 | task.search.text.my.yesterdays=Yesterday |
---|
| 374 | task.search.text.my.tomorrows=Tomorrow |
---|
| 375 | task.search.text.my.past.week=Past Week |
---|
| 376 | task.search.text.todays=Today |
---|
| 377 | task.search.text.todays.description=All tasks that are not in the trash bin. |
---|
| 378 | task.search.text.yesterdays=Yesterday |
---|
| 379 | task.search.text.tomorrows=Tomorrow |
---|
| 380 | task.search.text.past.week=Past Week |
---|
| 381 | task.search.text.budget.unplanned=Unplanned Tasks |
---|
| 382 | task.search.text.budget.unplanned.message=Tasks with budget status of 'Unplanned' between {0} and {1}. |
---|
| 383 | task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned' between {0} and {1}. |
---|
| 384 | task.search.text.budget.planned=Planned Tasks |
---|
| 385 | task.search.text.budget.planned.description=Task with budget status of Planned, in the past week. |
---|
| 386 | task.search.text.budget.planned.message=Tasks with budget status of 'Planned' between {0} and {1}. |
---|
| 387 | task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned' between {0} and {1}. |
---|
| 388 | task.search.text.planners.range=Planners Range |
---|
| 389 | task.search.text.planners.range.description=Tasks in the past week and two weeks ahead. |
---|
[485] | 390 | task.search.calendar.text.too.many.results=Too many results, only {0} are shown. |
---|
[490] | 391 | task.search.text.work.done=Work Done |
---|
| 392 | task.search.text.work.done.description=Work done by person and date. |
---|
| 393 | task.search.text.work.done.message=Work done by {0} on {1}. |
---|
[503] | 394 | task.search.text.work.done.none.found=No entries found for {0} on {1}. |
---|
[485] | 395 | |
---|
[621] | 396 | # |
---|
[485] | 397 | # InventoryItemSearch |
---|
[621] | 398 | # |
---|
| 399 | |
---|
[565] | 400 | inventoryItem.search.searchText=Search |
---|
| 401 | inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \ |
---|
| 402 | A * symbol may be used as a wild card, e.g: '2305*' would find 2305RS and 2305-RS. A + symbol may be used to require a word \ |
---|
| 403 | e.g: 'sensor +print' would require results to have 'print' in the searched categories. |
---|
[562] | 404 | inventoryItem.search.text.found=Results for: {0} |
---|
| 405 | inventoryItem.search.text.none.found=No results for: {0} |
---|
[530] | 406 | inventoryItem.search.text.below.reorder=Below Reorder |
---|
[616] | 407 | inventoryItem.search.text.below.reorder.description=Inventory items at or below reorder point. |
---|
[485] | 408 | inventoryItem.search.text.below.reorder.all=Below Reorder (all) |
---|
[616] | 409 | inventoryItem.search.text.below.reorder.all.description=Inventory items at or below reorder point, including reorder listing disabled. |
---|
[485] | 410 | inventoryItem.search.text.below.reorder.none.found=No inventory items found at or below reorder point. |
---|
| 411 | inventoryItem.search.text.all.description=All inventory items. |
---|
[489] | 412 | inventoryItem.search.text.all.none.found=No inventory items found. |
---|
| 413 | inventoryItem.search.text.recently.used=Recently Used |
---|
| 414 | inventoryItem.search.text.recently.used.description=Items used in the last {0} days. |
---|
| 415 | inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days. |
---|
[546] | 416 | |
---|
[621] | 417 | # |
---|
[548] | 418 | # Report error messages. |
---|
[621] | 419 | # |
---|
| 420 | |
---|
[548] | 421 | report.error.too.many.results=Error: over {0} results, please run report again. |
---|
| 422 | report.error.no.locations.found=Error: no locations found, please run report again. |
---|
| 423 | report.error.too.many.locations=Error: over {0} locations, please run report again. |
---|
| 424 | report.error.no.inventory.items.found=Error: no inventory items found, please run report again. |
---|
| 425 | report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again. |
---|
[622] | 426 | |
---|
| 427 | # |
---|
| 428 | # AppCore messages. |
---|
| 429 | # |
---|
| 430 | appCore.rebuild.text.search.index=The text search index is being rebuilt in the background, see log file for details. |
---|