[Image verification] Allow to verify only data (non-audio) tracks.

This commit is contained in:
2025-11-24 01:23:30 +00:00
parent bfe36a62e1
commit 389ae5d5d5
6 changed files with 51 additions and 18 deletions

View File

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

View File

@@ -3338,4 +3338,7 @@ Probadores:
<data name="Encryption" xml:space="preserve">
<value>Encriptación</value>
</data>
<data name="Verify_only_data_help" xml:space="preserve">
<value>Verificar sólo pistas de datos.</value>
</data>
</root>

View File

@@ -3413,4 +3413,7 @@ Do you want to continue?</value>
<data name="Encryption" xml:space="preserve">
<value>Encryption</value>
</data>
<data name="Verify_only_data_help" xml:space="preserve">
<value>Verify only data tracks.</value>
</data>
</root>