ipd.php 529 B

12345678
  1. <?php
  2. $lang->task->confirmDemandRetract = 'Confirm Retract';
  3. $lang->task->confirmDemandUnlink = 'Confirm';
  4. $lang->task->disabledTip = new stdClass();
  5. $lang->task->disabledTip->startTip = 'The current phase cannot start the task until the previous phase is closed!';
  6. $lang->task->disabledTip->finishTip = 'The current phase cannot finish the task until the previous phase is closed!';
  7. $lang->task->disabledTip->recordWorkhourTip = 'The current phase cannot record the task until the previous phase is closed!';