implemented MCA and CLM images.

This commit is contained in:
morkt
2015-12-06 22:30:18 +04:00
parent 2dae9872ef
commit d462cf2269
7 changed files with 268 additions and 0 deletions

View File

@@ -359,6 +359,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Archive content is encrypted..
/// </summary>
public static string MCAEncryptedNotice {
get {
return ResourceManager.GetString("MCAEncryptedNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a key.
/// </summary>

View File

@@ -365,4 +365,7 @@
<data name="MCGLabelKey" xml:space="preserve">
<value>8-bit 암호값</value>
</data>
<data name="MCAEncryptedNotice" xml:space="preserve">
<value>아카이브 내용이 암호화됨.</value>
</data>
</root>

View File

@@ -361,4 +361,7 @@ Choose appropriate encryption scheme.</value>
<data name="MCGLabelKey" xml:space="preserve">
<value>8-bit encryption key</value>
</data>
<data name="MCAEncryptedNotice" xml:space="preserve">
<value>Archive content is encrypted.</value>
</data>
</root>

View File

@@ -200,6 +200,9 @@
<value>Архив содержит зашифрованные скрипты.
Выберите способ шифрования или введите текстовый пароль.</value>
</data>
<data name="MCAEncryptedNotice" xml:space="preserve">
<value>Содержимое архива зашифровано.</value>
</data>
<data name="MCGChoose" xml:space="preserve">
<value>Выберите наименование или введите ключ</value>
</data>