'------------------------------------------------------------------------------ ' ' 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. ' '------------------------------------------------------------------------------ Option Strict On Option Explicit On Imports System Namespace My.Resources '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. ''' ''' A strongly-typed resource class, for looking up localized strings, etc. ''' _ Friend Module Resources Private resourceMan As Global.System.Resources.ResourceManager Private resourceCulture As Global.System.Globalization.CultureInfo ''' ''' Returns the cached ResourceManager instance used by this class. ''' _ Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager Get If Object.ReferenceEquals(resourceMan, Nothing) Then Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("GBM.Resources", GetType(Resources).Assembly) resourceMan = temp End If Return resourceMan End Get End Property ''' ''' Overrides the current thread's CurrentUICulture property for all ''' resource lookups using this strongly typed resource class. ''' _ Friend Property Culture() As Global.System.Globalization.CultureInfo Get Return resourceCulture End Get Set resourceCulture = value End Set End Property ''' ''' Looks up a localized string similar to There are unsaved changes on this form. Do you want to save?. ''' Friend ReadOnly Property App_ConfirmDirty() As String Get Return ResourceManager.GetString("App_ConfirmDirty", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Michael J. Seiferling. ''' Friend ReadOnly Property App_Copyright() As String Get Return ResourceManager.GetString("App_Copyright", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM is busy with an open window on your desktop.. ''' Friend ReadOnly Property App_ErrorFocus() As String Get Return ResourceManager.GetString("App_ErrorFocus", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This function is currently not available on a Unix based operating system.. ''' Friend ReadOnly Property App_ErrorUnixNotAvailable() As String Get Return ResourceManager.GetString("App_ErrorUnixNotAvailable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 7-Zip (7za.exe) is invalid and has been prevented from running.. ''' Friend ReadOnly Property App_Invalid7zDetected() As String Get Return ResourceManager.GetString("App_Invalid7zDetected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor. ''' Friend ReadOnly Property App_NameLong() As String Get Return ResourceManager.GetString("App_NameLong", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM. ''' Friend ReadOnly Property App_NameShort() As String Get Return ResourceManager.GetString("App_NameShort", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to N/A. ''' Friend ReadOnly Property App_NotAvailable() As String Get Return ResourceManager.GetString("App_NotAvailable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to http://mikemaximus.github.io/gbm-web/GBM_Official.xml. ''' Friend ReadOnly Property App_URLImport() As String Get Return ResourceManager.GetString("App_URLImport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to http://mikemaximus.github.io/gbm-web/GBM_Official_Linux.xml. ''' Friend ReadOnly Property App_URLImportLinux() As String Get Return ResourceManager.GetString("App_URLImportLinux", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to http://mikemaximus.github.io/gbm-web/manual.html. ''' Friend ReadOnly Property App_URLManual() As String Get Return ResourceManager.GetString("App_URLManual", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to https://github.com/MikeMaximus/gbm/releases. ''' Friend ReadOnly Property App_URLUpdates() As String Get Return ResourceManager.GetString("App_URLUpdates", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to http://mikemaximus.github.io/gbm-web/. ''' Friend ReadOnly Property App_URLWebsite() As String Get Return ResourceManager.GetString("App_URLWebsite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Back. ''' Friend ReadOnly Property frmAddWizard_btnBack() As String Get Return ResourceManager.GetString("frmAddWizard_btnBack", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmAddWizard_btnCancel() As String Get Return ResourceManager.GetString("frmAddWizard_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose items to e&xclude.... ''' Friend ReadOnly Property frmAddWizard_btnExclude() As String Get Return ResourceManager.GetString("frmAddWizard_btnExclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose items to in&clude.... ''' Friend ReadOnly Property frmAddWizard_btnInclude() As String Get Return ResourceManager.GetString("frmAddWizard_btnInclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Next. ''' Friend ReadOnly Property frmAddWizard_btnNext() As String Get Return ResourceManager.GetString("frmAddWizard_btnNext", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Finish. ''' Friend ReadOnly Property frmAddWizard_btnNext_Finish() As String Get Return ResourceManager.GetString("frmAddWizard_btnNext_Finish", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmAddWizard_btnProcessBrowse() As String Get Return ResourceManager.GetString("frmAddWizard_btnProcessBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmAddWizard_btnSaveBrowse() As String Get Return ResourceManager.GetString("frmAddWizard_btnSaveBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save entire folder. ''' Friend ReadOnly Property frmAddWizard_chkFolderSave() As String Get Return ResourceManager.GetString("frmAddWizard_chkFolderSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save multiple backups. ''' Friend ReadOnly Property frmAddWizard_chkTimeStamp() As String Get Return ResourceManager.GetString("frmAddWizard_chkTimeStamp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose exe file that starts the game. ''' Friend ReadOnly Property frmAddWizard_ChooseProcess() As String Get Return ResourceManager.GetString("frmAddWizard_ChooseProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the game save folder:. ''' Friend ReadOnly Property frmAddWizard_ChooseSavePath() As String Get Return ResourceManager.GetString("frmAddWizard_ChooseSavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] has been saved.[BR][BR]Would you like to add tags for [PARAM]?. ''' Friend ReadOnly Property frmAddWizard_ConfirmSaveTags() As String Get Return ResourceManager.GetString("frmAddWizard_ConfirmSaveTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The path to the executable must be a full path.. ''' Friend ReadOnly Property frmAddWizard_ErrorBadProcessPath() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorBadProcessPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The selected path must be a full path.. ''' Friend ReadOnly Property frmAddWizard_ErrorBadSavePath() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorBadSavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A game with this exact name and process already exists.. ''' Friend ReadOnly Property frmAddWizard_ErrorGameDupe() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorGameDupe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The file you selected is not an executable file.. ''' Friend ReadOnly Property frmAddWizard_ErrorNotAProcess() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorNotAProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This file is not a shorcut.. ''' Friend ReadOnly Property frmAddWizard_ErrorNotAShortcut() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorNotAShortcut", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The selected executable file does not exist.. ''' Friend ReadOnly Property frmAddWizard_ErrorProcessNotExist() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorProcessNotExist", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The folder you selected does not exist or is not a valid folder.. ''' Friend ReadOnly Property frmAddWizard_ErrorSavePathNotExist() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorSavePathNotExist", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid game name.. ''' Friend ReadOnly Property frmAddWizard_ErrorValidName() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorValidName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must select the game's executable file (.exe) to continue.. ''' Friend ReadOnly Property frmAddWizard_ErrorValidProcess() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorValidProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must select the game's save file path to continue. ''' Friend ReadOnly Property frmAddWizard_ErrorValidSavePath() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorValidSavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must choose items to include in the backup, or choose to save the entire folder.. ''' Friend ReadOnly Property frmAddWizard_ErrorValidSaveType() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorValidSaveType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occured working with the shortcut file.[BR][BR][PARAM]. ''' Friend ReadOnly Property frmAddWizard_ErrorWithShortcut() As String Get Return ResourceManager.GetString("frmAddWizard_ErrorWithShortcut", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exclude. ''' Friend ReadOnly Property frmAddWizard_Exclude() As String Get Return ResourceManager.GetString("frmAddWizard_Exclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Executable. ''' Friend ReadOnly Property frmAddWizard_Executable() As String Get Return ResourceManager.GetString("frmAddWizard_Executable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add Game Wizard. ''' Friend ReadOnly Property frmAddWizard_FormName() As String Get Return ResourceManager.GetString("frmAddWizard_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Include. ''' Friend ReadOnly Property frmAddWizard_Include() As String Get Return ResourceManager.GetString("frmAddWizard_Include", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] item(s) selected. ''' Friend ReadOnly Property frmAddWizard_ItemsSelectedMulti() As String Get Return ResourceManager.GetString("frmAddWizard_ItemsSelectedMulti", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 0 item(s) selected. ''' Friend ReadOnly Property frmAddWizard_ItemsSelectedNone() As String Get Return ResourceManager.GetString("frmAddWizard_ItemsSelectedNone", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Path. ''' Friend ReadOnly Property frmAddWizard_lblExcludePath() As String Get Return ResourceManager.GetString("frmAddWizard_lblExcludePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Saved Game Folder:. ''' Friend ReadOnly Property frmAddWizard_lblExcludePathTitle() As String Get Return ResourceManager.GetString("frmAddWizard_lblExcludePathTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Path. ''' Friend ReadOnly Property frmAddWizard_lblIncludePath() As String Get Return ResourceManager.GetString("frmAddWizard_lblIncludePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Saved Game Folder:. ''' Friend ReadOnly Property frmAddWizard_lblIncludePathTitle() As String Get Return ResourceManager.GetString("frmAddWizard_lblIncludePathTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Limit. ''' Friend ReadOnly Property frmAddWizard_lblLimit() As String Get Return ResourceManager.GetString("frmAddWizard_lblLimit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The name will be automatically filtered for length and invalid characters. You may drag and drop a shortcut here to complete this step, only Windows shortcuts are currently supported.. ''' Friend ReadOnly Property frmAddWizard_lblStep1Instructions() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep1Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enter the name of the game to monitor:. ''' Friend ReadOnly Property frmAddWizard_lblStep1Intro() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep1Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Name. ''' Friend ReadOnly Property frmAddWizard_lblStep1Title() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep1Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Some games use launchers. Do not monitor launchers, be sure to choose the game's actual exe file. You may drag and drop a shortcut here to complete this step, only Windows shortcuts are currently supported.. ''' Friend ReadOnly Property frmAddWizard_lblStep2Instructions() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep2Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the game's executable file or shortcut:. ''' Friend ReadOnly Property frmAddWizard_lblStep2Intro() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep2Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Process to Monitor. ''' Friend ReadOnly Property frmAddWizard_lblStep2Title() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep2Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose any file types, specific files or folders you wish to include in the backup. If you're unsure, go back a step and choose to save the entire folder. . ''' Friend ReadOnly Property frmAddWizard_lblStep3aInstructions() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep3aInstructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose Files to Backup. ''' Friend ReadOnly Property frmAddWizard_lblStep3aTitle() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep3aTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to If you're unsure of exactly which files to backup, make sure Save entire folder is checked. You can also choose to save multiple backups and set a limit on how many to keep.. ''' Friend ReadOnly Property frmAddWizard_lblStep3Instructions() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep3Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the location of your game's save files:. ''' Friend ReadOnly Property frmAddWizard_lblStep3Intro() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep3Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Path. ''' Friend ReadOnly Property frmAddWizard_lblStep3Title() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep3Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose any file types, specific files or folders you wish to exclude from the backup. You may choose multiple items to exclude. This step can be skipped.. ''' Friend ReadOnly Property frmAddWizard_lblStep4Instructions() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep4Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exclude Files or Folders. ''' Friend ReadOnly Property frmAddWizard_lblStep4Title() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep4Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Verify your settings below and click Finish to save.. ''' Friend ReadOnly Property frmAddWizard_lblStep5Intro() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep5Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Summary of your Game. ''' Friend ReadOnly Property frmAddWizard_lblStep5Title() As String Get Return ResourceManager.GetString("frmAddWizard_lblStep5Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to None. ''' Friend ReadOnly Property frmAddWizard_None() As String Get Return ResourceManager.GetString("frmAddWizard_None", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Absolute Path. ''' Friend ReadOnly Property frmAddWizard_Summary_AbsolutePath() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_AbsolutePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Excluded Items. ''' Friend ReadOnly Property frmAddWizard_Summary_Exclude() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_Exclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Folder Save. ''' Friend ReadOnly Property frmAddWizard_Summary_FolderSave() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_FolderSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Included Items. ''' Friend ReadOnly Property frmAddWizard_Summary_Include() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_Include", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name. ''' Friend ReadOnly Property frmAddWizard_Summary_Name() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_Name", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Process. ''' Friend ReadOnly Property frmAddWizard_Summary_Process() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_Process", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Path. ''' Friend ReadOnly Property frmAddWizard_Summary_SavePath() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_SavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiple Backups. ''' Friend ReadOnly Property frmAddWizard_Summary_Timestamp() As String Get Return ResourceManager.GetString("frmAddWizard_Summary_Timestamp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmAdvancedImport_btnCancel() As String Get Return ResourceManager.GetString("frmAdvancedImport_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Import. ''' Friend ReadOnly Property frmAdvancedImport_btnImport() As String Get Return ResourceManager.GetString("frmAdvancedImport_btnImport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Select All. ''' Friend ReadOnly Property frmAdvancedImport_chkSelectAll() As String Get Return ResourceManager.GetString("frmAdvancedImport_chkSelectAll", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name. ''' Friend ReadOnly Property frmAdvancedImport_ColumnName() As String Get Return ResourceManager.GetString("frmAdvancedImport_ColumnName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitored Process. ''' Friend ReadOnly Property frmAdvancedImport_ColumnProcess() As String Get Return ResourceManager.GetString("frmAdvancedImport_ColumnProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tags. ''' Friend ReadOnly Property frmAdvancedImport_ColumnTags() As String Get Return ResourceManager.GetString("frmAdvancedImport_ColumnTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Configurations ([PARAM]). ''' Friend ReadOnly Property frmAdvancedImport_Configs() As String Get Return ResourceManager.GetString("frmAdvancedImport_Configs", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [Filtered]. ''' Friend ReadOnly Property frmAdvancedImport_Filtered() As String Get Return ResourceManager.GetString("frmAdvancedImport_Filtered", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import Game Configurations. ''' Friend ReadOnly Property frmAdvancedImport_FormName() As String Get Return ResourceManager.GetString("frmAdvancedImport_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Filter:. ''' Friend ReadOnly Property frmAdvancedImport_lblFilter() As String Get Return ResourceManager.GetString("frmAdvancedImport_lblFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Selected ([PARAM]). ''' Friend ReadOnly Property frmAdvancedImport_Selected() As String Get Return ResourceManager.GetString("frmAdvancedImport_Selected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmChooseGame_btnCancel() As String Get Return ResourceManager.GetString("frmChooseGame_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to C&hoose Game. ''' Friend ReadOnly Property frmChooseGame_btnChoose() As String Get Return ResourceManager.GetString("frmChooseGame_btnChoose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose Game. ''' Friend ReadOnly Property frmChooseGame_FormName() As String Get Return ResourceManager.GetString("frmChooseGame_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Please choose the game you were playing:. ''' Friend ReadOnly Property frmChooseGame_lblChoose() As String Get Return ResourceManager.GetString("frmChooseGame_lblChoose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmFileFolderSearch_btnCancel() As String Get Return ResourceManager.GetString("frmFileFolderSearch_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &OK. ''' Friend ReadOnly Property frmFileFolderSearch_btnOk() As String Get Return ResourceManager.GetString("frmFileFolderSearch_btnOk", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Search. ''' Friend ReadOnly Property frmFileFolderSearch_FormName() As String Get Return ResourceManager.GetString("frmFileFolderSearch_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Search Results. ''' Friend ReadOnly Property frmFileFolderSearch_lblResults() As String Get Return ResourceManager.GetString("frmFileFolderSearch_lblResults", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Search Aborted!. ''' Friend ReadOnly Property frmFileFolderSearch_SearchCancel() As String Get Return ResourceManager.GetString("frmFileFolderSearch_SearchCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Search Complete!. ''' Friend ReadOnly Property frmFileFolderSearch_SearchComplete() As String Get Return ResourceManager.GetString("frmFileFolderSearch_SearchComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you wish to search the [PARAM] drive?. ''' Friend ReadOnly Property frmFileFolderSearch_SwitchDrives() As String Get Return ResourceManager.GetString("frmFileFolderSearch_SwitchDrives", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add. ''' Friend ReadOnly Property frmFilter_btnAddFilter() As String Get Return ResourceManager.GetString("frmFilter_btnAddFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to >. ''' Friend ReadOnly Property frmFilter_btnExcludeAdd() As String Get Return ResourceManager.GetString("frmFilter_btnExcludeAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to <. ''' Friend ReadOnly Property frmFilter_btnExcludeRemove() As String Get Return ResourceManager.GetString("frmFilter_btnExcludeRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to <. ''' Friend ReadOnly Property frmFilter_btnIncludeAdd() As String Get Return ResourceManager.GetString("frmFilter_btnIncludeAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to >. ''' Friend ReadOnly Property frmFilter_btnIncludeRemove() As String Get Return ResourceManager.GetString("frmFilter_btnIncludeRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &OK. ''' Friend ReadOnly Property frmFilter_btnOK() As String Get Return ResourceManager.GetString("frmFilter_btnOK", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Remove. ''' Friend ReadOnly Property frmFilter_btnRemoveFilter() As String Get Return ResourceManager.GetString("frmFilter_btnRemoveFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Disabled. ''' Friend ReadOnly Property frmFilter_cboBoolFilterDisabled() As String Get Return ResourceManager.GetString("frmFilter_cboBoolFilterDisabled", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enabled. ''' Friend ReadOnly Property frmFilter_cboBoolFilterEnabled() As String Get Return ResourceManager.GetString("frmFilter_cboBoolFilterEnabled", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Information. ''' Friend ReadOnly Property frmFilter_chkGameInfo() As String Get Return ResourceManager.GetString("frmFilter_chkGameInfo", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tag. ''' Friend ReadOnly Property frmFilter_chkTag() As String Get Return ResourceManager.GetString("frmFilter_chkTag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Limit *. ''' Friend ReadOnly Property frmFilter_FieldBackupLimit() As String Get Return ResourceManager.GetString("frmFilter_FieldBackupLimit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delete Folder on Restore. ''' Friend ReadOnly Property frmFilter_FieldCleanFolder() As String Get Return ResourceManager.GetString("frmFilter_FieldCleanFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Comments. ''' Friend ReadOnly Property frmFilter_FieldComments() As String Get Return ResourceManager.GetString("frmFilter_FieldComments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Company. ''' Friend ReadOnly Property frmFilter_FieldCompany() As String Get Return ResourceManager.GetString("frmFilter_FieldCompany", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor Game. ''' Friend ReadOnly Property frmFilter_FieldEnabled() As String Get Return ResourceManager.GetString("frmFilter_FieldEnabled", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exclude Items. ''' Friend ReadOnly Property frmFilter_FieldExcludeList() As String Get Return ResourceManager.GetString("frmFilter_FieldExcludeList", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Include Items. ''' Friend ReadOnly Property frmFilter_FieldFileType() As String Get Return ResourceManager.GetString("frmFilter_FieldFileType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Entire Folder. ''' Friend ReadOnly Property frmFilter_FieldFolderSave() As String Get Return ResourceManager.GetString("frmFilter_FieldFolderSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Hours. ''' Friend ReadOnly Property frmFilter_FieldHours() As String Get Return ResourceManager.GetString("frmFilter_FieldHours", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Icon. ''' Friend ReadOnly Property frmFilter_FieldIcon() As String Get Return ResourceManager.GetString("frmFilter_FieldIcon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor Only. ''' Friend ReadOnly Property frmFilter_FieldMonitorOnly() As String Get Return ResourceManager.GetString("frmFilter_FieldMonitorOnly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name. ''' Friend ReadOnly Property frmFilter_FieldName() As String Get Return ResourceManager.GetString("frmFilter_FieldName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter. ''' Friend ReadOnly Property frmFilter_FieldParameter() As String Get Return ResourceManager.GetString("frmFilter_FieldParameter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Path *. ''' Friend ReadOnly Property frmFilter_FieldPath() As String Get Return ResourceManager.GetString("frmFilter_FieldPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Process. ''' Friend ReadOnly Property frmFilter_FieldProcess() As String Get Return ResourceManager.GetString("frmFilter_FieldProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Path. ''' Friend ReadOnly Property frmFilter_FieldProcessPath() As String Get Return ResourceManager.GetString("frmFilter_FieldProcessPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Multiple Backups. ''' Friend ReadOnly Property frmFilter_FieldTimeStamp() As String Get Return ResourceManager.GetString("frmFilter_FieldTimeStamp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Version. ''' Friend ReadOnly Property frmFilter_FieldVersion() As String Get Return ResourceManager.GetString("frmFilter_FieldVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom Filter. ''' Friend ReadOnly Property frmFilter_FormName() As String Get Return ResourceManager.GetString("frmFilter_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Filter Type. ''' Friend ReadOnly Property frmFilter_grpFilterType() As String Get Return ResourceManager.GetString("frmFilter_grpFilterType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Sorting. ''' Friend ReadOnly Property frmFilter_grpSorting() As String Get Return ResourceManager.GetString("frmFilter_grpSorting", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Sort Options. ''' Friend ReadOnly Property frmFilter_grpSortOptions() As String Get Return ResourceManager.GetString("frmFilter_grpSortOptions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Include Options. ''' Friend ReadOnly Property frmFilter_grpTagOptions() As String Get Return ResourceManager.GetString("frmFilter_grpTagOptions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Current Filters. ''' Friend ReadOnly Property frmFilter_lblCurrentFilters() As String Get Return ResourceManager.GetString("frmFilter_lblCurrentFilters", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exclude Tags. ''' Friend ReadOnly Property frmFilter_lblExcludeTags() As String Get Return ResourceManager.GetString("frmFilter_lblExcludeTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Fields. ''' Friend ReadOnly Property frmFilter_lblFields() As String Get Return ResourceManager.GetString("frmFilter_lblFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Filter. ''' Friend ReadOnly Property frmFilter_lblFilterData() As String Get Return ResourceManager.GetString("frmFilter_lblFilterData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Include Tags. ''' Friend ReadOnly Property frmFilter_lblIncludeTags() As String Get Return ResourceManager.GetString("frmFilter_lblIncludeTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Not. ''' Friend ReadOnly Property frmFilter_lblNot() As String Get Return ResourceManager.GetString("frmFilter_lblNot", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Fields. ''' Friend ReadOnly Property frmFilter_lblSortsFields() As String Get Return ResourceManager.GetString("frmFilter_lblSortsFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Tags. ''' Friend ReadOnly Property frmFilter_lblTags() As String Get Return ResourceManager.GetString("frmFilter_lblTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to * Indicates a field that may give unexpected results.. ''' Friend ReadOnly Property frmFilter_lblWarning() As String Get Return ResourceManager.GetString("frmFilter_lblWarning", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to contains. ''' Friend ReadOnly Property frmFilter_lstFilterContains() As String Get Return ResourceManager.GetString("frmFilter_lstFilterContains", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to All Tags. ''' Friend ReadOnly Property frmFilter_optAll() As String Get Return ResourceManager.GetString("frmFilter_optAll", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to All. ''' Friend ReadOnly Property frmFilter_optAnd() As String Get Return ResourceManager.GetString("frmFilter_optAnd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Any Tag. ''' Friend ReadOnly Property frmFilter_optAny() As String Get Return ResourceManager.GetString("frmFilter_optAny", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Any. ''' Friend ReadOnly Property frmFilter_optOr() As String Get Return ResourceManager.GetString("frmFilter_optOr", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Ascending. ''' Friend ReadOnly Property frmFilter_optSortAsc() As String Get Return ResourceManager.GetString("frmFilter_optSortAsc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Descending. ''' Friend ReadOnly Property frmFilter_optSortDesc() As String Get Return ResourceManager.GetString("frmFilter_optSortDesc", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] ([PARAM]). ''' Friend ReadOnly Property frmGameManager_BackupTimeAndName() As String Get Return ResourceManager.GetString("frmGameManager_BackupTimeAndName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a new [PARAM] backup file. ''' Friend ReadOnly Property frmGameManager_BrowseBackup() As String Get Return ResourceManager.GetString("frmGameManager_BrowseBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 7-Zip. ''' Friend ReadOnly Property frmGameManager_BrowseBackupType() As String Get Return ResourceManager.GetString("frmGameManager_BrowseBackupType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to +. ''' Friend ReadOnly Property frmGameManager_btnAdd() As String Get Return ResourceManager.GetString("frmGameManager_btnAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmGameManager_btnAppPathBrowse() As String Get Return ResourceManager.GetString("frmGameManager_btnAppPathBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Backup. ''' Friend ReadOnly Property frmGameManager_btnBackup() As String Get Return ResourceManager.GetString("frmGameManager_btnBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmGameManager_btnCancel() As String Get Return ResourceManager.GetString("frmGameManager_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Change Backup File. ''' Friend ReadOnly Property frmGameManager_btnChangeBackup() As String Get Return ResourceManager.GetString("frmGameManager_btnChangeBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to C&lose. ''' Friend ReadOnly Property frmGameManager_btnClose() As String Get Return ResourceManager.GetString("frmGameManager_btnClose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to -. ''' Friend ReadOnly Property frmGameManager_btnDelete() As String Get Return ResourceManager.GetString("frmGameManager_btnDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Delete Backup. ''' Friend ReadOnly Property frmGameManager_btnDeleteBackup() As String Get Return ResourceManager.GetString("frmGameManager_btnDeleteBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to E&xclude Items.... ''' Friend ReadOnly Property frmGameManager_btnExclude() As String Get Return ResourceManager.GetString("frmGameManager_btnExclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Export. ''' Friend ReadOnly Property frmGameManager_btnExport() As String Get Return ResourceManager.GetString("frmGameManager_btnExport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmGameManager_btnIconBrowse() As String Get Return ResourceManager.GetString("frmGameManager_btnIconBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Import. ''' Friend ReadOnly Property frmGameManager_btnImport() As String Get Return ResourceManager.GetString("frmGameManager_btnImport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to In&clude Items.... ''' Friend ReadOnly Property frmGameManager_btnInclude() As String Get Return ResourceManager.GetString("frmGameManager_btnInclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Mark as Restored. ''' Friend ReadOnly Property frmGameManager_btnMarkAsRestored() As String Get Return ResourceManager.GetString("frmGameManager_btnMarkAsRestored", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Open Backup File. ''' Friend ReadOnly Property frmGameManager_btnOpenBackupFile() As String Get Return ResourceManager.GetString("frmGameManager_btnOpenBackupFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to O&pen Restore Path. ''' Friend ReadOnly Property frmGameManager_btnOpenRestorePath() As String Get Return ResourceManager.GetString("frmGameManager_btnOpenRestorePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmGameManager_btnProcessBrowse() As String Get Return ResourceManager.GetString("frmGameManager_btnProcessBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Restore. ''' Friend ReadOnly Property frmGameManager_btnRestore() As String Get Return ResourceManager.GetString("frmGameManager_btnRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmGameManager_btnSave() As String Get Return ResourceManager.GetString("frmGameManager_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmGameManager_btnSavePathBrowse() As String Get Return ResourceManager.GetString("frmGameManager_btnSavePathBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tags.... ''' Friend ReadOnly Property frmGameManager_btnTags() As String Get Return ResourceManager.GetString("frmGameManager_btnTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Delete folder on restore. ''' Friend ReadOnly Property frmGameManager_chkCleanFolder() As String Get Return ResourceManager.GetString("frmGameManager_chkCleanFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor this game. ''' Friend ReadOnly Property frmGameManager_chkEnabled() As String Get Return ResourceManager.GetString("frmGameManager_chkEnabled", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save entire folder. ''' Friend ReadOnly Property frmGameManager_chkFolderSave() As String Get Return ResourceManager.GetString("frmGameManager_chkFolderSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor only. ''' Friend ReadOnly Property frmGameManager_chkMonitorOnly() As String Get Return ResourceManager.GetString("frmGameManager_chkMonitorOnly", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save multiple backups. ''' Friend ReadOnly Property frmGameManager_chkTimeStamp() As String Get Return ResourceManager.GetString("frmGameManager_chkTimeStamp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a custom icon for the game. ''' Friend ReadOnly Property frmGameManager_ChooseCustomIcon() As String Get Return ResourceManager.GetString("frmGameManager_ChooseCustomIcon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose exe file that starts the application. ''' Friend ReadOnly Property frmGameManager_ChooseExe() As String Get Return ResourceManager.GetString("frmGameManager_ChooseExe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the location of application's exe file:. ''' Friend ReadOnly Property frmGameManager_ChooseExePath() As String Get Return ResourceManager.GetString("frmGameManager_ChooseExePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a location for the export file. ''' Friend ReadOnly Property frmGameManager_ChooseExportXML() As String Get Return ResourceManager.GetString("frmGameManager_ChooseExportXML", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a valid xml file to import. ''' Friend ReadOnly Property frmGameManager_ChooseImportXML() As String Get Return ResourceManager.GetString("frmGameManager_ChooseImportXML", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the saved game folder:. ''' Friend ReadOnly Property frmGameManager_ChooseSaveFolder() As String Get Return ResourceManager.GetString("frmGameManager_ChooseSaveFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &All Files. ''' Friend ReadOnly Property frmGameManager_cmsDeleteAll() As String Get Return ResourceManager.GetString("frmGameManager_cmsDeleteAll", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Selected File. ''' Friend ReadOnly Property frmGameManager_cmsDeleteOne() As String Get Return ResourceManager.GetString("frmGameManager_cmsDeleteOne", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &File.... ''' Friend ReadOnly Property frmGameManager_cmsFile() As String Get Return ResourceManager.GetString("frmGameManager_cmsFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Official List.... ''' Friend ReadOnly Property frmGameManager_cmsOfficial() As String Get Return ResourceManager.GetString("frmGameManager_cmsOfficial", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to run a backup for [PARAM]? This will close the form.. ''' Friend ReadOnly Property frmGameManager_ConfirmBackup() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] will be the new backup file for [PARAM].[BR][BR]Is this correct?. ''' Friend ReadOnly Property frmGameManager_ConfirmBackupChange() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmBackupChange", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you want to restore [PARAM] now?. ''' Friend ReadOnly Property frmGameManager_ConfirmBackupChangeRestore() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmBackupChangeRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This will delete the selected backup file. This cannot be undone. [BR][BR]Do you want to delete [PARAM]?. ''' Friend ReadOnly Property frmGameManager_ConfirmBackupDelete() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmBackupDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This will delete all backup files for [PARAM]. This cannot be undone. [BR][BR]Do you want to continue?. ''' Friend ReadOnly Property frmGameManager_ConfirmBackupDeleteAll() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmBackupDeleteAll", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to delete [PARAM]? This cannot be undone.[BR][BR]This will not delete any backup files that already exist for this game.. ''' Friend ReadOnly Property frmGameManager_ConfirmGameDelete() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmGameDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you want to mark [PARAM] as restored? This cannot be undone.. ''' Friend ReadOnly Property frmGameManager_ConfirmMark() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMark", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to run a backup for [PARAM] games? This will close the form.. ''' Friend ReadOnly Property frmGameManager_ConfirmMultiBackup() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMultiBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to delete the [PARAM] selected games? This cannot be undone.. ''' Friend ReadOnly Property frmGameManager_ConfirmMultiGameDelete() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMultiGameDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you want to mark [PARAM] games as restored? This cannot be undone.. ''' Friend ReadOnly Property frmGameManager_ConfirmMultiMark() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMultiMark", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to restore the backups for [PARAM] games? This will close the form.. ''' Friend ReadOnly Property frmGameManager_ConfirmMultiRestore() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMultiRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to save the following changes to [PARAM] selected games?[BR][BR]Monitor this game: [PARAM][BR]Monitor only: [PARAM]. ''' Friend ReadOnly Property frmGameManager_ConfirmMultiSave() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmMultiSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Would you like to choose games to import from the official list?[BR][BR]This requires an active internet connection.. ''' Friend ReadOnly Property frmGameManager_ConfirmOfficialImport() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmOfficialImport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to restore the backup for [PARAM]? This will close the form.. ''' Friend ReadOnly Property frmGameManager_ConfirmRestore() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] is already up to date.[BR][BR]Would you like to restore this backup anyway?. ''' Friend ReadOnly Property frmGameManager_ConfirmRestoreAnyway() As String Get Return ResourceManager.GetString("frmGameManager_ConfirmRestoreAnyway", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor Export. ''' Friend ReadOnly Property frmGameManager_DefaultExportFileName() As String Get Return ResourceManager.GetString("frmGameManager_DefaultExportFileName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] is already the current backup file.. ''' Friend ReadOnly Property frmGameManager_ErrorBackupChangeFileName() As String Get Return ResourceManager.GetString("frmGameManager_ErrorBackupChangeFileName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You cannot choose a file located outside the current [PARAM] backup folder.. ''' Friend ReadOnly Property frmGameManager_ErrorBackupChangePath() As String Get Return ResourceManager.GetString("frmGameManager_ErrorBackupChangePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A game with this exact name and process already exists.. ''' Friend ReadOnly Property frmGameManager_ErrorGameDupe() As String Get Return ResourceManager.GetString("frmGameManager_ErrorGameDupe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The selected game(s) have no backup data or can't be restored with their current configuration.. ''' Friend ReadOnly Property frmGameManager_ErrorNoBackupData() As String Get Return ResourceManager.GetString("frmGameManager_ErrorNoBackupData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup file does not exist.. ''' Friend ReadOnly Property frmGameManager_ErrorNoBackupExists() As String Get Return ResourceManager.GetString("frmGameManager_ErrorNoBackupExists", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must choose items to include in the backup, or choose to save the entire folder.. ''' Friend ReadOnly Property frmGameManager_ErrorNoItems() As String Get Return ResourceManager.GetString("frmGameManager_ErrorNoItems", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The restore path does not exist.. ''' Friend ReadOnly Property frmGameManager_ErrorNoRestorePathExists() As String Get Return ResourceManager.GetString("frmGameManager_ErrorNoRestorePathExists", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A backup cannot be run on the selected game(s) with their current configuration.. ''' Friend ReadOnly Property frmGameManager_ErrorNoValidBackup() As String Get Return ResourceManager.GetString("frmGameManager_ErrorNoValidBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] uses a relative path and the game path has not been set.. ''' Friend ReadOnly Property frmGameManager_ErrorPathNotSet() As String Get Return ResourceManager.GetString("frmGameManager_ErrorPathNotSet", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A game with this exact process and parameter already exists.. ''' Friend ReadOnly Property frmGameManager_ErrorProcessParameterDupe() As String Get Return ResourceManager.GetString("frmGameManager_ErrorProcessParameterDupe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid game name.. ''' Friend ReadOnly Property frmGameManager_ErrorValidName() As String Get Return ResourceManager.GetString("frmGameManager_ErrorValidName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid process name.. ''' Friend ReadOnly Property frmGameManager_ErrorValidProcess() As String Get Return ResourceManager.GetString("frmGameManager_ErrorValidProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Exclude. ''' Friend ReadOnly Property frmGameManager_Exclude() As String Get Return ResourceManager.GetString("frmGameManager_Exclude", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to E&xclude. ''' Friend ReadOnly Property frmGameManager_ExcludeShortcut() As String Get Return ResourceManager.GetString("frmGameManager_ExcludeShortcut", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Executable. ''' Friend ReadOnly Property frmGameManager_Executable() As String Get Return ResourceManager.GetString("frmGameManager_Executable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Manager. ''' Friend ReadOnly Property frmGameManager_FormName() As String Get Return ResourceManager.GetString("frmGameManager_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Configuration. ''' Friend ReadOnly Property frmGameManager_grpConfig() As String Get Return ResourceManager.GetString("frmGameManager_grpConfig", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Information. ''' Friend ReadOnly Property frmGameManager_grpExtra() As String Get Return ResourceManager.GetString("frmGameManager_grpExtra", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Games Filter. ''' Friend ReadOnly Property frmGameManager_grpFilter() As String Get Return ResourceManager.GetString("frmGameManager_grpFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Information. ''' Friend ReadOnly Property frmGameManager_grpStats() As String Get Return ResourceManager.GetString("frmGameManager_grpStats", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Icon. ''' Friend ReadOnly Property frmGameManager_Icon() As String Get Return ResourceManager.GetString("frmGameManager_Icon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Include. ''' Friend ReadOnly Property frmGameManager_Include() As String Get Return ResourceManager.GetString("frmGameManager_Include", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to In&clude. ''' Friend ReadOnly Property frmGameManager_IncludeShortcut() As String Get Return ResourceManager.GetString("frmGameManager_IncludeShortcut", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Items.... ''' Friend ReadOnly Property frmGameManager_Items() As String Get Return ResourceManager.GetString("frmGameManager_Items", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Items... ([PARAM]). ''' Friend ReadOnly Property frmGameManager_ItemsExist() As String Get Return ResourceManager.GetString("frmGameManager_ItemsExist", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup File:. ''' Friend ReadOnly Property frmGameManager_lblBackupFile() As String Get Return ResourceManager.GetString("frmGameManager_lblBackupFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Company:. ''' Friend ReadOnly Property frmGameManager_lblCompany() As String Get Return ResourceManager.GetString("frmGameManager_lblCompany", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Path:. ''' Friend ReadOnly Property frmGameManager_lblGamePath() As String Get Return ResourceManager.GetString("frmGameManager_lblGamePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Hours:. ''' Friend ReadOnly Property frmGameManager_lblHours() As String Get Return ResourceManager.GetString("frmGameManager_lblHours", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Icon:. ''' Friend ReadOnly Property frmGameManager_lblIcon() As String Get Return ResourceManager.GetString("frmGameManager_lblIcon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Limit. ''' Friend ReadOnly Property frmGameManager_lblLimit() As String Get Return ResourceManager.GetString("frmGameManager_lblLimit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local Data:. ''' Friend ReadOnly Property frmGameManager_lblLocalData() As String Get Return ResourceManager.GetString("frmGameManager_lblLocalData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name:. ''' Friend ReadOnly Property frmGameManager_lblName() As String Get Return ResourceManager.GetString("frmGameManager_lblName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Parameter:. ''' Friend ReadOnly Property frmGameManager_lblParameter() As String Get Return ResourceManager.GetString("frmGameManager_lblParameter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Process:. ''' Friend ReadOnly Property frmGameManager_lblProcess() As String Get Return ResourceManager.GetString("frmGameManager_lblProcess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Quick Filter:. ''' Friend ReadOnly Property frmGameManager_lblQuickFilter() As String Get Return ResourceManager.GetString("frmGameManager_lblQuickFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Data:. ''' Friend ReadOnly Property frmGameManager_lblRemote() As String Get Return ResourceManager.GetString("frmGameManager_lblRemote", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restore Path:. ''' Friend ReadOnly Property frmGameManager_lblRestorePath() As String Get Return ResourceManager.GetString("frmGameManager_lblRestorePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save Path:. ''' Friend ReadOnly Property frmGameManager_lblSavePath() As String Get Return ResourceManager.GetString("frmGameManager_lblSavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Version:. ''' Friend ReadOnly Property frmGameManager_lblVersion() As String Get Return ResourceManager.GetString("frmGameManager_lblVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to None. ''' Friend ReadOnly Property frmGameManager_None() As String Get Return ResourceManager.GetString("frmGameManager_None", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to All. ''' Friend ReadOnly Property frmGameManager_optAllGames() As String Get Return ResourceManager.GetString("frmGameManager_optAllGames", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backups Only. ''' Friend ReadOnly Property frmGameManager_optBackupData() As String Get Return ResourceManager.GetString("frmGameManager_optBackupData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom. ''' Friend ReadOnly Property frmGameManager_optCustom() As String Get Return ResourceManager.GetString("frmGameManager_optCustom", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to New Backups Pending. ''' Friend ReadOnly Property frmGameManager_optPendingRestores() As String Get Return ResourceManager.GetString("frmGameManager_optPendingRestores", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Out of Sync. ''' Friend ReadOnly Property frmGameManager_OutofSync() As String Get Return ResourceManager.GetString("frmGameManager_OutofSync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Unknown. ''' Friend ReadOnly Property frmGameManager_Unknown() As String Get Return ResourceManager.GetString("frmGameManager_Unknown", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Up to Date!. ''' Friend ReadOnly Property frmGameManager_UpToDate() As String Get Return ResourceManager.GetString("frmGameManager_UpToDate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to XML. ''' Friend ReadOnly Property frmGameManager_XML() As String Get Return ResourceManager.GetString("frmGameManager_XML", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to >. ''' Friend ReadOnly Property frmGameTags_btnAdd() As String Get Return ResourceManager.GetString("frmGameTags_btnAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Close. ''' Friend ReadOnly Property frmGameTags_btnClose() As String Get Return ResourceManager.GetString("frmGameTags_btnClose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Setup &Tags.... ''' Friend ReadOnly Property frmGameTags_btnOpenTags() As String Get Return ResourceManager.GetString("frmGameTags_btnOpenTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to <. ''' Friend ReadOnly Property frmGameTags_btnRemove() As String Get Return ResourceManager.GetString("frmGameTags_btnRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Edit Tags for Multiple Games. ''' Friend ReadOnly Property frmGameTags_FormNameMulti() As String Get Return ResourceManager.GetString("frmGameTags_FormNameMulti", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Edit Tags for [PARAM]. ''' Friend ReadOnly Property frmGameTags_FormNameSingle() As String Get Return ResourceManager.GetString("frmGameTags_FormNameSingle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Current Tags. ''' Friend ReadOnly Property frmGameTags_lblGameTags() As String Get Return ResourceManager.GetString("frmGameTags_lblGameTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Tags. ''' Friend ReadOnly Property frmGameTags_lblTags() As String Get Return ResourceManager.GetString("frmGameTags_lblTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the location of the saved game folder:. ''' Friend ReadOnly Property frmIncludeExclude_BrowseSaveFolder() As String Get Return ResourceManager.GetString("frmIncludeExclude_BrowseSaveFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to >. ''' Friend ReadOnly Property frmIncludeExclude_btnAdd() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmIncludeExclude_btnBrowse() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmIncludeExclude_btnCancel() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Raw &Edit. ''' Friend ReadOnly Property frmIncludeExclude_btnRawEdit() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnRawEdit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to <. ''' Friend ReadOnly Property frmIncludeExclude_btnRemove() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmIncludeExclude_btnSave() As String Get Return ResourceManager.GetString("frmIncludeExclude_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add Custom Item. ''' Friend ReadOnly Property frmIncludeExclude_cmsAdd() As String Get Return ResourceManager.GetString("frmIncludeExclude_cmsAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Edit. ''' Friend ReadOnly Property frmIncludeExclude_cmsEdit() As String Get Return ResourceManager.GetString("frmIncludeExclude_cmsEdit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Remove. ''' Friend ReadOnly Property frmIncludeExclude_cmsRemove() As String Get Return ResourceManager.GetString("frmIncludeExclude_cmsRemove", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom Item. ''' Friend ReadOnly Property frmIncludeExclude_CustomItem() As String Get Return ResourceManager.GetString("frmIncludeExclude_CustomItem", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An unexpected error occured while reading the file system:[BR][BR][PARAM]. ''' Friend ReadOnly Property frmIncludeExclude_ErrorFileSystemRead() As String Get Return ResourceManager.GetString("frmIncludeExclude_ErrorFileSystemRead", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Builder. ''' Friend ReadOnly Property frmIncludeExclude_FormName() As String Get Return ResourceManager.GetString("frmIncludeExclude_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Options. ''' Friend ReadOnly Property frmIncludeExclude_grpFileOptions() As String Get Return ResourceManager.GetString("frmIncludeExclude_grpFileOptions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Items. ''' Friend ReadOnly Property frmIncludeExclude_lblItems() As String Get Return ResourceManager.GetString("frmIncludeExclude_lblItems", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Saved Game Explorer. ''' Friend ReadOnly Property frmIncludeExclude_lblSaveFolder() As String Get Return ResourceManager.GetString("frmIncludeExclude_lblSaveFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to File Types. ''' Friend ReadOnly Property frmIncludeExclude_optFileTypes() As String Get Return ResourceManager.GetString("frmIncludeExclude_optFileTypes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Individual Files. ''' Friend ReadOnly Property frmIncludeExclude_optIndividualFiles() As String Get Return ResourceManager.GetString("frmIncludeExclude_optIndividualFiles", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Items are semi-colon delimited.. ''' Friend ReadOnly Property frmIncludeExclude_RawEditInfo() As String Get Return ResourceManager.GetString("frmIncludeExclude_RawEditInfo", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Raw Edit. ''' Friend ReadOnly Property frmIncludeExclude_RawEditTitle() As String Get Return ResourceManager.GetString("frmIncludeExclude_RawEditTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Click here to set the saved game folder.. ''' Friend ReadOnly Property frmIncludeExclude_ToolTipBrowse() As String Get Return ResourceManager.GetString("frmIncludeExclude_ToolTipBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Set the saved game folder using the button above.. ''' Friend ReadOnly Property frmIncludeExclude_ToolTipFiles() As String Get Return ResourceManager.GetString("frmIncludeExclude_ToolTipFiles", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The saved game folder could not be determined or does not exist.. ''' Friend ReadOnly Property frmIncludeExclude_ToolTipFolder() As String Get Return ResourceManager.GetString("frmIncludeExclude_ToolTipFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Saved Game Explorer. ''' Friend ReadOnly Property frmIncludeExclude_ToolTipTitle() As String Get Return ResourceManager.GetString("frmIncludeExclude_ToolTipTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor[BR]Version: [PARAM] ([PARAM])[BR]Build: [PARAM][BR]SQLite: [PARAM][BR][BR][PARAM][BR][BR]This program comes with ABSOLUTELY NO WARRANTY.[BR]This is free software, and you are welcome to redistribute it under certain conditions.[BR][BR]See gpl-3.0.html in the program folder for details.. ''' Friend ReadOnly Property frmMain_About() As String Get Return ResourceManager.GetString("frmMain_About", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to at [PARAM].. ''' Friend ReadOnly Property frmMain_AtTime() As String Get Return ResourceManager.GetString("frmMain_AtTime", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The saved game folder for [PARAM] does not exist or could not be determined, the backup has been automatically marked as restored.. ''' Friend ReadOnly Property frmMain_AutoMark() As String Get Return ResourceManager.GetString("frmMain_AutoMark", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] has multiple configurations and cannot be automatically restored.. ''' Friend ReadOnly Property frmMain_AutoRestoreFailure() As String Get Return ResourceManager.GetString("frmMain_AutoRestoreFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup in Progress.... ''' Friend ReadOnly Property frmMain_BackupInProgress() As String Get Return ResourceManager.GetString("frmMain_BackupInProgress", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmMain_btnCancelOperation() As String Get Return ResourceManager.GetString("frmMain_btnCancelOperation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Hide &Log. ''' Friend ReadOnly Property frmMain_btnToggleLog_Hide() As String Get Return ResourceManager.GetString("frmMain_btnToggleLog_Hide", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Show &Log. ''' Friend ReadOnly Property frmMain_btnToggleLog_Show() As String Get Return ResourceManager.GetString("frmMain_btnToggleLog_Show", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose icon for [PARAM]. ''' Friend ReadOnly Property frmMain_ChooseIcon() As String Get Return ResourceManager.GetString("frmMain_ChooseIcon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a location for the log file. ''' Friend ReadOnly Property frmMain_ChooseLogFile() As String Get Return ResourceManager.GetString("frmMain_ChooseLogFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The command has failed.. ''' Friend ReadOnly Property frmMain_CommandFail() As String Get Return ResourceManager.GetString("frmMain_CommandFail", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The command was executed successfully.. ''' Friend ReadOnly Property frmMain_CommandSucess() As String Get Return ResourceManager.GetString("frmMain_CommandSucess", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you wish to backup data from [PARAM]?. ''' Friend ReadOnly Property frmMain_ConfirmBackup() As String Get Return ResourceManager.GetString("frmMain_ConfirmBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to clear the log?. ''' Friend ReadOnly Property frmMain_ConfirmLogClear() As String Get Return ResourceManager.GetString("frmMain_ConfirmLogClear", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This tool removes orphaned backup information from the local manifest based on the current backup folder. Data can become orphaned when backups are deleted by various computers that share the same backup folder on a cloud or network.[BR][BR]When alternating between different backup folders you should NOT use this tool.[BR][BR]Do you wish to proceed?. ''' Friend ReadOnly Property frmMain_ConfirmManifestClean() As String Get Return ResourceManager.GetString("frmMain_ConfirmManifestClean", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you wish to cancel the monitoring of [PARAM]?[BR][BR]Warning: When monitoring is cancelled, session time is NOT saved.. ''' Friend ReadOnly Property frmMain_ConfirmMonitorCancel() As String Get Return ResourceManager.GetString("frmMain_ConfirmMonitorCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This will rebuild all databases and shrink them to an optimal size.[BR]This should only be used if your gbm.s3db files are becoming very large.[BR][BR]Do you wish to continue?. ''' Friend ReadOnly Property frmMain_ConfirmRebuild() As String Get Return ResourceManager.GetString("frmMain_ConfirmRebuild", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you want to restart Game Backup Monitor as Administrator?. ''' Friend ReadOnly Property frmMain_ConfirmRunAsAdmin() As String Get Return ResourceManager.GetString("frmMain_ConfirmRunAsAdmin", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor Log. ''' Friend ReadOnly Property frmMain_DefaultLogFileName() As String Get Return ResourceManager.GetString("frmMain_DefaultLogFileName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Developer Console. ''' Friend ReadOnly Property frmMain_DeveloperConsole() As String Get Return ResourceManager.GetString("frmMain_DeveloperConsole", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enter Command. ''' Friend ReadOnly Property frmMain_EnterCommand() As String Get Return ResourceManager.GetString("frmMain_EnterCommand", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] is a 64-bit game, GBM cannot detect the required information to save your backup.. ''' Friend ReadOnly Property frmMain_Error64Backup() As String Get Return ResourceManager.GetString("frmMain_Error64Backup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The custom 7-Zip utility could not be found at:[BR][BR][PARAM][BR][BR]Please check your settings, the default 7-Zip utility will be used.. ''' Friend ReadOnly Property frmMain_Error7zCustom() As String Get Return ResourceManager.GetString("frmMain_Error7zCustom", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 7-Zip was not found. The application cannot continue.. ''' Friend ReadOnly Property frmMain_Error7zip() As String Get Return ResourceManager.GetString("frmMain_Error7zip", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] was running as Administrator and GBM is not, GBM cannot detect the required information to save your backup.. ''' Friend ReadOnly Property frmMain_ErrorAdminBackup() As String Get Return ResourceManager.GetString("frmMain_ErrorAdminBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] is running as Administrator and GBM is not.[BR]You cannot cancel monitoring at this time.[BR][BR]Run GBM as Administrator to prevent this issue.. ''' Friend ReadOnly Property frmMain_ErrorAdminDetect() As String Get Return ResourceManager.GetString("frmMain_ErrorAdminDetect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor is already running as Administrator.. ''' Friend ReadOnly Property frmMain_ErrorAlreadyAdmin() As String Get Return ResourceManager.GetString("frmMain_ErrorAlreadyAdmin", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM is running from a new location, the Windows startup entry has been updated.. ''' Friend ReadOnly Property frmMain_ErrorAppLocationChanged() As String Get Return ResourceManager.GetString("frmMain_ErrorAppLocationChanged", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup was cancelled.. ''' Friend ReadOnly Property frmMain_ErrorBackupCancel() As String Get Return ResourceManager.GetString("frmMain_ErrorBackupCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup was cancelled due to session length.. ''' Friend ReadOnly Property frmMain_ErrorBackupSessionLength() As String Get Return ResourceManager.GetString("frmMain_ErrorBackupSessionLength", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup was cancelled due to unknown path.. ''' Friend ReadOnly Property frmMain_ErrorBackupUnknownPath() As String Get Return ResourceManager.GetString("frmMain_ErrorBackupUnknownPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Bad parameter ([PARAM]) for command [PARAM].. ''' Friend ReadOnly Property frmMain_ErrorCommandBadParam() As String Get Return ResourceManager.GetString("frmMain_ErrorCommandBadParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The command [PARAM] was not recognized.. ''' Friend ReadOnly Property frmMain_ErrorCommandInvalid() As String Get Return ResourceManager.GetString("frmMain_ErrorCommandInvalid", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The following monitored game(s) contain a custom path variable that is not set.[BR][PARAM][BR][BR]You will encounter backup/restore errors with these games until the variables are set.. ''' Friend ReadOnly Property frmMain_ErrorCustomVariable() As String Get Return ResourceManager.GetString("frmMain_ErrorCustomVariable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Your local GBM data (Version [PARAM]) is too new for your version of GBM (Version [PARAM]).[BR][BR]Please upgrade GBM or restore the database file appropriate for your version. The application cannot proceed.. ''' Friend ReadOnly Property frmMain_ErrorDBVerLocal() As String Get Return ResourceManager.GetString("frmMain_ErrorDBVerLocal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The GBM data (Version [PARAM]) in your backup folder is too new for your version of GBM (Version [PARAM])[BR][BR]All computers sharing a backup folder must use the same version of GBM. The application cannot proceed.. ''' Friend ReadOnly Property frmMain_ErrorDBVerRemote() As String Get Return ResourceManager.GetString("frmMain_ErrorDBVerRemote", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]Do you wish to continue anyway? (Not Recommended). ''' Friend ReadOnly Property frmMain_ErrorInitFailure() As String Get Return ResourceManager.GetString("frmMain_ErrorInitFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The command [PARAM] requires more parameters.. ''' Friend ReadOnly Property frmMain_ErrorMissingParams() As String Get Return ResourceManager.GetString("frmMain_ErrorMissingParams", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Install the 64-bit version of GBM to detect the last running game.. ''' Friend ReadOnly Property frmMain_ErrorMulti64() As String Get Return ResourceManager.GetString("frmMain_ErrorMulti64", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restart GBM as Administrator to detect the last running game.. ''' Friend ReadOnly Property frmMain_ErrorMultiAdmin() As String Get Return ResourceManager.GetString("frmMain_ErrorMultiAdmin", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There is currently no session data to display.. ''' Friend ReadOnly Property frmMain_ErrorNoSessions() As String Get Return ResourceManager.GetString("frmMain_ErrorNoSessions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] uses a relative path and has never been detected on this computer.. ''' Friend ReadOnly Property frmMain_ErrorRelativePath() As String Get Return ResourceManager.GetString("frmMain_ErrorRelativePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] restore was cancelled due to a restore path issue.. ''' Friend ReadOnly Property frmMain_ErrorRestorePath() As String Get Return ResourceManager.GetString("frmMain_ErrorRestorePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occured creating application settings folder. The application cannot proceed.[BR][BR][PARAM]. ''' Friend ReadOnly Property frmMain_ErrorSettingsFolder() As String Get Return ResourceManager.GetString("frmMain_ErrorSettingsFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] (Executable Path). ''' Friend ReadOnly Property frmMain_ExePath() As String Get Return ResourceManager.GetString("frmMain_ExePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to exit? Your games will no longer be monitored.. ''' Friend ReadOnly Property frmMain_Exit() As String Get Return ResourceManager.GetString("frmMain_Exit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Detected. ''' Friend ReadOnly Property frmMain_GameDetected() As String Get Return ResourceManager.GetString("frmMain_GameDetected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] has ended.. ''' Friend ReadOnly Property frmMain_GameEnded() As String Get Return ResourceManager.GetString("frmMain_GameEnded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game List ([PARAM]) Loaded.. ''' Friend ReadOnly Property frmMain_GameListLoaded() As String Get Return ResourceManager.GetString("frmMain_GameListLoaded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &File. ''' Friend ReadOnly Property frmMain_gMonFile() As String Get Return ResourceManager.GetString("frmMain_gMonFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Exit. ''' Friend ReadOnly Property frmMain_gMonFileExit() As String Get Return ResourceManager.GetString("frmMain_gMonFileExit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Cancel &Monitoring. ''' Friend ReadOnly Property frmMain_gMonFileMonitor_Cancel() As String Get Return ResourceManager.GetString("frmMain_gMonFileMonitor_Cancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Start &Monitoring. ''' Friend ReadOnly Property frmMain_gMonFileMonitor_Start() As String Get Return ResourceManager.GetString("frmMain_gMonFileMonitor_Start", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Stop &Monitoring. ''' Friend ReadOnly Property frmMain_gMonFileMonitor_Stop() As String Get Return ResourceManager.GetString("frmMain_gMonFileMonitor_Stop", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Settings.... ''' Friend ReadOnly Property frmMain_gMonFileSettings() As String Get Return ResourceManager.GetString("frmMain_gMonFileSettings", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Help. ''' Friend ReadOnly Property frmMain_gMonHelp() As String Get Return ResourceManager.GetString("frmMain_gMonHelp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &About Game Backup Monitor. ''' Friend ReadOnly Property frmMain_gMonHelpAbout() As String Get Return ResourceManager.GetString("frmMain_gMonHelpAbout", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Check for Updates.... ''' Friend ReadOnly Property frmMain_gMonHelpCheckForUpdates() As String Get Return ResourceManager.GetString("frmMain_gMonHelpCheckForUpdates", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Online &Manual.... ''' Friend ReadOnly Property frmMain_gMonHelpManual() As String Get Return ResourceManager.GetString("frmMain_gMonHelpManual", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Official Web Site.... ''' Friend ReadOnly Property frmMain_gMonHelpWebSite() As String Get Return ResourceManager.GetString("frmMain_gMonHelpWebSite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Clear. ''' Friend ReadOnly Property frmMain_gMonLogClear() As String Get Return ResourceManager.GetString("frmMain_gMonLogClear", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmMain_gMonLogSave() As String Get Return ResourceManager.GetString("frmMain_gMonLogSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Setup. ''' Friend ReadOnly Property frmMain_gMonSetup() As String Get Return ResourceManager.GetString("frmMain_gMonSetup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add Game &Wizard.... ''' Friend ReadOnly Property frmMain_gMonSetupAddWizard() As String Get Return ResourceManager.GetString("frmMain_gMonSetupAddWizard", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom &Path Variables.... ''' Friend ReadOnly Property frmMain_gMonSetupCustomVariables() As String Get Return ResourceManager.GetString("frmMain_gMonSetupCustomVariables", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Game Manager.... ''' Friend ReadOnly Property frmMain_gMonSetupGameManager() As String Get Return ResourceManager.GetString("frmMain_gMonSetupGameManager", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Tags.... ''' Friend ReadOnly Property frmMain_gMonSetupTags() As String Get Return ResourceManager.GetString("frmMain_gMonSetupTags", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor Status:. ''' Friend ReadOnly Property frmMain_gMonStripStatusButton() As String Get Return ResourceManager.GetString("frmMain_gMonStripStatusButton", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Click to toggle monitoring on or off.. ''' Friend ReadOnly Property frmMain_gMonStripStatusButtonToolTip() As String Get Return ResourceManager.GetString("frmMain_gMonStripStatusButtonToolTip", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Tools. ''' Friend ReadOnly Property frmMain_gMonTools() As String Get Return ResourceManager.GetString("frmMain_gMonTools", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Clea&n Local Manifest. ''' Friend ReadOnly Property frmMain_gMonToolsCleanMan() As String Get Return ResourceManager.GetString("frmMain_gMonToolsCleanMan", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Compact Databases. ''' Friend ReadOnly Property frmMain_gMonToolsCompact() As String Get Return ResourceManager.GetString("frmMain_gMonToolsCompact", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Log. ''' Friend ReadOnly Property frmMain_gMonToolsLog() As String Get Return ResourceManager.GetString("frmMain_gMonToolsLog", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Session Viewer.... ''' Friend ReadOnly Property frmMain_gMonToolsSessions() As String Get Return ResourceManager.GetString("frmMain_gMonToolsSessions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Show / Hide. ''' Friend ReadOnly Property frmMain_gMonTrayShow() As String Get Return ResourceManager.GetString("frmMain_gMonTrayShow", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Icon files (*.ico)|*.ico. ''' Friend ReadOnly Property frmMain_IconFilter() As String Get Return ResourceManager.GetString("frmMain_IconFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Last Game: [PARAM]. ''' Friend ReadOnly Property frmMain_LastGame() As String Get Return ResourceManager.GetString("frmMain_LastGame", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Last Action:. ''' Friend ReadOnly Property frmMain_lblLastActionTitle() As String Get Return ResourceManager.GetString("frmMain_lblLastActionTitle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local Database Vacuum Completed: [PARAM] KB. ''' Friend ReadOnly Property frmMain_LocalCompactComplete() As String Get Return ResourceManager.GetString("frmMain_LocalCompactComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Local Database Vacuum Initialized: [PARAM] KB. ''' Friend ReadOnly Property frmMain_LocalCompactInit() As String Get Return ResourceManager.GetString("frmMain_LocalCompactInit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The session log reached maximum length and has been cleared.. ''' Friend ReadOnly Property frmMain_LogAutoClear() As String Get Return ResourceManager.GetString("frmMain_LogAutoClear", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The session log reached maximum length and has been auto-saved to [PARAM].. ''' Friend ReadOnly Property frmMain_LogAutoSave() As String Get Return ResourceManager.GetString("frmMain_LogAutoSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The local manifest is clean.. ''' Friend ReadOnly Property frmMain_ManifestAreadyClean() As String Get Return ResourceManager.GetString("frmMain_ManifestAreadyClean", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] entry was removed from local manfiest.. ''' Friend ReadOnly Property frmMain_ManifestRemovedEntry() As String Get Return ResourceManager.GetString("frmMain_ManifestRemovedEntry", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] entries were removed from the local manifest.. ''' Friend ReadOnly Property frmMain_ManifestTotalRemoved() As String Get Return ResourceManager.GetString("frmMain_ManifestTotalRemoved", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A manaul backup of [PARAM] was triggered.. ''' Friend ReadOnly Property frmMain_ManualBackup() As String Get Return ResourceManager.GetString("frmMain_ManualBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The master game list has been changed by a program other than GBM.. ''' Friend ReadOnly Property frmMain_MasterListChanged() As String Get Return ResourceManager.GetString("frmMain_MasterListChanged", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitoring of [PARAM] was cancelled.. ''' Friend ReadOnly Property frmMain_MonitorCancel() As String Get Return ResourceManager.GetString("frmMain_MonitorCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] monitoring ended.. ''' Friend ReadOnly Property frmMain_MonitorEnded() As String Get Return ResourceManager.GetString("frmMain_MonitorEnded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiple Games. ''' Friend ReadOnly Property frmMain_MultipleGames() As String Get Return ResourceManager.GetString("frmMain_MultipleGames", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Multiple Games Detected. ''' Friend ReadOnly Property frmMain_MultipleGamesDetected() As String Get Return ResourceManager.GetString("frmMain_MultipleGamesDetected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] New Backups Pending. ''' Friend ReadOnly Property frmMain_NewSaveNotificationMulti() As String Get Return ResourceManager.GetString("frmMain_NewSaveNotificationMulti", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] New Backup Pending. ''' Friend ReadOnly Property frmMain_NewSaveNotificationSingle() As String Get Return ResourceManager.GetString("frmMain_NewSaveNotificationSingle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The saved game folder for [PARAM] does not exist or could not be determined, this backup has been skipped.. ''' Friend ReadOnly Property frmMain_NoAutoMark() As String Get Return ResourceManager.GetString("frmMain_NoAutoMark", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup file for [PARAM] has no checksum, it cannot be automatically restored.. ''' Friend ReadOnly Property frmMain_NoCheckSum() As String Get Return ResourceManager.GetString("frmMain_NoCheckSum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game details are unavailable.. ''' Friend ReadOnly Property frmMain_NoDetails() As String Get Return ResourceManager.GetString("frmMain_NoDetails", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to No Game Detected. ''' Friend ReadOnly Property frmMain_NoGameDetected() As String Get Return ResourceManager.GetString("frmMain_NoGameDetected", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to N/A. ''' Friend ReadOnly Property frmMain_NotAvailable() As String Get Return ResourceManager.GetString("frmMain_NotAvailable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Not Scanning. ''' Friend ReadOnly Property frmMain_NotScanning() As String Get Return ResourceManager.GetString("frmMain_NotScanning", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to PNG files (*.png)|*.png. ''' Friend ReadOnly Property frmMain_PNGFilter() As String Get Return ResourceManager.GetString("frmMain_PNGFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Remote Database Vacuum Completed: [PARAM] KB. ''' Friend ReadOnly Property frmMain_RemoteCompactComplete() As String Get Return ResourceManager.GetString("frmMain_RemoteCompactComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Remote Database Vacuum Initialized: [PARAM] KB. ''' Friend ReadOnly Property frmMain_RemoteCompactInit() As String Get Return ResourceManager.GetString("frmMain_RemoteCompactInit", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restore in progress.... ''' Friend ReadOnly Property frmMain_RestoreInProgress() As String Get Return ResourceManager.GetString("frmMain_RestoreInProgress", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] new saved game backups are being automatically restored.. ''' Friend ReadOnly Property frmMain_RestoreNotificationMulti() As String Get Return ResourceManager.GetString("frmMain_RestoreNotificationMulti", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A new saved game backup for [PARAM] is being automatically restored.. ''' Friend ReadOnly Property frmMain_RestoreNotificationSingle() As String Get Return ResourceManager.GetString("frmMain_RestoreNotificationSingle", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup file for [PARAM] is not ready to restore.. ''' Friend ReadOnly Property frmMain_RestoreNotReady() As String Get Return ResourceManager.GetString("frmMain_RestoreNotReady", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM is running with Administrator privileges.. ''' Friend ReadOnly Property frmMain_RunningAsAdmin() As String Get Return ResourceManager.GetString("frmMain_RunningAsAdmin", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM is running with normal privileges. Click to restart as Administrator.. ''' Friend ReadOnly Property frmMain_RunningAsNormal() As String Get Return ResourceManager.GetString("frmMain_RunningAsNormal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] hours. ''' Friend ReadOnly Property frmMain_SessionHours() As String Get Return ResourceManager.GetString("frmMain_SessionHours", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] minutes. ''' Friend ReadOnly Property frmMain_SessionMinutes() As String Get Return ResourceManager.GetString("frmMain_SessionMinutes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Text. ''' Friend ReadOnly Property frmMain_Text() As String Get Return ResourceManager.GetString("frmMain_Text", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to the unidentified game. ''' Friend ReadOnly Property frmMain_UnknownGame() As String Get Return ResourceManager.GetString("frmMain_UnknownGame", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The unidentified game has ended.. ''' Friend ReadOnly Property frmMain_UnknownGameEnded() As String Get Return ResourceManager.GetString("frmMain_UnknownGameEnded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Updated by [PARAM] on [PARAM]. ''' Friend ReadOnly Property frmMain_UpdatedBy() As String Get Return ResourceManager.GetString("frmMain_UpdatedBy", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Session tracking is currently disabled.[BR][BR]Enable session tracking in Settings if you'd like to track data for individual gaming sessions.. ''' Friend ReadOnly Property frmMain_WarningSessionsDisabled() As String Get Return ResourceManager.GetString("frmMain_WarningSessionsDisabled", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Close. ''' Friend ReadOnly Property frmSessions_btnClose() As String Get Return ResourceManager.GetString("frmSessions_btnClose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Delete Session. ''' Friend ReadOnly Property frmSessions_btnDelete() As String Get Return ResourceManager.GetString("frmSessions_btnDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Reset Filters. ''' Friend ReadOnly Property frmSessions_btnReset() As String Get Return ResourceManager.GetString("frmSessions_btnReset", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to End. ''' Friend ReadOnly Property frmSessions_ColumnEnd() As String Get Return ResourceManager.GetString("frmSessions_ColumnEnd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game. ''' Friend ReadOnly Property frmSessions_ColumnGameName() As String Get Return ResourceManager.GetString("frmSessions_ColumnGameName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to MonitorID. ''' Friend ReadOnly Property frmSessions_ColumnMonitorID() As String Get Return ResourceManager.GetString("frmSessions_ColumnMonitorID", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Start. ''' Friend ReadOnly Property frmSessions_ColumnStart() As String Get Return ResourceManager.GetString("frmSessions_ColumnStart", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to delete the selected session(s)? This cannot be undone.. ''' Friend ReadOnly Property frmSessions_ConfirmDelete() As String Get Return ResourceManager.GetString("frmSessions_ConfirmDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Date Range:. ''' Friend ReadOnly Property frmSessions_lblDateRange() As String Get Return ResourceManager.GetString("frmSessions_lblDateRange", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Filter:. ''' Friend ReadOnly Property frmSessions_lblFilter() As String Get Return ResourceManager.GetString("frmSessions_lblFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Session Viewer. ''' Friend ReadOnly Property frmSessions_Name() As String Get Return ResourceManager.GetString("frmSessions_Name", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Executable. ''' Friend ReadOnly Property frmSettings_7zaFileType() As String Get Return ResourceManager.GetString("frmSettings_7zaFileType", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Locate 7-Zip Console (7za). ''' Friend ReadOnly Property frmSettings_Browse7za() As String Get Return ResourceManager.GetString("frmSettings_Browse7za", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a backup folder:. ''' Friend ReadOnly Property frmSettings_BrowseFolder() As String Get Return ResourceManager.GetString("frmSettings_BrowseFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmSettings_btnBackupFolder() As String Get Return ResourceManager.GetString("frmSettings_btnBackupFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmSettings_btnCancel() As String Get Return ResourceManager.GetString("frmSettings_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Set &Defaults. ''' Friend ReadOnly Property frmSettings_btnDefaults() As String Get Return ResourceManager.GetString("frmSettings_btnDefaults", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose &Optional Fields.... ''' Friend ReadOnly Property frmSettings_btnOptionalFields() As String Get Return ResourceManager.GetString("frmSettings_btnOptionalFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmSettings_btnSave() As String Get Return ResourceManager.GetString("frmSettings_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Fast. ''' Friend ReadOnly Property frmSettings_cboCompression_Fast() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_Fast", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Fastest. ''' Friend ReadOnly Property frmSettings_cboCompression_Fastest() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_Fastest", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Maximum. ''' Friend ReadOnly Property frmSettings_cboCompression_Maximum() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_Maximum", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to None. ''' Friend ReadOnly Property frmSettings_cboCompression_None() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_None", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Normal. ''' Friend ReadOnly Property frmSettings_cboCompression_Normal() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_Normal", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Ultra. ''' Friend ReadOnly Property frmSettings_cboCompression_Ultra() As String Get Return ResourceManager.GetString("frmSettings_cboCompression_Ultra", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Automatically mark new backups as restored when appropriate. ''' Friend ReadOnly Property frmSettings_chkAutoMark() As String Get Return ResourceManager.GetString("frmSettings_chkAutoMark", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Automatically restore new backups. ''' Friend ReadOnly Property frmSettings_chkAutoRestore() As String Get Return ResourceManager.GetString("frmSettings_chkAutoRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Autosave log when max length is exceeded. ''' Friend ReadOnly Property frmSettings_chkAutoSaveLog() As String Get Return ResourceManager.GetString("frmSettings_chkAutoSaveLog", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Disable backup confirmation. ''' Friend ReadOnly Property frmSettings_chkBackupConfirm() As String Get Return ResourceManager.GetString("frmSettings_chkBackupConfirm", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Create a sub-folder for each game. ''' Friend ReadOnly Property frmSettings_chkCreateFolder() As String Get Return ResourceManager.GetString("frmSettings_chkCreateFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Start monitoring at launch. ''' Friend ReadOnly Property frmSettings_chkMonitorOnStartup() As String Get Return ResourceManager.GetString("frmSettings_chkMonitorOnStartup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Show overwrite warning. ''' Friend ReadOnly Property frmSettings_chkOverwriteWarning() As String Get Return ResourceManager.GetString("frmSettings_chkOverwriteWarning", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Display notifications about new backups. ''' Friend ReadOnly Property frmSettings_chkRestoreNotify() As String Get Return ResourceManager.GetString("frmSettings_chkRestoreNotify", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enable session tracking. ''' Friend ReadOnly Property frmSettings_chkSessionTracking() As String Get Return ResourceManager.GetString("frmSettings_chkSessionTracking", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Show detection notifications. ''' Friend ReadOnly Property frmSettings_chkShowDetectionTips() As String Get Return ResourceManager.GetString("frmSettings_chkShowDetectionTips", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Start to system tray. ''' Friend ReadOnly Property frmSettings_chkStartToTray() As String Get Return ResourceManager.GetString("frmSettings_chkStartToTray", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Start with Windows. ''' Friend ReadOnly Property frmSettings_chkStartWindows() As String Get Return ResourceManager.GetString("frmSettings_chkStartWindows", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Ignore sessions shorter than. ''' Friend ReadOnly Property frmSettings_chkSupressBackup() As String Get Return ResourceManager.GetString("frmSettings_chkSupressBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enable syncing. ''' Friend ReadOnly Property frmSettings_chkSync() As String Get Return ResourceManager.GetString("frmSettings_chkSync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Enable time tracking. ''' Friend ReadOnly Property frmSettings_chkTimeTracking() As String Get Return ResourceManager.GetString("frmSettings_chkTimeTracking", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Do you want to revert all settings to their defaults?. ''' Friend ReadOnly Property frmSettings_ConfirmDefaults() As String Get Return ResourceManager.GetString("frmSettings_ConfirmDefaults", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup folder does not exist. Please choose a valid backup folder.. ''' Friend ReadOnly Property frmSettings_ErrorBackupFolder() As String Get Return ResourceManager.GetString("frmSettings_ErrorBackupFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The custom 7-Zip location [PARAM] does not exist.. ''' Friend ReadOnly Property frmSettings_ErrorLocation() As String Get Return ResourceManager.GetString("frmSettings_ErrorLocation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Settings. ''' Friend ReadOnly Property frmSettings_FormName() As String Get Return ResourceManager.GetString("frmSettings_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Advanced. ''' Friend ReadOnly Property frmSettings_grp7zAdvanced() As String Get Return ResourceManager.GetString("frmSettings_grp7zAdvanced", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to General. ''' Friend ReadOnly Property frmSettings_grp7zGeneral() As String Get Return ResourceManager.GetString("frmSettings_grp7zGeneral", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Version Information. ''' Friend ReadOnly Property frmSettings_grp7zInformation() As String Get Return ResourceManager.GetString("frmSettings_grp7zInformation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Handling. ''' Friend ReadOnly Property frmSettings_grpBackupHandling() As String Get Return ResourceManager.GetString("frmSettings_grpBackupHandling", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Folders. ''' Friend ReadOnly Property frmSettings_grpFolderOptions() As String Get Return ResourceManager.GetString("frmSettings_grpFolderOptions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Data. ''' Friend ReadOnly Property frmSettings_grpGameData() As String Get Return ResourceManager.GetString("frmSettings_grpGameData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Startup. ''' Friend ReadOnly Property frmSettings_grpStartup() As String Get Return ResourceManager.GetString("frmSettings_grpStartup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom Arguments:. ''' Friend ReadOnly Property frmSettings_lblArguments() As String Get Return ResourceManager.GetString("frmSettings_lblArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Folder:. ''' Friend ReadOnly Property frmSettings_lblBackupFolder() As String Get Return ResourceManager.GetString("frmSettings_lblBackupFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Compression:. ''' Friend ReadOnly Property frmSettings_lblCompression() As String Get Return ResourceManager.GetString("frmSettings_lblCompression", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom Location:. ''' Friend ReadOnly Property frmSettings_lblLocation() As String Get Return ResourceManager.GetString("frmSettings_lblLocation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to minutes. ''' Friend ReadOnly Property frmSettings_lblMinutes() As String Get Return ResourceManager.GetString("frmSettings_lblMinutes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to 7-Zip. ''' Friend ReadOnly Property frmSettings_lstSettings_7z() As String Get Return ResourceManager.GetString("frmSettings_lstSettings_7z", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup and Restore. ''' Friend ReadOnly Property frmSettings_lstSettings_BackupRestore() As String Get Return ResourceManager.GetString("frmSettings_lstSettings_BackupRestore", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to General. ''' Friend ReadOnly Property frmSettings_lstSettings_General() As String Get Return ResourceManager.GetString("frmSettings_lstSettings_General", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Invalid or poorly formatted 7-Zip arguments can cause backup or restore operations to fail.[BR][BR]If problems occur, clear the custom arguments and try again.. ''' Friend ReadOnly Property frmSettings_WarningArguments() As String Get Return ResourceManager.GetString("frmSettings_WarningArguments", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You have chosen a custom utility that does not appear to be 7-Zip. [BR][BR]GBM only supports the use of 7-Zip Console (7za).. ''' Friend ReadOnly Property frmSettings_WarningLocation() As String Get Return ResourceManager.GetString("frmSettings_WarningLocation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose a backup folder:. ''' Friend ReadOnly Property frmStartUpWizard_BrowseFolder() As String Get Return ResourceManager.GetString("frmStartUpWizard_BrowseFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Back. ''' Friend ReadOnly Property frmStartUpWizard_btnBack() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnBack", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import from Official List. ''' Friend ReadOnly Property frmStartUpWizard_btnDownloadList() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnDownloadList", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmStartUpWizard_btnFolderBrowse() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnFolderBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Next. ''' Friend ReadOnly Property frmStartUpWizard_btnNext() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnNext", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Finish. ''' Friend ReadOnly Property frmStartUpWizard_btnNext_Finish() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnNext_Finish", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Manager. ''' Friend ReadOnly Property frmStartUpWizard_btnOpenMonitorList() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnOpenMonitorList", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Add Game Wizard. ''' Friend ReadOnly Property frmStartUpWizard_btnOpenWizard() As String Get Return ResourceManager.GetString("frmStartUpWizard_btnOpenWizard", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Create a sub-folder for each game. ''' Friend ReadOnly Property frmStartUpWizard_chkCreateFolder() As String Get Return ResourceManager.GetString("frmStartUpWizard_chkCreateFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import any existing GBM data in the backup folder. ''' Friend ReadOnly Property frmStartUpWizard_chkSync() As String Get Return ResourceManager.GetString("frmStartUpWizard_chkSync", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Would you like to choose games to import from the official list?[BR][BR]This requires an active internet connection.. ''' Friend ReadOnly Property frmStartUpWizard_ConfirmOfficialImport() As String Get Return ResourceManager.GetString("frmStartUpWizard_ConfirmOfficialImport", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The selected path must be a full path.. ''' Friend ReadOnly Property frmStartUpWizard_ErrorBadFolder() As String Get Return ResourceManager.GetString("frmStartUpWizard_ErrorBadFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must select a backup path to continue.. ''' Friend ReadOnly Property frmStartUpWizard_ErrorNoFolder() As String Get Return ResourceManager.GetString("frmStartUpWizard_ErrorNoFolder", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The folder you selected does not exist or is not a valid folder.. ''' Friend ReadOnly Property frmStartUpWizard_ErrorNoFolderExists() As String Get Return ResourceManager.GetString("frmStartUpWizard_ErrorNoFolderExists", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Existing data was detected in the backup folder and has been imported.. ''' Friend ReadOnly Property frmStartUpWizard_ExistingData() As String Get Return ResourceManager.GetString("frmStartUpWizard_ExistingData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM Setup. ''' Friend ReadOnly Property frmStartUpWizard_FormName() As String Get Return ResourceManager.GetString("frmStartUpWizard_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This guide will help you through some quick and easy steps to get started.. ''' Friend ReadOnly Property frmStartUpWizard_lblStep1Instructions() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep1Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to If you'd like to learn about advanced features or have any other questions before you get started, there is a detailed online manual available.. ''' Friend ReadOnly Property frmStartUpWizard_lblStep1Instructions2() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep1Instructions2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Welcome to GBM. ''' Friend ReadOnly Property frmStartUpWizard_lblStep1Title() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep1Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM will store all your backup files along with a manifest database (gbm.s3db) in this location. . ''' Friend ReadOnly Property frmStartUpWizard_lblStep2Instructions() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep2Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose where GBM saves your backup files:. ''' Friend ReadOnly Property frmStartUpWizard_lblStep2Intro() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep2Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup Location. ''' Friend ReadOnly Property frmStartUpWizard_lblStep2Title() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep2Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Before you can start monitoring for games, they need to be configured so GBM knows what to look for and how to handle them. You can download pre-made configurations from the official list or add them all yourself using the tools below. You can also skip this step for now!. ''' Friend ReadOnly Property frmStartUpWizard_lblStep3Intro() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep3Intro", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitoring Games. ''' Friend ReadOnly Property frmStartUpWizard_lblStep3Title() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep3Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to GBM will automatically monitor and backup your games each time they are closed.. ''' Friend ReadOnly Property frmStartUpWizard_lblStep4Instructions() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep4Instructions", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Remember that GBM can only currently monitor one game at a time.. ''' Friend ReadOnly Property frmStartUpWizard_lblStep4Instructions2() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep4Instructions2", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You can change anything you've setup in this wizard and find more settings and features by exploring the menus. Thanks!. ''' Friend ReadOnly Property frmStartUpWizard_lblStep4Instructions3() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep4Instructions3", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Finished!. ''' Friend ReadOnly Property frmStartUpWizard_lblStep4Title() As String Get Return ResourceManager.GetString("frmStartUpWizard_lblStep4Title", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Backup Monitor Manual. ''' Friend ReadOnly Property frmStartUpWizard_llbManual() As String Get Return ResourceManager.GetString("frmStartUpWizard_llbManual", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmSyncFields_btnCancel() As String Get Return ResourceManager.GetString("frmSyncFields_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmSyncFields_btnSave() As String Get Return ResourceManager.GetString("frmSyncFields_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Company. ''' Friend ReadOnly Property frmSyncFields_chkCompany() As String Get Return ResourceManager.GetString("frmSyncFields_chkCompany", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Game Path (Not Recommended). ''' Friend ReadOnly Property frmSyncFields_chkGamePath() As String Get Return ResourceManager.GetString("frmSyncFields_chkGamePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Icon (Not Recommended). ''' Friend ReadOnly Property frmSyncFields_chkIcon() As String Get Return ResourceManager.GetString("frmSyncFields_chkIcon", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Monitor this game. ''' Friend ReadOnly Property frmSyncFields_chkMonitorGame() As String Get Return ResourceManager.GetString("frmSyncFields_chkMonitorGame", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Save multiple backups. ''' Friend ReadOnly Property frmSyncFields_chkTimeStamp() As String Get Return ResourceManager.GetString("frmSyncFields_chkTimeStamp", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Version. ''' Friend ReadOnly Property frmSyncFields_chkVersion() As String Get Return ResourceManager.GetString("frmSyncFields_chkVersion", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Optional Sync Fields. ''' Friend ReadOnly Property frmSyncFields_FormName() As String Get Return ResourceManager.GetString("frmSyncFields_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Fields. ''' Friend ReadOnly Property frmSyncFields_grpFields() As String Get Return ResourceManager.GetString("frmSyncFields_grpFields", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to +. ''' Friend ReadOnly Property frmTags_btnAdd() As String Get Return ResourceManager.GetString("frmTags_btnAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmTags_btnCancel() As String Get Return ResourceManager.GetString("frmTags_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to C&lose. ''' Friend ReadOnly Property frmTags_btnClose() As String Get Return ResourceManager.GetString("frmTags_btnClose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to -. ''' Friend ReadOnly Property frmTags_btnDelete() As String Get Return ResourceManager.GetString("frmTags_btnDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmTags_btnSave() As String Get Return ResourceManager.GetString("frmTags_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to delete [PARAM]? This cannot be undone.[BR][BR]All games using this tag will have it removed.. ''' Friend ReadOnly Property frmTags_ConfirmDelete() As String Get Return ResourceManager.GetString("frmTags_ConfirmDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A tag with this name already exists.. ''' Friend ReadOnly Property frmTags_ErrorTagDupe() As String Get Return ResourceManager.GetString("frmTags_ErrorTagDupe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid tag name.. ''' Friend ReadOnly Property frmTags_ErrorValidName() As String Get Return ResourceManager.GetString("frmTags_ErrorValidName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Tags. ''' Friend ReadOnly Property frmTags_FormName() As String Get Return ResourceManager.GetString("frmTags_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Configuration. ''' Friend ReadOnly Property frmTags_grpTag() As String Get Return ResourceManager.GetString("frmTags_grpTag", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name:. ''' Friend ReadOnly Property frmTags_lblName() As String Get Return ResourceManager.GetString("frmTags_lblName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to +. ''' Friend ReadOnly Property frmVariableManager_btnAdd() As String Get Return ResourceManager.GetString("frmVariableManager_btnAdd", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Cancel. ''' Friend ReadOnly Property frmVariableManager_btnCancel() As String Get Return ResourceManager.GetString("frmVariableManager_btnCancel", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to C&lose. ''' Friend ReadOnly Property frmVariableManager_btnClose() As String Get Return ResourceManager.GetString("frmVariableManager_btnClose", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to -. ''' Friend ReadOnly Property frmVariableManager_btnDelete() As String Get Return ResourceManager.GetString("frmVariableManager_btnDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to .... ''' Friend ReadOnly Property frmVariableManager_btnPathBrowse() As String Get Return ResourceManager.GetString("frmVariableManager_btnPathBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to &Save. ''' Friend ReadOnly Property frmVariableManager_btnSave() As String Get Return ResourceManager.GetString("frmVariableManager_btnSave", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Are you sure you want to delete [PARAM]? This cannot be undone.. ''' Friend ReadOnly Property frmVariableManager_ConfirmDelete() As String Get Return ResourceManager.GetString("frmVariableManager_ConfirmDelete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid variable name.. ''' Friend ReadOnly Property frmVariableManager_ErrorValidName() As String Get Return ResourceManager.GetString("frmVariableManager_ErrorValidName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You must enter a valid path.. ''' Friend ReadOnly Property frmVariableManager_ErrorValidPath() As String Get Return ResourceManager.GetString("frmVariableManager_ErrorValidPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A custom variable with this name already exists.. ''' Friend ReadOnly Property frmVariableManager_ErrorVariableDupe() As String Get Return ResourceManager.GetString("frmVariableManager_ErrorVariableDupe", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Custom Variable Manager. ''' Friend ReadOnly Property frmVariableManager_FormName() As String Get Return ResourceManager.GetString("frmVariableManager_FormName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Configuration. ''' Friend ReadOnly Property frmVariableManager_grpVariable() As String Get Return ResourceManager.GetString("frmVariableManager_grpVariable", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Name:. ''' Friend ReadOnly Property frmVariableManager_lblName() As String Get Return ResourceManager.GetString("frmVariableManager_lblName", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Path:. ''' Friend ReadOnly Property frmVariableManager_lblPath() As String Get Return ResourceManager.GetString("frmVariableManager_lblPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the path the variable represents:. ''' Friend ReadOnly Property frmVariableManager_PathBrowse() As String Get Return ResourceManager.GetString("frmVariableManager_PathBrowse", resourceCulture) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property GBM_Tray_Detected() As System.Drawing.Icon Get Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Detected", resourceCulture) Return CType(obj,System.Drawing.Icon) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property GBM_Tray_Ready() As System.Drawing.Icon Get Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Ready", resourceCulture) Return CType(obj,System.Drawing.Icon) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon). ''' Friend ReadOnly Property GBM_Tray_Stopped() As System.Drawing.Icon Get Dim obj As Object = ResourceManager.GetObject("GBM_Tray_Stopped", resourceCulture) Return CType(obj,System.Drawing.Icon) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Admin() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Admin", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Clock() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Clock", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Detected() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Detected", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Inbox() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Inbox", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Ready() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Ready", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Searching() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Searching", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Stopped() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Stopped", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Unknown() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Unknown", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_User() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_User", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized resource of type System.Drawing.Bitmap. ''' Friend ReadOnly Property Icon_Working() As System.Drawing.Bitmap Get Dim obj As Object = ResourceManager.GetObject("Icon_Working", resourceCulture) Return CType(obj,System.Drawing.Bitmap) End Get End Property ''' ''' Looks up a localized string similar to Do you wish to manually set the game path? (Path will be saved). ''' Friend ReadOnly Property mgPath_ConfirmManualPathNoParam() As String Get Return ResourceManager.GetString("mgPath_ConfirmManualPathNoParam", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup failed due to a malformed command.. ''' Friend ReadOnly Property mgrBackup_7zCommandFailure() As String Get Return ResourceManager.GetString("mgrBackup_7zCommandFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup failed due to an error.. ''' Friend ReadOnly Property mgrBackup_7zFatalError() As String Get Return ResourceManager.GetString("mgrBackup_7zFatalError", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup completed with warnings.. ''' Friend ReadOnly Property mgrBackup_7zWarnings() As String Get Return ResourceManager.GetString("mgrBackup_7zWarnings", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup completed.. ''' Friend ReadOnly Property mgrBackup_ActionComplete() As String Get Return ResourceManager.GetString("mgrBackup_ActionComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup failed.. ''' Friend ReadOnly Property mgrBackup_ActionFailed() As String Get Return ResourceManager.GetString("mgrBackup_ActionFailed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup ([PARAM]) completed. . ''' Friend ReadOnly Property mgrBackup_BackupComplete() As String Get Return ResourceManager.GetString("mgrBackup_BackupComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup of [PARAM] in progress.... ''' Friend ReadOnly Property mgrBackup_BackupInProgress() As String Get Return ResourceManager.GetString("mgrBackup_BackupInProgress", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] was automatically removed.. ''' Friend ReadOnly Property mgrBackup_BackupLimitExceeded() As String Get Return ResourceManager.GetString("mgrBackup_BackupLimitExceeded", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to You may not have enough disk space available to perform a backup.[BR][BR]Do you want to continue anyway?. ''' Friend ReadOnly Property mgrBackup_ConfirmDiskSpace() As String Get Return ResourceManager.GetString("mgrBackup_ConfirmDiskSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The manifest shows the backup folder contains a backup for [PARAM] that has not been restored on this computer.[BR][BR]Do you want to overwrite this file anyway?. ''' Friend ReadOnly Property mgrBackup_ConfirmManifestConflict() As String Get Return ResourceManager.GetString("mgrBackup_ConfirmManifestConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A file with the same name already exists in the backup folder.[BR][BR]Do you want to overwrite this file?. ''' Friend ReadOnly Property mgrBackup_ConfirmOverwrite() As String Get Return ResourceManager.GetString("mgrBackup_ConfirmOverwrite", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup aborted due to lack of disk space.. ''' Friend ReadOnly Property mgrBackup_ErrorDiskSpace() As String Get Return ResourceManager.GetString("mgrBackup_ErrorDiskSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occured creating a file list: [PARAM]. ''' Friend ReadOnly Property mgrBackup_ErrorFileList() As String Get Return ResourceManager.GetString("mgrBackup_ErrorFileList", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup aborted. The backup file for [PARAM] may be unusable.. ''' Friend ReadOnly Property mgrBackup_ErrorFullAbort() As String Get Return ResourceManager.GetString("mgrBackup_ErrorFullAbort", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup aborted by user due to manifest conflict.. ''' Friend ReadOnly Property mgrBackup_ErrorManifestConflict() As String Get Return ResourceManager.GetString("mgrBackup_ErrorManifestConflict", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The manifest update for [PARAM] failed.. ''' Friend ReadOnly Property mgrBackup_ErrorManifestFailure() As String Get Return ResourceManager.GetString("mgrBackup_ErrorManifestFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup aborted. The saved game path for [PARAM] does not exist.. ''' Friend ReadOnly Property mgrBackup_ErrorNoSavePath() As String Get Return ResourceManager.GetString("mgrBackup_ErrorNoSavePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An unexpected error occured during the backup of [PARAM].[BR][PARAM]. ''' Friend ReadOnly Property mgrBackup_ErrorOtherFailure() As String Get Return ResourceManager.GetString("mgrBackup_ErrorOtherFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup aborted by user due to overwrite.. ''' Friend ReadOnly Property mgrBackup_ErrorOverwriteAbort() As String Get Return ResourceManager.GetString("mgrBackup_ErrorOverwriteAbort", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Backup aborted. A failure occured while creating a backup sub-folder for [PARAM].[BR][PARAM]. ''' Friend ReadOnly Property mgrBackup_ErrorSubFolderCreate() As String Get Return ResourceManager.GetString("mgrBackup_ErrorSubFolderCreate", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Generating SHA-256 hash for [PARAM] backup file.. ''' Friend ReadOnly Property mgrBackup_GenerateHash() As String Get Return ResourceManager.GetString("mgrBackup_GenerateHash", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Available Disk Space: [PARAM]. ''' Friend ReadOnly Property mgrCommon_AvailableDiskSpace() As String Get Return ResourceManager.GetString("mgrCommon_AvailableDiskSpace", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] B. ''' Friend ReadOnly Property mgrCommon_B() As String Get Return ResourceManager.GetString("mgrCommon_B", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error has occured writing the text file.[BR][BR][PARAM]. ''' Friend ReadOnly Property mgrCommon_ErrorWritingTextFile() As String Get Return ResourceManager.GetString("mgrCommon_ErrorWritingTextFile", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] files (*.[PARAM])|*.[PARAM]|All files (*.*)|*.*. ''' Friend ReadOnly Property mgrCommon_FilesFilter() As String Get Return ResourceManager.GetString("mgrCommon_FilesFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] GB. ''' Friend ReadOnly Property mgrCommon_GB() As String Get Return ResourceManager.GetString("mgrCommon_GB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] KB. ''' Friend ReadOnly Property mgrCommon_KB() As String Get Return ResourceManager.GetString("mgrCommon_KB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] MB. ''' Friend ReadOnly Property mgrCommon_MB() As String Get Return ResourceManager.GetString("mgrCommon_MB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to No. ''' Friend ReadOnly Property mgrCommon_No() As String Get Return ResourceManager.GetString("mgrCommon_No", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] PB. ''' Friend ReadOnly Property mgrCommon_PB() As String Get Return ResourceManager.GetString("mgrCommon_PB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] Save Folder Size: [PARAM]. ''' Friend ReadOnly Property mgrCommon_SavedGameFolderSize() As String Get Return ResourceManager.GetString("mgrCommon_SavedGameFolderSize", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] TB. ''' Friend ReadOnly Property mgrCommon_TB() As String Get Return ResourceManager.GetString("mgrCommon_TB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Yes. ''' Friend ReadOnly Property mgrCommon_Yes() As String Get Return ResourceManager.GetString("mgrCommon_Yes", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Would you like to apply a filter to your export?. ''' Friend ReadOnly Property mgrMonitorList_ConfirmApplyFilter() As String Get Return ResourceManager.GetString("mgrMonitorList_ConfirmApplyFilter", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The sync settings have changed and data already exists in the backup folder.[BR][BR]Do you want to make your current game data on this PC the new master game data in this folder? (Highly Recommended)[BR][BR]Choosing No will sync your game data on this PC to the current master game data in this folder.. ''' Friend ReadOnly Property mgrMonitorList_ConfirmExistingData() As String Get Return ResourceManager.GetString("mgrMonitorList_ConfirmExistingData", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Export Complete. [PARAM] item(s) have been exported.. ''' Friend ReadOnly Property mgrMonitorList_ExportComplete() As String Get Return ResourceManager.GetString("mgrMonitorList_ExportComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The file:[BR][PARAM][BR]cannot be found.. ''' Friend ReadOnly Property mgrMonitorList_FileNotFound() As String Get Return ResourceManager.GetString("mgrMonitorList_FileNotFound", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Import Complete.. ''' Friend ReadOnly Property mgrMonitorList_ImportComplete() As String Get Return ResourceManager.GetString("mgrMonitorList_ImportComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to This list does not contain any new games to import.. ''' Friend ReadOnly Property mgrMonitorList_ImportNothing() As String Get Return ResourceManager.GetString("mgrMonitorList_ImportNothing", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] change(s) synced.. ''' Friend ReadOnly Property mgrMonitorList_SyncChanges() As String Get Return ResourceManager.GetString("mgrMonitorList_SyncChanges", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A sync from the master game list has been triggered.. ''' Friend ReadOnly Property mgrMonitorList_SyncFromMaster() As String Get Return ResourceManager.GetString("mgrMonitorList_SyncFromMaster", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to A sync to the master game list has been triggered.. ''' Friend ReadOnly Property mgrMonitorList_SyncToMaster() As String Get Return ResourceManager.GetString("mgrMonitorList_SyncToMaster", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to There's no response from:[BR][PARAM][BR]Either the server is not responding or the URL is invalid.. ''' Friend ReadOnly Property mgrMonitorList_WebNoReponse() As String Get Return ResourceManager.GetString("mgrMonitorList_WebNoReponse", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Choose the game folder containing the executable.. ''' Friend ReadOnly Property mgrPath_ChoosePath() As String Get Return ResourceManager.GetString("mgrPath_ChoosePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The search failed to locate the path for [PARAM].[BR][BR]Do you wish to manually set the game path? (Path will be saved). ''' Friend ReadOnly Property mgrPath_ConfirmAutoFailure() As String Get Return ResourceManager.GetString("mgrPath_ConfirmAutoFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM][BR][BR]Do you wish to automatically search for the game path? (Path will be saved). ''' Friend ReadOnly Property mgrPath_ConfirmAutoPath() As String Get Return ResourceManager.GetString("mgrPath_ConfirmAutoPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup location [PARAM] is not available.[BR]It may be on an external or network drive that isn't connected.[BR][BR]Do you want to select another backup location and continue?. ''' Friend ReadOnly Property mgrPath_ConfirmBackupLocation() As String Get Return ResourceManager.GetString("mgrPath_ConfirmBackupLocation", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM][BR][BR]Do you wish to manually set the game path? (Path will be saved). ''' Friend ReadOnly Property mgrPath_ConfirmManualPath() As String Get Return ResourceManager.GetString("mgrPath_ConfirmManualPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] was located in the following folder:[BR][BR][PARAM][BR][BR]Is this correct?. ''' Friend ReadOnly Property mgrPath_ConfirmPathCorrect() As String Get Return ResourceManager.GetString("mgrPath_ConfirmPathCorrect", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup restored.. ''' Friend ReadOnly Property mgrRestore_ActionComplete() As String Get Return ResourceManager.GetString("mgrRestore_ActionComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] restore failed.. ''' Friend ReadOnly Property mgrRestore_ActionFailed() As String Get Return ResourceManager.GetString("mgrRestore_ActionFailed", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The restore path [PARAM] does not exist.[BR][BR]Do you want to create the folder and continue?. ''' Friend ReadOnly Property mgrRestore_ConfirmCreatePath() As String Get Return ResourceManager.GetString("mgrRestore_ConfirmCreatePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup file for [PARAM] has failed the file intergity check. It may be corrupted, not exist or been modified by another application.[BR][BR]Do you still want to restore this backup? (Not Recommended). ''' Friend ReadOnly Property mgrRestore_ConfirmFailedCheck() As String Get Return ResourceManager.GetString("mgrRestore_ConfirmFailedCheck", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The restore path for [PARAM] does not match it's current save path.[BR][BR]Do you want to restore to the current save path instead? (Recommended). ''' Friend ReadOnly Property mgrRestore_ConfirmPathMismatch() As String Get Return ResourceManager.GetString("mgrRestore_ConfirmPathMismatch", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restored aborted by user due to a failed file integrity check.. ''' Friend ReadOnly Property mgrRestore_ErrorCheckAbort() As String Get Return ResourceManager.GetString("mgrRestore_ErrorCheckAbort", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The restore path could not be created due to an unexpected error.[BR][PARAM]. ''' Friend ReadOnly Property mgrRestore_ErrorCreatePath() As String Get Return ResourceManager.GetString("mgrRestore_ErrorCreatePath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The backup file for [PARAM] has failed the file integrity check.. ''' Friend ReadOnly Property mgrRestore_ErrorFailedCheck() As String Get Return ResourceManager.GetString("mgrRestore_ErrorFailedCheck", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restore aborted. The saved games for [PARAM] may now be invalid.. ''' Friend ReadOnly Property mgrRestore_ErrorFullAbort() As String Get Return ResourceManager.GetString("mgrRestore_ErrorFullAbort", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restore aborted. The backup file could not be found.. ''' Friend ReadOnly Property mgrRestore_ErrorNoBackup() As String Get Return ResourceManager.GetString("mgrRestore_ErrorNoBackup", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restored aborted. The path [PARAM] does not exist.. ''' Friend ReadOnly Property mgrRestore_ErrorNoPath() As String Get Return ResourceManager.GetString("mgrRestore_ErrorNoPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An unexpected error occured during the restore process.[BR][PARAM]. ''' Friend ReadOnly Property mgrRestore_ErrorOtherFailure() As String Get Return ResourceManager.GetString("mgrRestore_ErrorOtherFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] has no stored checksum, verification has been skipped.. ''' Friend ReadOnly Property mgrRestore_NoVerify() As String Get Return ResourceManager.GetString("mgrRestore_NoVerify", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] uses a relative path and has never been detected on this computer.. ''' Friend ReadOnly Property mgrRestore_RelativeNeedPath() As String Get Return ResourceManager.GetString("mgrRestore_RelativeNeedPath", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup restored.. ''' Friend ReadOnly Property mgrRestore_RestoreComplete() As String Get Return ResourceManager.GetString("mgrRestore_RestoreComplete", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to Restore to [PARAM] in progress.... ''' Friend ReadOnly Property mgrRestore_RestoreInProgress() As String Get Return ResourceManager.GetString("mgrRestore_RestoreInProgress", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] restore finished with warnings or errors.. ''' Friend ReadOnly Property mgrRestore_RestoreWarnings() As String Get Return ResourceManager.GetString("mgrRestore_RestoreWarnings", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to [PARAM] backup has been verified.. ''' Friend ReadOnly Property mgrRestore_Verified() As String Get Return ResourceManager.GetString("mgrRestore_Verified", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occured creating a backup of the database file at [PARAM][BR][BR][PARAM]. ''' Friend ReadOnly Property mgrSQLite_ErrorBackupFailure() As String Get Return ResourceManager.GetString("mgrSQLite_ErrorBackupFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error has occured attempting to create the local application database:[BR][BR][PARAM]. ''' Friend ReadOnly Property mgrSQLite_ErrorCreatingLocalDB() As String Get Return ResourceManager.GetString("mgrSQLite_ErrorCreatingLocalDB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error has occured attempting to create the remote application database:[BR][BR][PARAM]. ''' Friend ReadOnly Property mgrSQLite_ErrorCreatingRemoteDB() As String Get Return ResourceManager.GetString("mgrSQLite_ErrorCreatingRemoteDB", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error has occured attempting run the query.[BR][BR][PARAM][BR][BR][PARAM]. ''' Friend ReadOnly Property mgrSQLite_ErrorQueryFailure() As String Get Return ResourceManager.GetString("mgrSQLite_ErrorQueryFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to An error occured exporting the XML data.[BR][BR][PARAM]. ''' Friend ReadOnly Property mgrXML_ErrorExportFailure() As String Get Return ResourceManager.GetString("mgrXML_ErrorExportFailure", resourceCulture) End Get End Property ''' ''' Looks up a localized string similar to The XML file cannot be read, it may be an invalid format or corrupted.[BR][BR][PARAM]. ''' Friend ReadOnly Property mgrXML_ErrorImportFailure() As String Get Return ResourceManager.GetString("mgrXML_ErrorImportFailure", resourceCulture) End Get End Property End Module End Namespace