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

en_GB.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 350d779439565b21a47c3ea6ae373e3869abaf36 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
OC.L10N.register(
    "files_retention",
    {
    "Retention" : "Retention",
    "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents." : "Define if files tagged with a specific tag should be deleted automatically after some time. This is useful for confidential documents.",
    "Create" : "Create",
    "Days" : "Days",
    "Weeks" : "Weeks",
    "Months" : "Months",
    "Years" : "Years",
    "Creation" : "Creation",
    "Not a number" : "Not a number",
    "Select tag…" : "Select tag…",
    "Delete" : "Delete",
    "Yes" : "Yes",
    "No" : "No",
    "Error while deleting the retention rule" : "Error while deleting the retention rule",
    "File retention" : "File retention",
    "Open documentation" : "Open documentation",
    "after" : "after",
    "Tag" : "Tag",
    "Time" : "Time"
},
"nplurals=2; plural=(n != 1);");