]> git.mxchange.org Git - friendica-addons.git/blob - blockem/lang/de/strings.php
a11507bd4c759db089fb9865d03df33590b29492
[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\""] = "\"Blockem\"";
9 $a->strings["Comma separated profile URLS to block"] = "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)";
10 $a->strings["Save Settings"] = "Einstellungen speichern";
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";