effort.php 1.1 KB

12345678910111213141516171819
  1. <?php
  2. $lang->execution->effort = 'Effort';
  3. $lang->execution->effortAction = "{$lang->execution->common} Effort";
  4. $lang->execution->taskEffort = 'Task Effort Table';
  5. $lang->execution->noStart = "{$lang->executionCommon} is started yet!";
  6. $lang->execution->computeTaskEffort = 'Update Task Effort';
  7. $lang->execution->featureBar['effortcalendar']['calendar'] = 'Calendar';
  8. $lang->execution->featureBar['effortcalendar']['all'] = 'All';
  9. $lang->execution->featureBar['effortcalendar']['today'] = 'Today';
  10. $lang->execution->featureBar['effortcalendar']['yesterday'] = 'Yesterday';
  11. $lang->execution->featureBar['effortcalendar']['thisweek'] = 'This Week';
  12. $lang->execution->featureBar['effortcalendar']['lastweek'] = 'Last Week';
  13. $lang->execution->featureBar['effortcalendar']['thismonth'] = 'This Month';
  14. $lang->execution->featureBar['effortcalendar']['lastmonth'] = 'Last Month';
  15. $lang->execution->beginAndEnd = 'Begin and End';
  16. $lang->execution->endMoreThanToday = 'End date cannot be greater than today';
  17. $lang->execution->beginMoreThanEnd = 'Begin date cannot be greater than end date';