excel.php 1001 B

123456789101112131415161718192021
  1. <?php
  2. $lang->story->importCase = "Import {$lang->SRCommon}";
  3. $lang->story->import = 'Import Excel';
  4. $lang->story->exportTemplate = 'Export Template';
  5. $lang->story->showImport = 'Show the imported';
  6. $lang->story->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
  7. $lang->story->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
  8. $lang->story->noData = 'The file data is empty, please import again!';
  9. $lang->story->new = 'New';
  10. $lang->story->level = 'Level';
  11. $lang->story->num = "{$lang->SRCommon} Rows";
  12. $lang->requirement->importCase = "Import {$lang->URCommon}";
  13. $lang->requirement->exportTemplate = 'Export Template';
  14. $lang->story->noLevelNotice = "When add story, %s is required field. If not, the data will be ignored during import.";
  15. $lang->story->twoLevelNotice = "There are only two levels of story.";
  16. $this->lang->excel->emptyFileName = 'You need a file!';