Add SuperCard Pro flux parsing

This commit is contained in:
Rebecca Wallander
2023-04-13 21:06:57 +02:00
parent 5164a154e2
commit 8298576a34
13 changed files with 813 additions and 35 deletions

View File

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

View File

@@ -3502,4 +3502,7 @@ It has no sense to do it, and it will put too much strain on the tape.</value>
<data name="Output_format_does_not_support_hidden_tracks" xml:space="preserve">
<value>Output format does not properly support storing hidden tracks, this will end in a loss of data, not continuing...</value>
</data>
<data name="Image_flux_captures" xml:space="preserve">
<value>This image contains low-level flux captures.</value>
</data>
</root>