added callback into archive creation method.

This commit is contained in:
morkt
2014-07-27 03:37:51 +04:00
parent c13b9bb12e
commit 08b8e8a46b
9 changed files with 211 additions and 81 deletions

View File

@@ -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>