1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Esther Brunner <wikidesign@gmail.com> 7 * @author Michael Hamann <michael@content-space.de> 8 */ 9$lang['blog'] = 'Blog'; 10$lang['older'] = 'Ältere Einträge'; 11$lang['newer'] = 'Neuere Einträge'; 12$lang['newentry'] = 'Neuer Blogeintrag:'; 13$lang['missing_includeplugin'] = 'Ohne das Include Plugin funktioniert das Blog nicht.'; 14$lang['missing_pagelistplugin'] = 'Ohne das Pagelist Plugin funktionieren Archivlisten nicht.'; 15$lang['missing_tagplugin'] = 'Um Tag-Verfeinerungen zu verwenden, muss das Tag Plugin installiert sein.'; 16$lang['autoarchive'] = '%1$d Beiträge für den %2$s %3$s'; 17$lang['month_01'] = 'Januar'; 18$lang['month_02'] = 'Februar'; 19$lang['month_03'] = 'März'; 20$lang['month_04'] = 'April'; 21$lang['month_05'] = 'Mai'; 22$lang['month_06'] = 'Juni'; 23$lang['month_07'] = 'Juli'; 24$lang['month_08'] = 'August'; 25$lang['month_09'] = 'September'; 26$lang['month_10'] = 'Oktober'; 27$lang['month_11'] = 'November'; 28$lang['month_12'] = 'Dezember'; 29$lang['entries'] = 'Einträge'; 30$lang['entry'] = 'Eintrag'; 31$lang['archive_title'] = 'Blog-Archiv'; 32