Draw a spiral graph when verifying an optical disc image.

This commit is contained in:
2022-12-04 16:38:50 +00:00
parent 442bf386e1
commit f43eb2a6d9
3 changed files with 74 additions and 2 deletions

View File

@@ -5853,5 +5853,17 @@ namespace Aaru.Localization {
return ResourceManager.GetString("Show_long_sector", resourceCulture);
}
}
public static string Create_graph_of_verified_disc {
get {
return ResourceManager.GetString("Create_graph_of_verified_disc", resourceCulture);
}
}
public static string Verify_dimensions_paramater_help {
get {
return ResourceManager.GetString("Verify_dimensions_paramater_help", resourceCulture);
}
}
}
}