From a04ecbde778decfdea7200806a6b1144861ae05f Mon Sep 17 00:00:00 2001 From: Frédéric Guillot Date: Sat, 19 Apr 2014 22:12:12 -0400 Subject: Add RememberMe feature and authentications history --- locales/pl_PL/translations.php | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'locales/pl_PL/translations.php') 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' => '', ); -- cgit v1.2.3