diff options
Diffstat (limited to 'apps/settings/l10n/es_MX.js')
-rw-r--r-- | apps/settings/l10n/es_MX.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/settings/l10n/es_MX.js b/apps/settings/l10n/es_MX.js index 08ab409a701..2230cbb4ea5 100644 --- a/apps/settings/l10n/es_MX.js +++ b/apps/settings/l10n/es_MX.js @@ -128,7 +128,9 @@ OC.L10N.register( "App directories have the correct owner \"%s\"" : "Los directorios de aplicaciones tienen al propietario correcto \"%s\"", "Brute-force Throttle" : "Limitación por fuerza bruta", "Your remote address could not be determined." : "No se pudo determinar su dirección remota.", + "Your remote address was identified as \"%s\" and is brute-force throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly." : "Su dirección remota se identificó como \"%s\" y está siendo estrangulada mediante fuerza bruta, disminuyendo el rendimiento de varias solicitudes. Si la dirección remota no es su dirección, esto puede ser una señal de que el proxy no está configurado correctamente.", "Your remote address \"%s\" is not brute-force throttled." : "Su dirección remota \"%s\" no está limitada por fuerza bruta.", + "To allow this check to run you have to make sure that your webserver can connect to itself. Therefor it must be able to resolve and connect to at least one its `trusted_domains` or the `overwrite.cli.url`." : "Para permitir que esta verificación se lleve a cabo, debe asegurarse que su servidor web pueda conectarse a sí mismo. Por lo tanto, éste debe poder resolver y conectarse a al menos uno de sus `trusted_domains` o a `overwrite.cli.url`", "Old administration imported certificates" : "Certificados antiguos de administración importados", "A background job is pending that checks for administration imported SSL certificates. Please check back later." : "Está pendiente una tarea en segundo plano que comprueba los certificados SSL de administración importados. Por favor, vuelva a checar más tarde.", "Code integrity" : "Integridad del código", |