* Add en.php.

This commit is contained in:
qiyu-xie
2020-08-25 17:25:42 +08:00
parent 1b1ad2a384
commit 11b3c29bb2
3 changed files with 149 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<?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 = '';