|
| 1 | +<?xml version="1.0"?> |
| 2 | +<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"> |
| 3 | + |
| 4 | + <!-- Command List --> |
| 5 | + <system:String x:Key="flowlauncher_plugin_sys_name">Name</system:String> |
| 6 | + <system:String x:Key="flowlauncher_plugin_sys_desc">Description</system:String> |
| 7 | + <system:String x:Key="flowlauncher_plugin_sys_command">Command</system:String> |
| 8 | + |
| 9 | + <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer_cmd">Shutdown</system:String> |
| 10 | + <system:String x:Key="flowlauncher_plugin_sys_restart_computer_cmd">Restart</system:String> |
| 11 | + <system:String x:Key="flowlauncher_plugin_sys_restart_advanced_cmd">Restart With Advanced Boot Options</system:String> |
| 12 | + <system:String x:Key="flowlauncher_plugin_sys_log_off_cmd">Log Off/Sign Out</system:String> |
| 13 | + <system:String x:Key="flowlauncher_plugin_sys_lock_cmd">Lock</system:String> |
| 14 | + <system:String x:Key="flowlauncher_plugin_sys_sleep_cmd">Sleep</system:String> |
| 15 | + <system:String x:Key="flowlauncher_plugin_sys_hibernate_cmd">Hibernate</system:String> |
| 16 | + <system:String x:Key="flowlauncher_plugin_sys_indexoption_cmd">Index Option</system:String> |
| 17 | + <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin_cmd">Empty Recycle Bin</system:String> |
| 18 | + <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin_cmd">Open Recycle Bin</system:String> |
| 19 | + <system:String x:Key="flowlauncher_plugin_sys_exit_cmd">Exit</system:String> |
| 20 | + <system:String x:Key="flowlauncher_plugin_sys_save_all_settings_cmd">Save Settings</system:String> |
| 21 | + <system:String x:Key="flowlauncher_plugin_sys_restart_cmd">Restart Flow Launcher</system:String> |
| 22 | + <system:String x:Key="flowlauncher_plugin_sys_setting_cmd">Settings</system:String> |
| 23 | + <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data_cmd">Reload Plugin Data</system:String> |
| 24 | + <system:String x:Key="flowlauncher_plugin_sys_check_for_update_cmd">Check For Update</system:String> |
| 25 | + <system:String x:Key="flowlauncher_plugin_sys_open_log_location_cmd">Open Log Location</system:String> |
| 26 | + <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips_cmd">Flow Launcher Tips</system:String> |
| 27 | + <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location_cmd">Flow Launcher UserData Folder</system:String> |
| 28 | + <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode_cmd">Toggle Game Mode</system:String> |
| 29 | + <system:String x:Key="flowlauncher_plugin_sys_theme_selector_cmd">Set the Flow Launcher Theme</system:String> |
| 30 | + |
| 31 | + <system:String x:Key="flowlauncher_plugin_sys_edit">Edit</system:String> |
| 32 | + |
| 33 | + <!-- Command Descriptions --> |
| 34 | + <system:String x:Key="flowlauncher_plugin_sys_shutdown_computer">Shutdown Computer</system:String> |
| 35 | + <system:String x:Key="flowlauncher_plugin_sys_restart_computer">Restart Computer</system:String> |
| 36 | + <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> |
| 37 | + <system:String x:Key="flowlauncher_plugin_sys_log_off">Log off</system:String> |
| 38 | + <system:String x:Key="flowlauncher_plugin_sys_lock">Lock this computer</system:String> |
| 39 | + <system:String x:Key="flowlauncher_plugin_sys_exit">Close Flow Launcher</system:String> |
| 40 | + <system:String x:Key="flowlauncher_plugin_sys_restart">Restart Flow Launcher</system:String> |
| 41 | + <system:String x:Key="flowlauncher_plugin_sys_setting">Tweak Flow Launcher's settings</system:String> |
| 42 | + <system:String x:Key="flowlauncher_plugin_sys_sleep">Put computer to sleep</system:String> |
| 43 | + <system:String x:Key="flowlauncher_plugin_sys_emptyrecyclebin">Empty recycle bin</system:String> |
| 44 | + <system:String x:Key="flowlauncher_plugin_sys_openrecyclebin">Open recycle bin</system:String> |
| 45 | + <system:String x:Key="flowlauncher_plugin_sys_indexoption">Indexing Options</system:String> |
| 46 | + <system:String x:Key="flowlauncher_plugin_sys_hibernate">Hibernate computer</system:String> |
| 47 | + <system:String x:Key="flowlauncher_plugin_sys_save_all_settings">Save all Flow Launcher settings</system:String> |
| 48 | + <system:String x:Key="flowlauncher_plugin_sys_reload_plugin_data">Refreshes plugin data with new content</system:String> |
| 49 | + <system:String x:Key="flowlauncher_plugin_sys_open_log_location">Open Flow Launcher's log location</system:String> |
| 50 | + <system:String x:Key="flowlauncher_plugin_sys_check_for_update">Check for new Flow Launcher update</system:String> |
| 51 | + <system:String x:Key="flowlauncher_plugin_sys_open_docs_tips">Visit Flow Launcher's documentation for more help and how to use tips</system:String> |
| 52 | + <system:String x:Key="flowlauncher_plugin_sys_open_userdata_location">Open the location where Flow Launcher's settings are stored</system:String> |
| 53 | + <system:String x:Key="flowlauncher_plugin_sys_toggle_game_mode">Toggle Game Mode</system:String> |
| 54 | + <system:String x:Key="flowlauncher_plugin_sys_theme_selector">Quickly change the Flow Launcher theme</system:String> |
| 55 | + |
| 56 | + <!-- Dialogs --> |
| 57 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtitle_success">Success</system:String> |
| 58 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_settings_saved">All Flow Launcher settings saved</system:String> |
| 59 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_all_applicableplugins_reloaded">Reloaded all applicable plugin data</system:String> |
| 60 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_shutdown_computer">Are you sure you want to shut the computer down?</system:String> |
| 61 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer">Are you sure you want to restart the computer?</system:String> |
| 62 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_restart_computer_advanced">Are you sure you want to restart the computer with Advanced Boot Options?</system:String> |
| 63 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_logoff_computer">Are you sure you want to log off?</system:String> |
| 64 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtitle_error">Error</system:String> |
| 65 | + <system:String x:Key="flowlauncher_plugin_sys_dlgtext_empty_recycle_bin_failed">Failed to empty the recycle bin. This might happen if:{0}- Some items are currently in use{0}- Some items can't be deleted due to permissions{0}Please close any applications that might be using these files and try again.</system:String> |
| 66 | + |
| 67 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword_setting_window_title">Command Keyword Setting</system:String> |
| 68 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword">Custom Command Keyword</system:String> |
| 69 | + <system:String x:Key="flowlauncher_plugin_sys_custom_command_keyword_tip">Enter a keyword to search for command: {0}. This keyword is used to match your query.</system:String> |
| 70 | + <system:String x:Key="flowlauncher_plugin_sys_command_keyword">Command Keyword</system:String> |
| 71 | + <system:String x:Key="flowlauncher_plugin_sys_reset">Reset</system:String> |
| 72 | + <system:String x:Key="flowlauncher_plugin_sys_confirm">Confirm</system:String> |
| 73 | + <system:String x:Key="flowlauncher_plugin_sys_cancel">Cancel</system:String> |
| 74 | + <system:String x:Key="flowlauncher_plugin_sys_input_command_keyword">Please enter a non-empty command keyword</system:String> |
| 75 | + |
| 76 | + <system:String x:Key="flowlauncher_plugin_sys_plugin_name">System Commands</system:String> |
| 77 | + <system:String x:Key="flowlauncher_plugin_sys_plugin_description">Provides System related commands. e.g. shutdown, lock, settings etc.</system:String> |
| 78 | + |
| 79 | +</ResourceDictionary> |
0 commit comments