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

ia.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4463ccd242fcc685a137ffcc80cea86cee108215 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
OC.L10N.register(
    "groupfolders",
    {
    "Create" : "Crear",
    "Delete" : "Deler",
    "Share" : "Compartir",
    "You" : "Tu",
    "Group" : "Gruppo",
    "Add group" : "Adder gruppo",
    "Folder name" : "Nomine de dossier",
    "Groups" : "Gruppos",
    "Quota" : "Quota"
},
"nplurals=2; plural=(n != 1);");