xref: /plugin/dw2pdf/lang/fr/lang.php (revision afd92f7bbe62396a59924bb188655edcfe44b897)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Hérisson grognon <dodoperso@laposte.net>
7 * @author Schplurtz le Déboulonné <schplurtz@laposte.net>
8 * @author Nicolas Friedli <nicolas@theologique.ch>
9 * @author tuxun <tuxuntrash@gmail.com>
10 * @author olinuxx/trebmuh <trebmuh@tuxfamily.org>
11 */
12$lang['export_pdf_button']     = 'Exporter en PDF';
13$lang['needtitle']             = 'Veuillez choisir un titre.';
14$lang['needns']                = 'Veuillez choisir une catégorie existante.';
15$lang['notexist']              = 'La page demandée n\'existe pas.';
16$lang['empty']                 = 'Vous n\'avez encore sélectionné aucune page.';
17$lang['tocheader']             = 'Table des matières';
18$lang['export_ns']             = 'Exporter la catégorie  « %s » dans le fichier %s.pdf.';
19$lang['forbidden']             = 'Vous n\'avez pas accès à ces pages : %s.<br/><br/>Utilisez l\'option \'Sauter les pages interdites\' pour créer votre livre avec les pages disponibles.';
20