mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
16 lines
958 B
JavaScript
16 lines
958 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"This application provides the profile" : "Denna app tillhandahåller profilen",
|
|
"Provides a customisable user profile interface." : "Tillhandahåller ett anpassningsbart gränssnitt för användarprofiler.",
|
|
"Edit Profile" : "Redigera profil",
|
|
"The headline and about sections will show up here" : "Rubriken och avsnitten \"om\" kommer att dyka upp här",
|
|
"You have not added any info yet" : "Du har inte angivit någon information ännu",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Kunde inte öppna användarstatus-rutan, försök att ladda om sidan",
|
|
"{user} has not added any info yet" : "{user} har inte angivit någon information ännu",
|
|
"Profile not found" : "Profil kunde inte hittas",
|
|
"The profile does not exist." : "Profilen existerar inte.",
|
|
"Back to %s" : "Tillbaka till %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|