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

af.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6f083772937b21abf6cc9b7f6c3b59b457ff1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
OC.L10N.register(
    "files_retention",
    {
    "Create" : "Skep",
    "Days" : "Dae",
    "Delete" : "Skrap",
    "Yes" : "Ja",
    "No" : "Nee",
    "Open documentation" : "Open dokumentasie",
    "Time" : "Tyd",
    "after" : "na"
},
"nplurals=2; plural=(n != 1);");