lite.php 1.2 KB

123456789101112131415161718192021222324
  1. <?php
  2. $lang->custom->executionCommon = 'Kanban';
  3. $lang->custom->closedExecution = 'Closed ' . $lang->custom->executionCommon;
  4. $lang->custom->notice->readOnlyOfExecution = "If Change Forbidden, any change on tasks, builds, efforts and stories of the closed {$lang->executionCommon} is also forbidden.";
  5. $lang->custom->moduleName['execution'] = $lang->custom->executionCommon;
  6. $lang->custom->task = new stdClass();
  7. $lang->custom->task->fields['required'] = $lang->custom->required;
  8. $lang->custom->task->fields['priList'] = 'Priority';
  9. $lang->custom->task->fields['typeList'] = 'Type';
  10. $lang->custom->story = new stdClass();
  11. $lang->custom->story->fields['required'] = $lang->custom->required;
  12. $lang->custom->story->fields['priList'] = 'Priority';
  13. $lang->custom->story->fields['reasonList'] = 'Close Reason';
  14. $lang->custom->story->fields['statusList'] = 'Status';
  15. $lang->custom->story->fields['reviewRules'] = 'Review Rules';
  16. $lang->custom->story->fields['reviewResultList'] = 'Review Result';
  17. $lang->custom->story->fields['review'] = 'Need Review';
  18. $lang->custom->execution = new stdclass();
  19. $lang->custom->system = array('required');