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 Soren Birk <soer9648@eucl.dk> 8 */ 9$lang['blog'] = 'Blog'; 10$lang['older'] = 'Ældre indlæg'; 11$lang['newer'] = 'Nyere indlæg'; 12$lang['newentry'] = 'Nyt indlæg:'; 13$lang['missing_includeplugin'] = 'Include plugin skal være installeret for at bloggen virker.'; 14$lang['missing_pagelistplugin'] = 'Pagelist plugin skal være installeret for at arkivlister virker.'; 15$lang['missing_tagplugin'] = 'Tag plugin skal være installeret for at benytte denne funktion.'; 16$lang['autoarchive'] = '%1$d indlæg i %2$s %3$s'; 17$lang['month_01'] = 'januar'; 18$lang['month_02'] = 'februar'; 19$lang['month_03'] = 'marts'; 20$lang['month_04'] = 'april'; 21$lang['month_05'] = 'maj'; 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'] = 'december'; 29$lang['entries'] = 'indlæg'; 30$lang['entry'] = 'indlæg'; 31$lang['archive_title'] = 'Blog Arkiv'; 32