Changeset 476 for trunk/grails-app/i18n


Ignore:
Timestamp:
Apr 7, 2010, 1:49:22 PM (14 years ago)
Author:
gav
Message:

Improve task search and calendar logic.
Move task quick search links to a template.
Set targetCompletionDate when creating task from calendar.
Remove task budget action and view, functionality moved to task search.
Customise calendar css.

File:
1 edited

Legend:

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

    r468 r476  
    161161assignedPerson.task.not.found=Please select a task and then ''Add Assigned Person''.
    162162
    163 default.close.text=Close
    164 default.options.text=Options
    165 default.none.text=None
    166 
    167163default.list.failure=Could not generate list for class {0}.
    168164default.not.found={0} {1} not found, it may have been deleted.
     
    196192
    197193default.paginate.prev=Previous
     194default.paginate.prev.abbrev=Prev
    198195default.paginate.next=Next
     196
     197default.close.text=Close
     198default.options.text=Options
     199default.none.text=None
    199200
    200201# Rich UI plugin - Calendar
     
    259260
    260261fp.property.text.inventoryItemPurchaseType.name=Type
     262
     263# TaskSearch Service
     264task.search.text.my.todays=Today''s tasks for {0}.
     265task.search.text.my.todays.none.found=No tasks found for {0} today.
     266task.search.text.my.yesterdays=Yesterday''s tasks for {0}.
     267task.search.text.my.yesterdays.none.found=No tasks found for {0} yesterday.
     268task.search.text.my.tomorrows=Tomorrow''s tasks for {0}.
     269task.search.text.my.tomorrows.none.found=No tasks found for {0} tomorrow.
     270task.search.text.todays=Today's tasks.
     271task.search.text.todays.none.found=No tasks found for today.
     272task.search.text.yesterdays=Yesterday's tasks.
     273task.search.text.yesterdays.none.found=No tasks found for yesterday.
     274task.search.text.tomorrows=Tomorrow's tasks.
     275task.search.text.tomorrows.none.found=No tasks found for tomorrow.
     276task.search.text.past.week=Tasks with 'Target Start Date' in the past week.
     277task.search.text.past.week.none.found=No tasks found with 'Target Start Date' in the past week.
     278task.search.text.my.past.week=Tasks with ''Target Start Date'' in the past week for {0}.
     279task.search.text.my.past.week.none.found=No tasks found with ''Target Start Date'' in the past week for {0}.
     280task.search.text.budget.unplanned=Tasks with budget status of 'unplanned', in the past week.
     281task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'unplanned', in the past week.
     282task.search.text.budget.planned=Tasks with budget status of 'planned', in the past week.
     283task.search.text.budget.planned.none.found=No tasks found with budget status of 'planned', in the past week.
     284task.search.text.planners.range=Planners Range - Tasks in the past week and two weeks ahead.
     285task.search.text.planners.range.none.found=No tasks found in the past week or two weeks ahead.
     286task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
Note: See TracChangeset for help on using the changeset viewer.