2015-02-07 16:53:33 +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-06-24 06:01:20 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_is_not_running">Everything Service is not running</system:String>
|
2016-06-11 04:27:26 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_query_error">Error while querying Everything</system:String>
|
2015-02-07 16:53:33 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_copied">Copied</system:String>
|
2016-05-20 08:40:29 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_canot_start">Can’t start {0}</system:String>
|
|
|
|
|
<system:String x:Key="wox_plugin_everything_open_containing_folder">Open parent folder</system:String>
|
2018-12-25 13:17:35 +08:00
|
|
|
|
<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>
|
2018-12-25 15:11:24 +08:00
|
|
|
|
<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>
|
2015-02-07 20:17:49 +08:00
|
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_everything_plugin_name">Everything</system:String>
|
2016-05-20 08:40:29 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_plugin_description">Search on-disk files using Everything</system:String>
|
2015-02-07 16:53:33 +08:00
|
|
|
|
|
2016-05-31 03:07:20 +08:00
|
|
|
|
<system:String x:Key="wox_plugin_everything_use_location_as_working_dir">Use search result's location as executable working directory</system:String>
|
|
|
|
|
|
2016-05-20 08:40:29 +08:00
|
|
|
|
</ResourceDictionary>
|