]> git.mxchange.org Git - friendica-addons.git/blobdiff - fromgplus/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / fromgplus / lang / de / strings.php
index 7b501921e2502e44e91c4c101b1a0b5e72b9b7b8..50f938c52abcf87887d30d23139e22d094ba483c 100644 (file)
@@ -1,7 +1,12 @@
-<?php\r
-\r
-$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";\r
-$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";\r
-$a->strings["Google Account ID"] = "Google Account ID";\r
-$a->strings["Submit"] = "Senden";\r
-$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Google+ Import Settings"] = "Google+ Import Einstellungen";
+$a->strings["Enable Google+ Import"] = "Aktiviere Google+ Import";
+$a->strings["Google Account ID"] = "Google Account ID";
+$a->strings["Submit"] = "Senden";
+$a->strings["Google+ Import Settings saved."] = "Google+ Import Einstellungen gespeichert.";