Colorize image checksum.

This commit is contained in:
2025-08-17 22:21:06 +01:00
parent 1547f14d7b
commit e4c94082b6
3 changed files with 119 additions and 105 deletions

View File

@@ -6099,5 +6099,11 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Optimal_multiple_read_is_0_sectors", resourceCulture);
}
}
public static string Unable_to_get_separate_tracks_not_checksumming_them {
get {
return ResourceManager.GetString("Unable_to_get_separate_tracks_not_checksumming_them", resourceCulture);
}
}
}
}

View File

@@ -3126,4 +3126,7 @@ Do you want to continue?</value>
<data name="Optimal_multiple_read_is_0_sectors" xml:space="preserve">
<value>Optimal multiple read is {0} sectors.</value>
</data>
<data name="Unable_to_get_separate_tracks_not_checksumming_them" xml:space="preserve">
<value>Unable to get separate tracks, not checksumming them</value>
</data>
</root>