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,5 +1,8 @@
<?php
$a->strings["Settings"] = "Inst&auml;llningar";
$a->strings["Submit"] = "Spara";
$a->strings["Settings updated."] = "Inst&auml;llningarna har uppdaterats.";
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Use the MathJax renderer'] = 'Använd renderaren MathJax';