implemented 'vff' archives and GAL images.

This commit is contained in:
morkt
2016-06-10 04:39:29 +04:00
parent 9b04f39738
commit cb04b322f2
14 changed files with 989 additions and 0 deletions

View File

@@ -188,6 +188,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter 32-bit hex key.
/// </summary>
public static string GALChoose {
get {
return ResourceManager.GetString("GALChoose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to âge proprietary image format.
/// </summary>

View File

@@ -372,4 +372,8 @@
<value>아카이브 내용이 암호화 되었을 수 있습니다.
적절한 암호체계를 선택하세요.</value>
</data>
<data name="GALChoose" xml:space="preserve">
<value>Choose title or enter 32-bit hex key</value>
<comment>translation pending</comment>
</data>
</root>

View File

@@ -375,4 +375,7 @@ choose appropriate encryption scheme.</value>
<value>Archive content could be encrypted.
Choose appropriate encryption scheme.</value>
</data>
<data name="GALChoose" xml:space="preserve">
<value>Choose title or enter 32-bit hex key</value>
</data>
</root>

View File

@@ -158,6 +158,9 @@
<data name="DPKKeys" xml:space="preserve">
<value>Ключи шифрования</value>
</data>
<data name="GALChoose" xml:space="preserve">
<value>Выберите наименование или введите 32-битный ключ</value>
</data>
<data name="INTChooseExe" xml:space="preserve">
<value>Выберите исполняемый файл</value>
</data>

View File

@@ -377,4 +377,8 @@ choose appropriate encryption scheme.</value>
Choose appropriate encryption scheme.</value>
<comment>translation pending</comment>
</data>
<data name="GALChoose" xml:space="preserve">
<value>Choose title or enter 32-bit hex key</value>
<comment>translation pending</comment>
</data>
</root>