17 lines
		
	
	
		
			484 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			484 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Contant geld',
 | |
|     'categories_deposit'    => 'Storting',
 | |
|     'categories_sales'      => 'Omzet',
 | |
|     'currencies_usd'        => 'Amerikaanse Dollar',
 | |
|     'currencies_eur'        => 'Euro',
 | |
|     'currencies_gbp'        => 'Britse pond',
 | |
|     'currencies_try'        => 'Turkse Lira',
 | |
|     'taxes_exempt'          => 'Vrijstelling van BTW',
 | |
|     'taxes_normal'          => 'Standaard BTW',
 | |
|     'taxes_sales'           => 'Verkoop BTW',
 | |
| 
 | |
| ];
 |