Changeset 166 for trunk/grails-app/i18n


Ignore:
Timestamp:
Oct 26, 2009, 3:11:18 PM (15 years ago)
Author:
gav
Message:

Add test and message for no granted authority to LoginController.
Correct belongsTo in Person-PersonGroup? relationship.
Re-generate PersonGroup? controller and views.
Add more help balloon messages for Person and Task.
Default ROLE_AppUser to ON when creating a person.

File:
1 edited

Legend:

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

    r155 r166  
    22person.pass.blank=Password cannot be blank
    33person.pass.doesNotMatch=Passwords must match
     4
     5person.personGroups=Person Groups
     6person.personGroups.help=Groups provide no application authorisations and are merely for grouping people for information purposes. Use Ctrl or Shift to select multiple groups.
     7person.loginName=Login Name
     8person.loginName.help=This is the id or name that the person will use to login to the application.
     9person.firstName=First Name
     10person.firstName.help=The person's real first name.
     11person.lastName=Last Name
     12person.lastName.help=The person's real last name.
     13person.password=Password
     14person.password.help=The password that the person will use to login to the appllication (should be changed by them later).
     15person.isActive=Active
     16person.isActive.help=Disable this to prevent a person logging in to the application.
     17
     18person.authorities=Authorities
     19person.authorities.help=To allow login at least the 'ROLE_AppUser' authority must be given. The 'ROLE_AppAdmin' authority is NOT required for daily use and provides full (read as DANGEROUS) access.
    420
    521entry.duration=Duration
     
    2137task.leadPerson=Lead Person
    2238task.leadPerson.help=The primay contact person.
    23    
     39
    2440taskRecurring.startDate.NotInTheFuture=Please select a start date that is not in the past, or use original date.
    2541taskRecurring.startDate=Start Date
    2642taskRecurring.startDate.help=The tartget start date for the first auto generated subTask.
     43
     44task.primaryAsset=Primary Asset
     45task.primaryAsset.help=This is the asset that costs will be assigned to.
     46task.associatedAssets=Associated Assets
     47task.associatedAssets.help=These assets are to be associated with this task, but costs will not be assigned.
    2748
    2849default.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.