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

This commit is contained in:
2022-11-24 00:20:46 +00:00
parent c4fa4e8674
commit 39948568ea
14 changed files with 2305 additions and 551 deletions

View File

@@ -1008,7 +1008,7 @@ public static class Identify
if(IdentifyDeviceResponse.Length != 512)
{
AaruConsole.DebugWriteLine("ATA/ATAPI IDENTIFY decoder",
"IDENTIFY response is different than 512 bytes, not decoding.");
Localization.IDENTIFY_response_is_different_than_512_bytes_not_decoding);
return null;
}