additional_plugins/alpha/serendipity_event_blogpdf/UTF-8/lang_es.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

15 lines
772 B
PHP

<?php
@define('PLUGIN_EVENT_BLOGPDF_NAME', ' Exportar el blog como pdf ');
@define('PLUGIN_EVENT_BLOGPDF_DESC', ' Exportar el blog completo como archivo pdf ');
@define('PLUGIN_EVENT_BLOGPDF_DOWNLOAD', ' Descarga este blog como pdf!');
@define('PLUGIN_EVENT_BLOGPDF_PAGE', ' página ');
@define('PLUGIN_EVENT_BLOGPDF_EXPORT', ' Exportar Blog ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW', ' Ver como pdf: ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_FULL', ' Blog completo ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_ENTRY', ' esta entrada ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_CATEGORY', ' categor&iacute;a %s ');
@define('PLUGIN_EVENT_BLOGPDF_VIEW_MONTH', ' este mes ');
@define('PLUGIN_EVENT_BLOGPDF_MISSING', ' plugin de operaci&oacute;inv&aacute;lido %s ');