First steps
This commit is contained in:
22
lang/de/passwords.php
Normal file
22
lang/de/passwords.php
Normal file
@@ -0,0 +1,22 @@
|
||||
<?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
|
||||
| outcome such as failure due to an invalid password / reset token.
|
||||
|
|
||||
*/
|
||||
|
||||
'reset' => 'Ihr Kennwort wurde zurückgesetzt.',
|
||||
'sent' => 'Wir haben Ihnen ein Kennwortzurücksetz-Internetwebseitenlink per elektronischer Post zugesandt.',
|
||||
'throttled' => 'Ihre Frist ist abgelaufen. Eine erneute Beantragung ist erst später möglich.',
|
||||
'token' => 'Dieser Kennwortzurücksetz-Internetwebseitenlink ist bereits außerhalb der Meldefrist.',
|
||||
'user' => "Diese Adresse der elektronischen Post ist uns nicht bekannt.",
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user