mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-11 02:48:48 +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,3 +1,9 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Administrator"] = "Admin";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return intval($n != 1);
|
||||
}}
|
||||
$a->strings['Administrator'] = 'Administratör';
|
||||
$a->strings['Your Friendica account is about to expire.'] = 'Ditt Friendica-konto är på väg att sluta gälla.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue