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

tzm.js « l10n « core - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e7a57a1ef8aa4b20cc28e5110c4f6bc24268e210 (plain)
1
2
3
4
5
6
OC.L10N.register(
    "core",
    {
    "_{count} file conflict_::_{count} file conflicts_" : ["",""]
},
"nplurals=2; plural=(n == 0 || n == 1 || (n > 10 && n < 100) ? 0 : 1;");