mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
a6e82475a3
1. Add useful context menu items in everything 2. Add settings in Url plugin, can set browser path * let url plugin support multi Languages
21 lines
1.7 KiB
XML
21 lines
1.7 KiB
XML
<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">
|
|
|
|
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service 没有运行</system:String>
|
|
<system:String x:Key="wox_plugin_everything_query_error">Everything 插件发生了一个错误(回车拷贝具体错误信息)</system:String>
|
|
<system:String x:Key="wox_plugin_everything_copied">拷贝成功</system:String>
|
|
<system:String x:Key="wox_plugin_everything_canot_start">不能启动 {0}</system:String>
|
|
<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>
|
|
|
|
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">使用应用程序的位置为可执行的工作目录</system:String>
|
|
</ResourceDictionary> |