mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 19:38:49 +00:00
SV addon translation update THX Kristoffer Grundström
This commit is contained in:
parent
5a236d72b6
commit
631b456755
110 changed files with 3910 additions and 274 deletions
|
@ -1,4 +1,14 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Settings updated."] = "Inställningarna har uppdaterats.";
|
||||
$a->strings["Submit"] = "Spara";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Impressum'] = 'Intryck';
|
||||
$a->strings['Site Owner'] = 'Sidans ägare';
|
||||
$a->strings['Email Address'] = 'E-postadress';
|
||||
$a->strings['Postal Address'] = 'Postadress';
|
||||
$a->strings['How to contact the operator via snail mail. You can use BBCode here.'] = 'Hur man kontaktar operatören via snigelpost. Du kan använda BB-kod här.';
|
||||
$a->strings['Notes'] = 'Anteckningar';
|
||||
$a->strings['Footer note'] = 'Fotnotering';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue