mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28: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
10
catavatar/lang/sv/strings.php
Normal file
10
catavatar/lang/sv/strings.php
Normal 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';
|
Loading…
Add table
Add a link
Reference in a new issue