mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Colorize image checksum.
This commit is contained in:
6
Aaru.Localization/UI.Designer.cs
generated
6
Aaru.Localization/UI.Designer.cs
generated
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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>
|
||||
Reference in New Issue
Block a user