excel.php 606 B

12345678910
  1. <?php
  2. $lang->feedback->importCase = 'Import Feedback';
  3. $lang->feedback->import = 'Import';
  4. $lang->feedback->export = 'Export';
  5. $lang->feedback->exportTemplate = 'Export Template';
  6. $lang->feedback->showImport = 'Show the imported';
  7. $lang->feedback->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
  8. $lang->feedback->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
  9. $lang->feedback->new = 'New';
  10. $lang->feedback->noExcelData = 'The file is empty, please re-import!';