xref: /plugin/siteexport/lang/fr/settings.php (revision fb50d2415966ca2678b3169a9b6acf5168e31323)
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 * @author Florian TASSIN <florian.tassin@gmail.com>
9 */
10$lang['depth']                 = 'Profondeur d\'export par défaut';
11$lang['skipacl']               = 'Essayez d\'exporter des pages non-public';
12$lang['max_execution_time']    = 'Temps d\'exécution maximum pour un script';
13$lang['allowallusers']         = 'Autoriser tous les utilisateurs à exporter des pages';
14$lang['ignoreNon200']          = 'Ignorer les statuts HTTP autres que 200';
15$lang['debugFile']             = 'Fichier de débogage';
16$lang['debugLevel']            = 'Niveau de débogage';
17$lang['debugLevel_o_5']        = 'Aucun';
18$lang['debugLevel_o_4']        = 'Error';
19$lang['debugLevel_o_3']        = 'Warn';
20$lang['debugLevel_o_2']        = 'Info';
21$lang['debugLevel_o_1']        = 'Debug';
22