aboutsummaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/da.js
blob: cb3ddebb4d28f03c372ea737c9fc0ee433c91ff2 (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" : "Denne applikation leverer profilen",
    "Provides a customisable user profile interface." : "Leverer en brugerdefinerbar brugerprofil grænseflade.",
    "You have not added any info yet" : "Du har ikke tilføjet nogen information endnu",
    "{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
    "Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
    "Edit Profile" : "Rediger profil",
    "The headline and about sections will show up here" : "Overskriften og om sektionerne vises her",
    "Profile not found" : "Profil ikke fundet",
    "The profile does not exist." : "Profilen eksisterer ikke.",
    "Back to %s" : "Tilbage til %s"
},
"nplurals=2; plural=(n != 1);");