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

gd.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7d9bbaab0833bf6ab74d5ffb6fe432bccd632f60 (plain)
1
2
3
4
5
6
7
8
9
OC.L10N.register(
    "files_retention",
    {
    "Create" : "Cruthaich",
    "Delete" : "Sguab às",
    "Yes" : "Tha",
    "No" : "Chan eil"
},
"nplurals=4; plural=(n==1 || n==11) ? 0 : (n==2 || n==12) ? 1 : (n > 2 && n < 20) ? 2 : 3;");