This commit is contained in:
2023-10-12 19:41:28 +02:00
parent 631b5464c8
commit bcb727f7ac
11 changed files with 543 additions and 0 deletions

12
lang/en/settings.php Normal file
View File

@ -0,0 +1,12 @@
<?php
/**
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
* @author Francois Merciol <webmestre@parlenet.org>
*
* English language file
*/
// for the configuration manager
$lang['dataDir'] = 'Directory for data';
$lang['adecWattGroup'] = 'performed validation group';
?>