zentaomax.php 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <?php
  2. $lang->custom->estimate = 'Estimate';
  3. $lang->custom->estimateConfig = 'Config Estimate';
  4. $lang->custom->estimateUnit = 'Estimate Unit';
  5. $lang->custom->estimateEfficiency = 'Efficiency';
  6. $lang->custom->estimateCost = 'Unit labor cost';
  7. $lang->custom->estimateHours = 'Hours/day';
  8. $lang->custom->estimateDays = 'Days/week';
  9. $lang->custom->conceptOptions->estimateUnit = array();
  10. $lang->custom->conceptOptions->estimateUnit['0'] = 'Hour(H)';
  11. $lang->custom->conceptOptions->estimateUnit['1'] = 'Story Points(SP)';
  12. $lang->custom->conceptOptions->estimateUnit['2'] = 'Function Point(FP)';
  13. $lang->custom->baseline = new stdClass();
  14. $lang->custom->baseline->fields['objectList'] = 'Review Object';
  15. $lang->custom->issue = new stdClass();
  16. $lang->custom->issue->fields['typeList'] = 'Type';
  17. $lang->custom->issue->fields['severityList'] = 'Severity';
  18. $lang->custom->issue->fields['priList'] = 'Priority';
  19. $lang->custom->risk = new stdClass();
  20. $lang->custom->risk->fields['sourceList'] = 'Source';
  21. $lang->custom->risk->fields['categoryList'] = 'Category';
  22. $lang->custom->opportunity = new stdClass();
  23. $lang->custom->opportunity->fields['sourceList'] = 'Source';
  24. $lang->custom->opportunity->fields['typeList'] = 'Type';
  25. $lang->custom->nc = new stdClass();
  26. $lang->custom->nc->fields['typeList'] = 'Type';
  27. $lang->custom->nc->fields['severityList'] = 'Severity';
  28. $lang->custom->projectchange = new stdClass();
  29. $lang->custom->projectchange->fields['urgencyList'] = 'Urgency Level';
  30. $lang->custom->projectchange->fields['typeList'] = 'Change Type';
  31. $lang->custom->projectFeatures['issue'] = 'Issue';
  32. $lang->custom->projectFeatures['risk'] = 'Risk';
  33. $lang->custom->projectFeatures['opportunity'] = 'Opportunity';
  34. $lang->custom->projectFeatures['process'] = 'Process';
  35. $lang->custom->projectFeatures['auditplan'] = 'QA';
  36. $lang->custom->projectFeatures['meeting'] = 'Meeting';
  37. $lang->custom->projectFeatures['deliverable'] = 'Deliverable';
  38. $lang->custom->projectFeatures['review'] = 'Review';
  39. $lang->custom->projectFeatures['cm'] = 'Baseline';
  40. $lang->custom->projectFeatures['change'] = 'Change';
  41. $lang->custom->projectFeatures['measrecord'] = 'Measrecord';
  42. $lang->custom->projectFeatures['gapanalysis'] = 'Gapanalysis';
  43. $lang->custom->projectFeatures['researchplan'] = 'Researchplan';
  44. $lang->custom->bug->fields['injectionList'] = 'Injection Phase';
  45. $lang->custom->bug->fields['identifyList'] = 'Discovery Phase';