Move all strings to properties in Aaru.Gui.

This commit is contained in:
2022-11-16 21:40:54 +00:00
parent 2f9b7fe0a1
commit ecb4842071
56 changed files with 934 additions and 458 deletions

View File

@@ -118,6 +118,13 @@ public sealed class DvdInfoViewModel
public bool SaveDvdBcaVisible { get; }
public bool SaveDvdAacsVisible { get; }
public string SaveDvdPfiLabel => "Save Physical Format Information";
public string SaveDvdDmiLabel => "Save Disc Manufacturer Information";
public string SaveDvdCmiLabel => "Save Copyright Management Information";
public string SaveHdDvdCmiLabel => "Save Copyright Management Information";
public string SaveDvdBcaLabel => "Save Burst Cutting Area";
public string SaveDvdAacsLabel => "Save AACS Information";
async Task SaveElement(byte[] data)
{
var dlgSaveBinary = new SaveFileDialog();