1
0
Fork 0
dokuwiki-plugins-extra/plugins/55/dw2pdf/lang/fr/lang.php
Daniel Baumann 8e32b01eb0
Adding dw2pdf version 2023-11-25 (48253f1).
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-24 19:33:13 +01:00

20 lines
1.1 KiB
PHP

<?php
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
*
* @author Schplurtz le Déboulonné <Schplurtz@laposte.net>
* @author Hérisson grognon <dodoperso@laposte.net>
* @author Nicolas Friedli <nicolas@theologique.ch>
* @author tuxun <tuxuntrash@gmail.com>
* @author olinuxx/trebmuh <trebmuh@tuxfamily.org>
*/
$lang['export_pdf_button'] = 'Exporter en PDF';
$lang['needtitle'] = 'Veuillez choisir un titre.';
$lang['needns'] = 'Veuillez choisir une catégorie existante.';
$lang['notexist'] = 'La page demandée n\'existe pas.';
$lang['empty'] = 'Vous n\'avez encore sélectionné aucune page.';
$lang['tocheader'] = 'Table des matières';
$lang['export_ns'] = 'Exporter la catégorie « %s » dans le fichier %s.pdf.';
$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.';
$lang['missingbookcreator'] = 'Le greffon Bookcreator est désactivé ou n\'est pas installé.';