This commit is contained in:
Michael J. Seiferling
2019-02-27 19:02:31 -06:00
parent b7eaec2dca
commit 0b7d382f0f
5 changed files with 51 additions and 26 deletions
+9
View File
@@ -6006,6 +6006,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to The backup folder is a UNC path. The disk space check has been skipped..
'''</summary>
Friend ReadOnly Property mgrBackup_ErrorBackupPathIsUNC() As String
Get
Return ResourceManager.GetString("mgrBackup_ErrorBackupPathIsUNC", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Backup aborted due to lack of disk space..
'''</summary>