[Settings] Run Plugin additional options: description (#17108)

* last changes

* update ww settings

* feedbvack and TimeDate plugin

* Add property description
This commit is contained in:
Heiko
2022-03-21 13:47:09 +01:00
committed by GitHub
parent 4c067bb728
commit 380add882c
10 changed files with 121 additions and 22 deletions

View File

@@ -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 &quot;kill process&quot; 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&apos;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>

View File

@@ -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>