12 lines
220 B
PHP
12 lines
220 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'allow_login' => 'Tillat innlogging?',
|
||
|
'user_created' => 'Bruker ble opprettet',
|
||
|
|
||
|
'error' => [
|
||
|
'email' => 'E-postadressen er allerede i bruk.'
|
||
|
]
|
||
|
];
|