diff options
author | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-19 22:12:12 -0400 |
---|---|---|
committer | Frédéric Guillot <fguillot@users.noreply.github.com> | 2014-04-19 22:12:12 -0400 |
commit | a04ecbde778decfdea7200806a6b1144861ae05f (patch) | |
tree | e4670e3013734d9c7bd201f5d6ef1fbaae13d3b5 /locales/pl_PL/translations.php | |
parent | 5aacb6a76351889a6ec5ed01c8e80f139c2b2027 (diff) |
Add RememberMe feature and authentications history
Diffstat (limited to 'locales/pl_PL/translations.php')
-rw-r--r-- | locales/pl_PL/translations.php | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/locales/pl_PL/translations.php b/locales/pl_PL/translations.php index 718611ac..f11a6d8d 100644 --- a/locales/pl_PL/translations.php +++ b/locales/pl_PL/translations.php @@ -85,7 +85,7 @@ return array( 'Do you really want to remove this column: "%s"?' => 'Na pewno chcesz usunąć kolumnę: "%s"?', 'This action will REMOVE ALL TASKS associated to this column!' => 'Wszystkie zadania w kolumnie zostaną usunięte!', 'settings' => 'ustawienia', - 'Application Settings' => 'Ustawienia aplikacji', + 'Application settings' => 'Ustawienia aplikacji', 'Language' => 'Język', 'Webhooks token:' => 'Token :', 'More information' => 'Więcej informacji', @@ -94,7 +94,7 @@ return array( 'Optimize the database' => 'Optymalizuj bazę danych', '(VACUUM command)' => '(komenda VACUUM)', '(Gzip compressed Sqlite file)' => '(baza danych spakowana Gzip)', - 'User Settings' => 'Ustawienia użytkownika', + 'User settings' => 'Ustawienia użytkownika', 'My default project:' => 'Mój domyślny projekt:', 'Close a task' => 'Zakończ zadanie', 'Do you really want to close this task: "%s"?' => 'Na pewno chcesz zakończyć to zadanie: "%s"?', @@ -274,4 +274,14 @@ 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' => '', ); |