summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/sv/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/sv/lang.php')
-rw-r--r--platform/www/lib/plugins/blog/lang/sv/lang.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/platform/www/lib/plugins/blog/lang/sv/lang.php b/platform/www/lib/plugins/blog/lang/sv/lang.php
new file mode 100644
index 0000000..b6a4046
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/sv/lang.php
@@ -0,0 +1,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';