8 lines
		
	
	
		
			342 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			342 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['plugin'] ['thumb'] ['errors'] = array (
 | |
| 	-1 => 'Não consegui encontrar ' . //
 | |
| 		'<a href="http://www.php.net/manual/pt_BR/ref.image.php" class="hint" target="_blank">Extensão PHP GD2</a> ' . //
 | |
| 		'necessário para que o <strong>thumb</strong> funcione. Desative o polegar neste painel ' . //
 | |
| 		'ou ative esta extensão.'
 | |
| );
 | |
| ?>
 | 
