14 lines
		
	
	
		
			342 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			342 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Kas',
 | |
|     'categories_deposit'    => 'Deposit',
 | |
|     'categories_sales'      => 'Penjualan',
 | |
|     'currencies_usd'        => 'Dolar Amerika Serikat',
 | |
|     'currencies_eur'        => 'Euro',
 | |
|     'currencies_gbp'        => 'Pound sterling Inggris',
 | |
|     'currencies_try'        => 'Lira Turki',
 | |
| 
 | |
| ];
 |