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

es.js « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7cc67ce194508aca76635e2e717c9899aad486f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
OC.L10N.register(
    "files_trashbin",
    {
    "Couldn't delete %s permanently" : "No se puede eliminar %s permanentemente",
    "Couldn't restore %s" : "No se puede restaurar %s",
    "Deleted files" : "Archivos eliminados",
    "Restore" : "Recuperar",
    "Delete" : "Eliminar",
    "Delete permanently" : "Eliminar permanentemente",
    "Error" : "Error",
    "This operation is forbidden" : "Esta operación está prohibida",
    "This directory is unavailable, please check the logs or contact the administrator" : "Esta carpeta no está disponible, por favor verifique los registros o contáctese con el administrador",
    "restored" : "recuperado",
    "No deleted files" : "No hay ningún archivo eliminado",
    "You will be able to recover deleted files from here" : "Desde aquí se podrán recuperar archivos eliminados",
    "No entries found in this folder" : "No hay entradas en esta carpeta",
    "Select all" : "Seleccionar todo",
    "Name" : "Nombre",
    "Deleted" : "Eliminado"
},
"nplurals=2; plural=(n != 1);");