[GUI] Redesign and reorganize ImageChecksum window.

This commit is contained in:
2025-10-26 19:34:41 +00:00
parent ace504833e
commit 6f3b01775b
4 changed files with 164 additions and 82 deletions

View File

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

View File

@@ -3116,4 +3116,7 @@ Probadores:
<data name="Title_Verify_image" xml:space="preserve">
<value>Verificar imagen</value>
</data>
<data name="Title_Checksum_image_contents" xml:space="preserve">
<value>Generar checksum de la imagen</value>
</data>
</root>

View File

@@ -3192,4 +3192,7 @@ Do you want to continue?</value>
<data name="Title_Verify_image" xml:space="preserve">
<value>Verify image</value>
</data>
<data name="Title_Checksum_image_contents" xml:space="preserve">
<value>Checksum image contents</value>
</data>
</root>