ipd.php 755 B

12345678910111213
  1. <?php
  2. $lang->execution->disabledTip = new stdClass();
  3. $lang->execution->disabledTip->startTip = 'After the "%s" finished,The "%s" can begin!';
  4. $lang->execution->disabledTip->taskStartTip = 'After the "%s" closed,The "%s" can start task!';
  5. $lang->execution->disabledTip->taskFinishTip = 'After the "%s" closed,The "%s" can finish task!';
  6. $lang->execution->disabledTip->taskRecordTip = 'After the "%s" closed,The "%s" can record task!';
  7. $lang->execution->disabledTip->closeTip = 'After current stage point passed, can close stage';
  8. $lang->execution->disabledTip->launchTip = 'The current stage has not started, Unable to close stage';
  9. $lang->execution->parentStage = 'Parent Stage';
  10. $lang->execution->parentNotEmpty = "Parent not empty.";