29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'years'                     => 'Jaar|Jaren',
 | |
|     'this_year'                 => 'Dit jaar',
 | |
|     'previous_year'             => 'Vorig jaar',
 | |
|     'this_quarter'              => 'Dit kwartaal',
 | |
|     'previous_quarter'          => 'Vorige kwartaal',
 | |
|     'last_12_months'            => 'Afgelopen 12 maanden',
 | |
|     'profit_loss'               => 'Winst & verlies',
 | |
|     'gross_profit'              => 'Bruto winst',
 | |
|     'net_profit'                => 'Nettowinst',
 | |
|     'total_expenses'            => 'Totale uitgaven',
 | |
|     'net'                       => 'NET',
 | |
|     'income_expense'            => 'Inkomsten & Uitgaven',
 | |
|     'income_summary'            => 'Samenvatting inkomsten',
 | |
|     'expense_summary'           => 'Kosten overzicht',
 | |
|     'income_expense_summary'    => 'Inkomen vs uitgaven',
 | |
|     'tax_summary'               => 'Belasting overzicht',
 | |
| 
 | |
|     'charts' => [
 | |
|         'line'                  => 'Lijn',
 | |
|         'bar'                   => 'Balk',
 | |
|         'pie'                   => 'Cirkel',
 | |
|     ],
 | |
| 
 | |
| ];
 |