2025-07-20 04:28:55 +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">
|
2015-01-07 10:51:11 +00:00
|
|
|
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_relace_winr">Replace Win+R</system:String>
|
2023-11-01 16:35:00 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_close_cmd_after_press">Close Command Prompt after pressing any key</system:String>
|
2023-12-13 17:35:34 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_press_any_key_to_close">Press any key to close this window...</system:String>
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_leave_cmd_open">Do not close Command Prompt after command execution</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_always_run_as_administrator">Always run as administrator</system:String>
|
2025-02-05 23:22:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_use_windows_terminal">Use Windows Terminal</system:String>
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_different_user">Run as different user</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_name">Shell</system:String>
|
2023-07-18 08:02:32 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_plugin_description">Allows to execute system commands from Flow Launcher</system:String>
|
2020-04-21 12:54:41 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_cmd_has_been_executed_times">this command has been executed {0} times</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_execute_through_shell">execute command through command shell</system:String>
|
|
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_run_as_administrator">Run As Administrator</system:String>
|
2021-03-09 10:04:28 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_copy">Copy the command</system:String>
|
2021-04-12 09:06:44 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_history">Only show number of most used commands:</system:String>
|
2025-07-20 04:28:55 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_command_not_found">Command not found: {0}</system:String>
|
2025-07-20 04:52:39 +00:00
|
|
|
<system:String x:Key="flowlauncher_plugin_cmd_error_running_command">Error running the command: {0}</system:String>
|
2025-02-05 23:22:41 +00:00
|
|
|
</ResourceDictionary>
|