additional_plugins/serendipity_event_blogpdf/UTF-8/lang_nl.inc.php
Garvin Hicking ab02bb4af4 Remove $Id$
2011-12-25 10:07:20 +01:00

23 lines
861 B
PHP

<?php # $Id$
/**
* @version $Revision$
* @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');
?>