]> git.mxchange.org Git - friendica-addons.git/blobdiff - communityhome/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / communityhome / lang / de / strings.php
index 87489c6fdaf1c8cc9164d78fe32fbc9a69c88202..87b9bccfaaabbb02012e5b00b5ad2d7b55685078 100644 (file)
@@ -1,14 +1,20 @@
-<?php\r
-\r
-$a->strings["Login"] = "Anmeldung";\r
-$a->strings["OpenID"] = "OpenID";\r
-$a->strings["Latest users"] = "Letzte Benutzer";\r
-$a->strings["Most active users"] = "Aktivste Nutzer";\r
-$a->strings["Latest photos"] = "Neueste Fotos";\r
-$a->strings["Contact Photos"] = "Kontaktbilder";\r
-$a->strings["Profile Photos"] = "Profilbilder";\r
-$a->strings["Latest likes"] = "Neueste Favoriten";\r
-$a->strings["event"] = "Veranstaltung";\r
-$a->strings["status"] = "Status";\r
-$a->strings["photo"] = "Foto";\r
-$a->strings["Welcome to %s"] = "Willkommen zu %s";\r
+<?php
+
+if(! function_exists("string_plural_select_de")) {
+function string_plural_select_de($n){
+       return ($n != 1);;
+}}
+;
+$a->strings["Login"] = "Anmeldung";
+$a->strings["OpenID"] = "OpenID";
+$a->strings["Latest users"] = "Letzte Benutzer";
+$a->strings["Most active users"] = "Aktivste Nutzer";
+$a->strings["Latest photos"] = "Neueste Fotos";
+$a->strings["Contact Photos"] = "Kontaktbilder";
+$a->strings["Profile Photos"] = "Profilbilder";
+$a->strings["Latest likes"] = "Neueste Favoriten";
+$a->strings["event"] = "Veranstaltung";
+$a->strings["status"] = "Status";
+$a->strings["photo"] = "Foto";
+$a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
+$a->strings["Welcome to %s"] = "Willkommen zu %s";