| 1234567891011121314151617181920212223242526272829303132333435 |
- <?php
- $lang->story->submit = 'Submit Review';
- $lang->story->reviewRange = 'Review Range';
- $lang->story->unlinkAB = 'Unlink';
- $lang->story->affectedStories = "Affected {$lang->story->story}";
- $lang->story->link = 'Link';
- $lang->story->design = 'Design';
- $lang->story->case = 'Test Cases';
- $lang->story->bug = 'Bug';
- $lang->story->repoFile = 'Code file';
- $lang->story->repoCommit = 'Code Commit';
- $lang->story->requirementStatus = "{$lang->URCommon} status";
- $lang->story->importToLib = 'Import to lib';
- $lang->story->batchImportToLib = 'Batch improt to lib';
- $lang->story->lib = 'Story lib';
- $lang->story->approver = 'Approver';
- $lang->story->noCheckedItem = 'No records have been selected!';
- $lang->story->isExist = 'This story is already added in the Story Lib. Please do not add it again.';
- $lang->story->import = 'Import';
- $lang->story->createDesign = 'Design';
- $lang->story->meeting = 'Meeting';
- $lang->story->researchreport = 'Research Report';
- $lang->story->category = 'Category';
- $lang->story->categoryList[''] = '';
- $lang->story->categoryList['performance'] = 'Performance';
- $lang->story->categoryList['interface'] = 'API';
- unset($lang->story->sourceList['other']);
- $lang->story->sourceList['meeting'] = 'Meeting';
- $lang->story->sourceList['researchreport'] = 'Research Report';
- $lang->story->sourceList['other'] = 'Other';
- $lang->story->action->importfromstorylib = array('main' => '$date, imported by <strong>$actor</strong> from <strong>$extra</strong>.');
|