|
// <auto-generated>
using System.Reflection;
namespace FxResources.System.IO.IsolatedStorage
{
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.IsolatedStorage.SR)));
/// <summary>Store must be open for this operation.</summary>
internal static string @IsolatedStorage_StoreNotOpen => GetResourceString("IsolatedStorage_StoreNotOpen");
/// <summary>Operation not permitted on IsolatedStorageFileStream.</summary>
internal static string @IsolatedStorage_Operation_ISFS => GetResourceString("IsolatedStorage_Operation_ISFS");
/// <summary>Path must be a valid file name.</summary>
internal static string @IsolatedStorage_Path => GetResourceString("IsolatedStorage_Path");
/// <summary>Invalid mode, see System.IO.FileMode.</summary>
internal static string @IsolatedStorage_FileOpenMode => GetResourceString("IsolatedStorage_FileOpenMode");
/// <summary>Operation not permitted.</summary>
internal static string @IsolatedStorage_Operation => GetResourceString("IsolatedStorage_Operation");
/// <summary>Unable to delete file.</summary>
internal static string @IsolatedStorage_DeleteFile => GetResourceString("IsolatedStorage_DeleteFile");
/// <summary>Unable to create directory.</summary>
internal static string @IsolatedStorage_CreateDirectory => GetResourceString("IsolatedStorage_CreateDirectory");
/// <summary>Unable to delete, directory not empty or does not exist.</summary>
internal static string @IsolatedStorage_DeleteDirectory => GetResourceString("IsolatedStorage_DeleteDirectory");
/// <summary>An error occurred while accessing IsolatedStorage.</summary>
internal static string @IsolatedStorage_Exception => GetResourceString("IsolatedStorage_Exception");
/// <summary>Initialization failed.</summary>
internal static string @IsolatedStorage_Init => GetResourceString("IsolatedStorage_Init");
/// <summary>{0} is not defined for this store. An operation was performed that requires access to {0}. Stores obtained using enumeration APIs do not have a well-defined {0}, since partial evidence is used to open the store.</summary>
internal static string @IsolatedStorage_QuotaIsUndefined => GetResourceString("IsolatedStorage_QuotaIsUndefined");
/// <summary>The Site scope is currently not supported.</summary>
internal static string @IsolatedStorage_NotValidOnDesktop => GetResourceString("IsolatedStorage_NotValidOnDesktop");
/// <summary>Could not find a part of the path '{0}'.</summary>
internal static string @PathNotFound_Path => GetResourceString("PathNotFound_Path");
/// <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 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 file '{0}' already exists.</summary>
internal static string @IO_FileExists_Name => GetResourceString("IO_FileExists_Name");
/// <summary>Access to the path '{0}' is denied.</summary>
internal static string @UnauthorizedAccess_IODenied_Path => GetResourceString("UnauthorizedAccess_IODenied_Path");
/// <summary>Access to the path is denied.</summary>
internal static string @UnauthorizedAccess_IODenied_NoPathName => GetResourceString("UnauthorizedAccess_IODenied_NoPathName");
/// <summary>Application cannot be determined on an Assembly or Domain store.</summary>
internal static string @IsolatedStorage_ApplicationUndefined => GetResourceString("IsolatedStorage_ApplicationUndefined");
/// <summary>Assembly cannot be determined for an Application store.</summary>
internal static string @IsolatedStorage_AssemblyUndefined => GetResourceString("IsolatedStorage_AssemblyUndefined");
/// <summary>Current size cannot be determined for this store.</summary>
internal static string @IsolatedStorage_CurrentSizeUndefined => GetResourceString("IsolatedStorage_CurrentSizeUndefined");
/// <summary>Unable to delete; directory or files in the directory could be in use.</summary>
internal static string @IsolatedStorage_DeleteDirectories => GetResourceString("IsolatedStorage_DeleteDirectories");
/// <summary>Invalid scope.</summary>
internal static string @IsolatedStorage_Scope_Invalid => GetResourceString("IsolatedStorage_Scope_Invalid");
/// <summary>Invalid scope, expected User, User|Roaming or Machine.</summary>
internal static string @IsolatedStorage_Scope_U_R_M => GetResourceString("IsolatedStorage_Scope_U_R_M");
/// <summary>Code Access Security is not supported on this platform.</summary>
internal static string @PlatformNotSupported_CAS => GetResourceString("PlatformNotSupported_CAS");
/// <summary>System.IO.IsolatedStorage is not supported on this platform.</summary>
internal static string @IsolatedStorage_PlatformNotSupported => GetResourceString("IsolatedStorage_PlatformNotSupported");
}
}
|