mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-12 11:28:49 +00:00
regenerated all the strings
This commit is contained in:
parent
55986ad17d
commit
25ba6023d0
767 changed files with 7410 additions and 7962 deletions
|
@ -5,13 +5,12 @@ function string_plural_select_sv($n){
|
|||
$n = intval($n);
|
||||
return intval($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";
|
||||
$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