cmmi.php 1.1 KB

12345678910111213141516171819202122
  1. <?php
  2. $lang->reportList = new stdclass();
  3. $lang->reportList->program = new stdclass();
  4. $lang->reportList->program->lists[5] = $lang->projectCommon . 'Summary|report|projectsummary';
  5. $lang->reportList->program->lists[10] = $lang->projectCommon . 'Project Workload|report|projectworkload';
  6. $lang->report->projectSummary = $lang->projectCommon . 'Summary';
  7. $lang->report->projectWorkload = $lang->projectCommon . 'Project Workload';
  8. $lang->report->customeredReport = 'View Composite Template';
  9. $lang->report->viewReport = 'Preview Composite Template';
  10. $lang->report->instanceNew = 'Create Report';
  11. $lang->report->setName = 'Set Report Name';
  12. $lang->report->name = 'Report Name';
  13. $lang->report->history = 'Show History';
  14. $lang->report->titleList = array();
  15. $lang->report->titleList['staff'] = 'Number of participants';
  16. $lang->report->titleList['pv'] = 'Planned workload[Man Hour]';
  17. $lang->report->titleList['ev'] = 'Workload of' . $lang->projectCommon . 'team[Man Hour]';
  18. $lang->report->titleList['dv'] = 'Deviation of workload estimation';
  19. $lang->report->titleList['dvrate'] = 'Deviation rate of workload estimation';