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

mk.js « l10n - github.com/nextcloud/theming_customcss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2b159d60df8cafd37e88b2822307ede84a0c0e33 (plain)
1
2
3
4
5
6
7
8
OC.L10N.register(
    "theming_customcss",
    {
    "Saved" : "Зачувано",
    "Error" : "Грешка",
    "Save" : "Зачувај"
},
"nplurals=2; plural=(n % 10 == 1 && n % 100 != 11) ? 0 : 1;");