mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Add reader for DiscImageCreator DVD Raw dumps (#817)
This commit is contained in:
committed by
GitHub
parent
d1d9e0833e
commit
ebf893e278
68
Aaru.Images/Localization/Localization.Designer.cs
generated
68
Aaru.Images/Localization/Localization.Designer.cs
generated
@@ -789,15 +789,51 @@ namespace Aaru.DiscImages {
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Writing_DVD_CPI_MAI_block_to_position_0 {
|
||||
internal static string Writing_DVD_CPR_MAI_block_to_position_0 {
|
||||
get {
|
||||
return ResourceManager.GetString("Writing_DVD_CPI_MAI_block_to_position_0", resourceCulture);
|
||||
return ResourceManager.GetString("Writing_DVD_CPR_MAI_block_to_position_0", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Took_0_seconds_to_compress_CPI_MAI {
|
||||
internal static string Took_0_seconds_to_compress_CPR_MAI {
|
||||
get {
|
||||
return ResourceManager.GetString("Took_0_seconds_to_compress_CPI_MAI", resourceCulture);
|
||||
return ResourceManager.GetString("Took_0_seconds_to_compress_CPR_MAI", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Writing_DVD_ID_block_to_position_0 {
|
||||
get {
|
||||
return ResourceManager.GetString("Writing_DVD_ID_block_to_position_0", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Took_0_seconds_to_compress_ID {
|
||||
get {
|
||||
return ResourceManager.GetString("Took_0_seconds_to_compress_ID", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Writing_DVD_IED_block_to_position_0 {
|
||||
get {
|
||||
return ResourceManager.GetString("Writing_DVD_IED_block_to_position_0", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Took_0_seconds_to_compress_IED {
|
||||
get {
|
||||
return ResourceManager.GetString("Took_0_seconds_to_compress_IED", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Writing_DVD_EDC_block_to_position_0 {
|
||||
get {
|
||||
return ResourceManager.GetString("Writing_DVD_EDC_block_to_position_0", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Took_0_seconds_to_compress_EDC {
|
||||
get {
|
||||
return ResourceManager.GetString("Took_0_seconds_to_compress_EDC", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -891,6 +927,30 @@ namespace Aaru.DiscImages {
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Incorrect_data_size_for_dvd_id_information {
|
||||
get {
|
||||
return ResourceManager.GetString("Incorrect_data_size_for_dvd_id_information", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Incorrect_data_size_for_dvd_id_number {
|
||||
get {
|
||||
return ResourceManager.GetString("Incorrect_data_size_for_dvd_id_number", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Incorrect_data_size_for_ied {
|
||||
get {
|
||||
return ResourceManager.GetString("Incorrect_data_size_for_ied", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Incorrect_data_size_for_edc {
|
||||
get {
|
||||
return ResourceManager.GetString("Incorrect_data_size_for_edc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
internal static string Incorrect_data_size_for_decrypted_title_key {
|
||||
get {
|
||||
return ResourceManager.GetString("Incorrect_data_size_for_decrypted_title_key", resourceCulture);
|
||||
|
||||
Reference in New Issue
Block a user