aboutsummaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/de_DE.js
blob: 535b9a32d57525dcf7e49669002dc008b8ea2fc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "profile",
    {
    "Profile" : "Profil",
    "This application provides the profile" : "Diese Anwendung liefert das Profil",
    "Provides a customisable user profile interface." : "Bietet eine anpassbare Benutzerprofilschnittstelle.",
    "You have not added any info yet" : "Sie haben noch keine Infos hinzugefügt",
    "{user} has not added any info yet" : "{user} hat noch keine Infos hinzugefügt",
    "Error opening the user status modal, try hard refreshing the page" : "Fehler beim Modal-öffnen des Benutzerstatus, versuchen Sie die Seite zu aktualisieren",
    "Edit Profile" : "Profil bearbeiten",
    "The headline and about sections will show up here" : "Die Überschrift und der Infobereich werden hier angezeigt",
    "Profile not found" : "Profil nicht gefunden",
    "The profile does not exist." : "Das Profil existiert nicht.",
    "Back to %s" : "Zurück zu %s"
},
"nplurals=2; plural=(n != 1);");