diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:26 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-09-29 00:12:26 +0000 |
commit | 7695f0285257fd7cf52467497210a410640e6448 (patch) | |
tree | 2627d58c01a4b5ae2d69e719cece35084eef88ca /apps/files_trashbin/l10n/es_HN.js | |
parent | 48d359ccb68d99df523d6fad4102ec8659154fe7 (diff) | |
download | nextcloud-server-7695f0285257fd7cf52467497210a410640e6448.tar.gz nextcloud-server-7695f0285257fd7cf52467497210a410640e6448.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_trashbin/l10n/es_HN.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_HN.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_trashbin/l10n/es_HN.js b/apps/files_trashbin/l10n/es_HN.js index 24cc0e4083e..0d05e67a4cc 100644 --- a/apps/files_trashbin/l10n/es_HN.js +++ b/apps/files_trashbin/l10n/es_HN.js @@ -1,13 +1,10 @@ OC.L10N.register( "files_trashbin", { - "Couldn't delete %s permanently" : "No fue posible eliminar %s permanentemente", - "Couldn't restore %s" : "No fue posible restaurar %s", "Deleted files" : "Archivos borrados", "Restore" : "Restaurar", "Delete" : "Borrar", "Delete permanently" : "Borrar permanentemente", - "Error" : "Error", "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", "restored" : "restaurado", @@ -16,6 +13,9 @@ OC.L10N.register( "No entries found in this folder" : "No se encontraron elementos en esta carpeta", "Select all" : "Seleccionar todo", "Name" : "Nombre", - "Deleted" : "Borrado" + "Deleted" : "Borrado", + "Couldn't delete %s permanently" : "No fue posible eliminar %s permanentemente", + "Couldn't restore %s" : "No fue posible restaurar %s", + "Error" : "Error" }, "nplurals=2; plural=(n != 1);"); |