]> git.mxchange.org Git - friendica-addons.git/blobdiff - numfriends/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / numfriends / lang / de / strings.php
index 56355e614170a963af1d386d006bbbfe32b4598d..cff5162323936de45910225401679b513d53a796 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";\r
-$a->strings["Numfriends Settings"] = "Numfriends Einstellungen";\r
-$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden";\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["Numfriends settings updated."] = "Numfriends Einstellungen aktualisiert";
+$a->strings["Numfriends Settings"] = "Numfriends Einstellungen";
+$a->strings["How many contacts to display on profile sidebar"] = "Wie viele Kontakte sollen in der Seitenleiste angezeigt werden";
+$a->strings["Save Settings"] = "Einstellungen speichern";