DE: added translations for the addons from transifex
[friendica-addons.git] / randplace / lang / de / strings.php
index e2b2a7e2f82cbc7a149083c56c249534588f3a8d..29bec858270f3c6534ce1be307472d439d40d568 100644 (file)
@@ -1,5 +1,10 @@
-<?php\r
-\r
-$a->strings["Randplace Settings"] = "Randplace-Einstellungen";\r
-$a->strings["Enable Randplace Plugin"] = "Randplace-Plugin aktivieren";\r
-$a->strings["Submit"] = "Senden";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Randplace Settings"] = "Randplace-Einstellungen";
+$a->strings["Enable Randplace Plugin"] = "Randplace-Plugin aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";