|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.IO.FileSystem.Watcher
{
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.IO.FileSystem.Watcher.SR)));
/// <summary>The specified buffer size is too large. FileSystemWatcher cannot allocate {0} bytes for the internal buffer.</summary>
internal static string @BufferSizeTooLarge => GetResourceString("BufferSizeTooLarge", @"The specified buffer size is too large. FileSystemWatcher cannot allocate {0} bytes for the internal buffer.");
/// <summary>Error reading the {0} directory.</summary>
internal static string @FSW_IOError => GetResourceString("FSW_IOError", @"Error reading the {0} directory.");
/// <summary>Too many changes at once in directory:{0}.</summary>
internal static string @FSW_BufferOverflow => GetResourceString("FSW_BufferOverflow", @"Too many changes at once in directory:{0}.");
/// <summary>The directory name {0} is invalid.</summary>
internal static string @InvalidDirName => GetResourceString("InvalidDirName", @"The directory name {0} is invalid.");
/// <summary>The directory name '{0}' does not exist.</summary>
internal static string @InvalidDirName_NotExists => GetResourceString("InvalidDirName_NotExists", @"The directory name '{0}' does not exist.");
/// <summary>The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.</summary>
internal static string @InvalidEnumArgument => GetResourceString("InvalidEnumArgument", @"The value of argument '{0}' ({1}) is invalid for Enum type '{2}'.");
/// <summary>The file '{0}' already exists.</summary>
internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name", @"The file '{0}' already exists.");
/// <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>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>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>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>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>Failed to start the EventStream</summary>
internal static string @EventStream_FailedToStart => GetResourceString("EventStream_FailedToStart", @"Failed to start the EventStream");
/// <summary>Illegal characters in path '{0}'.</summary>
internal static string @Argument_InvalidPathChars => GetResourceString("Argument_InvalidPathChars", @"Illegal characters in path '{0}'.");
/// <summary>The system limit on the number of inotify instances has been reached.</summary>
internal static string @IOException_INotifyInstanceSystemLimitExceeded => GetResourceString("IOException_INotifyInstanceSystemLimitExceeded", @"The system limit on the number of inotify instances has been reached.");
/// <summary>The configured user limit ({0}) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.</summary>
internal static string @IOException_INotifyInstanceUserLimitExceeded_Value => GetResourceString("IOException_INotifyInstanceUserLimitExceeded_Value", @"The configured user limit ({0}) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.");
/// <summary>The configured user limit ({0}) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.</summary>
internal static string @IOException_INotifyWatchesUserLimitExceeded_Value => GetResourceString("IOException_INotifyWatchesUserLimitExceeded_Value", @"The configured user limit ({0}) on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.");
/// <summary>The configured user limit on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.</summary>
internal static string @IOException_INotifyInstanceUserLimitExceeded => GetResourceString("IOException_INotifyInstanceUserLimitExceeded", @"The configured user limit on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.");
/// <summary>The configured user limit on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.</summary>
internal static string @IOException_INotifyWatchesUserLimitExceeded => GetResourceString("IOException_INotifyWatchesUserLimitExceeded", @"The configured user limit on the number of inotify watches has been reached, or the operating system failed to allocate a required resource.");
/// <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>System.IO.FileSystem.Watcher is not supported on this platform.</summary>
internal static string @FileSystemWatcher_PlatformNotSupported => GetResourceString("FileSystemWatcher_PlatformNotSupported", @"System.IO.FileSystem.Watcher is not supported on this platform.");
}
}
|