mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented ISF scripts decryption.
This commit is contained in:
12
ArcFormats/Strings/arcStrings.Designer.cs
generated
12
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -225,6 +225,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Ignore encryption.
|
||||
/// </summary>
|
||||
public static string ISFIgnoreEncryption {
|
||||
get {
|
||||
return ResourceManager.GetString("ISFIgnoreEncryption", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Default.
|
||||
/// </summary>
|
||||
@@ -280,7 +289,8 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive contains encrypted scripts.Choose encryption scheme or enter a passphrase..
|
||||
/// Looks up a localized string similar to Archive contains encrypted scripts.
|
||||
///Choose encryption scheme or enter a passphrase..
|
||||
/// </summary>
|
||||
public static string MBLNotice {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user