14 lines
		
	
	
		
			332 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			332 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Bar',
 | |
|     'categories_deposit'    => 'Einzahlung',
 | |
|     'categories_sales'      => 'Verkäufe',
 | |
|     'currencies_usd'        => 'US-Dollar',
 | |
|     'currencies_eur'        => 'Euro',
 | |
|     'currencies_gbp'        => 'Britisches Pfund',
 | |
|     'currencies_try'        => 'Türkische Lira',
 | |
| 
 | |
| ];
 |