forked from alexjustesen/speedtest-tracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpasswords.php
More file actions
23 lines (19 loc) · 968 Bytes
/
passwords.php
File metadata and controls
23 lines (19 loc) · 968 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?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.
|
*/
'reset' => 'Je wachtwoord is succesvol opnieuw ingesteld!',
'sent' => 'We hebben je een e-mail gestuurd met een link om je wachtwoord opnieuw in te stellen!',
'password' => 'Het wachtwoord moet minstens 6 tekens lang zijn en overeenkomen met de bevestiging.',
'throttled' => 'Wacht even voordat je het opnieuw probeert.',
'token' => 'De link om het wachtwoord opnieuw in te stellen is ongeldig of verlopen.',
'user' => 'Er bestaat geen gebruikersaccount met dit e-mailadres.',
];