mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-10-13 02:13:01 +00:00
SV translation THX Jonatan Nyberg
This commit is contained in:
parent
1db595b266
commit
402b6e5c52
6 changed files with 175 additions and 8 deletions
|
@ -1,3 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Spara";
|
||||
<?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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue