24 lines
		
	
	
		
			1023 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			1023 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'total_income'              => 'Totale inkomsten',
 | |
|     'receivables'               => 'Debiteuren',
 | |
|     'open_invoices'             => 'Openstaande facturen',
 | |
|     'overdue_invoices'          => 'Vervallen facturen',
 | |
|     'total_expenses'            => 'Totale uitgaven',
 | |
|     'payables'                  => 'Schulden',
 | |
|     'open_bills'                => 'Openstaande rekeningen',
 | |
|     'overdue_bills'             => 'Achterstallige rekeningen',
 | |
|     'total_profit'              => 'Totale winst',
 | |
|     'open_profit'               => 'Openstaande winst',
 | |
|     'overdue_profit'            => 'Achterstallige winst',
 | |
|     'cash_flow'                 => 'Geldstroom',
 | |
|     'no_profit_loss'            => 'Geen winstderving',
 | |
|     'income_by_category'        => 'Inkomsten per categorie',
 | |
|     'expenses_by_category'      => 'Uitgaves per categorie',
 | |
|     'account_balance'           => 'Rekeningsaldo',
 | |
|     'latest_income'             => 'Laatste inkomsten',
 | |
|     'latest_expenses'           => 'Laatste uitgaven',
 | |
| ];
 |