 577ca51ad4
			
		
	
	
		577ca51ad4
		
	
	
	
	
		
			
			- Danish translation by DeepL (There may be a correction from Snubbi from the support forum)
		
			
				
	
	
		
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			179 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 	
 | |
| 	$langconf = array();
 | |
| 	$langconf['id'] = 'Dansk (DA)';
 | |
| 	$langconf['locale'] = 'da-dk';
 | |
| 	$langconf['charsets'][0] = 'utf-8';
 | |
| 	$langconf['charsets'][1] = 'iso-8859-15';
 | |
| 
 | |
| ?>
 |