Changeset 431 for trunk/grails-app/i18n


Ignore:
Timestamp:
Mar 5, 2010, 12:45:43 PM (14 years ago)
Author:
gav
Message:

Add ProductionReference.
Add ProductionManager and ProductionUser roles.
Update immediate callout help definitions, roll errors into one ul.
Add help definitions for resolved and unresolved.

File:
1 edited

Legend:

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

    r429 r431  
    5656entry.duration=Duration
    5757entry.duration.help=The time (hh:mm) booked against this entry for date done.
     58entry.duration.fault=Down Time.
     59entry.duration.fault.help=The production down time directly attributable to this fault.
    5860entry.date.done=Date Done
    5961entry.date.done.help=The date on which the event actually occurred.
    6062entry.comment.fault=Fault
    61 entry.comment.fault.help=Describe the fault and what is happening, NOT what needs doing! \
    62 <br /><br />From an operation perspective, NOT a technical perspective.
     63entry.comment.fault.help=Describe the fault and what is happening, NOT what needs doing!
    6364entry.comment.cause=Cause
    6465entry.comment.cause.help=The root cause of the fault. Professional opinion on any faults. \
     
    6667entry.comment.work.done=Work Done
    6768entry.comment.work.done.help=Describe the work that was done.
     69entry.productionReference.fault=Production Reference
     70entry.productionReference.fault.help=The production during which the fault occurred.
    6871
    6972assignedGroup.estimatedDuration=Estimated Duration
     
    9497task.description=Task Description
    9598task.description.help=Short basic description of the task.
     99task.description.immediateCallout=Immediate Callout Description.
     100task.description.immediateCallout.help=Short description of the callout.
    96101task.comment=Task Comment
    97102task.comment.help=Long text for additional info, only shown in detail views.
    98103task.targetStartDate=Target Start Date
    99104task.targetStartDate.help=The date we would like the task to start, set during scheduling.
     105task.targetStartDate.immediateCallout=Callout Date
     106task.targetStartDate.immediateCallout.help=The date the callout occured.
    100107task.targetCompletionDate=Target Completion Date
    101108task.targetCompletionDate.help=The date we would like the task to be completed by, set during scheduling.
    102109task.leadPerson=Lead Person
    103110task.leadPerson.help=The primay contact person.
     111task.status.resolved=Resolved.
     112task.status.resolved.help=Indicate that all faults and causes have been completely resolved and there is \
     113    no further work to be carried out.
     114task.status.unresolved=Unresolved.
     115task.status.unresolved.help=Indicate that this task requires further attention and there is further \
     116    work to be carried out.
    104117
    105118taskRecurringSchedule.nextTargetStartDate.mayNotBePast=Please select a start date that is not in the past.
     
    132145default.close.text=Close
    133146default.options.text=Options
     147default.none.text=None
    134148
    135149default.list.failure=Could not generate list for class {0}.
Note: See TracChangeset for help on using the changeset viewer.