Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_blogpdf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26756
Modified Files:
serendipity_event_blogpdf.php
Log Message:
spanish translation update
Index: serendipity_event_blogpdf.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_blogpdf/serendipity_event_blogpdf.php,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- serendipity_event_blogpdf.php 9 Feb 2005 16:26:05 -0000 1.17
+++ serendipity_event_blogpdf.php 13 Feb 2005 12:49:56 -0000 1.18
@@ -30,8 +30,22 @@
@define('PLUGIN_EVENT_BLOGPDF_MISSING', 'Ungültiger Plugin-Modus %s');
break;
+ case 'es':
+ @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ía %s ');
+ @define('PLUGIN_EVENT_BLOGPDF_VIEW_MONTH', ' este mes ');
+ @define('PLUGIN_EVENT_BLOGPDF_MISSING', ' plugin de operacióinválido %s ');
+ break;
+
case 'en':
- case 'es':
default:
@define('PLUGIN_EVENT_BLOGPDF_NAME', 'Export blog as PDF');
@define('PLUGIN_EVENT_BLOGPDF_DESC', 'Allows visitors to download your blog in the PDF format');
|