Translate Aaru.Filesystems to Spanish (Spain).

This commit is contained in:
2023-10-01 04:00:02 +01:00
parent 2a0cc5cef4
commit 4057262e49
18 changed files with 14507 additions and 7266 deletions

View File

@@ -227,7 +227,7 @@ public sealed partial class ProDOSPlugin
rootDirectoryKeyBlock.header.total_blocks = BitConverter.ToUInt16(rootDirectoryKeyBlockBytes, 0x29);
if(apmFromHddOnCd)
sbInformation.AppendLine(Localization.ProDOS_uses_512_bytes_sector_while_devices_uses_2048_bytes_sector).
sbInformation.AppendLine(Localization.ProDOS_uses_512_bytes_sector_while_device_uses_2048_bytes_sector).
AppendLine();
if(rootDirectoryKeyBlock.header.version != VERSION1 ||