* Fix file lang file.

This commit is contained in:
Yagami
2019-03-22 13:20:40 +08:00
parent 955bbf3345
commit 6e932dcb2f
3 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -196,7 +196,7 @@ class file extends control
}
else
{
$this->app->triggerError("The file you visit $fileID not found.", __FILE__, __LINE__, true);
die($this->lang->file->fileNotFound);
}
}
+1
View File
@@ -56,3 +56,4 @@ $lang->file->dangerFile = " File has been rejected to upload for securi
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
$lang->file->errorExtract = 'Extracting file failed. File might be damaged or invalid files in the zip package.';
$lang->file->uploadImagesExplain = 'Note: upload .jpg, .jpeg, .gif, and .png images. The image name will be taken as the title of the story and the image as its content.';
$lang->file->fileNotFound = 'The file was not found, maybe the physical file has been deleted!';
+1
View File
@@ -56,3 +56,4 @@ $lang->file->dangerFile = " 您选择的文件存在安全风险,系
$lang->file->errorSuffix = '压缩包格式错误,只能上传zip压缩包!';
$lang->file->errorExtract = '解压缩失败!可能文件已经损坏,或压缩包里含有非法上传文件。';
$lang->file->uploadImagesExplain = '注:请上传"jpg, jpeg, gif, png"格式的图片,程序会以文件名作为标题,以图片作为内容。';
$lang->file->fileNotFound = '未找到该文件,可能物理文件已被删除!';