]> git.mxchange.org Git - friendica-addons.git/blobdiff - startpage/lang/de/strings.php
updating the addon translations, missed some files due missing git fu
[friendica-addons.git] / startpage / lang / de / strings.php
index 0a1ed34efc7a08f076803f826e05f36f6bfac922..618ed7d811f40f824882bd300a7cf66836e8b401 100644 (file)
@@ -1,6 +1,11 @@
-<?php\r
-\r
-$a->strings["Startpage Settings"] = "Startseiten-Einstellungen";\r
-$a->strings["Home page to load after login  - leave blank for profile wall"] = "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand";\r
-$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Beispiele: network, notifications/system";\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["Startpage"] = "Startseiten-Einstellungen";
+$a->strings["Home page to load after login  - leave blank for profile wall"] = "Seite, die nach dem Anmelden geladen werden soll. Leer = Pinnwand";
+$a->strings["Examples: &quot;network&quot; or &quot;notifications/system&quot;"] = "Beispiele: network, notifications/system";
+$a->strings["Save Settings"] = "Einstellungen speichern";