friendica-addons/tumblr/lang/sv/strings.php
Tobias Diekershoff 2789e880dc translation updates
AR, CS, DE, IT, PL, SV for various addons
2024-06-21 20:38:42 +02:00

9 lines
290 B
PHP

<?php
if(! function_exists("string_plural_select_sv")) {
function string_plural_select_sv($n){
$n = intval($n);
return intval($n != 1);
}}
$a->strings['Permission denied.'] = 'Åtkomst nekad.';
$a->strings['You are not authenticated to tumblr'] = 'Du är inte autentiserad till tumblr';