summaryrefslogtreecommitdiffstats
path: root/apps/encryption/l10n/mk.js
blob: c2f503a4495e628b8116d4a112ef38b82ae9a7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "encryption",
    {
    "Password successfully changed." : "Лозинката е успешно променета.",
    "Could not change the password. Maybe the old password was not correct." : "Лозинката не можеше да се промени. Можеби старата лозинка не беше исправна.",
    "Cheers!" : "Поздрав!",
    "Change Password" : "Смени лозинка",
    "Old log-in password" : "Старата лозинка за најавување",
    "Current log-in password" : "Тековната лозинка за најавување",
    "Enable password recovery:" : "Овозможи го обновувањето на лозинката:",
    "Enabled" : "Овозможен",
    "Disabled" : "Оневозможен"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");