mirror of
https://github.com/nextcloud/server.git
synced 2025-02-14 12:59:20 +00:00
14 lines
733 B
JavaScript
14 lines
733 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"Edit Profile" : "Endre profil",
|
|
"The headline and about sections will show up here" : "Overskriften og om-seksjoner vil vises her",
|
|
"You have not added any info yet" : "Du 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",
|
|
"{user} has not added any info yet" : "{user} har ikke lagt inn noe informasjon ennå",
|
|
"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);");
|