diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php
index f9bc199459..acaba19ba3 100644
--- a/resources/lang/pl_PL/firefly.php
+++ b/resources/lang/pl_PL/firefly.php
@@ -27,8 +27,7 @@ return [
'showEverything' => 'Pokaż wszystko',
'never' => 'Nigdy',
'search_results_for' => 'Wyniki wyszukiwania dla ":query"',
- 'advanced_search' => 'Wyszukiwanie zaawansowane',
- 'advanced_search_intro' => 'Istnieje kilka modyfikatorów, których można użyć w wyszukiwaniu, aby zawęzić wyniki. Jeśli używasz któregoś z nich, wyszukiwanie będzie zwracać tylko transakcje. Kliknij ikonę , aby uzyskać więcej informacji.',
+ 'no_results_for_empty_search' => 'Your search was empty, so nothing was found.',
'bounced_error' => 'Wiadomość wysłana na adres :email została odrzucona, więc nie ma dostępu dla Ciebie.',
'deleted_error' => 'Te poświadczenia nie zgadzają się z naszymi danymi.',
'general_blocked_error' => 'Twoje konto zostało zablokowane. Dlatego nie możesz się zalogować.',
@@ -69,13 +68,6 @@ return [
'two_factor_lost_fix_owner' => 'Otherwise, email the site owner, :site_owner and ask them to reset your two factor authentication.',
'warning_much_data' => 'Załadowanie :days dni danych może trochę potrwać.',
'registered' => 'Zarejestrowałeś się pomyślnie!',
- 'search' => 'Szukaj',
- 'search_found_accounts' => 'Znaleziono :count kont(o/a) dla twojego wyszukiwania.',
- 'search_found_categories' => 'Znaleziono :count kategorii dla twojego wyszukiwania.',
- 'search_found_budgets' => 'Znaleziono :count budżet(y/ów) dla twojego wyszukiwania.',
- 'search_found_tags' => 'Znaleziono :count tag(i/ów) dla twojego wyszukiwania.',
- 'search_found_transactions' => 'Znaleziono :count transakcji dla twojego wyszukiwania.',
- 'results_limited' => 'Wyniki są ograniczone do :count wpisów.',
'tagbalancingAct' => 'Balancing act',
'tagadvancePayment' => 'Advance payment',
'tagnothing' => '',
@@ -152,6 +144,15 @@ return [
'transfer_exchange_rate_instructions' => 'Source asset account "@source_name" only accepts transactions in @source_currency. Destination asset account "@dest_name" only accepts transactions in @dest_currency. You must provide the transferred amount correctly in both currencies.',
'transaction_data' => 'Dane transakcji',
+ // search
+ 'search' => 'Szukaj',
+ 'search_found_transactions' => 'Number of transactions found:',
+ 'general_search_error' => 'An error occured while searching. Please check the log files for more information.',
+ 'search_box' => 'Search',
+ 'search_box_intro' => 'Welcome to the search function of Firefly III. Enter your search query in the box. Make sure you check out the help file because the search is pretty advanced.',
+ 'search_error' => 'Error while searching',
+ 'search_searching' => 'Searching ...',
+
// repeat frequencies:
'repeat_freq_yearly' => 'rocznie',
'repeat_freq_monthly' => 'miesięcznie',