implemented Xfl.Create method.

This commit is contained in:
morkt
2014-07-25 06:57:14 +04:00
parent c807fcb1e7
commit ee4584d1f0
4 changed files with 97 additions and 0 deletions

View File

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