Flow.Launcher/Plugins/Flow.Launcher.Plugin.WebSearch/Languages/pl.xaml
2026-02-21 12:51:21 +02:00

55 lines
5.5 KiB
XML

<?xml version="1.0"?>
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">
<system:String x:Key="flowlauncher_plugin_websearch_window_title">Ustawienia wyszukiwania źródła</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Otwórz wyszukiwanie w:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_window">Nowe okno</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">Nowa zakładka</system:String>
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Ustaw przeglądarkę ze ścieżki:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_choose">Wybierz</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete">Usuń</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_edit">Edytuj</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_add">Dodaj</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Aktywny</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_private_mode_label">Tryb prywatny</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_true">Aktywny</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_false">Wyłączony</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Potwierdź</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Wyzwalacz</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_url">Adres URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_search">Szukaj</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Użyj autouzupełniania zapytań wyszukiwania</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_max_suggestions">Max Suggestions</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autouzupełnianie danych z:</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Musisz wybrać coś z listy</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Czy jesteś pewien że chcesz usunąć {0}?</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_1">Jeśli chcesz dodać wyszukiwanie dla określonej strony internetowej do Flow, najpierw wprowadź przykładowy ciąg tekstowy w pasku wyszukiwania tej strony i uruchom wyszukiwanie. Teraz skopiuj zawartość paska adresu przeglądarki i wklej ją w polu URL poniżej. Zastąp swój ciąg testowy symbolem {q}. Na przykład, jeśli wyszukujesz słowo &quot;kasyno&quot; na Netflix, pasek adresu przeglądarki wyświetla</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=kasyno</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
Teraz skopiuj cały ten ciąg i wklej go w pole URL poniżej.
Następnie zastąp &quot;kasyno&quot; symbolem {q}.
W ten sposób ogólna formuła wyszukiwania na Netflix to https://www.netflix.com/search?q={q}
</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">Kopiuj adres URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">Skopiuj adres URL wyszukiwania do schowka</system:String>
<!-- web search edit -->
<system:String x:Key="flowlauncher_plugin_websearch_title">Tytuł</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_select_icon">Wybierz ikonę</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_icon">Ikona</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_cancel">Anuluj</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Niepoprawne wyszukanie</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_title">Musisz wpisać tytuł</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Musisz wpisać wyzwalacz</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_input_url">Musisz wpisać adres URL</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Ten wyzwalacz jest już używany, musisz wybrać inny</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_succeed">Sukces</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_edit_failed">Failed to update search source. The item may have been removed.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_iconpath_hint">Wskazówka: Nie musisz umieszczać niestandardowych obrazów w tym katalogu, ponieważ zostaną one utracone w przypadku aktualizacji wersji Flow. Flow automatycznie skopiuje wszystkie obrazy spoza tego katalogu do lokalizacji niestandardowych obrazów WebSearch.</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Wyszukiwarka WWW</system:String>
<system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Szybkie wyszukiwanie na stronach WWW</system:String>
</ResourceDictionary>