zentaomax.php 289 B

12345678
  1. <?php
  2. $lang->todo->typeList['review'] = '评审';
  3. $lang->todo->typeList['issue'] = '问题';
  4. $lang->todo->typeList['risk'] = '风险';
  5. $lang->todo->typeList['opportunity'] = '机会';
  6. $lang->todo->typeList['meeting'] = '会议';
  7. $lang->side->opportunity = '机会';