implemented non-encrypted INT archives creation.

This commit is contained in:
morkt
2014-08-15 21:41:45 +04:00
parent cfd71f5519
commit 8fc34f9161
7 changed files with 129 additions and 2 deletions

View File

@@ -142,6 +142,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Encrypted archives creation is not implemented..
/// </summary>
public static string INTCreationNotice {
get {
return ResourceManager.GetString("INTCreationNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to FrontWing game resource archive.
/// </summary>

View File

@@ -145,6 +145,9 @@ Choose appropriate encryption scheme.</value>
<data name="GSCDescription" xml:space="preserve">
<value>Liar-soft proprietary script format</value>
</data>
<data name="INTCreationNotice" xml:space="preserve">
<value>Encrypted archives creation is not implemented.</value>
</data>
<data name="INTDescription" xml:space="preserve">
<value>FrontWing game resource archive</value>
</data>

View File

@@ -136,6 +136,9 @@
<data name="ArcNoEncryption" xml:space="preserve">
<value>без шифрования</value>
</data>
<data name="INTCreationNotice" xml:space="preserve">
<value>Создание зашифрованных архивов не реализовано.</value>
</data>
<data name="INTKeyRequirement" xml:space="preserve">
<value>Цифровой ключ должен быть 32-битным шестнадцатиричным числом</value>
</data>