mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
added callback into archive creation method.
This commit is contained in:
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
36
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -171,6 +171,33 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Adding file.
|
||||
/// </summary>
|
||||
public static string MsgAddingFile {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgAddingFile", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Compressing index....
|
||||
/// </summary>
|
||||
public static string MsgCompressingIndex {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgCompressingIndex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Encryption method not implemented.
|
||||
/// </summary>
|
||||
public static string MsgEncNotImplemented {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgEncNotImplemented", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name is too long.
|
||||
/// </summary>
|
||||
@@ -189,6 +216,15 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Writing index....
|
||||
/// </summary>
|
||||
public static string MsgWritingIndex {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgWritingIndex", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Nitro+ resource archive.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user