additional_plugins/serendipity_event_blogpdf/lang_es.inc.php
2011-12-13 12:29:05 +01:00

15 lines
771 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 ');