//------------------------------------------------------------------------------ // // 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.PowerToys.Run.Plugin.Service.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()] internal 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)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Microsoft.PowerToys.Run.Plugin.Service.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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to Continue. /// internal static string wox_plugin_service_continue_pending { get { return ResourceManager.GetString("wox_plugin_service_continue_pending", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// internal static string wox_plugin_service_name { get { return ResourceManager.GetString("wox_plugin_service_name", resourceCulture); } } /// /// Looks up a localized string similar to Open services (Ctrl+O). /// internal static string wox_plugin_service_open_services { get { return ResourceManager.GetString("wox_plugin_service_open_services", resourceCulture); } } /// /// Looks up a localized string similar to Pausing. /// internal static string wox_plugin_service_pause_pending { get { return ResourceManager.GetString("wox_plugin_service_pause_pending", resourceCulture); } } /// /// Looks up a localized string similar to Paused. /// internal static string wox_plugin_service_paused { get { return ResourceManager.GetString("wox_plugin_service_paused", resourceCulture); } } /// /// Looks up a localized string similar to Manages Windows services.. /// internal static string wox_plugin_service_plugin_description { get { return ResourceManager.GetString("wox_plugin_service_plugin_description", resourceCulture); } } /// /// Looks up a localized string similar to Service. /// internal static string wox_plugin_service_plugin_name { get { return ResourceManager.GetString("wox_plugin_service_plugin_name", resourceCulture); } } /// /// Looks up a localized string similar to Restart (Ctrl+R). /// internal static string wox_plugin_service_restart { get { return ResourceManager.GetString("wox_plugin_service_restart", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while restarting the service. /// internal static string wox_plugin_service_restart_error_notification { get { return ResourceManager.GetString("wox_plugin_service_restart_error_notification", resourceCulture); } } /// /// Looks up a localized string similar to The service has been restarted. /// internal static string wox_plugin_service_restarted_notification { get { return ResourceManager.GetString("wox_plugin_service_restarted_notification", resourceCulture); } } /// /// Looks up a localized string similar to Running. /// internal static string wox_plugin_service_running { get { return ResourceManager.GetString("wox_plugin_service_running", resourceCulture); } } /// /// Looks up a localized string similar to Start (Enter). /// internal static string wox_plugin_service_start { get { return ResourceManager.GetString("wox_plugin_service_start", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while starting the service. /// internal static string wox_plugin_service_start_error_notification { get { return ResourceManager.GetString("wox_plugin_service_start_error_notification", resourceCulture); } } /// /// Looks up a localized string similar to Automatic. /// internal static string wox_plugin_service_start_mode_automatic { get { return ResourceManager.GetString("wox_plugin_service_start_mode_automatic", resourceCulture); } } /// /// Looks up a localized string similar to Automatic (Delayed Start). /// internal static string wox_plugin_service_start_mode_automaticDelayed { get { return ResourceManager.GetString("wox_plugin_service_start_mode_automaticDelayed", resourceCulture); } } /// /// Looks up a localized string similar to Boot. /// internal static string wox_plugin_service_start_mode_boot { get { return ResourceManager.GetString("wox_plugin_service_start_mode_boot", resourceCulture); } } /// /// Looks up a localized string similar to Disabled. /// internal static string wox_plugin_service_start_mode_disabled { get { return ResourceManager.GetString("wox_plugin_service_start_mode_disabled", resourceCulture); } } /// /// Looks up a localized string similar to Manual. /// internal static string wox_plugin_service_start_mode_manual { get { return ResourceManager.GetString("wox_plugin_service_start_mode_manual", resourceCulture); } } /// /// Looks up a localized string similar to System. /// internal static string wox_plugin_service_start_mode_system { get { return ResourceManager.GetString("wox_plugin_service_start_mode_system", resourceCulture); } } /// /// Looks up a localized string similar to Starting. /// internal static string wox_plugin_service_start_pending { get { return ResourceManager.GetString("wox_plugin_service_start_pending", resourceCulture); } } /// /// Looks up a localized string similar to Started. /// internal static string wox_plugin_service_started { get { return ResourceManager.GetString("wox_plugin_service_started", resourceCulture); } } /// /// Looks up a localized string similar to The service has been started. /// internal static string wox_plugin_service_started_notification { get { return ResourceManager.GetString("wox_plugin_service_started_notification", resourceCulture); } } /// /// Looks up a localized string similar to Startup. /// internal static string wox_plugin_service_startup { get { return ResourceManager.GetString("wox_plugin_service_startup", resourceCulture); } } /// /// Looks up a localized string similar to Status. /// internal static string wox_plugin_service_status { get { return ResourceManager.GetString("wox_plugin_service_status", resourceCulture); } } /// /// Looks up a localized string similar to Stop (Enter). /// internal static string wox_plugin_service_stop { get { return ResourceManager.GetString("wox_plugin_service_stop", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while stopping the service. /// internal static string wox_plugin_service_stop_error_notification { get { return ResourceManager.GetString("wox_plugin_service_stop_error_notification", resourceCulture); } } /// /// Looks up a localized string similar to Stopping. /// internal static string wox_plugin_service_stop_pending { get { return ResourceManager.GetString("wox_plugin_service_stop_pending", resourceCulture); } } /// /// Looks up a localized string similar to Stopped. /// internal static string wox_plugin_service_stopped { get { return ResourceManager.GetString("wox_plugin_service_stopped", resourceCulture); } } /// /// Looks up a localized string similar to The service has been stopped. /// internal static string wox_plugin_service_stopped_notification { get { return ResourceManager.GetString("wox_plugin_service_stopped_notification", resourceCulture); } } } }