mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
15 lines
1 KiB
PHP
15 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'send_password_link' => 'Wyślij e-mail resetujący hasło',
|
|
'email_reset_password' => 'E-mail resetujący hasło',
|
|
'reset_password' => 'Resetuj hasło',
|
|
'saml_login' => 'Zaloguj się przez SAML',
|
|
'login' => 'Login',
|
|
'login_prompt' => 'Zaloguj się',
|
|
'forgot_password' => 'Zapomniałem hasła',
|
|
'remember_me' => 'Zapamiętaj mnie',
|
|
'username_help_top' => 'Wprowadź swoją <strong>nazwę użytkownika</strong> , aby otrzymać wiadomość e-mail z linkiem do resetowania hasła.',
|
|
'username_help_bottom' => 'Twoja nazwa użytkownika i adres e-mail <em>mogą być</em> takie same, ale mogą nie być zależne od konfiguracji. Jeśli nie pamiętasz nazwy użytkownika, skontaktuj się z administratorem. <br><br><strong>Nazwy użytkowników bez powiązanego adresu e-mail nie będą otrzymywać powiadomień na adres e-mail z linkiem do resetowania hasła.</strong> ',
|
|
];
|