* Add language file.
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
<?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 = 'Total Estimation';
|
||||
$lang->workestimation->unitLaborCost = 'Unit Labour cost';
|
||||
$lang->workestimation->totalLaborCost = 'Estimated Labor Cost';
|
||||
$lang->workestimation->dayHour = 'Daily Man-hours';
|
||||
$lang->workestimation->hour = 'Man-hour';
|
||||
$lang->workestimation->consumed = 'Cost Man-hours';
|
||||
|
||||
$lang->workestimation->programScaleTip = "Actual scale of current project: <strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn btn-xs'> uses </span>";
|
||||
$lang->workestimation->tips = 'Estimate the duration of the project only after the estimate of the workload has been completed';
|
||||
|
||||
$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 = '';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 = 'Total Estimation';
|
||||
$lang->workestimation->unitLaborCost = 'Unit Labour cost';
|
||||
$lang->workestimation->totalLaborCost = 'Estimated Labor Cost';
|
||||
$lang->workestimation->dayHour = 'Daily Man-hours';
|
||||
$lang->workestimation->hour = 'Man-hour';
|
||||
$lang->workestimation->consumed = 'Cost Man-hours';
|
||||
|
||||
$lang->workestimation->programScaleTip = "Actual scale of current project: <strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn btn-xs'> uses </span>";
|
||||
$lang->workestimation->tips = 'Estimate the duration of the project only after the estimate of the workload has been completed';
|
||||
|
||||
$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 = '';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?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 = 'Total Estimation';
|
||||
$lang->workestimation->unitLaborCost = 'Unit Labour cost';
|
||||
$lang->workestimation->totalLaborCost = 'Estimated Labor Cost';
|
||||
$lang->workestimation->dayHour = 'Daily Man-hours';
|
||||
$lang->workestimation->hour = 'Man-hour';
|
||||
$lang->workestimation->consumed = 'Cost Man-hours';
|
||||
|
||||
$lang->workestimation->programScaleTip = "Actual scale of current project: <strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn btn-xs'> uses </span>";
|
||||
$lang->workestimation->tips = 'Estimate the duration of the project only after the estimate of the workload has been completed';
|
||||
|
||||
$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 = '';
|
||||
@@ -0,0 +1,22 @@
|
||||
<?php
|
||||
$lang->workestimation->common = '工作量估算';
|
||||
$lang->workestimation->budget = '估算';
|
||||
$lang->workestimation->index = '總覽';
|
||||
$lang->workestimation->scale = '規模';
|
||||
$lang->workestimation->productivity = '生產率';
|
||||
$lang->workestimation->duration = '估算總工時';
|
||||
$lang->workestimation->unitLaborCost = '單位人工成本';
|
||||
$lang->workestimation->totalLaborCost = '估算人工成本';
|
||||
$lang->workestimation->dayHour = '每日工時';
|
||||
$lang->workestimation->hour = '工時';
|
||||
$lang->workestimation->consumed = '已消耗工時';
|
||||
|
||||
$lang->workestimation->programScaleTip = "當前項目實際規模:<strong>%s{$lang->hourCommon}</strong> <a href='###' id='useScale' class='btn btn-xs'>使用</span>";
|
||||
$lang->workestimation->tips = '完成工作量估算後,才能進行工期估算';
|
||||
|
||||
$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 = '';
|
||||
Reference in New Issue
Block a user