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