mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 05:28:49 +08:00
implemented Xfl.Create method.
This commit is contained in:
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
18
ArcFormats/Strings/arcStrings.Designer.cs
generated
@@ -171,6 +171,24 @@ namespace GameRes.Formats.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name is too long.
|
||||
/// </summary>
|
||||
public static string MsgFileNameTooLong {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgFileNameTooLong", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File name contains illegal characters.
|
||||
/// </summary>
|
||||
public static string MsgIllegalCharacters {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgIllegalCharacters", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Nitro+ resource archive.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user