Search found 2 matches
- Fri Dec 24, 2004 11:19 am
- Forum: General discussions
- Topic: removing a parse error from the front page
- Replies: 16
- Views: 12776
- 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 ...
<?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 ...