or.php 291 B

1234567
  1. <?php
  2. $lang->todo->typeList = array();
  3. $lang->todo->typeList['custom'] = 'Custom';
  4. $lang->todo->typeList['demand'] = 'Demand';
  5. $lang->todo->typeList['requirement'] = $lang->URCommon;
  6. $lang->todo->typeList['task'] = 'Task';
  7. $lang->todo->typeList['feedback'] = 'Feedback';