implemented Will co. archives creation.

This commit is contained in:
morkt
2014-11-01 02:14:51 +04:00
parent 56d2a45d94
commit 0b8eb1f9d4
11 changed files with 242 additions and 8 deletions

View File

@@ -279,6 +279,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to File name extension too long..
/// </summary>
public static string MsgExtensionTooLong {
get {
return ResourceManager.GetString("MsgExtensionTooLong", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to File name is too long.
/// </summary>
@@ -315,6 +324,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to File name without extension..
/// </summary>
public static string MsgNoExtension {
get {
return ResourceManager.GetString("MsgNoExtension", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Number of files exceedes archive limit..
/// </summary>
@@ -487,6 +505,16 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Maximum file name length
///(not including extension).
/// </summary>
public static string WARCLabelLength {
get {
return ResourceManager.GetString("WARCLabelLength", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Liar-soft game resource archive.
/// </summary>