File: src\runtime\artifacts\obj\System.Console\Release\net11.0-unix\System.SR.cs
Project: src\runtime\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");
        /// <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");
        /// <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");
        /// <summary>Specified file length was too large for the file system.</summary>
        internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig");
        /// <summary>Stream does not support seeking.</summary>
        internal static string @NotSupported_UnseekableStream => GetResourceString("NotSupported_UnseekableStream");
        /// <summary>Cannot access a closed file.</summary>
        internal static string @ObjectDisposed_FileClosed => GetResourceString("ObjectDisposed_FileClosed");
        /// <summary>Stream does not support writing.</summary>
        internal static string @NotSupported_UnwritableStream => GetResourceString("NotSupported_UnwritableStream");
        /// <summary>Stream does not support reading.</summary>
        internal static string @NotSupported_UnreadableStream => GetResourceString("NotSupported_UnreadableStream");
        /// <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");
        /// <summary>The file '{0}' already exists.</summary>
        internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name");
        /// <summary>Unable to find the specified file.</summary>
        internal static string @IO_FileNotFound => GetResourceString("IO_FileNotFound");
        /// <summary>Could not find file '{0}'.</summary>
        internal static string @IO_FileNotFound_FileName => GetResourceString("IO_FileNotFound_FileName");
        /// <summary>Could not find a part of the path.</summary>
        internal static string @IO_PathNotFound_NoPathName => GetResourceString("IO_PathNotFound_NoPathName");
        /// <summary>Could not find a part of the path '{0}'.</summary>
        internal static string @IO_PathNotFound_Path => GetResourceString("IO_PathNotFound_Path");
        /// <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");
        /// <summary>Access to the path is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName");
        /// <summary>Access to the path '{0}' is denied.</summary>
        internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path");
        /// <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");
        /// <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");
        /// <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");
        /// <summary>There is no console.</summary>
        internal static string @IO_NoConsole => GetResourceString("IO_NoConsole");
        /// <summary>The terminfo database is invalid.</summary>
        internal static string @IO_TermInfoInvalid => GetResourceString("IO_TermInfoInvalid");
        /// <summary>The printf operation failed.</summary>
        internal static string @InvalidOperation_PrintF => GetResourceString("InvalidOperation_PrintF");
        /// <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");
        /// <summary>Cannot set window size when console output has been redirected.</summary>
        internal static string @InvalidOperation_SetWindowSize => GetResourceString("InvalidOperation_SetWindowSize");
        /// <summary>The home directory of the current user could not be determined.</summary>
        internal static string @PersistedFiles_NoHomeDirectory => GetResourceString("PersistedFiles_NoHomeDirectory");
        /// <summary>Console key values must be between 0 and 255 inclusive.</summary>
        internal static string @ArgumentOutOfRange_ConsoleKey => GetResourceString("ArgumentOutOfRange_ConsoleKey");
        /// <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");
        /// <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");
        /// <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");
        /// <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");
        /// <summary>The cursor size is invalid. It must be a percentage between 1 and 100.</summary>
        internal static string @ArgumentOutOfRange_CursorSize => GetResourceString("ArgumentOutOfRange_CursorSize");
        /// <summary>The frequency must be between {0} and {1}.</summary>
        internal static string @ArgumentOutOfRange_BeepFrequency => GetResourceString("ArgumentOutOfRange_BeepFrequency");
        /// <summary>Index and count must refer to a location within the buffer.</summary>
        internal static string @ArgumentOutOfRange_IndexCountBuffer => GetResourceString("ArgumentOutOfRange_IndexCountBuffer");
        /// <summary>Index and count must refer to a location within the string.</summary>
        internal static string @ArgumentOutOfRange_IndexCount => GetResourceString("ArgumentOutOfRange_IndexCount");
        /// <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");
        /// <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");
        /// <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");
        /// <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");
        /// <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");
        /// <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");
        /// <summary>String contains invalid Unicode code points.</summary>
        internal static string @Argument_InvalidCharSequenceNoIndex => GetResourceString("Argument_InvalidCharSequenceNoIndex");
        /// <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");
        /// <summary>The terminfo database has an invalid magic number: '{0}'.</summary>
        internal static string @IO_TermInfoInvalidMagicNumber => GetResourceString("IO_TermInfoInvalidMagicNumber");
        /// <summary>System.Console is not supported on this platform.</summary>
        internal static string @PlatformNotSupported_SystemConsole => GetResourceString("PlatformNotSupported_SystemConsole");

    }
}