first
This commit is contained in:
9
lang/en/lang.php
Normal file
9
lang/en/lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <webmestre@parlenet.org>
|
||||
*
|
||||
* English language file
|
||||
*/
|
||||
|
||||
?>
|
12
lang/en/settings.php
Normal file
12
lang/en/settings.php
Normal 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';
|
||||
?>
|
9
lang/fr/lang.php
Normal file
9
lang/fr/lang.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <webmestre@parlenet.org>
|
||||
*
|
||||
* French language file
|
||||
*/
|
||||
|
||||
?>
|
12
lang/fr/settings.php
Normal file
12
lang/fr/settings.php
Normal file
@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/**
|
||||
* @license http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
|
||||
* @author Francois Merciol <webmestre@parlenet.org>
|
||||
*
|
||||
* French language file
|
||||
*/
|
||||
|
||||
// for the configuration manager
|
||||
$lang['dataDir'] = 'répertoire où sont placer les données';
|
||||
$lang['adecWattGroup'] = 'groupe de validation des propositions';
|
||||
?>
|
Reference in New Issue
Block a user