14 lines
		
	
	
		
			305 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			305 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Peningar',
 | |
|     'categories_deposit'    => 'Innlegg',
 | |
|     'categories_sales'      => 'Sala',
 | |
|     'currencies_usd'        => 'Dollarar',
 | |
|     'currencies_eur'        => 'Evra',
 | |
|     'currencies_gbp'        => 'Pund',
 | |
|     'currencies_try'        => 'Lira',
 | |
| 
 | |
| ];
 |