mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[CBMFS] Implement full support for mounting, reading and extracting Commodore 1540/1541/1571/1581 filesystems.
This commit is contained in:
@@ -2517,6 +2517,15 @@ namespace Aaru.Filesystems {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This disk contains a relative file. These have not been fully tested, please open a bug report and include this disk image..
|
||||
/// </summary>
|
||||
internal static string CBM_Mount_REL_file_warning {
|
||||
get {
|
||||
return ResourceManager.GetString("CBM_Mount_REL_file_warning", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Commodore file system.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user