1<?php
2/**
3 * German language file
4 *
5 * If your language is not/only partially translated or you found an error/typo,
6 * have a look at the files belows "/plugin-blogtng/lang/<your lang>/". If they
7 * are not existing, copy and translate the English ones. And don't forget to
8 * send any new translation or fix to the BlogTNG authors (contact information
9 * can be found at <http://www.dokuwiki.org/plugin:blogtng>). Thanks :-).
10 *
11 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
12 */
13
14$lang['0comments']   = '%d Kommentare';
15$lang['1comments']   = '%d Kommentar';
16$lang['Xcomments']   = '%d Kommentare';
17$lang['readmore']    = 'Weiter lesen...';
18
19$lang['prev'] = '&lt; Neuere Beiträge';;
20$lang['next'] = 'Ältere Beiträge &gt;';
21
22$lang['title']  = 'Titel:';
23$lang['create'] = 'Anlegen';
24
25$lang['comment_mail']      = 'E-Mail';
26$lang['comment_name']      = 'Name';
27$lang['comment_web']       = 'Webseite';
28$lang['comment_preview']   = 'Vorschau';
29$lang['comment_submit']    = 'Kommentieren';
30$lang['comment_subscribe'] = 'Neue Kommentare abbonieren';
31
32$lang['err_notitle'] = 'Kein Beitragstitel angegeben!';
33