Allow importing official Windows configurations in Linux for #148

This commit is contained in:
MikeMaximus
2018-09-28 10:34:48 -06:00
parent f659edff64
commit cb49434a46
5 changed files with 82 additions and 12 deletions
+27
View File
@@ -1815,6 +1815,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Linux....
'''</summary>
Friend ReadOnly Property frmGameManager_cmsOfficialLinux() As String
Get
Return ResourceManager.GetString("frmGameManager_cmsOfficialLinux", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to &amp;Windows....
'''</summary>
Friend ReadOnly Property frmGameManager_cmsOfficialWindows() As String
Get
Return ResourceManager.GetString("frmGameManager_cmsOfficialWindows", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Are you sure you want to run a backup for [PARAM]? This will close the form..
'''</summary>
@@ -2463,6 +2481,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to Official Windows configurations can be used in Linux for games running in Wine or Proton.[BR][BR]You do not need to modify these configurations, GBM will automatically do any required path conversions the first time the game is detected.[BR][BR]This message will only be shown once..
'''</summary>
Friend ReadOnly Property frmGameManager_WarningWinConfigsInLinux() As String
Get
Return ResourceManager.GetString("frmGameManager_WarningWinConfigsInLinux", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to XML.
'''</summary>