1<?php
2/**
3 * French settings translation for the authphpbb3 plugin.
4 *
5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 * @author  Eole <eole.dev@outlook.com>
7 */
8
9$lang['phpbb_root_path']    = 'Chemin relatif vers l\'installation phpBB.';
10$lang['phpbb_cache']        = 'Durée de vie du cache en nombre de jours (0 désactive le cache).';
11$lang['phpbb_inline_style'] = 'Si activé, l\'attribut style des éléments HTML dans le formulaire d\'authentification est utilisé.';
12