mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Entis archives decryption.
This commit is contained in:
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user