[analyze] Add option to ignore subchannels.

This commit is contained in:
2026-04-11 09:29:34 +01:00
parent 0dbb583d1a
commit fe8da6033b
4 changed files with 30 additions and 13 deletions

View File

@@ -11148,6 +11148,12 @@ namespace Aaru.Localization {
}
}
public static string Ignore_subchannels_during_analysis {
get {
return ResourceManager.GetString("Ignore_subchannels_during_analysis", resourceCulture);
}
}
public static string Resume_file_to_use_for_analysis {
get {
return ResourceManager.GetString("Resume_file_to_use_for_analysis", resourceCulture);

View File

@@ -5569,6 +5569,9 @@ Probadores:
<data name="Image_Analyze_Command_Description" xml:space="preserve">
<value>Analiza sectores no volcados o dañados e informa de los archivos a los que afectan.</value>
</data>
<data name="Ignore_subchannels_during_analysis" xml:space="preserve">
<value>Ignora los subcanales dañados durante el análisis.</value>
</data>
<data name="Resume_file_to_use_for_analysis" xml:space="preserve">
<value>Archivo de reanudación a usar para el análisis.</value>
</data>

View File

@@ -5653,6 +5653,9 @@ Do you want to continue?</value>
<data name="Image_Analyze_Command_Description" xml:space="preserve">
<value>Analyzes undumped and damaged sectors and reports the files they affect.</value>
</data>
<data name="Ignore_subchannels_during_analysis" xml:space="preserve">
<value>Ignore damaged subchannels during analysis.</value>
</data>
<data name="Resume_file_to_use_for_analysis" xml:space="preserve">
<value>Resume file to use for the analysis.</value>
</data>