1760 lines
71 KiB
VB.net
1760 lines
71 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' 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.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
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.
|
|
'''<summary>
|
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
|
'''</summary>
|
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
|
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
|
Friend Module Resources
|
|
|
|
Private resourceMan As Global.System.Resources.ResourceManager
|
|
|
|
Private resourceCulture As Global.System.Globalization.CultureInfo
|
|
|
|
'''<summary>
|
|
''' Returns the cached ResourceManager instance used by this class.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
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
|
|
|
|
'''<summary>
|
|
''' Overrides the current thread's CurrentUICulture property for all
|
|
''' resource lookups using this strongly typed resource class.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
|
Get
|
|
Return resourceCulture
|
|
End Get
|
|
Set
|
|
resourceCulture = value
|
|
End Set
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Admin() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Admin", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to There are unsaved changes on this form. Do you want to save?.
|
|
'''</summary>
|
|
Friend ReadOnly Property App_ConfirmDirty() As String
|
|
Get
|
|
Return ResourceManager.GetString("App_ConfirmDirty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 2015 Michael J. Seiferling.
|
|
'''</summary>
|
|
Friend ReadOnly Property App_Copyright() As String
|
|
Get
|
|
Return ResourceManager.GetString("App_Copyright", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] KB.
|
|
'''</summary>
|
|
Friend ReadOnly Property App_KB() As String
|
|
Get
|
|
Return ResourceManager.GetString("App_KB", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] MB.
|
|
'''</summary>
|
|
Friend ReadOnly Property App_MB() As String
|
|
Get
|
|
Return ResourceManager.GetString("App_MB", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game Backup Monitor.
|
|
'''</summary>
|
|
Friend ReadOnly Property App_NameLong() As String
|
|
Get
|
|
Return ResourceManager.GetString("App_NameLong", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GBM.
|
|
'''</summary>
|
|
Friend ReadOnly Property AppNameShort() As String
|
|
Get
|
|
Return ResourceManager.GetString("AppNameShort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Clock() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Clock", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Detected() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Detected", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] by [PARAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_BackupTimeAndName() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_BackupTimeAndName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to +.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnAdd() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnAdd", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnAppPathBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnAppPathBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Backup.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Cancel.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to C&lose.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnClose() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnClose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to -.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Delete Backup.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnDeleteBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnDeleteBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to E&xclude Items....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnExclude() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnExclude", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Export.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnExport() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnExport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnIconBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnIconBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Import.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to In&clude Items....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnInclude() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnInclude", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Mark as Restored.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnMarkAsRestored() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnMarkAsRestored", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Open Backup File.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnOpenBackupFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnOpenBackupFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to O&pen Restore Path.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnOpenRestorePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnOpenRestorePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnProcessBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnProcessBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Restore.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnRestore() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnRestore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Save.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnSave() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnSave", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnSavePathBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnSavePathBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Tags....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_btnTags() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_btnTags", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monitor this game.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_chkEnabled() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_chkEnabled", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save entire folder.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_chkFolderSave() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_chkFolderSave", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monitor only.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_chkMonitorOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_chkMonitorOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Timestamp each backup.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_chkTimeStamp() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_chkTimeStamp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose a custom icon for the game.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseCustomIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseCustomIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose exe file that starts the application.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseExe() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseExe", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the location of application's exe file:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseExePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseExePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose a location for the export file.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseExportXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseExportXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose a valid xml file to import.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseImportXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseImportXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the saved game folder:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ChooseSaveFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ChooseSaveFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &File....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_cmsFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_cmsFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Official List....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_cmsOfficial() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_cmsOfficial", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to run a backup for [PARAM]? This will close the form..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to This will delete the backup file and all records of this backup. This cannot be undone. [BR][BR]Do you want to remove the data for [PARAM]?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmBackupDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmBackupDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The backup folder [PARAM] still contains [PARAM] directories and [PARAM] files.[BR][BR]Do you want to delete the contents and remove the sub-folder for this game?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmBackupFolderDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmBackupFolderDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmGameDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmGameDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to mark [PARAM] as restored? This cannot be undone..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMark() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMark", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to run a backup for [PARAM] games? This will close the form..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMultiBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMultiBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the [PARAM] selected games? This cannot be undone..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMultiGameDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMultiGameDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to mark [PARAM] games as restored? This cannot be undone..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMultiMark() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMultiMark", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to restore the backups for [PARAM] games? This will close the form..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMultiRestore() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMultiRestore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmMultiSave() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmMultiSave", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Would you like to choose games to import from the official game list?[BR][BR]This require an active internet connection..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmOfficialImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmOfficialImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to restore the backup for [PARAM]? This will close the form..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmRestore() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmRestore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] is already up to date.[BR][BR]Would you like to restore this backup anyway?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ConfirmRestoreAnyway() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ConfirmRestoreAnyway", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to A game with this exact name and process already exists..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorGameDupe() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorGameDupe", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The selected game(s) have no backup data..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorNoBackupData() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorNoBackupData", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The backup file does not exist..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorNoBackupExists() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorNoBackupExists", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You must choose items to include in the backup, or choose to save the entire folder..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorNoItems() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorNoItems", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The restore path does not exist..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorNoRestorePathExists() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorNoRestorePathExists", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] uses a relative path and the game path has not been set..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorPathNotSet() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorPathNotSet", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You must enter a valid game name..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorValidName() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorValidName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You must enter a valid process name..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ErrorValidProcess() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ErrorValidProcess", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Exclude.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Exclude() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Exclude", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to E&xclude.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ExcludeShortcut() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ExcludeShortcut", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Executable.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Executable() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Executable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game Manager.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_FormName() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_FormName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Icon() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Icon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Include.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Include() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Include", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to In&clude.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_IncludeShortcut() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_IncludeShortcut", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Items....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Items() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Items", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Items... ([PARAM]).
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_ItemsExist() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_ItemsExist", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Company:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblCompany() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblCompany", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Current Backup:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblCurrentBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblCurrentBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Backup Size:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblFileSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblFileSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game Path:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblGamePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblGamePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hours:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblHours() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblHours", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local Backup:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblLastBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblLastBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Name:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblName() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Process:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblProcess() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblProcess", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Restore Path:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblRestorePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblRestorePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save Path:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblSavePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblSavePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Version:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_lblVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_lblVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Never.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_Never() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_Never", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_optAllGames() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_optAllGames", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Backups Only.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_optBackupData() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_optBackupData", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Custom.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_optCustom() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_optCustom", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Saves Pending.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_optPendingRestores() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_optPendingRestores", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Out of Sync.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_OutofSync() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_OutofSync", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Up to Date!.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_UpToDate() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_UpToDate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to XML.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmGameManager_XML() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmGameManager_XML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game Backup Monitor[BR]Version: [PARAM] Beta ([PARAM])[BR]Build: [PARAM][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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_About() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_About", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Backup in Progress....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_BackupInProgress() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_BackupInProgress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Cancel.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_btnCancelOperation() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_btnCancelOperation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hide &Log.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_btnToggleLog_Hide() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_btnToggleLog_Hide", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show &Log.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_btnToggleLog_Show() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_btnToggleLog_Show", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose icon for [PARAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ChooseIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ChooseIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you wish to backup data from [PARAM]?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ConfirmBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ConfirmBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ConfirmManifestClean() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ConfirmManifestClean", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ConfirmMonitorCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ConfirmMonitorCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ConfirmRebuild() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ConfirmRebuild", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to restart Game Backup Monitor as Administrator?.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ConfirmRunAsAdmin() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ConfirmRunAsAdmin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] is a 64-bit game, GBM cannot detect the required information to save your backup..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_Error64Backup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_Error64Backup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 7-Zip was not found in the Game Backup Monitor utilities folder. The application cannot continue..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_Error7zip() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_Error7zip", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] is running as Administrator and GBM is not, GBM cannot detect the required information to save your backup..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorAdminBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorAdminBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorAdminDetect() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorAdminDetect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game Backup Monitor is already running as Administrator..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorAlreadyAdmin() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorAlreadyAdmin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GBM is running from a new location, the Windows startup entry has been updated..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorAppLocationChanged() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorAppLocationChanged", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] backup was cancelled..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorBackupCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorBackupCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] backup was cancelled due to session length..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorBackupSessionLength() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorBackupSessionLength", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] backup was cancelled due to unknown path..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorBackupUnknownPath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorBackupUnknownPath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorCustomVariable() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorCustomVariable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorDBVerLocal() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorDBVerLocal", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' 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..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorDBVerRemote() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorDBVerRemote", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Multiple possible 64-bit games have been detected, GBM cannot detect the path to identify your game or save your backup.[BR][BR]Please install the 64-bit version of GBM to detect and backup this game properly..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorMulti64() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorMulti64", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Multiple possible games have been detected running as Administrator and GBM is not, GBM cannot detect the path to identify your game or save your backup.[BR][BR]Please run GBM as Administrator to properly detect and backup this game..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorMultiAdmin() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorMultiAdmin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] uses a relative path and has never been detected on this computer..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorRelativePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorRelativePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] restore was cancelled due to a restore path issue..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorRestorePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorRestorePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An error occured creating application settings folder. The application cannot proceed.[BR][BR][PARAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ErrorSettingsFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ErrorSettingsFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] (Executable Path).
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ExePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ExePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to exit? Your games will no longer be monitored..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_Exit() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_Exit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] Detected.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_GameDetected() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_GameDetected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] has ended..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_GameEnded() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_GameEnded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game List ([PARAM]) Loaded..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_GameListLoaded() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_GameListLoaded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &File.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Exit.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFileExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFileExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cancel &Monitoring.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFileMonitor_Cancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFileMonitor_Cancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start &Monitoring.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFileMonitor_Start() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFileMonitor_Start", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Stop &Monitoring.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFileMonitor_Stop() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFileMonitor_Stop", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Settings....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonFileSettings() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonFileSettings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Help.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonHelp() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonHelp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &About Game Backup Monitor.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonHelpAbout() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonHelpAbout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Check for Updates....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonHelpCheckForUpdates() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonHelpCheckForUpdates", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Online &Manual....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonHelpManual() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonHelpManual", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Official Web Site....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonHelpWebSite() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonHelpWebSite", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Setup.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonSetup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonSetup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Add Game &Wizard....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonSetupAddWizard() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonSetupAddWizard", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Custom &Path Variables....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonSetupCustomVariables() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonSetupCustomVariables", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Game Manager....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonSetupGameManager() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonSetupGameManager", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Tags....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonSetupTags() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonSetupTags", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monitor Status:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonStripStatusButton() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonStripStatusButton", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Click to toggle monitoring on or off..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonStripStatusButtonToolTip() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonStripStatusButtonToolTip", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Tools.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonTools() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonTools", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Clea&n Local Manifest.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonToolsCleanMan() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonToolsCleanMan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Compact Databases.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonToolsCompact() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonToolsCompact", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show / Hide.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_gMonTrayShow() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_gMonTrayShow", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon files (*.ico)|*.ico.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_IconFilter() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_IconFilter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Last Game: [PARAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_LastGame() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_LastGame", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Last Action:.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_lblLastActionTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_lblLastActionTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local Database Vacuum Completed: [PARAM] KB.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_LocalCompactComplete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_LocalCompactComplete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local Database Vacuum Initialized: [PARAM] KB.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_LocalCompactInit() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_LocalCompactInit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The local manifest is clean..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ManifestAreadyClean() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ManifestAreadyClean", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] entry was removed from local manfiest..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ManifestRemovedEntry() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ManifestRemovedEntry", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] entries were removed from the local manifest..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ManifestTotalRemoved() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ManifestTotalRemoved", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to A manaul backup of [PARAM] was triggered..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_ManualBackup() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_ManualBackup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The master game list has been changed by a program other than GBM..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_MasterListChanged() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_MasterListChanged", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monitoring of [PARAM] was cancelled..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_MonitorCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_MonitorCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] monitoring ended..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_MonitorEnded() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_MonitorEnded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Multiple Games.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_MultipleGames() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_MultipleGames", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Multiple Games Detected.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_MultipleGamesDetected() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_MultipleGamesDetected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] New Saves Pending.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NewSaveNotificationMulti() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NewSaveNotificationMulti", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] New Save Pending.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NewSaveNotificationSingle() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NewSaveNotificationSingle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Game details are unavailable..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NoDetails() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NoDetails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No Game Detected.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NoGameDetected() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NoGameDetected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to N/A.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NotAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NotAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Not Scanning.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_NotScanning() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_NotScanning", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote Database Vacuum Completed: [PARAM] KB.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_RemoteCompactComplete() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_RemoteCompactComplete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote Database Vacuum Initialized: [PARAM] KB.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_RemoteCompactInit() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_RemoteCompactInit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Restore in progress....
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_RestoreInProgress() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_RestoreInProgress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GBM is running with Administrator privileges..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_RunningAsAdmin() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_RunningAsAdmin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GBM is running with normal privileges. Click to restart as Administrator..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_RunningAsNormal() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_RunningAsNormal", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] hours.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_SessionHours() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_SessionHours", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to [PARAM] minutes.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_SessionMinutes() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_SessionMinutes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to the unidentified game.
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_UnknownGame() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_UnknownGame", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The unidentified game has ended..
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_UnknownGameEnded() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_UnknownGameEnded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Updated by [PARAM] on [PARAM].
|
|
'''</summary>
|
|
Friend ReadOnly Property frmMain_UpdatedBy() As String
|
|
Get
|
|
Return ResourceManager.GetString("frmMain_UpdatedBy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
|
'''</summary>
|
|
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
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
|
'''</summary>
|
|
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
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Icon similar to (Icon).
|
|
'''</summary>
|
|
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
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Inbox() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Inbox", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Ready() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Ready", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Searching() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Searching", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Stopped() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Stopped", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Unknown() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Unknown", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property User() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("User", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized resource of type System.Drawing.Bitmap.
|
|
'''</summary>
|
|
Friend ReadOnly Property Working() As System.Drawing.Bitmap
|
|
Get
|
|
Dim obj As Object = ResourceManager.GetObject("Working", resourceCulture)
|
|
Return CType(obj,System.Drawing.Bitmap)
|
|
End Get
|
|
End Property
|
|
End Module
|
|
End Namespace
|