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: 25a327c41f7c6915024e27a85eb2cf804031c996 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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 permanently" : "Eliminar permanentemente",
    "Error" : "Error",
    "restored" : "recuperado",
    "Nothing in here. Your trash bin is empty!" : "No hay nada aquí. ¡Tu papelera esta vacía!",
    "Name" : "Nombre",
    "Deleted" : "Eliminado",
    "Delete" : "Eliminar"
},
"nplurals=2; plural=(n != 1);");