10 lines
		
	
	
		
			308 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			308 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<?php
 | 
						|
 | 
						|
/**
 | 
						|
 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 | 
						|
 *
 | 
						|
 * @author Frederico Gonçalves Guimarães <frederico@teia.bio.br>
 | 
						|
 */
 | 
						|
$lang['connectfail']           = 'Não foi possível conectar ao LDAP: %s';
 | 
						|
$lang['domainfail']            = 'Não foi possível encontrar o seu user dn no LDAP';
 |