Enhancement for issue #91

This commit is contained in:
MikeMaximus
2017-06-26 10:46:11 -06:00
parent d4210053ad
commit 9386da4a2a
3 changed files with 49 additions and 18 deletions
+27 -9
View File
@@ -4456,6 +4456,33 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] backup failed due to a malformed command..
'''</summary>
Friend ReadOnly Property mgrBackup_7zCommandFailure() As String
Get
Return ResourceManager.GetString("mgrBackup_7zCommandFailure", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] backup failed due to an error..
'''</summary>
Friend ReadOnly Property mgrBackup_7zFatalError() As String
Get
Return ResourceManager.GetString("mgrBackup_7zFatalError", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] backup completed with warnings..
'''</summary>
Friend ReadOnly Property mgrBackup_7zWarnings() As String
Get
Return ResourceManager.GetString("mgrBackup_7zWarnings", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] backup completed..
'''</summary>
@@ -4501,15 +4528,6 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] backup finished with warnings or errors..
'''</summary>
Friend ReadOnly Property mgrBackup_BackupWarnings() As String
Get
Return ResourceManager.GetString("mgrBackup_BackupWarnings", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to You may not have enough disk space available to perform a backup.[BR][BR]Do you want to continue anyway?.
'''</summary>