Search found 2 matches

by zpage
Fri Dec 24, 2004 11:19 am
Forum: General discussions
Topic: removing a parse error from the front page
Replies: 16
Views: 12776

Er hat nun doch Funktioniert. Die PHP Tags werden nicht benötigt ... :)
by zpage
Thu Dec 23, 2004 10:07 pm
Forum: Plugins
Topic: Poll Plugin
Replies: 35
Views: 35773

Plguin in German

I've just translated the Plugin into german language. Here's the code:

<?php # $Id$

switch ($serendipity['lang']) {
case 'de':
default: {
@define('PLUGIN_POLLBOX_NAME', 'Poll Box');
@define('PLUGIN_POLLBOX_DESC', 'Ein Poll in der Sidebar erstellen.');
@define('PLUGIN_POLLBOX_NUMCHOICES ...