Files
PowerToys/src/modules/launcher/PowerLauncher/Properties/Resources.Designer.cs
Davide Giacometti 035d70dd04 [PTRun]Improve error MessageBox title and message (#34564)
* include utility name in error MessageBox for better context

* aligned loading/init error messages

* Update src/modules/launcher/PowerLauncher/Plugin/PluginManager.cs

---------

Co-authored-by: Heiko <61519853+htcfreek@users.noreply.github.com>
2024-09-23 15:50:53 +01:00

316 lines
12 KiB
C#

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
namespace PowerLauncher.Properties {
using System;
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// This class was auto-generated by the StronglyTypedResourceBuilder
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
public class Resources {
private static global::System.Resources.ResourceManager resourceMan;
private static global::System.Globalization.CultureInfo resourceCulture;
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Resources() {
}
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("PowerLauncher.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
public static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
set {
resourceCulture = value;
}
}
/// <summary>
/// Looks up a localized string similar to Application Icon.
/// </summary>
public static string AppIcon {
get {
return ResourceManager.GetString("AppIcon", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Context Menu Icon.
/// </summary>
public static string ContextMenuIcon {
get {
return ResourceManager.GetString("ContextMenuIcon", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Context Menu Item.
/// </summary>
public static string ContextMenuItem {
get {
return ResourceManager.GetString("ContextMenuItem", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Context Menu Item Additional Information.
/// </summary>
public static string ContextMenuItemAdditionalInformation {
get {
return ResourceManager.GetString("ContextMenuItemAdditionalInformation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Appended controls available.
/// </summary>
public static string ContextMenuItemsAvailable {
get {
return ResourceManager.GetString("ContextMenuItemsAvailable", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Context Menu Items Collection.
/// </summary>
public static string ContextMenuItemsCollection {
get {
return ResourceManager.GetString("ContextMenuItemsCollection", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Settings will be reset to default and program will continue to function..
/// </summary>
public static string deserialization_error_message {
get {
return ResourceManager.GetString("deserialization_error_message", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerToys Run deserialization error.
/// </summary>
public static string deserialization_error_title {
get {
return ResourceManager.GetString("deserialization_error_title", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Execute query: {0}.
/// </summary>
public static string executeQuery {
get {
return ResourceManager.GetString("executeQuery", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Fail to initialize plugins: {0}.
/// </summary>
public static string FailedToInitializePluginsDescription {
get {
return ResourceManager.GetString("FailedToInitializePluginsDescription", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please report the bug to https://aka.ms/powerToysReportBug. (For third-party plugins, please contact the plugin author.).
/// </summary>
public static string FailedToInitializePluginsDescriptionPartTwo {
get {
return ResourceManager.GetString("FailedToInitializePluginsDescriptionPartTwo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerToys Run - Plugin Initialization Error.
/// </summary>
public static string FailedToInitializePluginsTitle {
get {
return ResourceManager.GetString("FailedToInitializePluginsTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Last execution time: {0}.
/// </summary>
public static string lastExecuteTime {
get {
return ResourceManager.GetString("lastExecuteTime", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Plugin keywords.
/// </summary>
public static string PluginKeywords {
get {
return ResourceManager.GetString("PluginKeywords", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Query.
/// </summary>
public static string Query {
get {
return ResourceManager.GetString("Query", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Failed to register hotkey: {0}.
/// </summary>
public static string registerHotkeyFailed {
get {
return ResourceManager.GetString("registerHotkeyFailed", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerToys Run - Hotkey Error.
/// </summary>
public static string RegisterHotkeyFailedTitle {
get {
return ResourceManager.GetString("RegisterHotkeyFailedTitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Please file a bug in the.
/// </summary>
public static string reportWindow_file_bug {
get {
return ResourceManager.GetString("reportWindow_file_bug", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerToys GitHub repository.
/// </summary>
public static string reportWindow_github_repo {
get {
return ResourceManager.GetString("reportWindow_github_repo", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Something went wrong..
/// </summary>
public static string reportWindow_header {
get {
return ResourceManager.GetString("reportWindow_header", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to ..
/// </summary>
public static string reportWindow_period {
get {
return ResourceManager.GetString("reportWindow_period", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Make sure to upload the log file and to include the error message..
/// </summary>
public static string reportWindow_upload_log {
get {
return ResourceManager.GetString("reportWindow_upload_log", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to PowerToys Run ran into an issue.
/// </summary>
public static string reportWindow_wox_got_an_error {
get {
return ResourceManager.GetString("reportWindow_wox_got_an_error", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Results.
/// </summary>
public static string Results {
get {
return ResourceManager.GetString("Results", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Search Icon.
/// </summary>
public static string SearchIcon {
get {
return ResourceManager.GetString("SearchIcon", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Start typing....
/// </summary>
public static string startTyping {
get {
return ResourceManager.GetString("startTyping", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Subtitle.
/// </summary>
public static string Subtitle {
get {
return ResourceManager.GetString("Subtitle", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Title.
/// </summary>
public static string Title {
get {
return ResourceManager.GetString("Title", resourceCulture);
}
}
}
}