From 78e39e1a620ea31b8a4bb79f154c51a213454c8e Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Tue, 8 Jul 2025 18:22:16 +0100 Subject: [PATCH] [Localization] Move native menu strings to localization resources. --- RomRepoMgr/App.xaml | 10 +- RomRepoMgr/Resources/Localization.Designer.cs | 1690 +++++++---------- RomRepoMgr/Resources/Localization.es.resx | 6 + RomRepoMgr/Resources/Localization.resx | 9 +- 4 files changed, 684 insertions(+), 1031 deletions(-) diff --git a/RomRepoMgr/App.xaml b/RomRepoMgr/App.xaml index a638425..8677126 100644 --- a/RomRepoMgr/App.xaml +++ b/RomRepoMgr/App.xaml @@ -1,21 +1,21 @@ - - + - - - diff --git a/RomRepoMgr/Resources/Localization.Designer.cs b/RomRepoMgr/Resources/Localization.Designer.cs index 926a07d..915fb04 100644 --- a/RomRepoMgr/Resources/Localization.Designer.cs +++ b/RomRepoMgr/Resources/Localization.Designer.cs @@ -9,48 +9,34 @@ namespace RomRepoMgr.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()] + + + [System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [System.Diagnostics.DebuggerNonUserCodeAttribute()] + [System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Localization { - - private static global::System.Resources.ResourceManager resourceMan; - - private static global::System.Globalization.CultureInfo resourceCulture; - - [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - public Localization() { + + private static System.Resources.ResourceManager resourceMan; + + private static System.Globalization.CultureInfo resourceCulture; + + [System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] + internal Localization() { } - - /// - /// 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 { + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Resources.ResourceManager ResourceManager { get { - if (object.ReferenceEquals(resourceMan, null)) { - global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("RomRepoMgr.Resources.Localization", typeof(Localization).Assembly); + if (object.Equals(null, resourceMan)) { + System.Resources.ResourceManager temp = new System.Resources.ResourceManager("RomRepoMgr.Resources.Localization", typeof(Localization).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 { + + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Advanced)] + public static System.Globalization.CultureInfo Culture { get { return resourceCulture; } @@ -58,1071 +44,725 @@ namespace RomRepoMgr.Resources { resourceCulture = value; } } - - /// - /// Looks up a localized string similar to About. - /// - public static string AboutLabel { - get { - return ResourceManager.GetString("AboutLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to About ROM Repository Manager. - /// - public static string AboutTitle { - get { - return ResourceManager.GetString("AboutTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to All files. - /// - public static string AllFilesDialogLabel { - get { - return ResourceManager.GetString("AllFilesDialogLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check all files.. - /// - public static string AllFilesLabel { - get { - return ResourceManager.GetString("AllFilesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Library. - /// - public static string AssembliesLibraryText { - get { - return ResourceManager.GetString("AssembliesLibraryText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Version. - /// - public static string AssembliesVersionText { - get { - return ResourceManager.GetString("AssembliesVersionText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Authors. - /// - public static string AuthorsLabel { - get { - return ResourceManager.GetString("AuthorsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Developers: - /// Natalia Portillo - ///. - /// - public static string AuthorsText { - get { - return ResourceManager.GetString("AuthorsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Calculating statistics for {0} - {1} ({2}). - /// - public static string CalculatingStatisticsForRomSet { - get { - return ResourceManager.GetString("CalculatingStatisticsForRomSet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cancel. - /// - public static string CancelLabel { - get { - return ResourceManager.GetString("CancelLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Checking The Unarchiver.... - /// - public static string CheckingUnArText { - get { - return ResourceManager.GetString("CheckingUnArText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose database to open / create. - /// - public static string ChooseDatabaseFile { - get { - return ResourceManager.GetString("ChooseDatabaseFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose.... - /// - public static string ChooseLabel { - get { - return ResourceManager.GetString("ChooseLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose repository folder. - /// - public static string ChooseRepositoryFolder { - get { - return ResourceManager.GetString("ChooseRepositoryFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose temporary folder. - /// - public static string ChooseTemporaryFolder { - get { - return ResourceManager.GetString("ChooseTemporaryFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Choose UnArchiver executable. - /// - public static string ChooseUnArExecutable { - get { - return ResourceManager.GetString("ChooseUnArExecutable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close. - /// - public static string CloseLabel { - get { - return ResourceManager.GetString("CloseLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Complete games. - /// - public static string CompleteMachinesLabel { - get { - return ResourceManager.GetString("CompleteMachinesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred trying to delete the chosen file.. - /// - public static string DatabaseFileCannotDeleteCaption { - get { - return ResourceManager.GetString("DatabaseFileCannotDeleteCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not delete file. - /// - public static string DatabaseFileCannotDeleteTitle { - get { - return ResourceManager.GetString("DatabaseFileCannotDeleteTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to delete the file?. - /// - public static string DatabaseFileDeleteCaption { - get { - return ResourceManager.GetString("DatabaseFileDeleteCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File exists. - /// - public static string DatabaseFileExistsMsgBoxTitle { - get { - return ResourceManager.GetString("DatabaseFileExistsMsgBoxTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database file. - /// - public static string DatabaseFileLabel { - get { - return ResourceManager.GetString("DatabaseFileLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to try to open the existing file as a database?. - /// - public static string DatabaseFileMsgBoxTryOpen { - get { - return ResourceManager.GetString("DatabaseFileMsgBoxTryOpen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do you want to try to open the existing file as a database?. - /// - public static string DatabaseFileTryOpenCaption { - get { - return ResourceManager.GetString("DatabaseFileTryOpenCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred trying to use the chosen file as a database. - ///Do you want to delete the file?. - /// - public static string DatabaseFileUnusableDeleteMsgBoxCaption { - get { - return ResourceManager.GetString("DatabaseFileUnusableDeleteMsgBoxCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred trying to use the chosen file as a database.. - /// - public static string DatabaseFileUnusableMsgBoxCaption { - get { - return ResourceManager.GetString("DatabaseFileUnusableMsgBoxCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not use database. - /// - public static string DatabaseFileUnusableMsgBoxTitle { - get { - return ResourceManager.GetString("DatabaseFileUnusableMsgBoxTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database. - /// - public static string DatabaseMenuText { - get { - return ResourceManager.GetString("DatabaseMenuText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Update statistics. - /// - public static string DatabaseMenuUpdateStatsText { - get { - return ResourceManager.GetString("DatabaseMenuUpdateStatsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to DAT files. - /// - public static string DatFilesDialogLabel { - get { - return ResourceManager.GetString("DatFilesDialogLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Decompressing DAT file.... - /// - public static string DecompressingDat { - get { - return ResourceManager.GetString("DecompressingDat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Are you sure you want to delete the ROM set {0}?. - /// - public static string DeleteRomSetMsgBoxCaption { - get { - return ResourceManager.GetString("DeleteRomSetMsgBoxCaption", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete ROM set. - /// - public static string DeleteRomSetMsgBoxTitle { - get { - return ResourceManager.GetString("DeleteRomSetMsgBoxTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edit DAT. - /// - public static string EditDatTitle { - get { - return ResourceManager.GetString("EditDatTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error. - /// - public static string Error { - get { - return ResourceManager.GetString("Error", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exit. - /// - public static string ExitButtonText { - get { - return ResourceManager.GetString("ExitButtonText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exporting DAT file.... - /// - public static string ExportDatTitle { - get { - return ResourceManager.GetString("ExportDatTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Export ROMs to folder.... - /// - public static string ExportRomsDialogTitle { - get { - return ResourceManager.GetString("ExportRomsDialogTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exporting ROM files to folder.... - /// - public static string ExportRomsTitle { - get { - return ResourceManager.GetString("ExportRomsTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to E_xit. - /// - public static string FileMenuExitText { - get { - return ResourceManager.GetString("FileMenuExitText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import DAT _file. - /// - public static string FileMenuImportDatFileText { - get { - return ResourceManager.GetString("FileMenuImportDatFileText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import DAT f_older. - /// - public static string FileMenuImportDatFolderText { - get { - return ResourceManager.GetString("FileMenuImportDatFolderText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Settings. - /// - public static string FileMenuSettingsText { - get { - return ResourceManager.GetString("FileMenuSettingsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _File. - /// + public static string FileMenuText { get { return ResourceManager.GetString("FileMenuText", resourceCulture); } } - - /// - /// Looks up a localized string similar to _Mount. - /// - public static string FilesystemMenuMountText { - get { - return ResourceManager.GetString("FilesystemMenuMountText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to File_system. - /// - public static string FilesystemMenuText { - get { - return ResourceManager.GetString("FilesystemMenuText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Umount. - /// - public static string FilesystemMenuUmountText { - get { - return ResourceManager.GetString("FilesystemMenuUmountText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Finished. - /// - public static string Finished { - get { - return ResourceManager.GetString("Finished", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Found {0} files.... - /// - public static string FoundFiles { - get { - return ResourceManager.GetString("FoundFiles", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Have ROMs. - /// - public static string HaveRomsLabel { - get { - return ResourceManager.GetString("HaveRomsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _About. - /// - public static string HelpMenuAboutText { - get { - return ResourceManager.GetString("HelpMenuAboutText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Help. - /// - public static string HelpMenuText { - get { - return ResourceManager.GetString("HelpMenuText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Homepage. - /// - public static string HomepageLabel { - get { - return ResourceManager.GetString("HomepageLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import DAT file.... - /// - public static string ImportDatFileDialogTitle { - get { - return ResourceManager.GetString("ImportDatFileDialogTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import DATs from folder.... - /// - public static string ImportDatFolderDialogTitle { - get { - return ResourceManager.GetString("ImportDatFolderDialogTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import DAT files from folder.... - /// - public static string ImportDatFolderTitle { - get { - return ResourceManager.GetString("ImportDatFolderTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Importing DAT file.... - /// - public static string ImportDatTitle { - get { - return ResourceManager.GetString("ImportDatTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Importing {0}.... - /// - public static string ImportingItem { - get { - return ResourceManager.GetString("ImportingItem", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import ROM files from folder.... - /// - public static string ImportRomFolderTitle { - get { - return ResourceManager.GetString("ImportRomFolderTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import ROMs from folder.... - /// - public static string ImportRomsFolderDialogTitle { - get { - return ResourceManager.GetString("ImportRomsFolderDialogTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incomplete games. - /// - public static string IncompleteMachinesLabel { - get { - return ResourceManager.GetString("IncompleteMachinesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Only import known files.. - /// - public static string KnownOnlyLabel { - get { - return ResourceManager.GetString("KnownOnlyLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Libraries. - /// - public static string LibrariesLabel { - get { - return ResourceManager.GetString("LibrariesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to License: GNU General Public License Version 3. - /// - public static string LicenseLabel { - get { - return ResourceManager.GetString("LicenseLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading database.... - /// - public static string LoadingDatabaseText { - get { - return ResourceManager.GetString("LoadingDatabaseText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading ROM sets.... - /// - public static string LoadingRomSetsText { - get { - return ResourceManager.GetString("LoadingRomSetsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Loading settings.... - /// - public static string LoadingSettingsText { - get { - return ResourceManager.GetString("LoadingSettingsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Migrating database.... - /// - public static string MigratingDatabaseText { - get { - return ResourceManager.GetString("MigratingDatabaseText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Missing ROMs. - /// - public static string MissRomsLabel { - get { - return ResourceManager.GetString("MissRomsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to OK. - /// - public static string OK { - get { - return ResourceManager.GetString("OK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Path:. - /// - public static string PathLabel { - get { - return ResourceManager.GetString("PathLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Try to detect archives and import their contents.. - /// - public static string RecurseArchivesLabel { - get { - return ResourceManager.GetString("RecurseArchivesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Recurse subfolders.. - /// - public static string RecursiveLabel { - get { - return ResourceManager.GetString("RecursiveLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing ROM set.... - /// - public static string RemoveDatTitle { - get { - return ResourceManager.GetString("RemoveDatTitle", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remove files after import successful.. - /// - public static string RemoveFilesLabel { - get { - return ResourceManager.GetString("RemoveFilesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing DAT file from repo.... - /// - public static string RemovingDatFileFromRepo { - get { - return ResourceManager.GetString("RemovingDatFileFromRepo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing old statistics. - /// - public static string RemovingOldStatistics { - get { - return ResourceManager.GetString("RemovingOldStatistics", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Removing ROM set from database.... - /// - public static string RemovingRomSetFromDatabase { - get { - return ResourceManager.GetString("RemovingRomSetFromDatabase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Repository folder. - /// - public static string RepositoryFolderLabel { - get { - return ResourceManager.GetString("RepositoryFolderLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filename. - /// - public static string ResultFilenameLabel { - get { - return ResourceManager.GetString("ResultFilenameLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Status. - /// - public static string ResultStatusLabel { - get { - return ResourceManager.GetString("ResultStatusLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Retrieving ROM set from database.... - /// - public static string RetrievingRomSetFromDatabase { - get { - return ResourceManager.GetString("RetrievingRomSetFromDatabase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Retrieving ROM sets from database.... - /// - public static string RetrievingRomSetsFromDatabase { - get { - return ResourceManager.GetString("RetrievingRomSetsFromDatabase", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Author. - /// - public static string RomSetAuthorLabel { - get { - return ResourceManager.GetString("RomSetAuthorLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Category. - /// - public static string RomSetCategoryLabel { - get { - return ResourceManager.GetString("RomSetCategoryLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Comment. - /// - public static string RomSetCommentLabel { - get { - return ResourceManager.GetString("RomSetCommentLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Complete. - /// - public static string RomSetCompleteMachinesLabel { - get { - return ResourceManager.GetString("RomSetCompleteMachinesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Date. - /// - public static string RomSetDateLabel { - get { - return ResourceManager.GetString("RomSetDateLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description. - /// - public static string RomSetDescriptionLabel { - get { - return ResourceManager.GetString("RomSetDescriptionLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Have. - /// - public static string RomSetHaveRomsLabel { - get { - return ResourceManager.GetString("RomSetHaveRomsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incomplete. - /// - public static string RomSetIncompleteMachinesLabel { - get { - return ResourceManager.GetString("RomSetIncompleteMachinesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Miss. - /// - public static string RomSetMissRomsLabel { - get { - return ResourceManager.GetString("RomSetMissRomsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Name. - /// - public static string RomSetNameLabel { - get { - return ResourceManager.GetString("RomSetNameLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ROM sets. - /// + public static string RomSets { get { return ResourceManager.GetString("RomSets", resourceCulture); } } - - /// - /// Looks up a localized string similar to _Delete. - /// - public static string RomSetsMenuDeleteText { + + public static string RomSetNameLabel { get { - return ResourceManager.GetString("RomSetsMenuDeleteText", resourceCulture); + return ResourceManager.GetString("RomSetNameLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to _Edit. - /// - public static string RomSetsMenuEditText { - get { - return ResourceManager.GetString("RomSetsMenuEditText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save DAT _file. - /// - public static string RomSetsMenuSaveDatText { - get { - return ResourceManager.GetString("RomSetsMenuSaveDatText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to _Save ROMs to folder. - /// - public static string RomSetsMenuSaveRomsText { - get { - return ResourceManager.GetString("RomSetsMenuSaveRomsText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ROM _sets. - /// - public static string RomSetsMenuText { - get { - return ResourceManager.GetString("RomSetsMenuText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Games. - /// - public static string RomSetTotalMachinesLabel { - get { - return ResourceManager.GetString("RomSetTotalMachinesLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to ROMs. - /// - public static string RomSetTotalRomsLabel { - get { - return ResourceManager.GetString("RomSetTotalRomsLabel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Version. - /// + public static string RomSetVersionLabel { get { return ResourceManager.GetString("RomSetVersionLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to _Import folder. - /// - public static string RomsMenuImportText { + + public static string RomSetAuthorLabel { get { - return ResourceManager.GetString("RomsMenuImportText", resourceCulture); + return ResourceManager.GetString("RomSetAuthorLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to _ROMs. - /// + + public static string RomSetDateLabel { + get { + return ResourceManager.GetString("RomSetDateLabel", resourceCulture); + } + } + + public static string RomSetDescriptionLabel { + get { + return ResourceManager.GetString("RomSetDescriptionLabel", resourceCulture); + } + } + + public static string RomSetCommentLabel { + get { + return ResourceManager.GetString("RomSetCommentLabel", resourceCulture); + } + } + + public static string RomSetTotalMachinesLabel { + get { + return ResourceManager.GetString("RomSetTotalMachinesLabel", resourceCulture); + } + } + + public static string RomSetCompleteMachinesLabel { + get { + return ResourceManager.GetString("RomSetCompleteMachinesLabel", resourceCulture); + } + } + + public static string RomSetIncompleteMachinesLabel { + get { + return ResourceManager.GetString("RomSetIncompleteMachinesLabel", resourceCulture); + } + } + + public static string RomSetTotalRomsLabel { + get { + return ResourceManager.GetString("RomSetTotalRomsLabel", resourceCulture); + } + } + + public static string RomSetHaveRomsLabel { + get { + return ResourceManager.GetString("RomSetHaveRomsLabel", resourceCulture); + } + } + + public static string RomSetMissRomsLabel { + get { + return ResourceManager.GetString("RomSetMissRomsLabel", resourceCulture); + } + } + + public static string FileMenuImportDatFileText { + get { + return ResourceManager.GetString("FileMenuImportDatFileText", resourceCulture); + } + } + + public static string FileMenuImportDatFolderText { + get { + return ResourceManager.GetString("FileMenuImportDatFolderText", resourceCulture); + } + } + + public static string FileMenuSettingsText { + get { + return ResourceManager.GetString("FileMenuSettingsText", resourceCulture); + } + } + + public static string FileMenuExitText { + get { + return ResourceManager.GetString("FileMenuExitText", resourceCulture); + } + } + + public static string FilesystemMenuText { + get { + return ResourceManager.GetString("FilesystemMenuText", resourceCulture); + } + } + + public static string FilesystemMenuMountText { + get { + return ResourceManager.GetString("FilesystemMenuMountText", resourceCulture); + } + } + public static string RomsMenuText { get { return ResourceManager.GetString("RomsMenuText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Save. - /// - public static string SaveLabel { + + public static string RomsMenuImportText { get { - return ResourceManager.GetString("SaveLabel", resourceCulture); + return ResourceManager.GetString("RomsMenuImportText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Saving changes to database.... - /// - public static string SavingChangesToDatabase { + + public static string RomSetsMenuText { get { - return ResourceManager.GetString("SavingChangesToDatabase", resourceCulture); + return ResourceManager.GetString("RomSetsMenuText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Searching for files.... - /// - public static string SearchingForFiles { + + public static string RomSetsMenuSaveRomsText { get { - return ResourceManager.GetString("SearchingForFiles", resourceCulture); + return ResourceManager.GetString("RomSetsMenuSaveRomsText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Select mount point.... - /// - public static string SelectMountPointDialogTitle { + + public static string RomSetsMenuSaveDatText { get { - return ResourceManager.GetString("SelectMountPointDialogTitle", resourceCulture); + return ResourceManager.GetString("RomSetsMenuSaveDatText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Settings. - /// - public static string SettingsTitle { + + public static string RomSetsMenuEditText { get { - return ResourceManager.GetString("SettingsTitle", resourceCulture); + return ResourceManager.GetString("RomSetsMenuEditText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Start. - /// - public static string StartLabel { + + public static string RomSetsMenuDeleteText { get { - return ResourceManager.GetString("StartLabel", resourceCulture); + return ResourceManager.GetString("RomSetsMenuDeleteText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Temporary folder. - /// - public static string TemporaryFolderLabel { + + public static string HelpMenuText { get { - return ResourceManager.GetString("TemporaryFolderLabel", resourceCulture); + return ResourceManager.GetString("HelpMenuText", resourceCulture); } } - - /// - /// Looks up a localized string similar to The Unarchiver version {0}. - /// - public static string TheUnarchiverVersionLabel { + + public static string HelpMenuAboutText { get { - return ResourceManager.GetString("TheUnarchiverVersionLabel", resourceCulture); + return ResourceManager.GetString("HelpMenuAboutText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Total games. - /// + + public static string AboutLabel { + get { + return ResourceManager.GetString("AboutLabel", resourceCulture); + } + } + + public static string LibrariesLabel { + get { + return ResourceManager.GetString("LibrariesLabel", resourceCulture); + } + } + + public static string AuthorsLabel { + get { + return ResourceManager.GetString("AuthorsLabel", resourceCulture); + } + } + + public static string AboutTitle { + get { + return ResourceManager.GetString("AboutTitle", resourceCulture); + } + } + + public static string LicenseLabel { + get { + return ResourceManager.GetString("LicenseLabel", resourceCulture); + } + } + + public static string CloseLabel { + get { + return ResourceManager.GetString("CloseLabel", resourceCulture); + } + } + + public static string AssembliesLibraryText { + get { + return ResourceManager.GetString("AssembliesLibraryText", resourceCulture); + } + } + + public static string AssembliesVersionText { + get { + return ResourceManager.GetString("AssembliesVersionText", resourceCulture); + } + } + + public static string AuthorsText { + get { + return ResourceManager.GetString("AuthorsText", resourceCulture); + } + } + + public static string HomepageLabel { + get { + return ResourceManager.GetString("HomepageLabel", resourceCulture); + } + } + public static string TotalMachinesLabel { get { return ResourceManager.GetString("TotalMachinesLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to Total ROMs. - /// + + public static string CompleteMachinesLabel { + get { + return ResourceManager.GetString("CompleteMachinesLabel", resourceCulture); + } + } + + public static string IncompleteMachinesLabel { + get { + return ResourceManager.GetString("IncompleteMachinesLabel", resourceCulture); + } + } + public static string TotalRomsLabel { get { return ResourceManager.GetString("TotalRomsLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to Path to UnAr. - /// + + public static string HaveRomsLabel { + get { + return ResourceManager.GetString("HaveRomsLabel", resourceCulture); + } + } + + public static string MissRomsLabel { + get { + return ResourceManager.GetString("MissRomsLabel", resourceCulture); + } + } + + public static string EditDatTitle { + get { + return ResourceManager.GetString("EditDatTitle", resourceCulture); + } + } + + public static string SaveLabel { + get { + return ResourceManager.GetString("SaveLabel", resourceCulture); + } + } + + public static string CancelLabel { + get { + return ResourceManager.GetString("CancelLabel", resourceCulture); + } + } + + public static string ExportDatTitle { + get { + return ResourceManager.GetString("ExportDatTitle", resourceCulture); + } + } + + public static string DecompressingDat { + get { + return ResourceManager.GetString("DecompressingDat", resourceCulture); + } + } + + public static string Finished { + get { + return ResourceManager.GetString("Finished", resourceCulture); + } + } + + public static string ExportRomsTitle { + get { + return ResourceManager.GetString("ExportRomsTitle", resourceCulture); + } + } + + public static string PathLabel { + get { + return ResourceManager.GetString("PathLabel", resourceCulture); + } + } + + public static string AllFilesLabel { + get { + return ResourceManager.GetString("AllFilesLabel", resourceCulture); + } + } + + public static string RecursiveLabel { + get { + return ResourceManager.GetString("RecursiveLabel", resourceCulture); + } + } + + public static string ImportDatFolderTitle { + get { + return ResourceManager.GetString("ImportDatFolderTitle", resourceCulture); + } + } + + public static string ResultFilenameLabel { + get { + return ResourceManager.GetString("ResultFilenameLabel", resourceCulture); + } + } + + public static string ResultStatusLabel { + get { + return ResourceManager.GetString("ResultStatusLabel", resourceCulture); + } + } + + public static string StartLabel { + get { + return ResourceManager.GetString("StartLabel", resourceCulture); + } + } + + public static string SearchingForFiles { + get { + return ResourceManager.GetString("SearchingForFiles", resourceCulture); + } + } + + public static string FoundFiles { + get { + return ResourceManager.GetString("FoundFiles", resourceCulture); + } + } + + public static string ImportingItem { + get { + return ResourceManager.GetString("ImportingItem", resourceCulture); + } + } + + public static string OK { + get { + return ResourceManager.GetString("OK", resourceCulture); + } + } + + public static string ImportDatTitle { + get { + return ResourceManager.GetString("ImportDatTitle", resourceCulture); + } + } + + public static string RemoveFilesLabel { + get { + return ResourceManager.GetString("RemoveFilesLabel", resourceCulture); + } + } + + public static string KnownOnlyLabel { + get { + return ResourceManager.GetString("KnownOnlyLabel", resourceCulture); + } + } + + public static string RecurseArchivesLabel { + get { + return ResourceManager.GetString("RecurseArchivesLabel", resourceCulture); + } + } + + public static string ImportRomFolderTitle { + get { + return ResourceManager.GetString("ImportRomFolderTitle", resourceCulture); + } + } + + public static string RemoveDatTitle { + get { + return ResourceManager.GetString("RemoveDatTitle", resourceCulture); + } + } + + public static string RetrievingRomSetFromDatabase { + get { + return ResourceManager.GetString("RetrievingRomSetFromDatabase", resourceCulture); + } + } + + public static string RemovingRomSetFromDatabase { + get { + return ResourceManager.GetString("RemovingRomSetFromDatabase", resourceCulture); + } + } + + public static string SavingChangesToDatabase { + get { + return ResourceManager.GetString("SavingChangesToDatabase", resourceCulture); + } + } + + public static string RemovingDatFileFromRepo { + get { + return ResourceManager.GetString("RemovingDatFileFromRepo", resourceCulture); + } + } + + public static string ChooseLabel { + get { + return ResourceManager.GetString("ChooseLabel", resourceCulture); + } + } + + public static string SettingsTitle { + get { + return ResourceManager.GetString("SettingsTitle", resourceCulture); + } + } + + public static string DatabaseFileLabel { + get { + return ResourceManager.GetString("DatabaseFileLabel", resourceCulture); + } + } + + public static string RepositoryFolderLabel { + get { + return ResourceManager.GetString("RepositoryFolderLabel", resourceCulture); + } + } + + public static string TemporaryFolderLabel { + get { + return ResourceManager.GetString("TemporaryFolderLabel", resourceCulture); + } + } + public static string UnArPathLabel { get { return ResourceManager.GetString("UnArPathLabel", resourceCulture); } } - - /// - /// Looks up a localized string similar to Do you want to update ROM set statistics in database? - ///This will take a long time.... - /// + + public static string Error { + get { + return ResourceManager.GetString("Error", resourceCulture); + } + } + + public static string TheUnarchiverVersionLabel { + get { + return ResourceManager.GetString("TheUnarchiverVersionLabel", resourceCulture); + } + } + + public static string ChooseUnArExecutable { + get { + return ResourceManager.GetString("ChooseUnArExecutable", resourceCulture); + } + } + + public static string ChooseTemporaryFolder { + get { + return ResourceManager.GetString("ChooseTemporaryFolder", resourceCulture); + } + } + + public static string ChooseRepositoryFolder { + get { + return ResourceManager.GetString("ChooseRepositoryFolder", resourceCulture); + } + } + + public static string ChooseDatabaseFile { + get { + return ResourceManager.GetString("ChooseDatabaseFile", resourceCulture); + } + } + + public static string DatabaseFileMsgBoxTryOpen { + get { + return ResourceManager.GetString("DatabaseFileMsgBoxTryOpen", resourceCulture); + } + } + + public static string DatabaseFileTryOpenCaption { + get { + return ResourceManager.GetString("DatabaseFileTryOpenCaption", resourceCulture); + } + } + + public static string DatabaseFileExistsMsgBoxTitle { + get { + return ResourceManager.GetString("DatabaseFileExistsMsgBoxTitle", resourceCulture); + } + } + + public static string DatabaseFileUnusableMsgBoxTitle { + get { + return ResourceManager.GetString("DatabaseFileUnusableMsgBoxTitle", resourceCulture); + } + } + + public static string DatabaseFileUnusableDeleteMsgBoxCaption { + get { + return ResourceManager.GetString("DatabaseFileUnusableDeleteMsgBoxCaption", resourceCulture); + } + } + + public static string DatabaseFileUnusableMsgBoxCaption { + get { + return ResourceManager.GetString("DatabaseFileUnusableMsgBoxCaption", resourceCulture); + } + } + + public static string DatabaseFileDeleteCaption { + get { + return ResourceManager.GetString("DatabaseFileDeleteCaption", resourceCulture); + } + } + + public static string DatabaseFileCannotDeleteTitle { + get { + return ResourceManager.GetString("DatabaseFileCannotDeleteTitle", resourceCulture); + } + } + + public static string DatabaseFileCannotDeleteCaption { + get { + return ResourceManager.GetString("DatabaseFileCannotDeleteCaption", resourceCulture); + } + } + + public static string ImportDatFileDialogTitle { + get { + return ResourceManager.GetString("ImportDatFileDialogTitle", resourceCulture); + } + } + + public static string DatFilesDialogLabel { + get { + return ResourceManager.GetString("DatFilesDialogLabel", resourceCulture); + } + } + + public static string AllFilesDialogLabel { + get { + return ResourceManager.GetString("AllFilesDialogLabel", resourceCulture); + } + } + + public static string ImportDatFolderDialogTitle { + get { + return ResourceManager.GetString("ImportDatFolderDialogTitle", resourceCulture); + } + } + + public static string ImportRomsFolderDialogTitle { + get { + return ResourceManager.GetString("ImportRomsFolderDialogTitle", resourceCulture); + } + } + + public static string DeleteRomSetMsgBoxTitle { + get { + return ResourceManager.GetString("DeleteRomSetMsgBoxTitle", resourceCulture); + } + } + + public static string DeleteRomSetMsgBoxCaption { + get { + return ResourceManager.GetString("DeleteRomSetMsgBoxCaption", resourceCulture); + } + } + + public static string ExportRomsDialogTitle { + get { + return ResourceManager.GetString("ExportRomsDialogTitle", resourceCulture); + } + } + + public static string SelectMountPointDialogTitle { + get { + return ResourceManager.GetString("SelectMountPointDialogTitle", resourceCulture); + } + } + + public static string LoadingSettingsText { + get { + return ResourceManager.GetString("LoadingSettingsText", resourceCulture); + } + } + + public static string CheckingUnArText { + get { + return ResourceManager.GetString("CheckingUnArText", resourceCulture); + } + } + + public static string LoadingDatabaseText { + get { + return ResourceManager.GetString("LoadingDatabaseText", resourceCulture); + } + } + + public static string MigratingDatabaseText { + get { + return ResourceManager.GetString("MigratingDatabaseText", resourceCulture); + } + } + + public static string LoadingRomSetsText { + get { + return ResourceManager.GetString("LoadingRomSetsText", resourceCulture); + } + } + + public static string ExitButtonText { + get { + return ResourceManager.GetString("ExitButtonText", resourceCulture); + } + } + + public static string FilesystemMenuUmountText { + get { + return ResourceManager.GetString("FilesystemMenuUmountText", resourceCulture); + } + } + + public static string RomSetCategoryLabel { + get { + return ResourceManager.GetString("RomSetCategoryLabel", resourceCulture); + } + } + + public static string DatabaseMenuText { + get { + return ResourceManager.GetString("DatabaseMenuText", resourceCulture); + } + } + + public static string DatabaseMenuUpdateStatsText { + get { + return ResourceManager.GetString("DatabaseMenuUpdateStatsText", resourceCulture); + } + } + public static string UpdateStatsConfirmationDialogText { get { return ResourceManager.GetString("UpdateStatsConfirmationDialogText", resourceCulture); } } - - /// - /// Looks up a localized string similar to Updating ROM sets statistics. - /// + public static string UpdateStatsTitle { get { return ResourceManager.GetString("UpdateStatsTitle", resourceCulture); } } + + public static string CalculatingStatisticsForRomSet { + get { + return ResourceManager.GetString("CalculatingStatisticsForRomSet", resourceCulture); + } + } + + public static string RemovingOldStatistics { + get { + return ResourceManager.GetString("RemovingOldStatistics", resourceCulture); + } + } + + public static string RetrievingRomSetsFromDatabase { + get { + return ResourceManager.GetString("RetrievingRomSetsFromDatabase", resourceCulture); + } + } + + public static string NativeMenuPreferencesText { + get { + return ResourceManager.GetString("NativeMenuPreferencesText", resourceCulture); + } + } + + public static string NativeMenuQuitText { + get { + return ResourceManager.GetString("NativeMenuQuitText", resourceCulture); + } + } } } diff --git a/RomRepoMgr/Resources/Localization.es.resx b/RomRepoMgr/Resources/Localization.es.resx index 8df4a0b..2e00b57 100644 --- a/RomRepoMgr/Resources/Localization.es.resx +++ b/RomRepoMgr/Resources/Localization.es.resx @@ -372,4 +372,10 @@ Tardará mucho tiempo... Actualizando estadísticas de sets de ROMs + + _Preferencias + + + _Salir + \ No newline at end of file diff --git a/RomRepoMgr/Resources/Localization.resx b/RomRepoMgr/Resources/Localization.resx index 8b3e00b..03c4577 100644 --- a/RomRepoMgr/Resources/Localization.resx +++ b/RomRepoMgr/Resources/Localization.resx @@ -1,7 +1,8 @@ - @@ -379,4 +380,10 @@ This will take a long time... Retrieving ROM sets from database... + + _Preferences + + + _Quit + \ No newline at end of file