summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/de-informal/lang.php
blob: f4602eef3deb2a8565cd29a8ff3305d02e680cd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author     Esther Brunner <wikidesign@gmail.com>
 * @author     Michael Hamann <michael@content-space.de>
 */
$lang['blog']                  = 'Blog';
$lang['older']                 = 'Ältere Einträge';
$lang['newer']                 = 'Neuere Einträge';
$lang['newentry']              = 'Neuer Blogeintrag:';
$lang['missing_includeplugin'] = 'Ohne das Include Plugin funktioniert das Blog nicht.';
$lang['missing_pagelistplugin'] = 'Ohne das Pagelist Plugin funktionieren Archivlisten nicht.';
$lang['missing_tagplugin']     = 'Um Tag-Verfeinerungen zu verwenden, muss das Tag Plugin installiert sein.';
$lang['autoarchive']           = '%1$d Beiträge für den %2$s %3$s';
$lang['month_01']              = 'Januar';
$lang['month_02']              = 'Februar';
$lang['month_03']              = 'März';
$lang['month_04']              = 'April';
$lang['month_05']              = 'Mai';
$lang['month_06']              = 'Juni';
$lang['month_07']              = 'Juli';
$lang['month_08']              = 'August';
$lang['month_09']              = 'September';
$lang['month_10']              = 'Oktober';
$lang['month_11']              = 'November';
$lang['month_12']              = 'Dezember';
$lang['entries']               = 'Einträge';
$lang['entry']                 = 'Eintrag';
$lang['archive_title']         = 'Blog-Archiv';