2016-01-07 03:22:24 +08:00
|
|
|
|
<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">
|
|
|
|
|
|
2016-05-22 22:36:09 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_is_not_running">Everything没有运行</system:String>
|
2016-01-07 03:22:24 +08:00
|
|
|
|
<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_plugin_name">Everything</system:String>
|
|
|
|
|
<system:String x:Key="wox_plugin_everything_plugin_description">利用Everything搜索磁盘文件</system:String>
|
2016-05-31 03:07:20 +08:00
|
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">使用应用程序的位置为可执行的工作目录</system:String>
|
2015-02-07 16:53:33 +08:00
|
|
|
|
</ResourceDictionary>
|