Browse Source

Create passwords.php

bence192/patch-4
bence192 4 years ago
committed by GitHub
parent
commit
67bc656325
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 23
      resources/lang/hu/passwords.php

23
resources/lang/hu/passwords.php

@ -0,0 +1,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.
|
*/
/*'password' => 'Passwords must be at least six characters and match the confirmation.',*/
'password' => 'A jelszónak legalább hat karakter hosszúnak kell lennie.',
'reset' => 'A jelszó vissza lett állítva',
'sent' => 'A jelszó visszaállító e-mail elküldve!',
'token' => 'A jelszó visszaállító token nem érvényes',
'user' => "Ezzel az e-mail címmel felhasználó nem található",
];
Loading…
Cancel
Save