mirror of
https://github.com/nextcloud/server.git
synced 2026-06-24 12:24:39 +02:00
b6d0e19876
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
26 lines
1.4 KiB
JavaScript
26 lines
1.4 KiB
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"View profile" : "Visa profil",
|
|
"Profile picker" : "Profilväljare",
|
|
"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.",
|
|
"Searching …" : "Söker …",
|
|
"Not found" : "Hittades inte",
|
|
"Search for a user profile" : "Sök efter en användarprofil",
|
|
"Search for a user profile. Start typing" : "Sök efter en användarprofil. Börja skriva",
|
|
"Insert selected user profile link" : "Infoga vald länk till användarprofil",
|
|
"Insert" : "Infoga",
|
|
"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 or is unavailable." : "Profilen finns inte eller är inte tillgänglig.",
|
|
"Back to %s" : "Tillbaka till %s",
|
|
"The profile does not exist." : "Profilen finns inte."
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|