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

@@ -73,6 +73,10 @@ public sealed class FileSystemViewModel
FilesVisible = xmlFsType.FilesSpecified;
}
public string BootableLabel => "Filesystem contains boot code";
public string DirtyLabel => "Filesystem has not been unmounted correctly or contains errors";
public string DetailsLabel => "Details";
public string TypeText { get; }
public string VolumeNameText { get; }
public string SerialNumberText { get; }