//------------------------------------------------------------------------------ // // 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. // //------------------------------------------------------------------------------ namespace PowerLauncher.Properties { using System; /// /// A strongly-typed resource class, for looking up localized strings, etc. /// // 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", "16.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() { } /// /// Returns the cached ResourceManager instance used by this class. /// [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; } } /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Application Icon. /// public static string AppIcon { get { return ResourceManager.GetString("AppIcon", resourceCulture); } } /// /// Looks up a localized string similar to Context Menu Icon. /// public static string ContextMenuIcon { get { return ResourceManager.GetString("ContextMenuIcon", resourceCulture); } } /// /// Looks up a localized string similar to Context Menu Item. /// public static string ContextMenuItem { get { return ResourceManager.GetString("ContextMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Context Menu Item Additional Information. /// public static string ContextMenuItemAdditionalInformation { get { return ResourceManager.GetString("ContextMenuItemAdditionalInformation", resourceCulture); } } /// /// Looks up a localized string similar to Context Menu Items Collection. /// public static string ContextMenuItemsCollection { get { return ResourceManager.GetString("ContextMenuItemsCollection", resourceCulture); } } /// /// Looks up a localized string similar to Settings will be reset to default and program will continue to function.. /// public static string deseralization_error_message { get { return ResourceManager.GetString("deseralization_error_message", resourceCulture); } } /// /// Looks up a localized string similar to PowerToys Run deserialization error. /// public static string deseralization_error_title { get { return ResourceManager.GetString("deseralization_error_title", resourceCulture); } } /// /// Looks up a localized string similar to Execute query: {0}. /// public static string executeQuery { get { return ResourceManager.GetString("executeQuery", resourceCulture); } } /// /// Looks up a localized string similar to Last execution time: {0}. /// public static string lastExecuteTime { get { return ResourceManager.GetString("lastExecuteTime", resourceCulture); } } /// /// Looks up a localized string similar to Query. /// public static string Query { get { return ResourceManager.GetString("Query", resourceCulture); } } /// /// Looks up a localized string similar to Failed to register hotkey: {0}. /// public static string registerHotkeyFailed { get { return ResourceManager.GetString("registerHotkeyFailed", resourceCulture); } } /// /// Looks up a localized string similar to Please file a bug in the. /// public static string reportWindow_file_bug { get { return ResourceManager.GetString("reportWindow_file_bug", resourceCulture); } } /// /// Looks up a localized string similar to PowerToys GitHub repository. /// public static string reportWindow_github_repo { get { return ResourceManager.GetString("reportWindow_github_repo", resourceCulture); } } /// /// Looks up a localized string similar to Something went wrong.. /// public static string reportWindow_header { get { return ResourceManager.GetString("reportWindow_header", resourceCulture); } } /// /// Looks up a localized string similar to .. /// public static string reportWindow_period { get { return ResourceManager.GetString("reportWindow_period", resourceCulture); } } /// /// Looks up a localized string similar to Make sure to upload the log file and to include the error message.. /// public static string reportWindow_upload_log { get { return ResourceManager.GetString("reportWindow_upload_log", resourceCulture); } } /// /// Looks up a localized string similar to PowerToys Run ran into an issue. /// public static string reportWindow_wox_got_an_error { get { return ResourceManager.GetString("reportWindow_wox_got_an_error", resourceCulture); } } /// /// Looks up a localized string similar to Results. /// public static string Results { get { return ResourceManager.GetString("Results", resourceCulture); } } /// /// Looks up a localized string similar to Search Icon. /// public static string SearchIcon { get { return ResourceManager.GetString("SearchIcon", resourceCulture); } } /// /// Looks up a localized string similar to Start typing.... /// public static string startTyping { get { return ResourceManager.GetString("startTyping", resourceCulture); } } /// /// Looks up a localized string similar to Subtitle. /// public static string Subtitle { get { return ResourceManager.GetString("Subtitle", resourceCulture); } } /// /// Looks up a localized string similar to Title. /// public static string Title { get { return ResourceManager.GetString("Title", resourceCulture); } } } }