mirror of
https://github.com/YunoHost-Apps/dokuwiki_ynh.git
synced 2024-09-03 18:26:20 +02:00
13 lines
496 B
PHP
13 lines
496 B
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';
|