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

mk.js « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: eadb14aba45f9822fc25b6d6d29975c33c17ba78 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "comments",
    {
    "Cancel" : "Откажи",
    "Save" : "Сними",
    "Comment" : "Коментар",
    "%1$s commented" : "%1$s коментиран"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");