mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
Move all localizable strings from Aaru.Filesystems project to resources.
This commit is contained in:
@@ -220,4 +220,9 @@ public sealed partial class FAT
|
||||
/// <summary>FAT32.IFS >= 0.97 indicator for critical EAs present</summary>
|
||||
CriticalEa = 0x80
|
||||
}
|
||||
|
||||
const string FS_TYPE_FAT_PLUS = "fatplus";
|
||||
const string FS_TYPE_FAT32 = "fat32";
|
||||
const string FS_TYPE_FAT16 = "fat16";
|
||||
const string FS_TYPE_FAT12 = "fat12";
|
||||
}
|
||||
Reference in New Issue
Block a user