Changeset 621


Ignore:
Timestamp:
Jul 10, 2010, 8:21:12 PM (14 years ago)
Author:
gav
Message:

Small cleanup of messages.properties file.

File:
1 edited

Legend:

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

    r616 r621  
     1#
     2# Custom and domain constraint messages.
     3#
     4
    15address.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create an address.
    26contact.owner.not.found=An owner (Person, Site, Manufacturer or Supplier) must be supplied to create contact details.
     
    4246
    4347#
    44 # Help Balloon messages.
    45 #
    46 
     48# Help Balloon and property definitions.
     49#
     50
     51# Report help balloon messages.
     52report.stock.take.overview=Stock Take (Overview)
     53report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report.
     54report.stock.take.by.location=Stock Take (Location)
     55report.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.
    4759person.personGroups=Person Groups
    4860person.personGroups.help=Groups may be assigned to tasks and \
     
    222234assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
    223235
     236#
     237# Default messages.
     238#
     239
    224240default.list.failure=Could not generate list for class {0}.
    225241default.not.found={0} {1} not found, it may have been deleted.
     
    264280default.none.select.text=--None--
    265281
     282#
    266283# Rich UI plugin - Calendar
     284#
     285
    267286default.time=Time
    268287default.week=Week
     
    275294default.sunday=Sun
    276295
     296#
    277297# Data binding errors. Use "typeMismatch.$className.$propertyName to customize (eg typeMismatch.Book.author)
     298#
     299
    278300typeMismatch.java.net.URL=Property {0} must be a valid URL
    279301typeMismatch.java.net.URI=Property {0} must be a valid URI
     
    286308typeMismatch.java.math.BigInteger=Property {0} must be a valid number
    287309
     310#
    288311# Navigation plugin, see conf/Config.groovy for menu's.
    289312# Subitems are not currently resolving with this plugin.
     313#
     314
    290315navigation.nav.home=Home
    291316navigation.nav.home.start=Start
     
    303328navigation.nav.assets=Assets
    304329
     330#
    305331# FilterPane plugin, properties.
     332#
     333
    306334fp.property.text.associatedAssets.name=Associated Asset
    307335fp.property.text.primaryAsset.name=Primary Asset
     
    326354fp.property.text.inventoryItemPurchaseType.name=Type
    327355
    328 # TaskSearch Service
     356#
     357# TaskSearch Service.
     358#
     359
    329360task.search.text.all.tasks.message=All tasks for {0}.
    330361task.search.text.all.tasks.none.found=No tasks found for {0}.
     
    362393task.search.text.work.done.none.found=No entries found for {0} on {1}.
    363394
     395#
    364396# InventoryItemSearch
     397#
     398
    365399inventoryItem.search.searchText=Search
    366400inventoryItem.search.searchText.help=By default all words are matched and results are sorted by relevance. \
     
    380414inventoryItem.search.text.recently.used.none.found=No items used in the last {0} days.
    381415
     416#
    382417# Report error messages.
     418#
     419
    383420report.error.too.many.results=Error: over {0} results, please run report again.
    384421report.error.no.locations.found=Error: no locations found, please run report again.
     
    386423report.error.no.inventory.items.found=Error: no inventory items found, please run report again.
    387424report.error.too.many.inventory.items=Error: over {0} inventory items, please run report again.
    388 
    389 # Report help balloon messages.
    390 report.stock.take.overview=Stock Take (Overview)
    391 report.stock.take.overview.help=Use this report to manage inventory stock take. Use in conjunction with the Stock Take (By Location) report.
    392 report.stock.take.by.location=Stock Take (Location)
    393 report.stock.take.by.location.help=Enter a comma separated list of inventory locations. \
    394     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
Note: See TracChangeset for help on using the changeset viewer.