mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +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>
|
||||
|
||||
@@ -9,6 +9,10 @@
|
||||
<system:String x:Key="wox_plugin_everything_open_containing_folder">打开所属文件夹</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_open_with_editor">使用{0}打开</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_editor_path">编辑器路径</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_copy_path">拷贝路径</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_copy">拷贝</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_delete">删除</system:String>
|
||||
<system:String x:Key="wox_plugin_everything_canot_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">利用 Everything 搜索磁盘文件</system:String>
|
||||
|
||||
Reference in New Issue
Block a user