10 lines
		
	
	
		
			172 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			172 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'sale_price'            => 'Müügihind',
 | |
|     'purchase_price'         => 'Ostuhind',
 | |
|     'enter_item_description' => 'Sisesta ühikku kirjeldus',
 | |
| 
 | |
| ];
 |