Move all localizable strings from Aaru.Images project to resources.

This commit is contained in:
2022-11-29 02:10:37 +00:00
parent cfd9069429
commit 179f6e3459
165 changed files with 11442 additions and 2335 deletions

View File

@@ -42,13 +42,13 @@ public sealed partial class Cpcdsk
/// <inheritdoc />
public ImageInfo Info => _imageInfo;
/// <inheritdoc />
public string Name => "CPCEMU Disk-File and Extended CPC Disk-File";
public string Name => Localization.Cpcdsk_Name;
/// <inheritdoc />
public Guid Id => new("724B16CC-ADB9-492E-BA07-CAEEC1012B16");
/// <inheritdoc />
public string Format => _extended ? "CPCEMU Extended disk image" : "CPCEMU disk image";
/// <inheritdoc />
public string Author => "Natalia Portillo";
public string Author => Authors.NataliaPortillo;
/// <inheritdoc />
public List<DumpHardwareType> DumpHardware => null;
/// <inheritdoc />