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

lb.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e765f70fb8e4f97f3a7146b6926231f8b4c1f79a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "groupfolders",
    {
    "Create" : "Erstellen",
    "Delete" : "Läschen",
    "Share" : "Deelen",
    "Group" : "Grupp",
    "Folder name" : "Dossiers Numm:",
    "Groups" : "Gruppen",
    "Quota" : "Quota"
},
"nplurals=2; plural=(n != 1);");