diff --git a/module/project/lang/en.php b/module/project/lang/en.php index 825bbdafba..c2dc206de7 100644 --- a/module/project/lang/en.php +++ b/module/project/lang/en.php @@ -167,12 +167,12 @@ $lang->project->aboveAllProject = "All the above {$lang->projectCommon}"; $lang->project->selectProject = "Select {$lang->projectCommon}"; $lang->project->beginAndEnd = 'Time Frame'; $lang->project->lblStats = 'Man-Hour Report'; -$lang->project->stats = 'Available %s man-hour, Estimated total %s man-hour, Consumed %s man-hour, Estimated remained %s man-hour'; -$lang->project->taskSummary = " %s Tasks on this page, Pending %s Doing %s Total estimated %s man-hour, Consumed %s man-hour remained %s man-hour"; +$lang->project->stats = 'Available %s man-hour, %s man-hour Estimated, %s man-hour Consumed, %s man-hour.'; +$lang->project->taskSummary = " %s Tasks on this page, %s Wait, %s Doing. %s man-hour Estimated, %s man-hour Consumed, %s man-hour Remained."; $lang->project->memberHours = "%s has %s man-hour available "; -$lang->project->groupSummary = "%s Tasks in this group Pending %s Doing %s Total estimated %s man-hour, Consumed %s man-hour remained %s man-hour"; -$lang->project->groupSummaryAB = "Total Tasks%s, Wait %s, Doing %s.
Total estimated %s man-hour, Cosumed %s man-hour,Remained %s man-hour."; -$lang->project->noTimeSummary = " %s Tasks in this group Pending %s Doing %s"; +$lang->project->groupSummary = "%s Tasks in this group, Wait %s, Doing %s. %s man-hour Estimated , %s man-hour Consumed, %s man-hour Remained."; +$lang->project->groupSummaryAB = "Total Tasks %s, Wait %s, Doing %s.
%s man-hour Estimated, %s man-hour Consumed,%s man-hour Remained."; +$lang->project->noTimeSummary = " %s Tasks in this group, Wait %s, Doing %s."; $lang->project->wbs = "Decompose Task"; $lang->project->batchWBS = "Batch Decompose"; $lang->project->howToUpdateBurn = "Help";