DSCResources/DSC_DiskAccessPath/en-US/DSC_DiskAccessPath.strings.psd1
ConvertFrom-StringData @'
GettingDiskMessage = Getting disk with {0} '{1}' status for access path '{2}'. SettingDiskMessage = Setting disk with {0} '{1}' status for access path '{2}'. SetDiskOnlineMessage = Setting disk with {0} '{1}' online. SetDiskReadWriteMessage = Setting disk with {0} '{1}' to read/write. CheckingDiskPartitionStyleMessage = Checking disk with {0} '{1}' partition style. InitializingDiskMessage = Initializing disk with {0} '{1}'. DiskAlreadyInitializedMessage = Disk with {0} '{1}' is already initialized with GPT. CreatingPartitionMessage = Creating partition on disk with {0} '{1}' using {2}. FormattingVolumeMessage = Formatting the volume as '{0}'. SuccessfullyInitializedMessage = Successfully initialized volume and assigned to access path '{0}'. ChangingVolumeLabelMessage = Changing Volume assigned to access path '{0}' label to '{1}'. NewPartitionIsReadOnlyMessage = New partition '{1}' on disk with {0} '{1}' is readonly. Waiting for it to become writable. TestingDiskMessage = Testing disk with {0} '{1}' status for access path '{2}'. CheckDiskInitializedMessage = Checking if disk with {0} '{1}' is initialized. DiskNotFoundMessage = Disk with {0} '{1}' was not found. DiskNotOnlineMessage = Disk with {0} '{1}' is not online. DiskReadOnlyMessage = Disk with {0} '{1}'is readonly. DiskNotGPTMessage = Disk with {0} '{1}' is initialised with '{2}' partition style. GPT required. AccessPathNotFoundMessage = A volume assigned to access path '{0}' was not found. NoDefaultDriveLetterMismatchMessage = Partition default drive letter assigmemt parameter '{0}' does not match '{1}'. SizeMismatchMessage = Partition assigned to access path '{0}' has size {1}, which does not match expected size {2}. AllocationUnitSizeMismatchMessage = Volume assigned to access path '{0}' has allocation unit size {1} KB does not match expected allocation unit size {2} KB. FileSystemFormatMismatch = Volume assigned to access path '{0}' filesystem format '{1}' does not match expected format '{2}'. DriveLabelMismatch = Volume assigned to access path '{0}' label '{1}' does not match expected label '{2}'. PartitionAlreadyAssignedMessage = Partition '{1}' is already assigned to access path '{0}'. MatchingPartitionNotFoundMessage = Disk with {0} '{1}' already contains paritions, but none match required size. MatchingPartitionNoSizeMessage = Disk with {0} '{1}' already contains partitions, but size parameter is not specified. SearchForVolumeMessage = Searching for {3} volume not assigned to path on partition '{2}' disk with {0} '{1}'. VolumeFoundMessage = Found {3} volume not assigned to path on partition '{2}' disk with {0} '{1}'. MatchingPartitionFoundMessage = Disk with {0} '{1}' already contains paritions, and partition '{2}' matches required size. AccessPathNotFoundOnPartitionMessage = Disk with {0} '{1}' does not contain a partition assigned to access path '{2}'. CheckingPSDriveMessage = Checking access path '{0}' is available as PSDrive '{1}'. UnavailablePSDriveMessage = Access path '{0}' is unavailable as PSDrive '{1}', refreshing PSDrives list. PSDriveFoundMessage = Access path '{0}' found as PSDrive '{1}'. PSDriveNotFoundMessage = Access path '{0}' not found as PSDrive '{1}'. DiskAlreadyInitializedError = Disk with {0} '{1}' is already initialized with {2}. NewParitionIsReadOnlyError = New partition '{2}' on disk with {0} '{1}' did not become writable in the expected time. '@ |