implemented encrypted Anime Game System archives.

This commit is contained in:
morkt
2016-04-27 00:08:58 +04:00
parent b3d2f6b999
commit fda4f26845
12 changed files with 181 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Runtime Version:4.0.30319.34209
// Runtime Version:4.0.30319.42000
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
@@ -60,6 +60,16 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive contents might be encrypted,
///choose appropriate encryption scheme..
/// </summary>
public static string AGSMightBeEncrypted {
get {
return ResourceManager.GetString("AGSMightBeEncrypted", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Base archive.
/// </summary>

View File

@@ -372,4 +372,9 @@
<value>Try to guess</value>
<comment>translation pending</comment>
</data>
<data name="AGSMightBeEncrypted" xml:space="preserve">
<value>Archive contents might be encrypted,
choose appropriate encryption scheme.</value>
<comment>translation pending</comment>
</data>
</root>

View File

@@ -367,4 +367,8 @@ Choose appropriate encryption scheme.</value>
<data name="YPFTryGuess" xml:space="preserve">
<value>Try to guess</value>
</data>
<data name="AGSMightBeEncrypted" xml:space="preserve">
<value>Archive contents might be encrypted,
choose appropriate encryption scheme.</value>
</data>
</root>

View File

@@ -117,6 +117,10 @@
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="AGSMightBeEncrypted" xml:space="preserve">
<value>Содержимое архива может быть зашифровано,
выберите подходящий способ шифрования.</value>
</data>
<data name="AMIBaseArchive" xml:space="preserve">
<value>Базовый архив</value>
</data>

View File

@@ -367,4 +367,9 @@
<data name="YPFTryGuess" xml:space="preserve">
<value>尝试猜测</value>
</data>
<data name="AGSMightBeEncrypted" xml:space="preserve">
<value>Archive contents might be encrypted,
choose appropriate encryption scheme.</value>
<comment>translation pending</comment>
</data>
</root>