mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-26 03:58:45 +08:00
I have my username/password stored in mRemote, but sometimes i want to
log in as the service account or administrator account for various
reasons. This "new feature" allows you to quickly enter credentials
without changing other settings.
(cherry picked from commit 2ec0cdbc30 by cyclops1982)
Conflicts:
mRemoteV1/Language/Language.Designer.vb
mRemoteV1/Language/Language.resx
6531 lines
257 KiB
VB.net
6531 lines
257 KiB
VB.net
'------------------------------------------------------------------------------
|
|
' <auto-generated>
|
|
' This code was generated by a tool.
|
|
' Runtime Version:4.0.30319.1008
|
|
'
|
|
' Changes to this file may cause incorrect behavior and will be lost if
|
|
' the code is regenerated.
|
|
' </auto-generated>
|
|
'------------------------------------------------------------------------------
|
|
|
|
Option Strict On
|
|
Option Explicit On
|
|
|
|
Imports System
|
|
|
|
Namespace My
|
|
|
|
'This class was auto-generated by the StronglyTypedResourceBuilder
|
|
'class via a tool like ResGen or Visual Studio.
|
|
'To add or remove a member, edit your .ResX file then rerun ResGen
|
|
'with the /str option, or rebuild your VS project.
|
|
'''<summary>
|
|
''' A strongly-typed resource class, for looking up localized strings, etc.
|
|
'''</summary>
|
|
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
|
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
|
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
|
Friend Class Language
|
|
|
|
Private Shared resourceMan As Global.System.Resources.ResourceManager
|
|
|
|
Private Shared resourceCulture As Global.System.Globalization.CultureInfo
|
|
|
|
<Global.System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
|
|
Friend Sub New()
|
|
MyBase.New
|
|
End Sub
|
|
|
|
'''<summary>
|
|
''' Returns the cached ResourceManager instance used by this class.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Friend Shared ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
|
Get
|
|
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
|
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("mRemoteNG.Language", GetType(Language).Assembly)
|
|
resourceMan = temp
|
|
End If
|
|
Return resourceMan
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Overrides the current thread's CurrentUICulture property for all
|
|
''' resource lookups using this strongly typed resource class.
|
|
'''</summary>
|
|
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
|
Friend Shared Property Culture() As Global.System.Globalization.CultureInfo
|
|
Get
|
|
Return resourceCulture
|
|
End Get
|
|
Set
|
|
resourceCulture = value
|
|
End Set
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to About.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAbout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAbout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Active.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strActive() As String
|
|
Get
|
|
Return ResourceManager.GetString("strActive", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Activity.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strActivity() As String
|
|
Get
|
|
Return ResourceManager.GetString("strActivity", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAddConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New folder.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAddFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddNodeFromXML failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAddNodeFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddNodeFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddNodesFromSQL failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAddNodesFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAddNodesFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAllowOnlySingleInstance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAllowOnlySingleInstance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAlways() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlways", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always connect, even if authentication fails.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAlwaysConnectEvenIfAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysConnectEvenIfAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show panel selection dialog when opening connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAlwaysShowPanelSelection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysShowPanelSelection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show panel tabs.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAlwaysShowPanelTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysShowPanelTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show notification area icon.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAlwaysShowSysTrayIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAlwaysShowSysTrayIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ask me again later.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAskUpdatesCommandAskLater() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandAskLater", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Customize the settings now.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAskUpdatesCommandCustom() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandCustom", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use the recommended settings.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAskUpdatesCommandRecommended() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesCommandRecommended", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAskUpdatesContent() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesContent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatic update settings.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAskUpdatesMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAskUpdatesMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Aspect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAspect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAspect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatically get session information.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAutomaticallyGetSessionInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutomaticallyGetSessionInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Auto save every:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAutoSaveEvery() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutoSaveEvery", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Minutes (0 means disabled).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAutoSaveMins() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAutoSaveMins", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Latest version.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strAvailableVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strAvailableVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Browse....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonBrowse() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonBrowse", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Cancel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonCancel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonCancel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Change.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonChange() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonChange", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Close.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonClose() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonClose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Default Inheritance.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonDefaultInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDefaultInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Default Properties.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonDefaultProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDefaultProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disconnect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonDisconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonDisconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Import.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inheritance.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Launch PuTTY.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonLaunchPutty() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonLaunchPutty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &New.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &OK.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Properties.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Scan.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Stop.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonStop() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonStop", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Test Proxy.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strButtonTestProxy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strButtonTestProxy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You cannot import a normal connection file.
|
|
'''Please use File - Load Connections for normal connection files!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCannotImportNormalSessionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCannotImportNormalSessionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCannotStartPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCannotStartPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Appearance.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryAppearance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryAppearance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Credentials.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryDisplay() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryDisplay", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryGateway() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryGateway", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to General.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryGeneral() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryGeneral", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Miscellaneous.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryMiscellaneous() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryMiscellaneous", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Redirect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCategoryRedirect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCategoryRedirect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Always show this screen at startup.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcAlwaysShowScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcAlwaysShowScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcCheckAgain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckAgain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcCheckFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check succeeded!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcCheckSucceeded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcCheckSucceeded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system.
|
|
'''mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer.
|
|
'''To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation).
|
|
'''If this check still fails or you are unable to use the (RDP) Sessions feat [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcEOLFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcEOLFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to EOLWTSCOM was found and seems to be registered properly..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcEOLOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcEOLOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to To use the Gecko Rendering Engine you need to have XULrunner 1.8.1.x and the path to the installation set in your Options.
|
|
'''You can download XULrunner 1.8.1.3 here: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/win32/
|
|
'''When you are finished downloading extract the package to a path of your choice. Then in mRemoteNG go to Tools - Options - Advanced and enter the correct path in the XULrunner path field.
|
|
'''If you are still not able to pass this check or use the Gecko Engine in mRemoteNG please c [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcGeckoFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcGeckoFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to XULrunner was found and seems to be installed properly..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcGeckoOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcGeckoOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/
|
|
'''If you have the XenDesktop Online Plugin installed and the check still fails, try to register wfica.ocx manually.
|
|
'''To do this open up the run dialog (Start - Run) and enter the following: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (Where c:\Program Files\Citrix\ICA Client\ is the path to your XenDesktop Online Plugin install [rest of string was truncated]";.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcICAFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcICAFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All ICA components were found and seem to be registered properly.
|
|
'''Citrix ICA Client Control Version {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcICAOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcICAOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to not installed properly.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcNotInstalledProperly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcNotInstalledProperly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path.
|
|
'''Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcPuttyFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcPuttyFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The PuTTY executable was found and should be ready to use..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcPuttyOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcPuttyOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 6.0 installed. You can download it here: http://support.microsoft.com/kb/925876
|
|
'''If this check still fails or you are unable to use RDP, please consult the mRemoteNG Forum at http://forum.mremoteng.org/..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcRDPFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcRDPFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All RDP components were found and seem to be registered properly.
|
|
'''Remote Desktop Connection Control Version {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcRDPOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcRDPOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC requires VncSharpNG.dll to be located in your mRemoteNG application folder.
|
|
'''Please make sure that you have the VncSharpNG.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\).
|
|
'''If you are still not able to pass this check or use VNC in mRemoteNG please consult the mRemoteNG Forum at http://forum.mremoteng.org/.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcVNCFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcVNCFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All VNC components were found and seem to be registered properly.
|
|
'''VncSharpNG Control Version {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCcVNCOK() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCcVNCOK", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxAutomaticReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxAutomaticReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do not show this message again..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxDoNotShowThisMessageAgain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxDoNotShowThisMessageAgain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inheritance.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxInheritance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxInheritance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to This proxy server requires authentication.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxProxyAuthentication() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxProxyAuthentication", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use custom PuTTY path:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxPuttyPath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxPuttyPath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect when ready.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxReconnectWhenReady() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxReconnectWhenReady", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use a proxy server to connect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxUpdateUseProxy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxUpdateUseProxy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Wait for exit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckboxWaitForExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckboxWaitForExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check Again.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckForUpdate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckForUpdate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check for updates and announcements at startup.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckForUpdatesOnStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckForUpdatesOnStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check now.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckNow() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckNow", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check proper installation of components at startup.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCheckProperInstallationOfComponentsAtStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCheckProperInstallationOfComponentsAtStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose panel before connecting.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strChoosePanelBeforeConnecting() As String
|
|
Get
|
|
Return ResourceManager.GetString("strChoosePanelBeforeConnecting", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Closed Ports.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strClosedPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strClosedPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Collapse all folders.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCollapseAllFolders() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCollapseAllFolders", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Arguments.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnArguments() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnArguments", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Name.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Filename.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnFilename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnFilename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hostname/IP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnHostnameIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnHostnameIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Message.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnMessage() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnMessage", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Wait For Exit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strColumnWaitForExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strColumnWaitForExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to E&xit {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCommandExitProgram() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCommandExitProgram", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't parse command line args!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCommandLineArgsCouldNotBeParsed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCommandLineArgsCouldNotBeParsed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Open a connection file.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCommandOpenConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCommandOpenConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Try again.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCommandTryAgain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCommandTryAgain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCompatibilityLenovoAutoScrollUtilityDetected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCompatibilityLenovoAutoScrollUtilityDetected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Compatibility problem detected.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCompatibilityProblemDetected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCompatibilityProblemDetected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Components Check.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strComponentsCheck() As String
|
|
Get
|
|
Return ResourceManager.GetString("strComponentsCheck", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to btnIcon_Click failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridButtonIconClickFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridButtonIconClickFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ShowHideGridItems failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridHideItemsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridHideItemsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to IconMenu_Click failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridMenuClickFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridMenuClickFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Property Grid object failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridObjectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridObjectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SetHostStatus failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridSetHostStatusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridSetHostStatusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to pGrid_PopertyValueChanged failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigPropertyGridValueFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigPropertyGridValueFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config UI load failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfigUiLoadFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfigUiLoadFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to close the connection, "{0}"?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmCloseConnectionMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmCloseConnectionMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmCloseConnectionPanelMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmCloseConnectionPanelMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmDeleteExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmDeleteExternalToolMultiple() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteExternalToolMultiple", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmDeleteNodeConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmDeleteNodeFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmDeleteNodeFolderNotEmpty() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmDeleteNodeFolderNotEmpty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to close all open connections?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmExitMainInstruction() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmExitMainInstruction", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConfirmResetLayout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConfirmResetLayout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect in fullscreen mode.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectInFullscreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectInFullscreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connecting....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnecting() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnecting", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Connected.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionEventConnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}").
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionEventConnectedDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnectedDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Conenction failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionEventConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event ErrorOccured.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionEventErrorOccured() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionEventErrorOccured", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cannot open connection: No hostname specified!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionOpenFailedNoHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionOpenFailedNoHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP error!
|
|
'''Error Code: {0}
|
|
'''Error Description: {1}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionRdpErrorDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionRdpErrorDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnections() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnections", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't set default port!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionSetDefaultPortFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionSetDefaultPortFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create backup of connections file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileBackupFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileBackupFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't import connections file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileCouldNotBeImported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeImported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections file "{0}" could not be loaded!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileCouldNotBeLoaded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeLoaded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections file "{0}" could not be loaded!
|
|
'''Starting with new connections file..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileCouldNotBeLoadedNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeLoadedNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save connections file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileCouldNotBeSaved() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotBeSaved", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save connections file as "{0}"!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectionsFileCouldNotSaveAs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectionsFileCouldNotSaveAs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect without credentials.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectNoCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectNoCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect to console session.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectToConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectToConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect (with options).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnectWithOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnectWithOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to {0} via {1} closed by user {2}..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnenctionClosedByUser() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionClosedByUser", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}").
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnenctionClosedByUserDetail() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionClosedByUserDetail", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Event Closed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnenctionCloseEvent() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionCloseEvent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Event Closed failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strConnenctionCloseEventFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strConnenctionCloseEventFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new connections file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCouldNotCreateNewConnectionsFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCouldNotCreateNewConnectionsFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCouldNotFindToolStripInFilteredPropertyGrid() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCouldNotFindToolStripInFilteredPropertyGrid", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Installed version.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strCurrentVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strCurrentVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Default Theme.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDefaultTheme() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDefaultTheme", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Detect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDetect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDetect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Don't connect if authentication fails.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDontConnectWhenAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDontConnectWhenAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Double click on tab closes it.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDoubleClickTabClosesIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDoubleClickTabClosesIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download and Install.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDownloadAndInstall() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDownloadAndInstall", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strDuplicate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strDuplicate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to continue with no password?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEmptyPasswordContinue() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEmptyPasswordContinue", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to For empty Username, Password or Domain fields use:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEmptyUsernamePasswordDomainFields() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEmptyUsernamePasswordDomainFields", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 128-bit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEnc128Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc128Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 128-bit (logon only).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEnc128BitLogonOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc128BitLogonOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 40-bit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEnc40Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc40Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 56-bit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEnc56Bit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEnc56Bit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Basic.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEncBasic() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEncBasic", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Completely encrypt connection file.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEncryptCompleteConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEncryptCompleteConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to End IP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEndIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEndIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to End Port.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strEndPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strEndPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorAddExternalToolsToToolBarFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorAddExternalToolsToToolBarFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to AddFolder (UI.Window.Tree) failed. {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorAddFolderFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorAddFolderFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The database version {0} is not compatible with this version of {1}..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorBadDatabaseVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorBadDatabaseVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to CloneNode (Tree.Node) failed . {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorCloneNodeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorCloneNodeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error code {0}..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorCode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorCode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The connection list could not be saved..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorConnectionListSaveFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorConnectionListSaveFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY could not be launched..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorCouldNotLaunchPutty() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorCouldNotLaunchPutty", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Decryption failed. {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorDecryptionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorDecryptionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Encryption failed. {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorEncryptionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorEncryptionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. This setting is not compatible with {0}.
|
|
'''
|
|
'''See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information.
|
|
'''
|
|
'''{0} will now close..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorFipsPolicyIncompatible() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorFipsPolicyIncompatible", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Errors.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorStartupConnectionFileLoad() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorStartupConnectionFileLoad", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strErrorVerifyDatabaseVersionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strErrorVerifyDatabaseVersionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Expand all folders.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strExpandAllFolders() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExpandAllFolders", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Experimental.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strExperimental() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExperimental", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Export.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strExport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Export mRemote/mRemoteNG XML.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strExportmRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExportmRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ext. App.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strExtApp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strExtApp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Includes icons by [FAMFAMFAM].
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFAMFAMFAMAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFAMFAMFAMAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://www.famfamfam.com/.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFAMFAMFAMAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFAMFAMFAMAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All Files (*.*).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFilterAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Application Files (*.exe).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFilterApplication() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterApplication", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemote CSV Files (*.csv).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFiltermRemoteCSV() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltermRemoteCSV", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemote XML Files (*.xml).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFiltermRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltermRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Files (*.rdp).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFilterRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFilterRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to visionapp Remote Desktop 2008 CSV Files (*.csv).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFiltervRD2008CSV() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFiltervRD2008CSV", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inherit {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFormatInherit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFormatInherit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Description of inherited property: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFormatInheritDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFormatInheritDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Free.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFree() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFree", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Fullscreen.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strFullscreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strFullscreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to General.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGeneral() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGeneral", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Connection Info From SQL failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGetConnectionInfoFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGetConnectionInfoFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGetConnectionInfoFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGetConnectionInfoFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatic Reconnect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGroupboxAutomaticReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxAutomaticReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGroupboxConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool Properties.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGroupboxExternalToolProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxExternalToolProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Files.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strGroupboxFiles() As String
|
|
Get
|
|
Return ResourceManager.GetString("strGroupboxFiles", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Host.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHost() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHost", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTP Connect Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpConnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpConnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new HTTP Connection!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Changing HTTP Document Tile Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpDocumentTileChangeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpDocumentTileChangeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gecko (Firefox).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpGecko() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpGecko", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internet Explorer.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpInternetExplorer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpInternetExplorer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to HTTPS.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Set HTTP Props failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strHttpSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strHttpSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strICA() As String
|
|
Get
|
|
Return ResourceManager.GetString("strICA", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create new ICA Connection!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Loading ICA Plugin failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaControlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaControlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA SetCredentials failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaSetCredentialsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetCredentialsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Event Handlers Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Props Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to ICA Set Resolution Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIcaSetResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIcaSetResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:".
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIdentifyQuickConnectTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIdentifyQuickConnectTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from Active Directory.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strImportAD() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportAD", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import/Export.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strImportExport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportExport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import mRemote/mRemoteNG XML.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strImportmRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportmRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from Port Scan.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strImportPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Import from .RDP file(s).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strImportRDPFiles() As String
|
|
Get
|
|
Return ResourceManager.GetString("strImportRDPFiles", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Inactive.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strInactive() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInactive", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Informations.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strInformations() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInformations", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG is up to date.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strInheritNewConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strInheritNewConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dispose of Int App process failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppDisposeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppDisposeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Focus Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Handle: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Killing Int App Process failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Handle: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppParentHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppParentHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Resize failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppResizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppResizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to --- IntApp Stuff ---.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppStuff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppStuff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Int App Title: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strIntAppTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strIntAppTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to CTRL-ALT-DEL.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strKeysCtrlAltDel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strKeysCtrlAltDel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to CTRL-ESC.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strKeysCtrlEsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strKeysCtrlEsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Address:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Arguments:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelArguments() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelArguments", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Change Log:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelChangeLog() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelChangeLog", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to When closing connections:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelClosingConnections() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelClosingConnections", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Connect:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Name.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Filename:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelFilename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelFilename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hostname:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Options:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Portable Edition.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelPortableEdition() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPortableEdition", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to To configure PuTTY sessions click this button:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelPuttySessionsConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPuttySessionsConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelPuttyTimeout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelPuttyTimeout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Released under the GNU General Public License (GPL).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelReleasedUnderGPL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelReleasedUnderGPL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to seconds.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelSeconds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSeconds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelSelectPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSelectPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Server Status:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelServerStatus() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelServerStatus", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Database:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelSQLDatabaseName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSQLDatabaseName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Database:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelSQLServerDatabaseName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelSQLServerDatabaseName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Verify:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLabelVerify() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLabelVerify", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Language.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLanguage() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguage", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to (Automatically Detect).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLanguageDefault() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguageDefault", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to {0} must be restarted before changes to the language will take effect..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLanguageRestartRequired() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLanguageRestartRequired", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Load from SQL failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLoadFromSqlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLoadFromSqlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The connection information could not be loaded from the SQL server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLoadFromSqlFailedContent() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLoadFromSqlFailedContent", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Load From XML failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLoadFromXmlFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLoadFromXmlFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local file.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLocalFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLocalFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Local file does not exist!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLocalFileDoesNotExist() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLocalFileDoesNotExist", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Logoff.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLogOff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogOff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Writing to report file failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLogWriteToFileFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogWriteToFileFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save report to final location..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strLogWriteToFileFinalLocationFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strLogWriteToFileFinalLocationFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uses the Magic library by [Crownwood Software].
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMagicLibraryAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMagicLibraryAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://www.dotnetmagic.com/.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMagicLibraryAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMagicLibraryAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to About.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuAbout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAbout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Add Connection Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuAddConnectionPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAddConnectionPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Announcements.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuAnnouncements() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuAnnouncements", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check for Updates.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuCheckForUpdates() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCheckForUpdates", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection Panels.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuConnectionPanels() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnectionPanels", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuConnections() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnections", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections and Config.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuConnectionsAndConfig() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuConnectionsAndConfig", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Copy.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuCopy() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCopy", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ctrl-Alt-Del.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuCtrlAltDel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCtrlAltDel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ctrl-Esc.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuCtrlEsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuCtrlEsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete Connection....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDeleteConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete External Tool....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDeleteExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete Folder....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDeleteFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDeleteFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disconnect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDisconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDisconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Donate.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDonate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDonate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDuplicate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDuplicateConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Folder.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDuplicateFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Duplicate Tab.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuDuplicateTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuDuplicateTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Exit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tools.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuExternalTools() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExternalTools", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tools Toolbar.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuExternalToolsToolbar() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuExternalToolsToolbar", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &File.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Full Screen.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuFullScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFullScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Full Screen (RDP).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuFullScreenRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuFullScreenRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Help.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuHelp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuHelp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG Help.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuHelpContents() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuHelpContents", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Jump To.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuJumpTo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuJumpTo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Launch External Tool.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuLaunchExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuLaunchExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection File.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNewConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNewConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New External Tool.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNewExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNewExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Notifications.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNotifications() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNotifications", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Copy All.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNotificationsCopyAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNotificationsCopyAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNotificationsDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNotificationsDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Delete All.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuNotificationsDeleteAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuNotificationsDeleteAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open Connection File....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuOpenConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuOpenConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Options.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuOptions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuOptions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Paste.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuPaste() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuPaste", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port Scan.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuPortScan() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuPortScan", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect Toolbar.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuQuickConnectToolbar() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuQuickConnectToolbar", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuReconnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuReconnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh Screen (VNC).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuRefreshScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRefreshScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuRename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuRenameConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Folder.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuRenameFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename Tab.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuRenameTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuRenameTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Report a Bug.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuReportBug() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuReportBug", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reset layout.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuResetLayout() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuResetLayout", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save Connection File.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSaveConnectionFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSaveConnectionFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save Connection File As....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSaveConnectionFileAs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSaveConnectionFileAs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuScreenshot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuScreenshot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot Manager.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuScreenshotManager() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuScreenshotManager", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Send Special Keys (VNC).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSendSpecialKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSendSpecialKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Retrieve.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSessionRetrieve() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSessionRetrieve", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sessions.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSessions() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSessions", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sessions and Screenshots.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSessionsAndScreenshots() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSessionsAndScreenshots", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Show Help Text.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuShowHelpText() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuShowHelpText", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show Text.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuShowText() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuShowText", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SmartSize (RDP/VNC).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH File Transfer.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSSHFileTransfer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSSHFileTransfer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start Chat (VNC).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuStartChat() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuStartChat", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Support Forum.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuSupportForum() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuSupportForum", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Tools.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuTools() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuTools", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer File (SSH).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuTransferFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuTransferFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &View.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuView() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuView", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to View Only (VNC).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Website.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMenuWebsite() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMenuWebsite", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Minimize to notification area.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMinimizeToSysTray() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMinimizeToSysTray", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Move down.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMoveDown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMoveDown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Move up.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMoveUp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMoveUp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to My current credentials (Windows logon information).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strMyCurrentWindowsCreds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strMyCurrentWindowsCreds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Never.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNever() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNever", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Connection.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNewConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Folder.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNewFolder() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewFolder", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNewPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Root.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNewRoot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewRoot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to New Title.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNewTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNewTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No Compression.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNoCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No Ext. App specified..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNoExtAppDefined() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoExtAppDefined", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to None.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNoInformation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoInformation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to None.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNone() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNone", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Normal.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNormal() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNormal", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No SmartSize.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNoSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No update available.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strNoUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strNoUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error.
|
|
'''If you run into such an error, please create a new connection file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOldConffile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOldConffile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open new tab to the right of the currently selected tab.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOpenNewTabRight() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOpenNewTabRight", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open Ports.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOpenPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOpenPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Delete.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardButtonDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardButtonDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &New.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardButtonNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardButtonNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Reset to Default.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardButtonReset() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardButtonReset", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reset &All to Default.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardButtonResetAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardButtonResetAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Tabs.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardCommandsGroupTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardCommandsGroupTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Next Tab.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardCommandsNextTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardCommandsNextTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Previous Tab.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardCommandsPreviousTab() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardCommandsPreviousTab", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Modify Shortcut.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardGroupModifyShortcut() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardGroupModifyShortcut", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Keyboard Shortcuts.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsKeyboardLabelKeyboardShortcuts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsKeyboardLabelKeyboardShortcuts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Testing....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsProxyTesting() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsProxyTesting", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Keyboard.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsTabKeyboard() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsTabKeyboard", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Theme.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsTabTheme() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsTabTheme", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Delete.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsThemeButtonDelete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsThemeButtonDelete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &New.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strOptionsThemeButtonNew() As String
|
|
Get
|
|
Return ResourceManager.GetString("strOptionsThemeButtonNew", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Name.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPanelName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPanelName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password protect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPasswordProtect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPasswordProtect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Please fill all fields.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPleaseFillAllFields() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPleaseFillAllFields", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't load PortScan panel!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPortScanCouldNotLoadPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPortScanCouldNotLoadPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertiesWillOnlyBeSavedMRemoteXML() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertiesWillOnlyBeSavedMRemoteXML", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the hostname or ip you want to connect to..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Toggle all inheritance options..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select which authentication level this connection should use..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionAuthenticationLevel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAuthenticationLevel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select how you want to authenticate against the VNC server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionAuthenticationMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAuthenticationMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionAutomaticResize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionAutomaticResize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether to use bitmap caching or not..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionCacheBitmaps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionCacheBitmaps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the colour quality to be used..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionColors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionColors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the compression value to be used..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Put your notes or a description for the host here..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select yes if the theme of the remote host should be displayed..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionDisplayThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDisplayThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionDisplayWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDisplayWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your domain..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether to use desktop composition or not..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionEnableDesktopComposition() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEnableDesktopComposition", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether to use font smoothing or not..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionEnableFontSmoothing() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEnableFontSmoothing", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the encoding mode to be used..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionEncoding() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEncoding", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the encryption strength of the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionEncryptionStrength() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionEncryptionStrength", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the external tool to be started..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionExternalToolAfter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalToolAfter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionExternalToolBefore() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionExternalToolBefore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose a icon that will be displayed when connected to the host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionLoadBalanceInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionLoadBalanceInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionMACAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionMACAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to This is the name that will be displayed in the connections tree..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sets the panel in which the connection will open..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your password..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the port the selected protocol is listening on..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select a PuTTY session to be used when connecting..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionPuttySession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionPuttySession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRDGatewayDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRDGatewayHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRDGatewayUsageMethod() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsageMethod", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRDGatewayUseConnectionCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRDGatewayUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local disk drives should be shown on the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectDrives() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectDrives", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local printers should be shown on the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectPrinters() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectPrinters", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select whether local smart cards should be available on the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectSmartCards() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectSmartCards", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select how remote sound should be redirected..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRedirectSounds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRedirectSounds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionRenderingEngine() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionRenderingEngine", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Choose the resolution or mode this connection will open in..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionResolution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionResolution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select the SmartSize mode to be used..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionSmartSizeMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionSmartSizeMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connect to the console session of the remote host..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionUseConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUseConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionUseCredSsp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUseCredSsp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Feel free to enter any information you need here..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionUser1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUser1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your username..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to If you want to establish a view only connection to the host select yes..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the proxy address to be used..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionVNCProxyAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your password for authenticating against the proxy..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionVNCProxyPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter the port the proxy server listens on..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionVNCProxyPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionVNCProxyType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Enter your username for authenticating against the proxy..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyDescriptionVNCProxyUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyDescriptionVNCProxyUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Hostname/IP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to All.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Server Authentication.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameAuthenticationLevel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAuthenticationLevel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Authentication Mode.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameAuthenticationMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAuthenticationMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Automatic Resize.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameAutomaticResize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameAutomaticResize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Cache Bitmaps.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameCacheBitmaps() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameCacheBitmaps", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Colours.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameColors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameColors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Compression.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameCompression() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameCompression", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Description.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameDescription() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDescription", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Themes.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameDisplayThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDisplayThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Display Wallpaper.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameDisplayWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDisplayWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Domain.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Desktop Composition.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameEnableDesktopComposition() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEnableDesktopComposition", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Font Smoothing.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameEnableFontSmoothing() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEnableFontSmoothing", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Encoding.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameEncoding() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEncoding", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Encryption Strength.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameEncryptionStrength() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameEncryptionStrength", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameExternalTool() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalTool", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool After.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameExternalToolAfter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalToolAfter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to External Tool Before.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameExternalToolBefore() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameExternalToolBefore", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Icon.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameIcon() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameIcon", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Load Balance Info.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameLoadBalanceInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameLoadBalanceInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to MAC Address.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameMACAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameMACAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Name.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNamePanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNamePassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Port.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNamePort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameProtocol() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameProtocol", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Session.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNamePuttySession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNamePuttySession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Domain.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayDomain() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayDomain", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Hostname.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayHostname() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayHostname", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote Desktop Gateway Password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use Gateway.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayUsageMethod() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUsageMethod", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Credentials.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayUseConnectionCredentials() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUseConnectionCredentials", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Gateway Username.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRDGatewayUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRDGatewayUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disk Drives.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectDrives() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectDrives", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Key Combinations.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ports.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectPorts() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectPorts", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Printers.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectPrinters() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectPrinters", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Smart Cards.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectSmartCards() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectSmartCards", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sounds.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRedirectSounds() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRedirectSounds", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rendering Engine.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameRenderingEngine() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameRenderingEngine", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Resolution.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameResolution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameResolution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SmartSize Mode.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameSmartSizeMode() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameSmartSizeMode", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use Console Session.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameUseConsoleSession() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUseConsoleSession", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use CredSSP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameUseCredSsp() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUseCredSsp", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to User Field.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameUser1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUser1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Username.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to View Only.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameViewOnly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameViewOnly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Address.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameVNCProxyAddress() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyAddress", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameVNCProxyPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Port.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameVNCProxyPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Type.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameVNCProxyType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy Username.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPropertyNameVNCProxyUsername() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPropertyNameVNCProxyUsername", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Disconnected.
|
|
'''Message:
|
|
'''{0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strProtocolEventDisconnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolEventDisconnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol Event Disconnected failed.
|
|
'''{0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strProtocolEventDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolEventDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Protocol to import.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strProtocolToImport() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProtocolToImport", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy test failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strProxyTestFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProxyTestFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Proxy test succeeded!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strProxyTestSucceeded() As String
|
|
Get
|
|
Return ResourceManager.GetString("strProxyTestSucceeded", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Dispose of Putty process failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyDisposeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyDisposeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't set focus!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Putty Sessions Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyGetSessionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyGetSessionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Handle: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Killing Putty Process failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Panel Handle: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyParentHandle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyParentHandle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Resize Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyResizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyResizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Saved Sessions.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttySavedSessionsRootName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttySavedSessionsRootName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Session Settings.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttySessionSettings() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttySessionSettings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Settings.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttySettings() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttySettings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show PuTTY Settings Dialog failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyShowSettingsDialogFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyShowSettingsDialogFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Putty Start Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyStartFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyStartFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to --- PuTTY Stuff ---.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyStuff() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyStuff", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to PuTTY Title: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strPuttyTitle() As String
|
|
Get
|
|
Return ResourceManager.GetString("strPuttyTitle", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick: {0}.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strQuick() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuick", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strQuickConnect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Quick Connect Add Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strQuickConnectAddFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnectAddFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Creating quick connect failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strQuickConnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strQuickConnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to &Warn me when closing connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRadioCloseWarnAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRadioCloseWarnAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warn me only when e&xiting mRemoteNG.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRadioCloseWarnExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRadioCloseWarnExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warn me only when closing &multiple connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRadioCloseWarnMultiple() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRadioCloseWarnMultiple", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do &not warn me when closing connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRadioCloseWarnNever() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRadioCloseWarnNever", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RAW.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRAW() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRAW", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 16777216 Colours (24-bit).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP16777216Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP16777216Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 256 Colours (8-bit).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP256Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP256Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 32768 Colours (15-bit).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP32768Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP32768Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 16777216 Colours (32-bit).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP4294967296Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP4294967296Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to 65536 Colours (16-bit).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDP65536Colors() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDP65536Colors", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Add Resolution failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpAddResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Add Resolutions failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpAddResolutionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddResolutionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Add Session failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpAddSessionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpAddSessionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Close RDP Connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpCloseConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpCloseConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpControlCreationFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpControlCreationFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Cursor blinking.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableCursorblinking() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableCursorblinking", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Cursor Shadow.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableCursorShadow() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableCursorShadow", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Full Window drag.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableFullWindowdrag() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableFullWindowdrag", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Menu Animations.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableMenuAnimations() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableMenuAnimations", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Themes.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableThemes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableThemes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Disable Wallpaper.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPDisableWallpaper() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPDisableWallpaper", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP disconnected!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpDisconnected() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpDisconnected", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Disconnect failed, trying to close!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 1..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorCode1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 2..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorCode2() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode2", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 3. This is not a valid state..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorCode3() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode3", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Internal error code 4..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorCode4() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorCode4", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unrecoverable error has occurred during client connection..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorConnection() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorConnection", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GetError failed (FatalErrors).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorGetFailure() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorGetFailure", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unknown fatal RDP error has occurred. Error code {0}..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorGetUnknown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorGetUnknown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An out-of-memory error has occurred..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorOutOfMemory() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorOutOfMemory", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to An unknown error has occurred..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorUnknown() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorUnknown", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to A window-creation error has occurred..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorWindowCreation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorWindowCreation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Winsock initialization error..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpErrorWinsock() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpErrorWinsock", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't import rdp file!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpFileCouldNotBeImported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpFileCouldNotBeImported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Fit To Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPFitToPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPFitToPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP Focus failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpFocusFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpFocusFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RD Gateway is supported..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpGatewayIsSupported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGatewayIsSupported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RD Gateway is not supported!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpGatewayNotSupported() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGatewayNotSupported", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to GetSessions failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpGetSessionsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpGetSessionsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Open RDP Connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpOpenConnectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpOpenConnectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP reconnection count:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpReconnectCount() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpReconnectCount", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetAuthenticationLevel failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetAuthenticationLevelFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetAuthenticationLevelFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetUseConsoleSession failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetConsoleSessionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetConsoleSessionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Setting Console switch for RDC {0}..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetConsoleSwitch() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetConsoleSwitch", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetCredentials failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetCredentialsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetCredentialsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetEventHandlers failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetRDGateway failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetGatewayFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetGatewayFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetPerformanceFlags failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetPerformanceFlagsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPerformanceFlagsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetPort failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetPortFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPortFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetProps failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rdp Set Redirection Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetRedirectionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetRedirectionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rdp Set Redirect Keys Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetRedirectKeysFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetRedirectKeysFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP SetResolution failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpSetResolutionFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpSetResolutionFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Smart Size.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPSmartSize() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSmartSize", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Bring to this computer.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPSoundBringToThisComputer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundBringToThisComputer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do not play.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPSoundDoNotPlay() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundDoNotPlay", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Leave at remote computer.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRDPSoundLeaveAtRemoteComputer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRDPSoundLeaveAtRemoteComputer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP ToggleFullscreen failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpToggleFullscreenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpToggleFullscreenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to RDP ToggleSmartSize failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRdpToggleSmartSizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRdpToggleSmartSizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Reconnect to previously opened sessions on startup.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strReconnectAtStartup() As String
|
|
Get
|
|
Return ResourceManager.GetString("strReconnectAtStartup", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Refresh.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRefresh() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRefresh", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remote file.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRemoteFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRemoteFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Remove All.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRemoveAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRemoveAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rename.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRename() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRename", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Rlogin.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strRlogin() As String
|
|
Get
|
|
Return ResourceManager.GetString("strRlogin", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSave() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSave", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save All.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSaveAll() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveAll", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Do you want to save the current connections file before loading another?.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSaveConnectionsFileBeforeOpeningAnother() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveConnectionsFileBeforeOpeningAnother", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Save connections on exit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSaveConsOnExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveConsOnExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSaveImageFilter() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSaveImageFilter", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screen.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strScreen() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreen", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshot.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strScreenshot() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreenshot", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Screenshots.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strScreenshots() As String
|
|
Get
|
|
Return ResourceManager.GetString("strScreenshots", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Search.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSearchPrompt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSearchPrompt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Send To....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSendTo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSendTo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Get Sessions Background failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSessionGetFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSessionGetFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Kill Session Background failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSessionKillFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSessionKillFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Set hostname like display name when creating or renaming connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSetHostnameLikeDisplayName() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSetHostnameLikeDisplayName", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Setting main form text failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSettingMainFormTextFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSettingMainFormTextFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSettingsCouldNotBeSavedOrTrayDispose() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSettingsCouldNotBeSavedOrTrayDispose", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show description tooltips in connection tree.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strShowDescriptionTooltips() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowDescriptionTooltips", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show full connections file path in window title.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strShowFullConsFilePath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowFullConsFilePath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show logon information on tab names.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strShowLogonInfoOnTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowLogonInfoOnTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Show protocols on tab names.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strShowProtocolOnTabs() As String
|
|
Get
|
|
Return ResourceManager.GetString("strShowProtocolOnTabs", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Single click on connection opens it.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSingleClickOnConnectionOpensIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSingleClickOnConnectionOpensIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Single click on opened connection switches to it.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSingleClickOnOpenConnectionSwitchesToIt() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSingleClickOnOpenConnectionSwitchesToIt", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Aspect.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSmartSizeModeAspect() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeAspect", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Free.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSmartSizeModeFree() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeFree", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to No SmartSize.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSmartSizeModeNone() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSmartSizeModeNone", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Socks 5.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSocks5() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSocks5", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Sort.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ascending (A-Z).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSortAsc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSortAsc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Descending (Z-A).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSortDesc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSortDesc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Special Keys.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSpecialKeys() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSpecialKeys", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSQLInfo() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSQLInfo", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SQL Server.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSQLServer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSQLServer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SQL Update check finished and there is an update available! Going to refresh connections..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSqlUpdateCheckUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSqlUpdateCheckUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH version 1.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSsh1() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSsh1", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH version 2.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSsh2() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSsh2", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH background transfer failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSSHStartTransferBG() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHStartTransferBG", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer successful!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSSHTranferSuccessful() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTranferSuccessful", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH Transfer End (UI.Window.SSHTransfer) failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSSHTransferEndFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTransferEndFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to SSH transfer failed..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSSHTransferFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSSHTransferFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start IP.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strStartIP() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartIP", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Start Port.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strStartPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Startup/Exit.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strStartupExit() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStartupExit", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Status.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strStatus() As String
|
|
Get
|
|
Return ResourceManager.GetString("strStatus", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Switch to Notifications panel on:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strSwitchToErrorsAndInfos() As String
|
|
Get
|
|
Return ResourceManager.GetString("strSwitchToErrorsAndInfos", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Advanced.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTabAdvanced() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabAdvanced", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Appearance.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTabAppearance() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabAppearance", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Tabs && Panels.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTabsAndPanels() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabsAndPanels", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Updates.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTabUpdates() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTabUpdates", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Telnet.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTelnet() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTelnet", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The following:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTheFollowing() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTheFollowing", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeCategoryConfigPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeCategoryConfigPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeCategoryConnectionsPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeCategoryConnectionsPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to General.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeCategoryGeneral() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeCategoryGeneral", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the config panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the category text in the config panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelCategoryTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelCategoryTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the grid lines in the config panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelGridLineColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelGridLineColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the help area of the config panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelHelpBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelHelpBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the help area of the config panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelHelpTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelHelpTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the config panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConfigPanelTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConfigPanelTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the connections panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConnectionsPanelBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConnectionsPanelBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the connections panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConnectionsPanelTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConnectionsPanelTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the tree lines in the connections panel..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionConnectionsPanelTreeLineColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionConnectionsPanelTreeLineColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the menus..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionMenuBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionMenuBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the menus..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionMenuTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionMenuTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the search box..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionSearchBoxBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionSearchBoxBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the search box..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionSearchBoxTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionSearchBoxTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the prompt text in the search box..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionSearchBoxTextPromptColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionSearchBoxTextPromptColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the toolbars..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionToolbarBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionToolbarBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The colour of the text in the toolbars..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionToolbarTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionToolbarTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The background colour of the main window..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeDescriptionWindowBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeDescriptionWindowBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Category Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelCategoryTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelCategoryTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Grid Line Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelGridLineColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelGridLineColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Help Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelHelpBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelHelpBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Help Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelHelpTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelHelpTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Config Panel Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConfigPanelTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConfigPanelTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections Panel Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConnectionsPanelBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConnectionsPanelBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections Panel Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConnectionsPanelTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConnectionsPanelTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Connections Panel Tree Line Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameConnectionsPanelTreeLineColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameConnectionsPanelTreeLineColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Menu Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameMenuBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameMenuBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Menu Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameMenuTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameMenuTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Search Box Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameSearchBoxBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameSearchBoxBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Search Box Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameSearchBoxTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameSearchBoxTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Search Box Text Prompt Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameSearchBoxTextPromptColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameSearchBoxTextPromptColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Toolbar Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameToolbarBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameToolbarBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Toolbar Text Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameToolbarTextColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameToolbarTextColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Window Background Colour.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strThemeNameWindowBackgroundColor() As String
|
|
Get
|
|
Return ResourceManager.GetString("strThemeNameWindowBackgroundColor", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Error ({0}).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTitleError() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleError", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Information ({0}).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTitleInformation() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleInformation", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTitlePassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitlePassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Select Panel.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTitleSelectPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleSelectPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warning ({0}).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTitleWarning() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTitleWarning", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTransfer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTransfer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Transfer failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTransferFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTransferFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Try to integrate.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strTryIntegrate() As String
|
|
Get
|
|
Return ResourceManager.GetString("strTryIntegrate", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Type.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strType() As String
|
|
Get
|
|
Return ResourceManager.GetString("strType", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Ultra VNC Repeater.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUltraVncRepeater() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUltraVncRepeater", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to UltraVNC SingleClick port:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUltraVNCSCListeningPort() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUltraVNCSCListeningPort", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uncheck the properties you want not to be saved!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUncheckProperties() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUncheckProperties", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Unnamed Theme.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUnnamedTheme() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUnnamedTheme", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG requires an update.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateAvailable() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateAvailable", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates and product announcements..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateCheck() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheck", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The update information could not be downloaded..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateCheckCompleteFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckCompleteFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Check failed.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateCheckFailedLabel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckFailedLabel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Checking for updates....
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateCheckingLabel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckingLabel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to mRemoteNG Portable Edition does not currently support automatic updates..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateCheckPortableEdition() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateCheckPortableEdition", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Download complete!
|
|
'''mRemoteNG will now quit and begin with the installation..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateDownloadComplete() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadComplete", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The update could not be downloaded..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateDownloadCompleteFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadCompleteFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The update download could not be initiated..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateDownloadFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateDownloadFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Every {0} days.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateFrequencyCustom() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyCustom", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Daily.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateFrequencyDaily() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyDaily", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Monthly.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateFrequencyMonthly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyMonthly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Weekly.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateFrequencyWeekly() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateFrequencyWeekly", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The announcement information could not be downloaded..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateGetAnnouncementInfoFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateGetAnnouncementInfoFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to The change log could not be downloaded..
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUpdateGetChangeLogFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUpdateGetChangeLogFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use a different username and password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUseDifferentUsernameAndPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseDifferentUsernameAndPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use only Notifications panel (no messagebox popups).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUseOnlyErrorsAndInfosPanel() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseOnlyErrorsAndInfosPanel", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to User.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUser() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUser", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use the same username and password.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUseSameUsernameAndPassword() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseSameUsernameAndPassword", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use a smart card.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUseSmartCard() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseSmartCard", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Use SQL Server to load && save connections.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strUseSQLServer() As String
|
|
Get
|
|
Return ResourceManager.GetString("strUseSQLServer", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Version.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVersion() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVersion", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVnc() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVnc", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC disconnect failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncConnectionDisconnectFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncConnectionDisconnectFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Opening connection failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncConnectionOpenFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncConnectionOpenFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Refresh Screen Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncRefreshFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncRefreshFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC SendSpecialKeys failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncSendSpecialKeysFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSendSpecialKeysFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Set Event Handlers failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncSetEventHandlersFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSetEventHandlersFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Set Props Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncSetPropsFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncSetPropsFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Start Chat Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncStartChatFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncStartChatFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Toggle SmartSize Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncToggleSmartSizeFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncToggleSmartSizeFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to VNC Toggle ViewOnly Failed!.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strVncToggleViewOnlyFailed() As String
|
|
Get
|
|
Return ResourceManager.GetString("strVncToggleViewOnlyFailed", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warn me if authentication fails.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strWarnIfAuthFails() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWarnIfAuthFails", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Warnings.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strWarnings() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWarnings", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Uses the DockPanel Suite by [Weifen Luo].
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strWeifenLuoAttribution() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWeifenLuoAttribution", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to http://sourceforge.net/projects/dockpanelsuite/.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strWeifenLuoAttributionURL() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWeifenLuoAttributionURL", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Write log file (mRemoteNG.log).
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strWriteLogFile() As String
|
|
Get
|
|
Return ResourceManager.GetString("strWriteLogFile", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to XULrunner path:.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strXULrunnerPath() As String
|
|
Get
|
|
Return ResourceManager.GetString("strXULrunnerPath", resourceCulture)
|
|
End Get
|
|
End Property
|
|
|
|
'''<summary>
|
|
''' Looks up a localized string similar to Yes.
|
|
'''</summary>
|
|
Friend Shared ReadOnly Property strYes() As String
|
|
Get
|
|
Return ResourceManager.GetString("strYes", resourceCulture)
|
|
End Get
|
|
End Property
|
|
End Class
|
|
End Namespace
|