mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented Will co. archives creation.
This commit is contained in:
28
ArcFormats/Strings/arcStrings.Designer.cs
generated
28
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user