diff --git a/mRemoteV1/Connection/Connection.Info.vb b/mRemoteV1/Connection/Connection.Info.vb index 0d6014407..7604c7679 100644 --- a/mRemoteV1/Connection/Connection.Info.vb +++ b/mRemoteV1/Connection/Connection.Info.vb @@ -105,8 +105,8 @@ Namespace Connection Private _Hostname As String = "" _ + LocalizedDisplayName("strPropertyNameAddress"), _ + LocalizedDescription("strPropertyDescriptionAddress")> _ Public Property Hostname() As String Get Return Me._Hostname @@ -226,8 +226,8 @@ Namespace Connection Private _ExtApp As String = My.Settings.ConDefaultExtApp _ Public Property ExtApp() As String Get @@ -279,8 +279,8 @@ Namespace Connection Private _PuttySession As String = My.Settings.ConDefaultPuttySession _ Public Property PuttySession() As String Get @@ -306,8 +306,8 @@ Namespace Connection Private _ICAEncryption As Connection.Protocol.ICA.EncryptionStrength = Tools.Misc.StringToEnum(GetType(mRemote.Connection.Protocol.ICA.EncryptionStrength), My.Settings.ConDefaultICAEncryptionStrength) _ Public Property ICAEncryption() As Connection.Protocol.ICA.EncryptionStrength Get @@ -333,8 +333,8 @@ Namespace Connection Private _UseConsoleSession As Boolean = My.Settings.ConDefaultUseConsoleSession _ Public Property UseConsoleSession() As Boolean Get @@ -360,8 +360,8 @@ Namespace Connection Private _RDPAuthenticationLevel As Connection.Protocol.RDP.AuthenticationLevel = Tools.Misc.StringToEnum(GetType(mRemote.Connection.Protocol.RDP.AuthenticationLevel), My.Settings.ConDefaultRDPAuthenticationLevel) _ Public Property RDPAuthenticationLevel() As Connection.Protocol.RDP.AuthenticationLevel Get @@ -387,8 +387,8 @@ Namespace Connection Private _RenderingEngine As Connection.Protocol.HTTPBase.RenderingEngine = Tools.Misc.StringToEnum(GetType(mRemote.Connection.Protocol.HTTPBase.RenderingEngine), My.Settings.ConDefaultRenderingEngine) _ Public Property RenderingEngine() As Connection.Protocol.HTTPBase.RenderingEngine Get @@ -575,8 +575,8 @@ Namespace Connection Private _Resolution As Connection.Protocol.RDP.RDPResolutions = Tools.Misc.StringToEnum(GetType(Connection.Protocol.RDP.RDPResolutions), My.Settings.ConDefaultResolution) _ Public Property Resolution() As Connection.Protocol.RDP.RDPResolutions Get @@ -629,8 +629,8 @@ Namespace Connection Private _CacheBitmaps As Boolean = My.Settings.ConDefaultCacheBitmaps _ Public Property CacheBitmaps() As Boolean Get @@ -656,8 +656,8 @@ Namespace Connection Private _DisplayWallpaper As Boolean = My.Settings.ConDefaultDisplayWallpaper _ Public Property DisplayWallpaper() As Boolean Get @@ -683,8 +683,8 @@ Namespace Connection Private _DisplayThemes As Boolean = My.Settings.ConDefaultDisplayThemes _ Public Property DisplayThemes() As Boolean Get @@ -711,8 +711,8 @@ Namespace Connection Private _RedirectKeys As Boolean = My.Settings.ConDefaultRedirectKeys _ Public Property RedirectKeys() As Boolean Get @@ -738,8 +738,8 @@ Namespace Connection Private _RedirectDiskDrives As Boolean = My.Settings.ConDefaultRedirectDiskDrives _ Public Property RedirectDiskDrives() As Boolean Get @@ -765,8 +765,8 @@ Namespace Connection Private _RedirectPrinters As Boolean = My.Settings.ConDefaultRedirectPrinters _ Public Property RedirectPrinters() As Boolean Get @@ -792,8 +792,8 @@ Namespace Connection Private _RedirectPorts As Boolean = My.Settings.ConDefaultRedirectPorts _ Public Property RedirectPorts() As Boolean Get @@ -819,8 +819,8 @@ Namespace Connection Private _RedirectSmartCards As Boolean = My.Settings.ConDefaultRedirectSmartCards _ Public Property RedirectSmartCards() As Boolean Get @@ -846,8 +846,8 @@ Namespace Connection Private _RedirectSound As Connection.Protocol.RDP.RDPSounds = Tools.Misc.StringToEnum(GetType(Connection.Protocol.RDP.RDPSounds), My.Settings.ConDefaultRedirectSound) _ Public Property RedirectSound() As Connection.Protocol.RDP.RDPSounds Get @@ -874,8 +874,8 @@ Namespace Connection Private _PreExtApp As String = My.Settings.ConDefaultPreExtApp _ Public Property PreExtApp() As String Get @@ -901,8 +901,8 @@ Namespace Connection Private _PostExtApp As String = My.Settings.ConDefaultPostExtApp _ Public Property PostExtApp() As String Get @@ -928,8 +928,8 @@ Namespace Connection Private _MacAddress As String = My.Settings.ConDefaultMacAddress _ + LocalizedDisplayName("strPropertyNameMACAddress"), _ + LocalizedDescription("strPropertyDescriptionMACAddress")> _ Public Property MacAddress() As String Get If Me._Inherit.MacAddress And Me._Parent IsNot Nothing Then @@ -954,8 +954,8 @@ Namespace Connection Private _UserField As String = My.Settings.ConDefaultUserField _ + LocalizedDisplayName("strPropertyNameUser1"), _ + LocalizedDescription("strPropertyDescriptionUser1")> _ Public Property UserField() As String Get If Me._Inherit.UserField And Me._Parent IsNot Nothing Then @@ -981,8 +981,8 @@ Namespace Connection Private _VNCCompression As mRemote.Connection.Protocol.VNC.Compression = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.Compression), My.Settings.ConDefaultVNCCompression) _ Public Property VNCCompression() As mRemote.Connection.Protocol.VNC.Compression Get @@ -1008,8 +1008,8 @@ Namespace Connection Private _VNCEncoding As mRemote.Connection.Protocol.VNC.Encoding = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.Encoding), My.Settings.ConDefaultVNCEncoding) _ Public Property VNCEncoding() As mRemote.Connection.Protocol.VNC.Encoding Get @@ -1036,8 +1036,8 @@ Namespace Connection Private _VNCAuthMode As mRemote.Connection.Protocol.VNC.AuthMode = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.AuthMode), My.Settings.ConDefaultVNCAuthMode) _ Public Property VNCAuthMode() As mRemote.Connection.Protocol.VNC.AuthMode Get @@ -1063,8 +1063,8 @@ Namespace Connection Private _VNCProxyType As mRemote.Connection.Protocol.VNC.ProxyType = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.ProxyType), My.Settings.ConDefaultVNCProxyType) _ Public Property VNCProxyType() As mRemote.Connection.Protocol.VNC.ProxyType Get @@ -1090,8 +1090,8 @@ Namespace Connection Private _VNCProxyIP As String = My.Settings.ConDefaultVNCProxyIP _ + LocalizedDisplayName("strPropertyNameVNCProxyAddress"), _ + LocalizedDescription("strPropertyDescriptionVNCProxyAddress")> _ Public Property VNCProxyIP() As String Get If Me._Inherit.VNCProxyIP And Me._Parent IsNot Nothing Then @@ -1116,8 +1116,8 @@ Namespace Connection Private _VNCProxyPort As Integer = My.Settings.ConDefaultVNCProxyPort _ + LocalizedDisplayName("strPropertyNameVNCProxyPort"), _ + LocalizedDescription("strPropertyDescriptionVNCProxyPort")> _ Public Property VNCProxyPort() As Integer Get If Me._Inherit.VNCProxyPort And Me._Parent IsNot Nothing Then @@ -1142,8 +1142,8 @@ Namespace Connection Private _VNCProxyUsername As String = My.Settings.ConDefaultVNCProxyUsername _ + LocalizedDisplayName("strPropertyNameVNCProxyUsername"), _ + LocalizedDescription("strPropertyDescriptionVNCProxyUsername")> _ Public Property VNCProxyUsername() As String Get If Me._Inherit.VNCProxyUsername And Me._Parent IsNot Nothing Then @@ -1168,8 +1168,8 @@ Namespace Connection Private _VNCProxyPassword As String = My.Settings.ConDefaultVNCProxyPassword _ Public Property VNCProxyPassword() As String Get @@ -1195,8 +1195,8 @@ Namespace Connection Private _VNCColors As mRemote.Connection.Protocol.VNC.Colors = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.Colors), My.Settings.ConDefaultVNCColors) _ Public Property VNCColors() As mRemote.Connection.Protocol.VNC.Colors Get @@ -1222,8 +1222,8 @@ Namespace Connection Private _VNCSmartSizeMode As mRemote.Connection.Protocol.VNC.SmartSizeMode = Tools.Misc.StringToEnum(GetType(Connection.Protocol.VNC.SmartSizeMode), My.Settings.ConDefaultVNCSmartSizeMode) _ Public Property VNCSmartSizeMode() As mRemote.Connection.Protocol.VNC.SmartSizeMode Get @@ -1249,8 +1249,8 @@ Namespace Connection Private _VNCViewOnly As Boolean = My.Settings.ConDefaultVNCViewOnly _ Public Property VNCViewOnly() As Boolean Get @@ -1545,7 +1545,7 @@ Namespace Connection #Region "1 General" _ Public Property EverythingInherited() As Boolean Get @@ -1674,7 +1674,7 @@ Namespace Connection Private _ExtApp As Boolean = My.Settings.InhDefaultExtApp _ Public Property ExtApp() As Boolean Get @@ -1702,7 +1702,7 @@ Namespace Connection Private _PuttySession As Boolean = My.Settings.InhDefaultPuttySession _ Public Property PuttySession() As Boolean Get @@ -1716,7 +1716,7 @@ Namespace Connection Private _ICAEncryption As Boolean = My.Settings.InhDefaultICAEncryptionStrength _ Public Property ICAEncryption() As Boolean Get @@ -1730,7 +1730,7 @@ Namespace Connection Private _RDPAuthenticationLevel As Boolean = My.Settings.InhDefaultRDPAuthenticationLevel _ Public Property RDPAuthenticationLevel() As Boolean Get @@ -1744,7 +1744,7 @@ Namespace Connection Private _RenderingEngine As Boolean = My.Settings.InhDefaultRenderingEngine _ Public Property RenderingEngine() As Boolean Get @@ -1758,7 +1758,7 @@ Namespace Connection Private _UseConsoleSession As Boolean = My.Settings.InhDefaultUseConsoleSession _ Public Property UseConsoleSession() As Boolean Get @@ -1858,7 +1858,7 @@ Namespace Connection Private _Resolution As Boolean = My.Settings.InhDefaultResolution _ Public Property Resolution() As Boolean Get @@ -1872,7 +1872,7 @@ Namespace Connection Private _Colors As Boolean = My.Settings.InhDefaultColors _ Public Property Colors() As Boolean Get @@ -1886,7 +1886,7 @@ Namespace Connection Private _CacheBitmaps As Boolean = My.Settings.InhDefaultCacheBitmaps _ Public Property CacheBitmaps() As Boolean Get @@ -1900,7 +1900,7 @@ Namespace Connection Private _DisplayWallpaper As Boolean = My.Settings.InhDefaultDisplayWallpaper _ Public Property DisplayWallpaper() As Boolean Get @@ -1914,7 +1914,7 @@ Namespace Connection Private _DisplayThemes As Boolean = My.Settings.InhDefaultDisplayThemes _ Public Property DisplayThemes() As Boolean Get @@ -1929,7 +1929,7 @@ Namespace Connection Private _RedirectKeys As Boolean = My.Settings.InhDefaultRedirectKeys _ Public Property RedirectKeys() As Boolean Get @@ -1943,7 +1943,7 @@ Namespace Connection Private _RedirectDiskDrives As Boolean = My.Settings.InhDefaultRedirectDiskDrives _ Public Property RedirectDiskDrives() As Boolean Get @@ -1957,7 +1957,7 @@ Namespace Connection Private _RedirectPrinters As Boolean = My.Settings.InhDefaultRedirectPrinters _ Public Property RedirectPrinters() As Boolean Get @@ -1971,7 +1971,7 @@ Namespace Connection Private _RedirectPorts As Boolean = My.Settings.InhDefaultRedirectPorts _ Public Property RedirectPorts() As Boolean Get @@ -1985,7 +1985,7 @@ Namespace Connection Private _RedirectSmartCards As Boolean = My.Settings.InhDefaultRedirectSmartCards _ Public Property RedirectSmartCards() As Boolean Get @@ -1999,7 +1999,7 @@ Namespace Connection Private _RedirectSound As Boolean = My.Settings.InhDefaultRedirectSound _ Public Property RedirectSound() As Boolean Get @@ -2014,7 +2014,7 @@ Namespace Connection Private _PreExtApp As Boolean = My.Settings.InhDefaultPreExtApp _ Public Property PreExtApp() As Boolean Get @@ -2028,7 +2028,7 @@ Namespace Connection Private _PostExtApp As Boolean = My.Settings.InhDefaultPostExtApp _ Public Property PostExtApp() As Boolean Get @@ -2042,7 +2042,7 @@ Namespace Connection Private _MacAddress As Boolean = My.Settings.InhDefaultMacAddress _ Public Property MacAddress() As Boolean Get @@ -2056,7 +2056,7 @@ Namespace Connection Private _UserField As Boolean = My.Settings.InhDefaultUserField _ Public Property UserField() As Boolean Get @@ -2071,7 +2071,7 @@ Namespace Connection Private _VNCCompression As Boolean = My.Settings.InhDefaultVNCCompression _ Public Property VNCCompression() As Boolean Get @@ -2085,7 +2085,7 @@ Namespace Connection Private _VNCEncoding As Boolean = My.Settings.InhDefaultVNCEncoding _ Public Property VNCEncoding() As Boolean Get @@ -2099,7 +2099,7 @@ Namespace Connection Private _VNCAuthMode As Boolean = My.Settings.InhDefaultVNCAuthMode _ Public Property VNCAuthMode() As Boolean Get @@ -2113,7 +2113,7 @@ Namespace Connection Private _VNCProxyType As Boolean = My.Settings.InhDefaultVNCProxyType _ Public Property VNCProxyType() As Boolean Get @@ -2127,7 +2127,7 @@ Namespace Connection Private _VNCProxyIP As Boolean = My.Settings.InhDefaultVNCProxyIP _ Public Property VNCProxyIP() As Boolean Get @@ -2141,7 +2141,7 @@ Namespace Connection Private _VNCProxyPort As Boolean = My.Settings.InhDefaultVNCProxyPort _ Public Property VNCProxyPort() As Boolean Get @@ -2155,7 +2155,7 @@ Namespace Connection Private _VNCProxyUsername As Boolean = My.Settings.InhDefaultVNCProxyUsername _ Public Property VNCProxyUsername() As Boolean Get @@ -2169,7 +2169,7 @@ Namespace Connection Private _VNCProxyPassword As Boolean = My.Settings.InhDefaultVNCProxyPassword _ Public Property VNCProxyPassword() As Boolean Get @@ -2183,7 +2183,7 @@ Namespace Connection Private _VNCColors As Boolean = My.Settings.InhDefaultVNCColors _ Public Property VNCColors() As Boolean Get @@ -2197,7 +2197,7 @@ Namespace Connection Private _VNCSmartSizeMode As Boolean = My.Settings.InhDefaultVNCSmartSizeMode _ Public Property VNCSmartSizeMode() As Boolean Get @@ -2211,7 +2211,7 @@ Namespace Connection Private _VNCViewOnly As Boolean = My.Settings.InhDefaultVNCViewOnly _ Public Property VNCViewOnly() As Boolean Get diff --git a/mRemoteV1/Language/Language.DE.vb b/mRemoteV1/Language/Language.DE.vb index 3917c7d31..fb403402e 100644 --- a/mRemoteV1/Language/Language.DE.vb +++ b/mRemoteV1/Language/Language.DE.vb @@ -1,74 +1,5 @@ Namespace Language Public Class DE - Public Const Props_PuttySession As String = "Putty Session" - Public Const Descr_PuttySession As String = "Wählen sie eine PuTTY session die bei Verbindung verwendet werden soll." - Public Const Props_EncryrptionStrength As String = "Verschlüsselungsstärke" - Public Const Descr_EncryptionStrength As String = "Wählen sie die Verschlüsselungsstärke des Remote Hosts." - Public Const Props_AuthenticationLevel As String = "Serverauthentifizierung" - Public Const Descr_AuthenticationLevel As String = "Wählen sie welche Authentifizierungs-Variante verwendet wird." - Public Const Props_UseConsoleSession As String = "Verwende Console Session" - Public Const Descr_UseConsoleSession As String = "Zur Console Session des Remote Hosts verbinden." - Public Const Props_Resolution As String = "Auflösung" - Public Const Descr_Resolution As String = "Wählen sie die Auflösung in welcher der Host geöffnet werden soll." - Public Const Props_CacheBitmaps As String = "Bitmaps zwischenspeichern" - Public Const Descr_CacheBitmaps As String = "Wählen sie ob Bitmap caching zum Einsatz kommen soll." - Public Const Props_DisplayWallpaper As String = "Hintergrundbild anzeigen" - Public Const Descr_DisplayWallpaper As String = "Wählen sie ob Hintergrundbilder am Remote Host angezeigt werden sollen." - Public Const Props_DisplayThemes As String = "Themen anzeigen" - Public Const Descr_DisplayThemes As String = "Wählen sie ob Themen am Remote Host angezeigt werden sollen." - Public Const Props_RedKeyCombinations As String = "Tastenkombinationen" - Public Const Descr_RedKeyCombinations As String = "Wählen sie ob Tastenkombinationen wie z.B. Alt+Tab auf den Remote Host umgeleitet werden sollen." - Public Const Props_RedDiskDrives As String = "Festplatten" - Public Const Descr_RedDiskDrives As String = "Wählen sie ob ihre lokalen Festplatten am Remote Host angezeigt werden sollen." - Public Const Props_RedPrinters As String = "Drucker" - Public Const Descr_RedPrinters As String = "Wählen sie ob ihre lokalen Drucker am Remote Host angezeigt werden sollen." - Public Const Props_RedPorts As String = "Ports" - Public Const Descr_RedPorts As String = "Wählen sie ob ihre lokalen Ports wie z.B. COM, Parallel auf dem Remote Host angezeigt werden sollen." - Public Const Props_RedSmartCards As String = "Smart Cards" - Public Const Descr_RedSmartCards As String = "Wählen sie ob ihre lokalen Smart Cards auf dem Remote Host zur Verfügung stehen sollen." - Public Const Props_RedSounds As String = "Töne" - Public Const Descr_RedSound As String = "Wählen sie wie Töne auf dem Remote Host wiedergegeben werden sollen." - Public Const Props_PreExtApp As String = "Pre Ext. App" - Public Const Descr_PreExtApp As String = "Wählen sie eine Ext. App die gestartet werden soll bevor die Verbindung zum Remote Host aufgebaut wurde." - Public Const Props_PostExtApp As String = "Post Ext. App" - Public Const Descr_PostExtApp As String = "Wählen sie eine Ext. App die gestartet werden soll nachdem die Verbindung zum Remote Host getrennt wurde." - Public Const Props_Compression As String = "Kompremierung" - Public Const Descr_Compression As String = "Wählen sie die Kompressionsrate die verwendet werden soll." - Public Const Props_Encoding As String = "Codierung" - Public Const Descr_Encoding As String = "Wählen sie die Codierung die verwendet werden soll." - Public Const Props_AuthMode As String = "Auth. Modus" - Public Const Descr_AuthMode As String = "Wählen sie wie sie sich am VNC server authentifizieren wollen." - Public Const Props_ProxyType As String = "Proxy Typ" - Public Const Descr_ProxyType As String = "Wenn sie einen Proxy verwenden um auf den Remote Host zugreifen zu können, wählen sie hier den Typ." - Public Const Props_ProxyIP As String = "Proxy IP" - Public Const Descr_ProxyIP As String = "Geben sie die IP des Proxy Servers ein." - Public Const Props_ProxyPort As String = "Proxy Port" - Public Const Descr_ProxyPort As String = "Geben sie den Port des Proxy Servers ein." - Public Const Props_ProxyUsername As String = "Proxy Benutzername" - Public Const Descr_ProxyUsername As String = "Geben sie ihren Benutzernamen ein." - Public Const Props_ProxyPassword As String = "Proxy Passwort" - Public Const Descr_ProxyPassword As String = "Geben sie ihr Password ein." - Public Const Props_SmartSizeMode As String = "SmartSize Modus" - Public Const Descr_SmartSizeMode As String = "Wählen sie den SmartSize Modus der verwendet werden soll." - Public Const Props_ViewOnly As String = "View-Only" - Public Const Descr_ViewOnly As String = "Wählen sie ob sie eine View-Only Verbindung aufbauen wollen." - Public Const Props_RenderingEngine As String = "Rendering Engine" - Public Const Descr_RenderingEngine As String = "Wählen sie eine der Rendering Engines die verwendet wird um html darzustellen." - Public Const Props_MacAddress As String = "MAC Adresse" - Public Const Descr_MacAddress As String = "Geben sie die MAC Adresse des Remote Hosts ein (kann für Ext. Apps verwendet werden)." - Public Const Props_UserField As String = "Benutzer Feld" - Public Const Descr_UserField As String = "Dieses Feld ist frei beschreibbar." - - Public Const Props_General As String = "Generell" - Public Const Props_Display As String = "Anzeige" - Public Const Props_Connection As String = "Verbindung" - Public Const Props_Appearance As String = "Aussehen" - Public Const Props_Redirect As String = "Umleitung" - Public Const Props_Misc As String = "Verschiedenes" - Public Const Props_InheritEverything As String = "Alles vererben" - Public Const Props_ExtApp As String = "Ext. App" - Public Const Descr_ExtApp As String = "Wählen sie die Ext. App die gestartet werden soll." - Public Const Aspect As String = "Aspekt" Public Const Free As String = "Frei" Public Const NoSmartSize As String = "Kein SmartSize" diff --git a/mRemoteV1/Language/Language.EN.vb b/mRemoteV1/Language/Language.EN.vb index a9fc218e9..842cb5e18 100644 --- a/mRemoteV1/Language/Language.EN.vb +++ b/mRemoteV1/Language/Language.EN.vb @@ -1,65 +1,5 @@ Namespace Language Public Class EN - Public Const Props_PuttySession As String = "Putty Session" - Public Const Descr_PuttySession As String = "Select a PuTTY session to be used when connecting." - Public Const Props_EncryrptionStrength As String = "Encryption Strength" - Public Const Descr_EncryptionStrength As String = "Select the encryption strength of the remote host." - Public Const Props_AuthenticationLevel As String = "Server authentication" - Public Const Descr_AuthenticationLevel As String = "Select which authentication level this connection should use." - Public Const Props_UseConsoleSession As String = "Use console session" - Public Const Descr_UseConsoleSession As String = "Connect to the console session of the remote host." - Public Const Props_Resolution As String = "Resolution" - Public Const Descr_Resolution As String = "Choose the resolution or mode this connection will open in." - Public Const Props_Colors As String = "Colors" - Public Const Descr_Colors As String = "Select the color quality to be used." - Public Const Props_CacheBitmaps As String = "Cache Bitmaps" - Public Const Descr_CacheBitmaps As String = "Select whether to use bitmap caching or not." - Public Const Props_DisplayWallpaper As String = "Display Wallpaper" - Public Const Descr_DisplayWallpaper As String = "Select yes if the wallpaper of the remote host should be displayed." - Public Const Props_DisplayThemes As String = "Display Themes" - Public Const Descr_DisplayThemes As String = "Select yes if the theme of the remote host should be displayed." - Public Const Props_RedKeyCombinations As String = "Key combinations" - Public Const Descr_RedKeyCombinations As String = "Select whether key combinations (ie. Alt+Tab) should be redirected to the remote host." - Public Const Props_RedDiskDrives As String = "Disk Drives" - Public Const Descr_RedDiskDrives As String = "Select whether local disk drives should be shown on the remote host." - Public Const Props_RedPrinters As String = "Printers" - Public Const Descr_RedPrinters As String = "Select whether local printers should be shown on the remote host." - Public Const Props_RedPorts As String = "Ports" - Public Const Descr_RedPorts As String = "Select whether local ports (ie. com, parallel) should be shown on the remote host." - Public Const Props_RedSmartCards As String = "Smart Cards" - Public Const Descr_RedSmartCards As String = "Select whether local Smart Cards should be available on the remote host." - Public Const Props_RedSounds As String = "Sounds" - Public Const Descr_RedSound As String = "Select how remote sound should be redirected." - Public Const Props_PreExtApp As String = "Pre Ext. App" - Public Const Descr_PreExtApp As String = "Select a Ext. App to be started before the connection to the remote host is established." - Public Const Props_PostExtApp As String = "Post Ext. App" - Public Const Descr_PostExtApp As String = "Select a Ext. App to be started after the disconnection to the remote host." - Public Const Props_Compression As String = "Compression" - Public Const Descr_Compression As String = "Select the compression value to be used." - Public Const Props_Encoding As String = "Encoding" - Public Const Descr_Encoding As String = "Select the encoding mode to be used." - Public Const Props_AuthMode As String = "Auth. Mode" - Public Const Descr_AuthMode As String = "Select how you want to authenticate against the VNC server." - Public Const Props_ProxyType As String = "Proxy Type" - Public Const Descr_ProxyType As String = "If you use a proxy to tunnel VNC connections, select which type it is." - Public Const Props_ProxyIP As String = "Proxy IP" - Public Const Descr_ProxyIP As String = "Enter the Proxy IP to be used." - Public Const Props_ProxyPort As String = "Proxy Port" - Public Const Descr_ProxyPort As String = "Enter the port the Proxy Server listens on." - Public Const Props_ProxyUsername As String = "Proxy Username" - Public Const Descr_ProxyUsername As String = "Enter your username for authenticating against the Proxy." - Public Const Props_ProxyPassword As String = "Proxy Password" - Public Const Descr_ProxyPassword As String = "Enter your password for authenticating against the Proxy." - Public Const Props_SmartSizeMode As String = "SmartSize Mode" - Public Const Descr_SmartSizeMode As String = "Select the SmartSize mode to be used." - Public Const Props_ViewOnly As String = "View Only" - Public Const Descr_ViewOnly As String = "If you want to establish a view-only connection to the host select yes." - Public Const Props_RenderingEngine As String = "Rendering Engine" - Public Const Descr_RenderingEngine As String = "Select one of the available rendering engines that will be used to display html." - Public Const Props_MacAddress As String = "MAC Address" - Public Const Descr_MacAddress As String = "Enter the MAC Address of the remote host if you wish to use it in Ext. Apps." - Public Const Props_UserField As String = "User Field" - Public Const Descr_UserField As String = "Feel free to enter any information you need here." Public Const Props_RDGatewayUsageMethod As String = "Use Gateway" Public Const Descr_RDGatewayUsageMethod As String = "Specifies when to use a Remote Desktop Gateway (RD Gateway) server." Public Const Props_RDGatewayHostname As String = "Gateway Hostname" @@ -73,17 +13,6 @@ Public Const Props_RDGatewayDomain As String = "Gateway Domain" Public Const Descr_RDGatewayDomain As String = "Specifies the domain name that a user provides to connect to the RD Gateway server." - 'Public Const Props_General As String = "General" - 'Public Const Props_Display As String = "Display" - 'Public Const Props_Connection As String = "Connection" - 'Public Const Category_RDGateway As String = "Gateway" - 'Public Const Props_Appearance As String = "Appearance" - 'Public Const Props_Redirect As String = "Redirect" - 'Public Const Props_Misc As String = "Misc" - Public Const Props_InheritEverything As String = "Inherit Everything" - Public Const Props_ExtApp As String = "Ext. App" - Public Const Descr_ExtApp As String = "Select the Ext. App to be started." - Public Const Aspect As String = "Aspect" Public Const Free As String = "Free" Public Const NoSmartSize As String = "No SmartSize" diff --git a/mRemoteV1/Language/Resources.de.resx b/mRemoteV1/Language/Resources.de.resx index bd950d47f..5789b85d6 100644 --- a/mRemoteV1/Language/Resources.de.resx +++ b/mRemoteV1/Language/Resources.de.resx @@ -558,10 +558,10 @@ View-Only (VNC) - + Der Hostname oder die IP zu der eine Verbinung aufgebaut werden soll. - + Hostname/IP @@ -692,4 +692,296 @@ Aussehen + + Generell + + + Wählen sie welche Authentifizierungs-Variante verwendet wird. + + + Wählen sie wie sie sich am VNC server authentifizieren wollen. + + + Wählen sie ob Bitmap caching zum Einsatz kommen soll. + + + Wählen sie die Kompressionsrate die verwendet werden soll. + + + Wählen sie ob Themen am Remote Host angezeigt werden sollen. + + + Wählen sie ob Hintergrundbilder am Remote Host angezeigt werden sollen. + + + Wählen sie die Codierung die verwendet werden soll. + + + Wählen sie die Verschlüsselungsstärke des Remote Hosts. + + + Wählen sie die Ext. App die gestartet werden soll. + Need translation + + + Wählen sie eine Ext. App die gestartet werden soll nachdem die Verbindung zum Remote Host getrennt wurde. + Need translation + + + Wählen sie eine Ext. App die gestartet werden soll bevor die Verbindung zum Remote Host aufgebaut wurde. + Need translation + + + Geben sie die MAC Adresse des Remote Hosts ein (kann für Ext. Apps verwendet werden). + + + Wählen sie eine PuTTY session die bei Verbindung verwendet werden soll. + + + Wählen sie ob ihre lokalen Festplatten am Remote Host angezeigt werden sollen. + + + Wählen sie ob Tastenkombinationen wie z.B. Alt-Tab auf den Remote Host umgeleitet werden sollen. + + + Wählen sie ob ihre lokalen Ports wie z.B. COM, Parallel auf dem Remote Host angezeigt werden sollen. + + + Wählen sie ob ihre lokalen Drucker am Remote Host angezeigt werden sollen. + + + Wählen sie ob ihre lokalen Smart Cards auf dem Remote Host zur Verfügung stehen sollen. + + + Wählen sie wie Töne auf dem Remote Host wiedergegeben werden sollen. + + + Wählen sie eine der Rendering Engines die verwendet wird um html darzustellen. + + + Wählen sie die Auflösung in welcher der Host geöffnet werden soll. + + + Wählen sie den SmartSize Modus der verwendet werden soll. + + + Zur Console Session des Remote Hosts verbinden. + + + Dieses Feld ist frei beschreibbar. + + + Wählen sie ob sie eine View-Only Verbindung aufbauen wollen. + + + Geben sie die IP des Proxy Servers ein. + Need translation + + + Geben sie ihr Password ein. + + + Geben sie den Port des Proxy Servers ein. + + + Wenn sie einen Proxy verwenden um auf den Remote Host zugreifen zu können, wählen sie hier den Typ. + + + Geben sie ihren Benutzernamen ein. + + + Serverauthentifizierung + + + Authentication Mode + Need translation + + + Bitmaps zwischenspeichern + + + Kompremierung + + + Themen anzeigen + + + Hintergrundbild anzeigen + + + Codierung + + + Verschlüsselungsstärke + + + External Tool + Need translation + + + External Tool After + Need translation + + + External Tool Before + Need translation + + + Alles vererben + + + Vererbe Serverauthentifizierung + + + Vererbe Authentication Mode + + + Vererbe Cache Bitmaps + + + Vererbe Farben + + + Vererbe Kompremierung + + + Vererbe Display Themes + + + Vererbe Display Wallpaper + + + Vererbe Codierung + + + Vererbe Verschlüsselungsstärke + + + Vererbe External Tool + Need translation + + + Vererbe External Tool After + Need translation + + + Vererbe External Tool Before + Need translation + + + Vererbe MAC Adresse + + + Vererbe PuTTY Session + + + Vererbe Disk Drives + + + Vererbe Key Combinations + + + Vererbe Ports + + + Vererbe Printers + + + Vererbe Smart Cards + + + Vererbe Sounds + + + Vererbe Rendering Engine + + + Vererbe Resolution + + + Vererbe SmartSize Modus + + + Vererbe Verwende Console Session + + + Vererbe Benutzer Feld + + + Vererbe View-Only + + + Vererbe Proxy Address + Need translation + + + Vererbe Proxy Passwort + + + Vererbe Proxy Port + + + Vererbe Proxy Typ + + + Vererbe Proxy Benutzername + + + MAC Adresse + + + PuTTY Session + + + Festplatten + + + Tastenkombinationen + + + Ports + + + Drucker + + + Smart Cards + + + Töne + + + Rendering Engine + + + Auflösung + + + SmartSize Modus + + + Verwende Console Session + + + Benutzer Feld + + + View-Only + + + Proxy Address + Need translation + + + Proxy Passwort + + + Proxy Port + + + Proxy Typ + + + Proxy Benutzername + \ No newline at end of file diff --git a/mRemoteV1/Language/Resources.en-US.resx b/mRemoteV1/Language/Resources.en-US.resx index 3b0eae428..4db7e1b7a 100644 --- a/mRemoteV1/Language/Resources.en-US.resx +++ b/mRemoteV1/Language/Resources.en-US.resx @@ -123,4 +123,7 @@ Colors + + Inherit Colors + \ No newline at end of file diff --git a/mRemoteV1/My Project/Resources.Designer.vb b/mRemoteV1/My Project/Resources.Designer.vb index 388592162..5ffbdd758 100644 --- a/mRemoteV1/My Project/Resources.Designer.vb +++ b/mRemoteV1/My Project/Resources.Designer.vb @@ -969,6 +969,15 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to General. + ''' + Friend ReadOnly Property strCategoryGeneral() As String + Get + Return ResourceManager.GetString("strCategoryGeneral", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Miscellaneous. ''' @@ -2148,6 +2157,42 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Enter the hostname or ip you want to connect to.. + ''' + Friend ReadOnly Property strPropertyDescriptionAddress() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionAddress", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select which authentication level this connection should use.. + ''' + Friend ReadOnly Property strPropertyDescriptionAuthenticationLevel() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionAuthenticationLevel", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select how you want to authenticate against the VNC server.. + ''' + Friend ReadOnly Property strPropertyDescriptionAuthenticationMode() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionAuthenticationMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether to use bitmap caching or not.. + ''' + Friend ReadOnly Property strPropertyDescriptionCacheBitmaps() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionCacheBitmaps", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Select the colour quality to be used.. ''' @@ -2157,6 +2202,15 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Select the compression value to be used.. + ''' + Friend ReadOnly Property strPropertyDescriptionCompression() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionCompression", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Put your notes or a description for the host here.. ''' @@ -2166,6 +2220,24 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Select yes if the theme of the remote host should be displayed.. + ''' + Friend ReadOnly Property strPropertyDescriptionDisplayThemes() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionDisplayThemes", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed.. + ''' + Friend ReadOnly Property strPropertyDescriptionDisplayWallpaper() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionDisplayWallpaper", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Enter your domain.. ''' @@ -2176,11 +2248,47 @@ Namespace My.Resources End Property ''' - ''' Looks up a localized string similar to Enter the hostname or ip you want to connect to.. + ''' Looks up a localized string similar to Select the encoding mode to be used.. ''' - Friend ReadOnly Property strPropertyDescriptionHostnameIP() As String + Friend ReadOnly Property strPropertyDescriptionEncoding() As String Get - Return ResourceManager.GetString("strPropertyDescriptionHostnameIP", resourceCulture) + Return ResourceManager.GetString("strPropertyDescriptionEncoding", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select the encryption strength of the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionEncryptionStrength() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionEncryptionStrength", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select the external tool to be started.. + ''' + Friend ReadOnly Property strPropertyDescriptionExternalTool() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionExternalTool", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionExternalToolAfter() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionExternalToolAfter", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established.. + ''' + Friend ReadOnly Property strPropertyDescriptionExternalToolBefore() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionExternalToolBefore", resourceCulture) End Get End Property @@ -2193,6 +2301,15 @@ Namespace My.Resources End Get End Property + ''' + ''' 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.. + ''' + Friend ReadOnly Property strPropertyDescriptionMACAddress() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionMACAddress", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to This is the name that will be displayed in the connections tree.. ''' @@ -2238,6 +2355,114 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Select a PuTTY session to be used when connecting.. + ''' + Friend ReadOnly Property strPropertyDescriptionPuttySession() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionPuttySession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether local disk drives should be shown on the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectDrives() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectDrives", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectKeys() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectKeys", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectPorts() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectPorts", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether local printers should be shown on the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectPrinters() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectPrinters", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select whether local Smart Cards should be available on the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectSmartCards() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectSmartCards", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select how remote sound should be redirected.. + ''' + Friend ReadOnly Property strPropertyDescriptionRedirectSounds() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRedirectSounds", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML.. + ''' + Friend ReadOnly Property strPropertyDescriptionRenderingEngine() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionRenderingEngine", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Choose the resolution or mode this connection will open in.. + ''' + Friend ReadOnly Property strPropertyDescriptionResolution() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionResolution", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Select the SmartSize mode to be used.. + ''' + Friend ReadOnly Property strPropertyDescriptionSmartSizeMode() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionSmartSizeMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Connect to the console session of the remote host.. + ''' + Friend ReadOnly Property strPropertyDescriptionUseConsoleSession() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionUseConsoleSession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Feel free to enter any information you need here.. + ''' + Friend ReadOnly Property strPropertyDescriptionUser1() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionUser1", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Enter your username.. ''' @@ -2247,6 +2472,96 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to If you want to establish a view only connection to the host select yes.. + ''' + Friend ReadOnly Property strPropertyDescriptionViewOnly() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionViewOnly", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Enter the proxy address to be used.. + ''' + Friend ReadOnly Property strPropertyDescriptionVNCProxyAddress() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionVNCProxyAddress", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Enter your password for authenticating against the proxy.. + ''' + Friend ReadOnly Property strPropertyDescriptionVNCProxyPassword() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPassword", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Enter the port the proxy server listens on.. + ''' + Friend ReadOnly Property strPropertyDescriptionVNCProxyPort() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionVNCProxyPort", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is.. + ''' + Friend ReadOnly Property strPropertyDescriptionVNCProxyType() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionVNCProxyType", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Enter your username for authenticating against the proxy.. + ''' + Friend ReadOnly Property strPropertyDescriptionVNCProxyUsername() As String + Get + Return ResourceManager.GetString("strPropertyDescriptionVNCProxyUsername", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Hostname/IP. + ''' + Friend ReadOnly Property strPropertyNameAddress() As String + Get + Return ResourceManager.GetString("strPropertyNameAddress", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Server Authentication. + ''' + Friend ReadOnly Property strPropertyNameAuthenticationLevel() As String + Get + Return ResourceManager.GetString("strPropertyNameAuthenticationLevel", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Authentication Mode. + ''' + Friend ReadOnly Property strPropertyNameAuthenticationMode() As String + Get + Return ResourceManager.GetString("strPropertyNameAuthenticationMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Cache Bitmaps. + ''' + Friend ReadOnly Property strPropertyNameCacheBitmaps() As String + Get + Return ResourceManager.GetString("strPropertyNameCacheBitmaps", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Colours. ''' @@ -2256,6 +2571,15 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Compression. + ''' + Friend ReadOnly Property strPropertyNameCompression() As String + Get + Return ResourceManager.GetString("strPropertyNameCompression", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Description. ''' @@ -2265,6 +2589,24 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Display Themes. + ''' + Friend ReadOnly Property strPropertyNameDisplayThemes() As String + Get + Return ResourceManager.GetString("strPropertyNameDisplayThemes", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Display Wallpaper. + ''' + Friend ReadOnly Property strPropertyNameDisplayWallpaper() As String + Get + Return ResourceManager.GetString("strPropertyNameDisplayWallpaper", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Domain. ''' @@ -2275,11 +2617,47 @@ Namespace My.Resources End Property ''' - ''' Looks up a localized string similar to Hostname/IP. + ''' Looks up a localized string similar to Encoding. ''' - Friend ReadOnly Property strPropertyNameHostnameIP() As String + Friend ReadOnly Property strPropertyNameEncoding() As String Get - Return ResourceManager.GetString("strPropertyNameHostnameIP", resourceCulture) + Return ResourceManager.GetString("strPropertyNameEncoding", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Encryption Strength. + ''' + Friend ReadOnly Property strPropertyNameEncryptionStrength() As String + Get + Return ResourceManager.GetString("strPropertyNameEncryptionStrength", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to External Tool. + ''' + Friend ReadOnly Property strPropertyNameExternalTool() As String + Get + Return ResourceManager.GetString("strPropertyNameExternalTool", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to External Tool After. + ''' + Friend ReadOnly Property strPropertyNameExternalToolAfter() As String + Get + Return ResourceManager.GetString("strPropertyNameExternalToolAfter", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to External Tool Before. + ''' + Friend ReadOnly Property strPropertyNameExternalToolBefore() As String + Get + Return ResourceManager.GetString("strPropertyNameExternalToolBefore", resourceCulture) End Get End Property @@ -2292,6 +2670,60 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit All. + ''' + Friend ReadOnly Property strPropertyNameInheritAll() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritAll", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Server Authentication. + ''' + Friend ReadOnly Property strPropertyNameInheritAuthenticationLevel() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritAuthenticationLevel", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Authentication Mode. + ''' + Friend ReadOnly Property strPropertyNameInheritAuthenticationMode() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritAuthenticationMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Cache Bitmaps. + ''' + Friend ReadOnly Property strPropertyNameInheritCacheBitmaps() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritCacheBitmaps", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Colours. + ''' + Friend ReadOnly Property strPropertyNameInheritColors() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritColors", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Compression. + ''' + Friend ReadOnly Property strPropertyNameInheritCompression() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritCompression", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Inherit Description. ''' @@ -2301,6 +2733,24 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit Display Themes. + ''' + Friend ReadOnly Property strPropertyNameInheritDisplayThemes() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritDisplayThemes", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Display Wallpaper. + ''' + Friend ReadOnly Property strPropertyNameInheritDisplayWallpaper() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritDisplayWallpaper", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Inherit Domain. ''' @@ -2310,6 +2760,51 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit Encoding. + ''' + Friend ReadOnly Property strPropertyNameInheritEncoding() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritEncoding", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Encryption Strength. + ''' + Friend ReadOnly Property strPropertyNameInheritEncryptionStrength() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritEncryptionStrength", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit External Tool. + ''' + Friend ReadOnly Property strPropertyNameInheritExternalTool() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritExternalTool", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit External Tool After. + ''' + Friend ReadOnly Property strPropertyNameInheritExternalToolAfter() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritExternalToolAfter", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit External Tool Before. + ''' + Friend ReadOnly Property strPropertyNameInheritExternalToolBefore() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritExternalToolBefore", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Inherit Icon. ''' @@ -2319,6 +2814,15 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit MAC Address. + ''' + Friend ReadOnly Property strPropertyNameInheritMACAddress() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritMACAddress", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Inherit Panel. ''' @@ -2355,6 +2859,114 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit PuTTY Session. + ''' + Friend ReadOnly Property strPropertyNameInheritPuttySession() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritPuttySession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Disk Drives. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectDrives() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectDrives", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Key Combinations. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectKeys() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectKeys", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Ports. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectPorts() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectPorts", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Printers. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectPrinters() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectPrinters", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Smart Cards. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectSmartCards() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectSmartCards", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Sounds. + ''' + Friend ReadOnly Property strPropertyNameInheritRedirectSounds() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRedirectSounds", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Rendering Engine. + ''' + Friend ReadOnly Property strPropertyNameInheritRenderingEngine() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritRenderingEngine", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Resolution. + ''' + Friend ReadOnly Property strPropertyNameInheritResolution() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritResolution", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit SmartSize Mode. + ''' + Friend ReadOnly Property strPropertyNameInheritSmartSizeMode() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritSmartSizeMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Use Console Session. + ''' + Friend ReadOnly Property strPropertyNameInheritUseConsoleSession() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritUseConsoleSession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit User Field. + ''' + Friend ReadOnly Property strPropertyNameInheritUser1() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritUser1", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Inherit Username. ''' @@ -2364,6 +2976,69 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to Inherit View Only. + ''' + Friend ReadOnly Property strPropertyNameInheritViewOnly() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritViewOnly", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Proxy Address. + ''' + Friend ReadOnly Property strPropertyNameInheritVNCProxyAddress() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritVNCProxyAddress", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Proxy Password. + ''' + Friend ReadOnly Property strPropertyNameInheritVNCProxyPassword() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritVNCProxyPassword", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Proxy Port. + ''' + Friend ReadOnly Property strPropertyNameInheritVNCProxyPort() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritVNCProxyPort", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Proxy Type. + ''' + Friend ReadOnly Property strPropertyNameInheritVNCProxyType() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritVNCProxyType", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Inherit Proxy Username. + ''' + Friend ReadOnly Property strPropertyNameInheritVNCProxyUsername() As String + Get + Return ResourceManager.GetString("strPropertyNameInheritVNCProxyUsername", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to MAC Address. + ''' + Friend ReadOnly Property strPropertyNameMACAddress() As String + Get + Return ResourceManager.GetString("strPropertyNameMACAddress", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Name. ''' @@ -2409,6 +3084,114 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to PuTTY Session. + ''' + Friend ReadOnly Property strPropertyNamePuttySession() As String + Get + Return ResourceManager.GetString("strPropertyNamePuttySession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Disk Drives. + ''' + Friend ReadOnly Property strPropertyNameRedirectDrives() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectDrives", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Key Combinations. + ''' + Friend ReadOnly Property strPropertyNameRedirectKeys() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectKeys", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Ports. + ''' + Friend ReadOnly Property strPropertyNameRedirectPorts() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectPorts", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Printers. + ''' + Friend ReadOnly Property strPropertyNameRedirectPrinters() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectPrinters", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Smart Cards. + ''' + Friend ReadOnly Property strPropertyNameRedirectSmartCards() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectSmartCards", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Sounds. + ''' + Friend ReadOnly Property strPropertyNameRedirectSounds() As String + Get + Return ResourceManager.GetString("strPropertyNameRedirectSounds", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Rendering Engine. + ''' + Friend ReadOnly Property strPropertyNameRenderingEngine() As String + Get + Return ResourceManager.GetString("strPropertyNameRenderingEngine", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Resolution. + ''' + Friend ReadOnly Property strPropertyNameResolution() As String + Get + Return ResourceManager.GetString("strPropertyNameResolution", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to SmartSize Mode. + ''' + Friend ReadOnly Property strPropertyNameSmartSizeMode() As String + Get + Return ResourceManager.GetString("strPropertyNameSmartSizeMode", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Use Console Session. + ''' + Friend ReadOnly Property strPropertyNameUseConsoleSession() As String + Get + Return ResourceManager.GetString("strPropertyNameUseConsoleSession", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to User Field. + ''' + Friend ReadOnly Property strPropertyNameUser1() As String + Get + Return ResourceManager.GetString("strPropertyNameUser1", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Username. ''' @@ -2418,6 +3201,60 @@ Namespace My.Resources End Get End Property + ''' + ''' Looks up a localized string similar to View Only. + ''' + Friend ReadOnly Property strPropertyNameViewOnly() As String + Get + Return ResourceManager.GetString("strPropertyNameViewOnly", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Proxy Address. + ''' + Friend ReadOnly Property strPropertyNameVNCProxyAddress() As String + Get + Return ResourceManager.GetString("strPropertyNameVNCProxyAddress", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Proxy Password. + ''' + Friend ReadOnly Property strPropertyNameVNCProxyPassword() As String + Get + Return ResourceManager.GetString("strPropertyNameVNCProxyPassword", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Proxy Port. + ''' + Friend ReadOnly Property strPropertyNameVNCProxyPort() As String + Get + Return ResourceManager.GetString("strPropertyNameVNCProxyPort", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Proxy Type. + ''' + Friend ReadOnly Property strPropertyNameVNCProxyType() As String + Get + Return ResourceManager.GetString("strPropertyNameVNCProxyType", resourceCulture) + End Get + End Property + + ''' + ''' Looks up a localized string similar to Proxy Username. + ''' + Friend ReadOnly Property strPropertyNameVNCProxyUsername() As String + Get + Return ResourceManager.GetString("strPropertyNameVNCProxyUsername", resourceCulture) + End Get + End Property + ''' ''' Looks up a localized string similar to Aspect. ''' diff --git a/mRemoteV1/My Project/Resources.resx b/mRemoteV1/My Project/Resources.resx index 1989476c5..70fee5a28 100644 --- a/mRemoteV1/My Project/Resources.resx +++ b/mRemoteV1/My Project/Resources.resx @@ -916,10 +916,10 @@ View Only (VNC) - + Enter the hostname or ip you want to connect to. - + Hostname/IP @@ -1048,4 +1048,283 @@ Appearance + + General + + + Select which authentication level this connection should use. + + + Select how you want to authenticate against the VNC server. + + + Select whether to use bitmap caching or not. + + + Select the compression value to be used. + + + Select yes if the theme of the remote host should be displayed. + + + Select yes if the wallpaper of the remote host should be displayed. + + + Select the encoding mode to be used. + + + Select the encryption strength of the remote host. + + + Select the external tool to be started. + + + Select a external tool to be started after the disconnection to the remote host. + + + Select a external tool to be started before the connection to the remote host is established. + + + Enter the MAC address of the remote host if you wish to use it in an external tool. + + + Select a PuTTY session to be used when connecting. + + + Select whether local disk drives should be shown on the remote host. + + + Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host. + + + Select whether local ports (ie. com, parallel) should be shown on the remote host. + + + Select whether local printers should be shown on the remote host. + + + Select whether local Smart Cards should be available on the remote host. + + + Select how remote sound should be redirected. + + + Select one of the available rendering engines that will be used to display HTML. + + + Choose the resolution or mode this connection will open in. + + + Select the SmartSize mode to be used. + + + Connect to the console session of the remote host. + + + Feel free to enter any information you need here. + + + If you want to establish a view only connection to the host select yes. + + + Enter the proxy address to be used. + + + Enter your password for authenticating against the proxy. + + + Enter the port the proxy server listens on. + + + If you use a proxy to tunnel VNC connections, select which type it is. + + + Enter your username for authenticating against the proxy. + + + Server Authentication + + + Authentication Mode + + + Cache Bitmaps + + + Compression + + + Display Themes + + + Display Wallpaper + + + Encoding + + + Encryption Strength + + + External Tool + + + External Tool After + + + External Tool Before + + + Inherit All + + + Inherit Server Authentication + + + Inherit Authentication Mode + + + Inherit Cache Bitmaps + + + Inherit Colours + + + Inherit Compression + + + Inherit Display Themes + + + Inherit Display Wallpaper + + + Inherit Encoding + + + Inherit Encryption Strength + + + Inherit External Tool + + + Inherit External Tool After + + + Inherit External Tool Before + + + Inherit MAC Address + + + Inherit PuTTY Session + + + Inherit Disk Drives + + + Inherit Key Combinations + + + Inherit Ports + + + Inherit Printers + + + Inherit Smart Cards + + + Inherit Sounds + + + Inherit Rendering Engine + + + Inherit Resolution + + + Inherit SmartSize Mode + + + Inherit Use Console Session + + + Inherit User Field + + + Inherit View Only + + + Inherit Proxy Address + + + Inherit Proxy Password + + + Inherit Proxy Port + + + Inherit Proxy Type + + + Inherit Proxy Username + + + MAC Address + + + PuTTY Session + + + Disk Drives + + + Key Combinations + + + Ports + + + Printers + + + Smart Cards + + + Sounds + + + Rendering Engine + + + Resolution + + + SmartSize Mode + + + Use Console Session + + + User Field + + + View Only + + + Proxy Address + + + Proxy Password + + + Proxy Port + + + Proxy Type + + + Proxy Username + \ No newline at end of file diff --git a/mRemoteV1/UI/UI.Window.Config.vb b/mRemoteV1/UI/UI.Window.Config.vb index c7a72e176..200b9a72b 100644 --- a/mRemoteV1/UI/UI.Window.Config.vb +++ b/mRemoteV1/UI/UI.Window.Config.vb @@ -451,9 +451,9 @@ Namespace UI If conIcon IsNot Nothing Then Me.btnIcon.Image = conIcon.ToBitmap End If - Case Language.Base.Props_PuttySession + Case My.Resources.strPropertyNamePuttySession mRemote.Connection.PuttySession.PuttySessions = mRemote.Connection.Protocol.PuttyBase.GetSessions() - Case My.Resources.strPropertyNameHostnameIP + Case My.Resources.strPropertyNameAddress Me.SetHostStatus(Me.pGrid.SelectedObject) End Select