Changes for #151 - Pass 1: Functional, needs testing, code slimming and UI fixes
This commit is contained in:
Generated
+63
@@ -6123,6 +6123,33 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] stores saved games in the Windows registry, accessing the registry requires elevated permissions. Please restart GBM as Administrator to perform this backup..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrBackup_ErrorRegBackupElevation() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrBackup_ErrorRegBackupElevation", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The backup has failed, please ensure the registry path is correct..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrBackup_ErrorRegBackupFailed() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrBackup_ErrorRegBackupFailed", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The regedit utility could not be located at [PARAM]. The backup cannot continue..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrBackup_ErrorRegNotFound() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrBackup_ErrorRegNotFound", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to A failure occured while creating a backup sub-folder for [PARAM].[BR][PARAM].
|
||||
'''</summary>
|
||||
@@ -6132,6 +6159,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The wine binary could not be located at [PARAM]. The backup cannot continue..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrBackup_ErrorWineNotFound() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrBackup_ErrorWineNotFound", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Generating SHA-256 hash for [PARAM] backup file..
|
||||
'''</summary>
|
||||
@@ -6636,6 +6672,33 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] stores saved games in the Windows registry, accessing the registry requires elevated permissions. Please restart GBM as Administrator to restore this backup..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrRestore_ErrorRegBackupElevation() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrRestore_ErrorRegBackupElevation", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The regedit utility could not be located at [PARAM]. The restore cannot continue..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrRestore_ErrorRegNotFound() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrRestore_ErrorRegNotFound", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to The wine binary could not be located at [PARAM]. The restore cannot continue..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property mgrRestore_ErrorWineNotFound() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("mgrRestore_ErrorWineNotFound", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] has no stored checksum, verification has been skipped..
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user