blob: c967f554e815f070f68327e640efa9cd9a098a67 (
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" : "Denna app tillhandahåller profilen",
"Provides a customisable user profile interface." : "Tillhandahåller ett anpassningsbart gränssnitt för användarprofiler.",
"You have not added any info yet" : "Du har inte angivit någon information ännu",
"{user} has not added any info yet" : "{user} 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",
"Edit Profile" : "Redigera profil",
"The headline and about sections will show up here" : "Rubriken och avsnitten \"om\" kommer att dyka upp här",
"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);");
|