xref: /plugin/dw2pdf/lang/fr/lang.php (revision 82ffa8e80ba07dd1f6360ffbe92ca632b4c916ca)
1f136d0b1SSchplurtz le Déboulonné<?php
2f136d0b1SSchplurtz le Déboulonné
3f136d0b1SSchplurtz le Déboulonné/**
4f136d0b1SSchplurtz le Déboulonné * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5f136d0b1SSchplurtz le Déboulonné *
6*82ffa8e8SSchplurtz le Déboulonné * @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
7afd92f7bSHérisson grognon * @author Hérisson grognon <dodoperso@laposte.net>
81942caf1SNicolas Friedli * @author Nicolas Friedli <nicolas@theologique.ch>
97e527709Stuxun * @author tuxun <tuxuntrash@gmail.com>
1055ad15b8Solinuxx/trebmuh * @author olinuxx/trebmuh <trebmuh@tuxfamily.org>
11f136d0b1SSchplurtz le Déboulonné */
121942caf1SNicolas Friedli$lang['export_pdf_button']     = 'Exporter en PDF';
1364edf812SSchplurtz le Déboulonné$lang['needtitle']             = 'Veuillez choisir un titre.';
1464edf812SSchplurtz le Déboulonné$lang['needns']                = 'Veuillez choisir une catégorie existante.';
15afd92f7bSHérisson grognon$lang['notexist']              = 'La page demandée n\'existe pas.';
16afd92f7bSHérisson grognon$lang['empty']                 = 'Vous n\'avez encore sélectionné aucune page.';
1764edf812SSchplurtz le Déboulonné$lang['tocheader']             = 'Table des matières';
182927b87eSSchplurtz le Déboulonné$lang['export_ns']             = 'Exporter la catégorie  « %s » dans le fichier %s.pdf.';
19c3da8d45SSchplurtz le Déboulonné$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*82ffa8e8SSchplurtz le Déboulonné$lang['missingbookcreator']    = 'Le greffon Bookcreator est désactivé ou n\'est pas installé.';
21