2023-05-16 10:50:42 +08:00

20 lines
871 B
PHP

<?php
$lang->story->importCase = "Import {$lang->SRCommon}";
$lang->story->import = 'Import';
$lang->story->exportTemplate = 'Export template';
$lang->story->showImport = 'Show the imported';
$lang->story->importNotice = 'Please export the template first, and enter your data into the template. Then import it.';
$lang->story->noRequire = 'Row %s has“%s ”which is a required field and it should not be blank.';
$lang->story->new = 'New';
$lang->story->num = "{$lang->SRCommon} Rows";
$lang->requirement->importCase = "Import {$lang->URCommon}";
$lang->requirement->exportTemplate = 'Export template';
$lang->excel->help = new stdclass();
$lang->excel->help->story = "When add {$lang->SRCommon}, 'Title' is required field. If not, the data will be ignored during import.";
$this->lang->excel->emptyFileName = 'You need a file!';