Added protection against empty syncs, fiddled with upgrade again

This commit is contained in:
MikeMaximus
2018-03-16 11:04:54 -06:00
parent 907e3e309a
commit 1d57bc0cc4
4 changed files with 33 additions and 4 deletions
+18
View File
@@ -5844,6 +5844,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The sync was aborted by the user..
'''</summary>
Friend ReadOnly Property mgrMonitorList_ErrorSyncCancel() As String
Get
Return ResourceManager.GetString("mgrMonitorList_ErrorSyncCancel", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Export Complete. [PARAM] item(s) have been exported..
'''</summary>
@@ -5925,6 +5934,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The database GBM is attempting to sync with appears to be empty, syncing with this database will delete all data. Do you still want to sync with this database? (Not Recommended).
'''</summary>
Friend ReadOnly Property mgrMonitorList_WarningSyncProtection() As String
Get
Return ResourceManager.GetString("mgrMonitorList_WarningSyncProtection", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to There&apos;s no response from:[BR][PARAM][BR]Either the server is not responding or the URL is invalid..
'''</summary>