mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
implemented archive creation frontend.
This commit is contained in:
18
GameRes/Strings/garStrings.Designer.cs
generated
18
GameRes/Strings/garStrings.Designer.cs
generated
@@ -60,6 +60,15 @@ namespace GameRes.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to File is too large.
|
||||
/// </summary>
|
||||
public static string MsgFileTooLarge {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgFileTooLarge", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Inappropriate encryption scheme.
|
||||
/// </summary>
|
||||
@@ -69,6 +78,15 @@ namespace GameRes.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Invalid file name.
|
||||
/// </summary>
|
||||
public static string MsgInvalidFileName {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgInvalidFileName", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Invalid file format.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user