diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es.js')
-rw-r--r-- | apps/files_trashbin/l10n/es.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apps/files_trashbin/l10n/es.js b/apps/files_trashbin/l10n/es.js index 07a49ccc6ef..67878264904 100644 --- a/apps/files_trashbin/l10n/es.js +++ b/apps/files_trashbin/l10n/es.js @@ -22,11 +22,6 @@ OC.L10N.register( "Name" : "Nombre", "Actions" : "Acciones", "Deleted" : "Eliminado", - "Delete" : "Eliminar", - "Error while restoring file from trashbin" : "Error al restaurar el archivo desde papelera", - "Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera", - "Error while restoring files from trashbin" : "Error al restaurar los archivos desde papelera", - "Error while emptying trashbin" : "Error al vaciar la papelera", - "Error while removing files from trashbin" : "Error al eliminar los archivos de la papelera" + "Delete" : "Eliminar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |