Changeset 247 for trunk/grails-app/i18n


Ignore:
Timestamp:
Dec 27, 2009, 8:13:08 PM (14 years ago)
Author:
gav
Message:

Refactor AssignedGroup to use a serviced controller.

File:
1 edited

Legend:

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

    r243 r247  
    9494inventoryMovement.inventoryItem.notFound=Inventory Item not found.
    9595
     96assignedGroup.task.not.found=Please select a task and then ''Add Assigned Group''.
     97
     98default.list.failure=Could not generate list for class {0}.
     99default.not.found={0} {1} not found, it may have been deleted.
     100default.delete.success={0} {1} deleted.
     101default.delete.failure={0} {1} could not be deleted.
     102default.update.success={0} {1} updated.
     103default.update.failure={0} {1} could not be updated.
     104default.create.success={0} {1} created.
     105default.create.failure={0} {1} could not be created.
     106default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
     107
    96108default.doesnt.match.message=Property [{0}] of class [{1}] with value [{2}] does not match the required pattern [{3}]
    97109default.invalid.url.message=Property [{0}] of class [{1}] with value [{2}] is not a valid URL
     
    113125default.paginate.prev=Previous
    114126default.paginate.next=Next
    115 default.optimistic.locking.failure=Another user has updated this item while you were editing, please check the updated values.
    116127
    117128# Rich UI plugin - Calendar
Note: See TracChangeset for help on using the changeset viewer.