File: artifacts\obj\System.Console\Debug\net11.0-unix\System.SR.cs
Project: src\src\libraries\System.Console\src\System.Console.csproj (System.Console)
// <auto-generated>
using System.Reflection;
 
namespace FxResources.System.Console
{
    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.Console.SR)));
 
        /// <summary>The value must be less than the console's current maximum window size of {0} in that dimension. Note that this value depends on screen resolution and the console font.</summary>
        internal static string @ArgumentOutOfRange_ConsoleWindowBufferSize => GetResourceString("ArgumentOutOfRange_ConsoleWindowBufferSize", @"The value must be less than the console's current maximum window size of {0} in that dimension. Note that this value depends on screen resolution and the console font.");
        /// <summary>The new console window size would force the console buffer size to be too large. Maximum allowed is {0}.</summary>
        internal static string @ArgumentOutOfRange_ConsoleWindowSize_Size => GetResourceString("ArgumentOutOfRange_ConsoleWindowSize_Size", @"The new console window size would force the console buffer size to be too large. Maximum allowed is {0}.");
        /// <summary>Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.</summary>
        internal static string @Argument_InvalidOffLen => GetResourceString("Argument_InvalidOffLen", @"Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection.");
        /// <summary>Specified file length was too large for the file system.</summary>
        internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig", @"Specified file length was too large for the file system.");
        /// <summary>Stream does not support seeking.</summary>
        internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream", @"Stream does not support seeking.");
        /// <summary>Cannot access a closed file.</summary>
        internal static string @ObjectDisposed_FileClosed => GetResourceString("ObjectDisposed_FileClosed", @"Cannot access a closed file.");
        /// <summary>Stream does not support writing.</summary>
        internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream", @"Stream does not support writing.");
        /// <summary>Stream does not support reading.</summary>
        internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream", @"Stream does not support reading.");
        /// <summary>Cannot create '{0}' because a file or directory with the same name already exists.</summary>
        internal static string @IO_AlreadyExists_Name => GetResourceString("IO_AlreadyExists_Name", @"Cannot create '{0}' because a file or directory with the same name already exists.");
        /// <summary>The file '{0}' already exists.</summary>
        internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
        /// <summary>Unable to find the specified file.</summary>
        internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound", @"Unable to find the specified file.");
        /// <summary>Could not find file '{0}'.</summary>
        internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName", @"Could not find file '{0}'.");
        /// <summary>Could not find a part of the path.</summary>
        internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName", @"Could not find a part of the path.");
        /// <summary>Could not find a part of the path '{0}'.</summary>
        internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path", @"Could not find a part of the path '{0}'.");
        /// <summary>The specified file name or path is too long, or a component of the specified path is too long.</summary>
        internal static string @IO_PathTooLong => GetResourceString("IO_PathTooLong", @"The specified file name or path is too long, or a component of the specified path is too long.");
        /// <summary>Access to the path is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName", @"Access to the path is denied.");
        /// <summary>Access to the path '{0}' is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path", @"Access to the path '{0}' is denied.");
        /// <summary>The process cannot access the file '{0}' because it is being used by another process.</summary>
        internal static string @IO_SharingViolation_File => GetResourceString("IO_SharingViolation_File", @"The process cannot access the file '{0}' because it is being used by another process.");
        /// <summary>The process cannot access the file because it is being used by another process.</summary>
        internal static string @IO_SharingViolation_NoFileName => GetResourceString("IO_SharingViolation_NoFileName", @"The process cannot access the file because it is being used by another process.");
        /// <summary>The ConsoleColor enum value was not defined on that enum. Please use a defined color from the enum.</summary>
        internal static string @Arg_InvalidConsoleColor => GetResourceString("Arg_InvalidConsoleColor", @"The ConsoleColor enum value was not defined on that enum. Please use a defined color from the enum.");
        /// <summary>There is no console.</summary>
        internal static string @IO_NoConsole => GetResourceString("IO_NoConsole", @"There is no console.");
        /// <summary>The terminfo database is invalid.</summary>
        internal static string @IO_TermInfoInvalid => GetResourceString("IO_TermInfoInvalid", @"The terminfo database is invalid.");
        /// <summary>The printf operation failed.</summary>
        internal static string @InvalidOperation_PrintF => GetResourceString("InvalidOperation_PrintF", @"The printf operation failed.");
        /// <summary>Cannot read keys when either application does not have a console or when console input has been redirected. Try Console.Read.</summary>
        internal static string @InvalidOperation_ConsoleReadKeyOnFile => GetResourceString("InvalidOperation_ConsoleReadKeyOnFile", @"Cannot read keys when either application does not have a console or when console input has been redirected. Try Console.Read.");
        /// <summary>Cannot set window size when console output has been redirected.</summary>
        internal static string @InvalidOperation_SetWindowSize => GetResourceString("InvalidOperation_SetWindowSize", @"Cannot set window size when console output has been redirected.");
        /// <summary>The home directory of the current user could not be determined.</summary>
        internal static string @PersistedFiles_NoHomeDirectory => GetResourceString("PersistedFiles_NoHomeDirectory", @"The home directory of the current user could not be determined.");
        /// <summary>Console key values must be between 0 and 255 inclusive.</summary>
        internal static string @ArgumentOutOfRange_ConsoleKey => GetResourceString("ArgumentOutOfRange_ConsoleKey", @"Console key values must be between 0 and 255 inclusive.");
        /// <summary>The value must be greater than or equal to zero and less than the console's buffer size in that dimension.</summary>
        internal static string @ArgumentOutOfRange_ConsoleBufferBoundaries => GetResourceString("ArgumentOutOfRange_ConsoleBufferBoundaries", @"The value must be greater than or equal to zero and less than the console's buffer size in that dimension.");
        /// <summary>The window position must be set such that the current window size fits within the console's buffer, and the numbers must not be negative.</summary>
        internal static string @ArgumentOutOfRange_ConsoleWindowPos => GetResourceString("ArgumentOutOfRange_ConsoleWindowPos", @"The window position must be set such that the current window size fits within the console's buffer, and the numbers must not be negative.");
        /// <summary>Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.</summary>
        internal static string @InvalidOperation_ConsoleKeyAvailableOnFile => GetResourceString("InvalidOperation_ConsoleKeyAvailableOnFile", @"Cannot see if a key has been pressed when either application does not have a console or when console input has been redirected from a file. Try Console.In.Peek.");
        /// <summary>The console buffer size must not be less than the current size and position of the console window, nor greater than or equal to short.MaxValue.</summary>
        internal static string @ArgumentOutOfRange_ConsoleBufferLessThanWindowSize => GetResourceString("ArgumentOutOfRange_ConsoleBufferLessThanWindowSize", @"The console buffer size must not be less than the current size and position of the console window, nor greater than or equal to short.MaxValue.");
        /// <summary>The cursor size is invalid. It must be a percentage between 1 and 100.</summary>
        internal static string @ArgumentOutOfRange_CursorSize => GetResourceString("ArgumentOutOfRange_CursorSize", @"The cursor size is invalid. It must be a percentage between 1 and 100.");
        /// <summary>The frequency must be between {0} and {1}.</summary>
        internal static string @ArgumentOutOfRange_BeepFrequency => GetResourceString("ArgumentOutOfRange_BeepFrequency", @"The frequency must be between {0} and {1}.");
        /// <summary>Index and count must refer to a location within the buffer.</summary>
        internal static string @ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer", @"Index and count must refer to a location within the buffer.");
        /// <summary>Index and count must refer to a location within the string.</summary>
        internal static string @ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount", @"Index and count must refer to a location within the string.");
        /// <summary>Index was out of range. Must be non-negative and less than the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLess => GetResourceString("ArgumentOutOfRange_IndexMustBeLess", @"Index was out of range. Must be non-negative and less than the size of the collection.");
        /// <summary>Index was out of range. Must be non-negative and less than or equal to the size of the collection.</summary>
        internal static string @ArgumentOutOfRange_IndexMustBeLessOrEqual => GetResourceString("ArgumentOutOfRange_IndexMustBeLessOrEqual", @"Index was out of range. Must be non-negative and less than or equal to the size of the collection.");
        /// <summary>The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.</summary>
        internal static string @Argument_EncodingConversionOverflowBytes => GetResourceString("Argument_EncodingConversionOverflowBytes", @"The output byte buffer is too small to contain the encoded data, encoding '{0}' fallback '{1}'.");
        /// <summary>The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.</summary>
        internal static string @Argument_EncodingConversionOverflowChars => GetResourceString("Argument_EncodingConversionOverflowChars", @"The output char buffer is too small to contain the decoded characters, encoding '{0}' fallback '{1}'.");
        /// <summary>Too many characters. The resulting number of bytes is larger than what can be returned as an int.</summary>
        internal static string @ArgumentOutOfRange_GetByteCountOverflow => GetResourceString("ArgumentOutOfRange_GetByteCountOverflow", @"Too many characters. The resulting number of bytes is larger than what can be returned as an int.");
        /// <summary>Too many bytes. The resulting number of chars is larger than what can be returned as an int.</summary>
        internal static string @ArgumentOutOfRange_GetCharCountOverflow => GetResourceString("ArgumentOutOfRange_GetCharCountOverflow", @"Too many bytes. The resulting number of chars is larger than what can be returned as an int.");
        /// <summary>String contains invalid Unicode code points.</summary>
        internal static string @Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex", @"String contains invalid Unicode code points.");
        /// <summary>The path '{0}' is too long, or a component of the specified path is too long.</summary>
        internal static string @IO_PathTooLong_Path => GetResourceString("IO_PathTooLong_Path", @"The path '{0}' is too long, or a component of the specified path is too long.");
        /// <summary>The terminfo database has an invalid magic number: '{0}'.</summary>
        internal static string @IO_TermInfoInvalidMagicNumber => GetResourceString("IO_TermInfoInvalidMagicNumber", @"The terminfo database has an invalid magic number: '{0}'.");
        /// <summary>System.Console is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_SystemConsole => GetResourceString("PlatformNotSupported_SystemConsole", @"System.Console is not supported on this platform.");
 
    }
}