zentaomax.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. $lang->story->submit = 'Submit Review';
  3. $lang->story->reviewRange = 'Review Range';
  4. $lang->story->unlinkAB = 'Unlink';
  5. $lang->story->affectedStories = "Affected {$lang->story->story}";
  6. $lang->story->link = 'Link';
  7. $lang->story->design = 'Design';
  8. $lang->story->case = 'Test Cases';
  9. $lang->story->bug = 'Bug';
  10. $lang->story->repoFile = 'Code file';
  11. $lang->story->repoCommit = 'Code Commit';
  12. $lang->story->requirementStatus = "{$lang->URCommon} status";
  13. $lang->story->importToLib = 'Import to lib';
  14. $lang->story->batchImportToLib = 'Batch improt to lib';
  15. $lang->story->lib = 'Story lib';
  16. $lang->story->approver = 'Approver';
  17. $lang->story->noCheckedItem = 'No records have been selected!';
  18. $lang->story->isExist = 'This story is already added in the Story Lib. Please do not add it again.';
  19. $lang->story->import = 'Import';
  20. $lang->story->createDesign = 'Design';
  21. $lang->story->meeting = 'Meeting';
  22. $lang->story->researchreport = 'Research Report';
  23. $lang->story->category = 'Category';
  24. $lang->story->categoryList[''] = '';
  25. $lang->story->categoryList['performance'] = 'Performance';
  26. $lang->story->categoryList['interface'] = 'API';
  27. unset($lang->story->sourceList['other']);
  28. $lang->story->sourceList['meeting'] = 'Meeting';
  29. $lang->story->sourceList['researchreport'] = 'Research Report';
  30. $lang->story->sourceList['other'] = 'Other';
  31. $lang->story->action->importfromstorylib = array('main' => '$date, imported by <strong>$actor</strong> from <strong>$extra</strong>.');