2017-06-02 00:21:32 +00:00

17 lines
927 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"richdocuments",
{
"Save" : "Сачувај",
"Edit" : "Уреди",
"Could not create file" : "Не могу да створим фајл",
"Can't create document" : "Не могу да направим документ",
"Saved" : "Сачувано",
"Apply" : "Примени",
"Wrong password. Please retry." : "Погрешна лозинка. Покушајте поново.",
"Password" : "Лозинка",
"OK" : "У реду",
"Guest %s" : "Гост %s",
"This link has been expired or is never existed. Please contact the person who shared it with you for details." : "Овај линк је истекао или није ни постојао. Контактирајте особу која ју је поделила са вама."
},
"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);");