17 lines
		
	
	
		
			482 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			482 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'accounts_cash'         => 'Gotovina',
 | |
|     'categories_deposit'    => 'Depozit',
 | |
|     'categories_sales'      => 'Prodaje',
 | |
|     'currencies_usd'        => 'Američki dolar',
 | |
|     'currencies_eur'        => 'Euro',
 | |
|     'currencies_gbp'        => 'Britanska funta',
 | |
|     'currencies_try'        => 'Turska lira',
 | |
|     'taxes_exempt'          => 'Izuzeto od poreza',
 | |
|     'taxes_normal'          => 'Normalan porez',
 | |
|     'taxes_sales'           => 'Porez prodaje',
 | |
| 
 | |
| ];
 |