]> git.mxchange.org Git - friendica-addons.git/blob - forumlist/lang/sv/strings.php
Additional work for PR 3778
[friendica-addons.git] / forumlist / lang / sv / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_sv")) {
4 function string_plural_select_sv($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Forums"] = "Forum";
9 $a->strings["show/hide"] = "";
10 $a->strings["No forum subscriptions"] = "";
11 $a->strings["Forums:"] = "";
12 $a->strings["Forumlist settings updated."] = "";
13 $a->strings["Forumlist Settings"] = "";
14 $a->strings["Randomise forum list"] = "";
15 $a->strings["Show forums on profile page"] = "";
16 $a->strings["Show forums on network page"] = "";
17 $a->strings["Submit"] = "Spara";