gantt.php 1.1 KB

1234567891011121314
  1. <?php
  2. $lang->task->gantt = new stdclass();
  3. $lang->task->gantt->notice = new stdclass();
  4. $lang->task->gantt->notice->notSS = "Only when \"%s\" is started, this task can be started!";
  5. $lang->task->gantt->notice->notFS = "Only when \"%s\" is finished, this task can be started!";
  6. $lang->task->gantt->notice->notSF = "Only when \"%s\" is started, this task can be finished!";
  7. $lang->task->gantt->notice->notFF = "Only when \"%s\" is finished, this task can be finished!";
  8. $lang->task->unlinkRelationTip = new stdclass();
  9. $lang->task->unlinkRelationTip->cancel = "Tasks with established relationships cannot be canceled; the relationship must be removed before saving.";
  10. $lang->task->unlinkRelationTip->parent = "The parent task does not support creating task relationships. You must remove the parent task relationship before saving the current task.";
  11. $lang->task->unlinkRelationTip->split = "The parent task does not support creating task relationships. You must remove the parent task relationship before saving the child task.";
  12. $lang->task->unlink = 'Unlink';