Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spartacus
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11952/plugins/serendipity_event_spartacus
Modified Files:
serendipity_event_spartacus.php
Log Message:
Added german translation
Index: serendipity_event_spartacus.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spartacus/serendipity_event_spartacus.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- serendipity_event_spartacus.php 2 Jan 2005 15:27:22 -0000 1.2
+++ serendipity_event_spartacus.php 18 Jan 2005 11:49:30 -0000 1.3
@@ -10,6 +10,13 @@
***********/
switch ($serendipity['lang']) {
+ case 'de':
+ @define('PLUGIN_EVENT_SPARTACUS_NAME', 'Spartacus');
+ @define('PLUGIN_EVENT_SPARTACUS_DESC', '[S]erendipity [P]lugin [A]ccess [R]epository [T]ool [A]nd [C]ustomization/[U]nification [S]ystem - Installiert Plugins direkt aus dem Netz.');
+ @define('PLUGIN_EVENT_SPARTACUS_FETCH', 'Hier klicken um ein neues %s aus dem Netz zu installieren.');
+ @define('PLUGIN_EVENT_SPARTACUS_FETCHERROR', 'Die URL %s konnte nicht geöffnet werden. Möglicherweise existieren Server- oder Netzwerkprobleme.');
+ @define('PLUGIN_EVENT_SPARTACUS_FETCHING', 'Versuche URL %s zu öffnen...');
+ break;
case 'en':
default:
@define('PLUGIN_EVENT_SPARTACUS_NAME', 'Spartacus');
|