0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-12 03:59:16 +00:00
nextcloud_server/apps/profile/l10n/da.js
Nextcloud bot 4c6ecc6f15
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2025-01-24 00:21:11 +00:00

14 lines
715 B
JavaScript

OC.L10N.register(
"profile",
{
"Profile" : "Profil",
"Edit Profile" : "Rediger profil",
"The headline and about sections will show up here" : "Overskriften og om sektionerne vises her",
"You have not added any info yet" : "Du har ikke tilføjet nogen information endnu",
"Error opening the user status modal, try hard refreshing the page" : "Fejl ved åbning af brugerstatusmodal. Prøv at opdatere siden",
"{user} has not added any info yet" : "{user} har ikke tilføjet nogen oplysninger endnu",
"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);");