mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
15 lines
898 B
XML
15 lines
898 B
XML
<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>
|
|
<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>
|
|
|
|
</ResourceDictionary> |