2016-02-09 14:53:06 +00: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">
|
|
|
|
|
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_command">コマンド</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_desc">説明</system:String>
|
2016-02-09 14:53:06 +00:00
|
|
|
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">コンピュータをシャットダウンする</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_restart_computer">コンピュータを再起動する</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_log_off">ログオフ</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_lock">このコンピュータをロックする</system:String>
|
2020-04-22 10:26:09 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_exit">Flow Launcherを終了する</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_restart">Flow Launcherを再起動する</system:String>
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_setting">このアプリの設定</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_sleep">スリープ</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">ゴミ箱を空にする</system:String>
|
2016-02-09 14:53:06 +00:00
|
|
|
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_name">システムコマンド</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_sys_plugin_description">システム関連のコマンドを提供します。例:シャットダウン、ロック、設定など</system:String>
|
2016-02-09 14:53:06 +00:00
|
|
|
|
|
|
|
|
</ResourceDictionary>
|