]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/de/strings.php
Merge pull request #1240 from tobiasd/20220308-pl
[friendica-addons.git] / blockem / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         $n = intval($n);
6         return intval($n != 1);
7 }}
8 $a->strings['Hides user\'s content by collapsing posts. Also replaces their avatar with generic image.'] = 'Verbirgt Inhalte von Benutzern durch Zusammenklappen der Beiträge. Des Weiteren wird das Profilbild durch einen generischen Avatar ersetzt.';
9 $a->strings['Comma separated profile URLS:'] = 'Komma-separierte Liste von Profil-URLs';
10 $a->strings['Blockem'] = 'Blockem';
11 $a->strings['Filtered user: %s'] = 'Gefilterte Person: %s';
12 $a->strings['Unblock Author'] = 'Autor freischalten';
13 $a->strings['Block Author'] = 'Autor blockieren';