mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-21 11:25:28 +08:00
implemented Yu-Ris archives creation.
This commit is contained in:
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -234,6 +234,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encryption key required for archive creation..
|
||||
/// </summary>
|
||||
public static string MsgCreationKeyRequired {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgCreationKeyRequired", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encryption method not implemented.
|
||||
/// </summary>
|
||||
@@ -270,6 +279,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Invalid archive version specified..
|
||||
/// </summary>
|
||||
public static string MsgInvalidVersion {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgInvalidVersion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Number of files exceedes archive limit..
|
||||
/// </summary>
|
||||
@@ -387,6 +405,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Hex number.
|
||||
/// </summary>
|
||||
public static string TooltipHex {
|
||||
get {
|
||||
return ResourceManager.GetString("TooltipHex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Liar-soft game resource archive.
|
||||
/// </summary>
|
||||
@@ -468,6 +495,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive version.
|
||||
/// </summary>
|
||||
public static string YPFLabelVersion {
|
||||
get {
|
||||
return ResourceManager.GetString("YPFLabelVersion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archive directory is encrypted.
|
||||
///Enter archive encryption key..
|
||||
|
||||
Reference in New Issue
Block a user