Ignore:
Timestamp:
Apr 20, 2010, 3:56:08 PM (14 years ago)
Author:
gav
Message:

Refactor TaskSearchService and associated messages.

File:
1 edited

Legend:

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

    r490 r503  
    265265
    266266# TaskSearch Service
    267 task.search.text.my.todays=Today''s tasks for {0}.
    268 task.search.text.my.todays.none.found=No tasks found for {0} today.
    269 task.search.text.my.yesterdays=Yesterday''s tasks for {0}.
    270 task.search.text.my.yesterdays.none.found=No tasks found for {0} yesterday.
    271 task.search.text.my.tomorrows=Tomorrow''s tasks for {0}.
    272 task.search.text.my.tomorrows.none.found=No tasks found for {0} tomorrow.
    273 task.search.text.todays=Today's tasks.
    274 task.search.text.todays.none.found=No tasks found for today.
    275 task.search.text.yesterdays=Yesterday's tasks.
    276 task.search.text.yesterdays.none.found=No tasks found for yesterday.
    277 task.search.text.tomorrows=Tomorrow's tasks.
    278 task.search.text.tomorrows.none.found=No tasks found for tomorrow.
    279 task.search.text.past.week=Tasks in the past week.
    280 task.search.text.past.week.none.found=No tasks found in the past week.
    281 task.search.text.my.past.week=Tasks in the past week for {0}.
    282 task.search.text.my.past.week.none.found=No tasks found in the past week for {0}.
    283 task.search.text.budget.unplanned=Tasks with budget status of 'Unplanned', in the past week.
    284 task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned', in the past week.
    285 task.search.text.budget.planned=Tasks with budget status of 'Planned', in the past week.
    286 task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned', in the past week.
    287 task.search.text.planners.range=Planners Range - Tasks in the past week and two weeks ahead.
    288 task.search.text.planners.range.none.found=No tasks found in the past week or two weeks ahead.
     267task.search.text.all.tasks.message=All tasks for {0}.
     268task.search.text.all.tasks.none.found=No tasks found for {0}.
     269task.search.text.all.tasks.between.message=All tasks between {0} and {1}.
     270task.search.text.all.tasks.between.none.found=No tasks found between {0} and {1}.
     271
     272task.search.text.persons.tasks.message=Tasks for {0} on {1}.
     273task.search.text.persons.tasks.none.found=No tasks found for {0} on {1}.
     274task.search.text.persons.tasks.between.message=Tasks for {0} between {1} and {2}.
     275task.search.text.persons.tasks.between.none.found=No tasks found for {0} between {1} and {2}.
     276
     277task.search.text.my.todays=Today
     278task.search.text.my.todays.description=My tasks and approved tasks that I am assigned to.
     279task.search.text.my.yesterdays=Yesterday
     280task.search.text.my.tomorrows=Tomorrow
     281task.search.text.my.past.week=Past Week
     282task.search.text.todays=Today
     283task.search.text.todays.description=All tasks that are not in the trash bin.
     284task.search.text.yesterdays=Yesterday
     285task.search.text.tomorrows=Tomorrow
     286task.search.text.past.week=Past Week
     287task.search.text.budget.unplanned=Unplanned Tasks
     288task.search.text.budget.unplanned.message=Tasks with budget status of 'Unplanned' between {0} and {1}.
     289task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned' between {0} and {1}.
     290task.search.text.budget.planned=Planned Tasks
     291task.search.text.budget.planned.description=Task with budget status of Planned, in the past week.
     292task.search.text.budget.planned.message=Tasks with budget status of 'Planned' between {0} and {1}.
     293task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned' between {0} and {1}.
     294task.search.text.planners.range=Planners Range
     295task.search.text.planners.range.description=Tasks in the past week and two weeks ahead.
    289296task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
    290297task.search.text.work.done=Work Done
    291 task.search.text.work.done.none.found=No entries found for {0} on {1}.
    292298task.search.text.work.done.description=Work done by person and date.
    293299task.search.text.work.done.message=Work done by {0} on {1}.
     300task.search.text.work.done.none.found=No entries found for {0} on {1}.
    294301
    295302# InventoryItemSearch
Note: See TracChangeset for help on using the changeset viewer.