]> git.mxchange.org Git - friendica-addons.git/blobdiff - forumlist/lang/sv/strings.php
SV translation THX Jonatan Nyberg
[friendica-addons.git] / forumlist / lang / sv / strings.php
index 3ec569a78dc638b7d197e37ef50bf08c525b56fa..f2fe884bb40f43645eaa0bdc866380cc95fc922e 100644 (file)
@@ -1,3 +1,17 @@
-<?php\r
-\r
-$a->strings["Submit"] = "Spara";\r
+<?php
+
+if(! function_exists("string_plural_select_sv")) {
+function string_plural_select_sv($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Forums"] = "Forum";
+$a->strings["show/hide"] = "";
+$a->strings["No forum subscriptions"] = "";
+$a->strings["Forums:"] = "";
+$a->strings["Forumlist settings updated."] = "";
+$a->strings["Forumlist Settings"] = "";
+$a->strings["Randomise forum list"] = "";
+$a->strings["Show forums on profile page"] = "";
+$a->strings["Show forums on network page"] = "";
+$a->strings["Submit"] = "Spara";