d3089c4d73168793c2bd6bcd4faa4801cc6cb2ec
[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         return ($n != 1);;
6 }}
7 ;
8 $a->strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";
9 $a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)";
10 $a->strings["Submit"] = "Senden";
11 $a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";
12 $a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";
13 $a->strings["Unblock Author"] = "Autor freischalten";
14 $a->strings["Block Author"] = "Autor blockieren";
15 $a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";