|
1 |
| -<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
2 |
| - xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
3 |
| - xmlns:system="clr-namespace:System;assembly=mscorlib"> |
| 1 | +<ResourceDictionary |
| 2 | + xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" |
| 3 | + xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" |
| 4 | + xmlns:system="clr-namespace:System;assembly=mscorlib"> |
4 | 5 |
|
5 | 6 | <system:String x:Key="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String>
|
6 | 7 | <system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String>
|
|
15 | 16 | <system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String>
|
16 | 17 | <system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String>
|
17 | 18 | <system:String x:Key="flowlauncher_plugin_websearch_search">Search</system:String>
|
18 |
| - <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete: </system:String> |
19 |
| - <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from: </system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete:</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String> |
20 | 21 | <system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String>
|
21 | 22 | <system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String>
|
22 |
| - <system:String x:Key="flowlauncher_plugin_websearch_guide_1">If you have a web search service you want to use, you can add it to Flow. For example, you can follow the url format in the address bar if you want to search 'casino' on Netflix: "https://www.netflix.com/search?q=Casino". To do this, change the search term 'Casino' as follows.</system:String> |
23 |
| - <system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q={q}</system:String> |
24 |
| - <system:String x:Key="flowlauncher_plugin_websearch_guide_3">Add it to the URL section below. You can now search Netflix with Flow using any search terms.</system:String> |
25 |
| - |
| 23 | + <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> |
| 24 | + <system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String> |
| 25 | + <system:String x:Key="flowlauncher_plugin_websearch_guide_3"> |
| 26 | + Now copy this entrire string and paste it in the URL field below. |
| 27 | + Then replace casino with {q}. |
| 28 | + Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} |
| 29 | + </system:String> |
26 | 30 |
|
27 |
| - <!--web search edit--> |
| 31 | + |
| 32 | + |
| 33 | + <!-- web search edit --> |
28 | 34 | <system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String>
|
29 | 35 | <system:String x:Key="flowlauncher_plugin_websearch_enable">Enable</system:String>
|
30 | 36 | <system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String>
|
|
0 commit comments