]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/sv/strings.php
regenerated all the strings
[friendica-addons.git] / blockem / lang / sv / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_sv")) {
4 function string_plural_select_sv($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Blockem'] = 'BLOCKEM';
9 $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.';
10 $a->strings['Comma separated profile URLS:'] = 'Kommaseparerade profiladresser:';
11 $a->strings['Save Settings'] = 'Spara inställningar';
12 $a->strings['BLOCKEM Settings saved.'] = 'BLOCKEM Inställningar sparade.';
13 $a->strings['Filtered user: %s'] = 'Filtrerat på användare:%s';
14 $a->strings['Unblock Author'] = 'Avblockera författare';
15 $a->strings['Block Author'] = 'Blockera författare';
16 $a->strings['blockem settings updated'] = 'BLOCKEM Inställningar uppdaterade';