]> git.mxchange.org Git - friendica-addons.git/blobdiff - blockem/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / blockem / lang / de / strings.php
index 132b68a2673f0889249f251c51276b733ad719e4..a11507bd4c759db089fb9865d03df33590b29492 100644 (file)
@@ -1,10 +1,15 @@
-<?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["\"Blockem\""] = "\"Blockem\"";
+$a->strings["Comma separated profile URLS to block"] = "Liste von Profil URLs die geblockt werden soll (durch Kommas getrennt)";
+$a->strings["Save Settings"] = "Einstellungen speichern";
+$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";