excel.php 654 B

1234567891011
  1. <?php
  2. $lang->ticket->importCase = 'Import Ticket';
  3. $lang->ticket->import = 'Import';
  4. $lang->ticket->exportTemplate = 'Export Template';
  5. $lang->ticket->showImport = 'Show the imported';
  6. $lang->ticket->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
  7. $lang->ticket->noRequireLine = '『%s』which is a required field and it should not be blank.';
  8. $lang->ticket->new = 'New';
  9. $lang->ticket->exportData = 'Export Data';
  10. $lang->ticket->importReload = 'Sorry, data re-import is not supported';
  11. $lang->ticket->noExcelData = 'The file is empty, please re-import!';