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

es_CL.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 95dc1d196d9c292ba523b1d2d55d43816eb4bd64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Archivos borrados",
    "restored" : "restaurado",
    "Restore" : "Restaurar",
    "Delete permanently" : "Borrar permanentemente",
    "This operation is forbidden" : "Esta opración está prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, por favor verifica las bitácoras o contacta al administrador",
    "No deleted files" : "No hay archivos borrados",
    "You will be able to recover deleted files from here" : "Podrás recuperar archivos borrados desde aquí",
    "No entries found in this folder" : "No se encontraron elementos en esta carpeta",
    "Select all" : "Seleccionar todo",
    "Name" : "Nombre",
    "Actions" : "Acciones",
    "Deleted" : "Borrado",
    "Delete" : "Borrar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");