This commit is contained in:
2023-10-12 19:59:08 +02:00
parent 73682dee1b
commit 7cd7ed64c5
107 changed files with 37777 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 <dokuplugin@merciol.fr>
*
* English language file
*/
// for the configuration manager
$lang['allDep'] = "All departments (huge and slow code)";
$lang['selectedDeps'] = 'Selected departments (administrative division) comma separated (",")';
$lang['maxAutocomplete'] = 'max city list size';

12
lang/fr/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 <dokuplugin@merciol.fr>
*
* English language file
*/
// for the configuration manager
$lang['allDep'] = "Tous les départments (code lourd et lent)";
$lang['selectedDeps'] = 'Sélection de départments séparés par des virgules (",")';
$lang['maxAutocomplete'] = 'taille maximum de la liste de villes';