2017-12-22 15:25:43 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'allow_login' => 'Abilitare la login?',
|
|
|
|
'user_created' => 'Utente creato',
|
|
|
|
|
|
|
|
'error' => [
|
|
|
|
'email' => 'L\'email è già stata presa.'
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'notification' => [
|
|
|
|
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
|
|
|
'button' => 'Show',
|
|
|
|
],
|
2017-12-22 15:25:43 +03:00
|
|
|
];
|