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

oc.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5ced8d88189d60afbb7eac670421fa4b56a8b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
OC.L10N.register(
    "groupfolders",
    {
    "Read" : "Legit",
    "Create" : "Crear",
    "Delete" : "Suprimir",
    "Share" : "Partejar",
    "You" : "Vos",
    "Group" : "Grop",
    "Add group" : "Apondre grop",
    "Folder name" : "Nom del dorsièr",
    "Groups" : "Gropes",
    "Quota" : "Quota"
},
"nplurals=2; plural=(n > 1);");