]> BookStack Code Mirror - bookstack/blob - resources/lang/nl/passwords.php
Fix Crowdin name in the language_request issue template
[bookstack] / resources / lang / nl / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Wachtwoorden moeten uit ten minste acht tekens bestaan en overeenkomen met de bevestiging.',
10     'user' => "We kunnen niemand vinden met dat e-mailadres.",
11     'token' => 'Het wachtwoord reset token is ongeldig voor dit e-mailadres.',
12     'sent' => 'We hebben je een link gestuurd om je wachtwoord te herstellen!',
13     'reset' => 'Je wachtwoord is hersteld!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.