Generated
+45
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user