16 lines
		
	
	
		
			389 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			389 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'quantities'            => 'Quantità|Quantità',
 | |
|     'sales_price'           => 'Prezzo di vendita',
 | |
|     'purchase_price'        => 'Prezzo d\'acquisto',
 | |
|     'sku'                   => 'Cod.Art.',
 | |
| 
 | |
|     'notification' => [
 | |
|         'message'       => 'Hai ricevuto questa e-mail perché il :name è in esaurimento.',
 | |
|         'button'        => 'Mostra ora',
 | |
|     ],
 | |
| 
 | |
| ];
 |