summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/sv/lang.php
blob: b6a4046d44867872dcb9266357d42c7c694588d8 (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
32
<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 *
 * @author Christer Nygren <wiki@fronet.fro.se>
 * @author Tor Härnqvist <tor.harnqvist@gmail.com>
 * @author Tor Härnqvist <tor@harnqvist.se>
 */
$lang['blog']                  = 'Blogg';
$lang['older']                 = 'Äldre inlägg';
$lang['newer']                 = 'Nyare inlägg';
$lang['newentry']              = 'Nytt inlägg:';
$lang['missing_includeplugin'] = 'Include-pluginet måste vara installerat för att bloggen ska fungera.';
$lang['missing_pagelistplugin'] = 'Pagelist-pluginet måste vara installerat för att arkivlistningar ska fungera.';
$lang['missing_tagplugin']     = 'Tagg-pluginet måste vara installerat för att använda tagg-funktionen.';
$lang['autoarchive']           = '%1$d inlägg i %2$s %3$s';
$lang['month_01']              = 'januari';
$lang['month_02']              = 'februari';
$lang['month_03']              = 'mars';
$lang['month_04']              = 'april';
$lang['month_05']              = 'maj';
$lang['month_06']              = 'juni';
$lang['month_07']              = 'juli';
$lang['month_08']              = 'augusti';
$lang['month_09']              = 'september';
$lang['month_10']              = 'oktober';
$lang['month_11']              = 'november';
$lang['month_12']              = 'december';
$lang['entries']               = 'Inlägg';
$lang['entry']                 = 'Inlägg';
$lang['archive_title']         = 'Blogghistorik';