diff options
-rw-r--r-- | locales/pl_PL/translations.php | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index eafa1e02..ef17041f 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -274,15 +274,15 @@ return array( 'Wrong password' => 'Błędne hasło', 'Reset all tokens' => 'Zresetuj wszystkie tokeny', 'All tokens have been regenerated.' => 'Wszystkie tokeny zostały zresetowane.', - // 'Unknown' => '', - // 'Last logins' => '', - // 'Login date' => '', - // 'Authentication method' => '', - // 'IP address' => '', - // 'User agent' => '', - // 'Persistent connections' => '', - // 'No session' => '', - // 'Expiration date' => '', - // 'Remember Me' => '', - // 'Creation date' => '', + 'Unknown' => 'Nieznany', + 'Last logins' => 'Ostatnie logowania', + 'Login date' => 'Data logowania', + 'Authentication method' => 'Sposób autentykacji', + 'IP address' => 'Adres IP', + 'User agent' => 'Przeglądarka', + 'Persistent connections' => 'Stałe połączenia', + 'No session' => 'Brak sesji', + 'Expiration date' => 'Data zakończenia', + 'Remember Me' => 'Pamiętaj mnie', + 'Creation date' => 'Data utworzenia', ); |