8 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			337 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['plugin'] ['thumb'] ['errors'] = array (
 | |
| 	-1 => 'No se pudo encontrar ' . //
 | |
| 		'<a href="http://www.php.net/manual/es/ref.image.php" class="hint" target="_blank">Extensión PHP GD2</a> ' . //
 | |
| 		'necesario para que el <strong>thumb</strong> funcione. Desactive thumb de este panel ' . //
 | |
| 		'o habilite esta extensión.'
 | |
| );
 | |
| ?>
 | 
