additional_plugins/alpha/serendipity_event_blogpdf/lang_fr.inc.php
Thomas Hochstein 8e062be58d Deprecate serendipity_event_blogpdf.
Closes s9y/Serendipity#605.

Signed-off-by: Thomas Hochstein <thh@inter.net>
2019-06-10 12:55:46 +02:00

23 lines
888 B
PHP

<?php #
/**
* @version
* @author Ronny Staquet <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_BLOGPDF_NAME', 'Exporter votre blog en PDF');
@define('PLUGIN_EVENT_BLOGPDF_DESC', 'Permet aux visiteurs de télécharger tout votre blog ou certains articles au format PDF');
@define('PLUGIN_EVENT_BLOGPDF_DOWNLOAD', 'Télécharger ce site en PDF');
@define('PLUGIN_EVENT_BLOGPDF_PAGE', 'Page');
@define('PLUGIN_EVENT_BLOGPDF_EXPORT', 'Blog Export');
@define('PLUGIN_EVENT_BLOGPDF_VIEW', 'Voir en PDF: ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_FULL', 'Tout le site');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_ENTRY', 'Cet article');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_CATEGORY', 'Catégorie %s');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_MONTH', 'Ce mois-ci');
@define('PLUGIN_EVENT_BLOGPDF_MISSING', 'Invalid plugin operator %s');
?>