about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/popularity/lang/sv/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/popularity/lang/sv/lang.php')
-rw-r--r--wiki/lib/plugins/popularity/lang/sv/lang.php20
1 files changed, 20 insertions, 0 deletions
diff --git a/wiki/lib/plugins/popularity/lang/sv/lang.php b/wiki/lib/plugins/popularity/lang/sv/lang.php
new file mode 100644
index 0000000..ffbb903
--- /dev/null
+++ b/wiki/lib/plugins/popularity/lang/sv/lang.php
@@ -0,0 +1,20 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Håkan Sandell <hakan.sandell@home.se>
+ * @author Dennis Karlsson
+ * @author Tormod Otter Johansson <tormod@latast.se>
+ * @author Pontus Bergendahl <pontus.bergendahl@gmail.com>
+ * @author Emil Lind <emil@sys.nu>
+ * @author Bogge Bogge <bogge@bogge.com>
+ * @author Peter Åström <eaustreum@gmail.com>
+ */
+$lang['name']                  = 'Popularitets-feedback (det kan ta en stund att ladda sidan)';
+$lang['submit']                = 'Sänd data';
+$lang['autosubmit']            = 'Skicka data automatiskt varje månad';
+$lang['submissionFailed']      = 'Datan kunde inte skickas för att:';
+$lang['submitDirectly']        = 'Du kan skicka datan manuellt genom att fylla i följande formulär.';
+$lang['autosubmitError']       = 'Senaste automatiska sändning av datan misslyckades för att:';
+$lang['lastSent']              = 'Datan har skickats';
f='#n129'>129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148