]> BookStack Code Mirror - bookstack/blob - resources/lang/pl/passwords.php
Add footer element, styles, and associated settings
[bookstack] / resources / lang / pl / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Hasło musi zawierać co najmniej 6 znaków i być zgodne z powtórzeniem.',
10     'user' => "Nie znaleziono użytkownika o takim adresie e-mail.",
11     'token' => 'Ten token resetowania hasła jest nieprawidłowy.',
12     'sent' => 'Wysłaliśmy Ci link do resetowania hasła!',
13     'reset' => 'Twoje hasło zostało zresetowane!',
14
15 ];