Changes for issue #150 - Pass 1

This commit is contained in:
MikeMaximus
2018-09-08 23:35:11 -06:00
parent dcbfad7513
commit 26d33206df
9 changed files with 269 additions and 32 deletions
+64 -1
View File
@@ -1410,6 +1410,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to 7-Zip.
'''</summary>
Friend ReadOnly Property frmGameManager_7zBackup() As String
Get
Return ResourceManager.GetString("frmGameManager_7zBackup", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] ([PARAM]).
'''</summary>
@@ -1554,6 +1563,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Import B&amp;ackup Files.
'''</summary>
Friend ReadOnly Property frmGameManager_btnImportBackup() As String
Get
Return ResourceManager.GetString("frmGameManager_btnImportBackup", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to In&amp;clude Items....
'''</summary>
@@ -1689,6 +1707,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Choose compatible backup file(s).
'''</summary>
Friend ReadOnly Property frmGameManager_Choose7zImport() As String
Get
Return ResourceManager.GetString("frmGameManager_Choose7zImport", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Choose a custom icon for the game.
'''</summary>
@@ -1824,6 +1851,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Are you sure you want to import the selected file(s) for [PARAM]. This will close the form..
'''</summary>
Friend ReadOnly Property frmGameManager_ConfirmBackupImport() As String
Get
Return ResourceManager.GetString("frmGameManager_ConfirmBackupImport", 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>
@@ -5727,6 +5763,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Failed to import [PARAM], the file could not be copied..
'''</summary>
Friend ReadOnly Property mgrBackup_ErrorImportBackupCopy() As String
Get
Return ResourceManager.GetString("mgrBackup_ErrorImportBackupCopy", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Backup aborted by user due to manifest conflict..
'''</summary>
@@ -5773,7 +5818,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to Backup aborted. A failure occured while creating a backup sub-folder for [PARAM].[BR][PARAM].
''' Looks up a localized string similar to A failure occured while creating a backup sub-folder for [PARAM].[BR][PARAM].
'''</summary>
Friend ReadOnly Property mgrBackup_ErrorSubFolderCreate() As String
Get
@@ -5790,6 +5835,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Imported Backup.
'''</summary>
Friend ReadOnly Property mgrBackup_ImportedFile() As String
Get
Return ResourceManager.GetString("mgrBackup_ImportedFile", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Imported backup file [PARAM] for [PARAM]..
'''</summary>
Friend ReadOnly Property mgrBackup_ImportSuccess() As String
Get
Return ResourceManager.GetString("mgrBackup_ImportSuccess", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Available Disk Space: [PARAM].
'''</summary>