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

et_EE.js « l10n - github.com/nextcloud/files_retention.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87846a4a48a1a1e5dfa9c0ca81a9d77726582c8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "files_retention",
    {
    "Create" : "Loo",
    "Not a number" : "Pole number",
    "Select tag…" : "Vali silt…",
    "Delete" : "Kustuta",
    "Yes" : "Jah",
    "No" : "Ei",
    "Open documentation" : "Ava dokumentatsioon",
    "after" : "pärast",
    "Time" : "Aeg"
},
"nplurals=2; plural=(n != 1);");