13 lines
458 B
PHP
13 lines
458 B
PHP
<?php
|
|
/**
|
|
* French language file
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
* @author Olivier Humbert <trebmuh@tuxfamily.org>
|
|
*/
|
|
|
|
// for the configuration manager
|
|
$lang['excludedPages'] = 'Pages à exclure (insérer un regex)';
|
|
$lang['enableForAllTables'] = 'Active les tables de données (DataTables) pour toutes les tables "bien formatées"';
|
|
$lang['enableLocalization'] = 'Active la localisation automatique';
|