1
0

language update by konus

This commit is contained in:
Garvin Hicking
2009-06-15 09:26:05 +00:00
parent 1924221ef6
commit 450ab08732
27 changed files with 390 additions and 96 deletions

View File

@ -1,5 +1,10 @@
<?php # $Id$
<?php # lang_de.inc.php 1.0 2009-06-03 10:01:36 VladaAjgl $
/**
* @version 1.0
* @author Konrad Bauckmeier <kontakt@dd4kids.de>
* @translated 2009/06/03
*/
@define('PLUGIN_COMMENTS_BLAHBLAH', 'Zeigt die letzten Kommentare');
@define('PLUGIN_COMMENTS_WORDWRAP', 'Zeilenumbruch');
@define('PLUGIN_COMMENTS_WORDWRAP_BLAHBLAH', 'Nach wievielen Buchstaben soll ein Zeilenumbruch eingefügt werden? (Standard: 30)');
@ -9,4 +14,7 @@
@define('PLUGIN_COMMENTS_MAXENTRIES_BLAHBLAH', 'Wieviele Kommentare sollen gezeigt werden? (Standard: 15)');
@define('PLUGIN_COMMENTS_ABOUT', '%s zu%s');
@define('PLUGIN_COMMENTS_ADDURL', 'Kommentatoren URL anzeigen bei');
@define('PLUGIN_COMMENTS_ADDURL', 'Kommentatoren URL anzeigen bei');
// Next lines were translated on 2009/06/03
@define('PLUGIN_COMMENTS_ANONYMOUS', 'anonym');