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

et_EE.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dd0708a53224f64a50ffc22725292bd839cb3248 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
OC.L10N.register(
    "groupfolders",
    {
    "Group folders" : "Grupikaustad",
    "Read" : "Lugemine",
    "Write" : "Kirjuta",
    "Create" : "Loo",
    "Delete" : "Kustuta",
    "Share" : "Jaga",
    "You" : "Sina",
    "Group" : "Grupp",
    "Folder name" : "Kausta nimi",
    "Groups" : "Grupid",
    "Quota" : "Kvoot"
},
"nplurals=2; plural=(n != 1);");