13 lines
		
	
	
		
			315 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			315 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'rate'                  => 'Tasso',
 | |
|     'rate_percent'          => 'Tasso (%)',
 | |
|     'normal'                => 'Normale',
 | |
|     'inclusive'             => 'Inclusivo',
 | |
|     'compound'              => 'Composto',
 | |
|     'fixed'                 => 'Fisso',
 | |
|     'withholding'           => 'Rifiuto',
 | |
| ];
 |