]> git.mxchange.org Git - friendica-addons.git/blobdiff - planets/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / planets / lang / de / strings.php
index 87c3672b4492199c0d62ef93e05ac7ba441eb912..7057fa3e456253d4858beb2b40ab704ddcf9d566 100644 (file)
@@ -1,5 +1,10 @@
-<?php\r
-\r
-$a->strings["Planets Settings"] = "Planeten Einstellungen";\r
-$a->strings["Enable Planets Plugin"] = "Aktiviere Planeten Plugin";\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["Planets Settings"] = "Planeten Einstellungen";
+$a->strings["Enable Planets Plugin"] = "Planeten-Plugin aktivieren";
+$a->strings["Save Settings"] = "Einstellungen speichern";