]> git.mxchange.org Git - friendica-addons.git/blobdiff - startpage/lang/de/strings.php
regenerated all the strings
[friendica-addons.git] / startpage / lang / de / strings.php
index 0a1ed34efc7a08f076803f826e05f36f6bfac922..0c40a8f1d34072b980411420de6b46eb7b6dbfde 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){
+       $n = intval($n);
+       return intval($n != 1);
+}}
+$a->strings['Startpage'] = 'Startpage';
+$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';