excel.php 679 B

1234567891011121314
  1. <?php
  2. $lang->bug->importCase = 'Import Bug';
  3. $lang->bug->import = 'Import';
  4. $lang->bug->exportTemplate = 'Export Template';
  5. $lang->bug->showImport = 'Show the imported';
  6. $lang->bug->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
  7. $lang->bug->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
  8. $lang->bug->execStory = $lang->executionCommon . '/Story';
  9. $lang->bug->errorEmail = 'Row %s enter valid Email address.';
  10. $lang->bug->errorDeadline = 'The end date of line %s should be a legal date.';
  11. $lang->bug->new = 'New';
  12. $lang->bug->num = 'Bug Rows';