(GyuFormat): query encryption scheme.

This commit is contained in:
morkt
2016-08-04 05:05:44 +04:00
parent 5ea59a1a3e
commit 85ec4b3a37
13 changed files with 152 additions and 5 deletions

View File

@@ -215,6 +215,16 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Image is encrypted.
///Choose appropriate encryption scheme..
/// </summary>
public static string GYUImageEncrypted {
get {
return ResourceManager.GetString("GYUImageEncrypted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose game executable file.
/// </summary>
@@ -415,7 +425,7 @@ namespace GameRes.Formats.Strings {
}
/// <summary>
/// Looks up a localized string similar to Calcualting checksum....
/// Looks up a localized string similar to Calculating checksum....
/// </summary>
public static string MsgCalculatingChecksum {
get {