ipd.php 1.2 KB

123456789101112131415161718192021
  1. <?php
  2. $lang->story->BSA = 'BSA';
  3. $lang->story->duration = 'Duration';
  4. $lang->story->demandInfo = 'Demand Info';
  5. $lang->story->batchChangeRoadmap = 'Batch Change Roadmaps';
  6. $lang->story->submitedBy = 'Submited By';
  7. $lang->story->retractedBy = 'RetractedBy';
  8. $lang->story->retractedDate = 'RetractedDate';
  9. $lang->story->confirmDemandRetract = 'Confirm';
  10. $lang->story->confirmDemandUnlink = 'Confirm';
  11. $lang->story->confirmRetractTip = 'The requirements related to this %s have been closed due to the revocation distribution operation. Please be informed.';
  12. $lang->story->confirmUnlinkTip = 'Please be aware that the user requirements related to this %s have been cancelled.';
  13. $lang->requirement->batchChangeRoadmap = 'Batch Change Roadmap';
  14. $lang->requirement->title = 'Story Title';
  15. $lang->story->URChangeTip = 'Only launched and developing can be changed.';
  16. $lang->story->action->retractclosed = array('main' => '$date, Closed by <strong>$actor</strong> performing a retraction, due to the <strong>$extra</strong>。', 'extra' => 'reasonList');
  17. $lang->story->action->distributed = array('main' => '$date, Distributed by <strong>$actor</strong>, demand <strong>$extra</strong>。');