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);
}
}
}
}