mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
14 lines
793 B
JavaScript
14 lines
793 B
JavaScript
OC.L10N.register(
|
|
"profile",
|
|
{
|
|
"Profile" : "Profil",
|
|
"Edit Profile" : "Profil szerkesztése",
|
|
"The headline and about sections will show up here" : "A címsor és a névjegy szakaszok itt fognak megjelenni",
|
|
"You have not added any info yet" : "Még nem adott meg semmilyen információt",
|
|
"Error opening the user status modal, try hard refreshing the page" : "Hiba a felhasználói állapot párbeszédablak megnyitásakor, próbálja meg az oldal kényszerített újratöltését",
|
|
"{user} has not added any info yet" : "{user} még nem adott meg semmilyen információt",
|
|
"Profile not found" : "Nem található profil",
|
|
"The profile does not exist." : "A profil nem létezik.",
|
|
"Back to %s" : "Vissza ide: %s"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|