implemented ISF scripts decryption.

This commit is contained in:
morkt
2015-06-18 17:04:12 +04:00
parent 5288e75c6b
commit 6f8b57cc03
11 changed files with 270 additions and 7 deletions

View File

@@ -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 {

View File

@@ -319,7 +319,10 @@ Enter archive encryption key.</value>
<value>Default</value>
</data>
<data name="MBLNotice" xml:space="preserve">
<value>Archive contains encrypted scripts.
<value>Archive contains encrypted scripts.
Choose encryption scheme or enter a passphrase.</value>
</data>
</root>
<data name="ISFIgnoreEncryption" xml:space="preserve">
<value>Ignore encryption</value>
</data>
</root>

View File

@@ -162,6 +162,9 @@
Введите ключ шифрования или выберите
один из предопределённых вариантов.</value>
</data>
<data name="ISFIgnoreEncryption" xml:space="preserve">
<value>Игнорировать шифрование</value>
</data>
<data name="KCAPDefault" xml:space="preserve">
<value>Неизвестно</value>
</data>