X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=blockem%2Flang%2Fde%2Fstrings.php;h=109af368a21014ad1e3be476310fe1ef934f4e9b;hb=d527848dfceebb4a2c95621fbd76e4c91148bacb;hp=1bb10060448e2e0bdb2ece0ca675b96e96c231ae;hpb=887fcdbd3ec866d808afc4899a67915b8d5f2b19;p=friendica-addons.git diff --git a/blockem/lang/de/strings.php b/blockem/lang/de/strings.php index 1bb10060..109af368 100644 --- a/blockem/lang/de/strings.php +++ b/blockem/lang/de/strings.php @@ -1,10 +1,13 @@ -strings["__DQ__Blockem__DQ__ Settings"] = "\"Blockem\"-Einstellungen"; -$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)"; -$a->strings["Submit"] = "Senden"; -$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert."; -$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken"; -$a->strings["Unblock Author"] = "Autor freischalten"; -$a->strings["Block Author"] = "Autor blockieren"; -$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert"; +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.'; +$a->strings['Comma separated profile URLS:'] = 'Komma-separierte Liste von Profil-URLs'; +$a->strings['Blockem'] = 'Blockem'; +$a->strings['Filtered user: %s'] = 'Gefilterte Person: %s'; +$a->strings['Unblock Author'] = 'Autor freischalten'; +$a->strings['Block Author'] = 'Autor blockieren';