22 lines
1.1 KiB
PHP
22 lines
1.1 KiB
PHP
<?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 = '';
|