﻿<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Password Reset Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are the default lines which match reasons
    | that are given by the password broker for a password update attempt
    | has failed, such as for an invalid token or invalid new password.
    |
    */

    'password' => 'Adgangskoder skal være på mindst otte tegn og matche bekræftelsen.',
    'reset' => 'Din adgangskode er blevet nulstillet!',
    'sent' => 'Vi har sendt dit link til nulstilling af adgangskode via e-mail!',
    'token' => 'Dette token til nulstilling af adgangskode er ugyldigt.',
    'user' => "Vi kan ikke finde en bruger med den e-mailadresse.",
    'throttled' => 'Du har anmodet om nulstilling af adgangskode for nylig, tjek venligst din e-mail.',
