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

af.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 332809db7346e26ffcafa2b7985729e5e49f37fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "groupfolders",
    {
    "Group folders" : "Groepvouers",
    "Create" : "Skep",
    "Delete" : "Skrap",
    "Share" : "Deel",
    "You" : "U",
    "Group" : "Groep",
    "Folder name" : "Vouernaam",
    "Groups" : "Groepe",
    "Quota" : "Kwota"
},
"nplurals=2; plural=(n != 1);");