mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 19:26:39 +02:00
[Settings] Run Plugin additional options: description (#17108)
* last changes * update ww settings * feedbvack and TimeDate plugin * Add property description
This commit is contained in:
@@ -213,6 +213,15 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This message is only shown when searching with a direct activation command..
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingExplorerSettingInfo_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("wox_plugin_windowwalker_SettingExplorerSettingInfo_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hide "kill process" button if additional permissions required.
|
||||
/// </summary>
|
||||
@@ -232,7 +241,16 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Stay open after closing windows and killing processes (Not working with kill process confirmation).
|
||||
/// Looks up a localized string similar to Be careful when activating this. Killing the whole process tree can lead to problematic application crashes..
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingKillProcessTree_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("wox_plugin_windowwalker_SettingKillProcessTree_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Stay open after closing windows and killing processes.
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingOpenAfterKillAndClose {
|
||||
get {
|
||||
@@ -240,6 +258,15 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This feature won't work if the kill process confirmation is enabled..
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingOpenAfterKillAndClose_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("wox_plugin_windowwalker_SettingOpenAfterKillAndClose_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show only results from visible desktop.
|
||||
/// </summary>
|
||||
@@ -250,7 +277,7 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show desktop name in the subtitle (If two or more desktops exist).
|
||||
/// Looks up a localized string similar to Show desktop name in the subtitle.
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingSubtitleDesktopName {
|
||||
get {
|
||||
@@ -258,6 +285,15 @@ namespace Microsoft.Plugin.WindowWalker.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This information is only shown in subtitle and tool tip, if you have at least two desktops..
|
||||
/// </summary>
|
||||
public static string wox_plugin_windowwalker_SettingSubtitleDesktopName_Description {
|
||||
get {
|
||||
return ResourceManager.GetString("wox_plugin_windowwalker_SettingSubtitleDesktopName_Description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show process id in the subtitle.
|
||||
/// </summary>
|
||||
|
||||
@@ -140,13 +140,13 @@
|
||||
<value>Show only results from visible desktop</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingSubtitleDesktopName" xml:space="preserve">
|
||||
<value>Show desktop name in the subtitle (If two or more desktops exist)</value>
|
||||
<value>Show desktop name in the subtitle</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingSubtitlePid" xml:space="preserve">
|
||||
<value>Show process id in the subtitle</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingOpenAfterKillAndClose" xml:space="preserve">
|
||||
<value>Stay open after closing windows and killing processes (Not working with kill process confirmation)</value>
|
||||
<value>Stay open after closing windows and killing processes</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_Desktop" xml:space="preserve">
|
||||
<value>Desktop</value>
|
||||
@@ -190,4 +190,16 @@
|
||||
<data name="wox_plugin_windowwalker_SettingKillProcessTree" xml:space="preserve">
|
||||
<value>Kill process and its child processes</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingExplorerSettingInfo_Description" xml:space="preserve">
|
||||
<value>This message is only shown when searching with a direct activation command.</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingKillProcessTree_Description" xml:space="preserve">
|
||||
<value>Be careful when activating this. Killing the whole process tree can lead to problematic application crashes.</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingOpenAfterKillAndClose_Description" xml:space="preserve">
|
||||
<value>This feature won't work if the kill process confirmation is enabled.</value>
|
||||
</data>
|
||||
<data name="wox_plugin_windowwalker_SettingSubtitleDesktopName_Description" xml:space="preserve">
|
||||
<value>This information is only shown in subtitle and tool tip, if you have at least two desktops.</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user