en.php 1.4 KB

12345678910111213141516171819202122
  1. <?php
  2. $lang->workestimation->common = 'Workload Estimation';
  3. $lang->workestimation->budget = 'Estimate';
  4. $lang->workestimation->index = 'Overview';
  5. $lang->workestimation->scale = 'Scale';
  6. $lang->workestimation->productivity = 'Productivity';
  7. $lang->workestimation->duration = 'Total Estimation';
  8. $lang->workestimation->unitLaborCost = 'Unit Labour cost';
  9. $lang->workestimation->totalLaborCost = 'Estimated Labor Cost';
  10. $lang->workestimation->dayHour = 'Daily Man-hours';
  11. $lang->workestimation->hour = 'Man-hour';
  12. $lang->workestimation->consumed = 'Cost Man-hours';
  13. $lang->workestimation->scaleTip = "Actual scale of current {$lang->projectCommon}: <strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn size-xs ml-2' data-on='click' data-call='updateScale'> uses </a>";
  14. $lang->workestimation->tips = 'Estimate the duration of the project only after the estimate of the workload has been completed. The default Estimate Unit, Unit labor cost, Hours/day, Days/week can be configured in <strong>Admin - Feature - Project - Estimate</strong>.';
  15. $lang->workestimation->placeholder = new stdclass();
  16. $lang->workestimation->placeholder->scale = '';
  17. $lang->workestimation->placeholder->productivity = '';
  18. $lang->workestimation->placeholder->duration = '';
  19. $lang->workestimation->placeholder->unitLaborCost = '';
  20. $lang->workestimation->placeholder->totalLaborCost = '';