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

es_AR.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cdbb1b60e1207bae1497bc0d717cd47a71b0d40d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
OC.L10N.register(
    "files_trashbin",
    {
    "Deleted files" : "Archivos borrados",
    "restored" : "recuperado",
    "Restore" : "Recuperar",
    "Delete permanently" : "Borrar permanentemente",
    "This operation is forbidden" : "Esta operación está prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Este directorio no está disponible, compruebe los registros o póngase en contacto con el administrador",
    "No deleted files" : "No hay archivos eliminados",
    "You will be able to recover deleted files from here" : "Podrás recuperar archivos eliminados desde aquí",
    "No entries found in this folder" : "No se encontraron entradas en esta carpeta",
    "Select all" : "Seleccionar todo",
    "Name" : "Nombre",
    "Deleted" : "Borrado",
    "Delete" : "Borrar"
},
"nplurals=2; plural=(n != 1);");