]> git.mxchange.org Git - friendica-addons.git/blobdiff - snautofollow/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / snautofollow / lang / de / strings.php
index 975c9d507558bf1f46b2b6e2edb71bfa57e3fb8e..83e99b856219681c409cce41a7aa88b6e2a95fe5 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["StatusNet AutoFollow settings updated."] = "StatusNet AutoFollow Einstellungen aktualisiert.";\r
-$a->strings["StatusNet AutoFollow Settings"] = "StatusNet AutoFollow Einstellungen";\r
-$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automatisch allen StatusNet Followern/Erwähnungen folgen";\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["StatusNet AutoFollow settings updated."] = "StatusNet AutoFollow Einstellungen aktualisiert.";
+$a->strings["StatusNet AutoFollow"] = "StatusNet AutoFollow";
+$a->strings["Automatically follow any StatusNet followers/mentioners"] = "Automatisch allen StatusNet Followern/Erwähnungen folgen";
+$a->strings["Save Settings"] = "Einstellungen speichern";