 28f4125a7f
			
		
	
	
		28f4125a7f
		
	
	
	
	
		
			
			- Compatibility with Markdown established - The help document is now linked in the plugin panel - Hard-coded output now localized
		
			
				
	
	
		
			8 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			132 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| $lang ['plugin'] ['footnotes'] = array(
 | |
| 	'footnote' => 'Voetnoot',
 | |
| 	'footnotes' => 'Voetnoten',
 | |
| 	'back' => 'Terug naar'
 | |
| );
 | |
| ?>
 |