dokuwiki/lib/plugins/authldap/lang/es/settings.php

<?php

/**
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 * 
 * @author Antonio Bueno <atnbueno@gmail.com>
 */
$lang['starttls']              = 'Usar conexiones TLS?';
$lang['debug']                 = 'Mostrar información adicional para depuración de errores';
$lang['deref_o_0']             = 'LDAP_DEREF_NEVER';
$lang['deref_o_1']             = 'LDAP_DEREF_SEARCHING';
$lang['deref_o_2']             = 'LDAP_DEREF_FINDING';
$lang['deref_o_3']             = 'LDAP_DEREF_ALWAYS';