Qual: Translate French comments to English ("niveau") (#37041)

Translate French comments to English (comments with "niveau")
This commit is contained in:
MDW
2026-01-31 20:28:26 +01:00
committed by GitHub
parent 1ac1cbf8de
commit e444abc3d1
7 changed files with 38 additions and 35 deletions

View File

@@ -3,7 +3,7 @@
* Copyright (C) 2003 Jean-Louis Bergamo <jlb@j1b.org>
* Copyright (C) 2004-2012 Laurent Destailleur <eldy@users.sourceforge.net>
* Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
* Copyright (C) 2024 MDW <mdeweerd@users.noreply.github.com>
* Copyright (C) 2024-2026 MDW <mdeweerd@users.noreply.github.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -246,7 +246,7 @@ class CSMSFile
dol_syslog("CSMSFile::sendfile: ".$this->error, LOG_WARNING);
}
error_reporting($errorlevel); // Reactive niveau erreur origine
error_reporting($errorlevel); // Restore original error reporting level
return $res;
}