xref: /plugin/siteexport/lang/fr/settings.php (revision 78b82c6e41327630546af1d823648308ea7b305d)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Alain Becker <alain@alain-becker.com>
7 * @author NICOLAS ORTH <nicolas.orth@gmail.com>
8 */
9$lang['depth']                 = 'Profondeur d\'export par défaut';
10$lang['skipacl']               = 'Essayez d\'exporter des pages non-public';
11$lang['debugLevel_o_5']        = 'Aucun';
12$lang['debugLevel_o_4']        = 'Error';
13$lang['debugLevel_o_3']        = 'Warn';
14$lang['debugLevel_o_2']        = 'Info';
15$lang['debugLevel_o_1']        = 'Debug';
16