Added OS field to configurations
This commit is contained in:
Generated
+27
@@ -123,6 +123,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Linux.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property App_LinuxOS() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("App_LinuxOS", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Game Backup Monitor.
|
||||
'''</summary>
|
||||
@@ -195,6 +204,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Windows.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property App_WindowsOS() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("App_WindowsOS", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to http://regexr.com/?expression=[PARAM]&text=test.
|
||||
'''</summary>
|
||||
@@ -2346,6 +2364,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to OS:.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmGameManager_lblOS() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmGameManager_lblOS", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Parameter:.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user