implemented Entis archives decryption.

This commit is contained in:
morkt
2015-05-27 13:57:34 +04:00
parent 6fa4b53299
commit d2eb1bbf8f
9 changed files with 459 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.18444
// Runtime Version:4.0.30319.34209
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -387,6 +387,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Ignore encryption.
/// </summary>
public static string NOAIgnoreEncryption {
get {
return ResourceManager.GetString("NOAIgnoreEncryption", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Compress contents.
/// </summary>

View File

@@ -315,4 +315,7 @@ predefined encryption scheme.</value>
<value>Archive directory is encrypted.
Enter archive encryption key.</value>
</data>
<data name="NOAIgnoreEncryption" xml:space="preserve">
<value>Ignore encryption</value>
</data>
</root>

View File

@@ -210,6 +210,9 @@
<data name="MsgWritingIndex" xml:space="preserve">
<value>Записывается оглавление...</value>
</data>
<data name="NOAIgnoreEncryption" xml:space="preserve">
<value>Игнорировать шифрование</value>
</data>
<data name="NPACompressContents" xml:space="preserve">
<value>Сжать содержимое</value>
</data>