|
| 1 | +<?xml version="1.0"?> |
| 2 | +<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"> |
| 3 | + |
| 4 | + <system:String x:Key="flowlauncher_plugin_websearch_window_title">Search Source Setting</system:String> |
| 5 | + <system:String x:Key="flowlauncher_plugin_websearch_open_search_in">Open search in:</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_websearch_new_window">New Window</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_websearch_new_tab">New Tab</system:String> |
| 8 | + <system:String x:Key="flowlaucnher_plugin_websearch_set_browser_path">Set browser from path:</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_websearch_choose">Choose</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_websearch_delete">Delete</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_websearch_edit">Edit</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_websearch_add">Add</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_websearch_enabled_label">Enabled</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_websearch_true">Enabled</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_websearch_false">Disabled</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_websearch_confirm">Confirm</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_websearch_action_keyword">Action Keyword</system:String> |
| 18 | + <system:String x:Key="flowlauncher_plugin_websearch_url">URL</system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_websearch_search">Search</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion">Use Search Query Autocomplete</system:String> |
| 21 | + <system:String x:Key="flowlauncher_plugin_websearch_enable_suggestion_provider">Autocomplete Data from:</system:String> |
| 22 | + <system:String x:Key="flowlauncher_plugin_websearch_pls_select_web_search">Please select a web search</system:String> |
| 23 | + <system:String x:Key="flowlauncher_plugin_websearch_delete_warning">Are you sure you want to delete {0}?</system:String> |
| 24 | + <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> |
| 25 | + <system:String x:Key="flowlauncher_plugin_websearch_guide_2">https://www.netflix.com/search?q=Casino</system:String> |
| 26 | + <system:String x:Key="flowlauncher_plugin_websearch_guide_3"> |
| 27 | + Now copy this entire string and paste it in the URL field below. |
| 28 | + Then replace casino with {q}. |
| 29 | + Thus, the generic formula for a search on Netflix is https://www.netflix.com/search?q={q} |
| 30 | + </system:String> |
| 31 | + |
| 32 | + <system:String x:Key="flowlauncher_plugin_websearch_copyurl_title">Copy URL</system:String> |
| 33 | + <system:String x:Key="flowlauncher_plugin_websearch_copyurl_subtitle">Copy search URL to clipboard</system:String> |
| 34 | + |
| 35 | + <!-- web search edit --> |
| 36 | + <system:String x:Key="flowlauncher_plugin_websearch_title">Title</system:String> |
| 37 | + <system:String x:Key="flowlauncher_plugin_websearch_enable">Status</system:String> |
| 38 | + <system:String x:Key="flowlauncher_plugin_websearch_select_icon">Select Icon</system:String> |
| 39 | + <system:String x:Key="flowlauncher_plugin_websearch_icon">Icon</system:String> |
| 40 | + <system:String x:Key="flowlauncher_plugin_websearch_cancel">Cancel</system:String> |
| 41 | + <system:String x:Key="flowlauncher_plugin_websearch_invalid_web_search">Invalid web search</system:String> |
| 42 | + <system:String x:Key="flowlauncher_plugin_websearch_input_title">Please enter a title</system:String> |
| 43 | + <system:String x:Key="flowlauncher_plugin_websearch_input_action_keyword">Please enter an action keyword</system:String> |
| 44 | + <system:String x:Key="flowlauncher_plugin_websearch_input_url">Please enter a URL</system:String> |
| 45 | + <system:String x:Key="flowlauncher_plugin_websearch_action_keyword_exist">Action keyword already exists, please enter a different one</system:String> |
| 46 | + <system:String x:Key="flowlauncher_plugin_websearch_succeed">Success</system:String> |
| 47 | + <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> |
| 48 | + |
| 49 | + <system:String x:Key="flowlauncher_plugin_websearch_plugin_name">Web Searches</system:String> |
| 50 | + <system:String x:Key="flowlauncher_plugin_websearch_plugin_description">Allows to perform web searches</system:String> |
| 51 | + |
| 52 | +</ResourceDictionary> |
0 commit comments