additional_plugins/alpha/serendipity_event_blogpdf/lang_en.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
824 B
PHP

<?php #
/**
* @version
* @author Translator Name <yourmail@example.com>
* EN-Revision: Revision of lang_en.inc.php
*/
@define('PLUGIN_EVENT_BLOGPDF_NAME', 'Export blog as PDF');
@define('PLUGIN_EVENT_BLOGPDF_DESC', 'Allows visitors to download your blog in the PDF format');
@define('PLUGIN_EVENT_BLOGPDF_DOWNLOAD', 'Download this blog as PDF!');
@define('PLUGIN_EVENT_BLOGPDF_PAGE', 'Page');
@define('PLUGIN_EVENT_BLOGPDF_EXPORT', 'Blog Export');
@define('PLUGIN_EVENT_BLOGPDF_VIEW', 'View as PDF: ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_FULL', 'Full blog');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_ENTRY', 'This entry');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_CATEGORY', 'Category %s');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_MONTH', 'This month');
@define('PLUGIN_EVENT_BLOGPDF_MISSING', 'Invalid plugin operator %s');
?>