mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
[PT Run] System plugin: Setting for separate "Empty Recycle Bin" result (#24057)
* Split results and setting * smalöl fixes * fixes
This commit is contained in:
@@ -457,7 +457,16 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show a success message after empty the Recycle Bin.
|
||||
/// Looks up a localized string similar to Show separate result for Empty Recycle Bin command.
|
||||
/// </summary>
|
||||
internal static string Microsoft_plugin_sys_RecycleBin_ShowEmptySeparate {
|
||||
get {
|
||||
return ResourceManager.GetString("Microsoft_plugin_sys_RecycleBin_ShowEmptySeparate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Show a success message after emptying the Recycle Bin.
|
||||
/// </summary>
|
||||
internal static string Microsoft_plugin_sys_RecycleBin_ShowEmptySuccessMessage {
|
||||
get {
|
||||
@@ -465,6 +474,33 @@ namespace Microsoft.PowerToys.Run.Plugin.System.Properties {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Empty Recycle Bin.
|
||||
/// </summary>
|
||||
internal static string Microsoft_plugin_sys_RecycleBinEmpty_description {
|
||||
get {
|
||||
return ResourceManager.GetString("Microsoft_plugin_sys_RecycleBinEmpty_description", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Empty Recycle Bin.
|
||||
/// </summary>
|
||||
internal static string Microsoft_plugin_sys_RecycleBinEmptyResult {
|
||||
get {
|
||||
return ResourceManager.GetString("Microsoft_plugin_sys_RecycleBinEmptyResult", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Open Recycle Bin.
|
||||
/// </summary>
|
||||
internal static string Microsoft_plugin_sys_RecycleBinOpen {
|
||||
get {
|
||||
return ResourceManager.GetString("Microsoft_plugin_sys_RecycleBinOpen", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Restart.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user