additional_plugins/alpha/serendipity_event_blogpdf/lang_nl.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
847 B
PHP

<?php #
/**
* @version
* @author Wilco Wietsma <wilco@line-movies.net>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_BLOGPDF_NAME', 'Exporteer blog als PDF.');
@define('PLUGIN_EVENT_BLOGPDF_DESC', 'Sta bezoekers toe je blog in PDF formaat te downloaden.');
@define('PLUGIN_EVENT_BLOGPDF_DOWNLOAD', 'Download deze blog in/als PDF!');
@define('PLUGIN_EVENT_BLOGPDF_PAGE', 'Pagina');
@define('PLUGIN_EVENT_BLOGPDF_EXPORT', 'Exporteer Blog');
@define('PLUGIN_EVENT_BLOGPDF_VIEW', 'Bekijk in PDF: ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_FULL', 'Volledige weblog');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_ENTRY', 'Dit Artikel');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_CATEGORY', 'Category %s');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_MONTH', 'Deze Maand');
@define('PLUGIN_EVENT_BLOGPDF_MISSING', 'Invalid plugin operator %s');
?>