support different schemes for YPF archives.

This commit is contained in:
morkt
2015-12-18 13:39:26 +04:00
parent 0a118f6911
commit 923f520814
12 changed files with 213 additions and 109 deletions

View File

@@ -779,12 +779,21 @@ namespace GameRes.Formats.Strings {
/// <summary>
/// Looks up a localized string similar to Archive directory is encrypted.
///Enter archive encryption key..
///Choose appropriate encryption scheme..
/// </summary>
public static string YPFNotice {
get {
return ResourceManager.GetString("YPFNotice", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Try to guess.
/// </summary>
public static string YPFTryGuess {
get {
return ResourceManager.GetString("YPFTryGuess", resourceCulture);
}
}
}
}

View File

@@ -296,7 +296,7 @@
</data>
<data name="YPFNotice" xml:space="preserve">
<value>아카이브 폴더가 암호화됨.
아카이브 암호값을 입력하세요.</value>
적절한 암호체계를 선택하세요.</value>
</data>
<data name="LabelEncScheme" xml:space="preserve">
<value>암호체계</value>
@@ -368,4 +368,8 @@
<data name="MCAEncryptedNotice" xml:space="preserve">
<value>아카이브 내용이 암호화됨.</value>
</data>
<data name="YPFTryGuess" xml:space="preserve">
<value>Try to guess</value>
<comment>translation pending</comment>
</data>
</root>

View File

@@ -296,7 +296,7 @@ Choose appropriate encryption scheme.</value>
</data>
<data name="YPFNotice" xml:space="preserve">
<value>Archive directory is encrypted.
Enter archive encryption key.</value>
Choose appropriate encryption scheme.</value>
</data>
<data name="LabelEncScheme" xml:space="preserve">
<value>Encryption scheme</value>
@@ -364,4 +364,7 @@ Choose appropriate encryption scheme.</value>
<data name="MCAEncryptedNotice" xml:space="preserve">
<value>Archive content is encrypted.</value>
</data>
<data name="YPFTryGuess" xml:space="preserve">
<value>Try to guess</value>
</data>
</root>

View File

@@ -317,6 +317,9 @@
</data>
<data name="YPFNotice" xml:space="preserve">
<value>Заголовок архива зашифрован.
Введите ключ шифрования.</value>
Выберите способ дешифровки.</value>
</data>
<data name="YPFTryGuess" xml:space="preserve">
<value>Попытаться подобрать</value>
</data>
</root>