summaryrefslogtreecommitdiff
path: root/lib/plugins/authldap/lang/es/settings.php
blob: f8c3ad01408938882dcfb3f36004f26195a0435f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?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';