]> BookStack Code Mirror - bookstack/blob - resources/lang/pl/passwords.php
Update errors.php
[bookstack] / resources / lang / pl / passwords.php
1 <?php
2
3 return [
4
5     /*
6     |--------------------------------------------------------------------------
7     | Password Reminder Language Lines
8     |--------------------------------------------------------------------------
9     |
10     | The following language lines are the default lines which match reasons
11     | that are given by the password broker for a password update attempt
12     | has failed, such as for an invalid token or invalid new password.
13     |
14     */
15
16     'password' => 'Hasło musi zawierać co najmniej 6 znaków i być zgodne z powtórzeniem.',
17     'user' => "Nie znaleziono użytkownika o takim adresie e-mail.",
18     'token' => 'Ten token resetowania hasła jest nieprawidłowy.',
19     'sent' => 'Wysłaliśmy Ci link do resetowania hasła!',
20     'reset' => 'Twoje hasło zostało zresetowane!',
21
22 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.