diff options
Diffstat (limited to 'apps/files_trashbin/l10n/es_PE.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_PE.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files_trashbin/l10n/es_PE.js b/apps/files_trashbin/l10n/es_PE.js index 7d652267784..71059055def 100644 --- a/apps/files_trashbin/l10n/es_PE.js +++ b/apps/files_trashbin/l10n/es_PE.js @@ -5,7 +5,6 @@ OC.L10N.register( "restored" : "restaurado", "Restore" : "Restaurar", "Delete permanently" : "Borrar permanentemente", - "Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera", "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", @@ -15,6 +14,7 @@ OC.L10N.register( "Name" : "Nombre", "Actions" : "Acciones", "Deleted" : "Borrado", - "Delete" : "Borrar" + "Delete" : "Borrar", + "Error while removing file from trashbin" : "Error al eliminar el archivo de la papelera" }, "nplurals=2; plural=(n != 1);"); |