diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-04-12 02:28:34 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-04-12 02:28:34 +0000 |
commit | 73000175d097a5d04cfa9abcfc964fd641ba2021 (patch) | |
tree | c8fae158cd261247d69385ab50898d8c06d9d26e /apps/files_trashbin/l10n/es_HN.js | |
parent | 9edc3aa354f51c2886c2c153621a84a465a44504 (diff) | |
download | nextcloud-server-73000175d097a5d04cfa9abcfc964fd641ba2021.tar.gz nextcloud-server-73000175d097a5d04cfa9abcfc964fd641ba2021.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_trashbin/l10n/es_HN.js')
-rw-r--r-- | apps/files_trashbin/l10n/es_HN.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/files_trashbin/l10n/es_HN.js b/apps/files_trashbin/l10n/es_HN.js index 22d220eb906..752af86aa63 100644 --- a/apps/files_trashbin/l10n/es_HN.js +++ b/apps/files_trashbin/l10n/es_HN.js @@ -4,9 +4,6 @@ OC.L10N.register( "restored" : "restaurado", "Deleted files" : "Archivos borrados", "Restore" : "Restaurar", - "Delete permanently" : "Borrar permanentemente", - "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", "Deleted" : "Borrado", "No deleted files" : "No hay archivos borrados", "You will be able to recover deleted files from here" : "Podrás recuperar archivos borrados desde aquÃ", @@ -14,6 +11,9 @@ OC.L10N.register( "Select all" : "Seleccionar todo", "Name" : "Nombre", "Actions" : "Acciones", + "Delete permanently" : "Borrar permanentemente", + "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", "Delete" : "Borrar" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |