Changeset 548 for trunk/grails-app/i18n


Ignore:
Timestamp:
May 27, 2010, 8:47:06 PM (14 years ago)
Author:
gav
Message:

Add InventoryItemService savePicture().
Add bulk tests for inventory items.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/i18n/messages.properties

    r547 r548  
    154154task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
    155155
     156inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first.
     157inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised.
     158
    156159inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock.
    157160inventoryMovement.inventoryItem.notFound=Inventory Item not found.
     
    177180default.file.not.supplied=No file supplied.
    178181default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
     182default.not.development.environment.failure=Could not complete operation, dev environment not detected.
    179183
    180184default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
     
    314318inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days.
    315319
    316 # Reports
    317 report.too.many.results.warning=Warning over {0} results, please run report again.
     320# Report error messages.
     321report.error.too.many.results=Error: over {0} results, please run report again.
     322report.error.no.locations.found=Error: no locations found, please run report again.
     323report.error.too.many.locations=Error: over {0} locations, please run report again.
     324report.error.no.inventory.items.found=Error: no inventory items found, please run report again.
     325report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again.
     326
     327# Report help balloon messages.
    318328report.stock.take.overview=Stock Take (Overview)
    319329report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report.
Note: See TracChangeset for help on using the changeset viewer.