custom->estimate = 'Estimate'; $lang->custom->estimateConfig = 'Config Estimate'; $lang->custom->estimateUnit = 'Estimate Unit'; $lang->custom->estimateEfficiency = 'Efficiency'; $lang->custom->estimateCost = 'Unit labor cost'; $lang->custom->estimateHours = 'Hours/day'; $lang->custom->estimateDays = 'Days/week'; $lang->custom->conceptOptions->estimateUnit = array(); $lang->custom->conceptOptions->estimateUnit['0'] = 'Hour(H)'; $lang->custom->conceptOptions->estimateUnit['1'] = 'Story Points(SP)'; $lang->custom->conceptOptions->estimateUnit['2'] = 'Function Point(FP)'; $lang->custom->baseline = new stdClass(); $lang->custom->baseline->fields['objectList'] = 'Object'; $lang->custom->issue = new stdClass(); $lang->custom->issue->fields['typeList'] = 'Type'; $lang->custom->issue->fields['severityList'] = 'Severity'; $lang->custom->issue->fields['priList'] = 'Priority'; $lang->custom->risk = new stdClass(); $lang->custom->risk->fields['sourceList'] = 'Source'; $lang->custom->risk->fields['categoryList'] = 'Category'; $lang->custom->opportunity = new stdClass(); $lang->custom->opportunity->fields['sourceList'] = 'Source'; $lang->custom->opportunity->fields['typeList'] = 'Type'; $lang->custom->nc = new stdClass(); $lang->custom->nc->fields['typeList'] = 'Type'; $lang->custom->nc->fields['severityList'] = 'Severity'; $lang->custom->approvalflow = new stdclass(); $lang->custom->approvalflow->fields['role'] = 'Role'; if(helper::hasFeature('waterfall') or helper::hasFeature('waterfallplus')) $lang->custom->approvalflow->fields['project'] = $lang->projectCommon; $lang->custom->approvalflow->fields['workflow'] = 'Workflow'; $lang->custom->scrum->common = 'Scrum-%s'; $lang->custom->scrum->features['issue'] = 'issues'; $lang->custom->scrum->features['risk'] = 'risks'; $lang->custom->scrum->features['opportunity'] = 'opportunities'; $lang->custom->scrum->features['process'] = 'processes'; $lang->custom->scrum->features['auditplan'] = 'QA'; $lang->custom->scrum->features['meeting'] = 'meetings'; $lang->custom->scrum->features['measrecord'] = 'measure';