Ignore:
Timestamp:
Nov 22, 2010, 10:33:51 AM (13 years ago)
Author:
gav
Message:

Dynamic task quick search feature.

File:
1 edited

Legend:

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

    r708 r713  
    374374#
    375375
     376task.search.include.completed=Incl. Completed
     377task.search.include.completed.help=Include completed tasks in the results.
     378
     379task.search.text.all.tasks=All Tasks
     380task.search.text.all.tasks.help=All tasks that are not in the trash. Tasks in the trash must be explicitly requested in the advanced search.
    376381task.search.text.all.tasks.message=All tasks for {0}.
    377382task.search.text.all.tasks.none.found=No tasks found for {0}.
     
    379384task.search.text.all.tasks.between.none.found=No tasks found between {0} and {1}.
    380385
     386task.search.text.budget.planned=Budget Planned
     387task.search.text.budget.planned.help=Tasks with a budget status of 'Planned'.
     388task.search.text.budget.planned.message=Tasks with a budget status of 'Planned' for {0}.
     389task.search.text.budget.planned.none.found=No tasks found with a budget status of 'Planned' for {0}.
     390task.search.text.budget.planned.between.message=Tasks with a budget status of 'Planned' between {0} and {1}.
     391task.search.text.budget.planned.between.none.found=No tasks found with a budget status of 'Planned' between {0} and {1}.
     392
     393task.search.text.budget.unplanned=Budget Unplanned
     394task.search.text.budget.unplanned.help=Tasks with a budget status of 'Unplanned'.
     395task.search.text.budget.unplanned.message=Tasks with a budget status of 'Unplanned' for {0}.
     396task.search.text.budget.unplanned.none.found=No tasks found with a budget status of 'Unplanned' for {0}.
     397task.search.text.budget.unplanned.between.message=Tasks with a budget status of 'Unplanned' between {0} and {1}.
     398task.search.text.budget.unplanned.between.none.found=No tasks found with a budget status of 'Unplanned' between {0} and {1}.
     399
     400task.search.text.persons.tasks=Person's Tasks
     401task.search.text.persons.tasks.help=Approved tasks that a person is assigned to.
    381402task.search.text.persons.tasks.message=Tasks for {0} on {1}.
    382403task.search.text.persons.tasks.none.found=No tasks found for {0} on {1}.
     
    386407task.search.text.my.todays=Today
    387408task.search.text.my.todays.description=My tasks and approved tasks that I am assigned to.
    388 task.search.text.my.yesterdays=Yesterday
    389 task.search.text.my.tomorrows=Tomorrow
    390 task.search.text.my.past.week=Past Week
    391 task.search.text.todays=Today
    392 task.search.text.todays.description=All tasks that are not in the trash bin.
    393 task.search.text.yesterdays=Yesterday
    394 task.search.text.tomorrows=Tomorrow
    395 task.search.text.past.week=Past Week
    396 task.search.text.budget.unplanned=Unplanned Tasks
    397 task.search.text.budget.unplanned.message=Tasks with budget status of 'Unplanned' between {0} and {1}.
    398 task.search.text.budget.unplanned.none.found=No tasks found with budget status of 'Unplanned' between {0} and {1}.
    399 task.search.text.budget.planned=Planned Tasks
    400 task.search.text.budget.planned.description=Task with budget status of Planned, in the past week.
    401 task.search.text.budget.planned.message=Tasks with budget status of 'Planned' between {0} and {1}.
    402 task.search.text.budget.planned.none.found=No tasks found with budget status of 'Planned' between {0} and {1}.
    403 task.search.text.planners.range=Planners Range
    404 task.search.text.planners.range.description=Tasks in the past week and two weeks ahead.
     409
     410task.search.text.persons.immediate.callouts=Person's Callouts
     411task.search.text.persons.immediate.callouts.help=Immediate callouts by person (lead person or created by).
     412task.search.text.persons.immediate.callouts.message=Immediate callouts for {0} on {1}.
     413task.search.text.persons.immediate.callouts.none.found=No immediate callouts found for {0} on {1}.
     414task.search.text.persons.immediate.callouts.between.message=Immediate callouts for {0} between {1} and {2}.
     415task.search.text.persons.immediate.callouts.between.none.found=No immediate callouts found for {0} between {1} and {2}.
     416
    405417task.search.calendar.text.too.many.results=Too many results, only {0} are shown.
    406418task.search.text.work.done=Work Done
Note: See TracChangeset for help on using the changeset viewer.