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

es_DO.js « l10n - github.com/nextcloud/groupfolders.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fc8aa8b85aadbd77f36fe65f92cfea716de4267f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
OC.L10N.register(
    "groupfolders",
    {
    "Group folders" : "Carpetas de grupo",
    "Read" : "Leer",
    "Write" : "Escribir",
    "Create" : "Crear",
    "Delete" : "Borrar",
    "Share" : "Compartir",
    "You" : "Tú",
    "Group" : "Grupo",
    "Delete \"{folderName}\"?" : "Borrar \"{folderName}\"?",
    "Folder name" : "Nombre de la carpeta",
    "Groups" : "Grupos",
    "Quota" : "Cuota"
},
"nplurals=2; plural=(n != 1);");