2015-01-07 22:23:10 +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_sys_command">Command</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_desc">Description</system:String>
|
|
|
|
|
|
|
|
<system:String x:Key="wox_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
2015-11-26 01:49:44 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_restart_computer">Restart Computer</system:String>
|
2015-01-07 22:23:10 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_log_off">Log off</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_lock">Lock this computer</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_exit">Close Wox</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_restart">Restart Wox</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_setting">Tweak this app</system:String>
|
2015-07-17 15:38:50 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_sleep">Put computer to sleep</system:String>
|
2015-11-26 01:49:44 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String>
|
2015-02-07 20:17:49 +08:00
|
|
|
|
2019-10-09 03:17:34 +08:00
|
|
|
<!--Dialogs-->
|
|
|
|
<system:String x:Key="wox_plugin_sys_dlgtitle_success">Success</system:String>
|
|
|
|
<system:String x:Key="wox_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String>
|
|
|
|
|
2015-02-07 20:17:49 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_plugin_name">System Commands</system:String>
|
2016-06-14 05:24:23 +08:00
|
|
|
<system:String x:Key="wox_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String>
|
2015-02-07 20:17:49 +08:00
|
|
|
|
2015-01-07 22:23:10 +08:00
|
|
|
</ResourceDictionary>
|