mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
51 lines
4.7 KiB
XML
51 lines
4.7 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">Search Source Setting</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String>
|
|
<system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</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">Enabled</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</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">Pokazuj podpowiedzi wyszukiwania</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</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">If you want to add a search for a particular website to Flow, first enter a dummy text string in the search bar of that website, and launch the search. Now copy the contents of the browser's address bar, and paste it in the URL field below. Replace your test string with {q}. For example, if you search for casino on Netflix, its address bar reads</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String>
|
|
<system:String x:Key="flowlauncher_plugin_websearch_guide_3">
|
|
Now copy this entire string and paste it in the URL field below.
|
|
Then replace casino with {q}.
|
|
Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q}
|
|
</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_iconpath_hint">Hint: You do not need to place custom images in this directory, if Flow's version is updated they will be lost. Flow will automatically copy any images outside of this directory across to WebSearch's custom image location.</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>
|