Import disks.

This commit is contained in:
2020-09-04 18:16:18 +01:00
parent 8d000b979d
commit 11db732ce0
4 changed files with 368 additions and 25 deletions

View File

@@ -344,5 +344,17 @@ namespace RomRepoMgr.Core.Resources {
return ResourceManager.GetString("FoundDiskWithoutMachine", resourceCulture);
}
}
internal static string NotAChdFile {
get {
return ResourceManager.GetString("NotAChdFile", resourceCulture);
}
}
internal static string NoChecksumsFound {
get {
return ResourceManager.GetString("NoChecksumsFound", resourceCulture);
}
}
}
}