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

@ -0,0 +1,10 @@
<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Cat Avatar Settings'] = 'Inställningar för profilkatt';
$a->strings['Use Cat as Avatar'] = 'Använd katt som profilbild';
$a->strings['Reset to email Cat'] = 'Återställ till epost-katt';