mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
Blockem SV translation update THX Bjoessi
This commit is contained in:
parent
8b65310882
commit
e30403c66c
2 changed files with 76 additions and 3 deletions
|
@ -1,3 +1,17 @@
|
|||
<?php
|
||||
|
||||
$a->strings["Submit"] = "Spara";
|
||||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_sv")) {
|
||||
function string_plural_select_sv($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["Blockem"] = "BLOCKEM";
|
||||
$a->strings["Hides user's content by collapsing posts. Also replaces their avatar with generic image."] = "Döljer användares inlägg genom sammanslagning nedåt. Användarens profilbild ersätts med en standardbild.";
|
||||
$a->strings["Comma separated profile URLS:"] = "Kommaseparerade profiladresser:";
|
||||
$a->strings["Save Settings"] = "Spara inställningar";
|
||||
$a->strings["BLOCKEM Settings saved."] = "BLOCKEM Inställningar sparade.";
|
||||
$a->strings["Filtered user: %s"] = "Filtrerat på användare:%s";
|
||||
$a->strings["Unblock Author"] = "Avblockera författare";
|
||||
$a->strings["Block Author"] = "Blockera författare";
|
||||
$a->strings["blockem settings updated"] = "BLOCKEM Inställningar uppdaterade";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue