demand.php 1.3 KB

1234567891011121314151617181920212223242526
  1. <?php
  2. $lang->custom->object['demand'] = 'demand';
  3. $lang->custom->object['charter'] = 'Charter';
  4. $lang->custom->charter->fields['charterList'] = 'Charter Files';
  5. $lang->custom->demand = new stdClass();
  6. $lang->custom->demand->fields['required'] = $lang->custom->required;
  7. $lang->custom->demand->fields['priList'] = 'Priority';
  8. $lang->custom->demand->fields['reasonList'] = 'Close Reason';
  9. $lang->custom->demand->fields['categoryList'] = 'Category';
  10. $lang->custom->demand->fields['statusList'] = 'Status';
  11. $lang->custom->demand->fields['stageList'] = 'Stage';
  12. $lang->custom->demand->fields['sourceList'] = 'Source';
  13. $lang->custom->demand->fields['durationList'] = 'Duration';
  14. $lang->custom->demand->fields['bsaList'] = 'BSA';
  15. $lang->custom->demand->fields['reviewRules'] = 'Review Rules';
  16. $lang->custom->demand->fields['reviewResultList'] = 'Review Result';
  17. $lang->custom->demand->fields['review'] = 'Need Review';
  18. $lang->custom->market = new stdclass();
  19. $lang->custom->market->fields['strategyList'] = 'Strategy';
  20. $lang->custom->market->fields['maturityList'] = 'Maturity';
  21. $lang->custom->market->fields['competitionList'] = 'Competition';
  22. $lang->custom->market->fields['speedList'] = 'Speed';
  23. $lang->custom->market->fields['ppmList'] = 'Priority';