diff options
Diffstat (limited to 'apps/user_ldap/l10n/es.php')
-rw-r--r-- | apps/user_ldap/l10n/es.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/user_ldap/l10n/es.php b/apps/user_ldap/l10n/es.php index bb1c9acb2ab..3f577dc3010 100644 --- a/apps/user_ldap/l10n/es.php +++ b/apps/user_ldap/l10n/es.php @@ -12,6 +12,7 @@ $TRANSLATIONS = array( "Deletion failed" => "Falló el borrado", "Take over settings from recent server configuration?" => "¿Asumir los ajustes actuales de la configuración del servidor?", "Keep settings?" => "¿Mantener la configuración?", +"{nbServer}. Server" => "{nbServer}. Servidor", "Cannot add server configuration" => "No se puede añadir la configuración del servidor", "mappings cleared" => "Asignaciones borradas", "Success" => "Éxito", @@ -30,6 +31,10 @@ $TRANSLATIONS = array( "_%s user found_::_%s users found_" => array("Usuario %s encontrado","Usuarios %s encontrados"), "Invalid Host" => "Host inválido", "Could not find the desired feature" => "No se puede encontrar la función deseada.", +"Server" => "Servidor", +"User Filter" => "Filtro de Usuario", +"Login Filter" => "Filtro de Login", +"Group Filter" => "Filtro de grupo", "Save" => "Guardar", "Test Configuration" => "Configuración de prueba", "Help" => "Ayuda", @@ -45,7 +50,10 @@ $TRANSLATIONS = array( "LDAP Email Address:" => "Dirección e-mail LDAP:", "Other Attributes:" => "Otros atributos:", "Defines the filter to apply, when login is attempted. %%uid replaces the username in the login action. Example: \"uid=%%uid\"" => "Define el filtro a aplicar cuando se intenta identificar. %%uid remplazará al nombre de usuario en el proceso de identificación. Por ejemplo: \"uid=%%uid\"", +"1. Server" => "1. Servidor", +"%s. Server:" => "%s. Servidor:", "Add Server Configuration" => "Agregar configuracion del servidor", +"Delete Configuration" => "Borrar Configuración", "Host" => "Servidor", "You can omit the protocol, except you require SSL. Then start with ldaps://" => "Puede omitir el protocolo, excepto si requiere SSL. En ese caso, empiece con ldaps://", "Port" => "Puerto", @@ -60,6 +68,8 @@ $TRANSLATIONS = array( "users found" => "usuarios encontrados", "Back" => "Atrás", "Continue" => "Continuar", +"Expert" => "Experto", +"Advanced" => "Avanzado", "<b>Warning:</b> Apps user_ldap and user_webdavauth are incompatible. You may experience unexpected behavior. Please ask your system administrator to disable one of them." => "<b>Advertencia:</b> Las apps user_ldap y user_webdavauth son incompatibles. Puede que experimente un comportamiento inesperado. Pregunte al su administrador de sistemas para desactivar uno de ellos.", "<b>Warning:</b> The PHP LDAP module is not installed, the backend will not work. Please ask your system administrator to install it." => "<b>Advertencia:</b> El módulo LDAP de PHP no está instalado, el sistema no funcionará. Por favor consulte al administrador del sistema para instalarlo.", "Connection Settings" => "Configuración de conexión", |