17 lines
394 B
PHP
17 lines
394 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'allow_login' => 'Tillåt inloggning?',
|
|
'user_created' => 'Användaren skapad',
|
|
|
|
'error' => [
|
|
'email' => 'e-postadressen används redan.'
|
|
],
|
|
|
|
'notification' => [
|
|
'message' => ':customer har gjort en betalning på :amount till fakturanummer :invoice_number.',
|
|
'button' => 'Visa',
|
|
],
|
|
];
|