|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.IO.FileSystem.DriveInfo
{
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.DriveInfo.SR)));
/// <summary>Drive name must be a root directory (i.e. 'C:\') or a drive letter ('C').</summary>
internal static string @Arg_MustBeDriveLetterOrRootDir => GetResourceString("Arg_MustBeDriveLetterOrRootDir");
/// <summary>Drive name must not be empty.</summary>
internal static string @Arg_MustBeNonEmptyDriveName => GetResourceString("Arg_MustBeNonEmptyDriveName");
/// <summary>Illegal characters in drive name '{0}'.</summary>
internal static string @Arg_InvalidDriveChars => GetResourceString("Arg_InvalidDriveChars");
/// <summary>Illegal characters in path '{0}'.</summary>
internal static string @Argument_InvalidPathChars => GetResourceString("Argument_InvalidPathChars");
/// <summary>Specified file length was too large for the file system.</summary>
internal static string @ArgumentOutOfRange_FileLengthTooBig => GetResourceString("ArgumentOutOfRange_FileLengthTooBig");
/// <summary>Volume labels can only be set for writable local volumes.</summary>
internal static string @InvalidOperation_SetVolumeLabelFailed => GetResourceString("InvalidOperation_SetVolumeLabelFailed");
/// <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>Could not find the drive. The drive might not be ready or might not be mapped.</summary>
internal static string @IO_DriveNotFound => GetResourceString("IO_DriveNotFound");
/// <summary>Could not find the drive '{0}'. The drive might not be ready or might not be mapped.</summary>
internal static string @IO_DriveNotFound_Drive => GetResourceString("IO_DriveNotFound_Drive");
/// <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>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>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 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");
}
}
|