Enhancement for issue #91
This commit is contained in:
Generated
+27
-9
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user