diff options
Diffstat (limited to 'apps/user_ldap/l10n/es.js')
-rw-r--r-- | apps/user_ldap/l10n/es.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/es.js b/apps/user_ldap/l10n/es.js index 099718d2f27..f4204fb5aca 100644 --- a/apps/user_ldap/l10n/es.js +++ b/apps/user_ldap/l10n/es.js @@ -61,6 +61,11 @@ OC.L10N.register( "Your password will expire today." : "Tu contraseña caducará hoy.", "_Your password will expire within %n day._::_Your password will expire within %n days._" : ["Tu contraseña caducará dentro de %n día.","Tu contraseña caducará dentro de %n días.","Tu contraseña caducará dentro de %n días."], "LDAP/AD integration" : "Integración LDAP/AD", + "LDAP Connection" : "Conexión LDAP", + "_Binding failed for this LDAP configuration: %s_::_Binding failed for these LDAP configurations: %s_" : ["El inicio de sesión falló para esta configuración de LDAP: %s","El inicio de sesión falló para estas configuraciones de LDAP: %s","El inicio de sesión falló para estas configuraciones de LDAP: %s"], + "_Searching failed for this LDAP configuration: %s_::_Searching failed for these LDAP configurations: %s_" : ["La búsqueda falló para esta configuración de LDAP: %s","La búsqueda falló para estas configuraciones de LDAP: %s","La búsqueda falló para estas configuraciones de LDAP: %s"], + "_There is an inactive LDAP configuration: %s_::_There are inactive LDAP configurations: %s_" : ["Hay una configuración LDAP inactiva: %s","Hay configuraciones de LDAP inactivas: %s","Hay configuraciones de LDAP inactivas: %s"], + "_Binding and searching works on the configured LDAP connection (%s)_::_Binding and searching works on all of the configured LDAP connections (%s)_" : ["El inicio de sesión y búsqueda funciona para la conexión de LDAP configurada (%s)","El inicio de sesión y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)","El inicio de sesión y búsqueda funcionan para todas las conexiones de LDAP configuradas (%s)"], "Invalid LDAP UUIDs" : "UUIDs LDAP inválidas", "None found" : "Ninguno encontrado", "Invalid UUIDs of LDAP accounts or groups have been found. Please review your \"Override UUID detection\" settings in the Expert part of the LDAP configuration and use \"occ ldap:update-uuid\" to update them." : "Se han encontrado UUIDs no válidos de cuentas o grupos LDAP. Por favor, compruebe la configuración de \"Anular detección de UUID\" en la sección de Experto de la configuración LDAP y use \"occ ldap:update-uuid\" para actualizarlos.", |