add automatic in-app-updater
This commit is contained in:
27
ModpackUpdater/LangRes.Designer.vb
generated
27
ModpackUpdater/LangRes.Designer.vb
generated
@@ -64,6 +64,24 @@ Namespace My.Resources
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die A new version of this program is available. If you confirm, the update will be installed automatically. It takes just a few seconds. Continue? ähnelt.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property MsgBox_UpdateAvailable() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("MsgBox_UpdateAvailable", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die New program version available ähnelt.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property MsgBox_UpdateAvailable_Title() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("MsgBox_UpdateAvailable_Title", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Everything is right and up-to-date. ähnelt.
|
||||
'''</summary>
|
||||
@@ -109,6 +127,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Downloading program update... ähnelt.
|
||||
'''</summary>
|
||||
Friend Shared ReadOnly Property StatusText_InstallingAppUpdate() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("StatusText_InstallingAppUpdate", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Sucht eine lokalisierte Zeichenfolge, die Minecraft profile folder seems to be not valid. ähnelt.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user