Changeset 414 for trunk/grails-app/i18n


Ignore:
Timestamp:
Feb 24, 2010, 4:01:05 PM (14 years ago)
Author:
gav
Message:

Move CsvService to AssetCsvService in preparation for other CSV services.

File:
1 edited

Legend:

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

    r405 r414  
    44asset.tree.import.success=Asset tree imported.
    55asset.tree.import.failure=Could not create asset tree from supplied file, failed on line {0}.
    6 asset.tree.import.file.over.max.size=Supplied file is greater than max size of {0} {1}.
    7 asset.tree.import.file.not.supplied=No file supplied.
    8 asset.tree.import.no.header=The supplied file does not have the correct header lines, please see the template file.
     6
     7inventory.import.success=Inventory imported.
     8inventory.import.failure=Could not create inventory from supplied file, failed on line {0}.
    99
    1010asset.copy.method.required=Please select a copy method for sub items.
     
    138138default.create.failure={0} could not be created.
    139139default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
     140default.file.over.max.size=Supplied file is greater than max size of {0} {1}.
     141default.file.not.supplied=No file supplied.
     142default.file.no.header=The supplied file does not have the correct header lines, please see the template file.
    140143
    141144default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
Note: See TracChangeset for help on using the changeset viewer.