Added protection against empty syncs, fiddled with upgrade again
This commit is contained in:
Generated
+18
@@ -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's no response from:[BR][PARAM][BR]Either the server is not responding or the URL is invalid..
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user