17 lines
372 B
PHP
17 lines
372 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'allow_login' => 'Tillat innlogging?',
|
|
'user_created' => 'Bruker ble opprettet',
|
|
|
|
'error' => [
|
|
'email' => 'E-postadressen er allerede i bruk.'
|
|
],
|
|
|
|
'notification' => [
|
|
'message' => ':customer betalte :amount mot faktura :invoice_number.',
|
|
'button' => 'Vis',
|
|
],
|
|
];
|