mirror of
https://github.com/nextcloud/server.git
synced 2025-02-07 09:59:46 +00:00
13 lines
751 B
JavaScript
13 lines
751 B
JavaScript
OC.L10N.register(
|
||
"profile",
|
||
{
|
||
"Profile" : "Профил",
|
||
"Edit Profile" : "Уреди профил",
|
||
"The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде",
|
||
"You have not added any info yet" : "Сè уште немате додадено никакви информации",
|
||
"{user} has not added any info yet" : "{user} нема додадено никакви информации",
|
||
"Profile not found" : "Профилот не е пронајден",
|
||
"The profile does not exist." : "Профилот на постои",
|
||
"Back to %s" : "Врати се на %s"
|
||
},
|
||
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");
|