diff --git a/RombaSharp/Partials/RombaSharp.Help.cs b/RombaSharp/Partials/RombaSharp.Help.cs index 1a2843f0..ebe34418 100644 --- a/RombaSharp/Partials/RombaSharp.Help.cs +++ b/RombaSharp/Partials/RombaSharp.Help.cs @@ -2,7 +2,6 @@ using SabreTools.Helper.Data; using SabreTools.Helper.Help; -using SabreTools.Helper.Resources; namespace RombaSharp { @@ -12,11 +11,13 @@ namespace RombaSharp { // Create and add the header to the Help object string barrier = "-----------------------------------------"; - List helpHeader = new List(); - helpHeader.Add(Resources.RombaSharp_Name + " - " + Resources.RombaSharp_Desc); - helpHeader.Add(barrier); - helpHeader.Add(Resources.Usage + ": " + Resources.RombaSharp_Name + " [option] [filename|dirname] ..."); - helpHeader.Add(""); + List helpHeader = new List() + { + "RombaSharp - C# port of the Romba rom management tool", + barrier, + "Usage: RombaSharp [option] [filename|dirname] ...", + "" + }; Help help = new Help(helpHeader); // Create the Help feature diff --git a/SabreTools.Helper/Resources/Resources.Designer.cs b/SabreTools.Helper/Resources/Resources.Designer.cs deleted file mode 100644 index c14c43b7..00000000 --- a/SabreTools.Helper/Resources/Resources.Designer.cs +++ /dev/null @@ -1,171 +0,0 @@ -//------------------------------------------------------------------------------ -// -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 -// -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. -// -//------------------------------------------------------------------------------ - -namespace SabreTools.Helper.Resources { - using System; - - - /// - /// A strongly-typed resource class, for looking up localized strings, etc. - /// - // This class was auto-generated by the StronglyTypedResourceBuilder - // class via a tool like ResGen or Visual Studio. - // To add or remove a member, edit your .ResX file then rerun ResGen - // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - public class Resources { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() { - } - - /// - /// Returns the cached ResourceManager instance used by this class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Resources.ResourceManager ResourceManager { - get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("SabreTools.Helper.Resources.Resources", typeof(Resources).Assembly); - resourceMan = temp; - } - return resourceMan; - } - } - - /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. - /// - [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - public static global::System.Globalization.CultureInfo Culture { - get { - return resourceCulture; - } - set { - resourceCulture = value; - } - } - - /// - /// Looks up a localized string similar to This is the default help output. - /// - public static string Default_Desc { - get { - return ResourceManager.GetString("Default_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove and restore rom headers. - /// - public static string Headerer_Desc { - get { - return ResourceManager.GetString("Headerer_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Headerer. - /// - public static string Headerer_Name { - get { - return ResourceManager.GetString("Headerer_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to C# port of the Romba rom management tool. - /// - public static string RombaSharp_Desc { - get { - return ResourceManager.GetString("RombaSharp_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RombaSharp. - /// - public static string RombaSharp_Name { - get { - return ResourceManager.GetString("RombaSharp_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import, generate, manipulate DAT files. - /// - public static string SabreTools_Desc { - get { - return ResourceManager.GetString("SabreTools_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SabreTools. - /// - public static string SabreTools_Name { - get { - return ResourceManager.GetString("SabreTools_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Basic rebuild using a DAT. - /// - public static string SimpleSort_Desc { - get { - return ResourceManager.GetString("SimpleSort_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SimpleSort. - /// - public static string SimpleSort_Name { - get { - return ResourceManager.GetString("SimpleSort_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Convert files to TGZ output. - /// - public static string TGZTest_Desc { - get { - return ResourceManager.GetString("TGZTest_Desc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to TGZConvert. - /// - public static string TGZTest_Name { - get { - return ResourceManager.GetString("TGZTest_Name", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Usage. - /// - public static string Usage { - get { - return ResourceManager.GetString("Usage", resourceCulture); - } - } - } -} diff --git a/SabreTools.Helper/Resources/Resources.de-DE.Designer.cs b/SabreTools.Helper/Resources/Resources.de-DE.Designer.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/SabreTools.Helper/Resources/Resources.de-DE.resx b/SabreTools.Helper/Resources/Resources.de-DE.resx deleted file mode 100644 index 7446e8b4..00000000 --- a/SabreTools.Helper/Resources/Resources.de-DE.resx +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Dies ist die Standardhilfeausgabe - - - Entfernen und Wiederherstellen von rom Header - - - Import, erzeugen, manipulieren DAT-Dateien - - - Basis wieder aufzubauen eine DAT - - - Test TorrentGZ Ausgang - - - Verwendung - - \ No newline at end of file diff --git a/SabreTools.Helper/Resources/Resources.es-ES.Designer.cs b/SabreTools.Helper/Resources/Resources.es-ES.Designer.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/SabreTools.Helper/Resources/Resources.es-ES.resx b/SabreTools.Helper/Resources/Resources.es-ES.resx deleted file mode 100644 index 4b6d5e3a..00000000 --- a/SabreTools.Helper/Resources/Resources.es-ES.resx +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Este es el resultado de la ayuda predeterminado - - - Quitar y restablecer los encabezados rom - - - Importación, generar, manipular archivos DAT - - - Básica reconstruir usando un DAT - - - Salide de prueba TorrentGZ - - - Uso - - \ No newline at end of file diff --git a/SabreTools.Helper/Resources/Resources.fr-FR.Designer.cs b/SabreTools.Helper/Resources/Resources.fr-FR.Designer.cs deleted file mode 100644 index e69de29b..00000000 diff --git a/SabreTools.Helper/Resources/Resources.fr-FR.resx b/SabreTools.Helper/Resources/Resources.fr-FR.resx deleted file mode 100644 index dee186d4..00000000 --- a/SabreTools.Helper/Resources/Resources.fr-FR.resx +++ /dev/null @@ -1,138 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - Ceci est la sortie d'aide par défaut - - - Retirer et restaurer les en-têtes rom - - - Importer, générer, manipuler des fichiers DAT - - - Basic reconstruire en utilisant un DAT - - - Sortie test TorrentGZ - - - Usage - - \ No newline at end of file diff --git a/SabreTools.Helper/Resources/Resources.resx b/SabreTools.Helper/Resources/Resources.resx deleted file mode 100644 index c1c30dfa..00000000 --- a/SabreTools.Helper/Resources/Resources.resx +++ /dev/null @@ -1,156 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - This is the default help output - - - Remove and restore rom headers - - - Headerer - - - C# port of the Romba rom management tool - - - RombaSharp - - - Import, generate, manipulate DAT files - - - SabreTools - - - Basic rebuild using a DAT - - - SimpleSort - - - Convert files to TGZ output - - - TGZConvert - - - Usage - - \ No newline at end of file diff --git a/SabreTools.Helper/SabreTools.Helper.csproj b/SabreTools.Helper/SabreTools.Helper.csproj index 15a23774..9ed5696d 100644 --- a/SabreTools.Helper/SabreTools.Helper.csproj +++ b/SabreTools.Helper/SabreTools.Helper.csproj @@ -152,26 +152,6 @@ - - True - True - Resources.de-DE.resx - - - True - True - Resources.resx - - - True - True - Resources.es-ES.resx - - - True - True - Resources.fr-FR.resx - @@ -214,25 +194,6 @@ Always - - - PublicResXFileCodeGenerator - Resources.de-DE.Designer.cs - - - PublicResXFileCodeGenerator - Resources.es-ES.Designer.cs - - - PublicResXFileCodeGenerator - Resources.fr-FR.Designer.cs - - - PublicResXFileCodeGenerator - Resources.Designer.cs - Designer - - diff --git a/SabreTools/Partials/SabreTools.Help.cs b/SabreTools/Partials/SabreTools.Help.cs index 99a352ba..b3258f57 100644 --- a/SabreTools/Partials/SabreTools.Help.cs +++ b/SabreTools/Partials/SabreTools.Help.cs @@ -2,7 +2,6 @@ using SabreTools.Helper.Data; using SabreTools.Helper.Help; -using SabreTools.Helper.Resources; namespace SabreTools { @@ -15,9 +14,9 @@ namespace SabreTools string barrier = "-----------------------------------------"; List helpHeader = new List() { - Resources.SabreTools_Name + " - " + Resources.SabreTools_Desc, + "SabreTools - Manipulate, convert, and use DAT files", barrier, - Resources.Usage + ": " + Resources.SabreTools_Name + " [option] [flags] [filename|dirname] ...", + "Usage: SabreTools [option] [flags] [filename|dirname] ...", "" }; Help help = new Help(helpHeader);