1<?php 2 3/** 4 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 5 * 6 * @author Christer Nygren <wiki@fronet.fro.se> 7 * @author Tor Härnqvist <tor.harnqvist@gmail.com> 8 * @author Tor Härnqvist <tor@harnqvist.se> 9 */ 10$lang['blog'] = 'Blogg'; 11$lang['older'] = 'Äldre inlägg'; 12$lang['newer'] = 'Nyare inlägg'; 13$lang['newentry'] = 'Nytt inlägg:'; 14$lang['missing_includeplugin'] = 'Include-pluginet måste vara installerat för att bloggen ska fungera.'; 15$lang['missing_pagelistplugin'] = 'Pagelist-pluginet måste vara installerat för att arkivlistningar ska fungera.'; 16$lang['missing_tagplugin'] = 'Tagg-pluginet måste vara installerat för att använda tagg-funktionen.'; 17$lang['autoarchive'] = '%1$d inlägg i %2$s %3$s'; 18$lang['month_01'] = 'januari'; 19$lang['month_02'] = 'februari'; 20$lang['month_03'] = 'mars'; 21$lang['month_04'] = 'april'; 22$lang['month_05'] = 'maj'; 23$lang['month_06'] = 'juni'; 24$lang['month_07'] = 'juli'; 25$lang['month_08'] = 'augusti'; 26$lang['month_09'] = 'september'; 27$lang['month_10'] = 'oktober'; 28$lang['month_11'] = 'november'; 29$lang['month_12'] = 'december'; 30$lang['entries'] = 'Inlägg'; 31$lang['entry'] = 'Inlägg'; 32$lang['archive_title'] = 'Blogghistorik'; 33