//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.34003 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace ROMVault2.Properties { 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()] internal 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)] internal static global::System.Resources.ResourceManager ResourceManager { get { if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("ROMVault2.Properties.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)] internal static global::System.Globalization.CultureInfo Culture { get { return resourceCulture; } set { resourceCulture = value; } } /// /// Looks up a localized string similar to , . /// internal static string Comma { get { return ResourceManager.GetString("Comma", resourceCulture); } } /// /// Looks up a localized string similar to Error Keyword . /// internal static string DatCmpReader_LoadDirFromDat_Error_Keyword { get { return ResourceManager.GetString("DatCmpReader_LoadDirFromDat_Error_Keyword", resourceCulture); } } /// /// Looks up a localized string similar to not know in dir. /// internal static string DatCmpReader_LoadDirFromDat_not_know_in_dir { get { return ResourceManager.GetString("DatCmpReader_LoadDirFromDat_not_know_in_dir", resourceCulture); } } /// /// Looks up a localized string similar to Name not found as first object in ( ). /// internal static string DatCmpReader_LoadGameFromDat_Name_not_found_as_first_object_in { get { return ResourceManager.GetString("DatCmpReader_LoadGameFromDat_Name_not_found_as_first_object_in", resourceCulture); } } /// /// Looks up a localized string similar to ( not found after game. /// internal static string DatCmpReader_LoadGameFromDat_not_found_after_game { get { return ResourceManager.GetString("DatCmpReader_LoadGameFromDat_not_found_after_game", resourceCulture); } } /// /// Looks up a localized string similar to ' not known in game. /// internal static string DatCmpReader_LoadGameFromDat_not_known_in_game { get { return ResourceManager.GetString("DatCmpReader_LoadGameFromDat_not_known_in_game", resourceCulture); } } /// /// Looks up a localized string similar to ( not found after clrmamepro. /// internal static string DatCmpReader_LoadHeaderFromDat_not_found_after_clrmamepro { get { return ResourceManager.GetString("DatCmpReader_LoadHeaderFromDat_not_found_after_clrmamepro", resourceCulture); } } /// /// Looks up a localized string similar to ' not known in clrmamepro. /// internal static string DatCmpReader_LoadHeaderFromDat_not_known_in_clrmamepro { get { return ResourceManager.GetString("DatCmpReader_LoadHeaderFromDat_not_known_in_clrmamepro", resourceCulture); } } /// /// Looks up a localized string similar to ( not found after rom. /// internal static string DatCmpReader_LoadRomFromDat_not_found_after_rom { get { return ResourceManager.GetString("DatCmpReader_LoadRomFromDat_not_found_after_rom", resourceCulture); } } /// /// Looks up a localized string similar to ' not known in rom. /// internal static string DatCmpReader_LoadRomFromDat_not_known_in_rom { get { return ResourceManager.GetString("DatCmpReader_LoadRomFromDat_not_known_in_rom", resourceCulture); } } /// /// Looks up a localized string similar to Error: key word '. /// internal static string DatCmpReader_ReadDat_Error_keyword { get { return ResourceManager.GetString("DatCmpReader_ReadDat_Error_keyword", resourceCulture); } } /// /// Looks up a localized string similar to ' not known. /// internal static string DatCmpReader_ReadDat_not_known { get { return ResourceManager.GetString("DatCmpReader_ReadDat_not_known", resourceCulture); } } /// /// Looks up a localized string similar to Error dat found on item listed as not in dat. /// internal static string DatUpdate_ClearOldDats_Error_dat_found_on_item_listed_as_not_in_dat { get { return ResourceManager.GetString("DatUpdate_ClearOldDats_Error_dat_found_on_item_listed_as_not_in_dat", resourceCulture); } } /// /// Looks up a localized string similar to Got to a non dir when checking Dir's for dats to remove. /// internal static string DatUpdate_ClearOldDats_Got_to_a_non_dir_when_checking_Dir_s_for_dats_to_remove { get { return ResourceManager.GetString("DatUpdate_ClearOldDats_Got_to_a_non_dir_when_checking_Dir_s_for_dats_to_remove", resourceCulture); } } /// /// Looks up a localized string similar to This is bad, rBase.Dat is set to a dat, and rBase.DatStatus is not. /// internal static string DatUpdate_ClearOldDats_This_is_bad__rBase_Dat_is_set_to_a_dat_and_rBase_DatStatus_is_not { get { return ResourceManager.GetString("DatUpdate_ClearOldDats_This_is_bad__rBase_Dat_is_set_to_a_dat_and_rBase_DatStatus" + "_is_not", resourceCulture); } } /// /// Looks up a localized string similar to Unknown File Delete Test . /// internal static string DatUpdate_ClearOldDats_Unknown_File_Delete_Test { get { return ResourceManager.GetString("DatUpdate_ClearOldDats_Unknown_File_Delete_Test", resourceCulture); } } /// /// Looks up a localized string similar to Unknown file setup. /// internal static string DatUpdate_ClearOldDats_Unknown_file_setup { get { return ResourceManager.GetString("DatUpdate_ClearOldDats_Unknown_file_setup", resourceCulture); } } /// /// Looks up a localized string similar to This should also never happen.. /// internal static string DatUpdate_ClearRemovedDatsFromTheDb_This_should_also_never_happen { get { return ResourceManager.GetString("DatUpdate_ClearRemovedDatsFromTheDb_This_should_also_never_happen", resourceCulture); } } /// /// Looks up a localized string similar to Error in Logic. /// internal static string DatUpdate_MergeInDat_Error_in_Logic { get { return ResourceManager.GetString("DatUpdate_MergeInDat_Error_in_Logic", resourceCulture); } } /// /// Looks up a localized string similar to Unkown Update Dat Status . /// internal static string DatUpdate_MergeInDat_Unkown_Update_Dat_Status { get { return ResourceManager.GetString("DatUpdate_MergeInDat_Unkown_Update_Dat_Status", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Merge Status. /// internal static string DatUpdate_UpdateDatFile_Unknown_Merge_Status { get { return ResourceManager.GetString("DatUpdate_UpdateDatFile_Unknown_Merge_Status", resourceCulture); } } /// /// Looks up a localized string similar to ' Directory will be ignored.. /// internal static string DatUpdate_UpdateDatList_Directory_will_be_ignored { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_Directory_will_be_ignored", resourceCulture); } } /// /// Looks up a localized string similar to Empty Directories found in '. /// internal static string DatUpdate_UpdateDatList_Empty_Directories_found_in { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_Empty_Directories_found_in", resourceCulture); } } /// /// Looks up a localized string similar to ERROR Deleting a DAT that should already be deleted. /// internal static string DatUpdate_UpdateDatList_ERROR_Deleting_a_DAT_that_should_already_be_deleted { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_ERROR_Deleting_a_DAT_that_should_already_be_deleted", resourceCulture); } } /// /// Looks up a localized string similar to Not Found.. /// internal static string DatUpdate_UpdateDatList_Not_Found { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_Not_Found", resourceCulture); } } /// /// Looks up a localized string similar to Path: . /// internal static string DatUpdate_UpdateDatList_Path { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_Path", resourceCulture); } } /// /// Looks up a localized string similar to RomValue Scan Error:. /// internal static string DatUpdate_UpdateDatList_RomValue_Scan_Error { get { return ResourceManager.GetString("DatUpdate_UpdateDatList_RomValue_Scan_Error", resourceCulture); } } /// /// Looks up a localized string similar to Data Cache version is out of date you should now rescan your dat directory and roms directory.. /// internal static string DB_Read_Data_Cache_version_is_out_of_date_you_should_now_rescan_your_dat_directory_and_roms_directory_ { get { return ResourceManager.GetString("DB_Read_Data_Cache_version_is_out_of_date_you_should_now_rescan_your_dat_director" + "y_and_roms_directory_", resourceCulture); } } /// /// Looks up a localized string similar to Error in File Scanning Code.. /// internal static string FileScanning_CheckADir_Error_in_File_Scanning_Code { get { return ResourceManager.GetString("FileScanning_CheckADir_Error_in_File_Scanning_Code", resourceCulture); } } /// /// Looks up a localized string similar to Error Case . /// internal static string FindFixes_ListCheck_Error_Case { get { return ResourceManager.GetString("FindFixes_ListCheck_Error_Case", resourceCulture); } } /// /// Looks up a localized string similar to Nothing Set For . /// internal static string FindFixes_ListCheck_Nothing_Set_For { get { return ResourceManager.GetString("FindFixes_ListCheck_Nothing_Set_For", resourceCulture); } } /// /// Looks up a localized string similar to Unknown test status . /// internal static string FindFixes_ListCheck_Unknown_test_status { get { return ResourceManager.GetString("FindFixes_ListCheck_Unknown_test_status", resourceCulture); } } /// /// Looks up a localized string similar to Unknown result type. /// internal static string FixFiles_FixDirChildren_Unknown_result_type { get { return ResourceManager.GetString("FixFiles_FixDirChildren_Unknown_result_type", resourceCulture); } } /// /// Looks up a localized string similar to But the case of the unknown file is wrong. Rescan and try agian.. /// internal static string FixFiles_FixFile__But_the_case_of_the_unknown_file_is_wrong_Rescan_and_try_agian { get { return ResourceManager.GetString("FixFiles_FixFile__But_the_case_of_the_unknown_file_is_wrong_Rescan_and_try_agian", resourceCulture); } } /// /// Looks up a localized string similar to Did you manualy fix this file without rescanning?. /// internal static string FixFiles_FixFile__Did_you_manualy_fix_this_file_without_rescanning { get { return ResourceManager.GetString("FixFiles_FixFile__Did_you_manualy_fix_this_file_without_rescanning", resourceCulture); } } /// /// Looks up a localized string similar to Trying to fix a file that already exists . /// internal static string FixFiles_FixFile_Trying_to_fix_a_file_that_already_exists { get { return ResourceManager.GetString("FixFiles_FixFile_Trying_to_fix_a_file_that_already_exists", resourceCulture); } } /// /// Looks up a localized string similar to Unable to Find the file used to fix . /// internal static string FixFiles_FixFile_Unable_to_Find_the_file_used_to_fix { get { return ResourceManager.GetString("FixFiles_FixFile_Unable_to_Find_the_file_used_to_fix", resourceCulture); } } /// /// Looks up a localized string similar to Unknown fix file type . /// internal static string FixFiles_FixFile_Unknown_fix_file_type { get { return ResourceManager.GetString("FixFiles_FixFile_Unknown_fix_file_type", resourceCulture); } } /// /// Looks up a localized string similar to Unsupported file Fix. /// internal static string FixFiles_FixFile_Unsupported_file_Fix { get { return ResourceManager.GetString("FixFiles_FixFile_Unsupported_file_Fix", resourceCulture); } } /// /// Looks up a localized string similar to : . /// internal static string FixFiles_FixZip_Colon { get { return ResourceManager.GetString("FixFiles_FixZip_Colon", resourceCulture); } } /// /// Looks up a localized string similar to Error finding Fixing Rom, Database is corrupt.. /// internal static string FixFiles_FixZip_Error_finding_Fixing_Rom_Database_is_corrupt { get { return ResourceManager.GetString("FixFiles_FixZip_Error_finding_Fixing_Rom_Database_is_corrupt", resourceCulture); } } /// /// Looks up a localized string similar to Error in Fix Rom Status . /// internal static string FixFiles_FixZip_Error_in_Fix_Rom_Status { get { return ResourceManager.GetString("FixFiles_FixZip_Error_in_Fix_Rom_Status", resourceCulture); } } /// /// Looks up a localized string similar to Error processing zip . /// internal static string FixFiles_FixZip_Error_processing_zip { get { return ResourceManager.GetString("FixFiles_FixZip_Error_processing_zip", resourceCulture); } } /// /// Looks up a localized string similar to This Delete case should never happen, help . /// internal static string FixFiles_FixZip_This_Delete_case_should_never_happen__help { get { return ResourceManager.GetString("FixFiles_FixZip_This_Delete_case_should_never_happen__help", resourceCulture); } } /// /// Looks up a localized string similar to This Delete case should never happen, you do not delete a rom you collect.. /// internal static string FixFiles_FixZip_This_Delete_case_should_never_happen__you_do_not_delete_a_rom_you_collect { get { return ResourceManager.GetString("FixFiles_FixZip_This_Delete_case_should_never_happen__you_do_not_delete_a_rom_you" + "_collect", resourceCulture); } } /// /// Looks up a localized string similar to Unknown type. /// internal static string FixFiles_FixZip_Unknown_type { get { return ResourceManager.GetString("FixFiles_FixZip_Unknown_type", resourceCulture); } } /// /// Looks up a localized string similar to did you delete it?. /// internal static string FixFiles_OpenOriginalZip_did_you_delete_it { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_did_you_delete_it", resourceCulture); } } /// /// Looks up a localized string similar to File not found :. /// internal static string FixFiles_OpenOriginalZip_File_not_found { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_File_not_found", resourceCulture); } } /// /// Looks up a localized string similar to File TimeStamp has changed in file . /// internal static string FixFiles_OpenOriginalZip_File_TimeStamp_has_changed_in_file { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_File_TimeStamp_has_changed_in_file", resourceCulture); } } /// /// Looks up a localized string similar to Found an unknown file :. /// internal static string FixFiles_OpenOriginalZip_Found_an_unknown_file { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_Found_an_unknown_file", resourceCulture); } } /// /// Looks up a localized string similar to Trying to open an unscanned file :. /// internal static string FixFiles_OpenOriginalZip_Trying_to_open_an_unscanned_file { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_Trying_to_open_an_unscanned_file", resourceCulture); } } /// /// Looks up a localized string similar to Unknown File Open Type.. /// internal static string FixFiles_OpenOriginalZip_Unknown_File_Open_Type { get { return ResourceManager.GetString("FixFiles_OpenOriginalZip_Unknown_File_Open_Type", resourceCulture); } } /// /// Looks up a localized string similar to Trying to fix unscanned dir's. /// internal static string FixFiles_PerformFixes_Trying_to_fix_unscanned_dir_s { get { return ResourceManager.GetString("FixFiles_PerformFixes_Trying_to_fix_unscanned_dir_s", resourceCulture); } } /// /// Looks up a localized string similar to Set ROM DIR. /// internal static string FrmMain_DirTreeRvSelected_Set_ROM_DIR { get { return ResourceManager.GetString("FrmMain_DirTreeRvSelected_Set_ROM_DIR", resourceCulture); } } /// /// Looks up a localized string similar to File Type Missing . /// internal static string FrmMain_UpdateRomGrid_File_Type_Missing_ { get { return ResourceManager.GetString("FrmMain_UpdateRomGrid_File_Type_Missing_", resourceCulture); } } /// /// Looks up a localized string similar to Directory Settings. /// internal static string FrmSetDir_BtnDeleteSelectedClick_Directory_Settings { get { return ResourceManager.GetString("FrmSetDir_BtnDeleteSelectedClick_Directory_Settings", resourceCulture); } } /// /// Looks up a localized string similar to RomVault Rom Location. /// internal static string FrmSetDir_BtnDeleteSelectedClick_RomVault_Rom_Location { get { return ResourceManager.GetString("FrmSetDir_BtnDeleteSelectedClick_RomVault_Rom_Location", resourceCulture); } } /// /// Looks up a localized string similar to You cannot delete the . /// internal static string FrmSetDir_BtnDeleteSelectedClick_You_cannot_delete_the { get { return ResourceManager.GetString("FrmSetDir_BtnDeleteSelectedClick_You_cannot_delete_the", resourceCulture); } } /// /// Looks up a localized string similar to Please select a folder for This Rom Set. /// internal static string FrmSetDir_BtnSetRomLocationClick_Please_select_a_folder_for_This_Rom_Set { get { return ResourceManager.GetString("FrmSetDir_BtnSetRomLocationClick_Please_select_a_folder_for_This_Rom_Set", resourceCulture); } } /// /// Looks up a localized string similar to Edit Existing Directory Mapping. /// internal static string FrmSetDir_DataGridGamesDoubleClick_Edit_Existing_Directory_Mapping { get { return ResourceManager.GetString("FrmSetDir_DataGridGamesDoubleClick_Edit_Existing_Directory_Mapping", resourceCulture); } } /// /// Looks up a localized string similar to Please select a folder for DAT Root. /// internal static string FrmSettings_BtnDatClick_Please_select_a_folder_for_DAT_Root { get { return ResourceManager.GetString("FrmSettings_BtnDatClick_Please_select_a_folder_for_DAT_Root", resourceCulture); } } /// /// Looks up a localized string similar to There is a new release download now from . /// internal static string Program_Main_There_is_a_new_release_download_now_from { get { return ResourceManager.GetString("Program_Main_There_is_a_new_release_download_now_from", resourceCulture); } } /// /// Looks up a localized string similar to You are not Authorised to use this program.. /// internal static string Program_Main_You_are_not_Authorised_to_use_this_program { get { return ResourceManager.GetString("Program_Main_You_are_not_Authorised_to_use_this_program", resourceCulture); } } /// /// Looks up a localized string similar to You must have a 'user - <NAME>.xml' file to use RomVault. /// internal static string Program_Main_You_must_have_a__user____NAME__xml__file_to_use_RomVault { get { return ResourceManager.GetString("Program_Main_You_must_have_a__user____NAME__xml__file_to_use_RomVault", resourceCulture); } } /// /// Looks up a localized string similar to Close. /// internal static string ProgressWindowFix_DoDone_Close { get { return ResourceManager.GetString("ProgressWindowFix_DoDone_Close", resourceCulture); } } /// /// Looks up a localized string similar to Cancelling. /// internal static string ProgressWindowFix_OnClosing_Cancelling { get { return ResourceManager.GetString("ProgressWindowFix_OnClosing_Cancelling", resourceCulture); } } /// /// Looks up a localized string similar to Please select a folder for Dats. /// internal static string Report_MakeFixFiles_Please_select_a_folder_for_Dats { get { return ResourceManager.GetString("Report_MakeFixFiles_Please_select_a_folder_for_Dats", resourceCulture); } } /// /// Looks up a localized string similar to , . /// internal static string RvBase_Check { get { return ResourceManager.GetString("RvBase_Check", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Error Status File . /// internal static string RvBase_Check_Unknown_Error_Status_File { get { return ResourceManager.GetString("RvBase_Check_Unknown_Error_Status_File", resourceCulture); } } /// /// Looks up a localized string similar to Dat found without an index. /// internal static string RvBase_Read_Dat_found_without_an_index { get { return ResourceManager.GetString("RvBase_Read_Dat_found_without_an_index", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Set Got Status . /// internal static string RvBase_SetGot_Unknown_Set_Got_Status { get { return ResourceManager.GetString("RvBase_SetGot_Unknown_Set_Got_Status", resourceCulture); } } /// /// Looks up a localized string similar to Clearing Dir with a dat list. /// internal static string RvDir_ClearDat_Clearing_Dir_with_a_dat_list { get { return ResourceManager.GetString("RvDir_ClearDat_Clearing_Dir_with_a_dat_list", resourceCulture); } } /// /// Looks up a localized string similar to Setting Dir with a dat list. /// internal static string RvDir_SetDat_Setting_Dir_with_a_dat_list { get { return ResourceManager.GetString("RvDir_SetDat_Setting_Dir_with_a_dat_list", resourceCulture); } } /// /// Looks up a localized string similar to Count went negative.. /// internal static string RvDir_UpdateArrGotStatus_Count_went_negative { get { return ResourceManager.GetString("RvDir_UpdateArrGotStatus_Count_went_negative", resourceCulture); } } /// /// Looks up a localized string similar to Unknown Reset Got status . /// internal static string Utils_ResetGotStatus_Unknown_Reset_Got_status { get { return ResourceManager.GetString("Utils_ResetGotStatus_Unknown_Reset_Got_status", resourceCulture); } } } }