Added setting to disable disk space check and text updates for #178
This commit is contained in:
Generated
+21
-12
@@ -4686,6 +4686,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Start automatically on log-in.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkAutoStart() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkAutoStart", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Disable backup confirmation.
|
||||
'''</summary>
|
||||
@@ -4713,6 +4722,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Disable disk space check prior to backup.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkDisableDiskSpaceCheck() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkDisableDiskSpaceCheck", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Disable sync event messages.
|
||||
'''</summary>
|
||||
@@ -4777,20 +4795,11 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Start to system tray.
|
||||
''' Looks up a localized string similar to Start minimized.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkStartToTray() As String
|
||||
Friend ReadOnly Property frmSettings_chkStartMinimized() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkStartToTray", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Start with Windows.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkStartWindows() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkStartWindows", resourceCulture)
|
||||
Return ResourceManager.GetString("frmSettings_chkStartMinimized", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
Reference in New Issue
Block a user