mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
7442 lines
254 KiB
C#
7442 lines
254 KiB
C#
//------------------------------------------------------------------------------
|
|
// <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>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Aaru.Filesystems {
|
|
using System;
|
|
|
|
|
|
[System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
|
|
[System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
internal class Localization {
|
|
|
|
private static System.Resources.ResourceManager resourceMan;
|
|
|
|
private static System.Globalization.CultureInfo resourceCulture;
|
|
|
|
[System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
|
internal Localization() {
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Resources.ResourceManager ResourceManager {
|
|
get {
|
|
if (object.Equals(null, resourceMan)) {
|
|
System.Resources.ResourceManager temp = new System.Resources.ResourceManager("Aaru.Filesystems.Localization.Localization", typeof(Localization).Assembly);
|
|
resourceMan = temp;
|
|
}
|
|
return resourceMan;
|
|
}
|
|
}
|
|
|
|
[System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)]
|
|
internal static System.Globalization.CultureInfo Culture {
|
|
get {
|
|
return resourceCulture;
|
|
}
|
|
set {
|
|
resourceCulture = value;
|
|
}
|
|
}
|
|
|
|
internal static string Boot_Block {
|
|
get {
|
|
return ResourceManager.GetString("Boot_Block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_block_is_in_new_format {
|
|
get {
|
|
return ResourceManager.GetString("Boot_block_is_in_new_format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_block_should_be_executed {
|
|
get {
|
|
return ResourceManager.GetString("Boot_block_should_be_executed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_heap_will_be_extended_by_0_bytes_and_a_1_fraction_of_the_available_RAM {
|
|
get {
|
|
return ResourceManager.GetString("System_heap_will_be_extended_by_0_bytes_and_a_1_fraction_of_the_available_RAM", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Allocate_secondary_sound_buffer_at_boot {
|
|
get {
|
|
return ResourceManager.GetString("Allocate_secondary_sound_buffer_at_boot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Allocate_secondary_sound_and_video_buffers_at_boot {
|
|
get {
|
|
return ResourceManager.GetString("Allocate_secondary_sound_and_video_buffers_at_boot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("System_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Finder_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("Finder_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Debugger_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("Debugger_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disassembler_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disassembler_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Startup_screen_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("Startup_screen_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_program_to_execute_at_boot_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_program_to_execute_at_boot_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Clipboard_filename_0 {
|
|
get {
|
|
return ResourceManager.GetString("Clipboard_filename_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Maximum_opened_files_0 {
|
|
get {
|
|
return ResourceManager.GetString("Maximum_opened_files_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Event_queue_size_0 {
|
|
get {
|
|
return ResourceManager.GetString("Event_queue_size_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Heap_size_with_128KiB_of_RAM_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Heap_size_with_128KiB_of_RAM_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Heap_size_with_256KiB_of_RAM_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Heap_size_with_256KiB_of_RAM_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Heap_size_with_512KiB_of_RAM_or_more_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Heap_size_with_512KiB_of_RAM_or_more_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AppleDOS_Name {
|
|
get {
|
|
return ResourceManager.GetString("AppleDOS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Catalog_starts_at_sector_0_of_track_1 {
|
|
get {
|
|
return ResourceManager.GetString("Catalog_starts_at_sector_0_of_track_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string File_system_initialized_by_DOS_release_0 {
|
|
get {
|
|
return ResourceManager.GetString("File_system_initialized_by_DOS_release_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_volume_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_volume_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sectors_allocated_at_most_in_track_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sectors_allocated_at_most_in_track_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_tracks_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_tracks_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_per_track {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_per_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_sector {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Track_allocation_is_forward {
|
|
get {
|
|
return ResourceManager.GetString("Track_allocation_is_forward", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Track_allocation_is_reverse {
|
|
get {
|
|
return ResourceManager.GetString("Track_allocation_is_reverse", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incorrect_device_size {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_device_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Partitions_are_not_supported {
|
|
get {
|
|
return ResourceManager.GetString("Partitions_are_not_supported", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incorrect_sector_size {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_sector_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_catalog {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_catalog", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_cache_all_files {
|
|
get {
|
|
return ResourceManager.GetString("Unable_cache_all_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Name_Apple_Hierarchical_File_System {
|
|
get {
|
|
return ResourceManager.GetString("Name_Apple_Hierarchical_File_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HFS_uses_512_bytes_sector_while_device_uses_2048_bytes_sector {
|
|
get {
|
|
return ResourceManager.GetString("HFS_uses_512_bytes_sector_while_device_uses_2048_bytes_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Master_Directory_Block {
|
|
get {
|
|
return ResourceManager.GetString("Master_Directory_Block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Creation_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Creation_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_modification_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_modification_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_backup_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_backup_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Backup_sequence_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Backup_sequence_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_never_been_backed_up {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_never_been_backed_up", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_locked_by_hardware {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_locked_by_hardware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_unmonted {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_unmonted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_mounted {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_mounted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_spared_bad_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_spared_bad_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_does_not_need_cache {
|
|
get {
|
|
return ResourceManager.GetString("Volume_does_not_need_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_volume_is_inconsistent {
|
|
get {
|
|
return ResourceManager.GetString("Boot_volume_is_inconsistent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_reused_CNIDs {
|
|
get {
|
|
return ResourceManager.GetString("There_are_reused_CNIDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_journaled {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_journaled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_seriously_inconsistent {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_seriously_inconsistent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_locked_by_software {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_locked_by_software", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_files_on_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("_0_files_on_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_directories_on_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("_0_directories_on_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_directories_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_directories_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_write_count_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_write_count_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_bitmap_starting_sector_in_512_bytes_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_bitmap_starting_sector_in_512_bytes_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_allocation_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_allocation_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_volume_allocation_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_volume_allocation_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_allocation_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_allocation_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_to_allocate_when_extending_a_file {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_to_allocate_when_extending_a_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_to_allocate_when_extending_a_Extents_B_Tree {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_to_allocate_when_extending_a_Extents_B_Tree", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_to_allocate_when_extending_a_Catalog_B_Tree {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_to_allocate_when_extending_a_Catalog_B_Tree", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_first_allocation_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_first_allocation_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_unused_CNID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_unused_CNID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_unused_allocation_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_unused_allocation_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_the_Extents_B_Tree {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_the_Extents_B_Tree", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_the_Catalog_B_Tree {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_the_Catalog_B_Tree", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Finder_info {
|
|
get {
|
|
return ResourceManager.GetString("Finder_info", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CNID_of_bootable_system_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("CNID_of_bootable_system_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CNID_of_first_run_application_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("CNID_of_first_run_application_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CNID_of_previously_opened_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("CNID_of_previously_opened_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CNID_of_bootable_Mac_OS_8_or_9_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("CNID_of_bootable_Mac_OS_8_or_9_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CNID_of_bootable_Mac_OS_X_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("CNID_of_bootable_Mac_OS_X_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Mac_OS_X_Volume_ID_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Mac_OS_X_Volume_ID_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_wraps_a_HFS_Plus_volume {
|
|
get {
|
|
return ResourceManager.GetString("Volume_wraps_a_HFS_Plus_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Starting_block_of_the_HFS_Plus_volume_0 {
|
|
get {
|
|
return ResourceManager.GetString("Starting_block_of_the_HFS_Plus_volume_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Allocations_blocks_of_the_HFS_Plus_volume_0 {
|
|
get {
|
|
return ResourceManager.GetString("Allocations_blocks_of_the_HFS_Plus_volume_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_volume_cache {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_volume_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_volume_bitmap_cache {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_volume_bitmap_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_volume_common_cache {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_volume_common_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_bootable {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_bootable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_not_bootable {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_not_bootable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string File_truncated_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("File_truncated_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AppleMFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("AppleMFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_directory_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_directory_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_in_directory {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_in_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Size_of_allocation_blocks_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Size_of_allocation_blocks_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_to_allocate {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_to_allocate", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_allocation_block_number_two_starts_in_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_allocation_block_number_two_starts_in_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_unused_file_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_unused_file_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CPM_Name {
|
|
get {
|
|
return ResourceManager.GetString("CPM_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_Amstrad_superblock {
|
|
get {
|
|
return ResourceManager.GetString("Found_Amstrad_superblock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_CPM_86_hard_disk_superblock {
|
|
get {
|
|
return ResourceManager.GetString("Found_CPM_86_hard_disk_superblock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_CPM_86_floppy_identifier {
|
|
get {
|
|
return ResourceManager.GetString("Found_CPM_86_floppy_identifier", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_directory_block_seems_correct {
|
|
get {
|
|
return ResourceManager.GetString("First_directory_block_seems_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Trying_to_load_definitions {
|
|
get {
|
|
return ResourceManager.GetString("Trying_to_load_definitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Trying_all_known_definitions {
|
|
get {
|
|
return ResourceManager.GetString("Trying_all_known_definitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Trying_definition_0 {
|
|
get {
|
|
return ResourceManager.GetString("Trying_definition_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dont_know_how_to_handle_COLUMBIA_ordering_not_proceeding_with_this_definition {
|
|
get {
|
|
return ResourceManager.GetString("Dont_know_how_to_handle_COLUMBIA_ordering_not_proceeding_with_this_definition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Don_know_how_to_handle_EAGLE_ordering_not_proceeding_with_this_definition {
|
|
get {
|
|
return ResourceManager.GetString("Don_know_how_to_handle_EAGLE_ordering_not_proceeding_with_this_definition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_order_type_0_not_proceeding_with_this_definition {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_order_type_0_not_proceeding_with_this_definition", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Definition_contains_EVEN_ODD_field_with_unknown_meaning_detection_may_be_wrong {
|
|
get {
|
|
return ResourceManager.GetString("Definition_contains_EVEN_ODD_field_with_unknown_meaning_detection_may_be_wrong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Definition_0_has_a_correct_directory {
|
|
get {
|
|
return ResourceManager.GetString("Definition_0_has_a_correct_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Identified_as_0 {
|
|
get {
|
|
return ResourceManager.GetString("Identified_as_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_block_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_block_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_contains_0_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_contains_0_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CPM_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("CPM_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_contains_0_directory_entries {
|
|
get {
|
|
return ResourceManager.GetString("Volume_contains_0_directory_entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_reserves_0_sectors_for_system {
|
|
get {
|
|
return ResourceManager.GetString("Volume_reserves_0_sectors_for_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_reserves_1_tracks_0_sectors_for_system {
|
|
get {
|
|
return ResourceManager.GetString("Volume_reserves_1_tracks_0_sectors_for_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Side_zero_uses_0_one_software_interleaving {
|
|
get {
|
|
return ResourceManager.GetString("Side_zero_uses_0_one_software_interleaving", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Side_one_uses_0_one_software_interleaving {
|
|
get {
|
|
return ResourceManager.GetString("Side_one_uses_0_one_software_interleaving", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Head_changes_after_each_whole_track {
|
|
get {
|
|
return ResourceManager.GetString("Head_changes_after_each_whole_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Head_changes_after_whole_side {
|
|
get {
|
|
return ResourceManager.GetString("Head_changes_after_whole_side", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_how_0_side_ordering_works {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_how_0_side_ordering_works", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Device_uses_0_one_hardware_interleaving {
|
|
get {
|
|
return ResourceManager.GetString("Device_uses_0_one_hardware_interleaving", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_label_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_label_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_standard_CPM_timestamps {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_standard_CPM_timestamps", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_third_party_timestamps {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_third_party_timestamps", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_updated_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_updated_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CYLINDERS_ordering_not_yet_implemented {
|
|
get {
|
|
return ResourceManager.GetString("CYLINDERS_ordering_not_yet_implemented", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Deinterleaving_whole_volume {
|
|
get {
|
|
return ResourceManager.GetString("Deinterleaving_whole_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Creating_allocation_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Creating_allocation_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_directory {
|
|
get {
|
|
return ResourceManager.GetString("Reading_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Traversing_directory {
|
|
get {
|
|
return ResourceManager.GetString("Traversing_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_Human68k_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_Human68k_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_FAT32_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_FAT32_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_short_FAT32_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_short_FAT32_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_MSX_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_MSX_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_Apricot_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_Apricot_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_4_0_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_4_0_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_3_4_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_3_4_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_3_3_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_3_3_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_Atari_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_Atari_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_3_2_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_3_2_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_3_0_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_3_0_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DOS_2_0_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DOS_2_0_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_DEC_Rainbow_hardcoded_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_DEC_Rainbow_hardcoded_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_hardcoded_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Using_hardcoded_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_hardcoded_BPB_for_5_25_SSDD {
|
|
get {
|
|
return ResourceManager.GetString("Using_hardcoded_BPB_for_5_25_SSDD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Using_hardcoded_BPB_for_5_25_DSDD {
|
|
get {
|
|
return ResourceManager.GetString("Using_hardcoded_BPB_for_5_25_DSDD", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_empty_filename_in_0 {
|
|
get {
|
|
return ResourceManager.GetString("Found_empty_filename_in_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FAT_Name {
|
|
get {
|
|
return ResourceManager.GetString("FAT_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DOS_8_3_all_uppercase {
|
|
get {
|
|
return ResourceManager.GetString("DOS_8_3_all_uppercase", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Windows_NT_8_3_mixed_case {
|
|
get {
|
|
return ResourceManager.GetString("Windows_NT_8_3_mixed_case", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OS2_LONGNAME_extended_attribute {
|
|
get {
|
|
return ResourceManager.GetString("OS2_LONGNAME_extended_attribute", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Use_LFN_when_available_with_fallback_to_LONGNAME_default {
|
|
get {
|
|
return ResourceManager.GetString("Use_LFN_when_available_with_fallback_to_LONGNAME_default", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Long_file_names {
|
|
get {
|
|
return ResourceManager.GetString("Long_file_names", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Second_fat_starts_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Second_fat_starts_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FAT_Plus {
|
|
get {
|
|
return ResourceManager.GetString("FAT_Plus", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Microsoft_FAT32 {
|
|
get {
|
|
return ResourceManager.GetString("Microsoft_FAT32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_been_modified_by_Windows_9x_Me_Volume_Tracker {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_been_modified_by_Windows_9x_Me_Volume_Tracker", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_per_cluster {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_per_cluster", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_reserved_between_BPB_and_FAT {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_reserved_between_BPB_and_FAT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_on_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_on_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_clusters_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_clusters_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Media_descriptor_0 {
|
|
get {
|
|
return ResourceManager.GetString("Media_descriptor_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_per_FAT {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_per_FAT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_heads {
|
|
get {
|
|
return ResourceManager.GetString("_0_heads", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_hidden_sectors_before_BPB {
|
|
get {
|
|
return ResourceManager.GetString("_0_hidden_sectors_before_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cluster_of_root_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cluster_of_root_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_FSINFO_structure_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_FSINFO_structure_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_backup_FAT32_parameter_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_backup_FAT32_parameter_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Drive_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Drive_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_should_be_checked_on_next_mount {
|
|
get {
|
|
return ResourceManager.GetString("Volume_should_be_checked_on_next_mount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_surface_should_be_on_next_mount {
|
|
get {
|
|
return ResourceManager.GetString("Disk_surface_should_be_on_next_mount", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FATs_are_out_of_sync_FAT_0_is_in_use {
|
|
get {
|
|
return ResourceManager.GetString("FATs_are_out_of_sync_FAT_0_is_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string All_copies_of_FAT_are_the_same {
|
|
get {
|
|
return ResourceManager.GetString("All_copies_of_FAT_are_the_same", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DR_DOS_will_boot_this_FAT32_using_CHS {
|
|
get {
|
|
return ResourceManager.GetString("DR_DOS_will_boot_this_FAT32_using_CHS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DR_DOS_will_boot_this_FAT32_using_LBA {
|
|
get {
|
|
return ResourceManager.GetString("DR_DOS_will_boot_this_FAT32_using_LBA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_clusters {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_clusters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_allocated_cluster_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_allocated_cluster_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string cmdload_will_be_loaded_with_value_0 {
|
|
get {
|
|
return ResourceManager.GetString("cmdload_will_be_loaded_with_value_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_program_will_be_loaded_at_address_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_program_will_be_loaded_at_address_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FAT_and_directory_will_be_cached_at_address_0 {
|
|
get {
|
|
return ResourceManager.GetString("FAT_and_directory_will_be_cached_at_address_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_program_resides_in_file_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_program_resides_in_file_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_program_starts_in_sector_0_and_is_1_sectors_long_2_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Boot_program_starts_in_sector_0_and_is_1_sectors_long_2_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Atari_FAT12 {
|
|
get {
|
|
return ResourceManager.GetString("Atari_FAT12", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Apricot_FAT12 {
|
|
get {
|
|
return ResourceManager.GetString("Apricot_FAT12", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Human68k_FAT12 {
|
|
get {
|
|
return ResourceManager.GetString("Human68k_FAT12", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Microsoft_FAT12 {
|
|
get {
|
|
return ResourceManager.GetString("Microsoft_FAT12", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Atari_FAT16 {
|
|
get {
|
|
return ResourceManager.GetString("Atari_FAT16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Human68k_FAT16 {
|
|
get {
|
|
return ResourceManager.GetString("Human68k_FAT16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Microsoft_FAT16 {
|
|
get {
|
|
return ResourceManager.GetString("Microsoft_FAT16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_FATs {
|
|
get {
|
|
return ResourceManager.GetString("_0_FATs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_entries_on_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("_0_entries_on_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_Serial_Number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_Serial_Number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_modified_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_modified_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_accessed_on_0_d {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_accessed_on_0_d", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_code_SHA1_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_code_SHA1_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_boot_code {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_boot_code", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_code_corresponds_to_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_code_corresponds_to_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_BPB {
|
|
get {
|
|
return ResourceManager.GetString("Reading_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_empty_filename_in_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Found_empty_filename_in_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_FAT12 {
|
|
get {
|
|
return ResourceManager.GetString("Reading_FAT12", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_FAT16 {
|
|
get {
|
|
return ResourceManager.GetString("Reading_FAT16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Casting_FAT {
|
|
get {
|
|
return ResourceManager.GetString("Casting_FAT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string XboxFatPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("XboxFatPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FATX_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("FATX_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_logical_sectors_1_bytes_per_physical_sector {
|
|
get {
|
|
return ResourceManager.GetString("_0_logical_sectors_1_bytes_per_physical_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_1_bytes_per_cluster {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_1_bytes_per_cluster", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_starts_on_cluster_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_starts_on_cluster_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_serial_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_serial_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_superblock {
|
|
get {
|
|
return ResourceManager.GetString("Reading_superblock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_is_little_endian {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_is_little_endian", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_is_big_endian {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_is_big_endian", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_FAT32 {
|
|
get {
|
|
return ResourceManager.GetString("Reading_FAT32", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FAT_is_0_sectors {
|
|
get {
|
|
return ResourceManager.GetString("FAT_is_0_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Reading_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HPOFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("HPOFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OEM_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("OEM_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_hidden_before_BPB {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_hidden_before_BPB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Serial_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Serial_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_comment_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_comment_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_owner_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_owner_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_0_codepage_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_0_codepage_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EBCDIC {
|
|
get {
|
|
return ResourceManager.GetString("EBCDIC", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ASCII {
|
|
get {
|
|
return ResourceManager.GetString("ASCII", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_codepage {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_codepage", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string RPS_level_0 {
|
|
get {
|
|
return ResourceManager.GetString("RPS_level_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_version_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_version_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_filled_up_to_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_filled_up_to_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Exception_reading_CD_i_audio_file {
|
|
get {
|
|
return ResourceManager.GetString("Exception_reading_CD_i_audio_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Processing_VD_loop_no_0 {
|
|
get {
|
|
return ResourceManager.GetString("Processing_VD_loop_no_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reading_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Reading_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_specification {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_specification", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_unknown_supplementary_volume_descriptor {
|
|
get {
|
|
return ResourceManager.GetString("Found_unknown_supplementary_volume_descriptor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ERROR_Could_not_find_primary_volume_descriptor {
|
|
get {
|
|
return ResourceManager.GetString("ERROR_Could_not_find_primary_volume_descriptor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SYSTEM_USE_SHARING_PROTOCOL_INFORMATION {
|
|
get {
|
|
return ResourceManager.GetString("SYSTEM_USE_SHARING_PROTOCOL_INFORMATION", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SYSTEM_USE_SHARING_PROTOCOL_INFORMATION_border {
|
|
get {
|
|
return ResourceManager.GetString("SYSTEM_USE_SHARING_PROTOCOL_INFORMATION_border", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Extension_0 {
|
|
get {
|
|
return ResourceManager.GetString("Extension_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ID_0_version_1 {
|
|
get {
|
|
return ResourceManager.GetString("ID_0_version_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Description_0 {
|
|
get {
|
|
return ResourceManager.GetString("Description_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Source_0 {
|
|
get {
|
|
return ResourceManager.GetString("Source_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string High_Sierra_Format_file_system {
|
|
get {
|
|
return ResourceManager.GetString("High_Sierra_Format_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CD_i_file_system {
|
|
get {
|
|
return ResourceManager.GetString("CD_i_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ISO9660_file_system {
|
|
get {
|
|
return ResourceManager.GetString("ISO9660_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CD_ROM_XA_extensions_present {
|
|
get {
|
|
return ResourceManager.GetString("CD_ROM_XA_extensions_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_extensions_present {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_extensions_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Apple_extensions_present {
|
|
get {
|
|
return ResourceManager.GetString("Apple_extensions_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Joliet_extensions_present {
|
|
get {
|
|
return ResourceManager.GetString("Joliet_extensions_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_Use_Sharing_Protocol_present {
|
|
get {
|
|
return ResourceManager.GetString("System_Use_Sharing_Protocol_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Rock_Ridge_Interchange_Protocol_present {
|
|
get {
|
|
return ResourceManager.GetString("Rock_Ridge_Interchange_Protocol_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Arbitrary_Attribute_Interchange_Protocol_present {
|
|
get {
|
|
return ResourceManager.GetString("Arbitrary_Attribute_Interchange_Protocol_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string zisofs_compression_present {
|
|
get {
|
|
return ResourceManager.GetString("zisofs_compression_present", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Contains_Enhanced_Volume_Descriptor {
|
|
get {
|
|
return ResourceManager.GetString("Contains_Enhanced_Volume_Descriptor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Contains_Volume_Partition_Descriptor {
|
|
get {
|
|
return ResourceManager.GetString("Contains_Volume_Partition_Descriptor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_bootable_following_0_specifications {
|
|
get {
|
|
return ResourceManager.GetString("Disc_bootable_following_0_specifications", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_is_a_SegaCD_MegaCD_disc {
|
|
get {
|
|
return ResourceManager.GetString("This_is_a_SegaCD_MegaCD_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_is_a_Sega_Saturn_disc {
|
|
get {
|
|
return ResourceManager.GetString("This_is_a_Sega_Saturn_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_is_a_Sega_Dreamcast_disc {
|
|
get {
|
|
return ResourceManager.GetString("This_is_a_Sega_Dreamcast_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FILE_STRUCTURE_VOLUME_DESCRIPTOR_INFORMATION {
|
|
get {
|
|
return ResourceManager.GetString("FILE_STRUCTURE_VOLUME_DESCRIPTOR_INFORMATION", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FILE_STRUCTURE_VOLUME_DESCRIPTOR_INFORMATION_border {
|
|
get {
|
|
return ResourceManager.GetString("FILE_STRUCTURE_VOLUME_DESCRIPTOR_INFORMATION_border", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string VOLUME_DESCRIPTOR_INFORMATION {
|
|
get {
|
|
return ResourceManager.GetString("VOLUME_DESCRIPTOR_INFORMATION", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string VOLUME_DESCRIPTOR_INFORMATION_border {
|
|
get {
|
|
return ResourceManager.GetString("VOLUME_DESCRIPTOR_INFORMATION_border", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("System_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_set_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_set_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Publisher_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Publisher_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Data_preparer_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Data_preparer_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Application_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Application_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_creation_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_creation_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_modification_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_modification_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_not_been_modified {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_not_been_modified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_expiration_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_expiration_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_does_not_expire {
|
|
get {
|
|
return ResourceManager.GetString("Volume_does_not_expire", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_effective_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_effective_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_always_been_effective {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_always_been_effective", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_of_1_bytes_each {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_of_1_bytes_each", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string JOLIET_VOLUME_DESCRIPTOR_INFORMATION {
|
|
get {
|
|
return ResourceManager.GetString("JOLIET_VOLUME_DESCRIPTOR_INFORMATION", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string JOLIET_VOLUME_DESCRIPTOR_INFORMATION_border {
|
|
get {
|
|
return ResourceManager.GetString("JOLIET_VOLUME_DESCRIPTOR_INFORMATION_border", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EL_TORITO_INFORMATION {
|
|
get {
|
|
return ResourceManager.GetString("EL_TORITO_INFORMATION", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EL_TORITO_INFORMATION_border {
|
|
get {
|
|
return ResourceManager.GetString("EL_TORITO_INFORMATION_border", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Initial_entry {
|
|
get {
|
|
return ResourceManager.GetString("Initial_entry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Developer_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Developer_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootable_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bootable_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootable_image_starts_at_sector_0_and_runs_for_1_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Bootable_image_starts_at_sector_0_and_runs_for_1_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootable_image_will_be_loaded_at_segment_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bootable_image_will_be_loaded_at_segment_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootable_image_will_be_loaded_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bootable_image_will_be_loaded_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_uses_no_emulation {
|
|
get {
|
|
return ResourceManager.GetString("Image_uses_no_emulation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_emulates_a_high_density_MD2HD_floppy {
|
|
get {
|
|
return ResourceManager.GetString("Image_emulates_a_high_density_MD2HD_floppy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_emulates_a_high_density_MF2HD_floppy {
|
|
get {
|
|
return ResourceManager.GetString("Image_emulates_a_high_density_MF2HD_floppy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_emulates_a_extra_density_MF2ED_floppy {
|
|
get {
|
|
return ResourceManager.GetString("Image_emulates_a_extra_density_MF2ED_floppy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_uses_unknown_emulation_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Image_uses_unknown_emulation_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("System_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootable_image_SHA1_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bootable_image_SHA1_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Not_bootable {
|
|
get {
|
|
return ResourceManager.GetString("Not_bootable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_section_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_section_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Section_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Section_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Entry_0 {
|
|
get {
|
|
return ResourceManager.GetString("Entry_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Selection_criteria_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Selection_criteria_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_contains_ATAPI_drivers {
|
|
get {
|
|
return ResourceManager.GetString("Image_contains_ATAPI_drivers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Image_contains_SCSI_drivers {
|
|
get {
|
|
return ResourceManager.GetString("Image_contains_SCSI_drivers", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_Cooked_Mode_zero_one_Mode_two_Form_one {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_Cooked_Mode_zero_one_Mode_two_Form_one", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_Cooked_Mode_two_Form_two {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_Cooked_Mode_two_Form_two", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_Cooked_Mode_two_Form_1_File_Number_2_Channel_Number_3_Submode_4_Coding_Information_5 {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_Cooked_Mode_two_Form_1_File_Number_2_Channel_Number_3_Submode_4_Codi" +
|
|
"ng_Information_5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_Raw_Audio {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_Raw_Audio", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_1_2_3_Raw_Mode_4 {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_1_2_3_Raw_Mode_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string tor_Sector_0_1_2_3_Raw_Mode_two_Form_4_File_Number_5_Channel_Number_6_Submode_7_Coding_Information_8 {
|
|
get {
|
|
return ResourceManager.GetString("tor_Sector_0_1_2_3_Raw_Mode_two_Form_4_File_Number_5_Channel_Number_6_Submode_7_C" +
|
|
"oding_Information_8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Path_table_and_PVD_do_not_point_to_the_same_location_for_the_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Path_table_and_PVD_do_not_point_to_the_same_location_for_the_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PVD_does_not_point_to_correct_root_directory_checking_path_table {
|
|
get {
|
|
return ResourceManager.GetString("PVD_does_not_point_to_correct_root_directory_checking_path_table", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cannot_find_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_find_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string File_0_gets_truncated {
|
|
get {
|
|
return ResourceManager.GetString("File_0_gets_truncated", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_0_file_ID_1 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_0_file_ID_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Current_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Current_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_LisaFS_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_LisaFS_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_password_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_password_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_ID_0_X16 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_ID_0_X16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Backup_volume_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Backup_volume_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Master_copy_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Master_copy_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_number_0_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_number_0_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Serial_number_of_Lisa_computer_that_created_this_volume_0 {
|
|
get {
|
|
return ResourceManager.GetString("Serial_number_of_Lisa_computer_that_created_this_volume_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Serial_number_of_Lisa_computer_that_can_use_this_volume_software_0 {
|
|
get {
|
|
return ResourceManager.GetString("Serial_number_of_Lisa_computer_that_can_use_this_volume_software_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_catalog_created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_catalog_created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_backed_up_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_backed_up_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_scavenged_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_scavenged_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MDDF_is_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("MDDF_is_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_0_reserved_blocks_before_volume {
|
|
get {
|
|
return ResourceManager.GetString("There_are_0_reserved_blocks_before_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_minus_one {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_minus_one", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_minus_one_minus_MDDF_offset {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_minus_one_minus_MDDF_offset", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_sector_uncooked {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_sector_uncooked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_cluster {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_cluster", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_files_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_files_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_free {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_free", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_LisaInfo {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_LisaInfo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_overhead_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_overhead_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Scavenger_result_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("Scavenger_result_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_environment_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_environment_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Overmount_stamp_0 {
|
|
get {
|
|
return ResourceManager.GetString("Overmount_stamp_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string S_Records_start_at_0_and_spans_for_1_blocks {
|
|
get {
|
|
return ResourceManager.GetString("S_Records_start_at_0_and_spans_for_1_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_clean {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_clean", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_dirty {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_dirty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Underlying_device_does_not_support_Lisa_tags {
|
|
get {
|
|
return ResourceManager.GetString("Underlying_device_does_not_support_Lisa_tags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Device_is_too_small {
|
|
get {
|
|
return ResourceManager.GetString("Device_is_too_small", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incorrect_MDDF_found {
|
|
get {
|
|
return ResourceManager.GetString("Incorrect_MDDF_found", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Mounting_LisaFS_v1 {
|
|
get {
|
|
return ResourceManager.GetString("Mounting_LisaFS_v1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Mounting_LisaFS_v2 {
|
|
get {
|
|
return ResourceManager.GetString("Mounting_LisaFS_v2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Mounting_LisaFS_v3 {
|
|
get {
|
|
return ResourceManager.GetString("Mounting_LisaFS_v3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cannot_mount_LisaFS_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_mount_LisaFS_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Error_0_reading_S_Records_file {
|
|
get {
|
|
return ResourceManager.GetString("Error_0_reading_S_Records_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cannot_read_Catalog_File_error_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cannot_read_Catalog_File_error_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_boot_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_boot_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_boot_loader {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_boot_loader", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_MDDF {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_MDDF", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_volume_bitmap {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_volume_bitmap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unable_to_read_S_Records_file {
|
|
get {
|
|
return ResourceManager.GetString("Unable_to_read_S_Records_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Not_a_Lisa_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Not_a_Lisa_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Exception_0_1_2 {
|
|
get {
|
|
return ResourceManager.GetString("Exception_0_1_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OperaFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("OperaFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Opera_filesystem_disc {
|
|
get {
|
|
return ResourceManager.GetString("Opera_filesystem_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_identifier_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_identifier_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Block_size_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Block_size_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WARNING_Filesystem_indicates_0_bytes_block_while_device_indicates_1_bytes_block {
|
|
get {
|
|
return ResourceManager.GetString("WARNING_Filesystem_indicates_0_bytes_block_while_device_indicates_1_bytes_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_size_0_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_size_0_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WARNING__Filesystem_indicates_0_blocks_while_device_indicates_1_blocks {
|
|
get {
|
|
return ResourceManager.GetString("WARNING__Filesystem_indicates_0_blocks_while_device_indicates_1_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_block_size_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_block_size_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_size_0_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_size_0_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_root_directory_copy_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_root_directory_copy_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PascalPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("PascalPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_record_spans_from_block_0_to_block_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_record_spans_from_block_0_to_block_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_files {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_booted_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_booted_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AcornADFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("AcornADFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Acorn_Advanced_Disc_Filing_System {
|
|
get {
|
|
return ResourceManager.GetString("Acorn_Advanced_Disc_Filing_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_ID_0_X4 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_ID_0_X4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Density_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("Density_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Skew_0 {
|
|
get {
|
|
return ResourceManager.GetString("Skew_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_option_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_option_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_starts_at_frag_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_starts_at_frag_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_bytes_in_1_zones {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_bytes_in_1_zones", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_flags_0_X4 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_flags_0_X4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AmigaDOSPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("AmigaDOSPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bootblock_points_to_0_as_Rootblock {
|
|
get {
|
|
return ResourceManager.GetString("Bootblock_points_to_0_as_Rootblock", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Searching_for_Rootblock_in_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Searching_for_Rootblock_in_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Original_File_System {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Original_File_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Fast_File_System {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Fast_File_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Original_File_System_with_international_characters {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Original_File_System_with_international_characters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Fast_File_System_with_international_characters {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Fast_File_System_with_international_characters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Original_File_System_with_directory_cache {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Original_File_System_with_directory_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Fast_File_System_with_directory_cache {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Fast_File_System_with_directory_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Original_File_System_with_long_filenames {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Original_File_System_with_long_filenames", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Amiga_Fast_File_System_with_long_filenames {
|
|
get {
|
|
return ResourceManager.GetString("Amiga_Fast_File_System_with_long_filenames", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string with_multi_user_patches {
|
|
get {
|
|
return ResourceManager.GetString("with_multi_user_patches", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_bitmap_is_valid {
|
|
get {
|
|
return ResourceManager.GetString("Volume_bitmap_is_valid", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bitmap_extension_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bitmap_extension_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_cache_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_cache_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_block_size_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_block_size_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_root_directory_last_modified_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_root_directory_last_modified_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_block_checksum_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_block_checksum_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AODOS_Name {
|
|
get {
|
|
return ResourceManager.GetString("AODOS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Alexander_Osipov_DOS_file_system {
|
|
get {
|
|
return ResourceManager.GetString("Alexander_Osipov_DOS_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_used_sectors_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_used_sectors_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string APFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("APFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Apple_File_System {
|
|
get {
|
|
return ResourceManager.GetString("Apple_File_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Container_has_0_bytes_in_1_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Container_has_0_bytes_in_1_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AppleHFSPlus_Name {
|
|
get {
|
|
return ResourceManager.GetString("AppleHFSPlus_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("HFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HFSX_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("HFSX_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_wrapped_inside_an_HFS_volume {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_wrapped_inside_an_HFS_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_version_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_version_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_locked_on_hardware {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_locked_on_hardware", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_unmounted {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_unmounted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_bad_blocks_in_the_extents_file {
|
|
get {
|
|
return ResourceManager.GetString("There_are_bad_blocks_in_the_extents_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_does_not_require_cache {
|
|
get {
|
|
return ResourceManager.GetString("Volume_does_not_require_cache", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_state_is_inconsistent {
|
|
get {
|
|
return ResourceManager.GetString("Volume_state_is_inconsistent", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_locked_on_software {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_locked_on_software", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Implementation_that_last_mounted_the_volume_0 {
|
|
get {
|
|
return ResourceManager.GetString("Implementation_that_last_mounted_the_volume_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_starts_at_allocation_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_starts_at_allocation_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_check_date_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_check_date_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_never_been_checked_up {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_never_been_checked_up", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_files_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_files_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_folders_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_folders_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_allocation_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_allocation_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Resource_fork_clump_size_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Resource_fork_clump_size_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Data_fork_clump_size_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Data_fork_clump_size_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_been_mounted_writable_0_times {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_been_mounted_writable_0_times", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Allocation_File_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Allocation_File_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Extents_File_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Extents_File_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Catalog_File_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Catalog_File_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Attributes_File_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Attributes_File_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Startup_File_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Startup_File_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_version_is_not_supported_yet {
|
|
get {
|
|
return ResourceManager.GetString("This_version_is_not_supported_yet", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string AtheOS_Name {
|
|
get {
|
|
return ResourceManager.GetString("AtheOS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Atheos_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Atheos_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_is_read_only {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_is_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_used_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_used_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_i_node {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_i_node", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_allocation_group_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_allocation_group_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_allocation_groups_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_allocation_groups_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Journal_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_starts_in_byte_0_and_has_1_bytes_in_2_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Journal_starts_in_byte_0_and_has_1_bytes_in_2_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_folder_s_i_node_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Root_folder_s_i_node_resides_in_block_0_of_allocation_group_1_and_runs_for_2_bloc" +
|
|
"ks_3_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_containing_files_scheduled_for_deletion_i_node_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Directory_containing_files_scheduled_for_deletion_i_node_resides_in_block_0_of_al" +
|
|
"location_group_1_and_runs_for_2_blocks_3_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Indices_i_node_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Indices_i_node_resides_in_block_0_of_allocation_group_1_and_runs_for_2_blocks_3_b" +
|
|
"ytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_for_bootloader_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_for_bootloader_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BeFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("BeFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Little_endian_BeFS {
|
|
get {
|
|
return ResourceManager.GetString("Little_endian_BeFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Big_endian_BeFS {
|
|
get {
|
|
return ResourceManager.GetString("Big_endian_BeFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_seems_corrupt_following_information_may_be_incorrect {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_seems_corrupt_following_information_may_be_incorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Magic_one_0_Should_be_0x42465331 {
|
|
get {
|
|
return ResourceManager.GetString("Magic_one_0_Should_be_0x42465331", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Magic_two_0_Should_be_0xDD121031 {
|
|
get {
|
|
return ResourceManager.GetString("Magic_two_0_Should_be_0xDD121031", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Magic_three_0_Should_be_0x15B6830E {
|
|
get {
|
|
return ResourceManager.GetString("Magic_three_0_Should_be_0x15B6830E", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_endianness_0_Should_be_0x42494745 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_endianness_0_Should_be_0x42494745", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_folder_i_node_size_0_blocks_Should_be_one {
|
|
get {
|
|
return ResourceManager.GetString("Root_folder_i_node_size_0_blocks_Should_be_one", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Indices_i_node_size_0_blocks_Should_be_one {
|
|
get {
|
|
return ResourceManager.GetString("Indices_i_node_size_0_blocks_Should_be_one", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string blockshift_0_1_should_be_2 {
|
|
get {
|
|
return ResourceManager.GetString("blockshift_0_1_should_be_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_flags_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_flags_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_starts_in_byte_0_and_ends_in_byte_1 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_starts_in_byte_0_and_ends_in_byte_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BTRFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("BTRFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string B_tree_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("B_tree_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UUID_0 {
|
|
get {
|
|
return ResourceManager.GetString("UUID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_superblock_resides_on_physical_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("This_superblock_resides_on_physical_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_tree_starts_at_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_tree_starts_at_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Chunk_tree_starts_at_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Chunk_tree_starts_at_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Log_tree_starts_at_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Log_tree_starts_at_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_bytes_spanned_in_1_devices {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_bytes_spanned_in_1_devices", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_bytes_used {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_bytes_used", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_sector {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_node {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_node", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_leaf {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_leaf", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_stripe {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_stripe", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("Flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Compatible_flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("Compatible_flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Read_only_compatible_flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("Read_only_compatible_flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incompatible_flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("Incompatible_flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Device_UUID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Device_UUID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string CBM_Name {
|
|
get {
|
|
return ResourceManager.GetString("CBM_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Commodore_file_system {
|
|
get {
|
|
return ResourceManager.GetString("Commodore_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_starts_at_track_0_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_starts_at_track_0_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_DOS_Version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_DOS_Version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DOS_Version_0 {
|
|
get {
|
|
return ResourceManager.GetString("DOS_Version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_Version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_Version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_DOS_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_DOS_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cram_Name {
|
|
get {
|
|
return ResourceManager.GetString("Cram_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cram_file_system {
|
|
get {
|
|
return ResourceManager.GetString("Cram_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Little_endian {
|
|
get {
|
|
return ResourceManager.GetString("Little_endian", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Big_endian {
|
|
get {
|
|
return ResourceManager.GetString("Big_endian", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_edition_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_edition_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string dump_Name {
|
|
get {
|
|
return ResourceManager.GetString("dump_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Could_not_read_dump_8_header_block {
|
|
get {
|
|
return ResourceManager.GetString("Could_not_read_dump_8_header_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Old_16_bit_dump_8 {
|
|
get {
|
|
return ResourceManager.GetString("Old_16_bit_dump_8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dump_created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dump_created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Previous_dump_created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Previous_dump_created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dump_volume_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dump_volume_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dump_level_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dump_level_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dump_label_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dump_label_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dumped_filesystem_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dumped_filesystem_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dumped_device_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dumped_device_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dump_hostname_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dump_hostname_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ECMA67_Name {
|
|
get {
|
|
return ResourceManager.GetString("ECMA67_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ECMA_67 {
|
|
get {
|
|
return ResourceManager.GetString("ECMA_67", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string EFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("EFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_X3_equals_1_expected_2_or_3 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_X3_equals_1_expected_2_or_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_equals_1_expected_2_or_3 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_equals_1_expected_2_or_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SGI_extent_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("SGI_extent_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string New_version {
|
|
get {
|
|
return ResourceManager.GetString("New_version", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_size_0_basic_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_size_0_basic_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_cylinder_group_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_cylinder_group_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cylinder_group_size_0_basic_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Cylinder_group_size_0_basic_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_per_cylinder_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_per_cylinder_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_heads_per_cylinder {
|
|
get {
|
|
return ResourceManager.GetString("_0_heads_per_cylinder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_cylinder_groups {
|
|
get {
|
|
return ResourceManager.GetString("_0_cylinder_groups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_on_bitmap {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_on_bitmap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_inodes {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_inodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bitmap_resides_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bitmap_resides_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Replacement_superblock_resides_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Replacement_superblock_resides_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_inode_allocated_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_inode_allocated_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Checksum_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Checksum_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_pack_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_pack_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string exFAT_Name {
|
|
get {
|
|
return ResourceManager.GetString("exFAT_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Microsoft_exFAT {
|
|
get {
|
|
return ResourceManager.GetString("Microsoft_exFAT", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Partition_offset_0 {
|
|
get {
|
|
return ResourceManager.GetString("Partition_offset_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_sectors_of_1_bytes_each_for_a_total_of_2_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_sectors_of_1_bytes_each_for_a_total_of_2_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_clusters_of_0_sectors_1_bytes_each {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_clusters_of_0_sectors_1_bytes_each", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_FAT_starts_at_sector_0_and_runs_for_1_sectors {
|
|
get {
|
|
return ResourceManager.GetString("First_FAT_starts_at_sector_0_and_runs_for_1_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_0_FATs {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_0_FATs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cluster_heap_starts_at_sector_0_contains_1_clusters_and_is_2_used {
|
|
get {
|
|
return ResourceManager.GetString("Cluster_heap_starts_at_sector_0_contains_1_clusters_and_is_2_used", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_starts_at_cluster_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_starts_at_cluster_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_revision_is_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_revision_is_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_serial_number_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_serial_number_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BIOS_drive_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("BIOS_drive_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Second_FAT_is_in_use {
|
|
get {
|
|
return ResourceManager.GetString("Second_FAT_is_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Underlying_media_presented_errors {
|
|
get {
|
|
return ResourceManager.GetString("Underlying_media_presented_errors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OEM_Parameters_0 {
|
|
get {
|
|
return ResourceManager.GetString("OEM_Parameters_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_erase_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_erase_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_page {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_page", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_spare_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_spare_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_nanoseconds_random_access_time {
|
|
get {
|
|
return ResourceManager.GetString("_0_nanoseconds_random_access_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_nanoseconds_program_time {
|
|
get {
|
|
return ResourceManager.GetString("_0_nanoseconds_program_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_nanoseconds_read_cycle_time {
|
|
get {
|
|
return ResourceManager.GetString("_0_nanoseconds_read_cycle_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_nanoseconds_write_cycle_time {
|
|
get {
|
|
return ResourceManager.GetString("_0_nanoseconds_write_cycle_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Found_unknown_parameter_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Found_unknown_parameter_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext2FS_Name_Linux_extended_Filesystem_2_3_and_4 {
|
|
get {
|
|
return ResourceManager.GetString("ext2FS_Name_Linux_extended_Filesystem_2_3_and_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext2_old_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ext2_old_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ext2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext3_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ext3_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext4_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ext4_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Not_an_ext2_3_4_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Not_an_ext2_3_4_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_OS_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_OS_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_created_on_0_for_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_created_on_0_for_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_created_for_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_created_for_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_of_1_bytes_for_a_total_of_2_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_of_1_bytes_for_a_total_of_2_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_mounted_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_mounted_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_been_mounted_0_times_of_a_maximum_of_1_mounts_before_checking {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_been_mounted_0_times_of_a_maximum_of_1_mounts_before_checking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_been_mounted_0_times_with_no_maximum_no_of_mounts_before_checking {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_been_mounted_0_times_with_no_maximum_no_of_mounts_before_checking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_mounted_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_mounted_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_used_mount_options_were_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_used_mount_options_were_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_never_been_mounted {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_never_been_mounted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_mounted_0_times_before_checking {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_mounted_0_times_before_checking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_no_maximum_no_of_mounts_before_checking {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_no_maximum_no_of_mounts_before_checking", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_checked_on_0_should_check_every_1_seconds {
|
|
get {
|
|
return ResourceManager.GetString("Last_checked_on_0_should_check_every_1_seconds", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_checked_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_checked_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_never_been_checked_should_check_every_0_ {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_never_been_checked_should_check_every_0_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_never_been_checked {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_never_been_checked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_written_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_written_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_recovering_orphan_files {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_recovering_orphan_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_in_an_unknown_state_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_in_an_unknown_state_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string On_errors_filesystem_should_continue {
|
|
get {
|
|
return ResourceManager.GetString("On_errors_filesystem_should_continue", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string On_errors_filesystem_should_remount_read_only {
|
|
get {
|
|
return ResourceManager.GetString("On_errors_filesystem_should_remount_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string On_errors_filesystem_should_panic {
|
|
get {
|
|
return ResourceManager.GetString("On_errors_filesystem_should_panic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string On_errors_filesystem_will_do_an_unknown_thing_0 {
|
|
get {
|
|
return ResourceManager.GetString("On_errors_filesystem_will_do_an_unknown_thing_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_revision_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_revision_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_UUID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_UUID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_KiB_has_been_written_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_KiB_has_been_written_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_reserved_and_1_free_blocks {
|
|
get {
|
|
return ResourceManager.GetString("_0_reserved_and_1_free_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_with_1_free_inodes_2 {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_with_1_free_inodes_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_inode_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_inode_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_fragment {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_fragment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_1_flags_and_2_inodes_per_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_1_flags_and_2_inodes_per_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_is_first_data_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_is_first_data_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Default_UID_0_GID_1 {
|
|
get {
|
|
return ResourceManager.GetString("Default_UID_0_GID_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Block_group_number_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Block_group_number_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Group_descriptor_size_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Group_descriptor_size_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_metablock_group_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_metablock_group_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string RAID_stride_0 {
|
|
get {
|
|
return ResourceManager.GetString("RAID_stride_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_on_all_data_disks {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_on_all_data_disks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_seconds_for_multi_mount_protection_wait_on_block_1 {
|
|
get {
|
|
return ResourceManager.GetString("_0_seconds_for_multi_mount_protection_wait_on_block_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_Flexible_block_group_size {
|
|
get {
|
|
return ResourceManager.GetString("_0_Flexible_block_group_size", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Hash_seed_0_1_2_3_version_4 {
|
|
get {
|
|
return ResourceManager.GetString("Hash_seed_0_1_2_3_version_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_UUID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_UUID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_has_inode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_has_inode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_is_on_device_0 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_is_on_device_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_backup_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_backup_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_orphaned_inode_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_orphaned_inode_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_no_orphaned_inodes {
|
|
get {
|
|
return ResourceManager.GetString("There_are_no_orphaned_inodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Active_snapshot_has_ID_0_on_inode_1_with_2_blocks_reserved_list_starting_on_block_3 {
|
|
get {
|
|
return ResourceManager.GetString("Active_snapshot_has_ID_0_on_inode_1_with_2_blocks_reserved_list_starting_on_block" +
|
|
"_3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_errors_registered {
|
|
get {
|
|
return ResourceManager.GetString("_0_errors_registered", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_error_occurred_on_0_last_on_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_error_occurred_on_0_last_on_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_error_inode_is_0_last_is_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_error_inode_is_0_last_is_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_error_block_is_0_last_is_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_error_block_is_0_last_is_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_error_function_is_0_last_is_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_error_function_is_0_last_is_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Flags_ellipsis {
|
|
get {
|
|
return ResourceManager.GetString("Flags_ellipsis", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Signed_directory_hash_is_in_use {
|
|
get {
|
|
return ResourceManager.GetString("Signed_directory_hash_is_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unsigned_directory_hash_is_in_use {
|
|
get {
|
|
return ResourceManager.GetString("Unsigned_directory_hash_is_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_testing_development_code {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_testing_development_code", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_set_flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_set_flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Default_mount_options {
|
|
get {
|
|
return ResourceManager.GetString("Default_mount_options", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string debug_Enable_debugging_code {
|
|
get {
|
|
return ResourceManager.GetString("debug_Enable_debugging_code", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string bsdgroups_Emulate_BSD_behaviour_when_creating_new_files {
|
|
get {
|
|
return ResourceManager.GetString("bsdgroups_Emulate_BSD_behaviour_when_creating_new_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string user_xattr_Enable_user_specified_extended_attributes {
|
|
get {
|
|
return ResourceManager.GetString("user_xattr_Enable_user_specified_extended_attributes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string acl_Enable_POSIX_ACLs {
|
|
get {
|
|
return ResourceManager.GetString("acl_Enable_POSIX_ACLs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string uid16_Disable_32bit_UIDs_and_GIDs {
|
|
get {
|
|
return ResourceManager.GetString("uid16_Disable_32bit_UIDs_and_GIDs", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string journal_data_Journal_data_and_metadata {
|
|
get {
|
|
return ResourceManager.GetString("journal_data_Journal_data_and_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string journal_data_ordered_Write_data_before_journaling_metadata {
|
|
get {
|
|
return ResourceManager.GetString("journal_data_ordered_Write_data_before_journaling_metadata", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string journal_data_writeback_Write_journal_before_data {
|
|
get {
|
|
return ResourceManager.GetString("journal_data_writeback_Write_journal_before_data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_set_default_mount_options_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_set_default_mount_options_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Compatible_features {
|
|
get {
|
|
return ResourceManager.GetString("Compatible_features", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Pre_allocate_directories {
|
|
get {
|
|
return ResourceManager.GetString("Pre_allocate_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string imagic_inodes__ {
|
|
get {
|
|
return ResourceManager.GetString("imagic_inodes__", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Has_journal_ext3 {
|
|
get {
|
|
return ResourceManager.GetString("Has_journal_ext3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Has_extended_attribute_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Has_extended_attribute_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Has_online_filesystem_resize_reservations {
|
|
get {
|
|
return ResourceManager.GetString("Has_online_filesystem_resize_reservations", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Can_use_hashed_indexes_on_directories {
|
|
get {
|
|
return ResourceManager.GetString("Can_use_hashed_indexes_on_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_compatible_features_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_compatible_features_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Compatible_features_if_read_only {
|
|
get {
|
|
return ResourceManager.GetString("Compatible_features_if_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reduced_number_of_superblocks {
|
|
get {
|
|
return ResourceManager.GetString("Reduced_number_of_superblocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Can_have_files_bigger_than_2GiB {
|
|
get {
|
|
return ResourceManager.GetString("Can_have_files_bigger_than_2GiB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Uses_B_Tree_for_directories {
|
|
get {
|
|
return ResourceManager.GetString("Uses_B_Tree_for_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Can_have_files_bigger_than_2TiB_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Can_have_files_bigger_than_2TiB_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Group_descriptor_checksums_and_sparse_inode_table_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Group_descriptor_checksums_and_sparse_inode_table_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string More_than_32000_directory_entries_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("More_than_32000_directory_entries_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Supports_nanosecond_timestamps_and_creation_time_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Supports_nanosecond_timestamps_and_creation_time_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_read_only_compatible_features_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_read_only_compatible_features_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incompatible_features {
|
|
get {
|
|
return ResourceManager.GetString("Incompatible_features", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Uses_compression {
|
|
get {
|
|
return ResourceManager.GetString("Uses_compression", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filetype_in_directory_entries {
|
|
get {
|
|
return ResourceManager.GetString("Filetype_in_directory_entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Journal_needs_recovery_ext3 {
|
|
get {
|
|
return ResourceManager.GetString("Journal_needs_recovery_ext3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Has_journal_on_another_device_ext3 {
|
|
get {
|
|
return ResourceManager.GetString("Has_journal_on_another_device_ext3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reduced_block_group_backups {
|
|
get {
|
|
return ResourceManager.GetString("Reduced_block_group_backups", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_use_extents_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_use_extents_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Supports_volumes_bigger_than_2_32_blocks_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Supports_volumes_bigger_than_2_32_blocks_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Multi_mount_protection_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Multi_mount_protection_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Flexible_block_group_metadata_location_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Flexible_block_group_metadata_location_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Extended_attributes_can_reside_in_inode_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Extended_attributes_can_reside_in_inode_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Data_can_reside_in_directory_entry_ext4 {
|
|
get {
|
|
return ResourceManager.GetString("Data_can_reside_in_directory_entry_ext4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_incompatible_features_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_incompatible_features_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string extFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("extFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ext_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ext_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_zones_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_zones_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_on_volume_1_free_2 {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_on_volume_1_free_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_free_inode_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_free_inode_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_free_block_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_free_block_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_data_zone_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_data_zone_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Log_zone_size_0 {
|
|
get {
|
|
return ResourceManager.GetString("Log_zone_size_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Max_zone_size_0 {
|
|
get {
|
|
return ResourceManager.GetString("Max_zone_size_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string F2FS_Name {
|
|
get {
|
|
return ResourceManager.GetString("F2FS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string F2FS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("F2FS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Version_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Version_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_1_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_1_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_segment {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_segment", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_segments_per_section {
|
|
get {
|
|
return ResourceManager.GetString("_0_segments_per_section", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sections_per_zone {
|
|
get {
|
|
return ResourceManager.GetString("_0_sections_per_zone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sections {
|
|
get {
|
|
return ResourceManager.GetString("_0_sections", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_segments {
|
|
get {
|
|
return ResourceManager.GetString("_0_segments", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_resides_on_inode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_resides_on_inode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_mounted_on_kernel_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_mounted_on_kernel_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_created_on_kernel_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_created_on_kernel_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FFSPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("FFSPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Not_a_UFS_filesystem_I_shouldnt_have_arrived_here {
|
|
get {
|
|
return ResourceManager.GetString("Not_a_UFS_filesystem_I_shouldnt_have_arrived_here", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Big_endian_UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Big_endian_UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BorderWare_UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("BorderWare_UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Big_endian_BorderWare_UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Big_endian_BorderWare_UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UFS2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("UFS2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Big_endian_UFS2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Big_endian_UFS2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incompletely_initialized_UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Incompletely_initialized_UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BEWARE_Following_information_may_be_completely_wrong {
|
|
get {
|
|
return ResourceManager.GetString("BEWARE_Following_information_may_be_completely_wrong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Incompletely_initialized_big_endian_UFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Incompletely_initialized_big_endian_UFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_a_lot_of_variants_of_UFS_using_overlapped_values_on_same_fields {
|
|
get {
|
|
return ResourceManager.GetString("There_are_a_lot_of_variants_of_UFS_using_overlapped_values_on_same_fields", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string I_will_try_to_guess_which_one_it_is_but_unless_its_UFS2_I_may_be_surely_wrong {
|
|
get {
|
|
return ResourceManager.GetString("I_will_try_to_guess_which_one_it_is_but_unless_its_UFS2_I_may_be_surely_wrong", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_42BSD_FFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_42BSD_FFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_43BSD_FFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_43BSD_FFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_44BSD_FFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_44BSD_FFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_SunOS_FFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_SunOS_FFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_SunOS_x86_FFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_SunOS_x86_FFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Guessed_as_UFS {
|
|
get {
|
|
return ResourceManager.GetString("Guessed_as_UFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Linked_list_of_filesystems_0 {
|
|
get {
|
|
return ResourceManager.GetString("Linked_list_of_filesystems_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cylinder_block_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cylinder_block_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string inode_block_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("inode_block_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_data_block_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_data_block_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cylinder_group_offset_in_cylinder_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cylinder_group_offset_in_cylinder_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_written_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_written_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_data_blocks_in_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_data_blocks_in_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_cylinder_groups_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_cylinder_groups_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_a_basic_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_a_basic_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_a_frag_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_a_frag_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_frags_in_a_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_frags_in_a_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_of_blocks_must_be_free {
|
|
get {
|
|
return ResourceManager.GetString("_0_of_blocks_must_be_free", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_ms_for_optimal_next_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_ms_for_optimal_next_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_rotates_0_times_per_second_1_rpm {
|
|
get {
|
|
return ResourceManager.GetString("Disk_rotates_0_times_per_second_1_rpm", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_contiguous_blocks_at_maximum {
|
|
get {
|
|
return ResourceManager.GetString("_0_contiguous_blocks_at_maximum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_cylinder_group_at_maximum {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_cylinder_group_at_maximum", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NINDIR_0 {
|
|
get {
|
|
return ResourceManager.GetString("NINDIR_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string INOPB_0 {
|
|
get {
|
|
return ResourceManager.GetString("INOPB_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NSPF_0 {
|
|
get {
|
|
return ResourceManager.GetString("NSPF_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_will_minimize_allocation_time {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_will_minimize_allocation_time", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_will_minimize_volume_fragmentation {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_will_minimize_volume_fragmentation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_optimization_value_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_optimization_value_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_track {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_state_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_state_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Hardware_sector_interleave_0 {
|
|
get {
|
|
return ResourceManager.GetString("Hardware_sector_interleave_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_zero_skew_0_track {
|
|
get {
|
|
return ResourceManager.GetString("Sector_zero_skew_0_track", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_ID_0_X8_1_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_ID_0_X8_1_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_µsec_for_head_switch {
|
|
get {
|
|
return ResourceManager.GetString("_0_µsec_for_head_switch", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_µsec_for_track_to_track_seek {
|
|
get {
|
|
return ResourceManager.GetString("_0_µsec_for_track_to_track_seek", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cylinder_group_summary_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cylinder_group_summary_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_cylinder_group_summary {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_cylinder_group_summary", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_cylinder_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_cylinder_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_tracks_cylinder {
|
|
get {
|
|
return ResourceManager.GetString("_0_tracks_cylinder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_cylinder {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_cylinder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_cylinders_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_cylinders_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_cylinders_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_cylinders_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_directories {
|
|
get {
|
|
return ResourceManager.GetString("_0_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_frags {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_frags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_is_under_modification {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_is_under_modification", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_read_only {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_flags_0_X2 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_flags_0_X2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_mounted_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_mounted_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Last_searched_cylinder_group_0 {
|
|
get {
|
|
return ResourceManager.GetString("Last_searched_cylinder_group_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_contiguously_allocated_directories {
|
|
get {
|
|
return ResourceManager.GetString("_0_contiguously_allocated_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Standard_superblock_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Standard_superblock_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_data_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_data_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cylinder_group_summary_area_LBA_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cylinder_group_summary_area_LBA_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_pending_of_being_freed {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_pending_of_being_freed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_pending_of_being_freed {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_pending_of_being_freed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_on_cluster_summary_array {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_on_cluster_summary_array", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Maximum_length_of_a_symbolic_link_0 {
|
|
get {
|
|
return ResourceManager.GetString("Maximum_length_of_a_symbolic_link_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string A_file_can_be_0_bytes_at_max {
|
|
get {
|
|
return ResourceManager.GetString("A_file_can_be_0_bytes_at_max", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_rotational_positions {
|
|
get {
|
|
return ResourceManager.GetString("_0_rotational_positions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_rotation {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_rotation", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Fossil_Name {
|
|
get {
|
|
return ResourceManager.GetString("Fossil_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_expected_1 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_expected_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Fossil_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Fossil_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_resides_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_resides_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Labels_resides_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Labels_resides_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Data_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Data_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_0_expected_1 {
|
|
get {
|
|
return ResourceManager.GetString("magic_0_expected_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Epoch_low_0 {
|
|
get {
|
|
return ResourceManager.GetString("Epoch_low_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Epoch_high_0 {
|
|
get {
|
|
return ResourceManager.GetString("Epoch_high_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_QID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_QID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Active_root_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Active_root_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_root_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_root_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Current_root_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Current_root_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HAMMER_Name {
|
|
get {
|
|
return ResourceManager.GetString("HAMMER_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HAMMER_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("HAMMER_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_0_of_1_on_this_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Volume_0_of_1_on_this_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_serial_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_serial_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_area_starts_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_area_starts_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Memory_log_starts_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Memory_log_starts_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_volume_buffer_starts_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_volume_buffer_starts_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_ends_at_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_ends_at_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_contains_0_big_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_contains_0_big_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_has_0_big_blocks_free_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_has_0_big_blocks_free_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_has_0_inodes_used {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_has_0_inodes_used", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HPFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("HPFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_may_not_be_HPFS_following_information_may_be_not_correct {
|
|
get {
|
|
return ResourceManager.GetString("This_may_not_be_HPFS_following_information_may_be_not_correct", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string File_system_type_0_Should_be_HPFS {
|
|
get {
|
|
return ResourceManager.GetString("File_system_type_0_Should_be_HPFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_magic1_0_Should_be_0xF995E849 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_magic1_0_Should_be_0xF995E849", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_magic2_0_Should_be_0xFA53E9C5 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_magic2_0_Should_be_0xFA53E9C5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Spareblock_magic1_0_Should_be_0xF9911849 {
|
|
get {
|
|
return ResourceManager.GetString("Spareblock_magic1_0_Should_be_0xF9911849", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Spareblock_magic2_0_Should_be_0xFA5229C5 {
|
|
get {
|
|
return ResourceManager.GetString("Spareblock_magic2_0_Should_be_0xFA5229C5", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NT_Flags_0 {
|
|
get {
|
|
return ResourceManager.GetString("NT_Flags_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Signature_0 {
|
|
get {
|
|
return ResourceManager.GetString("Signature_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HPFS_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("HPFS_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Functional_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Functional_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_root_directory_FNode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_root_directory_FNode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_are_marked_bad {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_are_marked_bad", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_free_space_bitmaps_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_free_space_bitmaps_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_bad_blocks_list_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_bad_blocks_list_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Date_of_last_integrity_check_0 {
|
|
get {
|
|
return ResourceManager.GetString("Date_of_last_integrity_check_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_integrity_has_never_been_checked {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_integrity_has_never_been_checked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Date_of_last_optimization_0 {
|
|
get {
|
|
return ResourceManager.GetString("Date_of_last_optimization_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_has_never_been_optimized {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_has_never_been_optimized", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_band_has_0_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Directory_band_has_0_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_band_starts_at_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_band_starts_at_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_band_ends_at_sector_0 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_band_ends_at_sector_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_directory_band_bitmap_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_directory_band_bitmap_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_ACL_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_ACL_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_Hotfix_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_Hotfix_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_used_Hotfix_entries {
|
|
get {
|
|
return ResourceManager.GetString("_0_used_Hotfix_entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_total_Hotfix_entries {
|
|
get {
|
|
return ResourceManager.GetString("_0_total_Hotfix_entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_spare_DNodes {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_spare_DNodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_total_spare_DNodes {
|
|
get {
|
|
return ResourceManager.GetString("_0_total_spare_DNodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Sector_of_codepage_directory_0 {
|
|
get {
|
|
return ResourceManager.GetString("Sector_of_codepage_directory_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_codepages_used_in_the_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_codepages_used_in_the_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SuperBlock_CRC32_0 {
|
|
get {
|
|
return ResourceManager.GetString("SuperBlock_CRC32_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SpareBlock_CRC32_0 {
|
|
get {
|
|
return ResourceManager.GetString("SpareBlock_CRC32_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Flags {
|
|
get {
|
|
return ResourceManager.GetString("Flags", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_is_dirty {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_is_dirty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_is_clean {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_is_clean", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Spare_directory_blocks_are_in_use {
|
|
get {
|
|
return ResourceManager.GetString("Spare_directory_blocks_are_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Hotfixes_are_in_use {
|
|
get {
|
|
return ResourceManager.GetString("Hotfixes_are_in_use", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_contains_bad_sectors {
|
|
get {
|
|
return ResourceManager.GetString("Disk_contains_bad_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_has_a_bad_bitmap {
|
|
get {
|
|
return ResourceManager.GetString("Disk_has_a_bad_bitmap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_was_formatted_fast {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_was_formatted_fast", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_flag_0x40_on_flags1_is_active {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_flag_0x40_on_flags1_is_active", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_has_been_mounted_by_an_old_IFS {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_has_been_mounted_by_an_old_IFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Install_DASD_limits {
|
|
get {
|
|
return ResourceManager.GetString("Install_DASD_limits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Resync_DASD_limits {
|
|
get {
|
|
return ResourceManager.GetString("Resync_DASD_limits", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DASD_limits_are_operational {
|
|
get {
|
|
return ResourceManager.GetString("DASD_limits_are_operational", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Multimedia_is_active {
|
|
get {
|
|
return ResourceManager.GetString("Multimedia_is_active", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DCE_ACLs_are_active {
|
|
get {
|
|
return ResourceManager.GetString("DCE_ACLs_are_active", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string DASD_limits_are_dirty {
|
|
get {
|
|
return ResourceManager.GetString("DASD_limits_are_dirty", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_flag_0x40_on_flags2_is_active {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_flag_0x40_on_flags2_is_active", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_flag_0x80_on_flags2_is_active {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_flag_0x80_on_flags2_is_active", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string JFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("JFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string JFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("JFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_of_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_of_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_allocation_group {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_allocation_group", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_Unicode_for_directory_entries {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_Unicode_for_directory_entries", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_remounts_read_only_on_error {
|
|
get {
|
|
return ResourceManager.GetString("Volume_remounts_read_only_on_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_continues_on_error {
|
|
get {
|
|
return ResourceManager.GetString("Volume_continues_on_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_panics_on_error {
|
|
get {
|
|
return ResourceManager.GetString("Volume_panics_on_error", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_user_quotas_enabled {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_user_quotas_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_group_quotas_enabled {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_group_quotas_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_not_using_any_journal {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_not_using_any_journal", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_sends_TRIM_UNMAP_commands_to_underlying_device {
|
|
get {
|
|
return ResourceManager.GetString("Volume_sends_TRIM_UNMAP_commands_to_underlying_device", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_commits_in_groups_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_commits_in_groups_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_commits_lazy {
|
|
get {
|
|
return ResourceManager.GetString("Volume_commits_lazy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_does_not_commit_to_log {
|
|
get {
|
|
return ResourceManager.GetString("Volume_does_not_commit_to_log", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_log_withing_itself {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_log_withing_itself", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_log_withing_itself_and_is_moving_it_out {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_log_withing_itself_and_is_moving_it_out", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_supports_sparse_files {
|
|
get {
|
|
return ResourceManager.GetString("Volume_supports_sparse_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_bad_current_secondary_ait {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_bad_current_secondary_ait", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_DASD_limits_enabled {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_DASD_limits_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_primes_DASD_on_boot {
|
|
get {
|
|
return ResourceManager.GetString("Volume_primes_DASD_on_boot", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_in_a_big_endian_system {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_in_a_big_endian_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_persistent_indexes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_persistent_indexes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_supports_Linux {
|
|
get {
|
|
return ResourceManager.GetString("Volume_supports_Linux", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_supports_DCE_DFS_LFS {
|
|
get {
|
|
return ResourceManager.GetString("Volume_supports_DCE_DFS_LFS", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_supports_OS2_and_is_case_insensitive {
|
|
get {
|
|
return ResourceManager.GetString("Volume_supports_OS2_and_is_case_insensitive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_supports_AIX {
|
|
get {
|
|
return ResourceManager.GetString("Volume_supports_AIX", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_last_updated_on_0_ {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_last_updated_on_0_", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string LIF_Name {
|
|
get {
|
|
return ResourceManager.GetString("LIF_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string HP_Logical_Interchange_Format {
|
|
get {
|
|
return ResourceManager.GetString("HP_Logical_Interchange_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_starts_at_cluster_0 {
|
|
get {
|
|
return ResourceManager.GetString("Directory_starts_at_cluster_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string LIF_identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("LIF_identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Directory_size_0_clusters {
|
|
get {
|
|
return ResourceManager.GetString("Directory_size_0_clusters", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string LIF_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("LIF_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_tracks {
|
|
get {
|
|
return ResourceManager.GetString("_0_tracks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Locus_Name {
|
|
get {
|
|
return ResourceManager.GetString("Locus_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_1_equals_0 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_1_equals_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Locus_filesystem_old {
|
|
get {
|
|
return ResourceManager.GetString("Locus_filesystem_old", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Locus_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Locus_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_last_modified_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_last_modified_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_of_1_bytes_each_total_2_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_of_1_bytes_each_total_2_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_free_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_free_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Inode_list_uses_0_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Inode_list_uses_0_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Next_free_inode_search_will_start_at_inode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Next_free_inode_search_will_start_at_inode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string There_are_an_estimate_of_0_free_inodes_before_next_search_start {
|
|
get {
|
|
return ResourceManager.GetString("There_are_an_estimate_of_0_free_inodes_before_next_search_start", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Read_only_volume {
|
|
get {
|
|
return ResourceManager.GetString("Read_only_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Clean_volume {
|
|
get {
|
|
return ResourceManager.GetString("Clean_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dirty_volume {
|
|
get {
|
|
return ResourceManager.GetString("Dirty_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Removable_volume {
|
|
get {
|
|
return ResourceManager.GetString("Removable_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_is_the_primary_pack {
|
|
get {
|
|
return ResourceManager.GetString("This_is_the_primary_pack", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Replicated_volume {
|
|
get {
|
|
return ResourceManager.GetString("Replicated_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string User_replicated_volume {
|
|
get {
|
|
return ResourceManager.GetString("User_replicated_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Backbone_volume {
|
|
get {
|
|
return ResourceManager.GetString("Backbone_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NFS_volume {
|
|
get {
|
|
return ResourceManager.GetString("NFS_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_inhibits_automatic_fsck {
|
|
get {
|
|
return ResourceManager.GetString("Volume_inhibits_automatic_fsck", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Set_uid_set_gid_is_disabled {
|
|
get {
|
|
return ResourceManager.GetString("Set_uid_set_gid_is_disabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_synchronous_writes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_synchronous_writes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Physical_volume_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Physical_volume_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Global_File_System_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Global_File_System_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Global_File_System_pack_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Global_File_System_pack_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MicroDOS_Name {
|
|
get {
|
|
return ResourceManager.GetString("MicroDOS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MicroDOS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("MicroDOS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_used_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_used_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_contains_0_files {
|
|
get {
|
|
return ResourceManager.GetString("Volume_contains_0_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_used_block_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_used_block_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MinixFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("MinixFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Minix_v3_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Minix_v3_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Minix_3_v2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Minix_3_v2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Minix_3_v1_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Minix_3_v1_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Minix_v1_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Minix_v1_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Minix_v2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Minix_v2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_chars_in_filename {
|
|
get {
|
|
return ResourceManager.GetString("_0_chars_in_filename", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_zones_on_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_zones_on_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_on_inode_map_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_on_inode_map_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_on_zone_map_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_on_zone_map_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_data_zone_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_data_zone_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_maximum_per_file {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_maximum_per_file", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string On_disk_filesystem_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("On_disk_filesystem_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_state_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_state_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NILFS2_Name {
|
|
get {
|
|
return ResourceManager.GetString("NILFS2_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NILFS2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("NILFS2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_created_on_Linux {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_created_on_Linux", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Creator_OS_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("Creator_OS_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_inode {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_inode", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_mounted_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_mounted_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Nintendo_optical_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Nintendo_optical_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Nintendo_Wii_Optical_Disc {
|
|
get {
|
|
return ResourceManager.GetString("Nintendo_Wii_Optical_Disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Nintendo_GameCube_Optical_Disc {
|
|
get {
|
|
return ResourceManager.GetString("Nintendo_GameCube_Optical_Disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_ID_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disc_ID_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_is_a_0_disc {
|
|
get {
|
|
return ResourceManager.GetString("Disc_is_a_0_disc", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_region_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disc_region_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Published_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Published_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_number_0_of_a_multi_disc_set {
|
|
get {
|
|
return ResourceManager.GetString("Disc_number_0_of_a_multi_disc_set", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disc_is_prepared_for_audio_streaming {
|
|
get {
|
|
return ResourceManager.GetString("Disc_is_prepared_for_audio_streaming", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Audio_streaming_buffer_size_is_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Audio_streaming_buffer_size_is_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Title_0 {
|
|
get {
|
|
return ResourceManager.GetString("Title_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_0_partition_starts_at_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("First_0_partition_starts_at_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Second_0_partition_starts_at_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Second_0_partition_starts_at_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Third_0_partition_starts_at_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Third_0_partition_starts_at_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Fourth_0_partition_starts_at_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Fourth_0_partition_starts_at_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Japan_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Japan_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ESRB_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("ESRB_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string German_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("German_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PEGI_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("PEGI_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Finland_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Finland_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Portugal_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Portugal_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UK_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("UK_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Australia_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Australia_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Korea_age_rating_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Korea_age_rating_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string FST_starts_at_0_and_has_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("FST_starts_at_0_and_has_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Commodore_64_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Commodore_64_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Demo {
|
|
get {
|
|
return ResourceManager.GetString("Demo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Neo_Geo_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Neo_Geo_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NES_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("NES_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Gamecube {
|
|
get {
|
|
return ResourceManager.GetString("Gamecube", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Wii_channel {
|
|
get {
|
|
return ResourceManager.GetString("Wii_channel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Super_Nintendo_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Super_Nintendo_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Master_System_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Master_System_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Megadrive_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Megadrive_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Nintendo_64_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Nintendo_64_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Promotional_or_TurboGrafx_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("Promotional_or_TurboGrafx_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string TurboGrafx_CD_Virtual_Console {
|
|
get {
|
|
return ResourceManager.GetString("TurboGrafx_CD_Virtual_Console", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Wii {
|
|
get {
|
|
return ResourceManager.GetString("Wii", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Utility {
|
|
get {
|
|
return ResourceManager.GetString("Utility", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WiiWare {
|
|
get {
|
|
return ResourceManager.GetString("WiiWare", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string MSX_Virtual_Console_or_WiiWare_demo {
|
|
get {
|
|
return ResourceManager.GetString("MSX_Virtual_Console_or_WiiWare_demo", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Diagnostic {
|
|
get {
|
|
return ResourceManager.GetString("Diagnostic", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Wii_Backup {
|
|
get {
|
|
return ResourceManager.GetString("Wii_Backup", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WiiFit {
|
|
get {
|
|
return ResourceManager.GetString("WiiFit", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string unknown_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("unknown_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_any_region {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_any_region", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Germany {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Germany", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_USA {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_USA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_France {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_France", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Italy {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Italy", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Japan {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Japan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Korea {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Korea", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_PAL {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_PAL", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Russia {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Russia", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Spain {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Spain", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Taiwan {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Taiwan", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_Australia {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_Australia", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NintendoPlugin_RegionCodeToString_unknown_region_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("NintendoPlugin_RegionCodeToString_unknown_region_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_publisher_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_publisher_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string data {
|
|
get {
|
|
return ResourceManager.GetString("data", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string update {
|
|
get {
|
|
return ResourceManager.GetString("update", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string channel {
|
|
get {
|
|
return ResourceManager.GetString("channel", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string unknown_partition_type_0 {
|
|
get {
|
|
return ResourceManager.GetString("unknown_partition_type_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string NTFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("NTFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_sectors_per_cluster_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_sectors_per_cluster_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_hidden_sectors_before_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("_0_hidden_sectors_before_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BIOS_drive_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("BIOS_drive_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cluster_where_MFT_starts_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cluster_where_MFT_starts_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cluster_where_MFTMirr_starts_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cluster_where_MFTMirr_starts_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_clusters_per_MFT_record_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_clusters_per_MFT_record_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_MFT_record {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_MFT_record", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_clusters_per_Index_block_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_clusters_per_Index_block_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_Index_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_Index_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_serial_number_0_X16 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_serial_number_0_X16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ODS_Name {
|
|
get {
|
|
return ResourceManager.GetString("ODS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_0 {
|
|
get {
|
|
return ResourceManager.GetString("magic_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string unaligned_magic_0 {
|
|
get {
|
|
return ResourceManager.GetString("unaligned_magic_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string The_following_information_may_be_incorrect_for_this_volume {
|
|
get {
|
|
return ResourceManager.GetString("The_following_information_may_be_incorrect_for_this_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_volume_may_be_corrupted {
|
|
get {
|
|
return ResourceManager.GetString("This_volume_may_be_corrupted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_format_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_format_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_Level_0_revision_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_Level_0_revision_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Lowest_structure_in_the_volume_is_Level_0_revision_1 {
|
|
get {
|
|
return ResourceManager.GetString("Lowest_structure_in_the_volume_is_Level_0_revision_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Highest_structure_in_the_volume_is_Level_0_revision_1 {
|
|
get {
|
|
return ResourceManager.GetString("Highest_structure_in_the_volume_is_Level_0_revision_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string This_home_block_is_on_sector_0_VBN_1 {
|
|
get {
|
|
return ResourceManager.GetString("This_home_block_is_on_sector_0_VBN_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Secondary_home_block_is_on_sector_0_VBN_1 {
|
|
get {
|
|
return ResourceManager.GetString("Secondary_home_block_is_on_sector_0_VBN_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_bitmap_starts_in_sector_0_VBN_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_bitmap_starts_in_sector_0_VBN_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_bitmap_runs_for_0_sectors_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_bitmap_runs_for_0_sectors_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Backup_INDEXF_SYS_is_in_sector_0_VBN_1 {
|
|
get {
|
|
return ResourceManager.GetString("Backup_INDEXF_SYS_is_in_sector_0_VBN_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_maximum_files_on_the_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_maximum_files_on_the_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_reserved_files {
|
|
get {
|
|
return ResourceManager.GetString("_0_reserved_files", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_0_of_1_in_set_2 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_0_of_1_in_set_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_owner_is_0_ID_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_owner_is_0_ID_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Drive_serial_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Drive_serial_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_last_modified_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_last_modified_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_copied_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_copied_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Checksums_0_and_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksums_0_and_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Window_0 {
|
|
get {
|
|
return ResourceManager.GetString("Window_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Cached_directories_0 {
|
|
get {
|
|
return ResourceManager.GetString("Cached_directories_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Default_allocation_0_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Default_allocation_0_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Readings_should_be_verified {
|
|
get {
|
|
return ResourceManager.GetString("Readings_should_be_verified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Writings_should_be_verified {
|
|
get {
|
|
return ResourceManager.GetString("Writings_should_be_verified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Files_should_be_erased_or_overwritten_when_deleted {
|
|
get {
|
|
return ResourceManager.GetString("Files_should_be_erased_or_overwritten_when_deleted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Highwater_mark_is_to_be_disabled {
|
|
get {
|
|
return ResourceManager.GetString("Highwater_mark_is_to_be_disabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Classification_checks_are_enabled {
|
|
get {
|
|
return ResourceManager.GetString("Classification_checks_are_enabled", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_permissions_r_read_w_write_c_create_d_delete {
|
|
get {
|
|
return ResourceManager.GetString("Volume_permissions_r_read_w_write_c_create_d_delete", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_owner_group_world {
|
|
get {
|
|
return ResourceManager.GetString("System_owner_group_world", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_structures {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_structures", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Security_mask_0 {
|
|
get {
|
|
return ResourceManager.GetString("Security_mask_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string File_protection_0 {
|
|
get {
|
|
return ResourceManager.GetString("File_protection_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Record_protection_0 {
|
|
get {
|
|
return ResourceManager.GetString("Record_protection_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PCEnginePlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("PCEnginePlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PCFX_Name {
|
|
get {
|
|
return ResourceManager.GetString("PCFX_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PC_FX_executable {
|
|
get {
|
|
return ResourceManager.GetString("PC_FX_executable", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Identifier_0 {
|
|
get {
|
|
return ResourceManager.GetString("Identifier_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Copyright_0 {
|
|
get {
|
|
return ResourceManager.GetString("Copyright_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Maker_ID_0 {
|
|
get {
|
|
return ResourceManager.GetString("Maker_ID_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Maker_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Maker_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_number_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_number_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Country_code_0 {
|
|
get {
|
|
return ResourceManager.GetString("Country_code_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Dated_0 {
|
|
get {
|
|
return ResourceManager.GetString("Dated_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Load_0_sectors_from_sector_1 {
|
|
get {
|
|
return ResourceManager.GetString("Load_0_sectors_from_sector_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Load_at_0_and_jump_to_1 {
|
|
get {
|
|
return ResourceManager.GetString("Load_at_0_and_jump_to_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string PFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("PFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Professional_File_System_v1 {
|
|
get {
|
|
return ResourceManager.GetString("Professional_File_System_v1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Professional_File_System_v2 {
|
|
get {
|
|
return ResourceManager.GetString("Professional_File_System_v2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Professional_File_System_v3 {
|
|
get {
|
|
return ResourceManager.GetString("Professional_File_System_v3", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string with_multi_user_support {
|
|
get {
|
|
return ResourceManager.GetString("with_multi_user_support", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_free_sectors_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_free_sectors_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_block_extension_resides_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_block_extension_resides_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ProDOSPlugin_Name {
|
|
get {
|
|
return ResourceManager.GetString("ProDOSPlugin_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Datetime_field_year_0_month_1_day_2_hour_3_minute_4 {
|
|
get {
|
|
return ResourceManager.GetString("Datetime_field_year_0_month_1_day_2_hour_3_minute_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ProDOS_uses_512_bytes_sector_while_devices_uses_2048_bytes_sector {
|
|
get {
|
|
return ResourceManager.GetString("ProDOS_uses_512_bytes_sector_while_devices_uses_2048_bytes_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Warning_Detected_unknown_ProDOS_version_ProDOS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Warning_Detected_unknown_ProDOS_version_ProDOS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string All_of_the_following_information_may_be_incorrect {
|
|
get {
|
|
return ResourceManager.GetString("All_of_the_following_information_may_be_incorrect", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ProDOS_version_one_used_to_create_this_volume {
|
|
get {
|
|
return ResourceManager.GetString("ProDOS_version_one_used_to_create_this_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_ProDOS_version_with_field_0_used_to_create_this_volume {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_ProDOS_version_with_field_0_used_to_create_this_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ProDOS_version_one_at_least_required_for_reading_this_volume {
|
|
get {
|
|
return ResourceManager.GetString("ProDOS_version_one_at_least_required_for_reading_this_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_ProDOS_version_with_field_0_is_at_least_required_for_reading_this_volume {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_ProDOS_version_with_field_0_is_at_least_required_for_reading_this_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_name_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_name_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_directory_entry {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_directory_entry", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_entries_per_directory_block {
|
|
get {
|
|
return ResourceManager.GetString("_0_entries_per_directory_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_files_in_root_directory {
|
|
get {
|
|
return ResourceManager.GetString("_0_files_in_root_directory", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bitmap_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bitmap_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_read {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_read", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_written {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_written", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_renamed {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_renamed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_can_be_destroyed {
|
|
get {
|
|
return ResourceManager.GetString("Volume_can_be_destroyed", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_must_be_backed_up {
|
|
get {
|
|
return ResourceManager.GetString("Volume_must_be_backed_up", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reserved_attributes_are_set_0 {
|
|
get {
|
|
return ResourceManager.GetString("Reserved_attributes_are_set_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string QNX4_Name {
|
|
get {
|
|
return ResourceManager.GetString("QNX4_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string QNX4_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("QNX4_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Created_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Created_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string QNX6_Name {
|
|
get {
|
|
return ResourceManager.GetString("QNX6_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string QNX6_Audi_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("QNX6_Audi_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Serial_0_X16 {
|
|
get {
|
|
return ResourceManager.GetString("Serial_0_X16", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_free_of_1 {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_free_of_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_1_bytes_free_of_2_3_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_1_bytes_free_of_2_3_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string QNX6_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("QNX6_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Flags_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Flags_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Version1_0_X4 {
|
|
get {
|
|
return ResourceManager.GetString("Version1_0_X4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Version2_0_X4 {
|
|
get {
|
|
return ResourceManager.GetString("Version2_0_X4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string RBF_Name {
|
|
get {
|
|
return ResourceManager.GetString("RBF_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_equals_1_or_2_expected_3_or_4 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_equals_1_or_2_expected_3_or_4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string OS_9_Random_Block_File {
|
|
get {
|
|
return ResourceManager.GetString("OS_9_Random_Block_File", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_ID_0_X8 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_ID_0_X8", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_cylinders {
|
|
get {
|
|
return ResourceManager.GetString("_0_cylinders", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_in_cylinder_zero {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_in_cylinder_zero", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_cylinder {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_cylinder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_double_sided {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_double_sided", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_single_sided {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_single_sided", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_double_density {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_double_density", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_single_density {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_single_density", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_384_TPI {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_384_TPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_192_TPI {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_192_TPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_96_TPI_or_135_TPI {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_96_TPI_or_135_TPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_48_TPI {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_48_TPI", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Allocation_bitmap_descriptor_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Allocation_bitmap_descriptor_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Debugger_descriptor_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Debugger_descriptor_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_file_descriptor_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Boot_file_descriptor_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_descriptor_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_descriptor_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_owned_by_group_0_user_1 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_owned_by_group_0_user_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_identification_block_was_last_written_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_identification_block_was_last_written_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_in_allocation_bitmap {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_in_allocation_bitmap", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Boot_file_starts_at_block_0_and_has_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Boot_file_starts_at_block_0_and_has_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Disk_is_owned_by_user_0 {
|
|
get {
|
|
return ResourceManager.GetString("Disk_is_owned_by_user_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_attributes_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_attributes_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Path_descriptor_options_0 {
|
|
get {
|
|
return ResourceManager.GetString("Path_descriptor_options_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ReFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("ReFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Microsoft_Resilient_File_System {
|
|
get {
|
|
return ResourceManager.GetString("Microsoft_Resilient_File_System", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_0_bytes_per_sector {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_0_bytes_per_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_0_sectors_per_cluster_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_0_sectors_per_cluster_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_sectors_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_sectors_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser_Name {
|
|
get {
|
|
return ResourceManager.GetString("Reiser_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser_3_5_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Reiser_3_5_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser_3_6_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Reiser_3_6_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser_Jr_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Reiser_Jr_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_blocks_with_1_blocks_free {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_blocks_with_1_blocks_free", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_directory_resides_on_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_directory_resides_on_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_not_been_cleanly_umounted {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_not_been_cleanly_umounted", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_checked_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_checked_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser4_Name {
|
|
get {
|
|
return ResourceManager.GetString("Reiser4_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Reiser_4_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Reiser_4_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_disk_format_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_disk_format_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string RT11_Name {
|
|
get {
|
|
return ResourceManager.GetString("RT11_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_directory_segment_starts_at_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_directory_segment_starts_at_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_owner_is_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_owner_is_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Checksum_0_calculated_1 {
|
|
get {
|
|
return ResourceManager.GetString("Checksum_0_calculated_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("SFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SmartFileSystem {
|
|
get {
|
|
return ResourceManager.GetString("SmartFileSystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_version_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_version_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_starts_on_device_byte_0_and_ends_on_byte_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_starts_on_device_byte_0_and_ends_on_byte_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Bitmap_starts_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Bitmap_starts_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Admin_space_container_starts_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Admin_space_container_starts_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_object_container_starts_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_object_container_starts_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_node_of_the_extent_B_tree_resides_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_node_of_the_extent_B_tree_resides_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_node_of_the_object_B_tree_resides_in_block_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_node_of_the_object_B_tree_resides_in_block_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_case_sensitive {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_case_sensitive", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_moves_deleted_files_to_a_recycled_folder {
|
|
get {
|
|
return ResourceManager.GetString("Volume_moves_deleted_files_to_a_recycled_folder", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SolarFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("SolarFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Solar_OS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Solar_OS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WARNING_Filesystem_describes_a_0_bytes_sector_while_device_describes_a_1_bytes_sector {
|
|
get {
|
|
return ResourceManager.GetString("WARNING_Filesystem_describes_a_0_bytes_sector_while_device_describes_a_1_bytes_se" +
|
|
"ctor", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WARNING_Filesystem_describes_a_0_sectors_volume_bigger_than_device_1_sectors {
|
|
get {
|
|
return ResourceManager.GetString("WARNING_Filesystem_describes_a_0_sectors_volume_bigger_than_device_1_sectors", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Squash_Name {
|
|
get {
|
|
return ResourceManager.GetString("Squash_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Squash_file_system {
|
|
get {
|
|
return ResourceManager.GetString("Squash_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_version_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_version_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_inodes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_inodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_LZ4 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_LZ4", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_LZO {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_LZO", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_LZMA {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_LZMA", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_XZ {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_XZ", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_GZIP {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_GZIP", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_Zstandard {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_Zstandard", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_compressed_using_unknown_algorithm_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_compressed_using_unknown_algorithm_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string SysVfs_Name {
|
|
get {
|
|
return ResourceManager.GetString("SysVfs_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string XENIX_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("XENIX_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _512_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_512_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _1024_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_1024_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _2048_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_2048_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Unknown_s_type_value_0 {
|
|
get {
|
|
return ResourceManager.GetString("Unknown_s_type_value_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string WARNING_Filesystem_indicates_0_bytes_block_while_device_indicates_1_bytes_sector {
|
|
get {
|
|
return ResourceManager.GetString("WARNING_Filesystem_indicates_0_bytes_block_while_device_indicates_1_bytes_sector", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_zones_on_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_zones_on_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_blocks_on_list_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_blocks_on_list_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_cylinder_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_cylinder_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_blocks_per_gap_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_blocks_per_gap_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_inodes_on_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_inodes_on_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_free_inodes_on_list {
|
|
get {
|
|
return ResourceManager.GetString("_0_free_inodes_on_list", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Free_block_list_is_locked {
|
|
get {
|
|
return ResourceManager.GetString("Free_block_list_is_locked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string inode_cache_is_locked {
|
|
get {
|
|
return ResourceManager.GetString("inode_cache_is_locked", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_is_being_modified {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_is_being_modified", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_mounted_read_only {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_mounted_read_only", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Superblock_last_updated_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Superblock_last_updated_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Pack_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Pack_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_V_Release_4_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("System_V_Release_4_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string System_V_Release_2_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("System_V_Release_2_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Coherent_UNIX_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("Coherent_UNIX_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UNIX_7th_Edition_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("UNIX_7th_Edition_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UDF_Name {
|
|
get {
|
|
return ResourceManager.GetString("UDF_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Universal_Disk_Format {
|
|
get {
|
|
return ResourceManager.GetString("Universal_Disk_Format", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_uses_0_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("Volume_uses_0_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_last_written_in_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_last_written_in_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_contains_0_partitions {
|
|
get {
|
|
return ResourceManager.GetString("Volume_contains_0_partitions", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_contains_0_files_and_1_directories {
|
|
get {
|
|
return ResourceManager.GetString("Volume_contains_0_files_and_1_directories", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_conforms_to_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_conforms_to_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_was_last_written_by_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_was_last_written_by_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_requires_UDF_version_0_1_to_be_read {
|
|
get {
|
|
return ResourceManager.GetString("Volume_requires_UDF_version_0_1_to_be_read", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_requires_UDF_version_0_1_to_be_written_to {
|
|
get {
|
|
return ResourceManager.GetString("Volume_requires_UDF_version_0_1_to_be_written_to", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_cannot_be_written_by_any_UDF_version_higher_than_0_1 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_cannot_be_written_by_any_UDF_version_higher_than_0_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UNICOS_Name {
|
|
get {
|
|
return ResourceManager.GetString("UNICOS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_equals_0_expected_1 {
|
|
get {
|
|
return ResourceManager.GetString("magic_equals_0_expected_1", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UNICOS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("UNICOS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_secure {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_secure", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _4096_bytes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("_4096_bytes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_data_blocks_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_data_blocks_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Root_resides_on_inode_0 {
|
|
get {
|
|
return ResourceManager.GetString("Root_resides_on_inode_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_in_volume {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_in_volume", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_last_updated_on_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_last_updated_on_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_is_dirty_error_code_equals_0 {
|
|
get {
|
|
return ResourceManager.GetString("Volume_is_dirty_error_code_equals_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string BFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("BFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_goes_from_byte_0_to_byte_1_for_2_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_goes_from_byte_0_to_byte_1_for_2_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Filesystem_name_0 {
|
|
get {
|
|
return ResourceManager.GetString("Filesystem_name_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string UNIX_Boot_Filesystem {
|
|
get {
|
|
return ResourceManager.GetString("UNIX_Boot_Filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string VMfs_Name {
|
|
get {
|
|
return ResourceManager.GetString("VMfs_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string VMware_file_system {
|
|
get {
|
|
return ResourceManager.GetString("VMware_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_size_0_bytes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_size_0_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string VxFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("VxFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Veritas_file_system {
|
|
get {
|
|
return ResourceManager.GetString("Veritas_file_system", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_inodes_per_block {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_inodes_per_block", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_free_inodes {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_free_inodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Volume_has_0_free_blocks {
|
|
get {
|
|
return ResourceManager.GetString("Volume_has_0_free_blocks", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string XFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("XFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_X3_equals_1_expected_2 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_X3_equals_1_expected_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string magic_at_0_equals_1_expected_2 {
|
|
get {
|
|
return ResourceManager.GetString("magic_at_0_equals_1_expected_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string XFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("XFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_data_blocks_in_volume_1_free {
|
|
get {
|
|
return ResourceManager.GetString("_0_data_blocks_in_volume_1_free", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes_in_volume_1_free {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes_in_volume_1_free", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string fsck_in_progress {
|
|
get {
|
|
return ResourceManager.GetString("fsck_in_progress", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Xia_Name {
|
|
get {
|
|
return ResourceManager.GetString("Xia_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_bytes_per_zone {
|
|
get {
|
|
return ResourceManager.GetString("_0_bytes_per_zone", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_zones_in_volume_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_zones_in_volume_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_inodes {
|
|
get {
|
|
return ResourceManager.GetString("_0_inodes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_data_zones_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_data_zones_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_imap_zones_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_imap_zones_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_zmap_zones_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_zmap_zones_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string Maximum_filesize_is_0_bytes_1_MiB {
|
|
get {
|
|
return ResourceManager.GetString("Maximum_filesize_is_0_bytes_1_MiB", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_zones_reserved_for_kernel_images_1_bytes {
|
|
get {
|
|
return ResourceManager.GetString("_0_zones_reserved_for_kernel_images_1_bytes", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string First_kernel_zone_0 {
|
|
get {
|
|
return ResourceManager.GetString("First_kernel_zone_0", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ZFS_Name {
|
|
get {
|
|
return ResourceManager.GetString("ZFS_Name", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string ZFS_filesystem {
|
|
get {
|
|
return ResourceManager.GetString("ZFS_filesystem", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_is_not_set {
|
|
get {
|
|
return ResourceManager.GetString("_0_is_not_set", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_equals_1_elements_nvlist_array_unable_to_print {
|
|
get {
|
|
return ResourceManager.GetString("_0_equals_1_elements_nvlist_array_unable_to_print", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_1_equals_unknown_data_type_2 {
|
|
get {
|
|
return ResourceManager.GetString("_0_1_equals_unknown_data_type_2", resourceCulture);
|
|
}
|
|
}
|
|
|
|
internal static string _0_equals_unknown_data_type_1 {
|
|
get {
|
|
return ResourceManager.GetString("_0_equals_unknown_data_type_1", resourceCulture);
|
|
}
|
|
}
|
|
}
|
|
}
|