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) · 981 Bytes
/
passwords.php
File metadata and controls
23 lines (19 loc) · 981 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' => 'Dein Passwort wurde erfolgreich zurückgesetzt!',
'sent' => 'Wir haben dir einen Link zum Zurücksetzen des Passworts per E-Mail geschickt!',
'password' => 'Das Passwort muss mindestens 6 Zeichen lang sein und mit der Bestätigung übereinstimmen.',
'throttled' => 'Bitte warte einen Moment, bevor du es erneut versuchst.',
'token' => 'Der Link zum Zurücksetzen des Passworts ist ungültig oder abgelaufen.',
'user' => 'Zu dieser E-Mail-Adresse existiert kein Benutzerkonto.',
];