summaryrefslogtreecommitdiffstats
path: root/apps/profile/l10n/mk.js
blob: 9c0491200140b4255c04942a35655050296c4e31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "profile",
    {
    "Profile" : "Профил",
    "You have not added any info yet" : "Сè уште немате додадено никакви информации",
    "{user} has not added any info yet" : "{user} нема додадено никакви информации",
    "Edit Profile" : "Уреди профил",
    "The headline and about sections will show up here" : "Насловот и за секциите ќе се појават овде",
    "Profile not found" : "Профилот не е пронајден",
    "The profile does not exist." : "Профилот на постои",
    "Back to %s" : "Врати се на %s"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");