zentaoipd.php 1.6 KB

1234567891011121314151617181920212223242526272829
  1. <?php
  2. $lang->custom->epic->fields['epicGrade'] = 'Epic Grade';
  3. $lang->custom->epic->fields['gradeRule'] = 'Grade Rule';
  4. $lang->custom->requirement->fields['requirementGrade'] = 'Requirement Grade';
  5. $lang->custom->requirement->fields['gradeRule'] = 'Grade Rule';
  6. $lang->custom->story->fields['storyGrade'] = 'Story Grade';
  7. $lang->custom->story->fields['gradeRule'] = 'Grade Rule';
  8. $lang->custom->gradeStatusList['enable'] = 'Enable';
  9. $lang->custom->gradeStatusList['disable'] = 'Disable';
  10. $lang->custom->epicGrade = "{$lang->ERCommon} Grade Setting";
  11. $lang->custom->requirementGrade = "{$lang->URCommon} Grade Setting";
  12. $lang->custom->storyGrade = "{$lang->SRCommon} Grade Setting";
  13. $lang->custom->closeGrade = 'Close Story Grade';
  14. $lang->custom->activateGrade = 'Activate Story Grade';
  15. $lang->custom->deleteGrade = 'Delete Story Grade';
  16. $lang->custom->notice->closeGrade = "After closing, the grade cannot be used to create new stories.";
  17. $lang->custom->notice->activateGrade = "After activating, the grade can be used to create new stories.";
  18. $lang->custom->notice->gradeNotEmpty = 'There are stories in this grade, and it cannot be deleted!';
  19. $lang->custom->notice->deleteGrade = 'Are you sure you want to delete this grade?';
  20. $lang->custom->charterFiles['1']['type'] = 'roadmap';
  21. $lang->custom->charter->tips->type = 'The project level affects its scale and complexity. Roadsigns are usually used as medium - to long-term plans for strategic and business objectives, while plans serve as arrangements for recent product development. The different project levels and planning methods determine the materials required for project initiation.';