translation (#34832)

This commit is contained in:
Frédéric FRANCE
2025-07-31 21:55:47 +02:00
committed by GitHub
parent 5d934fdcb3
commit 9b071a5153

View File

@@ -326,7 +326,7 @@ $fullpath_original_file_osencoded = dol_osencode($fullpath_original_file); // Ne
// This test if file exists should be useless. We keep it to find bug more easily
if (!file_exists($fullpath_original_file_osencoded)) {
dol_syslog("ErrorFileDoesNotExists: ".$fullpath_original_file);
print "ErrorFileDoesNotExists: ".dol_escape_htmltag($original_file);
print $langs->trans("ErrorFileDoesNotExists") . ' : ' . dol_escape_htmltag($original_file);
exit;
}