1<?php
2/**
3 * @license    http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.html
4 * @author     Francois Merciol <dokuplugin@merciol.fr>
5 *
6 * English language file
7 */
8
9// for the configuration manager
10$lang['dataDir']		= 'directory where data are placed';
11$lang['recentDays']		= 'number of days the definition is considared new';
12$lang['adminGroup']		= 'group to managed proposition and definition';
13$lang['maxIP']			= 'maximum waitting proposition per IP adresse';
14$lang['propGroup']		= 'group without limite of proposition';
15$lang['transSep']		= 'separator that cause a return in translate list';
16$lang['propositionPage']	= 'page include proposition form (main glossary page)';
17$lang['sampleDelai']		= 'Cache time delay for sample (sec)';
18$lang['sampleDelai']		= 'Cache time delay for list (sec)';
19?>
20