2015-01-07 18:51:11 +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">
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
2015-02-07 20:17:49 +08:00
|
|
|
<system:String x:Key="wox_plugin_cmd_plugin_name">Shell</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_cmd_plugin_description">Provide executing commands from Wox. Commands should start with ></system:String>
|
2015-01-07 18:51:11 +08:00
|
|
|
|
|
|
|
</ResourceDictionary>
|