]> git.mxchange.org Git - friendica-addons.git/blobdiff - superblock/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / superblock / lang / de / strings.php
index 132b68a2673f0889249f251c51276b733ad719e4..20c1a6bef8b6f943caa8fb54006a662a442f52a9 100644 (file)
@@ -1,10 +1,13 @@
-<?php\r
-\r
-$a->strings["\"Blockem\" Settings"] = "\"Blockem\"-Einstellungen";\r
-$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die blockiert werden sollen (durch Kommas getrennt)";\r
-$a->strings["Submit"] = "Senden";\r
-$a->strings["BLOCKEM Settings saved."] = "BLOCKEM-Einstellungen gesichert.";\r
-$a->strings["Blocked %s - Click to open/close"] = "%s blockiert - Zum Öffnen/Schließen klicken";\r
-$a->strings["Unblock Author"] = "Autor freischalten";\r
-$a->strings["Block Author"] = "Autor blockieren";\r
-$a->strings["blockem settings updated"] = "blockem Einstellungen aktualisiert";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["\"Superblock\" Settings"] = "\"Superblock\" Einstellungen";
+$a->strings["Comma separated profile URLS to block"] = "Profil-URLs, die geblockt werden sollen (durch Kommas getrennt)";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$a->strings["SUPERBLOCK Settings saved."] = "SUPERBLOCK Einstellungen gespeichert";
+$a->strings["Block Completely"] = "Komplett blockieren";
+$a->strings["superblock settings updated"] = "Superblock Einstellungen wurden aktualisiert";