//------------------------------------------------------------------------------ // // 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 Microsoft.Plugin.Program.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", "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() { } /// /// 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("Microsoft.Plugin.Program.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 Name. /// public static string powertoys_run_plugin_program_file_name { get { return ResourceManager.GetString("powertoys_run_plugin_program_file_name", resourceCulture); } } /// /// Looks up a localized string similar to Path. /// public static string powertoys_run_plugin_program_file_path { get { return ResourceManager.GetString("powertoys_run_plugin_program_file_path", resourceCulture); } } /// /// Looks up a localized string similar to Folder. /// public static string powertoys_run_plugin_program_folder_type { get { return ResourceManager.GetString("powertoys_run_plugin_program_folder_type", resourceCulture); } } /// /// Looks up a localized string similar to File. /// public static string powertoys_run_plugin_program_generic_file_type { get { return ResourceManager.GetString("powertoys_run_plugin_program_generic_file_type", resourceCulture); } } /// /// Looks up a localized string similar to Internet shortcut application. /// public static string powertoys_run_plugin_program_internet_shortcut_application { get { return ResourceManager.GetString("powertoys_run_plugin_program_internet_shortcut_application", resourceCulture); } } /// /// Looks up a localized string similar to Packaged application. /// public static string powertoys_run_plugin_program_packaged_application { get { return ResourceManager.GetString("powertoys_run_plugin_program_packaged_application", resourceCulture); } } /// /// Looks up a localized string similar to Run command. /// public static string powertoys_run_plugin_program_run_command { get { return ResourceManager.GetString("powertoys_run_plugin_program_run_command", resourceCulture); } } /// /// Looks up a localized string similar to Unable to start. /// public static string powertoys_run_plugin_program_start_failed { get { return ResourceManager.GetString("powertoys_run_plugin_program_start_failed", resourceCulture); } } /// /// Looks up a localized string similar to Can't start UWP. /// public static string powertoys_run_plugin_program_uwp_failed { get { return ResourceManager.GetString("powertoys_run_plugin_program_uwp_failed", resourceCulture); } } /// /// Looks up a localized string similar to Web application. /// public static string powertoys_run_plugin_program_web_application { get { return ResourceManager.GetString("powertoys_run_plugin_program_web_application", resourceCulture); } } /// /// Looks up a localized string similar to Application. /// public static string powertoys_run_plugin_program_win32_application { get { return ResourceManager.GetString("powertoys_run_plugin_program_win32_application", resourceCulture); } } /// /// Looks up a localized string similar to Open containing folder (Ctrl+Shift+E). /// public static string wox_plugin_program_open_containing_folder { get { return ResourceManager.GetString("wox_plugin_program_open_containing_folder", resourceCulture); } } /// /// Looks up a localized string similar to Open path in console (Ctrl+Shift+C). /// public static string wox_plugin_program_open_in_console { get { return ResourceManager.GetString("wox_plugin_program_open_in_console", resourceCulture); } } /// /// Looks up a localized string similar to Searches programs.. /// public static string wox_plugin_program_plugin_description { get { return ResourceManager.GetString("wox_plugin_program_plugin_description", resourceCulture); } } /// /// Looks up a localized string similar to Program. /// public static string wox_plugin_program_plugin_name { get { return ResourceManager.GetString("wox_plugin_program_plugin_name", resourceCulture); } } /// /// Looks up a localized string similar to Run as administrator (Ctrl+Shift+Enter). /// public static string wox_plugin_program_run_as_administrator { get { return ResourceManager.GetString("wox_plugin_program_run_as_administrator", resourceCulture); } } /// /// Looks up a localized string similar to Run as different user (Ctrl+Shift+U). /// public static string wox_plugin_program_run_as_user { get { return ResourceManager.GetString("wox_plugin_program_run_as_user", resourceCulture); } } } }