mirror of
https://github.com/aaru-dps/Aaru.git
synced 2026-07-08 18:16:24 +00:00
[analyze] Add option to ignore subchannels.
This commit is contained in:
6
Aaru.Localization/UI.Designer.cs
generated
6
Aaru.Localization/UI.Designer.cs
generated
@@ -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);
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user