2017-11-30 12:20:15 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
'allow_login' => '¿Permitir inicio de sesión?',
|
|
|
|
'user_created' => 'Usuario Creado',
|
|
|
|
|
|
|
|
'error' => [
|
|
|
|
'email' => 'Ese email ya está en uso.'
|
2018-11-08 12:11:42 +03:00
|
|
|
],
|
|
|
|
|
|
|
|
'notification' => [
|
|
|
|
'message' => ':customer hizo un pago de :amount por la factura número :invoice_number.',
|
|
|
|
'button' => 'Mostrar',
|
|
|
|
],
|
2017-11-30 12:20:15 +03:00
|
|
|
];
|