11 lines
337 B
PHP
11 lines
337 B
PHP
<?php
|
|
|
|
/**
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*
|
|
* @author Jose Luis Sanches <jose.reis.sanches@gmail.com>
|
|
* @author Paulo Carmino <contato@paulocarmino.com>
|
|
*/
|
|
$lang['connectfail'] = 'Não foi possível conectar o LDAP: %s';
|
|
$lang['domainfail'] = 'O LDAP não encontrou seu utilizador';
|