17 lines
388 B
PHP
17 lines
388 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'allow_login' => 'Permitir Acesso?',
|
|
'user_created' => 'Utilizador criado',
|
|
|
|
'error' => [
|
|
'email' => 'Este e-mail já foi registado.'
|
|
],
|
|
|
|
'notification' => [
|
|
'message' => ':customer fez o pagamento de :amount para a fatura número :invoice_number.',
|
|
'button' => 'Mostrar',
|
|
],
|
|
];
|