//------------------------------------------------------------------------------ // // 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.Win32.TaskScheduler.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", "15.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.Win32.TaskScheduler.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 Call a COM object. /// internal static string ActionTypeComHandler { get { return ResourceManager.GetString("ActionTypeComHandler", resourceCulture); } } /// /// Looks up a localized string similar to Start a program. /// internal static string ActionTypeExecute { get { return ResourceManager.GetString("ActionTypeExecute", resourceCulture); } } /// /// Looks up a localized string similar to Send an e-mail. /// internal static string ActionTypeSendEmail { get { return ResourceManager.GetString("ActionTypeSendEmail", resourceCulture); } } /// /// Looks up a localized string similar to Display a message. /// internal static string ActionTypeShowMessage { get { return ResourceManager.GetString("ActionTypeShowMessage", resourceCulture); } } /// /// Looks up a localized string similar to {3} {0:P}. /// internal static string ComHandlerAction { get { return ResourceManager.GetString("ComHandlerAction", resourceCulture); } } /// /// Looks up a localized string similar to every day. /// internal static string DOWAllDays { get { return ResourceManager.GetString("DOWAllDays", resourceCulture); } } /// /// Looks up a localized string similar to {1} {0}. /// internal static string EmailAction { get { return ResourceManager.GetString("EmailAction", resourceCulture); } } /// /// Looks up a localized string similar to .. /// internal static string EndSentence { get { return ResourceManager.GetString("EndSentence", resourceCulture); } } /// /// Looks up a localized string similar to The date and time a trigger expires must be later than the time time it starts or is activated.. /// internal static string Error_TriggerEndBeforeStart { get { return ResourceManager.GetString("Error_TriggerEndBeforeStart", resourceCulture); } } /// /// Looks up a localized string similar to {0} {1}. /// internal static string ExecAction { get { return ResourceManager.GetString("ExecAction", resourceCulture); } } /// /// Looks up a localized string similar to -. /// internal static string HyphenSeparator { get { return ResourceManager.GetString("HyphenSeparator", resourceCulture); } } /// /// Looks up a localized string similar to ,. /// internal static string ListSeparator { get { return ResourceManager.GetString("ListSeparator", resourceCulture); } } /// /// Looks up a localized string similar to every month. /// internal static string MOYAllMonths { get { return ResourceManager.GetString("MOYAllMonths", resourceCulture); } } /// /// Looks up a localized string similar to Multiple actions defined. /// internal static string MultipleActions { get { return ResourceManager.GetString("MultipleActions", resourceCulture); } } /// /// Looks up a localized string similar to Multiple triggers defined. /// internal static string MultipleTriggers { get { return ResourceManager.GetString("MultipleTriggers", resourceCulture); } } /// /// Looks up a localized string similar to {0}. /// internal static string ShowMessageAction { get { return ResourceManager.GetString("ShowMessageAction", resourceCulture); } } /// /// Looks up a localized string similar to Author. /// internal static string TaskDefaultPrincipal { get { return ResourceManager.GetString("TaskDefaultPrincipal", resourceCulture); } } /// /// Looks up a localized string similar to Disabled. /// internal static string TaskStateDisabled { get { return ResourceManager.GetString("TaskStateDisabled", resourceCulture); } } /// /// Looks up a localized string similar to Queued. /// internal static string TaskStateQueued { get { return ResourceManager.GetString("TaskStateQueued", resourceCulture); } } /// /// Looks up a localized string similar to Ready. /// internal static string TaskStateReady { get { return ResourceManager.GetString("TaskStateReady", resourceCulture); } } /// /// Looks up a localized string similar to Running. /// internal static string TaskStateRunning { get { return ResourceManager.GetString("TaskStateRunning", resourceCulture); } } /// /// Looks up a localized string similar to Unknown. /// internal static string TaskStateUnknown { get { return ResourceManager.GetString("TaskStateUnknown", resourceCulture); } } /// /// Looks up a localized string similar to any user. /// internal static string TriggerAnyUser { get { return ResourceManager.GetString("TriggerAnyUser", resourceCulture); } } /// /// Looks up a localized string similar to At system startup. /// internal static string TriggerBoot1 { get { return ResourceManager.GetString("TriggerBoot1", resourceCulture); } } /// /// Looks up a localized string similar to Custom Trigger. /// internal static string TriggerCustom1 { get { return ResourceManager.GetString("TriggerCustom1", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} every day. /// internal static string TriggerDaily1 { get { return ResourceManager.GetString("TriggerDaily1", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} every {1} days. /// internal static string TriggerDaily2 { get { return ResourceManager.GetString("TriggerDaily2", resourceCulture); } } /// /// Looks up a localized string similar to indefinitely. /// internal static string TriggerDuration0 { get { return ResourceManager.GetString("TriggerDuration0", resourceCulture); } } /// /// Looks up a localized string similar to for a duration of {0}. /// internal static string TriggerDurationNot0 { get { return ResourceManager.GetString("TriggerDurationNot0", resourceCulture); } } /// /// Looks up a localized string similar to for {0}. /// internal static string TriggerDurationNot0Short { get { return ResourceManager.GetString("TriggerDurationNot0Short", resourceCulture); } } /// /// Looks up a localized string similar to Trigger expires at {0:G}.. /// internal static string TriggerEndBoundary { get { return ResourceManager.GetString("TriggerEndBoundary", resourceCulture); } } /// /// Looks up a localized string similar to Custom event filter. /// internal static string TriggerEvent1 { get { return ResourceManager.GetString("TriggerEvent1", resourceCulture); } } /// /// Looks up a localized string similar to On event - Log: {0}. /// internal static string TriggerEventBasic1 { get { return ResourceManager.GetString("TriggerEventBasic1", resourceCulture); } } /// /// Looks up a localized string similar to , Source: {0}. /// internal static string TriggerEventBasic2 { get { return ResourceManager.GetString("TriggerEventBasic2", resourceCulture); } } /// /// Looks up a localized string similar to , EventID: {0}. /// internal static string TriggerEventBasic3 { get { return ResourceManager.GetString("TriggerEventBasic3", resourceCulture); } } /// /// Looks up a localized string similar to When computer is idle. /// internal static string TriggerIdle1 { get { return ResourceManager.GetString("TriggerIdle1", resourceCulture); } } /// /// Looks up a localized string similar to At log on of {0}. /// internal static string TriggerLogon1 { get { return ResourceManager.GetString("TriggerLogon1", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} on day {1} of {2}, starting {0:d}. /// internal static string TriggerMonthly1 { get { return ResourceManager.GetString("TriggerMonthly1", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} on {1} {2:f} each {3}, starting {0:d}. /// internal static string TriggerMonthlyDOW1 { get { return ResourceManager.GetString("TriggerMonthlyDOW1", resourceCulture); } } /// /// Looks up a localized string similar to When the task is created or modified. /// internal static string TriggerRegistration1 { get { return ResourceManager.GetString("TriggerRegistration1", resourceCulture); } } /// /// Looks up a localized string similar to After triggered, repeat every {0} {1}.. /// internal static string TriggerRepetition { get { return ResourceManager.GetString("TriggerRepetition", resourceCulture); } } /// /// Looks up a localized string similar to Every {0} {1}.. /// internal static string TriggerRepetitionShort { get { return ResourceManager.GetString("TriggerRepetitionShort", resourceCulture); } } /// /// Looks up a localized string similar to On local connection to {0}.. /// internal static string TriggerSessionConsoleConnect { get { return ResourceManager.GetString("TriggerSessionConsoleConnect", resourceCulture); } } /// /// Looks up a localized string similar to On local disconnect from {0}.. /// internal static string TriggerSessionConsoleDisconnect { get { return ResourceManager.GetString("TriggerSessionConsoleDisconnect", resourceCulture); } } /// /// Looks up a localized string similar to On remote connection to {0}.. /// internal static string TriggerSessionRemoteConnect { get { return ResourceManager.GetString("TriggerSessionRemoteConnect", resourceCulture); } } /// /// Looks up a localized string similar to On remote disconnect from {0}.. /// internal static string TriggerSessionRemoteDisconnect { get { return ResourceManager.GetString("TriggerSessionRemoteDisconnect", resourceCulture); } } /// /// Looks up a localized string similar to On workstation lock of {0}.. /// internal static string TriggerSessionSessionLock { get { return ResourceManager.GetString("TriggerSessionSessionLock", resourceCulture); } } /// /// Looks up a localized string similar to On workstation unlock of {0}.. /// internal static string TriggerSessionSessionUnlock { get { return ResourceManager.GetString("TriggerSessionSessionUnlock", resourceCulture); } } /// /// Looks up a localized string similar to user session of {0}. /// internal static string TriggerSessionUserSession { get { return ResourceManager.GetString("TriggerSessionUserSession", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} on {0:d}. /// internal static string TriggerTime1 { get { return ResourceManager.GetString("TriggerTime1", resourceCulture); } } /// /// Looks up a localized string similar to At startup. /// internal static string TriggerTypeBoot { get { return ResourceManager.GetString("TriggerTypeBoot", resourceCulture); } } /// /// Looks up a localized string similar to Custom Trigger. /// internal static string TriggerTypeCustom { get { return ResourceManager.GetString("TriggerTypeCustom", resourceCulture); } } /// /// Looks up a localized string similar to Daily. /// internal static string TriggerTypeDaily { get { return ResourceManager.GetString("TriggerTypeDaily", resourceCulture); } } /// /// Looks up a localized string similar to On an event. /// internal static string TriggerTypeEvent { get { return ResourceManager.GetString("TriggerTypeEvent", resourceCulture); } } /// /// Looks up a localized string similar to On idle. /// internal static string TriggerTypeIdle { get { return ResourceManager.GetString("TriggerTypeIdle", resourceCulture); } } /// /// Looks up a localized string similar to At log on. /// internal static string TriggerTypeLogon { get { return ResourceManager.GetString("TriggerTypeLogon", resourceCulture); } } /// /// Looks up a localized string similar to Monthly. /// internal static string TriggerTypeMonthly { get { return ResourceManager.GetString("TriggerTypeMonthly", resourceCulture); } } /// /// Looks up a localized string similar to Monthly. /// internal static string TriggerTypeMonthlyDOW { get { return ResourceManager.GetString("TriggerTypeMonthlyDOW", resourceCulture); } } /// /// Looks up a localized string similar to At task creation/modification. /// internal static string TriggerTypeRegistration { get { return ResourceManager.GetString("TriggerTypeRegistration", resourceCulture); } } /// /// Looks up a localized string similar to On state change. /// internal static string TriggerTypeSessionStateChange { get { return ResourceManager.GetString("TriggerTypeSessionStateChange", resourceCulture); } } /// /// Looks up a localized string similar to One time. /// internal static string TriggerTypeTime { get { return ResourceManager.GetString("TriggerTypeTime", resourceCulture); } } /// /// Looks up a localized string similar to Weekly. /// internal static string TriggerTypeWeekly { get { return ResourceManager.GetString("TriggerTypeWeekly", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} every {1} of every week, starting {0:d}. /// internal static string TriggerWeekly1Week { get { return ResourceManager.GetString("TriggerWeekly1Week", resourceCulture); } } /// /// Looks up a localized string similar to At {0:t} every {1} of every {2} weeks, starting {0:d}. /// internal static string TriggerWeeklyMultWeeks { get { return ResourceManager.GetString("TriggerWeeklyMultWeeks", resourceCulture); } } /// /// Looks up a localized string similar to every. /// internal static string WWAllWeeks { get { return ResourceManager.GetString("WWAllWeeks", resourceCulture); } } /// /// Looks up a localized string similar to fifth. /// internal static string WWFifthWeek { get { return ResourceManager.GetString("WWFifthWeek", resourceCulture); } } /// /// Looks up a localized string similar to first. /// internal static string WWFirstWeek { get { return ResourceManager.GetString("WWFirstWeek", resourceCulture); } } /// /// Looks up a localized string similar to fourth. /// internal static string WWFourthWeek { get { return ResourceManager.GetString("WWFourthWeek", resourceCulture); } } /// /// Looks up a localized string similar to last. /// internal static string WWLastWeek { get { return ResourceManager.GetString("WWLastWeek", resourceCulture); } } /// /// Looks up a localized string similar to second. /// internal static string WWSecondWeek { get { return ResourceManager.GetString("WWSecondWeek", resourceCulture); } } /// /// Looks up a localized string similar to third. /// internal static string WWThirdWeek { get { return ResourceManager.GetString("WWThirdWeek", resourceCulture); } } } }