forked from friendica/friendica-addons
11 lines
601 B
PHP
11 lines
601 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["\"Blockem\" 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";
|