17 lines
		
	
	
		
			386 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			386 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php
 | |
| 
 | |
| return [
 | |
| 
 | |
|     'allow_login'           => 'Abilitare la login?',
 | |
|     'user_created'          => 'Utente creato',
 | |
| 
 | |
|     'error' => [
 | |
|         'email'             => 'L\'email è già stata presa.'
 | |
|     ],
 | |
| 
 | |
|     'notification' => [
 | |
|         'message'       => ':cliente effettuato :importo pagamento al numero di fattura :numero_fattura.',
 | |
|         'button'        => 'Mostra',
 | |
|     ],
 | |
| ];
 |