xref: /dokuwiki/lib/plugins/authldap/lang/es/settings.php (revision d149d9d62faeb1cb6a3a50d6cc384a424856a9a2)
1<?php
2
3/**
4 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
5 *
6 * @author Antonio Bueno <atnbueno@gmail.com>
7 */
8$lang['starttls']              = 'Usar conexiones TLS?';
9$lang['debug']                 = 'Mostrar información adicional para depuración de errores';
10$lang['deref_o_0']             = 'LDAP_DEREF_NEVER';
11$lang['deref_o_1']             = 'LDAP_DEREF_SEARCHING';
12$lang['deref_o_2']             = 'LDAP_DEREF_FINDING';
13$lang['deref_o_3']             = 'LDAP_DEREF_ALWAYS';
14