12 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			271 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'Sats',
 | |
|     'rate_percent'          => 'Sats (%)',
 | |
|     'normal'                => 'Normal',
 | |
|     'inclusive'             => 'Inklusiv',
 | |
|     'compound'              => 'Tillegg',
 | |
|     'fixed'                 => 'Fastsatt',
 | |
| ];
 |