From 0bccf0d73406de41068a0692464f6393b8c79c85 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sun, 3 Sep 2017 16:00:10 +0200 Subject: [PATCH] New translations firefly.php (Polish) --- resources/lang/pl_PL/firefly.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index bf65b7463a..be8908bdb9 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -400,16 +400,16 @@ return [ 'password' => 'Hasło', 'are_you_sure' => 'Jesteś pewny? Nie możesz tego cofnąć.', 'delete_account_button' => 'USUŃ swoje konto', - 'invalid_current_password' => 'Nieprawidłowe hasło bieżące!', + 'invalid_current_password' => 'Nieprawidłowe bieżące hasło!', 'password_changed' => 'Hasło zostało zmienione!', 'should_change' => 'Chodzi o to, aby zmienić swoje hasło.', 'invalid_password' => 'Nieprawidłowe hasło!', - 'what_is_pw_security' => 'What is "verify password security"?', - 'secure_pw_title' => 'How to choose a secure password', - 'secure_pw_history' => 'In August 2017 well known security researcher Troy Hunt released a list of 306 million stolen passwords. These passwords were stolen during breakins at companies like LinkedIn, Adobe and NeoPets (and many more).', - 'secure_pw_check_box' => 'By checking the box, Firefly III will send the SHA1 hash of your password to the website of Troy Hunt to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest NIST Special Publication on this subject.', - 'secure_pw_sha1' => 'But I thought SHA1 was broken?', - 'secure_pw_hash_speed' => 'Yes, but not in this context. As you can read on the website detailing how they broke SHA1, it is now slightly easier to find a "collision": another string that results in the same SHA1-hash. It now only takes 10,000 years using a single-GPU machine.', + 'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?', + 'secure_pw_title' => 'Jak wybrać bezpieczne hasło', + 'secure_pw_history' => 'W sierpniu 2017 r. znany analityk ds. bezpieczeństwa Troy Hunt opublikował listę 306 milionów skradzionych haseł. Hasła zostały skradzione podczas włamań w firmach takich jak LinkedIn, Adobe i NeoPets (i wiele innych).', + 'secure_pw_check_box' => 'Zaznaczając pole, Firefly III wysyła skrót SHA1 Twojego hasła do strony internetowej Troy Hunt, aby sprawdzić, czy znajduje się na liście. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST) na ten temat.', + 'secure_pw_sha1' => 'Myślałem, że SHA1 zostało złamane?', + 'secure_pw_hash_speed' => 'Tak, ale nie w tym kontekście. Jak można przeczytać na stronie z wyszczególnieniem sposobu ich złamania SHA1, teraz jest nieco łatwiej znaleźć "kolizję": inny ciąg znaków, który prowadzi do tego samego skrótu SHA1. Teraz trwa to tylko 10 000 lat przy użyciu maszyny z jedną kartą graficzną.', 'secure_pw_hash_security' => 'This collision would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and sent over HTTPS.', 'secure_pw_should' => 'Should I check the box?', 'secure_pw_long_password' => 'If you just generated a long, single-use password for Firefly III using some kind of password generator: no.',