Your IP : 216.73.216.79


Current Path : /var/www/html/bookstack/resources/lang/nl/
Upload File :
Current File : /var/www/html/bookstack/resources/lang/nl/passwords.php

<?php
/**
 * Password Reminder 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.
 */
return [

    'password' => 'Wachtwoorden moeten uit ten minste acht tekens bestaan en overeenkomen met de bevestiging.',
    'user' => "We kunnen niemand vinden met dat e-mailadres.",
    'token' => 'Het wachtwoord reset token is ongeldig voor dit e-mailadres.',
    'sent' => 'We hebben je een link gestuurd om je wachtwoord te herstellen!',
    'reset' => 'Je wachtwoord is hersteld!',

];