Files
EasySoft-ZenTaoPMS/module/workestimation/lang/en.php
2020-08-25 17:25:42 +08:00

22 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
$lang->workestimation->common = 'Workload estimation';
$lang->workestimation->budget = 'Estimate';
$lang->workestimation->index = 'Overview';
$lang->workestimation->scale = 'Scale';
$lang->workestimation->productivity = 'Productivity';
$lang->workestimation->duration = 'Estimated total man-hour';
$lang->workestimation->unitLaborCost = 'Unit Labour cost';
$lang->workestimation->totalLaborCost = 'Estimate labor costs';
$lang->workestimation->dayHour = 'Daily working hours';
$lang->workestimation->hour = 'Man-hour';
$lang->workestimation->consumed = 'Man-hours consumed';
$lang->workestimation->programScaleTip = "Actual scale of current project<strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn btn-xs'>use</span>";
$lang->workestimation->placeholder = new stdclass();
$lang->workestimation->placeholder->scale = '';
$lang->workestimation->placeholder->productivity = '';
$lang->workestimation->placeholder->duration = '';
$lang->workestimation->placeholder->unitLaborCost = '';
$lang->workestimation->placeholder->totalLaborCost = '';