Move all localizable strings from Aaru.Decoders project to resources.

This commit is contained in:
2022-11-27 13:33:46 +00:00
parent 39948568ea
commit 98ad790557
3 changed files with 11 additions and 2 deletions

View File

@@ -1221,6 +1221,12 @@ namespace Aaru.CommonTypes {
}
}
internal static string SCSI_Media_Type_Description_Exatape_80m {
get {
return ResourceManager.GetString("SCSI_Media_Type_Description_Exatape_80m", resourceCulture);
}
}
internal static string IDENTIFY_response_is_different_than_512_bytes_not_decoding {
get {
return ResourceManager.GetString("IDENTIFY_response_is_different_than_512_bytes_not_decoding", resourceCulture);