xref: /dokuwiki/lib/plugins/authldap/lang/es/settings.php (revision 3402a2df526d2f8e344fefabb895bfa7de27ef32)
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