Changeset 139 for trunk/grails-app/i18n


Ignore:
Timestamp:
Sep 28, 2009, 10:01:43 AM (15 years ago)
Author:
gav
Message:

Install Navigation plugin, work on navigation and hopefully fixed a few more IE vs Firefox CSS issues.
New skin for class-diagram plugin.
Adjust security config to suite.
Replace home.gsp with start.gsp, remove options.gsp and acknowledgements.gsp as they are now on start.gsp tabs.
Create search pages for Tasks, Assets and Inventory.
Change suggested login to manager.
Change all date formats to format="EEE, dd-MMM-yyyy".

File:
1 edited

Legend:

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

    r137 r139  
    5454typeMismatch.java.math.BigInteger=Property {0} must be a valid number
    5555
     56# Navigation plugin, see conf/Config.groovy for menu's.
     57# Subitems are not currently resolving with this plugin.
     58navigation.nav.home=Home
     59navigation.nav.home.start=Start
     60navigation.nav.home.appAdmin=Admin
     61navigation.nav.home.manager=Manager
     62navigation.nav.home.changeSessionTimeout=Timeout
     63navigation.nav.home.changePassword=Password
    5664
     65navigation.nav.tasks=Tasks
     66navigation.nav.tasks.create=Create
     67navigation.nav.tasks.search=Search
     68navigation.nav.tasks.show=Show
     69
     70navigation.nav.inventory=Inventory
     71navigation.nav.assets=Assets
Note: See TracChangeset for help on using the changeset viewer.