2022-11-29 02:10:37 +00:00
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
2023-10-06 01:16:28 +01:00
namespace Aaru.Images {
2022-11-29 02:10:37 +00:00
using System ;
2023-10-01 19:15:05 +01:00
/// <summary>
/// A strongly-typed resource class, for looking up localized strings, etc.
/// </summary>
// 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()]
2022-11-29 02:10:37 +00:00
internal class Localization {
2023-10-01 19:15:05 +01:00
private static global :: System . Resources . ResourceManager resourceMan ;
2022-11-29 02:10:37 +00:00
2023-10-01 19:15:05 +01:00
private static global :: System . Globalization . CultureInfo resourceCulture ;
2022-11-29 02:10:37 +00:00
2023-10-01 19:15:05 +01:00
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
2022-11-29 02:10:37 +00:00
internal Localization ( ) {
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Returns the cached ResourceManager instance used by this class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global :: System . Resources . ResourceManager ResourceManager {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
if ( object . ReferenceEquals ( resourceMan , null ) ) {
2023-10-06 01:16:28 +01:00
global :: System . Resources . ResourceManager temp = new global :: System . Resources . ResourceManager ( "Aaru.Images.Localization.Localization" , typeof ( Localization ) . Assembly ) ;
2022-11-29 02:10:37 +00:00
resourceMan = temp ;
}
return resourceMan ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Overrides the current thread's CurrentUICulture property for all
/// resource lookups using this strongly typed resource class.
/// </summary>
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
internal static global :: System . Globalization . CultureInfo Culture {
2022-11-29 02:10:37 +00:00
get {
return resourceCulture ;
}
set {
resourceCulture = value ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} ({1:P}%) MODE 2 Form 1 are correct, {2} ({3:P}%) MODE 2 Form 2 are correct, {4} ({5:P}%) MODE 2 Form 2 have empty CRC.
/// </summary>
internal static string _0_1_MODE_2_Form_1_are_correct_2_3_MODE_2_Form_2_are_correct_4_5_MODE_2_Form_2_have_empty_CRC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_1_MODE_2_Form_1_are_correct_2_3_MODE_2_Form_2_are_correct_4_5_MODE_2_Form_2_ha" +
"ve_empty_CRC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} ({1:P}%) prefixes are correct, {2} ({3:P}%) prefixes have not been dumped, {4} ({5:P}%) prefixes have been written to image.
/// </summary>
internal static string _0_1_prefixes_are_correct_2_3_prefixes_have_not_been_dumped_4_5_prefixes_have_been_written_to_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_1_prefixes_are_correct_2_3_prefixes_have_not_been_dumped_4_5_prefixes_have_bee" +
"n_written_to_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} ({1:P}%) suffixes are correct, {2} ({3:P}%) suffixes have not been dumped, {4} ({5:P}%) suffixes have been written to image.
/// </summary>
internal static string _0_1_suffixes_are_correct_2_3_suffixes_have_not_been_dumped_4_5_suffixes_have_been_written_to_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_1_suffixes_are_correct_2_3_suffixes_have_not_been_dumped_4_5_suffixes_have_bee" +
"n_written_to_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} bytes per sector.
/// </summary>
internal static string _0_bytes_per_sector {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_bytes_per_sector" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} is not an VMware extent..
/// </summary>
internal static string _0_is_not_an_VMware_extent {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_is_not_an_VMware_extent" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} sectors.
/// </summary>
internal static string _0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} sectors in {1} grains in {2} tables.
/// </summary>
internal static string _0_sectors_in_1_grains_in_2_tables {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_sectors_in_1_grains_in_2_tables" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to {0} tracks.
/// </summary>
internal static string _0_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_0_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to 2MG comments: {0}.
/// </summary>
internal static string _2MG_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_2MG_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to 2MG image contains a disk of type {0}.
/// </summary>
internal static string _2MG_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_2MG_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to 5, 6 or 7.
/// </summary>
internal static string _5_6_or_7 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "_5_6_or_7" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to A2R.
/// </summary>
internal static string A2R_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "A2R_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Aaru Format.
/// </summary>
internal static string AaruFormat_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AaruFormat_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to AddressMark cylinder: {0}.
/// </summary>
internal static string AddressMark_cylinder_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AddressMark_cylinder_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to AddressMark head: {0}.
/// </summary>
internal static string AddressMark_head_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AddressMark_head_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to AddressMark sector number: {0}.
/// </summary>
internal static string AddressMark_sector_number_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AddressMark_sector_number_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to AES encrypted images not yet supported.
/// </summary>
internal static string AES_encrypted_images_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AES_encrypted_images_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Alcohol 120% image describes a disc of type {0}.
/// </summary>
internal static string Alcohol_120_image_describes_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Alcohol_120_image_describes_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Alcohol 120% Media Descriptor Structure.
/// </summary>
internal static string Alcohol120_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Alcohol120_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to All tracks are same size? {0}.
/// </summary>
internal static string All_tracks_are_same_size_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "All_tracks_are_same_size_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Anex86 Disk Image.
/// </summary>
internal static string Anex86_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Anex86_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple 2IMG.
/// </summary>
internal static string Apple2Mg_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Apple2Mg_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple ][ Interleaved Disk Image.
/// </summary>
internal static string AppleDos_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AppleDos_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple NIB.
/// </summary>
internal static string AppleNib_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AppleNib_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ACT Apricot Disk Image.
/// </summary>
internal static string Apridisk_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Apridisk_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Arranger: {0}.
/// </summary>
internal static string Arranger_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Arranger_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Arranger is not set..
/// </summary>
internal static string Arranger_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Arranger_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Arrived end of disk at cylinder {0}.
/// </summary>
internal static string Arrived_end_of_disk_at_cylinder_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Arrived_end_of_disk_at_cylinder_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Asia (NTSC).
/// </summary>
internal static string Asia_NTSC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Asia_NTSC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Atari Lynx.
/// </summary>
internal static string AtariLynx_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "AtariLynx_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Australia.
/// </summary>
internal static string Australia {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Australia" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Bank 1 size: {0} pages ({1} bytes).
/// </summary>
internal static string Bank_one_size_0_pages_1_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Bank_one_size_0_pages_1_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Bank size: {0} bytes.
/// </summary>
internal static string Bank_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Bank_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Bank 0 size: {0} pages ({1} bytes).
/// </summary>
internal static string Bank_zero_size_0_pages_1_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Bank_zero_size_0_pages_1_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Barcode: {0}.
/// </summary>
internal static string Barcode_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Barcode_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Barcode not set..
/// </summary>
internal static string Barcode_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Barcode_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BAT not found, cannot continue..
/// </summary>
internal static string BAT_not_found_cannot_continue {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BAT_not_found_cannot_continue" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Beta.
/// </summary>
internal static string Beta {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Beta" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Bitmap is {0} sectors.
/// </summary>
internal static string Bitmap_is_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Bitmap_is_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite comments: {0}.
/// </summary>
internal static string BlindWrite_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite image describes a disc of type {0}.
/// </summary>
internal static string BlindWrite_image_describes_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite_image_describes_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite 4.
/// </summary>
internal static string BlindWrite4_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite4_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite5 found unknown subchannel size: {0}.
/// </summary>
internal static string BlindWrite5_found_unknown_subchannel_size_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite5_found_unknown_subchannel_size_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite5 image ends after expected position. Probably new version with different data. Errors may occur..
/// </summary>
internal static string BlindWrite5_image_ends_after_expected_position_Probably_new_version_with_different_data_Errors_may_occur {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite5_image_ends_after_expected_position_Probably_new_version_with_differen" +
"t_data_Errors_may_occur" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BlindWrite 5.
/// </summary>
internal static string BlindWrite5_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BlindWrite5_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Block pattern decoder): Input data size: {0} bytes.
/// </summary>
internal static string Block_pattern_decoder_Input_data_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Block_pattern_decoder_Input_data_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Block pattern decoder): Output data size: {0} bytes.
/// </summary>
internal static string Block_pattern_decoder_Output_data_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Block_pattern_decoder_Output_data_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Block pattern decoder): Processed input: {0} bytes.
/// </summary>
internal static string Block_pattern_decoder_Processed_input_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Block_pattern_decoder_Processed_input_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Block pattern decoder): Processed Output: {0} bytes.
/// </summary>
internal static string Block_pattern_decoder_Processed_Output_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Block_pattern_decoder_Processed_Output_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2024-01-02 00:40:51 +00:00
/// <summary>
/// Looks up a localized string similar to Block size too small for number of sectors, try with a bigger value..
/// </summary>
internal static string Block_size_too_small_for_number_of_sectors {
get {
return ResourceManager . GetString ( "Block_size_too_small_for_number_of_sectors" , resourceCulture ) ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Block type {0} with data type {1} is indexed to be at {2}.
/// </summary>
internal static string Block_type_0_with_data_type_1_is_indexed_to_be_at_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Block_type_0_with_data_type_1_is_indexed_to_be_at_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to BLU image contains a disk of type {0}.
/// </summary>
internal static string BLU_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "BLU_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Basic Lisa Utility.
/// </summary>
internal static string Blu_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Blu_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Brazil.
/// </summary>
internal static string Brazil {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Brazil" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Breaking track processing and trying recovery of information..
/// </summary>
internal static string Breaking_track_processing_and_trying_recovery_of_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Breaking_track_processing_and_trying_recovery_of_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Buffer must not be null..
/// </summary>
internal static string Buffer_must_not_be_null {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Buffer_must_not_be_null" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Building maps.
/// </summary>
internal static string Building_maps {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Building_maps" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Building offset map.
/// </summary>
internal static string Building_offset_map {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Building_offset_map" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Building offset, track and session maps.
/// </summary>
internal static string Building_offset_track_and_session_maps {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Building_offset_track_and_session_maps" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculate and store MD5 of image's user data.
/// </summary>
internal static string Calculate_and_store_MD5_of_image_user_data {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculate_and_store_MD5_of_image_user_data" , resourceCulture ) ;
2022-12-16 02:37:17 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculate and store SHA1 of image's user data.
/// </summary>
internal static string Calculate_and_store_SHA1_of_image_user_data {
2022-12-16 02:37:17 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculate_and_store_SHA1_of_image_user_data" , resourceCulture ) ;
2022-12-16 02:37:17 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculate and store SHA256 of image's user data.
/// </summary>
internal static string Calculate_and_store_SHA256_of_image_user_data {
2022-12-16 02:37:17 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculate_and_store_SHA256_of_image_user_data" , resourceCulture ) ;
2022-12-16 02:37:17 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculate and store SpamSum of image's user data.
/// </summary>
internal static string Calculate_and_store_SpamSum_of_image_user_data {
2022-12-16 02:37:17 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculate_and_store_SpamSum_of_image_user_data" , resourceCulture ) ;
2022-12-16 02:37:17 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated checksum = 0x{0:X8}, {1}.
/// </summary>
internal static string Calculated_checksum_equals_0_X8_1 {
2022-12-16 02:37:17 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_checksum_equals_0_X8_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated CRC does not coincide with stored one..
/// </summary>
internal static string Calculated_CRC_does_not_coincide_with_stored_one {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_CRC_does_not_coincide_with_stored_one" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated CRC = 0x{0:X4}.
/// </summary>
internal static string Calculated_CRC_equals_0_X4 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_CRC_equals_0_X4" , resourceCulture ) ;
2023-07-06 00:04:46 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated CRC32: {0}.
/// </summary>
internal static string Calculated_CRC32_0 {
2023-07-06 00:04:46 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_CRC32_0" , resourceCulture ) ;
2023-07-06 00:04:46 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated data checksum = 0x{0:X8}.
/// </summary>
internal static string Calculated_data_checksum_equals_0_X8 {
2023-07-06 00:04:46 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_data_checksum_equals_0_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated data CRC = 0x{0:X8}, {1}.
/// </summary>
internal static string Calculated_data_CRC_equals_0_X8_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_data_CRC_equals_0_X8_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated header checksum = 0x{0:X2}, {1}.
/// </summary>
internal static string Calculated_header_checksum_equals_0_X2_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_header_checksum_equals_0_X2_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to calculated header crc = 0x{0:X4}.
/// </summary>
internal static string calculated_header_crc_equals_0_X4 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "calculated_header_crc_equals_0_X4" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated MD5: {0}.
/// </summary>
internal static string Calculated_MD5_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_MD5_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated SHA1: {0}.
/// </summary>
internal static string Calculated_SHA1_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_SHA1_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculated tag checksum = 0x{0:X8}.
/// </summary>
internal static string Calculated_tag_checksum_equals_0_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculated_tag_checksum_equals_0_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculating data checksum.
/// </summary>
internal static string Calculating_data_checksum {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculating_data_checksum" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Calculating tag checksum.
/// </summary>
internal static string Calculating_tag_checksum {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Calculating_tag_checksum" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Canada.
/// </summary>
internal static string Canada {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Canada" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot access NOACCESS extents 😉..
/// </summary>
internal static string Cannot_access_NOACCESS_extents {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_access_NOACCESS_extents" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot append to a non Aaru Format image.
/// </summary>
internal static string Cannot_append_to_a_non_Aaru_Format_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_append_to_a_non_Aaru_Format_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot append to an unknown image version {0}.
/// </summary>
internal static string Cannot_append_to_an_unknown_image_version_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_append_to_an_unknown_image_version_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot create an opened image.
/// </summary>
internal static string Cannot_create_an_opened_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_create_an_opened_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot decode block header, cannot open..
/// </summary>
internal static string Cannot_decode_block_header_cannot_open {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_decode_block_header_cannot_open" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find bitmap.
/// </summary>
internal static string Cannot_find_bitmap {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_bitmap" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find cyl 0 hd 0, supposing only top head was dumped.
/// </summary>
internal static string Cannot_find_cyl_0_hd_0_supposing_only_top_head_was_dumped {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_cyl_0_hd_0_supposing_only_top_head_was_dumped" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find cyl 0 hd 1, supposing only bottom head was dumped.
/// </summary>
internal static string Cannot_find_cyl_0_hd_1_supposing_only_bottom_head_was_dumped {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_cyl_0_hd_1_supposing_only_bottom_head_was_dumped" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find cyl 1, supposing double stepping.
/// </summary>
internal static string Cannot_find_cyl_1_supposing_double_stepping {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_cyl_1_supposing_double_stepping" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find data blocks.
/// </summary>
internal static string Cannot_find_data_blocks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_data_blocks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find data file {0}.
/// </summary>
internal static string Cannot_find_data_file_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_data_file_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find info block.
/// </summary>
internal static string Cannot_find_info_block {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_info_block" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find local header.
/// </summary>
internal static string Cannot_find_local_header {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_local_header" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find MBRs.
/// </summary>
internal static string Cannot_find_MBRs {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_MBRs" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find parent "{0}"..
/// </summary>
internal static string Cannot_find_parent_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_parent_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot find tail. Multiple volumes are not supported or image is corrupt..
/// </summary>
internal static string Cannot_find_tail_Multiple_volumes_are_not_supported_or_image_is_corrupt {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_find_tail_Multiple_volumes_are_not_supported_or_image_is_corrupt" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot open data file.
/// </summary>
internal static string Cannot_open_data_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_open_data_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot read compressed CHD version 5.
/// </summary>
internal static string Cannot_read_compressed_CHD_version_5 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_read_compressed_CHD_version_5" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot skip blocks.
/// </summary>
internal static string Cannot_skip_blocks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_skip_blocks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot write a media with type {0} to an image with type {1}.
/// </summary>
internal static string Cannot_write_a_media_with_type_0_to_an_image_with_type_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_write_a_media_with_type_0_to_an_image_with_type_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot write non-long sectors to CD images..
/// </summary>
internal static string Cannot_write_non_long_sectors_to_CD_images {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_write_non_long_sectors_to_CD_images" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cannot write unwritten blocks.
/// </summary>
internal static string Cannot_write_unwritten_blocks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cannot_write_unwritten_blocks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Can't cross tracks.
/// </summary>
internal static string Cant_cross_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cant_cross_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Can't find file containing {0}.
/// </summary>
internal static string Cant_find_file_containing_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cant_find_file_containing_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Can't find track {0}.
/// </summary>
internal static string Cant_find_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cant_find_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Can't find track containing {0}.
/// </summary>
internal static string Cant_find_track_containing_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cant_find_track_containing_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cartridge chip set: {0}.
/// </summary>
internal static string Cartridge_chip_set_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cartridge_chip_set_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cartridge ID: {0}.
/// </summary>
internal static string Cartridge_ID_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cartridge_ID_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cartridge type: {0}.
/// </summary>
internal static string Cartridge_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cartridge_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CD-TEXT binary file: {0}.
/// </summary>
internal static string CD_TEXT_binary_file_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CD_TEXT_binary_file_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CD-TEXT binary file not set..
/// </summary>
internal static string CD_TEXT_binary_file_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CD_TEXT_binary_file_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CD-TEXT entry {0}.
/// </summary>
internal static string CD_TEXT_entry_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CD_TEXT_entry_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRDAO comments: {0}.
/// </summary>
internal static string CDRDAO_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CDRDAO_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRDAO image describes a disc of type {0}.
/// </summary>
internal static string CDRDAO_image_describes_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CDRDAO_image_describes_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRDAO tocfile.
/// </summary>
internal static string Cdrdao_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cdrdao_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRWIN comments: {0}.
/// </summary>
internal static string CDRWIN_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CDRWIN_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRWIN image describes a disc of type {0}.
/// </summary>
internal static string CDRWIN_image_describes_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CDRWIN_image_describes_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CDRWin cuesheet.
/// </summary>
internal static string CdrWin_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CdrWin_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to MAME Compressed Hunks of Data.
/// </summary>
internal static string Chd_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Chd_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CHD version 5 is not yet supported..
/// </summary>
internal static string CHD_version_5_is_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CHD_version_5_is_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Checking index integrity at {0}.
/// </summary>
internal static string Checking_index_integrity_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Checking_index_integrity_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Checksum: 0x{0:X4}.
/// </summary>
internal static string Checksum_0_X4 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Checksum_0_X4" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to China.
/// </summary>
internal static string China {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "China" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to China, Hong Kong.
/// </summary>
internal static string China_Hong_Kong {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "China_Hong_Kong" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CHR ROM size: {0} bytes.
/// </summary>
internal static string CHR_ROM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CHR_ROM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CHS {0},{1},{2}: CRC mismatch: stored CRC=0x{3:x4}, calculated CRC=0x{4:x4}.
/// </summary>
internal static string CHS_0_1_2_CRC_mismatch_stored_CRC_3_X4_calculated_CRC_4_X4 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CHS_0_1_2_CRC_mismatch_stored_CRC_3_X4_calculated_CRC_4_X4" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Chunks compressed with KenCode are not yet supported..
/// </summary>
internal static string Chunks_compressed_with_KenCode_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Chunks_compressed_with_KenCode_are_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Chunks compressed with lzfse are not yet supported..
/// </summary>
internal static string Chunks_compressed_with_lzfse_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Chunks_compressed_with_lzfse_are_not_yet_supported" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Chunks compressed with LZH are not yet supported..
/// </summary>
internal static string Chunks_compressed_with_LZH_are_not_yet_supported {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Chunks_compressed_with_LZH_are_not_yet_supported" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Chunks compressed with StuffIt! are not yet supported..
/// </summary>
internal static string Chunks_compressed_with_StuffIt_are_not_yet_supported {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Chunks_compressed_with_StuffIt_are_not_yet_supported" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CisCopy image contains a disk of type {0}.
/// </summary>
internal static string CisCopy_image_contains_a_disk_of_type_0 {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CisCopy_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CisCopy Disk Image (DC-File).
/// </summary>
internal static string CisCopy_Name {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CisCopy_Name" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CloneCD.
/// </summary>
internal static string CloneCd_Name {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CloneCd_Name" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (CloneCD plugin): Warning! Unknown CCD image version {0}, may not work!.
/// </summary>
internal static string CloneCD_plugin_Warning_Unknown_CCD_image_version_0_may_not_work {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CloneCD_plugin_Warning_Unknown_CCD_image_version_0_may_not_work" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cluster size must be a power of 2.
/// </summary>
internal static string Cluster_size_must_be_a_power_of_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cluster_size_must_be_a_power_of_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cluster size must be between 4 Kbytes and 64 Mbytes.
/// </summary>
internal static string Cluster_size_must_be_between_4_Kbytes_and_64_Mbytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cluster_size_must_be_between_4_Kbytes_and_64_Mbytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cluster size must be between 512 bytes and 64 Kbytes.
/// </summary>
internal static string Cluster_size_must_be_between_512_bytes_and_64_Kbytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cluster_size_must_be_between_512_bytes_and_64_Kbytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Comment.
/// </summary>
internal static string Comment {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Comment" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Comment: "{0}".
/// </summary>
internal static string Comment_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Comment_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Comment header.
/// </summary>
internal static string Comment_header {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Comment_header" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Comment not set..
/// </summary>
internal static string Comment_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Comment_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Comment present, reading.
/// </summary>
internal static string Comment_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Comment_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Composer: {0}.
/// </summary>
internal static string Composer_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Composer_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Composer is not set..
/// </summary>
internal static string Composer_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Composer_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compress user data blocks. Other blocks will always be compressed.
/// </summary>
internal static string Compress_user_data_blocks_Other_blocks_will_always_be_compressed {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compress_user_data_blocks_Other_blocks_will_always_be_compressed" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compressed CD/GD-ROM hunks are not yet supported.
/// </summary>
internal static string Compressed_CD_GD_ROM_hunks_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compressed_CD_GD_ROM_hunks_are_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compressed extents are not yet supported..
/// </summary>
internal static string Compressed_extents_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compressed_extents_are_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compressed images are not supported..
/// </summary>
internal static string Compressed_images_are_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compressed_images_are_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compressed SaveDskF images are not supported..
/// </summary>
internal static string Compressed_SaveDskF_images_are_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compressed_SaveDskF_images_are_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Compressed v5 hunks not yet supported.
/// </summary>
internal static string Compressed_v5_hunks_not_yet_supported {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Compressed_v5_hunks_not_yet_supported" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Console type: {0}.
/// </summary>
internal static string Console_type_0 {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Console_type_0" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Contains features for Game Boy Color.
/// </summary>
internal static string Contains_features_for_Game_Boy_Color {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Contains_features_for_Game_Boy_Color" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Contains features for Super Game Boy.
/// </summary>
internal static string Contains_features_for_Super_Game_Boy {
2023-08-22 16:27:52 +02:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Contains_features_for_Super_Game_Boy" , resourceCulture ) ;
2023-08-22 16:27:52 +02:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cooking sectors.
/// </summary>
internal static string Cooking_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cooking_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Coprocessor: {0}.
/// </summary>
internal static string Coprocessor_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Coprocessor_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CopyQM comments: {0}.
/// </summary>
internal static string CopyQM_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CopyQM_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CopyQM image contains a disk of type {0}.
/// </summary>
internal static string CopyQM_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CopyQM_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sydex CopyQM.
/// </summary>
internal static string CopyQm_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CopyQm_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Copyright string: {0}.
/// </summary>
internal static string Copyright_string_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Copyright_string_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CopyTape.
/// </summary>
internal static string CopyTape_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CopyTape_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Correctly arrived end of image.
/// </summary>
internal static string Correctly_arrived_end_of_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Correctly_arrived_end_of_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not create new image file, exception {0}.
/// </summary>
internal static string Could_not_create_new_image_file_exception_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_create_new_image_file_exception_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not create subchannel file, exception {0}.
/// </summary>
internal static string Could_not_create_subchannel_file_exception_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_create_subchannel_file_exception_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not find image for track {0}.
/// </summary>
internal static string Could_not_find_image_for_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_find_image_for_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not find partclone BiTmAgIc, not continuing....
/// </summary>
internal static string Could_not_find_partclone_BiTmAgIc_not_continuing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_find_partclone_BiTmAgIc_not_continuing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not find user data deduplication table..
/// </summary>
internal static string Could_not_find_user_data_deduplication_table {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_find_user_data_deduplication_table" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not parse property list..
/// </summary>
internal static string Could_not_parse_property_list {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_parse_property_list" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not retrieve block chunks. Please fill an issue and send it to us..
/// </summary>
internal static string Could_not_retrieve_block_chunks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_retrieve_block_chunks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not retrieve block chunks array..
/// </summary>
internal static string Could_not_retrieve_block_chunks_array {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_retrieve_block_chunks_array" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not retrieve Data.
/// </summary>
internal static string Could_not_retrieve_Data {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_retrieve_Data" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not retrieve Name.
/// </summary>
internal static string Could_not_retrieve_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_retrieve_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Could not retrieve resource fork..
/// </summary>
internal static string Could_not_retrieve_resource_fork {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Could_not_retrieve_resource_fork" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CPCEMU Disk-File and Extended CPC Disk-File.
/// </summary>
internal static string Cpcdsk_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cpcdsk_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CRC1: 0x{0:X8}.
/// </summary>
internal static string CRC1_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CRC1_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to CRC2: 0x{0:X8}.
/// </summary>
internal static string CRC2_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "CRC2_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2024-01-02 00:40:51 +00:00
/// <summary>
/// Looks up a localized string similar to Create a dynamic image, empty sectors are ignored.
/// </summary>
internal static string Create_a_dynamic_image {
get {
return ResourceManager . GetString ( "Create_a_dynamic_image" , resourceCulture ) ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Creator: "{0}".
/// </summary>
internal static string Creator_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Creator_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Cuesheet entry {0}.
/// </summary>
internal static string Cuesheet_entry_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Cuesheet_entry_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Current position = {0}.
/// </summary>
internal static string Current_position_equals_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Current_position_equals_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to cylinders = {0}.
/// </summary>
internal static string cylinders_equal_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "cylinders_equal_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to D88 Disk Image.
/// </summary>
internal static string D88_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "D88_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple Disk Archival/Retrieval Tool.
/// </summary>
internal static string Dart_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Dart_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data: {0} sectors.
/// </summary>
internal static string Data_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data: {0} sectors starting at sector {1}.
/// </summary>
internal static string Data_0_sectors_starting_at_sector_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_0_sectors_starting_at_sector_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data encoding {0} is incorrect..
/// </summary>
internal static string Data_encoding_0_is_incorrect {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_encoding_0_is_incorrect" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data encoding: 0x{0:X2}.
/// </summary>
internal static string Data_encoding_0_X2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_encoding_0_X2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data file {0} not found.
/// </summary>
internal static string Data_file_0_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_file_0_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data filename: {0}.
/// </summary>
internal static string Data_filename_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_filename_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data path: {0}.
/// </summary>
internal static string Data_path_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_path_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Data size (in-image): {0}.
/// </summary>
internal static string Data_size_in_image_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Data_size_in_image_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Decoding whole image.
/// </summary>
internal static string Decoding_whole_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Decoding_whole_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Decompressing DDT....
/// </summary>
internal static string Decompressing_DDT {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Decompressing_DDT" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Denmark.
/// </summary>
internal static string Denmark {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Denmark" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Detected DiskDupe DDI image with {0} tracks and {1} sectors per track..
/// </summary>
internal static string Detected_DiskDupe_DDI_image_with_0_tracks_and_1_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Detected_DiskDupe_DDI_image_with_0_tracks_and_1_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Detected HD-Copy image with {0} tracks and {1} sectors per track..
/// </summary>
internal static string Detected_HD_Copy_image_with_0_tracks_and_1_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Detected_HD_Copy_image_with_0_tracks_and_1_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Detected incorrect endian on data size field, correcting..
/// </summary>
internal static string Detected_incorrect_endian_on_data_size_field_correcting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Detected_incorrect_endian_on_data_size_field_correcting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Detected WC DISK IMAGE with {0} heads, {1} tracks and {2} sectors per track..
/// </summary>
internal static string Detected_WC_DISK_IMAGE_with_0_heads_1_tracks_and_2_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Detected_WC_DISK_IMAGE_with_0_heads_1_tracks_and_2_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Device type: {0}.
/// </summary>
internal static string Device_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Device_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Devices supported: {0}.
/// </summary>
internal static string Devices_supported_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Devices_supported_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Did not find any extent.
/// </summary>
internal static string Did_not_find_any_extent {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Did_not_find_any_extent" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Did not find any track..
/// </summary>
internal static string Did_not_find_any_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Did_not_find_any_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Differencing images not yet supported.
/// </summary>
internal static string Differencing_images_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Differencing_images_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Digital Research DiskCopy image contains a disk of type {0}.
/// </summary>
internal static string Digital_Research_DiskCopy_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Digital_Research_DiskCopy_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DIM comments: {0}.
/// </summary>
internal static string DIM_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DIM_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DIM image contains a disk of type {0}.
/// </summary>
internal static string DIM_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DIM_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DIM Disk Image.
/// </summary>
internal static string Dim_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Dim_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DIM shows unknown image with {0} tracks.
/// </summary>
internal static string DIM_shows_unknown_image_with_0_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DIM_shows_unknown_image_with_0_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Directory listing present, reading.
/// </summary>
internal static string Directory_listing_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Directory_listing_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc-At-Once entry {0}.
/// </summary>
internal static string Disc_At_Once_entry_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_At_Once_entry_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc CD-TEXT:.
/// </summary>
internal static string Disc_CD_TEXT {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_CD_TEXT" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc contains {0} sessions.
/// </summary>
internal static string Disc_contains_0_sessions {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_contains_0_sessions" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc contains {0} tracks.
/// </summary>
internal static string Disc_contains_0_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_contains_0_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc ID: {0}.
/// </summary>
internal static string Disc_ID_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_ID_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc ID: {0:X6}.
/// </summary>
internal static string Disc_ID_0_X6 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_ID_0_X6" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc ID not set..
/// </summary>
internal static string Disc_ID_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_ID_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc image parsing results.
/// </summary>
internal static string Disc_image_parsing_results {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_image_parsing_results" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc information:.
/// </summary>
internal static string Disc_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc information: {0}.
/// </summary>
internal static string Disc_information_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_information_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc manufactured by: {0}.
/// </summary>
internal static string Disc_manufactured_by_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_manufactured_by_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disc Type: {0}.
/// </summary>
internal static string Disc_Type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disc_Type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DiscFerret.
/// </summary>
internal static string DiscFerret_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DiscFerret_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DiscJuggler.
/// </summary>
internal static string DiscJuggler_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DiscJuggler_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Disk tracks are not same size. spt = {0} (expected {1}), bps = {2} (expected {3}) at track {4} sector {5}.
/// </summary>
internal static string Disk_tracks_are_not_same_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Disk_tracks_are_not_same_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DiskCopy 4.2 image contains a disk of type {0}.
/// </summary>
internal static string DiskCopy_4_2_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DiskCopy_4_2_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple DiskCopy 4.2.
/// </summary>
internal static string DiskCopy42_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DiskCopy42_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to DiskDupe DDI Disk Image.
/// </summary>
internal static string DiskDupe_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DiskDupe_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Domestic title: {0}.
/// </summary>
internal static string Domestic_title_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Domestic_title_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Don't know how to write sector tag type {0}.
/// </summary>
internal static string Dont_know_how_to_write_sector_tag_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Dont_know_how_to_write_sector_tag_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Digital Research DiskCopy.
/// </summary>
internal static string DriDiskCopy_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "DriDiskCopy_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Dunno how to handle "{0}" extents..
/// </summary>
internal static string Dunno_how_to_handle_0_extents {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Dunno_how_to_handle_0_extents" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Dynamic header checksum = 0x{0:X8}, calculated = 0x{1:X8}.
/// </summary>
internal static string Dynamic_header_checksum_equals_0_X8_calculated_1_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Dynamic_header_checksum_equals_0_X8_calculated_1_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Enable Apridisk compression..
/// </summary>
internal static string Enable_Apridisk_compression {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Enable_Apridisk_compression" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Encrypted images are not yet supported..
/// </summary>
internal static string Encrypted_images_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Encrypted_images_are_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to End of disk image arrived.
/// </summary>
internal static string End_of_disk_image_arrived {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "End_of_disk_image_arrived" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to End position = {0}.
/// </summary>
internal static string End_position_equals_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "End_position_equals_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Ending sector: {0}.
/// </summary>
internal static string Ending_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Ending_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Ending track: {0}.
/// </summary>
internal static string Ending_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Ending_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Error {0} opening parent "{1}"..
/// </summary>
internal static string Error_0_opening_parent_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Error_0_opening_parent_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Error decompressing block, should be {0} bytes but got {1} bytes..
/// </summary>
internal static string Error_decompressing_block_should_be_0_bytes_but_got_1_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Error_decompressing_block_should_be_0_bytes_but_got_1_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Error decompressing DDT, should be {0} bytes but got {1} bytes..
/// </summary>
internal static string Error_decompressing_DDT_should_be_0_bytes_but_got_1_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Error_decompressing_DDT_should_be_0_bytes_but_got_1_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Europe.
/// </summary>
internal static string Europe {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Europe" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Europe, Oceania, Asia.
/// </summary>
internal static string Europe_Oceania_Asia {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Europe_Oceania_Asia" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception: {0}.
/// </summary>
internal static string Exception_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception {0} processing Aaru Metadata block.
/// </summary>
internal static string Exception_0_processing_Aaru_Metadata_block {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_0_processing_Aaru_Metadata_block" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception {0} processing CICM XML metadata block.
/// </summary>
internal static string Exception_0_processing_CICM_XML_metadata_block {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_0_processing_CICM_XML_metadata_block" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception occurred opening file..
/// </summary>
internal static string Exception_occurred_opening_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_occurred_opening_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception trying to identify image file {0}.
/// </summary>
internal static string Exception_trying_to_identify_image_file_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_trying_to_identify_image_file_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Exception trying to open image file {0}.
/// </summary>
internal static string Exception_trying_to_open_image_file_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Exception_trying_to_open_image_file_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expansion RAM size: {0} bytes.
/// </summary>
internal static string Expansion_RAM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expansion_RAM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected block CRC {0:X16} but got {1:X16}.
/// </summary>
internal static string Expected_block_CRC_0_X16_but_got_1_X16 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_block_CRC_0_X16_but_got_1_X16" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected block with data type {0} at position {1} but found data type {2}.
/// </summary>
internal static string Expected_block_with_data_type_0_at_position_1_but_found_data_type_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_block_with_data_type_0_at_position_1_but_found_data_type_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected CRC32: {0}.
/// </summary>
internal static string Expected_CRC32_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_CRC32_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected DDT CRC {0:X16} but got {1:X16}.
/// </summary>
internal static string Expected_DDT_CRC_0_but_got_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_DDT_CRC_0_but_got_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected index CRC {0:X16} but got {1:X16}.
/// </summary>
internal static string Expected_index_CRC_0_X16_but_got_1_X16 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_index_CRC_0_X16_but_got_1_X16" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected MD5: {0}.
/// </summary>
internal static string Expected_MD5_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_MD5_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Expected SHA1: {0}.
/// </summary>
internal static string Expected_SHA1_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Expected_SHA1_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Export.
/// </summary>
internal static string Export {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Export" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extended = {0}.
/// </summary>
internal static string Extended_equals_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extended_equals_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extent {0} is too small..
/// </summary>
internal static string Extent_0_is_too_small {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extent_0_is_too_small" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extent contains incorrect number of sectors, {0}. {1} were expected.
/// </summary>
internal static string Extent_contains_incorrect_number_of_sectors_0_1_were_expected {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extent_contains_incorrect_number_of_sectors_0_1_were_expected" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extent file {0} not found..
/// </summary>
internal static string Extent_file_0_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extent_file_0_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM is of unknown type 0x{0:X2}.
/// </summary>
internal static string Extra_RAM_is_of_unknown_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_is_of_unknown_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM not present..
/// </summary>
internal static string Extra_RAM_not_present {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_not_present" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM present..
/// </summary>
internal static string Extra_RAM_present {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_present" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM starts at 0x{0:X8} and ends at 0x{1:X8} ({2} bytes).
/// </summary>
internal static string Extra_RAM_starts_at_0_and_ends_at_1_2_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_starts_at_0_and_ends_at_1_2_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 16-bit access..
/// </summary>
internal static string Extra_RAM_uses_16_bit_access {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_16_bit_access" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 16-bit access and persists when powered off..
/// </summary>
internal static string Extra_RAM_uses_16_bit_access_and_persists_when_powered_off {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_16_bit_access_and_persists_when_powered_off" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 8-bit access (even addresses)..
/// </summary>
internal static string Extra_RAM_uses_8_bit_access_even_addresses {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_8_bit_access_even_addresses" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 8-bit access (even addresses) and persists when powered off..
/// </summary>
internal static string Extra_RAM_uses_8_bit_access_even_addresses_and_persists_when_powered_off {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_8_bit_access_even_addresses_and_persists_when_powered_off" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 8-bit access (odd addresses)..
/// </summary>
internal static string Extra_RAM_uses_8_bit_access_odd_addresses {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_8_bit_access_odd_addresses" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra RAM uses 8-bit access (odd addresses) and persists when powered off..
/// </summary>
internal static string Extra_RAM_uses_8_bit_access_odd_addresses_and_persists_when_powered_off {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_RAM_uses_8_bit_access_odd_addresses_and_persists_when_powered_off" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra track 1 (head 0) present, reading.
/// </summary>
internal static string Extra_track_1_head_0_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_track_1_head_0_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra track 1 (head 1) present, reading.
/// </summary>
internal static string Extra_track_1_head_1_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_track_1_head_1_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra track 2 (head 0) present, reading.
/// </summary>
internal static string Extra_track_2_head_0_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_track_2_head_0_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Extra track 2 (head 1) present, reading.
/// </summary>
internal static string Extra_track_2_head_1_present_reading {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Extra_track_2_head_1_present_reading" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to File "{0}" found.
/// </summary>
internal static string File_0_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "File_0_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to File "{0}" not found..
/// </summary>
internal static string File_0_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "File_0_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to File parameters not found..
/// </summary>
internal static string File_parameters_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "File_parameters_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Filling extents.
/// </summary>
internal static string Filling_extents {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Filling_extents" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Filling the BAT took {0} seconds.
/// </summary>
internal static string Filling_the_BAT_took_0_seconds {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Filling_the_BAT_took_0_seconds" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Finland.
/// </summary>
internal static string Finland {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Finland" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to FLAC is not supported.
/// </summary>
internal static string FLAC_is_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "FLAC_is_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Flash size: {0} bytes.
/// </summary>
internal static string Flash_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Flash_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Flux decoding is not yet implemented..
/// </summary>
internal static string Flux_decoding_is_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Flux_decoding_is_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {0} compact disc indexes at position {1}.
/// </summary>
internal static string Found_0_compact_disc_indexes_at_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_0_compact_disc_indexes_at_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {0} cylinders and {1} heads with a maximum sector number of {2}.
/// </summary>
internal static string Found_0_cylinders_and_1_heads_with_a_maximum_sector_number_of_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_0_cylinders_and_1_heads_with_a_maximum_sector_number_of_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {0} tracks at position {1}.
/// </summary>
internal static string Found_0_tracks_at_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_0_tracks_at_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {1} at line {0}.
/// </summary>
internal static string Found_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {1}_CHANNEL_AUDIO at line {0}.
/// </summary>
internal static string Found_1_CHANNEL_AUDIO_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_1_CHANNEL_AUDIO_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {1} COPY at line {0}.
/// </summary>
internal static string Found_1_COPY_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_1_COPY_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found {1} PRE_EMPHASIS at line {0}.
/// </summary>
internal static string Found_1_PRE_EMPHASIS_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_1_PRE_EMPHASIS_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found a minimum of {0} bytes per sector.
/// </summary>
internal static string Found_a_minimum_of_0_bytes_per_sector {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_a_minimum_of_0_bytes_per_sector" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found a minimum of {0} sectors per track.
/// </summary>
internal static string Found_a_minimum_of_0_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_a_minimum_of_0_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Aaru Metadata block at position {0}.
/// </summary>
internal static string Found_Aaru_Metadata_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Aaru_Metadata_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ADR at line {0}.
/// </summary>
internal static string Found_ADR_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ADR_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found AFrame at line {0}.
/// </summary>
internal static string Found_AFrame_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_AFrame_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ALBA at line {0}.
/// </summary>
internal static string Found_ALBA_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ALBA_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found AMin at line {0}.
/// </summary>
internal static string Found_AMin_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_AMin_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ARRANGER "{1}" at line {0}.
/// </summary>
internal static string Found_ARRANGER_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ARRANGER_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ARRANGER at line {0}.
/// </summary>
internal static string Found_ARRANGER_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ARRANGER_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ASec at line {0}.
/// </summary>
internal static string Found_ASec_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ASec_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found AUDIOFILE "{1}" at line {0}.
/// </summary>
internal static string Found_AUDIOFILE_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_AUDIOFILE_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found barcode field in incorrect place at line {0}.
/// </summary>
internal static string Found_barcode_field_in_incorrect_place_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_barcode_field_in_incorrect_place_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CATALOG "{1}" at line {0}.
/// </summary>
internal static string Found_CATALOG_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CATALOG_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CATALOG at line {0}.
/// </summary>
internal static string Found_CATALOG_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CATALOG_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Catalog at line {0}.
/// </summary>
internal static string Found_Catalog_at_line_0_smallcase {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Catalog_at_line_0_smallcase" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CATALOG field in incorrect place at line {0}.
/// </summary>
internal static string Found_CATALOG_field_in_incorrect_place_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CATALOG_field_in_incorrect_place_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CD-Text Entries at line {0}.
/// </summary>
internal static string Found_CD_Text_Entries_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CD_Text_Entries_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CD-Text Entry at line {0}.
/// </summary>
internal static string Found_CD_Text_Entry_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CD_Text_Entry_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CD-Text file field in incorrect place at line {0}.
/// </summary>
internal static string Found_CD_Text_file_field_in_incorrect_place_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CD_Text_file_field_in_incorrect_place_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CDDB ID field in incorrect place at line {0}.
/// </summary>
internal static string Found_CDDB_ID_field_in_incorrect_place_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CDDB_ID_field_in_incorrect_place_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CDTEXTFILE at line {0}.
/// </summary>
internal static string Found_CDTEXTFILE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CDTEXTFILE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CDTextLength at line {0}.
/// </summary>
internal static string Found_CDTextLength_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CDTextLength_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "CDTX" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_CDTX_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CDTX_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CICM XML metadata block at position {0}.
/// </summary>
internal static string Found_CICM_XML_metadata_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CICM_XML_metadata_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found [CloneCD] out of order in line {0}.
/// </summary>
internal static string Found_CloneCD_out_of_order_in_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CloneCD_out_of_order_in_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found comment "{1}" at line {0}.
/// </summary>
internal static string Found_comment_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_comment_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found comment record at {0}.
/// </summary>
internal static string Found_comment_record_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_comment_record_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found COMPOSER "{1}" at line {0}.
/// </summary>
internal static string Found_COMPOSER_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_COMPOSER_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found COMPOSER at line {0}.
/// </summary>
internal static string Found_COMPOSER_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_COMPOSER_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found compressed sector record at {0} for cylinder {1} head {2} sector {3}.
/// </summary>
internal static string Found_compressed_sector_record_at_0_for_cylinder_1_head_2_sector_3 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_compressed_sector_record_at_0_for_cylinder_1_head_2_sector_3" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Control at line {0}.
/// </summary>
internal static string Found_Control_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Control_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found CRC32 for {1} {2} at line {0}.
/// </summary>
internal static string Found_CRC32_for_1_2_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CRC32_for_1_2_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found creator record at {0}.
/// </summary>
internal static string Found_creator_record_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_creator_record_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "CUES" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_CUES_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CUES_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "CUEX" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_CUEX_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_CUEX_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "DAOI" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_DAOI_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DAOI_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "DAOX" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_DAOX_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DAOX_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found data block type {0} at position {1}.
/// </summary>
internal static string Found_data_block_type_0_at_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_data_block_type_0_at_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found DATAFILE "{1}" at line {0}.
/// </summary>
internal static string Found_DATAFILE_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DATAFILE_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found DataTracksScrambled at line {0}.
/// </summary>
internal static string Found_DataTracksScrambled_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DataTracksScrambled_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found deleted record at {0}.
/// </summary>
internal static string Found_deleted_record_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_deleted_record_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "DINF" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_DINF_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DINF_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found DISC_ID "{1}" at line {0}.
/// </summary>
internal static string Found_DISC_ID_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DISC_ID_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found DISC_ID at line {0}.
/// </summary>
internal static string Found_DISC_ID_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_DISC_ID_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found dump hardware block at position {0}.
/// </summary>
internal static string Found_dump_hardware_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_dump_hardware_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "END!" chunk, finishing parse.
/// </summary>
internal static string Found_END_chunk_finishing_parse {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_END_chunk_finishing_parse" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "ETN2" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_ETN2_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ETN2_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "ETNF" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_ETNF_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ETNF_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found FILE at line {0}.
/// </summary>
internal static string Found_FILE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_FILE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found FLAGS at line {0}.
/// </summary>
internal static string Found_FLAGS_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_FLAGS_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found FLAGS field in incorrect place at line {0}.
/// </summary>
internal static string Found_FLAGS_field_in_incorrect_place_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_FLAGS_field_in_incorrect_place_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found footer at {0}.
/// </summary>
internal static string Found_footer_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_footer_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found GENRE at line {0}.
/// </summary>
internal static string Found_GENRE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_GENRE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found INDEX {0} before INDEX 00 or INDEX 01.
/// </summary>
internal static string Found_INDEX_0_before_INDEX_00_or_INDEX_01 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_INDEX_0_before_INDEX_00_or_INDEX_01" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found INDEX "{1}" at line {0}.
/// </summary>
internal static string Found_INDEX_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_INDEX_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found INDEX at line {0}.
/// </summary>
internal static string Found_INDEX_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_INDEX_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found INDEX before a track at line {0}.
/// </summary>
internal static string Found_INDEX_before_a_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_INDEX_before_a_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ISRC "{1}" at line {0}.
/// </summary>
internal static string Found_ISRC_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ISRC_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ISRC at line {0}.
/// </summary>
internal static string Found_ISRC_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ISRC_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ISRC before a track at line {0}.
/// </summary>
internal static string Found_ISRC_before_a_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ISRC_before_a_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found MD5 for {1} {2} at line {0}.
/// </summary>
internal static string Found_MD5_for_1_2_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_MD5_for_1_2_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found media tag {0}.
/// </summary>
internal static string Found_media_tag_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_media_tag_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found MESSAGE "{1}" at line {0}.
/// </summary>
internal static string Found_MESSAGE_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_MESSAGE_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found metadata "{0}".
/// </summary>
internal static string Found_metadata_0_ {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_metadata_0_" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found metadata block at position {0}.
/// </summary>
internal static string Found_metadata_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_metadata_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "MTYP" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_MTYP_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_MTYP_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found obsolete UDIF format..
/// </summary>
internal static string Found_obsolete_UDIF_format {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_obsolete_UDIF_format" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PERFORMER "{1}" at line {0}.
/// </summary>
internal static string Found_PERFORMER_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PERFORMER_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PERFORMER at line {0}.
/// </summary>
internal static string Found_PERFORMER_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PERFORMER_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PFrame at line {0}.
/// </summary>
internal static string Found_PFrame_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PFrame_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PLBA at line {0}.
/// </summary>
internal static string Found_PLBA_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PLBA_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PMin at line {0}.
/// </summary>
internal static string Found_PMin_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PMin_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Point at line {0}.
/// </summary>
internal static string Found_Point_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Point_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found POSTGAP at line {0}.
/// </summary>
internal static string Found_POSTGAP_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_POSTGAP_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found POSTGAP field before a track at line {0}.
/// </summary>
internal static string Found_POSTGAP_field_before_a_track_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_POSTGAP_field_before_a_track_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PREGAP "{1}" at line {0}.
/// </summary>
internal static string Found_PREGAP_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PREGAP_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PREGAP at line {0}.
/// </summary>
internal static string Found_PREGAP_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PREGAP_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PREGAP field before a track at line {0}.
/// </summary>
internal static string Found_PREGAP_field_before_a_track_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PREGAP_field_before_a_track_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PreGapMode at line {0}.
/// </summary>
internal static string Found_PreGapMode_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PreGapMode_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PreGapSubC at line {0}.
/// </summary>
internal static string Found_PreGapSubC_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PreGapSubC_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found PSec at line {0}.
/// </summary>
internal static string Found_PSec_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_PSec_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "RELO" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_RELO_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_RELO_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM at line {0}.
/// </summary>
internal static string Found_REM_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM CRC32 at line {0}.
/// </summary>
internal static string Found_REM_CRC32_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_CRC32_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM DISC HASHES at line {0}.
/// </summary>
internal static string Found_REM_DISC_HASHES_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_DISC_HASHES_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM Gap Append Method: {1} [{2}] HASHES at line {0}.
/// </summary>
internal static string Found_REM_Gap_Append_Method_1_2_HASHES_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_Gap_Append_Method_1_2_HASHES_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM HIGH-DENSITY AREA at line {0}.
/// </summary>
internal static string Found_REM_HIGH_DENSITY_AREA_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_HIGH_DENSITY_AREA_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM LEAD-OUT at line {0}.
/// </summary>
internal static string Found_REM_LEAD_OUT_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_LEAD_OUT_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM MD5 at line {0}.
/// </summary>
internal static string Found_REM_MD5_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_MD5_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM METADATA AARU MEDIA-TYPE at line {0}.
/// </summary>
internal static string Found_REM_METADATA_AARU_MEDIA_TYPE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_METADATA_AARU_MEDIA_TYPE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM METADATA DIC MEDIA-TYPE at line {0}.
/// </summary>
internal static string Found_REM_METADATA_DIC_MEDIA_TYPE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_METADATA_DIC_MEDIA_TYPE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM METADATA DUMP EXTENT at line {0}.
/// </summary>
internal static string Found_REM_METADATA_DUMP_EXTENT_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_METADATA_DUMP_EXTENT_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM MSF at line {0}.
/// </summary>
internal static string Found_REM_MSF_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_MSF_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM ORIGINAL MEDIA TYPE at line {0}.
/// </summary>
internal static string Found_REM_ORIGINAL_MEDIA_TYPE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_ORIGINAL_MEDIA_TYPE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM Ripping Tool at line {0}.
/// </summary>
internal static string Found_REM_Ripping_Tool_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_Ripping_Tool_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM Ripping Tool Version at line {0}.
/// </summary>
internal static string Found_REM_Ripping_Tool_Version_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_Ripping_Tool_Version_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM SESSION at line {0}.
/// </summary>
internal static string Found_REM_SESSION_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_SESSION_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM SHA1 at line {0}.
/// </summary>
internal static string Found_REM_SHA1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_SHA1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found REM SINGLE-DENSITY AREA at line {0}.
/// </summary>
internal static string Found_REM_SINGLE_DENSITY_AREA_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_REM_SINGLE_DENSITY_AREA_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Session at line {0}.
/// </summary>
internal static string Found_Session_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Session_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Sessions at line {0}.
/// </summary>
internal static string Found_Sessions_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Sessions_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found SHA1 for {1} {2} at line {0}.
/// </summary>
internal static string Found_SHA1_for_1_2_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_SHA1_for_1_2_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found SILENCE "{1}" at line {0}.
/// </summary>
internal static string Found_SILENCE_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_SILENCE_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "SINF" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_SINF_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_SINF_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found SONGWRITER "{1}" at line {0}.
/// </summary>
internal static string Found_SONGWRITER_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_SONGWRITER_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found SONGWRITER at line {0}.
/// </summary>
internal static string Found_SONGWRITER_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_SONGWRITER_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found START "{1}" at line {0}.
/// </summary>
internal static string Found_START_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_START_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found tape file block at position {0}.
/// </summary>
internal static string Found_tape_file_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_tape_file_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found tape partition block at position {0}.
/// </summary>
internal static string Found_tape_partition_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_tape_partition_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found timestamp: {0}.
/// </summary>
internal static string Found_timestamp_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_timestamp_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "TINF" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_TINF_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TINF_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TITLE "{1}" at line {0}.
/// </summary>
internal static string Found_TITLE_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TITLE_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TITLE at line {0}.
/// </summary>
internal static string Found_TITLE_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TITLE_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TocEntries at line {0}.
/// </summary>
internal static string Found_TocEntries_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TocEntries_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found "TOCT" chunk, parsing {0} bytes.
/// </summary>
internal static string Found_TOCT_chunk_parsing_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TOCT_chunk_parsing_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found track {0} at {1}..
/// </summary>
internal static string Found_track_0_at_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_track_0_at_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TRACK {0} out of order in line {1}.
/// </summary>
internal static string Found_TRACK_0_out_of_order_in_line_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TRACK_0_out_of_order_in_line_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found track {0} starts at {1} flags {2} type {3} file {4} offset {5} at line {6}.
/// </summary>
internal static string Found_track_0_starts_at_1_flags_2_type_3_file_4_offset_5_at_line_6 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_track_0_starts_at_1_flags_2_type_3_file_4_offset_5_at_line_6" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TRACK at line {0}.
/// </summary>
internal static string Found_TRACK_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TRACK_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TRACK field before a file is defined at line {0}.
/// </summary>
internal static string Found_TRACK_field_before_a_file_is_defined_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TRACK_field_before_a_file_is_defined_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TRACK type "{1}" subchannel {2} at line {0}.
/// </summary>
internal static string Found_TRACK_type_1_subchannel_2_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TRACK_type_1_subchannel_2_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TRACK type "{1}" with no subchannel at line {0}.
/// </summary>
internal static string Found_TRACK_type_1_with_no_subchannel_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TRACK_type_1_with_no_subchannel_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found TrackNo at line {0}.
/// </summary>
internal static string Found_TrackNo_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_TrackNo_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found uncompressed sector record at {0} for cylinder {1} head {2} sector {3}.
/// </summary>
internal static string Found_uncompressed_sector_record_at_0_for_cylinder_1_head_2_sector_3 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_uncompressed_sector_record_at_0_for_cylinder_1_head_2_sector_3" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unhandled header, cannot open..
/// </summary>
internal static string Found_unhandled_header_cannot_open {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unhandled_header_cannot_open" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unknown compression type {0}, continuing....
/// </summary>
internal static string Found_unknown_compression_type_0_continuing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unknown_compression_type_0_continuing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unknown field defined at line {0}: "{1}".
/// </summary>
internal static string Found_unknown_field_defined_at_line_0_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unknown_field_defined_at_line_0_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unknown hash for {1} {2} at line {0}. Please report this disc image..
/// </summary>
internal static string Found_unknown_hash_for_1_2_at_line_0_Please_report_this_disc_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unknown_hash_for_1_2_at_line_0_Please_report_this_disc_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unsupported and required metadata Guid {0}, not proceeding with image..
/// </summary>
internal static string Found_unsupported_and_required_metadata_Guid_0_not_proceeding_with_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unsupported_and_required_metadata_Guid_0_not_proceeding_with_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unsupported and required parent locator type {0}, not proceeding with image..
/// </summary>
internal static string Found_unsupported_and_required_parent_locator_type_0_not_proceeding_with_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unsupported_and_required_parent_locator_type_0_not_proceeding_with_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unsupported and required region Guid {0}, not proceeding with image..
/// </summary>
internal static string Found_unsupported_and_required_region_Guid_0_not_proceeding_with_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unsupported_and_required_region_Guid_0_not_proceeding_with_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unsupported compression algorithm {0}.
/// </summary>
internal static string Found_unsupported_compression_algorithm_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unsupported_compression_algorithm_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found unsupported hash {0}.
/// </summary>
internal static string Found_unsupported_hash_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_unsupported_hash_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found UPC_EAN "{1}" at line {0}.
/// </summary>
internal static string Found_UPC_EAN_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_UPC_EAN_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found UPC_EAN at line {0}.
/// </summary>
internal static string Found_UPC_EAN_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_UPC_EAN_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Version at line {0}.
/// </summary>
internal static string Found_Version_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Version_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found ZERO "{1}" at line {0}.
/// </summary>
internal static string Found_ZERO_1_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_ZERO_1_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Found Zero at line {0}.
/// </summary>
internal static string Found_Zero_at_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Found_Zero_at_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to France.
/// </summary>
internal static string France {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "France" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Game code: {0}.
/// </summary>
internal static string Game_code_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Game_code_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Game Gear.
/// </summary>
internal static string Game_Gear {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Game_Gear" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nintendo Game Boy.
/// </summary>
internal static string GameBoy_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "GameBoy_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nintendo Game Boy Advance.
/// </summary>
internal static string GameBoyAdvance_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "GameBoyAdvance_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to gap.
/// </summary>
internal static string gap {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "gap" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Gateway 64 (NTSC).
/// </summary>
internal static string Gateway_64_NTSC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Gateway_64_NTSC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Gateway 64 (PAL).
/// </summary>
internal static string Gateway_64_PAL {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Gateway_64_PAL" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to '''GBC - see above'''.
/// </summary>
internal static string GBC_see_above {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "GBC_see_above" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to GDI image describes a disc of type {0}.
/// </summary>
internal static string GDI_image_describes_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "GDI_image_describes_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Dreamcast GDI image.
/// </summary>
internal static string Gdi_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Gdi_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Genre: {0}.
/// </summary>
internal static string Genre_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Genre_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Genre is not set..
/// </summary>
internal static string Genre_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Genre_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Geometry set to {0} cylinders {1} heads {2} sectors per track.
/// </summary>
internal static string Geometry_set_to_0_cylinders_1_heads_2_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Geometry_set_to_0_cylinders_1_heads_2_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Germany.
/// </summary>
internal static string Germany {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Germany" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Germany, Austria, Switzerland.
/// </summary>
internal static string Germany_Austria_Switzerland {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Germany_Austria_Switzerland" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Got {0} sectors.
/// </summary>
internal static string Got_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Got_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Got {0} tracks.
/// </summary>
internal static string Got_0_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Got_0_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Got a shift of {0} for {1} sectors per block.
/// </summary>
internal static string Got_a_shift_of_0_for_1_sectors_per_block {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Got_a_shift_of_0_for_1_sectors_per_block" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Guessed disk type: {0}.
/// </summary>
internal static string Guessed_disk_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Guessed_disk_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Hardware sector {0} of track {1} goes to logical sector {2}.
/// </summary>
internal static string Hardware_sector_0_of_track_1_goes_to_logical_sector_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Hardware_sector_0_of_track_1_goes_to_logical_sector_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Has battery backed RAM.
/// </summary>
internal static string Has_battery_backed_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Has_battery_backed_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to HD-Copy disk image.
/// </summary>
internal static string HdCopy_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "HdCopy_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Header checksum: 0x{0:X2}.
/// </summary>
internal static string Header_checksum_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Header_checksum_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Header checksum: 0x{0:X4}.
/// </summary>
internal static string Header_checksum_0_X4 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Header_checksum_0_X4" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Header checksum complement: 0x{0:X4}.
/// </summary>
internal static string Header_checksum_complement_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Header_checksum_complement_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Header checksum = 0x{0:X8}, calculated = 0x{1:X8}.
/// </summary>
internal static string Header_checksum_equals_0_X8_calculated_equals_1_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Header_checksum_equals_0_X8_calculated_equals_1_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to How many sectors to store per block (will be rounded to next power of two).
/// </summary>
internal static string How_many_sectors_to_store_per_block_will_be_rounded_to_next_power_of_two {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "How_many_sectors_to_store_per_block_will_be_rounded_to_next_power_of_two" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Hunk type {0} is not supported.
/// </summary>
internal static string Hunk_type_0_is_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Hunk_type_0_is_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Identified image with C/H/S = {0}/{1}/{2}.
/// </summary>
internal static string Identified_image_with_CHS_equals_0_1_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Identified_image_with_CHS_equals_0_1_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Ignored field type {0}.
/// </summary>
internal static string Ignored_field_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Ignored_field_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image application = {0} version {1}.
/// </summary>
internal static string Image_application_0_version_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_application_0_version_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image cannot be a CD-ROM and a GD-ROM at the same time, aborting..
/// </summary>
internal static string Image_cannot_be_a_CD_ROM_and_a_GD_ROM_at_the_same_time_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_cannot_be_a_CD_ROM_and_a_GD_ROM_at_the_same_time_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image cannot be a GD-ROM and a CD-ROM at the same time, aborting..
/// </summary>
internal static string Image_cannot_be_a_GD_ROM_and_a_CD_ROM_at_the_same_time_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_cannot_be_a_GD_ROM_and_a_CD_ROM_at_the_same_time_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image cannot be a hard disk and a CD-ROM at the same time, aborting..
/// </summary>
internal static string Image_cannot_be_a_hard_disk_and_a_CD_ROM_at_the_same_time_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_cannot_be_a_hard_disk_and_a_CD_ROM_at_the_same_time_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image cannot be a hard disk and a C/GD-ROM at the same time, aborting..
/// </summary>
internal static string Image_cannot_be_a_hard_disk_and_a_CGD_ROM_at_the_same_time_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_cannot_be_a_hard_disk_and_a_CGD_ROM_at_the_same_time_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image cannot be a hard disk and a GD-ROM at the same time, aborting..
/// </summary>
internal static string Image_cannot_be_a_hard_disk_and_a_GD_ROM_at_the_same_time_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_cannot_be_a_hard_disk_and_a_GD_ROM_at_the_same_time_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image corrupted beyond recovery, cannot open..
/// </summary>
internal static string Image_corrupted_beyond_recovery_cannot_open {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_corrupted_beyond_recovery_cannot_open" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image created on {0}.
/// </summary>
internal static string Image_created_on_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_created_on_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image does not represent a known media, aborting.
/// </summary>
internal static string Image_does_not_represent_a_known_media_aborting {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_does_not_represent_a_known_media_aborting" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image is differential but parent cannot be opened..
/// </summary>
internal static string Image_is_differential_but_parent_cannot_be_opened {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_is_differential_but_parent_cannot_be_opened" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image is not opened for writing.
/// </summary>
internal static string Image_is_not_opened_for_writing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_is_not_opened_for_writing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image is too large.
/// </summary>
internal static string Image_is_too_large {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_is_too_large" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image last written on {0}.
/// </summary>
internal static string Image_last_written_on_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_last_written_on_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image modified on {0}.
/// </summary>
internal static string Image_modified_on_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_modified_on_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image resource fork doesn't contain UDIF block chunks. Please fill an issue and send it to us..
/// </summary>
internal static string Image_resource_fork_doesnt_contain_UDIF_block_chunks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_resource_fork_doesnt_contain_UDIF_block_chunks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image says it's unformatted.
/// </summary>
internal static string Image_says_its_unformatted {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_says_its_unformatted" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image size is too small.
/// </summary>
internal static string Image_size_is_too_small {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_size_is_too_small" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image uses unknown incompatible features {0:X}.
/// </summary>
internal static string Image_uses_unknown_incompatible_features_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_uses_unknown_incompatible_features_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Image version {0} not recognized..
/// </summary>
internal static string Image_version_0_not_recognized {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Image_version_0_not_recognized" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to IMD comments: {0}.
/// </summary>
internal static string IMD_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "IMD_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to IMD image contains a disk of type {0}.
/// </summary>
internal static string IMD_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "IMD_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Dunfield's IMD.
/// </summary>
internal static string Imd_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Imd_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to In memory DDT?: {0}.
/// </summary>
internal static string In_memory_DDT_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "In_memory_DDT_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Inconsistent track mode and track sector size found. A best try to fix has been done. It is recommended this disc is dumped with another software..
/// </summary>
internal static string Inconsistent_track_mode_and_track_sector_size_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Inconsistent_track_mode_and_track_sector_size_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect Alcohol 120% image created by an old version of Aaru. Convert image to correct it..
/// </summary>
internal static string Incorrect_Alcohol_120_image_created_by_an_old_version_of_Aaru_Convert_image_to_correct_it {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_Alcohol_120_image_created_by_an_old_version_of_Aaru_Convert_image_to_co" +
"rrect_it" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect CRC found: 0x{0:X16} found, expected 0x{1:X16}, continuing....
/// </summary>
internal static string Incorrect_CRC_found_0_X16_found_expected_1_X16_continuing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_CRC_found_0_X16_found_expected_1_X16_continuing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size.
/// </summary>
internal static string Incorrect_data_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for CMI.
/// </summary>
internal static string Incorrect_data_size_for_CMI {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_CMI" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for decrypted title key.
/// </summary>
internal static string Incorrect_data_size_for_decrypted_title_key {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_decrypted_title_key" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for DVD ID information.
/// </summary>
internal static string Incorrect_data_size_for_dvd_id_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_dvd_id_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for DVD ID number.
/// </summary>
internal static string Incorrect_data_size_for_dvd_id_number {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_dvd_id_number" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for EDC.
/// </summary>
internal static string Incorrect_data_size_for_edc {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_edc" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for IED.
/// </summary>
internal static string Incorrect_data_size_for_ied {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_ied" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for subchannel.
/// </summary>
internal static string Incorrect_data_size_for_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for title key.
/// </summary>
internal static string Incorrect_data_size_for_title_key {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_title_key" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect data size for track flags.
/// </summary>
internal static string Incorrect_data_size_for_track_flags {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_data_size_for_track_flags" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect disk type {0}.
/// </summary>
internal static string Incorrect_disk_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_disk_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect identifier for compact disc indexes block at position {0}.
/// </summary>
internal static string Incorrect_identifier_for_compact_disc_indexes_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_identifier_for_compact_disc_indexes_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect identifier for data block at position {0}.
/// </summary>
internal static string Incorrect_identifier_for_data_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_identifier_for_data_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect identifier for tracks block at position {0}.
/// </summary>
internal static string Incorrect_identifier_for_tracks_block_at_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_identifier_for_tracks_block_at_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect index identifier.
/// </summary>
internal static string Incorrect_index_identifier {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_index_identifier" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for Apple HD20 image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_Apple_HD20_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_Apple_HD20_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for Apple MF1DD image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_Apple_MF1DD_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_Apple_MF1DD_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for Apple MF2DD image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_Apple_MF2DD_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_Apple_MF2DD_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for Apple Profile image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_Apple_Profile_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_Apple_Profile_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for Apple Widget image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_Apple_Widget_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_Apple_Widget_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for DMF image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_DMF_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_DMF_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for media.
/// </summary>
internal static string Incorrect_number_of_sectors_for_media {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_media" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for MF2DD image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_MF2DD_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_MF2DD_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect number of sectors for MF2HD image.
/// </summary>
internal static string Incorrect_number_of_sectors_for_MF2HD_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_number_of_sectors_for_MF2HD_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Incorrect tag for disk type.
/// </summary>
internal static string Incorrect_tag_for_disk_type {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Incorrect_tag_for_disk_type" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Index {0} starts at sector {1}.
/// </summary>
internal static string Index_0_starts_at_sector_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Index_0_starts_at_sector_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Index at {0} contains {1} entries.
/// </summary>
internal static string Index_at_0_contains_1_entries {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Index_at_0_contains_1_entries" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Index not found!.
/// </summary>
internal static string Index_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Index_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Index not found in existing image, cannot continue.
/// </summary>
internal static string Index_not_found_in_existing_image_cannot_continue {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Index_not_found_in_existing_image_cannot_continue" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Indexes:.
/// </summary>
internal static string Indexes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Indexes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Indonesia.
/// </summary>
internal static string Indonesia {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Indonesia" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to INST-ROM size: {0} bytes.
/// </summary>
internal static string INST_ROM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "INST_ROM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to International.
/// </summary>
internal static string International {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "International" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid adapter type {0}.
/// </summary>
internal static string Invalid_adapter_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_adapter_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2024-01-02 00:40:51 +00:00
/// <summary>
/// Looks up a localized string similar to Invalid block size..
/// </summary>
internal static string Invalid_block_size {
get {
return ResourceManager . GetString ( "Invalid_block_size" , resourceCulture ) ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid compression type {0} for block with data type {1}, continuing....
/// </summary>
internal static string Invalid_compression_type_0_for_block_with_data_type_1_continuing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_compression_type_0_for_block_with_data_type_1_continuing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid encryption method.
/// </summary>
internal static string Invalid_encryption_method {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_encryption_method" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid hunk found..
/// </summary>
internal static string Invalid_hunk_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_hunk_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid read mode {0} for this track.
/// </summary>
internal static string Invalid_read_mode_0_for_this_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_read_mode_0_for_this_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid sector type {0}.
/// </summary>
internal static string Invalid_sector_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_sector_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid sector type '{0}' encountered.
/// </summary>
internal static string Invalid_sector_type_0_encountered {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_sector_type_0_encountered" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid subchannel mode for this sector.
/// </summary>
internal static string Invalid_subchannel_mode_for_this_sector {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_subchannel_mode_for_this_sector" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid track block found at {0}.
/// </summary>
internal static string Invalid_track_block_found_at_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_track_block_found_at_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid tracks sent.
/// </summary>
internal static string Invalid_tracks_sent {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_tracks_sent" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for compress option.
/// </summary>
internal static string Invalid_value_for_compress_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_compress_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for deduplicate option.
/// </summary>
internal static string Invalid_value_for_deduplicate_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_deduplicate_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for dictionary option.
/// </summary>
internal static string Invalid_value_for_dictionary_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_dictionary_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2024-01-02 00:40:51 +00:00
/// <summary>
/// Looks up a localized string similar to Invalid value for dynamic option..
/// </summary>
internal static string Invalid_value_for_dynamic_option {
get {
return ResourceManager . GetString ( "Invalid_value_for_dynamic_option" , resourceCulture ) ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for hwversion option.
/// </summary>
internal static string Invalid_value_for_hwversion_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_hwversion_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for max_ddt_size option.
/// </summary>
internal static string Invalid_value_for_max_ddt_size_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_max_ddt_size_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for md5 option.
/// </summary>
internal static string Invalid_value_for_md5_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_md5_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for sectors_per_block option.
/// </summary>
internal static string Invalid_value_for_sectors_per_block_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_sectors_per_block_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for sha1 option.
/// </summary>
internal static string Invalid_value_for_sha1_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_sha1_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for sha256 option.
/// </summary>
internal static string Invalid_value_for_sha256_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_sha256_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for spamsum option.
/// </summary>
internal static string Invalid_value_for_spamsum_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_spamsum_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for sparse option.
/// </summary>
internal static string Invalid_value_for_sparse_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_sparse_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid value for split option.
/// </summary>
internal static string Invalid_value_for_split_option {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_value_for_split_option" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Invalid write mode for this sector.
/// </summary>
internal static string Invalid_write_mode_for_this_sector {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Invalid_write_mode_for_this_sector" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ISOBuster disc type: {0}.
/// </summary>
internal static string ISOBuster_disc_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ISOBuster_disc_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ISOBuster disc type not set..
/// </summary>
internal static string ISOBuster_disc_type_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ISOBuster_disc_type_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ISRC: {0}.
/// </summary>
internal static string ISRC_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ISRC_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ISRC is not set..
/// </summary>
internal static string ISRC_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ISRC_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Italy.
/// </summary>
internal static string Italy {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Italy" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Japan.
/// </summary>
internal static string Japan {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Japan" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Korea.
/// </summary>
internal static string Korea {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Korea" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to KryoFlux STREAM.
/// </summary>
internal static string KryoFlux_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "KryoFlux_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to L2 size must be between 512 bytes and 64 Kbytes.
/// </summary>
internal static string L2_size_must_be_between_512_bytes_and_64_Kbytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "L2_size_must_be_between_512_bytes_and_64_Kbytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to LBA: {0}.
/// </summary>
internal static string LBA_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "LBA_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Licensee: {0}.
/// </summary>
internal static string Licensee_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Licensee_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Lisa Twiggy detected, reversing second half of disk.
/// </summary>
internal static string Lisa_Twiggy_detected_reversing_second_half_of_disk {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Lisa_Twiggy_detected_reversing_second_half_of_disk" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Logical sector size not found..
/// </summary>
internal static string Logical_sector_size_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Logical_sector_size_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to LZH Compressed images not yet supported.
/// </summary>
internal static string LZH_Compressed_images_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "LZH_Compressed_images_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Macintosh Twiggy detected, reversing disk sides.
/// </summary>
internal static string Macintosh_Twiggy_detected_reversing_disk_sides {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Macintosh_Twiggy_detected_reversing_disk_sides" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to magic = "{0}".
/// </summary>
internal static string magic_equals_0_quoted {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "magic_equals_0_quoted" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Maker code: {0}.
/// </summary>
internal static string Maker_code_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Maker_code_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Manufacturer: {0}.
/// </summary>
internal static string Manufacturer_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Manufacturer_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Mapper: {0}.
/// </summary>
internal static string Mapper_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Mapper_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Master System.
/// </summary>
internal static string Master_System {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Master_System" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sega Game Gear / Master System.
/// </summary>
internal static string MasterSystem_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "MasterSystem_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to MAXI Disk image.
/// </summary>
internal static string MaxiDisk_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "MaxiDisk_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Maximum size, in mebibytes, for in-memory DDT. If image needs a bigger one, it will be on-disk.
/// </summary>
internal static string Maximum_size_in_mebibytes_for_in_memory_DDT_If_image_needs_a_bigger_one_it_will_be_on_disk {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Maximum_size_in_mebibytes_for_in_memory_DDT_If_image_needs_a_bigger_one_it_will_b" +
"e_on_disk" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to MCN: {0}.
/// </summary>
internal static string MCN_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "MCN_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to MCN not set..
/// </summary>
internal static string MCN_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "MCN_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Media tag type {0} duplicated, removing previous entry....
/// </summary>
internal static string Media_tag_type_0_duplicated_removing_previous_entry {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Media_tag_type_0_duplicated_removing_previous_entry" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Media type is {0} ({1}).
/// </summary>
internal static string Media_type_is_0_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Media_type_is_0_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to MediaType: {0}.
/// </summary>
internal static string MediaType_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "MediaType_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Memory snapshot: {0} bytes.
/// </summary>
internal static string Memory_snapshot_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Memory_snapshot_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Metadata not found, cannot continue..
/// </summary>
internal static string Metadata_not_found_cannot_continue {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Metadata_not_found_cannot_continue" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to mode page 2A: {0}.
/// </summary>
internal static string mode_page_2A_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "mode_page_2A_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Modem support: {0}.
/// </summary>
internal static string Modem_support_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Modem_support_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Name: {0}.
/// </summary>
internal static string Name_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Name_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Name of adapter type. Possible values: ide, lsilogic, buslogic, legacyESX..
/// </summary>
internal static string Name_of_adapter_type {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Name_of_adapter_type" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple New Disk Image Format.
/// </summary>
internal static string Ndif_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Ndif_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nero image contains a disc of type {0}.
/// </summary>
internal static string Nero_image_contains_a_disc_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nero_image_contains_a_disc_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nero Burning ROM image.
/// </summary>
internal static string Nero_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nero_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nero version not recognized..
/// </summary>
internal static string Nero_version_not_recognized {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nero_version_not_recognized" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to iNES.
/// </summary>
internal static string Nes_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nes_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Netherlands.
/// </summary>
internal static string Netherlands {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Netherlands" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to T98-Next NHD r0 Disk Image.
/// </summary>
internal static string Nhdr0_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nhdr0_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Nintendo 64.
/// </summary>
internal static string Nintendo64_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Nintendo64_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to No cylinders or heads found.
/// </summary>
internal static string No_cylinders_or_heads_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "No_cylinders_or_heads_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to No image has been opened..
/// </summary>
internal static string No_image_has_been_opened {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "No_image_has_been_opened" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to No tracks found.
/// </summary>
internal static string No_tracks_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "No_tracks_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to None.
/// </summary>
internal static string None_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "None_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to none.
/// </summary>
internal static string none_licensee {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "none_licensee" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to North America.
/// </summary>
internal static string North_America {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "North_America" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Not a CDRDAO TOC or TOC type not in line {0}..
/// </summary>
internal static string Not_a_CDRDAO_TOC_or_TOC_type_not_in_line_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Not_a_CDRDAO_TOC_or_TOC_type_not_in_line_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Not a correct Dreamcast GDI image.
/// </summary>
internal static string Not_a_correct_Dreamcast_GDI_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Not_a_correct_Dreamcast_GDI_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Not a descriptor..
/// </summary>
internal static string Not_a_descriptor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Not_a_descriptor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Not the expected track info..
/// </summary>
internal static string Not_the_expected_track_info {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Not_the_expected_track_info" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Of {0} sectors written, {1} are unique ({2:P}).
/// </summary>
internal static string Of_0_sectors_written_1_are_unique_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Of_0_sectors_written_1_are_unique_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Optical disc track.
/// </summary>
internal static string Optical_disc_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Optical_disc_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Other.
/// </summary>
internal static string Other_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Other_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Overseas title: {0}.
/// </summary>
internal static string Overseas_title_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Overseas_title_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Parallels disk image.
/// </summary>
internal static string Parallels_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Parallels_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Parent images are not supported.
/// </summary>
internal static string Parent_images_are_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Parent_images_are_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Parent locator not found..
/// </summary>
internal static string Parent_locator_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Parent_locator_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Parsing image.
/// </summary>
internal static string Parsing_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Parsing_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Parsing property list..
/// </summary>
internal static string Parsing_property_list {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Parsing_property_list" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PartClone disk image.
/// </summary>
internal static string PartClone_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PartClone_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partimage disk image.
/// </summary>
internal static string Partimage_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partimage_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition description: {0}.
/// </summary>
internal static string Partition_description_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_description_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition ending sector: {0}.
/// </summary>
internal static string Partition_ending_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_ending_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition name: {0}.
/// </summary>
internal static string Partition_name_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_name_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition sectors: {0}.
/// </summary>
internal static string Partition_sectors_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_sectors_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition sequence: {0}.
/// </summary>
internal static string Partition_sequence_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_sequence_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition size in bytes: {0}.
/// </summary>
internal static string Partition_size_in_bytes_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_size_in_bytes_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition starting offset: {0}.
/// </summary>
internal static string Partition_starting_offset_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_starting_offset_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition starting sector: {0}.
/// </summary>
internal static string Partition_starting_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_starting_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Partition type: {0}.
/// </summary>
internal static string Partition_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Partition_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Performer: {0}.
/// </summary>
internal static string Performer_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Performer_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Performer is not set..
/// </summary>
internal static string Performer_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Performer_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PFI: {0}.
/// </summary>
internal static string PFI_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PFI_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Physical sector size not found..
/// </summary>
internal static string Physical_sector_size_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Physical_sector_size_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PlayChoice-10 game.
/// </summary>
internal static string PlayChoice_10_game {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PlayChoice_10_game" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Please open VMDK descriptor..
/// </summary>
internal static string Please_open_VMDK_descriptor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Please_open_VMDK_descriptor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PMA: {0}.
/// </summary>
internal static string PMA_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PMA_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Pocket Camera.
/// </summary>
internal static string Pocket_Camera {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Pocket_Camera" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Possible parent path: "{0}".
/// </summary>
internal static string Possible_parent_path_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Possible_parent_path_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Postgap: {0} sectors.
/// </summary>
internal static string Postgap_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Postgap_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Pregap: {0} sectors.
/// </summary>
internal static string Pregap_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Pregap_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PRG ROM size: {0} bytes.
/// </summary>
internal static string PRG_ROM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PRG_ROM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to printing partition map.
/// </summary>
internal static string printing_partition_map {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "printing_partition_map" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to printing track map.
/// </summary>
internal static string printing_track_map {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "printing_track_map" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Product code: {0}.
/// </summary>
internal static string Product_code_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Product_code_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Product code: AGB-{0}.
/// </summary>
internal static string Product_code_AGB_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Product_code_AGB_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to PROM size: 0x{0} bytes.
/// </summary>
internal static string PROM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "PROM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to QEMU Copy-On-Write disk image.
/// </summary>
internal static string Qcow_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Qcow_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to QEMU Copy-On-Write disk image v2.
/// </summary>
internal static string Qcow2_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Qcow2_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to QEMU Enhanced Disk image.
/// </summary>
internal static string Qed_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Qed_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to RAM size: {0} bytes.
/// </summary>
internal static string RAM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RAM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to RAM starts at 0x{0:X8} and ends at 0x{1:X8} ({2} bytes).
/// </summary>
internal static string RAM_starts_at_0_and_ends_at_1_2_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RAM_starts_at_0_and_ends_at_1_2_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Raw device image files are not supported, try accessing the device directly..
/// </summary>
internal static string Raw_device_image_files_are_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Raw_device_image_files_are_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Raw disk image contains a disk of type {0}.
/// </summary>
internal static string Raw_disk_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Raw_disk_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Read {0} sectors.
/// </summary>
internal static string Read_0_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Read_0_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Read {0} tracks.
/// </summary>
internal static string Read_0_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Read_0_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to reading bad sector {0} ({1},{2},{3}).
/// </summary>
internal static string reading_bad_sector_0_1_2_3 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "reading_bad_sector_0_1_2_3" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading BAT.
/// </summary>
internal static string Reading_BAT {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_BAT" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading bytemap {0} bytes.
/// </summary>
internal static string Reading_bytemap_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_bytemap_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading data.
/// </summary>
internal static string Reading_data {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_data" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading grain directory.
/// </summary>
internal static string Reading_grain_directory {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_grain_directory" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading grain tables.
/// </summary>
internal static string Reading_grain_tables {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_grain_tables" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading Hunk map..
/// </summary>
internal static string Reading_Hunk_map {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_Hunk_map" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading Image Block Map.
/// </summary>
internal static string Reading_Image_Block_Map {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_Image_Block_Map" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading Image Block Map took {0} ms.
/// </summary>
internal static string Reading_Image_Block_Map_took_0_ms {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_Image_Block_Map_took_0_ms" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading L1 table.
/// </summary>
internal static string Reading_L1_table {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_L1_table" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading L2 table #{0}.
/// </summary>
internal static string Reading_L2_table_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_L2_table_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading metadata..
/// </summary>
internal static string Reading_metadata {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_metadata" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading property list..
/// </summary>
internal static string Reading_property_list {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_property_list" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading resource fork..
/// </summary>
internal static string Reading_resource_fork {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_resource_fork" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading Sector Bitmap.
/// </summary>
internal static string Reading_Sector_Bitmap {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_Sector_Bitmap" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Reading tags.
/// </summary>
internal static string Reading_tags {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Reading_tags" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Rebuilding TOC.
/// </summary>
internal static string Rebuilding_TOC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Rebuilding_TOC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Region: {0}.
/// </summary>
internal static string Region_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Region_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Region support: {0}.
/// </summary>
internal static string Region_support_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Region_support_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Requires Game Boy Color.
/// </summary>
internal static string Requires_Game_Boy_Color {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Requires_Game_Boy_Color" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Revision: {0}.
/// </summary>
internal static string Revision_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Revision_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (RLE decoder): Input data size: {0} bytes.
/// </summary>
internal static string RLE_decoder_Input_data_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RLE_decoder_Input_data_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (RLE decoder): Output data size: {0} bytes.
/// </summary>
internal static string RLE_decoder_Output_data_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RLE_decoder_Output_data_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (RLE decoder): Processed input: {0} bytes.
/// </summary>
internal static string RLE_decoder_Processed_input_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RLE_decoder_Processed_input_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (RLE decoder): Processed Output: {0} bytes.
/// </summary>
internal static string RLE_decoder_Processed_Output_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RLE_decoder_Processed_Output_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM.
/// </summary>
internal static string ROM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and coprocessor.
/// </summary>
internal static string ROM_and_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and HuC-1.
/// </summary>
internal static string ROM_and_HuC_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_HuC_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and HuC-3.
/// </summary>
internal static string ROM_and_HuC_3 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_HuC_3" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MBC1.
/// </summary>
internal static string ROM_and_MBC1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MBC1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MBC2.
/// </summary>
internal static string ROM_and_MBC2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MBC2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MBC3.
/// </summary>
internal static string ROM_and_MBC3 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MBC3" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MBC5.
/// </summary>
internal static string ROM_and_MBC5 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MBC5" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MBC6.
/// </summary>
internal static string ROM_and_MBC6 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MBC6" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and MMM01.
/// </summary>
internal static string ROM_and_MMM01 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_MMM01" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and RAM.
/// </summary>
internal static string ROM_and_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM and TAMA5.
/// </summary>
internal static string ROM_and_TAMA5 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_and_TAMA5" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, battery and coprocessor.
/// </summary>
internal static string ROM_battery_and_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_battery_and_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC1 and RAM.
/// </summary>
internal static string ROM_MBC1_and_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC1_and_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC1, RAM and battery.
/// </summary>
internal static string ROM_MBC1_RAM_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC1_RAM_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC2 and battery.
/// </summary>
internal static string ROM_MBC2_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC2_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC3 and RAM.
/// </summary>
internal static string ROM_MBC3_and_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC3_and_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC3, RAM and battery.
/// </summary>
internal static string ROM_MBC3_RAM_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC3_RAM_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC3, RAM, timer and battery.
/// </summary>
internal static string ROM_MBC3_RAM_timer_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC3_RAM_timer_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC3, timer and battery.
/// </summary>
internal static string ROM_MBC3_timer_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC3_timer_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC5 and RAM.
/// </summary>
internal static string ROM_MBC5_and_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC5_and_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC5 and vibration motor.
/// </summary>
internal static string ROM_MBC5_and_vibration_motor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC5_and_vibration_motor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC5, RAM and battery.
/// </summary>
internal static string ROM_MBC5_RAM_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC5_RAM_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC5, RAM and vibration motor.
/// </summary>
internal static string ROM_MBC5_RAM_and_vibration_motor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC5_RAM_and_vibration_motor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC5, RAM, battery and vibration motor.
/// </summary>
internal static string ROM_MBC5_RAM_battery_and_vibration_motor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC5_RAM_battery_and_vibration_motor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MBC7, RAM, battery, light sensor and vibration motor.
/// </summary>
internal static string ROM_MBC7_RAM_battery_light_sensor_and_vibration_motor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MBC7_RAM_battery_light_sensor_and_vibration_motor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MMM01 and RAM.
/// </summary>
internal static string ROM_MMM01_and_RAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MMM01_and_RAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, MMM01, RAM and battery.
/// </summary>
internal static string ROM_MMM01_RAM_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_MMM01_RAM_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM only.
/// </summary>
internal static string ROM_only {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_only" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, RAM and battery.
/// </summary>
internal static string ROM_RAM_and_battery {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_RAM_and_battery" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, RAM and coprocessor.
/// </summary>
internal static string ROM_RAM_and_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_RAM_and_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, RAM, battery and coprocessor.
/// </summary>
internal static string ROM_RAM_battery_and_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_RAM_battery_and_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM, RAM, battery, coprocessor and RTC.
/// </summary>
internal static string ROM_RAM_battery_coprocessor_and_RTC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_RAM_battery_coprocessor_and_RTC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM size: {0} bytes.
/// </summary>
internal static string ROM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM speed: {0}.
/// </summary>
internal static string ROM_speed_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_speed_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to ROM starts at 0x{0:X8} and ends at 0x{1:X8} ({2} bytes).
/// </summary>
internal static string ROM_starts_at_0_and_ends_at_1_2_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ROM_starts_at_0_and_ends_at_1_2_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Rotation: {0}.
/// </summary>
internal static string Rotation_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Rotation_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to RS-IDE Hard Disk Image.
/// </summary>
internal static string RsIde_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "RsIde_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Save RAM size: {0} bytes.
/// </summary>
internal static string Save_RAM_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Save_RAM_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to SaveDskF comments: {0}.
/// </summary>
internal static string SaveDskF_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SaveDskF_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to SaveDskF image contains a disk of type {0}.
/// </summary>
internal static string SaveDskF_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SaveDskF_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to IBM SaveDskF.
/// </summary>
internal static string SaveDskF_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SaveDskF_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Scandinavia.
/// </summary>
internal static string Scandinavia {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Scandinavia" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector {0}:{3}:{4} calculated CRC 0x{1:X2} differs from stored CRC 0x{2:X2}.
/// </summary>
internal static string Sector_0_3_4_calculated_CRC_1_X2_differs_from_stored_CRC_2_X2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_0_3_4_calculated_CRC_1_X2_differs_from_stored_CRC_2_X2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector {0} on cylinder {1} head {2} is duplicate, and marked so.
/// </summary>
internal static string Sector_0_on_cylinder_1_head_2_is_duplicate_and_marked_so {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_0_on_cylinder_1_head_2_is_duplicate_and_marked_so" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector {0} on cylinder {1} head {2} is duplicate, but is not marked so.
/// </summary>
internal static string Sector_0_on_cylinder_1_head_2_is_duplicate_but_is_not_marked_so {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_0_on_cylinder_1_head_2_is_duplicate_but_is_not_marked_so" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector address not found.
/// </summary>
internal static string Sector_address_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_address_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector CRC (plus headers): 0x{0:X2}.
/// </summary>
internal static string Sector_CRC_plus_headers_0_X2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_CRC_plus_headers_0_X2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector flags: 0x{0:X2}.
/// </summary>
internal static string Sector_flags_0_X2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_flags_0_X2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector follows.
/// </summary>
internal static string Sector_follows {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_follows" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector size: {0}.
/// </summary>
internal static string Sector_size_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_size_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sector size {0} is incorrect..
/// </summary>
internal static string Sector_size_0_is_incorrect {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sector_size_0_is_incorrect" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sectors in track: {0}.
/// </summary>
internal static string Sectors_in_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sectors_in_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sega Mega Drive / 32X / Pico.
/// </summary>
internal static string SegaMegaDrive_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SegaMegaDrive_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Segmented images are not yet supported..
/// </summary>
internal static string Segmented_images_are_not_yet_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Segmented_images_are_not_yet_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Separate tracks not yet implemented.
/// </summary>
internal static string Separate_tracks_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Separate_tracks_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Serial number: {0}.
/// </summary>
internal static string Serial_number_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Serial_number_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Session {0} has {1} tracks.
/// </summary>
internal static string Session_0_has_1_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Session_0_has_1_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Session {0} information:.
/// </summary>
internal static string Session_0_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Session_0_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Session information:.
/// </summary>
internal static string Session_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Session_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sets currentFile.offset to {0}.
/// </summary>
internal static string Sets_currentFile_offset_to_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sets_currentFile_offset_to_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting comments: {0}.
/// </summary>
internal static string Setting_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting creator: {0}.
/// </summary>
internal static string Setting_creator_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_creator_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting currentTrack.sequence to {0}.
/// </summary>
internal static string Setting_currentTrack_sequence_to_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_currentTrack_sequence_to_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting drive firmware revision: {0}.
/// </summary>
internal static string Setting_drive_firmware_revision_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_drive_firmware_revision_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting drive manufacturer: {0}.
/// </summary>
internal static string Setting_drive_manufacturer_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_drive_manufacturer_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting drive model: {0}.
/// </summary>
internal static string Setting_drive_model_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_drive_model_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting drive serial number: {0}.
/// </summary>
internal static string Setting_drive_serial_number_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_drive_serial_number_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media barcode: {0}.
/// </summary>
internal static string Setting_media_barcode_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_barcode_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media manufacturer: {0}.
/// </summary>
internal static string Setting_media_manufacturer_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_manufacturer_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media model: {0}.
/// </summary>
internal static string Setting_media_model_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_model_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media part number: {0}.
/// </summary>
internal static string Setting_media_part_number_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_part_number_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media sequence as {0} of {1}.
/// </summary>
internal static string Setting_media_sequence_as_0_of_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_sequence_as_0_of_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media serial number: {0}.
/// </summary>
internal static string Setting_media_serial_number_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_serial_number_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Setting media title: {0}.
/// </summary>
internal static string Setting_media_title_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Setting_media_title_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Size, in bytes, of the LZMA dictionary.
/// </summary>
internal static string Size_in_bytes_of_the_LZMA_dictionary {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Size_in_bytes_of_the_LZMA_dictionary" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Some error occurred setting GD sizes.
/// </summary>
internal static string Some_error_occurred_setting_GD_sizes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Some_error_occurred_setting_GD_sizes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Songwriter: {0}.
/// </summary>
internal static string Songwriter_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Songwriter_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Songwriter is not set..
/// </summary>
internal static string Songwriter_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Songwriter_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to South Korea.
/// </summary>
internal static string South_Korea {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "South_Korea" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Spain.
/// </summary>
internal static string Spain {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Spain" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sparse images not yet implemented.
/// </summary>
internal static string Sparse_images_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sparse_images_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Special revision: {0}.
/// </summary>
internal static string Special_revision_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Special_revision_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Split data file at 2GiB..
/// </summary>
internal static string Split_data_file_at_2GiB {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Split_data_file_at_2GiB" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Splitted images not yet implemented.
/// </summary>
internal static string Splitted_images_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Splitted_images_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Stack trace: {0}.
/// </summary>
internal static string Stack_trace_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Stack_trace_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Starting sector: {0}.
/// </summary>
internal static string Starting_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Starting_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Starting track: {0}.
/// </summary>
internal static string Starting_track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Starting_track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Store only unique sectors. This consumes more memory and is slower, but it's enabled by default.
/// </summary>
internal static string Store_only_unique_sectors_This_consumes_more_memory_and_is_slower_but_its_enabled_by_default {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Store_only_unique_sectors_This_consumes_more_memory_and_is_slower_but_its_enabled" +
"_by_default" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Stored data checksum = 0x{0:X8}.
/// </summary>
internal static string Stored_data_checksum_equals_0_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Stored_data_checksum_equals_0_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Stored tag checksum = 0x{0:X8}.
/// </summary>
internal static string Stored_tag_checksum_equals_0_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Stored_tag_checksum_equals_0_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to SuperCardPro.
/// </summary>
internal static string SuperCardPro_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SuperCardPro_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Super Nintendo.
/// </summary>
internal static string SuperNintendo_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "SuperNintendo_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Support for image type {0} not yet implemented.
/// </summary>
internal static string Support_for_image_type_0_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Support_for_image_type_0_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Support for multiple volumes not supported.
/// </summary>
internal static string Support_for_multiple_volumes_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Support_for_multiple_volumes_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sweden/Scandinavia.
/// </summary>
internal static string Sweden_Scandinavia {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Sweden_Scandinavia" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to System type: {0}.
/// </summary>
internal static string System_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "System_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to T98 Hard Disk Image.
/// </summary>
internal static string T98_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "T98_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Table size must be a power of 2.
/// </summary>
internal static string Table_size_must_be_a_power_of_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Table_size_must_be_a_power_of_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Table size must be between 1 and 16 clusters.
/// </summary>
internal static string Table_size_must_be_between_1_and_16_clusters {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Table_size_must_be_between_1_and_16_clusters" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tag type {0} is null, skipping....
/// </summary>
internal static string Tag_type_0_is_null_skipping {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tag_type_0_is_null_skipping" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to TeleDisk comments: {0}.
/// </summary>
internal static string TeleDisk_comments_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "TeleDisk_comments_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to TeleDisk image contains a disk of type {0}.
/// </summary>
internal static string TeleDisk_image_contains_a_disk_of_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "TeleDisk_image_contains_a_disk_of_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Sydex TeleDisk.
/// </summary>
internal static string TeleDisk_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "TeleDisk_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to The data files are missing a pregap or hidden track contents, will do best effort to make the rest of the image readable..
/// </summary>
internal static string The_data_files_are_missing_a_pregap_or_hidden_track_contents_will_do_best_effort_to_make_the_rest_of_the_image_readable {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "The_data_files_are_missing_a_pregap_or_hidden_track_contents_will_do_best_effort_" +
"to_make_the_rest_of_the_image_readable" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to The data files are not correct according to the cuesheet file, cannot continue with this file..
/// </summary>
internal static string The_data_files_are_not_correct_according_to_the_cuesheet_file_cannot_continue_with_this_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "The_data_files_are_not_correct_according_to_the_cuesheet_file_cannot_continue_wit" +
"h_this_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to The disc this image represents contained a hidden track in the first pregap, that this image format cannot store. This dump is therefore, incorrect..
/// </summary>
internal static string The_disc_this_image_represents_contained_a_hidden_track_in_the_first_pregap_that_this_image_format_cannot_store_This_dump_is_therefore_incorrect {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "The_disc_this_image_represents_contained_a_hidden_track_in_the_first_pregap_that_" +
"this_image_format_cannot_store_This_dump_is_therefore_incorrect" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to The requested position is out of range..
/// </summary>
internal static string The_requested_position_is_out_of_range {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "The_requested_position_is_out_of_range" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to The specified sector size does not correspond with the requested image extension..
/// </summary>
internal static string The_specified_sector_size_does_not_correspond_with_the_requested_image_extension {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "The_specified_sector_size_does_not_correspond_with_the_requested_image_extension" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to There are sparse extents but there is no header to find the grain tables, cannot proceed..
/// </summary>
internal static string There_are_sparse_extents_but_there_is_no_header_to_find_the_grain_tables_cannot_proceed {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "There_are_sparse_extents_but_there_is_no_header_to_find_the_grain_tables_cannot_p" +
"roceed" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This format requires sectors to be raw. Generating ECC is not yet implemented.
/// </summary>
internal static string This_format_requires_sectors_to_be_raw_Generating_ECC_is_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_format_requires_sectors_to_be_raw_Generating_ECC_is_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image contains a track that is set to start outside the file..
/// </summary>
internal static string This_image_contains_a_track_that_is_set_to_start_outside_the_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_contains_a_track_that_is_set_to_start_outside_the_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image from PowerISO is damaged beyond possible recovery. Will not open..
/// </summary>
internal static string This_image_from_PowerISO_is_damaged_beyond_possible_recovery_Will_not_open {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_from_PowerISO_is_damaged_beyond_possible_recovery_Will_not_open" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image has a corrupted track list, a best effort has been tried but may require manual editing or redump..
/// </summary>
internal static string This_image_has_a_corrupted_track_list_a_best_effort_has_been_tried_but_may_require_manual_editing_or_redump {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_has_a_corrupted_track_list_a_best_effort_has_been_tried_but_may_requir" +
"e_manual_editing_or_redump" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image has a corrupted track list, convert will fix it..
/// </summary>
internal static string This_image_has_a_corrupted_track_list_convert_will_fix_it {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_has_a_corrupted_track_list_convert_will_fix_it" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image is missing vital multi-session data and cannot be read correctly..
/// </summary>
internal static string This_image_is_missing_vital_multi_session_data_and_cannot_be_read_correctly {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_is_missing_vital_multi_session_data_and_cannot_be_read_correctly" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image is most probably corrupted beyond repair. It is highly recommended to dump it with another software..
/// </summary>
internal static string This_image_is_most_probably_corrupted_beyond_repair_It_is_highly_recommended_to_dump_it_with_another_software {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_is_most_probably_corrupted_beyond_repair_It_is_highly_recommended_to_d" +
"ump_it_with_another_software" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to This image needs the resource fork to work..
/// </summary>
internal static string This_image_needs_the_resource_fork_to_work {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "This_image_needs_the_resource_fork_to_work" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Title: {0}.
/// </summary>
internal static string Title_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Title_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Title is not set..
/// </summary>
internal static string Title_is_not_set {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Title_is_not_set" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to TOC len {0}.
/// </summary>
internal static string TOC_len_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "TOC_len_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Too many cylinders..
/// </summary>
internal static string Too_many_cylinders {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Too_many_cylinders" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Too many heads..
/// </summary>
internal static string Too_many_heads {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Too_many_heads" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Too many sectors.
/// </summary>
internal static string Too_many_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Too_many_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Too many sectors for selected cluster size.
/// </summary>
internal static string Too_many_sectors_for_selected_cluster_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Too_many_sectors_for_selected_cluster_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Too many sectors per track..
/// </summary>
internal static string Too_many_sectors_per_track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Too_many_sectors_per_track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to deinterleave subchannel..
/// </summary>
internal static string Took_0_ms_to_deinterleave_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_deinterleave_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to de-sequentialize subchannel..
/// </summary>
internal static string Took_0_ms_to_desequentialize_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_desequentialize_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to interleave subchannel..
/// </summary>
internal static string Took_0_ms_to_interleave_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_interleave_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to sequentialize subchannel..
/// </summary>
internal static string Took_0_ms_to_sequentialize_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_sequentialize_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to transform subchannel..
/// </summary>
internal static string Took_0_ms_to_transform_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_transform_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0}ms to untransform subchannel..
/// </summary>
internal static string Took_0_ms_to_untransform_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_ms_to_untransform_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds.
/// </summary>
internal static string Took_0_seconds {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress CPR_MAI.
/// </summary>
internal static string Took_0_seconds_to_compress_CPR_MAI {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_CPR_MAI" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress decrypted DVD title keys.
/// </summary>
internal static string Took_0_seconds_to_compress_decrypted_DVD_title_keys {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_decrypted_DVD_title_keys" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress EDC.
/// </summary>
internal static string Took_0_seconds_to_compress_EDC {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_EDC" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress ID.
/// </summary>
internal static string Took_0_seconds_to_compress_ID {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_ID" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress IED.
/// </summary>
internal static string Took_0_seconds_to_compress_IED {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_IED" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress MODE2 subheaders.
/// </summary>
internal static string Took_0_seconds_to_compress_MODE2_subheaders {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_MODE2_subheaders" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress prefix.
/// </summary>
internal static string Took_0_seconds_to_compress_prefix {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_prefix" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress subchannel.
/// </summary>
internal static string Took_0_seconds_to_compress_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to compress suffix.
/// </summary>
internal static string Took_0_seconds_to_compress_suffix {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_compress_suffix" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to decompress block.
/// </summary>
internal static string Took_0_seconds_to_decompress_block {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_decompress_block" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to decompress DDT.
/// </summary>
internal static string Took_0_seconds_to_decompress_DDT {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_decompress_DDT" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Took {0} seconds to fill extents.
/// </summary>
internal static string Took_0_seconds_to_fill_extents {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Took_0_seconds_to_fill_extents" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Total of {0} data sectors, for {1} bytes.
/// </summary>
internal static string Total_of_0_data_sectors_for_1_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Total_of_0_data_sectors_for_1_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to track.
/// </summary>
internal static string track {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "track" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track {0}..
/// </summary>
internal static string Track_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track {0} information:.
/// </summary>
internal static string Track_0_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_0_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track {0} lacks index 01.
/// </summary>
internal static string Track_0_lacks_index_01 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_0_lacks_index_01" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track {0} offset 0x{1:x8}, size={2:x4}.
/// </summary>
internal static string Track_0_offset_1_size_equals_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_0_offset_1_size_equals_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track {0} Side {1} size = {2}.
/// </summary>
internal static string Track_0_Side_1_size_equals_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_0_Side_1_size_equals_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track allows digital copy.
/// </summary>
internal static string Track_allows_digital_copy {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_allows_digital_copy" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track-at-Once entry {0}.
/// </summary>
internal static string Track_at_Once_entry_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_at_Once_entry_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track block at {0} contains {1} entries.
/// </summary>
internal static string Track_block_at_0_contains_1_entries {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_block_at_0_contains_1_entries" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track cylinder: {0}.
/// </summary>
internal static string Track_cylinder_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_cylinder_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track decompression yielded incomplete data.
/// </summary>
internal static string Track_decompression_yielded_incomplete_data {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_decompression_yielded_incomplete_data" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track description: {0}.
/// </summary>
internal static string Track_description_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_description_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track ending sector: {0}.
/// </summary>
internal static string Track_ending_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_ending_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track follows.
/// </summary>
internal static string Track_follows {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_follows" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track has pre-emphasis applied.
/// </summary>
internal static string Track_has_pre_emphasis_applied {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_has_pre_emphasis_applied" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track has SCMS.
/// </summary>
internal static string Track_has_SCMS {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_has_SCMS" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track head: {0}.
/// </summary>
internal static string Track_head_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_head_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track header at {0} contains incorrect signature..
/// </summary>
internal static string Track_header_at_0_contains_incorrect_signature {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_header_at_0_contains_incorrect_signature" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track header CRC: 0x{0:X2} (calculated 0x{1:X2}).
/// </summary>
internal static string Track_header_CRC_0_X2_calculated_1_X2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_header_CRC_0_X2_calculated_1_X2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track information:.
/// </summary>
internal static string Track_information {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_information" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track is data.
/// </summary>
internal static string Track_is_data {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_is_data" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track is flagged as quadraphonic.
/// </summary>
internal static string Track_is_flagged_as_quadraphonic {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_is_flagged_as_quadraphonic" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track mode {0} is unsupported.
/// </summary>
internal static string Track_mode_0_is_unsupported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_mode_0_is_unsupported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track not found.
/// </summary>
internal static string Track_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track number at {0} should be {1} but is {2}..
/// </summary>
internal static string Track_number_at_0_should_be_1_but_is_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_number_at_0_should_be_1_but_is_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track resides in file {0}, type defined as {1}, starting at byte {2}.
/// </summary>
internal static string Track_resides_in_file_0_type_defined_as_1_starting_at_byte_2 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_resides_in_file_0_type_defined_as_1_starting_at_byte_2" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track size not a multiple of sector size.
/// </summary>
internal static string Track_size_not_a_multiple_of_sector_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_size_not_a_multiple_of_sector_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track starting sector: {0}.
/// </summary>
internal static string Track_starting_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_starting_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track subchannel mode {0} is unsupported.
/// </summary>
internal static string Track_subchannel_mode_0_is_unsupported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_subchannel_mode_0_is_unsupported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track title = {0}.
/// </summary>
internal static string Track_title_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_title_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Track type: {0}.
/// </summary>
internal static string Track_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Track_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Trainer size: {0} bytes.
/// </summary>
internal static string Trainer_size_0_bytes {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Trainer_size_0_bytes" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried reading a track that is not present in image.
/// </summary>
internal static string Tried_reading_a_track_that_is_not_present_in_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_reading_a_track_that_is_not_present_in_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried to rewind on writing, not supported by this format.
/// </summary>
internal static string Tried_to_rewind_this_format_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_to_rewind_this_format_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried to set geometry on a media that doesn't support it.
/// </summary>
internal static string Tried_to_set_geometry_on_a_media_that_doesnt_support_it {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_to_set_geometry_on_a_media_that_doesnt_support_it" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried to write more data than possible.
/// </summary>
internal static string Tried_to_write_more_data_than_possible {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_to_write_more_data_than_possible" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried to write on a non-writable image.
/// </summary>
internal static string Tried_to_write_on_a_non_writable_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_to_write_on_a_non_writable_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Tried to write past image size.
/// </summary>
internal static string Tried_to_write_past_image_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Tried_to_write_past_image_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Trying to read past L1 table, position {0} of a max {1}.
/// </summary>
internal static string Trying_to_read_past_L1_table_position_0_of_a_max_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Trying_to_read_past_L1_table_position_0_of_a_max_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Trying to write a media with {0} sectors to an image with {1} sectors, not continuing....
/// </summary>
internal static string Trying_to_write_a_media_with_0_sectors_to_an_image_with_1_sectors_not_continuing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Trying_to_write_a_media_with_0_sectors_to_an_image_with_1_sectors_not_continuing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Trying to write past L1 table, position {0} of a max {1}.
/// </summary>
internal static string Trying_to_write_past_L1_table_position_0_of_a_max_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Trying_to_write_past_L1_table_position_0_of_a_max_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Trying to write subchannel to track {0}, that does not have subchannel.
/// </summary>
internal static string Trying_to_write_subchannel_to_track_0_that_does_not_have_subchannel {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Trying_to_write_subchannel_to_track_0_that_does_not_have_subchannel" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Twiggy write support not yet implemented.
/// </summary>
internal static string Twiggy_write_support_not_yet_implemented {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Twiggy_write_support_not_yet_implemented" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Apple Universal Disk Image Format.
/// </summary>
internal static string Udif_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Udif_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Spectrum Floppy Disk Image.
/// </summary>
internal static string UkvFdi_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "UkvFdi_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unable to decompress hunk correctly, got {0} bytes, expected {1}.
/// </summary>
internal static string Unable_to_decompress_hunk_correctly_got_0_bytes_expected_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unable_to_decompress_hunk_correctly_got_0_bytes_expected_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unable to find data file.
/// </summary>
internal static string Unable_to_find_data_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unable_to_find_data_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unable to find UDIF signature..
/// </summary>
internal static string Unable_to_find_UDIF_signature {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unable_to_find_UDIF_signature" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unexpected first session track type {0}.
/// </summary>
internal static string Unexpected_first_session_track_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unexpected_first_session_track_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unexpected sector encountered. Found CHS {0},{1},{2} but expected {3},{4},{5}.
/// </summary>
internal static string Unexpected_sector_encountered_Found_CHS_0_1_2_but_expected_3_4_5 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unexpected_sector_encountered_Found_CHS_0_1_2_but_expected_3_4_5" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown application "{0}".
/// </summary>
internal static string Unknown_application_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_application_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_cartridge_type {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_cartridge_type" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_chipset {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_chipset" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown chunk ID "{0}", skipping....
/// </summary>
internal static string Unknown_chunk_ID_0_skipping {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_chunk_ID_0_skipping" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_coprocessor {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_coprocessor" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_country {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_country" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown creator code "{0}".
/// </summary>
internal static string Unknown_creator_code_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_creator_code_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown file type {0}.
/// </summary>
internal static string Unknown_file_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_file_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown header.format = 0x{0:X2} value.
/// </summary>
internal static string Unknown_header_format_equals_0_value {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_header_format_equals_0_value" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown incompatible features {0:X} enabled, not proceeding..
/// </summary>
internal static string Unknown_incompatible_features_0_enabled_not_proceeding {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_incompatible_features_0_enabled_not_proceeding" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_licensee {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_licensee" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown line "{0}" at line {1}.
/// </summary>
internal static string Unknown_line_0_at_line_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_line_0_at_line_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown long sector type, cannot write..
/// </summary>
internal static string Unknown_long_sector_type_cannot_write {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_long_sector_type_cannot_write" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_manufacturer {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_manufacturer" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown read mode {0}.
/// </summary>
internal static string Unknown_read_mode_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_read_mode_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown.
/// </summary>
internal static string Unknown_region {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_region" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown tag size.
/// </summary>
internal static string Unknown_tag_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_tag_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown tmp_header.fmtByte = 0x{0:X2} value.
/// </summary>
internal static string Unknown_tmp_header_fmtByte_equals_0_value {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_tmp_header_fmtByte_equals_0_value" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown tmp_header.format = 0x{0:X2} value.
/// </summary>
internal static string Unknown_tmp_header_format_equals_0_value {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_tmp_header_format_equals_0_value" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown track mode {0}.
/// </summary>
internal static string Unknown_track_mode_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_track_mode_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unknown version 0x{0:X8}.
/// </summary>
internal static string Unknown_version_0_X8 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unknown_version_0_X8" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unordered tracks.
/// </summary>
internal static string Unordered_tracks {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unordered_tracks" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsorted tracks, cannot proceed..
/// </summary>
internal static string Unsorted_tracks_cannot_proceed {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsorted_tracks_cannot_proceed" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported CHD version {0}.
/// </summary>
internal static string Unsupported_CHD_version_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_CHD_version_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported chunk type 0x{0:X8} found.
/// </summary>
internal static string Unsupported_chunk_type_0_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_chunk_type_0_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported compression {0}.
/// </summary>
internal static string Unsupported_compression_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_compression_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported feature.
/// </summary>
internal static string Unsupported_feature {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_feature" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported file type {0}.
/// </summary>
internal static string Unsupported_file_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_file_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported hunk map version {0}.
/// </summary>
internal static string Unsupported_hunk_map_version_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_hunk_map_version_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported media format {0}.
/// </summary>
internal static string Unsupported_media_format_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_media_format_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported media tag {0}..
/// </summary>
internal static string Unsupported_media_tag_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_media_tag_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported media tag {0} for medium type {1}.
/// </summary>
internal static string Unsupported_media_tag_0_for_medium_type_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_media_tag_0_for_medium_type_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported protocol classified found in URI parent path: "{0}".
/// </summary>
internal static string Unsupported_protocol_classified_found_in_URI_parent_path_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_protocol_classified_found_in_URI_parent_path_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported sector bitmap block flags (0x{0:X16}) found, not proceeding..
/// </summary>
internal static string Unsupported_sector_bitmap_block_flags_0_found_not_proceeding {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_sector_bitmap_block_flags_0_found_not_proceeding" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported sector size.
/// </summary>
internal static string Unsupported_sector_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_sector_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported subchannel type {0}.
/// </summary>
internal static string Unsupported_subchannel_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_subchannel_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported subchannel type {0} for track {1}.
/// </summary>
internal static string Unsupported_subchannel_type_0_for_track_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_subchannel_type_0_for_track_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported tag type {0}.
/// </summary>
internal static string Unsupported_tag_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_tag_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Unsupported track type {0}.
/// </summary>
internal static string Unsupported_track_type_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Unsupported_track_type_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to USA and Canada.
/// </summary>
internal static string USA_and_Canada {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "USA_and_Canada" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Use Mac OS X format byte.
/// </summary>
internal static string Use_Mac_OS_X_format_byte {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Use_Mac_OS_X_format_byte" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Uses four-screen VRAM.
/// </summary>
internal static string Uses_four_screen_VRAM {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Uses_four_screen_VRAM" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Uses horizontal mirroring.
/// </summary>
internal static string Uses_horizontal_mirroring {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Uses_horizontal_mirroring" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Uses vertical mirroring.
/// </summary>
internal static string Uses_vertical_mirroring {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Uses_vertical_mirroring" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Using DOS skewing.
/// </summary>
internal static string Using_DOS_skewing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Using_DOS_skewing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Using ProDOS skewing.
/// </summary>
internal static string Using_ProDOS_skewing {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Using_ProDOS_skewing" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VirtualBox Disk Image.
/// </summary>
internal static string Vdi_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Vdi_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VDMK hardware version..
/// </summary>
internal static string VDMK_hardware_version {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VDMK_hardware_version" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Verifying data block type {0} at position {1}.
/// </summary>
internal static string Verifying_data_block_type_0_at_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Verifying_data_block_type_0_at_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Verifying deduplication table type {0} at position {1}.
/// </summary>
internal static string Verifying_deduplication_table_type_0_at_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Verifying_deduplication_table_type_0_at_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Version: {0}.{1}.
/// </summary>
internal static string Version_0_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Version_0_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2024-01-02 00:40:51 +00:00
/// <summary>
/// Looks up a localized string similar to Block size. Must be a power of 2. Only 2MiB and 512KiB are supported by VirtualPC.
/// </summary>
internal static string Vhd_Block_size_Must_be_a_power_of_2 {
get {
return ResourceManager . GetString ( "Vhd_Block_size_Must_be_a_power_of_2" , resourceCulture ) ;
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Virtual PC.
/// </summary>
internal static string Vhd_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Vhd_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VHDX header not found.
/// </summary>
internal static string VHDX_header_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VHDX_header_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Microsoft VHDX.
/// </summary>
internal static string Vhdx_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Vhdx_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VHDX region table not found.
/// </summary>
internal static string VHDX_region_table_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VHDX_region_table_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Virtual disk size not found..
/// </summary>
2023-07-06 00:04:46 +02:00
internal static string Virtual_disk_size_not_found {
2022-11-29 02:10:37 +00:00
get {
2023-07-06 00:04:46 +02:00
return ResourceManager . GetString ( "Virtual_disk_size_not_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Virtual PC for unknown OS "{0}".
/// </summary>
internal static string Virtual_PC_for_unknown_OS_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Virtual_PC_for_unknown_OS_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Virtual98 Disk Image.
/// </summary>
internal static string Virtual98_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Virtual98_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VirtualBox for unknown OS "{0}".
/// </summary>
internal static string VirtualBox_for_unknown_OS_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualBox_for_unknown_OS_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Both header and footer are corrupt, image cannot be opened..
/// </summary>
internal static string VirtualPC_plugin_Both_header_and_footer_are_corrupt_image_cannot_be_opened {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Both_header_and_footer_are_corrupt_image_cannot_be_opened" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Cannot find parent file for differencing disk image.
/// </summary>
internal static string VirtualPC_plugin_Cannot_find_parent_file_for_differencing_disk_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Cannot_find_parent_file_for_differencing_disk_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Cannot find parent image filter.
/// </summary>
internal static string VirtualPC_plugin_Cannot_find_parent_image_filter {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Cannot_find_parent_image_filter" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Deprecated image type found. Please submit a bug with an example image..
/// </summary>
internal static string VirtualPC_plugin_Deprecated_image_type_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Deprecated_image_type_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Error {0} opening parent disk image.
/// </summary>
internal static string VirtualPC_plugin_Error_0_opening_parent_disk_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Error_0_opening_parent_disk_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Parent image is not a Virtual PC disk image.
/// </summary>
internal static string VirtualPC_plugin_Parent_image_is_not_a_Virtual_PC_disk_image {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Parent_image_is_not_a_Virtual_PC_disk_image" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Parent image is of different size.
/// </summary>
internal static string VirtualPC_plugin_Parent_image_is_of_different_size {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Parent_image_is_of_different_size" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to (Virtual PC plugin): Unknown image type {0} found. Please submit a bug with an example image..
/// </summary>
internal static string VirtualPC_plugin_Unknown_image_type_0_found {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VirtualPC_plugin_Unknown_image_type_0_found" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VMware disk image.
/// </summary>
internal static string VMware_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VMware_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Use sparse extents..
/// </summary>
internal static string VMware_SupportedOptions_Use_sparse_extents {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VMware_SupportedOptions_Use_sparse_extents" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT01.
/// </summary>
internal static string VR_Technology_VT01 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT01" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT02.
/// </summary>
internal static string VR_Technology_VT02 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT02" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT03.
/// </summary>
internal static string VR_Technology_VT03 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT03" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT09.
/// </summary>
internal static string VR_Technology_VT09 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT09" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT32.
/// </summary>
internal static string VR_Technology_VT32 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT32" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to V.R. Technology VT369.
/// </summary>
internal static string VR_Technology_VT369 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VR_Technology_VT369" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to VS Unisystem game.
/// </summary>
internal static string VS_Unisystem_game {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "VS_Unisystem_game" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Warning! This image is missing the last 150 sectors..
/// </summary>
internal static string Warning_This_image_is_missing_the_last_150_sectors {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Warning_This_image_is_missing_the_last_150_sectors" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to d2f disk image.
/// </summary>
internal static string WCDiskImage_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "WCDiskImage_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to World.
/// </summary>
internal static string World {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "World" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Write each track to a separate file..
/// </summary>
internal static string Write_each_track_to_a_separate_file {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Write_each_track_to_a_separate_file" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing Aaru Metadata block to position {0}.
/// </summary>
internal static string Writing_Aaru_Metadata_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_Aaru_Metadata_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing Apple sector tag block to position {0}.
/// </summary>
internal static string Writing_apple_sector_tag_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_apple_sector_tag_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD MODE2 subheaders block to position {0}.
/// </summary>
internal static string Writing_CD_MODE2_subheaders_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_MODE2_subheaders_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD sector corrected prefix block to position {0}.
/// </summary>
internal static string Writing_CD_sector_corrected_prefix_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_sector_corrected_prefix_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD sector corrected suffix block to position {0}.
/// </summary>
internal static string Writing_CD_sector_corrected_suffix_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_sector_corrected_suffix_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD sector prefix block to position {0}.
/// </summary>
internal static string Writing_CD_sector_prefix_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_sector_prefix_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD sector suffix block to position {0}.
/// </summary>
internal static string Writing_CD_sector_suffix_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_sector_suffix_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CD subchannel block to position {0}.
/// </summary>
internal static string Writing_CD_subchannel_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CD_subchannel_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing checksum block to position {0}.
/// </summary>
internal static string Writing_checksum_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_checksum_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CICM XML block to position {0}.
/// </summary>
internal static string Writing_CICM_XML_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CICM_XML_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing compact disc indexes to position {0}.
/// </summary>
internal static string Writing_compact_disc_indexes_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_compact_disc_indexes_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CompactDisc sector prefix DDT to position {0}.
/// </summary>
internal static string Writing_CompactDisc_sector_prefix_DDT_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CompactDisc_sector_prefix_DDT_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing CompactDisc sector suffix DDT to position {0}.
/// </summary>
internal static string Writing_CompactDisc_sector_suffix_DDT_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_CompactDisc_sector_suffix_DDT_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing decrypted DVD title key block to position {0}.
/// </summary>
internal static string Writing_decrypted_DVD_title_key_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_decrypted_DVD_title_key_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing dump hardware block to position {0}.
/// </summary>
internal static string Writing_dump_hardware_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_dump_hardware_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing DVD CPR_MAI block to position {0}.
/// </summary>
internal static string Writing_DVD_CPR_MAI_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_DVD_CPR_MAI_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing DVD EDC block to position {0}.
/// </summary>
internal static string Writing_DVD_EDC_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_DVD_EDC_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing DVD ID block to position {0}.
/// </summary>
internal static string Writing_DVD_ID_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_DVD_ID_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing DVD IED block to position {0}.
/// </summary>
internal static string Writing_DVD_IED_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_DVD_IED_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing geometry block to position {0}.
/// </summary>
internal static string Writing_geometry_block_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_geometry_block_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing header.
/// </summary>
internal static string Writing_header {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_header" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing index to position {0}.
/// </summary>
internal static string Writing_index_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_index_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing media tags is not supported..
/// </summary>
internal static string Writing_media_tags_is_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_media_tags_is_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing metadata to position {0}.
/// </summary>
internal static string Writing_metadata_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_metadata_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing sectors with tags is not supported..
/// </summary>
internal static string Writing_sectors_with_tags_is_not_supported {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_sectors_with_tags_is_not_supported" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing tag type {0} to position {1}.
/// </summary>
internal static string Writing_tag_type_0_to_position_1 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_tag_type_0_to_position_1" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing tape files to position {0}.
/// </summary>
internal static string Writing_tape_files_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_tape_files_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing tape partitions to position {0}.
/// </summary>
internal static string Writing_tape_partitions_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_tape_partitions_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing tracks to position {0}.
/// </summary>
internal static string Writing_tracks_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_tracks_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Writing user data DDT to position {0}.
/// </summary>
internal static string Writing_user_data_DDT_to_position_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "Writing_user_data_DDT_to_position_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to zlib exception on chunk starting at sector {0}.
/// </summary>
internal static string zlib_exception_on_chunk_starting_at_sector_0 {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "zlib_exception_on_chunk_starting_at_sector_0" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
2023-10-01 19:15:05 +01:00
/// <summary>
/// Looks up a localized string similar to Raw Disk Image.
/// </summary>
internal static string ZZZRawImage_Name {
2022-11-29 02:10:37 +00:00
get {
2023-10-01 19:15:05 +01:00
return ResourceManager . GetString ( "ZZZRawImage_Name" , resourceCulture ) ;
2022-11-29 02:10:37 +00:00
}
}
}
}