Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mk.js « l10n - github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f85c761e4ff121b28789601007b93cb3a33b8b0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "richdocuments",
    {
    "Can't create document" : "Не можам да креирам документ",
    "Saved" : "Снимено",
    "Save" : "Сними",
    "Add to favorites" : "Додади во фаворити",
    "Could not create file" : "Не множам да креирам датотека",
    "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=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");