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:
@@ -140,7 +140,7 @@ public sealed partial class PascalPlugin
|
||||
ClusterSize = _device.Info.SectorSize,
|
||||
Files = (ulong)_mountedVolEntry.Files,
|
||||
FilesSpecified = true,
|
||||
Type = "UCSD Pascal",
|
||||
Type = FS_TYPE,
|
||||
VolumeName = StringHandlers.PascalToString(_mountedVolEntry.VolumeName, Encoding)
|
||||
};
|
||||
|
||||
@@ -168,7 +168,7 @@ public sealed partial class PascalPlugin
|
||||
Files = (ulong)_mountedVolEntry.Files,
|
||||
FreeBlocks = 0,
|
||||
PluginId = Id,
|
||||
Type = "UCSD Pascal"
|
||||
Type = FS_TYPE
|
||||
};
|
||||
|
||||
stat.FreeBlocks = (ulong)(_mountedVolEntry.Blocks - (_mountedVolEntry.LastBlock - _mountedVolEntry.FirstBlock));
|
||||
|
||||
Reference in New Issue
Block a user