Added game id sync to import

This commit is contained in:
MikeMaximus
2018-03-04 21:23:01 -06:00
parent 2e5fa70f58
commit ddee737222
5 changed files with 119 additions and 5 deletions
+27
View File
@@ -5437,6 +5437,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to GBM now uses a unique identifier for each game. For the import feature to work as intended, your existing game configurations need to use the same identifiers.[BR][BR]Do you want to sync your game identifiers? (Recommened).
'''</summary>
Friend ReadOnly Property mgrMonitorList_ConfirmGameIDSync() As String
Get
Return ResourceManager.GetString("mgrMonitorList_ConfirmGameIDSync", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to This file cannot be used to sync game indentifiers. It was created with an older version of GBM..
'''</summary>
Friend ReadOnly Property mgrMonitorList_ErrorGameIDVerFailure() As String
Get
Return ResourceManager.GetString("mgrMonitorList_ErrorGameIDVerFailure", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Export Complete. [PARAM] item(s) have been exported..
'''</summary>
@@ -5473,6 +5491,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to This export file was created with a version of GBM prior to 1.1.0 and does not contain unique game identifiers.[BR][BR]Do you still want to import configurations from this file? (Not Recommended).
'''</summary>
Friend ReadOnly Property mgrMonitorList_ImportVersionWarning() As String
Get
Return ResourceManager.GetString("mgrMonitorList_ImportVersionWarning", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] change(s) synced..
'''</summary>