File: src\runtime\artifacts\obj\System.Diagnostics.EventLog\Release\net11.0-windows\System.SR.cs
Project: System.Diagnostics.EventLog.csproj (System.Diagnostics.EventLog)
// <auto-generated>
using System.Reflection;

namespace FxResources.System.Diagnostics.EventLog
{
    internal static class SR { }
}
namespace System
{
    internal static partial class SR
    {
        private static global::System.Resources.ResourceManager s_resourceManager;
        internal static global::System.Resources.ResourceManager ResourceManager => s_resourceManager ?? (s_resourceManager = new global::System.Resources.ResourceManager(typeof(FxResources.System.Diagnostics.EventLog.SR)));

        /// <summary>Event log names must consist of printable characters and cannot contain \\, *, ?, or spaces</summary>
        internal static string @BadLogName => GetResourceString("BadLogName");
        /// <summary>The event log source '{0}' cannot be deleted, because it's equal to the log name.</summary>
        internal static string @CannotDeleteEqualSource => GetResourceString("CannotDeleteEqualSource");
        /// <summary>Cannot monitor EntryWritten events for this EventLog. This might be because the EventLog is on a remote machine which is not a supported scenario.</summary>
        internal static string @CantMonitorEventLog => GetResourceString("CantMonitorEventLog");
        /// <summary>Cannot open log {0} on computer '{1}'. {2}</summary>
        internal static string @CantOpenLog => GetResourceString("CantOpenLog");
        /// <summary>Cannot open log for source '{0}'. You may not have write access.</summary>
        internal static string @CantOpenLogAccess => GetResourceString("CantOpenLogAccess");
        /// <summary>Cannot read log entry number {0}.  The event log may be corrupt.</summary>
        internal static string @CantReadLogEntryAt => GetResourceString("CantReadLogEntryAt");
        /// <summary>Cannot retrieve all entries.</summary>
        internal static string @CantRetrieveEntries => GetResourceString("CantRetrieveEntries");
        /// <summary>Invalid eventID value '{0}'. It must be in the range between '{1}' and '{2}'.</summary>
        internal static string @EventID => GetResourceString("EventID");
        /// <summary>Index {0} is out of bounds.</summary>
        internal static string @IndexOutOfBounds => GetResourceString("IndexOutOfBounds");
        /// <summary>Cannot initialize the same object twice.</summary>
        internal static string @InitTwice => GetResourceString("InitTwice");
        /// <summary>The log name: '{0}' is invalid for customer log creation.</summary>
        internal static string @InvalidCustomerLogName => GetResourceString("InvalidCustomerLogName");
        /// <summary>Invalid value '{1}' for parameter '{0}'.</summary>
        internal static string @InvalidParameter => GetResourceString("InvalidParameter");
        /// <summary>Invalid format for argument {0}.</summary>
        internal static string @InvalidParameterFormat => GetResourceString("InvalidParameterFormat");
        /// <summary>Log {0} has already been registered as a source on the local computer.</summary>
        internal static string @LocalLogAlreadyExistsAsSource => GetResourceString("LocalLogAlreadyExistsAsSource");
        /// <summary>Cannot open registry key {0}\\{1}\\{2}.</summary>
        internal static string @LocalRegKeyMissing => GetResourceString("LocalRegKeyMissing");
        /// <summary>Source {0} already exists on the local computer.</summary>
        internal static string @LocalSourceAlreadyExists => GetResourceString("LocalSourceAlreadyExists");
        /// <summary>Source {0} is not registered on the local computer.</summary>
        internal static string @LocalSourceNotRegistered => GetResourceString("LocalSourceNotRegistered");
        /// <summary>The event log '{0}' on computer '{1}' does not exist.</summary>
        internal static string @LogDoesNotExists => GetResourceString("LogDoesNotExists");
        /// <summary>Log entry string is too long. A string written to the event log cannot exceed 32766 characters.</summary>
        internal static string @LogEntryTooLong => GetResourceString("LogEntryTooLong");
        /// <summary>The source '{0}' is not registered in log '{1}'. (It is registered in log '{2}'.) " The Source and Log properties must be matched, or you may set Log to the empty string, and it will automatically be matched to the Source property.NoAccountInfo=Cannot obta ...</summary>
        internal static string @LogSourceMismatch => GetResourceString("LogSourceMismatch");
        /// <summary>MaximumKilobytes must be between 64 KB and 4 GB, and must be in 64K increments.</summary>
        internal static string @MaximumKilobytesOutOfRange => GetResourceString("MaximumKilobytesOutOfRange");
        /// <summary>The description for Event ID '{0}' in Source '{1}' cannot be found.  The local computer may not have the necessary registry information or message DLL files to display the message, or you may not have permission to access them.  The following information i ...</summary>
        internal static string @MessageNotFormatted => GetResourceString("MessageNotFormatted");
        /// <summary>Cannot find Log {0} on computer '{1}'.</summary>
        internal static string @MissingLog => GetResourceString("MissingLog");
        /// <summary>Log property value has not been specified.</summary>
        internal static string @MissingLogProperty => GetResourceString("MissingLogProperty");
        /// <summary>Must specify value for {0}.</summary>
        internal static string @MissingParameter => GetResourceString("MissingParameter");
        /// <summary>Source property was not set before opening the event log in write mode.</summary>
        internal static string @NeedSourceToOpen => GetResourceString("NeedSourceToOpen");
        /// <summary>Source property was not set before writing to the event log.</summary>
        internal static string @NeedSourceToWrite => GetResourceString("NeedSourceToWrite");
        /// <summary>No current EventLog entry available, cursor is located before the first or after the last element of the enumeration.</summary>
        internal static string @NoCurrentEntry => GetResourceString("NoCurrentEntry");
        /// <summary>Log to delete was not specified.</summary>
        internal static string @NoLogName => GetResourceString("NoLogName");
        /// <summary>The size of {0} is too big. It cannot be longer than {1} characters.</summary>
        internal static string @ParameterTooLong => GetResourceString("ParameterTooLong");
        /// <summary>EventLog access is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_EventLog => GetResourceString("PlatformNotSupported_EventLog");
        /// <summary>Cannot open registry key {0}\\{1}\\{2} on computer '{3}'.</summary>
        internal static string @RegKeyMissing => GetResourceString("RegKeyMissing");
        /// <summary>Cannot open registry key {0} on computer {1}.</summary>
        internal static string @RegKeyMissingShort => GetResourceString("RegKeyMissingShort");
        /// <summary>Cannot open registry key {0} on computer {1}. You might not have access.</summary>
        internal static string @RegKeyNoAccess => GetResourceString("RegKeyNoAccess");
        /// <summary>'retentionDays' must be between 1 and 365 days.</summary>
        internal static string @RentionDaysOutOfRange => GetResourceString("RentionDaysOutOfRange");
        /// <summary>The source {0} was not found on computer {1}, but some or all event logs could not be searched.  Inaccessible logs: {2}.</summary>
        internal static string @SomeLogsInaccessible => GetResourceString("SomeLogsInaccessible");
        /// <summary>The source {0} was not found on computer {1}, but some or all event logs could not be searched.  To create the source, you need permission to read all event logs to make sure that the new source name is unique.  Inaccessible logs: {2}.</summary>
        internal static string @SomeLogsInaccessibleToCreate => GetResourceString("SomeLogsInaccessibleToCreate");
        /// <summary>Source {0} already exists on the computer '{1}'.</summary>
        internal static string @SourceAlreadyExists => GetResourceString("SourceAlreadyExists");
        /// <summary>The source '{0}' is not registered on machine '{1}', or you do not have write access to the {2} registry key.</summary>
        internal static string @SourceNotRegistered => GetResourceString("SourceNotRegistered");
        /// <summary>The maximum allowed number of replacement strings is 255.</summary>
        internal static string @TooManyReplacementStrings => GetResourceString("TooManyReplacementStrings");
        /// <summary>Log {0} has already been registered as a source on machine '{1}'.</summary>
        internal static string @LogAlreadyExistsAsSource => GetResourceString("LogAlreadyExistsAsSource");

    }
}