mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[RombaSharp] Help text and main method framework
This commit is contained in:
22
SabreTools.Helper/Resources/Resources.Designer.cs
generated
22
SabreTools.Helper/Resources/Resources.Designer.cs
generated
@@ -61,7 +61,7 @@ namespace SabreTools.Helper.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to This is the default help DatTools.
|
||||
/// Looks up a localized string similar to This is the default help output.
|
||||
/// </summary>
|
||||
public static string Default_Desc {
|
||||
get {
|
||||
@@ -87,6 +87,24 @@ namespace SabreTools.Helper.Resources {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to C#port of the Romba rom management tool.
|
||||
/// </summary>
|
||||
public static string RombaSharp_Desc {
|
||||
get {
|
||||
return ResourceManager.GetString("RombaSharp_Desc", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to RombaSharp.
|
||||
/// </summary>
|
||||
public static string RombaSharp_Name {
|
||||
get {
|
||||
return ResourceManager.GetString("RombaSharp_Name", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Import, generate, manipulate DAT files.
|
||||
/// </summary>
|
||||
@@ -124,7 +142,7 @@ namespace SabreTools.Helper.Resources {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Convert files to TGZ DatTools.
|
||||
/// Looks up a localized string similar to Convert files to TGZ output.
|
||||
/// </summary>
|
||||
public static string TGZTest_Desc {
|
||||
get {
|
||||
|
||||
Reference in New Issue
Block a user