8 lines
		
	
	
		
			336 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			336 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['plugin'] ['thumb'] ['errors'] = array (
 | |
| 	-1 => 'Kan het niet vinden ' . //
 | |
| 		'<a href="http://www.php.net/manual/en/ref.image.php" class="hint" target="_blank">PHP GD2 extension</a> ' . //
 | |
| 		'nodig voor <strong>thumb</strong> om te werken. SVP uitschakelen thumb van dit menu ' . //
 | |
| 		'of inschakelen deze extensie.'
 | |
| );
 | |
| ?>
 | 
