This commit is contained in:
denisdulici
2018-01-13 15:25:25 +03:00
parent 6b9fcad919
commit 4f3b295ac2
26 changed files with 774 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
<?php
return [
'allow_login' => 'Tillat innlogging?',
'user_created' => 'Bruker ble opprettet',
'error' => [
'email' => 'E-postadressen er allerede i bruk.'
]
];