14 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			335 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | ||
| 
 | ||
| return [
 | ||
| 
 | ||
|     'accounts_cash'         => 'Kasa',
 | ||
|     'categories_deposit'    => 'Depozito',
 | ||
|     'categories_sales'      => 'Satış',
 | ||
|     'currencies_usd'        => 'Amerikan Doları',
 | ||
|     'currencies_eur'        => 'Avro',
 | ||
|     'currencies_gbp'        => 'İngiliz Sterlini',
 | ||
|     'currencies_try'        => 'Türk Lirası',
 | ||
| 
 | ||
| ];
 |