mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 12:18:50 +02:00
MVVM refactoring for web search plugin, part 1
1. #486 2. fix #778 #763 #742 3. MVVM refactoring 4. remove IMultipleActionKeywords interface, use PluginManager directly
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
<system:String x:Key="wox_plugin_websearch_delete">Usuń</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_edit">Edytuj</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_add">Dodaj</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_confirm">Confirm</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_action_keyword">Wyzwalacz</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_url">Adres URL</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_search">Szukaj</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable_suggestion">Pokazuj podpowiedzi wyszukiwania</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_pls_select_web_search">Musisz wybrać coś z listy</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_delete_warning">Czy jesteś pewnie że chcesz usunąć {0}?</system:String>
|
||||
|
||||
|
||||
<!--web search edit-->
|
||||
<system:String x:Key="wox_plugin_websearch_title">Tytuł</system:String>
|
||||
<system:String x:Key="wox_plugin_websearch_enable">Aktywne</system:String>
|
||||
|
||||
Reference in New Issue
Block a user