25 lines
1.5 KiB
PHP
25 lines
1.5 KiB
PHP
<?php
|
|
$lang->durationestimation->index = 'Estimated lead time home';
|
|
$lang->durationestimation->create = 'Time estimate setting';
|
|
$lang->durationestimation->common = 'Estimation of project duration';
|
|
$lang->durationestimation->stage = 'Stage';
|
|
$lang->durationestimation->workloadRate = 'Workload share';
|
|
$lang->durationestimation->workload = 'Workload';
|
|
$lang->durationestimation->worktimeRate = 'Full-time rate';
|
|
$lang->durationestimation->people = 'Estimated number';
|
|
$lang->durationestimation->members = 'Number of people invested';
|
|
$lang->durationestimation->startDate = 'Start date';
|
|
$lang->durationestimation->endDate = 'End Date';
|
|
$lang->durationestimation->setting = 'Set Up';
|
|
|
|
$lang->durationestimation->setWorkestimation = "Please enter the estimated workload information first";
|
|
$lang->durationestimation->summary = "Project scale: <strong class='text-danger'> %s {$lang->hourCommon}</strong>, Estimate workload: <strong id='totalWorkload' class='text-danger'>0</strong>, Total number of participants: <strong id='totalStaff' class='text-danger'>0</strong>";
|
|
$lang->durationestimation->workloadError = "The sum of the workload must be 100%";
|
|
|
|
$lang->durationestimation->placeholder = new stdclass();
|
|
$lang->durationestimation->placeholder->scale = '';
|
|
$lang->durationestimation->placeholder->productivity = '';
|
|
$lang->durationestimation->placeholder->duration = '';
|
|
$lang->durationestimation->placeholder->unitLaborCost = '';
|
|
$lang->durationestimation->placeholder->totalLaborCost = '';
|