* adjust for task #42832.
This commit is contained in:
@@ -154,7 +154,7 @@ class file extends control
|
||||
}
|
||||
else
|
||||
{
|
||||
die($this->lang->file->fileNotFound);
|
||||
die("<html><head><meta charset='utf-8'></head><body>{$this->lang->file->fileNotFound}</body></html>");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -62,5 +62,5 @@ $lang->file->errorFileMove = " Upload fehlgeschlagen, die Datei konnte nicht
|
||||
$lang->file->dangerFile = " Die Datei wurde aus Sicherheitsgründen abgelehnt.";
|
||||
$lang->file->errorSuffix = 'Format ist falsch. Nur .zip Dateien!';
|
||||
$lang->file->errorExtract = 'Entpacken fehlgeschlagen. Die Datei ist vermutlich defekt.';
|
||||
$lang->file->fileNotFound = '<html><head><meta charset="utf-8"></head><body>The file was not found. The physical file might have been deleted!</body></html>';
|
||||
$lang->file->fileNotFound = 'The file was not found. The physical file might have been deleted!';
|
||||
$lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.';
|
||||
|
||||
@@ -62,5 +62,5 @@ $lang->file->errorFileMove = " Uploading failed. An error prompts when moving
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->fileNotFound = '<html><head><meta charset="utf-8"></head><body>The file was not found. The physical file might have been deleted!</body></html>';
|
||||
$lang->file->fileNotFound = 'The file was not found. The physical file might have been deleted!';
|
||||
$lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.';
|
||||
|
||||
@@ -62,5 +62,5 @@ $lang->file->errorFileMove = " Echec du chargement. Une erreur est survenue l
|
||||
$lang->file->dangerFile = " Le fichier n'a pas pu être chargé pour des raisons de sécurité.";
|
||||
$lang->file->errorSuffix = 'Format incorrect. Fichiers .zip SEULEMENT !';
|
||||
$lang->file->errorExtract = "Echec de l'extraction des fichiers. Les fichiers peuvent être endommagé ou il y a un fichier invalide dans le zip.";
|
||||
$lang->file->fileNotFound = '<html><head><meta charset="utf-8"></head><body>Fichier non trouvé. Le fichier physique a peut-être été supprimé par innadvertance !</body></html>';
|
||||
$lang->file->fileNotFound = 'Fichier non trouvé. Le fichier physique a peut-être été supprimé par innadvertance !';
|
||||
$lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.';
|
||||
|
||||
@@ -62,5 +62,5 @@ $lang->file->errorFileMove = " Uploading failed. An error prompts when moving
|
||||
$lang->file->dangerFile = " The file failed to be uploaded for security reasons.";
|
||||
$lang->file->errorSuffix = 'Format is incorrect. .zip files ONLY!';
|
||||
$lang->file->errorExtract = 'Extracting files failed. Files might be damaged or there might be invalid files in the zip package.';
|
||||
$lang->file->fileNotFound = '<html><head><meta charset="utf-8"></head><body>Tập tin was not found. The physical file might have been deleted!</body></html>';
|
||||
$lang->file->fileNotFound = 'Tập tin was not found. The physical file might have been deleted!';
|
||||
$lang->file->fileContentEmpty = 'The file is empty. Check the file and upload it again.';
|
||||
|
||||
@@ -62,5 +62,5 @@ $lang->file->errorFileMove = " 文件上传失败,移动文件时出错";
|
||||
$lang->file->dangerFile = " 您选择的文件存在安全风险,系统将不予上传。";
|
||||
$lang->file->errorSuffix = '压缩包格式错误,只能上传zip压缩包!';
|
||||
$lang->file->errorExtract = '解压缩失败!可能文件已经损坏,或压缩包里含有非法上传文件。';
|
||||
$lang->file->fileNotFound = '<html><head><meta charset="utf-8"></head><body>未找到该文件,可能物理文件已被删除!</body></html>';
|
||||
$lang->file->fileNotFound = '未找到该文件,可能物理文件已被删除!';
|
||||
$lang->file->fileContentEmpty = '上传文件内容为空,请检查后重新上传。';
|
||||
|
||||
Reference in New Issue
Block a user