Restricted backup import functionality for #150

This commit is contained in:
Michael J. Seiferling
2018-09-14 11:46:20 -06:00
parent 333f7ac36a
commit 898e72f163
3 changed files with 19 additions and 3 deletions
+10 -1
View File
@@ -2446,7 +2446,7 @@ Namespace My.Resources
End Property
'''<summary>
''' Looks up a localized string similar to This feature is intended to import 7-Zip backup archives compatible with the selected game configuration.[BR][BR]GBM does NOT verify these files, you should only use files created by GBM or other compatible archives that were created using the same settings as the current game configuration.[BR][BR]This message will only be shown once..
''' Looks up a localized string similar to This feature is intended to import 7-Zip backup archives compatible with the selected game configuration.[BR][BR]GBM does NOT verify these files, you should only use files created by GBM or compatible archives created using the same settings as the current game configuration.[BR][BR]This message will only be shown once..
'''</summary>
Friend ReadOnly Property frmGameManager_WarningImportBackup() As String
Get
@@ -2454,6 +2454,15 @@ Namespace My.Resources
End Get
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..
'''</summary>
Friend ReadOnly Property frmGameManager_WarningImportBackupSaveMulti() As String
Get
Return ResourceManager.GetString("frmGameManager_WarningImportBackupSaveMulti", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to XML.
'''</summary>