Changeset 548 for trunk/grails-app/i18n
- Timestamp:
- May 27, 2010, 8:47:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/i18n/messages.properties
r547 r548 154 154 task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned. 155 155 156 inventory.item.already.has.picture=Inventory item already has a picture, please delete the old picture first. 157 inventory.item.picture.file.unrecognised=Image file [{0}]: type not recognised. 158 156 159 inventoryMovement.quantity.insufficientItemsInStock=Could not complete operation, insufficient items in stock. 157 160 inventoryMovement.inventoryItem.notFound=Inventory Item not found. … … 177 180 default.file.not.supplied=No file supplied. 178 181 default.file.no.header=The supplied file does not have the correct header lines, please see the template file. 182 default.not.development.environment.failure=Could not complete operation, dev environment not detected. 179 183 180 184 default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}] … … 314 318 inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days. 315 319 316 # Reports 317 report.too.many.results.warning=Warning over {0} results, please run report again. 320 # Report error messages. 321 report.error.too.many.results=Error: over {0} results, please run report again. 322 report.error.no.locations.found=Error: no locations found, please run report again. 323 report.error.too.many.locations=Error: over {0} locations, please run report again. 324 report.error.no.inventory.items.found=Error: no inventory items found, please run report again. 325 report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again. 326 327 # Report help balloon messages. 318 328 report.stock.take.overview=Stock Take (Overview) 319 329 report.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.