diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-08 00:32:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-08 00:32:32 +0000 |
commit | ab7830972edc3beb410b773cfe519ec3f85106eb (patch) | |
tree | 300d0268cf85fb3b6e4d8f9e7dc05244e0d562e4 /apps/settings/l10n/es_HN.js | |
parent | 2aa8e9d32a7538b372378ef41882df71865b0d3b (diff) | |
download | nextcloud-server-ab7830972edc3beb410b773cfe519ec3f85106eb.tar.gz nextcloud-server-ab7830972edc3beb410b773cfe519ec3f85106eb.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/es_HN.js')
-rw-r--r-- | apps/settings/l10n/es_HN.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/settings/l10n/es_HN.js b/apps/settings/l10n/es_HN.js index fba4e499309..22c07366a2e 100644 --- a/apps/settings/l10n/es_HN.js +++ b/apps/settings/l10n/es_HN.js @@ -82,6 +82,9 @@ OC.L10N.register( "Delete" : "Borrar", "Unlimited" : "Ilimitado", "Verifying" : "Verificando", + "Disabled" : "Deshabilitado", + "PHP does not seem to be setup properly to query system environment variables. The test with getenv(\"PATH\") only returns an empty response." : "PHP no parece estar configurado correctamente para consultar las variables de ambiente. La prueba con getenv(\"PATH\") sólo regresa una respuesta vacía.", + "Your database does not run with \"READ COMMITTED\" transaction isolation level. This can cause problems when multiple actions are executed in parallel." : "Tu base de datos no puede correr con el nivel de aislamiento de transacción de \"READ COMMITTED\". Puede causar problemas cuando mútiples acciones sean ejecutadas en paralelo.", "None" : "Ninguno", "Limit to groups" : "Limitar a grupos", "Save changes" : "Guardar cambios", |