mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
support different schemes for YPF archives.
This commit is contained in:
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
11
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user