Added new strings for issue #148 and #149

This commit is contained in:
Michael J. Seiferling
2018-08-30 10:53:29 -06:00
parent 647193f933
commit b04c1bc18b
4 changed files with 65 additions and 5 deletions
+45
View File
@@ -3876,6 +3876,24 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] Wine Prefix: [PARAM].
'''</summary>
Friend ReadOnly Property frmMain_WinePrefix() As String
Get
Return ResourceManager.GetString("frmMain_WinePrefix", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to [PARAM] Converted Save Path: [PARAM].
'''</summary>
Friend ReadOnly Property frmMain_WineSavePath() As String
Get
Return ResourceManager.GetString("frmMain_WineSavePath", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to +.
'''</summary>
@@ -6087,6 +6105,33 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured when building a Wine path.[BR][BR][PARAM].
'''</summary>
Friend ReadOnly Property mgrPath_ErrorBuildingWinePath() As String
Get
Return ResourceManager.GetString("mgrPath_ErrorBuildingWinePath", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured when converting to a Wine save path.[BR][BR][PARAM].
'''</summary>
Friend ReadOnly Property mgrPath_ErrorConvertWineSavePath() As String
Get
Return ResourceManager.GetString("mgrPath_ErrorConvertWineSavePath", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured when determining a Wine prefix.[BR][BR][PARAM].
'''</summary>
Friend ReadOnly Property mgrPath_ErrorWinePrefix() As String
Get
Return ResourceManager.GetString("mgrPath_ErrorWinePrefix", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An error occured while determining a required system path. [BR][BR]The environment value for [PARAM] is empty.[BR][BR]The application will now exit..
'''</summary>