summaryrefslogtreecommitdiff
path: root/platform/www/lib/plugins/blog/lang/sv
diff options
context:
space:
mode:
Diffstat (limited to 'platform/www/lib/plugins/blog/lang/sv')
-rw-r--r--platform/www/lib/plugins/blog/lang/sv/lang.php32
-rw-r--r--platform/www/lib/plugins/blog/lang/sv/settings.php29
2 files changed, 61 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';
diff --git a/platform/www/lib/plugins/blog/lang/sv/settings.php b/platform/www/lib/plugins/blog/lang/sv/settings.php
new file mode 100644
index 0000000..34e82cc
--- /dev/null
+++ b/platform/www/lib/plugins/blog/lang/sv/settings.php
@@ -0,0 +1,29 @@
+<?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 hib <hibratt@gmail.com>
+ */
+$lang['namespace'] = 'standard vy för blogg';
+$lang['formposition'] = 'nya formulärets position ';
+$lang['formposition_o_top'] = 'längst upp';
+$lang['formposition_o_bottom'] = 'längst ned';
+$lang['formposition_o_none'] = 'inget';
+$lang['newentrytitle'] = 'rubrik för nytt inläggsformulär';
+$lang['dateprefix'] = 'sätt datum före nytt inläggs-ID';
+$lang['sortkey'] = 'sortera inlägg efter:';
+$lang['sortkey_o_cdate'] = 'skapat datum';
+$lang['sortkey_o_mdate'] = 'ändringsdatum';
+$lang['sortkey_o_pagename'] = 'sidnamn';
+$lang['sortkey_o_id'] = 'sid-ID';
+$lang['sortkey_o_title'] = 'rubrik';
+$lang['sortorder'] = 'sorteringsordning';
+$lang['sortorder_o_ascending'] = 'stigande';
+$lang['sortorder_o_descending'] = 'fallande';
+$lang['excluded_pages'] = 'uteslut vissa sidor från blogglistan (regular expresstion krävs)';
+$lang['showhistogram'] = 'Visa histogram när arkivet skapas';
+$lang['max_months'] = 'Maximalt antal månader att visa i histogramet';
+$lang['histogram_height'] = 'Histogramets höjd (i pixlar)';