mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-11 05:52:19 +02:00
Add everything plugin context menu and add settings in Url plugin (#2299)
1. Add useful context menu items in everything 2. Add settings in Url plugin, can set browser path * let url plugin support multi Languages
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
<system:String x:Key="wox_plugin_everything_open_containing_folder">Open parent folder</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_open_with_editor">Open with {0}</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_editor_path">Editor Path</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_copy_path">Copy path</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_copy">Copy</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_delete">Delete</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_canot_delete">Can't delete {0}</system:String>
|
||||
|
||||
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
|
||||
|
||||
Reference in New Issue
Block a user