<?php
/**
 * German language file
 *
 * If your language is not/only partially translated or you found an error/typo,
 * have a look at the files belows "/plugin-blogtng/lang/<your lang>/". If they
 * are not existing, copy and translate the English ones. And don't forget to
 * send any new translation or fix to the BlogTNG authors (contact information
 * can be found at <http://www.dokuwiki.org/plugin:blogtng>). Thanks :-).
 *
 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
 */

$lang['0comments']   = '%d Kommentare';
$lang['1comments']   = '%d Kommentar';
$lang['Xcomments']   = '%d Kommentare';
$lang['readmore']    = 'Weiter lesen...';

$lang['prev'] = '&lt; Neuere Beiträge';;
$lang['next'] = 'Ältere Beiträge &gt;';

$lang['title']  = 'Titel:';
$lang['create'] = 'Anlegen';

$lang['comment_mail']      = 'E-Mail';
$lang['comment_name']      = 'Name';
$lang['comment_web']       = 'Webseite';
$lang['comment_preview']   = 'Vorschau';
$lang['comment_submit']    = 'Kommentieren';
$lang['comment_subscribe'] = 'Neue Kommentare abbonieren';

$lang['err_notitle'] = 'Kein Beitragstitel angegeben!';
