Improved import backup file functionality for #150

This commit is contained in:
Michael J. Seiferling
2018-10-04 09:51:57 -06:00
parent 42726ac0ab
commit a556fa5da1
4 changed files with 57 additions and 16 deletions
+10 -1
View File
@@ -1887,6 +1887,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Importing this backup file will overwrite the current backup file for [PARAM].[BR][BR]Do you want to continue? This will close the form..
'''</summary>
Friend ReadOnly Property frmGameManager_ConfirmBackupImportOverwriteSingle() As String
Get
Return ResourceManager.GetString("frmGameManager_ConfirmBackupImportOverwriteSingle", 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>
@@ -2473,7 +2482,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to The &quot;Save multiple backups&quot; option must be enabled on this configuration to import backup files..
''' Looks up a localized string similar to The &quot;Save multiple backups&quot; option must be enabled on this configuration to import multiple backup files..
'''</summary>
Friend ReadOnly Property frmGameManager_WarningImportBackupSaveMulti() As String
Get