diff --git a/AaruMetadata/Dimensions.cs b/AaruMetadata/Dimensions.cs
index 4f2849956..9f3753860 100644
--- a/AaruMetadata/Dimensions.cs
+++ b/AaruMetadata/Dimensions.cs
@@ -1112,6 +1112,15 @@ public class Dimensions
dmns.Thickness = 4;
+ return dmns;
+ case MediaType.HF12:
+ case MediaType.HF24:
+ dmns.Height = 137.5;
+
+ dmns.Width = 135.9;
+
+ dmns.Thickness = 5.64;
+
return dmns;
default: return null;
}
diff --git a/Localization/Localization.Designer.cs b/Localization/Localization.Designer.cs
index cfd16641a..f275e3257 100644
--- a/Localization/Localization.Designer.cs
+++ b/Localization/Localization.Designer.cs
@@ -11,32 +11,46 @@ namespace Aaru.CommonTypes {
using System;
- [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
- [System.Diagnostics.DebuggerNonUserCodeAttribute()]
- [System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
+ ///
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ ///
+ // This class was auto-generated by the StronglyTypedResourceBuilder
+ // class via a tool like ResGen or Visual Studio.
+ // To add or remove a member, edit your .ResX file then rerun ResGen
+ // with the /str option, or rebuild your VS project.
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Localization {
- private static System.Resources.ResourceManager resourceMan;
+ private static global::System.Resources.ResourceManager resourceMan;
- private static System.Globalization.CultureInfo resourceCulture;
+ private static global::System.Globalization.CultureInfo resourceCulture;
- [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
internal Localization() {
}
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static System.Resources.ResourceManager ResourceManager {
+ ///
+ /// Returns the cached ResourceManager instance used by this class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
get {
- if (object.Equals(null, resourceMan)) {
- System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aaru.CommonTypes.Localization.Localization", typeof(Localization).Assembly);
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aaru.CommonTypes.Localization.Localization", typeof(Localization).Assembly);
resourceMan = temp;
}
return resourceMan;
}
}
- [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static System.Globalization.CultureInfo Culture {
+ ///
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ ///
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
get {
return resourceCulture;
}
@@ -45,12 +59,9 @@ namespace Aaru.CommonTypes {
}
}
- internal static string Unhandled_exception_calling_uname_0 {
- get {
- return ResourceManager.GetString("Unhandled_exception_calling_uname_0", resourceCulture);
- }
- }
-
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 1961069 blocks of 512 bytes, setting media type to SparQ..
+ ///
internal static string Drive_manufacturer_is_SyQuest_media_has_1961069_blocks_of_512_bytes_setting_media_type_to_SparQ {
get {
return ResourceManager.GetString("Drive_manufacturer_is_SyQuest_media_has_1961069_blocks_of_512_bytes_setting_media" +
@@ -58,67 +69,1683 @@ namespace Aaru.CommonTypes {
}
}
- internal static string SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_WORM_PD_650 {
+ ///
+ /// Looks up a localized string similar to Exception {0}.
+ ///
+ internal static string Exception_0 {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_WORM_PD" +
- "_650", resourceCulture);
+ return ResourceManager.GetString("Exception_0", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_PD_650 {
+ ///
+ /// Looks up a localized string similar to IDENTIFY response is different than 512 bytes, not decoding..
+ ///
+ internal static string IDENTIFY_response_is_different_than_512_bytes_not_decoding {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_PD_650", resourceCulture);
+ return ResourceManager.GetString("IDENTIFY_response_is_different_than_512_bytes_not_decoding", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc {
+ ///
+ /// Looks up a localized string similar to INQUIRY response is {0} bytes, less than minimum of 36 bytes, decoded data can be incorrect, not decoding..
+ ///
+ internal static string INQUIRY_response_is_0_bytes_less_than_minimum_of_36_bytes {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc", resourceCulture);
+ return ResourceManager.GetString("INQUIRY_response_is_0_bytes_less_than_minimum_of_36_bytes", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_CD_ROM {
+ ///
+ /// Looks up a localized string similar to INQUIRY response length ({0} bytes) is different than specified in length field ({1} bytes), decoded data can be incorrect, not decoding..
+ ///
+ internal static string INQUIRY_response_length_0_bytes_is_different_than_specified_in_length_field {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CD_ROM", resourceCulture);
+ return ResourceManager.GetString("INQUIRY_response_length_0_bytes_is_different_than_specified_in_length_field", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc_Digital_Audio {
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Acorn formatted 5¼" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Acorn_MD1DD {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc_Digital_Audio", resourceCulture);
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1DD", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_CD_Plus {
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Acorn formatted 5¼" double density floppy with 80 tracks..
+ ///
+ internal static string SCSI_Media_Type_Description_Acorn_MD1DD_80 {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CD_Plus", resourceCulture);
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1DD_80", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_Photo_CD {
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Acorn formatted 5¼" single density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Acorn_MD1SD {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Photo_CD", resourceCulture);
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1SD", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_CDR {
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Acorn formatted 3½" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Acorn_MF2DD {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CDR", resourceCulture);
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MF2DD", resourceCulture);
}
}
- internal static string SCSI_medium_type_is_0_setting_media_type_to_CDRW {
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Acorn formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Acorn_MF2HD {
get {
- return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CDRW", resourceCulture);
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MF2HD", resourceCulture);
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Amiga formatted 3½" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Amiga_MF2DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Amiga_MF2DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Amiga formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Amiga_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Amiga_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apple DOS 3.2 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apple_DOS32 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS32", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apple DOS 3.2 formatted 5¼" double sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apple_DOS32_DS {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS32_DS", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apple DOS 3.3 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apple_DOS33 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS33", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apple DOS 3.3 formatted 5¼" double sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apple_DOS33_DS {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS33_DS", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apple formatted 3½" double density single sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apple_MF1DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_MF1DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Apricot formatted 3½" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Apricot_MF2DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Apricot_MF2DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Atari formatted 5¼" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Atari_MD1DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Atari_MD1DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Atari formatted 5¼" single density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Atari_MD1SD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Atari_MD1SD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, media has {0} blocks of 256 bytes, setting media type to 10Mb Bernoulli Box..
+ ///
+ internal static string SCSI_Media_Type_Description_Bernoulli10 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli10", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, media has 294918 blocks of 512 bytes, setting media type to 150Mb Bernoulli Box II..
+ ///
+ internal static string SCSI_Media_Type_Description_Bernoulli2_150 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_150", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, media has 87040 blocks of 512 bytes, setting media type to 44Mb Bernoulli Box II..
+ ///
+ internal static string SCSI_Media_Type_Description_Bernoulli2_44 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_44", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, media has 175856 blocks of 512 bytes, setting media type to 90Mb Bernoulli Box II..
+ ///
+ internal static string SCSI_Media_Type_Description_Bernoulli2_90 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_90", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to CompactTape..
+ ///
+ internal static string SCSI_Media_Type_Description_CompactTape {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_CompactTape", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to CompactTape II..
+ ///
+ internal static string SCSI_Media_Type_Description_CompactTapeII {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_CompactTapeII", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dat" setting media type to DAT72..
+ ///
+ internal static string SCSI_Media_Type_Description_DAT72_dat {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DAT72_dat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to DDS..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to DDS-2..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dat" setting media type to DDS-2..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS2_dat {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS2_dat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to DDS-3..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS3 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS3", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dat" setting media type to DDS-3..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS3_dat {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS3_dat", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to DDS-4..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS4 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS4", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dat" setting media type to DDS-4..
+ ///
+ internal static string SCSI_Media_Type_Description_DDS4_alt {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DDS4_alt", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to DEC RX02 floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_DEC_RX02 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DEC_RX02", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to DLTtape III..
+ ///
+ internal static string SCSI_Media_Type_Description_DLTtapeIII {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIII", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to DLTtape IIIxt..
+ ///
+ internal static string SCSI_Media_Type_Description_DLTtapeIIIxt {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIIIxt", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to DLTtape IV..
+ ///
+ internal static string SCSI_Media_Type_Description_DLTtapeIV {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIV", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Microsoft DMF formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_DMF_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_DMF_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-154 / ISO 10090 conforming 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA154 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA154", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-183 / ISO 13481 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA183 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA183", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-184 / ISO 13549 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA184 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA184", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-195 / ISO 13842 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA195 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA195", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-201 / ISO 13963 conforming 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA201 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA201", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-201 / ISO 13963 conforming 3½" embossed magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA201_embossed {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA201_embossed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-223 conforming 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA223 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA223", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-238 / ISO 15486 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA238 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA238", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-239 / ISO 15498 conforming 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA239 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA239", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-260 / ISO 15898 conforming 356mm magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA260 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA260", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-280 / ISO 18093 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA280 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA280", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-317 / ISO 20162 conforming 300mm magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA317 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA317", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-322 / ISO 22092 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA322 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA322", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-54 formatted 8" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA54 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA54", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-56 formatted 5¼" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA56 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA56", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-59 formatted 8" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA59 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA59", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-66 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA66 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA66", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-69 formatted 8" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA69 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA69", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-70 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA70 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA70", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-78 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA78 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA78", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ECMA-99 formatted 5¼" floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_ECMA99 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA99", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 106m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_106m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_106m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 112m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_112m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_112m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 125m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_125m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_125m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 150m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_150m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_150m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 15m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_15m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_15m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 160m Exatape XL..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_160m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_160m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 170m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_170m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_170m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 225m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_225m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_225m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 22m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_22m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_22m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 22m Exatape AME..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_22m_AME {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_22m_AME", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 28m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_28m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_28m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 40m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_40m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_40m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 45m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_45m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_45m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 54m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_54m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_54m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 75m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_75m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_75m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 76m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_76m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_76m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "exb" setting media type to 80m Exatape..
+ ///
+ internal static string SCSI_Media_Type_Description_Exatape_80m {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_80m", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 262144 blocks of 512 bytes, setting media type to EZ135..
+ ///
+ internal static string SCSI_Media_Type_Description_EZ135 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_EZ135", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 450560 blocks of 512 bytes, setting media type to EZ230..
+ ///
+ internal static string SCSI_Media_Type_Description_EZ230 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_EZ230", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is LS (SuperDisk), media has 65536 blocks of 512 bytes, setting media type to FD32MB..
+ ///
+ internal static string SCSI_Media_Type_Description_FD32MB {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_FD32MB", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to FDFORMAT formatted 5¼" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_FDFORMAT_MD2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MD2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to FDFORMAT formatted 3½" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_FDFORMAT_MF2DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MF2DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to FDFORMAT formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_FDFORMAT_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Floptical..
+ ///
+ internal static string SCSI_Media_Type_Description_Floptical {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Floptical", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to GigaMO 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_GigaMO {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_GigaMO", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to GigaMO 2 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_GigaMO2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_GigaMO2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Media has 46956 blocks of 256 bytes, setting media type to 12Mb HyperFlex..
+ ///
+ internal static string SCSI_Media_Type_Description_HF12 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_HF12", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Media has 78936 blocks of 256 bytes, setting media type to 24Mb HyperFlex..
+ ///
+ internal static string SCSI_Media_Type_Description_HF24 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_HF24", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is HiFD, media has 393380 blocks of 512 bytes, setting media type to HiFD..
+ ///
+ internal static string SCSI_Media_Type_Description_HiFD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_HiFD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Sony HiMD..
+ ///
+ internal static string SCSI_Media_Type_Description_HiMD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_HiMD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 8" (23FD) floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_23FD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_23FD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 8" (33FD) floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_33FD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_33FD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 8" (43FD) floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_43FD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_43FD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 8" (53FD) floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_53FD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_53FD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 5¼" double density single sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MD1DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD1DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 5¼" double density single sided floppy (8 sectors)..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MD1DD_8 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD1DD_8", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 5¼" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MD2DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 5¼" double density floppy (8 sectors)..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MD2DD_8 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2DD_8", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 5¼" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MD2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" double density single sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF1DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF1DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" double density single sided floppy (8 sectors)..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF1DD_8 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF1DD_8", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" double density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF2DD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2DD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" double density floppy (8 sectors)..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF2DD_8 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2DD_8", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" extra density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF2ED {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2ED", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to IBM formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to IBM 3490..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM3490 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3490", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to IBM 3490E..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM3490E {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3490E", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is IBM, setting media type to IBM 3592..
+ ///
+ internal static string SCSI_Media_Type_Description_IBM3592 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3592", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ISO 10089 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ISO10089 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ISO10089", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ISO 14517 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ISO14517 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ISO14517", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ISO 15041 conforming 3½" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ISO15041 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ISO15041", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to ISO 15286 conforming 5¼" magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_ISO15286 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ISO15286", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, drive model is JAZ, media has 2091050 blocks of 512 bytes, setting media type to 1Gb JAZ..
+ ///
+ internal static string SCSI_Media_Type_Description_JAZ {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_JAZ", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, drive model is JAZ, media has 3915600 blocks of 512 bytes, setting media type to 2Gb JAZ..
+ ///
+ internal static string SCSI_Media_Type_Description_JAZ2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_JAZ2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is LS (SuperDisk), media has 2880 blocks of 512 bytes, setting media type to PC-98 formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_LS_PC98_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LS_PC98_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is LS (SuperDisk), media has 246528 blocks of 512 bytes, setting media type to LS-120..
+ ///
+ internal static string SCSI_Media_Type_Description_LS120 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LS120", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is LS (SuperDisk), media has 469504 blocks of 512 bytes, setting media type to LS-240..
+ ///
+ internal static string SCSI_Media_Type_Description_LS240 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LS240", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to LTO..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to LTO-2..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-2..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO2_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO2_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-3..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO3 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO3", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-4..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO4 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO4", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-5..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO5 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO5", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-6..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO6_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO6_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to LTO-7..
+ ///
+ internal static string SCSI_Media_Type_Description_LTO7_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_LTO7_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 60 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD60 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD60", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI peripheral type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 60 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD60_MDDATA {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD60_MDDATA", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 74 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD74 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD74", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI peripheral type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 74 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD74_MDDATA {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD74_MDDATA", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 80 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD80 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD80", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI peripheral type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 80 minute MiniDisc..
+ ///
+ internal static string SCSI_Media_Type_Description_MD80_MDDATA {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MD80_MDDATA", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI peripheral type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to MiniDisc for Data..
+ ///
+ internal static string SCSI_Media_Type_Description_MDDATA {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MDDATA", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to MetaFloppy formatted 5¼" double density single sided floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_MetaFloppy {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_MetaFloppy", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is Castlewood Orb, media has 4307184 blocks of 512 bytes, setting media type to Orb..
+ ///
+ internal static string SCSI_Media_Type_Description_Orb {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Orb", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to PC-98 formatted 5¼" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_PC98_MD2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_PC98_MD2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to PC-98 formatted 3½" high density floppy (15 sectors)..
+ ///
+ internal static string SCSI_Media_Type_Description_PC98_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_PC98_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, media has 78882 blocks of 512 bytes, setting media type to PocketZIP..
+ ///
+ internal static string SCSI_Media_Type_Description_PocketZIP {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_PocketZIP", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to QIC-11..
+ ///
+ internal static string SCSI_Media_Type_Description_QIC11 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_QIC11", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to QIC-120..
+ ///
+ internal static string SCSI_Media_Type_Description_QIC120 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_QIC120", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to QIC-150..
+ ///
+ internal static string SCSI_Media_Type_Description_QIC150 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_QIC150", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to QIC-24..
+ ///
+ internal static string SCSI_Media_Type_Description_QIC24 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_QIC24", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive model is RDX, media has {0} blocks of {1} bytes, setting media type to RDX320..
+ ///
+ internal static string SCSI_Media_Type_Description_RDX320 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_RDX320", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 120Gb REV..
+ ///
+ internal static string SCSI_Media_Type_Description_REV120 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_REV120", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 35Gb REV..
+ ///
+ internal static string SCSI_Media_Type_Description_REV35 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_REV35", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to 70Gb REV..
+ ///
+ internal static string SCSI_Media_Type_Description_REV70 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_REV70", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "sdz" setting media type to Super AIT..
+ ///
+ internal static string SCSI_Media_Type_Description_SAIT {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SAIT", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to SuperDLT..
+ ///
+ internal static string SCSI_Media_Type_Description_SDLT {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SDLT", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to SuperDLT 2..
+ ///
+ internal static string SCSI_Media_Type_Description_SDLT2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SDLT2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to Sharp formatted 3½" high density floppy..
+ ///
+ internal static string SCSI_Media_Type_Description_Sharp_MF2HD {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Sharp_MF2HD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 390696 blocks of 512 bytes, setting media type to SQ2000..
+ ///
+ internal static string SCSI_Media_Type_Description_SQ2000 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SQ2000", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 215440 blocks of 512 bytes, setting media type to SQ310..
+ ///
+ internal static string SCSI_Media_Type_Description_SQ310 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SQ310", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 524288 blocks of 512 bytes, setting media type to SQ327..
+ ///
+ internal static string SCSI_Media_Type_Description_SQ327 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SQ327", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 86700 blocks of 512 bytes, setting media type to SQ400..
+ ///
+ internal static string SCSI_Media_Type_Description_SQ400 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SQ400", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 173456 blocks of 512 bytes, setting media type to SQ800..
+ ///
+ internal static string SCSI_Media_Type_Description_SQ800 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SQ800", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is SyQuest, media has 2929800 blocks of 512 bytes, setting media type to SyJet..
+ ///
+ internal static string SCSI_Media_Type_Description_SyJet {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_SyJet", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T10000A..
+ ///
+ internal static string SCSI_Media_Type_Description_T10000A {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T10000A", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T10000B..
+ ///
+ internal static string SCSI_Media_Type_Description_T10000B {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T10000B", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T10000C..
+ ///
+ internal static string SCSI_Media_Type_Description_T10000C {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T10000C", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T10000D..
+ ///
+ internal static string SCSI_Media_Type_Description_T10000D {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T10000D", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T9840A..
+ ///
+ internal static string SCSI_Media_Type_Description_T9840A {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T9840A", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T9840D..
+ ///
+ internal static string SCSI_Media_Type_Description_T9840D {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T9840D", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T9940A..
+ ///
+ internal static string SCSI_Media_Type_Description_T9940A {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T9940A", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T9940B..
+ ///
+ internal static string SCSI_Media_Type_Description_T9940B {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T9940B", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive manufacturer is StorageTek, setting media type to T9840C..
+ ///
+ internal static string SCSI_Media_Type_Description_T9940C {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_T9940C", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to Travan 4..
+ ///
+ internal static string SCSI_Media_Type_Description_Travan4 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Travan4", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, setting media type to Travan 5..
+ ///
+ internal static string SCSI_Media_Type_Description_Travan5 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Travan5", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "stt" setting media type to Travan 5..
+ ///
+ internal static string SCSI_Media_Type_Description_Travan5_stt {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Travan5_stt", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "stt" setting media type to Travan 7..
+ ///
+ internal static string SCSI_Media_Type_Description_Travan7 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Travan7", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to UDO..
+ ///
+ internal static string SCSI_Media_Type_Description_UDO {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_UDO", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to UDO2..
+ ///
+ internal static string SCSI_Media_Type_Description_UDO2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_UDO2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to unknown..
+ ///
+ internal static string SCSI_Media_Type_Description_Unknown {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Unknown", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to unknown magneto-optical..
+ ///
+ internal static string SCSI_Media_Type_Description_Unknown_MO {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_Unknown_MO", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "dlt" setting media type to VStape I..
+ ///
+ internal static string SCSI_Media_Type_Description_VStape {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_VStape", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "vxa" setting media type to VXA..
+ ///
+ internal static string SCSI_Media_Type_Description_VXA {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_VXA", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "vxa" setting media type to VXA 2..
+ ///
+ internal static string SCSI_Media_Type_Description_VXA2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_VXA2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "vxa" setting media type to VXA 3..
+ ///
+ internal static string SCSI_Media_Type_Description_VXA3 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_VXA3", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to WORM LTO-3..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_LTO3 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO3", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to WORM LTO-4..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_LTO4 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO4", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to WORM LTO-5..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_LTO5 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO5", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to WORM LTO-6..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_LTO6_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO6_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive model starts with "ult" setting media type to WORM LTO-7..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_LTO7_ult {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO7_ult", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to WORM UDO2..
+ ///
+ internal static string SCSI_Media_Type_Description_WORM_UDO2 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_UDO2", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI peripheral type is {0:X2}h, setting media type to host managed zoned block device..
+ ///
+ internal static string SCSI_Media_Type_Description_ZBC_Host_Managed {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ZBC_Host_Managed", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, drive model is ZIP, media has 196608 blocks of 512 bytes, setting media type to 100Mb ZIP..
+ ///
+ internal static string SCSI_Media_Type_Description_ZIP100 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ZIP100", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to Drive manufacturer is IOMEGA, drive model is ZIP, media has 489532 blocks of 512 bytes, setting media type to 250Mb ZIP..
+ ///
+ internal static string SCSI_Media_Type_Description_ZIP250 {
+ get {
+ return ResourceManager.GetString("SCSI_Media_Type_Description_ZIP250", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h and device is USB, setting media type to Flash Drive..
+ ///
internal static string SCSI_medium_type_is_0_and_device_is_USB_setting_media_type_to_Flash_Drive {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_and_device_is_USB_setting_media_type_to_Flash_Drive", resourceCulture);
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive starts with "ult", setting media type to LTO-2..
+ ///
internal static string SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_to_LTO2 {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_" +
@@ -126,6 +1753,9 @@ namespace Aaru.CommonTypes {
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive starts with "ult", setting media type to LTO-3..
+ ///
internal static string SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_to_LTO3 {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_" +
@@ -133,6 +1763,9 @@ namespace Aaru.CommonTypes {
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive starts with "ult", setting media type to LTO-4..
+ ///
internal static string SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_to_LTO4 {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_" +
@@ -140,6 +1773,9 @@ namespace Aaru.CommonTypes {
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, density code is {1:X2}h, drive starts with "ult", setting media type to LTO-5..
+ ///
internal static string SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_to_LTO5 {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_density_code_is_1_drive_starts_with_ult_setting_media_type_" +
@@ -147,1107 +1783,103 @@ namespace Aaru.CommonTypes {
}
}
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to PD-650..
+ ///
+ internal static string SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_PD_650 {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_PD_650", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, media has {1} blocks of {2} bytes, setting media type to WORM PD-650..
+ ///
+ internal static string SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_WORM_PD_650 {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_media_has_1_blocks_of_2_bytes_setting_media_type_to_WORM_PD" +
+ "_650", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to CD+..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_CD_Plus {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CD_Plus", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to CD-ROM..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_CD_ROM {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CD_ROM", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to CD-R..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_CDR {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CDR", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to CD-RW..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_CDRW {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_CDRW", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to Compact Disc..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to Compact Disc Digital Audio..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc_Digital_Audio {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Compact_Disc_Digital_Audio", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to Photo CD..
+ ///
+ internal static string SCSI_medium_type_is_0_setting_media_type_to_Photo_CD {
+ get {
+ return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_Photo_CD", resourceCulture);
+ }
+ }
+
+ ///
+ /// Looks up a localized string similar to SCSI medium type is {0:X2}h, setting media type to unknown magneto-optical..
+ ///
internal static string SCSI_medium_type_is_0_setting_media_type_to_unknown_magneto_optical {
get {
return ResourceManager.GetString("SCSI_medium_type_is_0_setting_media_type_to_unknown_magneto_optical", resourceCulture);
}
}
- internal static string SCSI_Media_Type_Description_ECMA154 {
+ ///
+ /// Looks up a localized string similar to Unhandled exception calling uname: {0}.
+ ///
+ internal static string Unhandled_exception_calling_uname_0 {
get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA154", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA201_embossed {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA201_embossed", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA201 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA201", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA223 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA223", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA183 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA183", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ISO15041 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ISO15041", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA184 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA184", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA195 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA195", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ISO14517 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ISO14517", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Unknown_MO {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Unknown_MO", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ISO10089 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ISO10089", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA238 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA238", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ISO15286 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ISO15286", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA322 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA322", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA260 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA260", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA239 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA239", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_GigaMO {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_GigaMO", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_GigaMO2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_GigaMO2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA280 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA280", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA317 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA317", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_UDO {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_UDO", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_UDO2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_UDO2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_UDO2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_UDO2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA54 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA54", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA59 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA59", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA69 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA69", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Unknown {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Unknown", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA66 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA66", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA70 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA70", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA78 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA78", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA99 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA99", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_REV120 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_REV120", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_REV70 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_REV70", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_REV35 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_REV35", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_PC98_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_PC98_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Atari_MD1SD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Atari_MD1SD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Atari_MD1DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Atari_MD1DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_33FD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_33FD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_43FD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_43FD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ECMA56 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ECMA56", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Acorn_MD1SD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1SD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apple_DOS32 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS32", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apple_DOS33 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS33", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Acorn_MD1DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apple_DOS32_DS {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS32_DS", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apple_DOS33_DS {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_DOS33_DS", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MetaFloppy {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MetaFloppy", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Acorn_MD1DD_80 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MD1DD_80", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DEC_RX02 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DEC_RX02", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_53FD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_53FD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Bernoulli10 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli10", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_23FD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_23FD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MD1DD_8 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD1DD_8", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MD1DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD1DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apricot_MF2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apricot_MF2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF1DD_8 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF1DD_8", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MD2DD_8 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2DD_8", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF1DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF1DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MD2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Apple_MF1DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Apple_MF1DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF2DD_8 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2DD_8", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_FDFORMAT_MF2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MF2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Amiga_MF2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Amiga_MF2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MD2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MD2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_FDFORMAT_MD2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MD2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DMF_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DMF_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_FDFORMAT_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_FDFORMAT_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Amiga_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Amiga_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM_MF2ED {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM_MF2ED", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Floptical {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Floptical", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_FD32MB {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_FD32MB", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_PocketZIP {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_PocketZIP", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SQ400 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SQ400", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Bernoulli2_44 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_44", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SQ800 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SQ800", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Bernoulli2_90 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_90", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ZIP100 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ZIP100", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SQ310 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SQ310", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LS120 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LS120", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_EZ135 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_EZ135", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Bernoulli2_150 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Bernoulli2_150", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SQ2000 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SQ2000", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_HiFD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_HiFD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_EZ230 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_EZ230", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LS240 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LS240", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ZIP250 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ZIP250", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SQ327 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SQ327", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_JAZ {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_JAZ", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SyJet {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SyJet", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_JAZ2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_JAZ2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Orb {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Orb", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_RDX320 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_RDX320", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Acorn_MF2DD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MF2DD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LS_PC98_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LS_PC98_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Sharp_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Sharp_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_PC98_MD2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_PC98_MD2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Acorn_MF2HD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Acorn_MF2HD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD60 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD60", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD74 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD74", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD80 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD80", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_HiMD {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_HiMD", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MDDATA {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MDDATA", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD60_MDDATA {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD60_MDDATA", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD74_MDDATA {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD74_MDDATA", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_MD80_MDDATA {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_MD80_MDDATA", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_ZBC_Host_Managed {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_ZBC_Host_Managed", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_QIC11 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_QIC11", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_QIC24 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_QIC24", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM3490 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3490", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_QIC120 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_QIC120", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_QIC150 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_QIC150", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS3 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS3", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS4 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS4", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM3490E {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3490E", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SAIT {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SAIT", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO2_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO2_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T9840A {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T9840A", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T9940A {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T9940A", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO3 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO3", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T9940B {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T9940B", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T9940C {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T9940C", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO4 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO4", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T9840D {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T9840D", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T10000A {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T10000A", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T10000B {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T10000B", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T10000C {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T10000C", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_T10000D {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_T10000D", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO5 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO5", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_LTO3 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO3", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_LTO4 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO4", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_LTO5 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO5", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS3_dat {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS3_dat", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS4_alt {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS4_alt", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DAT72_dat {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DAT72_dat", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DDS2_dat {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DDS2_dat", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO6_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO6_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_LTO6_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO6_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_LTO7_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_LTO7_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_WORM_LTO7_ult {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_WORM_LTO7_ult", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_15m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_15m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_IBM3592 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_IBM3592", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_VXA {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_VXA", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_28m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_28m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_CompactTape {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_CompactTape", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_CompactTapeII {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_CompactTapeII", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_VXA2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_VXA2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_VXA3 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_VXA3", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_54m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_54m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DLTtapeIII {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIII", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DLTtapeIIIxt {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIIIxt", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_106m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_106m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_DLTtapeIV {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_DLTtapeIV", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Travan5_stt {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Travan5_stt", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_160m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_160m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SDLT {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SDLT", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_SDLT2 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_SDLT2", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_VStape {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_VStape", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Travan7 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Travan7", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Travan4 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Travan4", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Travan5 {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Travan5", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_22m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_22m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_40m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_40m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_76m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_76m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_112m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_112m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_22m_AME {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_22m_AME", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_170m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_170m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_125m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_125m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_45m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_45m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_225m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_225m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_150m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_150m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_75m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_75m", resourceCulture);
- }
- }
-
- internal static string SCSI_Media_Type_Description_Exatape_80m {
- get {
- return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_80m", resourceCulture);
- }
- }
-
- internal static string IDENTIFY_response_is_different_than_512_bytes_not_decoding {
- get {
- return ResourceManager.GetString("IDENTIFY_response_is_different_than_512_bytes_not_decoding", resourceCulture);
- }
- }
-
- internal static string INQUIRY_response_is_0_bytes_less_than_minimum_of_36_bytes {
- get {
- return ResourceManager.GetString("INQUIRY_response_is_0_bytes_less_than_minimum_of_36_bytes", resourceCulture);
- }
- }
-
- internal static string INQUIRY_response_length_0_bytes_is_different_than_specified_in_length_field {
- get {
- return ResourceManager.GetString("INQUIRY_response_length_0_bytes_is_different_than_specified_in_length_field", resourceCulture);
- }
- }
-
- internal static string Exception_0 {
- get {
- return ResourceManager.GetString("Exception_0", resourceCulture);
+ return ResourceManager.GetString("Unhandled_exception_calling_uname_0", resourceCulture);
}
}
}
diff --git a/Localization/Localization.resx b/Localization/Localization.resx
index 0802720ea..bac93f38c 100644
--- a/Localization/Localization.resx
+++ b/Localization/Localization.resx
@@ -627,4 +627,10 @@
Exception {0}
+
+ Media has 46956 blocks of 256 bytes, setting media type to 12Mb HyperFlex.
+
+
+ Media has 78936 blocks of 256 bytes, setting media type to 24Mb HyperFlex.
+
\ No newline at end of file
diff --git a/MediaType.cs b/MediaType.cs
index 229e9253b..125bef8f1 100644
--- a/MediaType.cs
+++ b/MediaType.cs
@@ -1042,6 +1042,10 @@ public enum MediaType : uint
#region More floppy formats, types 820 to deprecated
/// 5.25", SS, DD, 35 tracks, 16 spt, 256 bytes/sector, MFM, 48 tpi, ???rpm
MetaFloppy_Mod_I = 820,
+ /// HyperFlex (12Mb), 5.25", DS, 301 tracks, 78 spt, 256 bytes/sector, MFM, 333 tpi, 600rpm
+ HF12 = 823,
+ /// HyperFlex (24Mb), 5.25", DS, 506 tracks, 78 spt, 256 bytes/sector, MFM, 666 tpi, 720rpm
+ HF24 = 824,
#endregion
AtariLynxCard = 821, AtariJaguarCartridge = 822
diff --git a/MediaType.csv b/MediaType.csv
index 6d4d85bae..154aa40ee 100644
--- a/MediaType.csv
+++ b/MediaType.csv
@@ -538,3 +538,5 @@ Enum,Value,Summary
"MetaFloppy_Mod_I",820,"5.25"", SS, DD, 35 tracks, 16 spt, 256 bytes/sector, MFM, 48 tpi, ???rpm"
"AtariLynxCard",821,
"AtariJaguarCartridge",822,
+"HF12",823,"HyperFlex (12Mb), 5.25"", DS, 301 tracks, 78 spt, 256 bytes/sector, MFM, 333 tpi, 600rpm",
+"HF24",824,"HyperFlex (24Mb), 5.25"", DS, 506 tracks, 78 spt, 256 bytes/sector, MFM, 666 tpi, 720rpm",
\ No newline at end of file
diff --git a/MediaTypeFromDevice/FromSbc.cs b/MediaTypeFromDevice/FromSbc.cs
index 5356017e2..583542b51 100644
--- a/MediaTypeFromDevice/FromSbc.cs
+++ b/MediaTypeFromDevice/FromSbc.cs
@@ -319,6 +319,14 @@ public static partial class MediaTypeFromDevice
Localization.SCSI_Media_Type_Description_Bernoulli10, blocks);
return MediaType.Bernoulli10;
+ case 46956:
+ AaruConsole.DebugWriteLine("Media detection", Localization.SCSI_Media_Type_Description_HF12);
+
+ return MediaType.HF12;
+ case 78936:
+ AaruConsole.DebugWriteLine("Media detection", Localization.SCSI_Media_Type_Description_HF24);
+
+ return MediaType.HF12;
}
break;
diff --git a/Metadata/MediaType.cs b/Metadata/MediaType.cs
index 07e41ea90..75211d721 100644
--- a/Metadata/MediaType.cs
+++ b/Metadata/MediaType.cs
@@ -2545,6 +2545,16 @@ public static class MediaType
discType = "5.25\" floppy";
discSubType = "Micropolis MetaFloppy Mod II";
+ break;
+ case CommonTypes.MediaType.HF12:
+ discType = "HyperFlex";
+ discSubType = "HyperFlex (12Mb)";
+
+ break;
+ case CommonTypes.MediaType.HF24:
+ discType = "HyperFlex";
+ discSubType = "HyperFlex (24Mb)";
+
break;
default:
discType = "Unknown";