diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-10-07 00:12:21 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-10-07 00:12:21 +0000 |
commit | 4c47ec005f31e10b55af1bec277c6c0d011e4c28 (patch) | |
tree | 707cc2b16717731f6bd85beed2ada1a5293ea3c4 /apps/files_trashbin | |
parent | 7dd2212b2cdca3abf0b50e5940e8ff2a91d73f5d (diff) | |
download | nextcloud-server-4c47ec005f31e10b55af1bec277c6c0d011e4c28.tar.gz nextcloud-server-4c47ec005f31e10b55af1bec277c6c0d011e4c28.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r-- | apps/files_trashbin/l10n/es.js | 5 | ||||
-rw-r--r-- | apps/files_trashbin/l10n/es.json | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/files_trashbin/l10n/es.js b/apps/files_trashbin/l10n/es.js index f3a32417378..02125703b0d 100644 --- a/apps/files_trashbin/l10n/es.js +++ b/apps/files_trashbin/l10n/es.js @@ -4,7 +4,12 @@ OC.L10N.register( "Deleted files" : "Archivos eliminados", "Restore" : "Recuperar", "Delete" : "Eliminar", + "Error while restoring file from trashbin" : "Error al restaurar el archivo desde papelera", "Delete permanently" : "Eliminar permanentemente", + "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", "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 contacte con el administrador", "restored" : "recuperado", diff --git a/apps/files_trashbin/l10n/es.json b/apps/files_trashbin/l10n/es.json index 264aeeb0aca..f9bd213dba4 100644 --- a/apps/files_trashbin/l10n/es.json +++ b/apps/files_trashbin/l10n/es.json @@ -2,7 +2,12 @@ "Deleted files" : "Archivos eliminados", "Restore" : "Recuperar", "Delete" : "Eliminar", + "Error while restoring file from trashbin" : "Error al restaurar el archivo desde papelera", "Delete permanently" : "Eliminar permanentemente", + "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", "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 contacte con el administrador", "restored" : "recuperado", |