diff --git a/module/common/lang/en.php b/module/common/lang/en.php index 944841079c..64963dfeba 100644 --- a/module/common/lang/en.php +++ b/module/common/lang/en.php @@ -477,10 +477,14 @@ $lang->proVersion = "Imported data contains data that has already existed in system. Please confirm you actions on the date

Override New Insertion

"; +$lang->suhosinInfo = "Warning! Data is reaching the limit. Please change sohusin.post.max_vars and sohusin.request.max_vars (set larger %s value) in php.ini, then save and restart Apache or php-fpm, or some data will not be saved."; +$lang->maxVarsInfo = "Warning! Data is reaching the limit. Please change max_input_vars (set larger %s value) in php.ini, then save and restart Apache or php-fpm, or some data will not be saved."; +$lang->pasteTextInfo = "Paste text here. Each line will be the title of each record. "; +$lang->noticeImport = "Imported data contains data that has already existed in system. Please confirm you actions on the date."; +$lang->importConfirm = "Import Confirm"; +$lang->importAndCover = "Override"; +$lang->importAndInsert = "New Insertion"; + $lang->noResultsMatch = "No results match!"; $lang->searchMore = "More results:"; diff --git a/module/common/lang/zh-cn.php b/module/common/lang/zh-cn.php index 83d6fcd479..c185478339 100644 --- a/module/common/lang/zh-cn.php +++ b/module/common/lang/zh-cn.php @@ -477,10 +477,14 @@ $lang->proVersion = "导入数据中,含有已经存在系统的数据,请确认这些数据要覆盖或者全新插入

覆盖 全新插入

"; +$lang->suhosinInfo = "警告:数据太多,请在php.ini中修改sohusin.post.max_vars和sohusin.request.max_vars(大于%s的数)。 保存并重新启动apache或php-fpm,否则会造成部分数据无法保存。"; +$lang->maxVarsInfo = "警告:数据太多,请在php.ini中修改max_input_vars(大于%s的数)。 保存并重新启动apache或php-fpm,否则会造成部分数据无法保存。"; +$lang->pasteTextInfo = "粘贴文本到文本域中,每行文字作为一条数据的标题。"; +$lang->noticeImport = "导入数据中,含有已经存在系统的数据,请确认这些数据要覆盖或者全新插入。"; +$lang->importConfirm = "导入确认"; +$lang->importAndCover = "覆盖"; +$lang->importAndInsert = "全新插入"; + $lang->noResultsMatch = "没有匹配结果"; $lang->searchMore = "搜索此关键字的更多结果:"; diff --git a/module/common/view/noticeimport.html.php b/module/common/view/noticeimport.html.php index 5ab3e2a711..8cc2c058cf 100644 --- a/module/common/view/noticeimport.html.php +++ b/module/common/view/noticeimport.html.php @@ -1,28 +1,31 @@ -