implemented Marble scripts decryption.

This commit is contained in:
morkt
2015-06-04 01:13:25 +04:00
parent 8849508e41
commit 2da5ed1961
10 changed files with 155 additions and 8 deletions

View File

@@ -279,6 +279,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive contains encrypted scripts.Choose encryption scheme or enter a passphrase..
/// </summary>
public static string MBLNotice {
get {
return ResourceManager.GetString("MBLNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Adding file.
/// </summary>

View File

@@ -318,4 +318,8 @@ Enter archive encryption key.</value>
<data name="KCAPDefault" xml:space="preserve">
<value>Default</value>
</data>
</root>
<data name="MBLNotice" xml:space="preserve">
<value>Archive contains encrypted scripts.
Choose encryption scheme or enter a passphrase.</value>
</data>
</root>

View File

@@ -174,6 +174,10 @@
<data name="LabelScheme" xml:space="preserve">
<value>Вариант</value>
</data>
<data name="MBLNotice" xml:space="preserve">
<value>Архив содержит зашифрованные скрипты.
Выберите способ шифрования или введите текстовый пароль.</value>
</data>
<data name="MsgAddingFile" xml:space="preserve">
<value>Добавляется файл</value>
</data>