|
5 | 5 | <system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String>
|
6 | 6 | <system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String>
|
7 | 7 |
|
| 8 | + <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String> |
| 9 | + <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String> |
| 18 | + <system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Salir</system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher"</system:String> |
| 21 | + <system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Ajustes</system:String> |
| 22 | + <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Reload Plugin Data</system:String> |
| 23 | + <system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String> |
| 24 | + <system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String> |
| 25 | + <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String> |
| 26 | + <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String> |
| 27 | + <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String> |
| 28 | + |
| 29 | + <!-- Command Descriptions --> |
8 | 30 | <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String>
|
9 | 31 | <system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String>
|
10 | 32 | <system:String x:Key="flowlauncher_plugin_sys_restart_advanced">Restart the computer with Advanced Boot Options for Safe and Debugging modes, as well as other options</system:String>
|
|
0 commit comments