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' => [
|
2018-11-16 16:02:06 +03:00
|
|
|
'message' => ':cliente effettuato :importo pagamento al numero di fattura :numero_fattura.',
|
|
|
|
'button' => 'Mostra',
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
2017-12-22 15:25:43 +03:00
|
|
|
];
|