]> git.mxchange.org Git - friendica-addons.git/blob - communityhome/lang/de/strings.php
DE: added translations for the addons from transifex
[friendica-addons.git] / communityhome / lang / de / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_de")) {
4 function string_plural_select_de($n){
5         return ($n != 1);;
6 }}
7 ;
8 $a->strings["Login"] = "Anmeldung";
9 $a->strings["OpenID"] = "OpenID";
10 $a->strings["Latest users"] = "Letzte Benutzer";
11 $a->strings["Most active users"] = "Aktivste Nutzer";
12 $a->strings["Latest photos"] = "Neueste Fotos";
13 $a->strings["Contact Photos"] = "Kontaktbilder";
14 $a->strings["Profile Photos"] = "Profilbilder";
15 $a->strings["Latest likes"] = "Neueste Favoriten";
16 $a->strings["event"] = "Veranstaltung";
17 $a->strings["status"] = "Status";
18 $a->strings["photo"] = "Foto";
19 $a->strings["%1\$s likes %2\$s's %3\$s"] = "%1\$s mag %2\$s's %3\$s";
20 $a->strings["Welcome to %s"] = "Willkommen zu %s";