]> BookStack Code Mirror - bookstack/blob - resources/lang/pl/passwords.php
Added testing coverage for tag index
[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' => 'Token resetowania hasła jest nieprawidłowy dla tego adresu e-mail.',
12     'sent' => 'Wysłaliśmy Ci link do resetowania hasła!',
13     'reset' => 'Twoje hasło zostało zresetowane!',
14
15 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.