SV addon translation update THX Kristoffer Grundström

This commit is contained in:
Tobias Diekershoff 2022-01-22 18:50:50 +01:00
parent 5a236d72b6
commit 631b456755
110 changed files with 3910 additions and 274 deletions

View file

@ -1,4 +1,14 @@
<?php
$a->strings["Settings updated."] = "Inst&auml;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';