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>
|
2019-12-10 17:03:43 +08:00
|
|
|
<system:String x:Key="wox_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
2015-02-07 20:17:49 +08:00
|
|
|
<system:String x:Key="wox_plugin_cmd_plugin_name">Shell</system:String>
|
2016-06-11 04:27:26 +08:00
|
|
|
<system:String x:Key="wox_plugin_cmd_plugin_description">Allows to execute system commands from Wox. Commands should start with ></system:String>
|
2015-02-28 18:30:08 +08:00
|
|
|
<system:String x:Key="wox_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
2015-01-07 18:51:11 +08:00
|
|
|
</ResourceDictionary>
|