mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Partitions project to resources.
This commit is contained in:
@@ -49,11 +49,11 @@ public sealed class DragonFlyBSD : IPartition
|
||||
const uint DISK_MAGIC64 = 0xC4464C59;
|
||||
|
||||
/// <inheritdoc />
|
||||
public string Name => "DragonFly BSD 64-bit disklabel";
|
||||
public string Name => Localization.DragonFlyBSD_Name;
|
||||
/// <inheritdoc />
|
||||
public Guid Id => new("D49E41A6-D952-4760-9D94-03DAE2450C5F");
|
||||
/// <inheritdoc />
|
||||
public string Author => "Natalia Portillo";
|
||||
public string Author => Authors.NataliaPortillo;
|
||||
|
||||
/// <inheritdoc />
|
||||
public bool GetInformation(IMediaImage imagePlugin, out List<Partition> partitions, ulong sectorOffset)
|
||||
|
||||
Reference in New Issue
Block a user