aboutsummaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/nb.js
blob: daa377cf851f903b9ae179cd9936ba6548985fde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "profile",
    {
    "Profile" : "Profil",
    "You have not added any info yet" : "Du har ikke lagt inn noe informasjon ennå",
    "{user} has not added any info yet" : "{user} har ikke lagt inn noe informasjon ennå",
    "Error opening the user status modal, try hard refreshing the page" : "Feil ved åpning av bruker-status modal, prøv å laste inn siden på nytt med hard refresh",
    "Edit Profile" : "Endre profil",
    "The headline and about sections will show up here" : "Overskriften og om-seksjoner vil vises her",
    "Profile not found" : "Finner ikke profil",
    "The profile does not exist." : "Profilen finnes ikke",
    "Back to %s" : "Tilbake til %s"
},
"nplurals=2; plural=(n != 1);");