From b6d2c72a40d857dee161d216dfca72a10159dd7f Mon Sep 17 00:00:00 2001 From: Todd Hubers Date: Sat, 13 Nov 2021 02:47:16 +1100 Subject: [PATCH] Added new SSH Property "Opening Command" --- .../Connection/AbstractConnectionRecord.cs | 11 + mRemoteNG/Language/Language.Designer.cs | 1422 ++++++++--------- mRemoteNG/Language/Language.resx | 27 +- 3 files changed, 737 insertions(+), 723 deletions(-) diff --git a/mRemoteNG/Connection/AbstractConnectionRecord.cs b/mRemoteNG/Connection/AbstractConnectionRecord.cs index b3b799c2..c2a6dc0f 100644 --- a/mRemoteNG/Connection/AbstractConnectionRecord.cs +++ b/mRemoteNG/Connection/AbstractConnectionRecord.cs @@ -77,6 +77,7 @@ namespace mRemoteNG.Connection private string _preExtApp; private string _postExtApp; private string _macAddress; + private string _openingCommand; private string _userField; private string _startProgram; private bool _favorite; @@ -211,6 +212,16 @@ namespace mRemoteNG.Connection get => GetPropertyValue("SSHTunnelConnectionName", _sshTunnelConnectionName).Trim(); set => SetField(ref _sshTunnelConnectionName, value?.Trim(), "SSHTunnelConnectionName"); } + + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.OpeningCommand)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionOpeningCommand)), + AttributeUsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2)] + public virtual string OpeningCommand + { + get => GetPropertyValue("OpeningCommand", _openingCommand); + set => SetField(ref _openingCommand, value, "OpeningCommand"); + } #endregion #region Protocol diff --git a/mRemoteNG/Language/Language.Designer.cs b/mRemoteNG/Language/Language.Designer.cs index e1c702b3..c38a2370 100644 --- a/mRemoteNG/Language/Language.Designer.cs +++ b/mRemoteNG/Language/Language.Designer.cs @@ -1,27 +1,25 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ - -namespace mRemoteNG.Resources.Language -{ +namespace mRemoteNG.Resources.Language { using System; /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// A strongly-typed resource class, for looking up localized strings, etc. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")] + // 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. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Language { @@ -35,7 +33,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { @@ -49,8 +47,8 @@ namespace mRemoteNG.Resources.Language } /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -63,7 +61,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Browse... ähnelt. + /// Looks up a localized string similar to &Browse.... /// internal static string _Browse { get { @@ -72,7 +70,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Cancel ähnelt. + /// Looks up a localized string similar to &Cancel. /// internal static string _Cancel { get { @@ -81,7 +79,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Close ähnelt. + /// Looks up a localized string similar to &Close. /// internal static string _Close { get { @@ -90,7 +88,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Warn me when closing connections ähnelt. + /// Looks up a localized string similar to Warn me when closing connections. /// internal static string _CloseWarnAll { get { @@ -99,7 +97,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Delete ähnelt. + /// Looks up a localized string similar to &Delete. /// internal static string _Delete { get { @@ -108,7 +106,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Export to File... ähnelt. + /// Looks up a localized string similar to &Export to File.... /// internal static string _ExportToFile { get { @@ -117,7 +115,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &File ähnelt. + /// Looks up a localized string similar to &File. /// internal static string _File { get { @@ -126,7 +124,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Help ähnelt. + /// Looks up a localized string similar to &Help. /// internal static string _Help { get { @@ -135,7 +133,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Import ähnelt. + /// Looks up a localized string similar to &Import. /// internal static string _Import { get { @@ -144,7 +142,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Launch ähnelt. + /// Looks up a localized string similar to &Launch. /// internal static string _Launch { get { @@ -153,7 +151,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &New ähnelt. + /// Looks up a localized string similar to &New. /// internal static string _New { get { @@ -162,7 +160,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &OK ähnelt. + /// Looks up a localized string similar to &OK. /// internal static string _Ok { get { @@ -171,7 +169,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Scan ähnelt. + /// Looks up a localized string similar to &Scan. /// internal static string _Scan { get { @@ -180,7 +178,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Stop ähnelt. + /// Looks up a localized string similar to &Stop. /// internal static string _Stop { get { @@ -189,7 +187,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Tools ähnelt. + /// Looks up a localized string similar to &Tools. /// internal static string _Tools { get { @@ -198,7 +196,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Try again ähnelt. + /// Looks up a localized string similar to &Try again. /// internal static string _TryAgain { get { @@ -207,7 +205,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &View ähnelt. + /// Looks up a localized string similar to &View. /// internal static string _View { get { @@ -216,7 +214,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die About ähnelt. + /// Looks up a localized string similar to About. /// internal static string About { get { @@ -225,7 +223,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Active Directory ähnelt. + /// Looks up a localized string similar to Active Directory. /// internal static string ActiveDirectory { get { @@ -234,7 +232,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Add ähnelt. + /// Looks up a localized string similar to Add. /// internal static string Add { get { @@ -243,7 +241,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Add Connection Panel ähnelt. + /// Looks up a localized string similar to Add Connection Panel. /// internal static string AddConnectionPanel { get { @@ -252,7 +250,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die AddNodeFromXML failed! ähnelt. + /// Looks up a localized string similar to AddNodeFromXML failed!. /// internal static string AddNodeFromXmlFailed { get { @@ -261,7 +259,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Address: ähnelt. + /// Looks up a localized string similar to Address:. /// internal static string Address { get { @@ -270,7 +268,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Advanced ähnelt. + /// Looks up a localized string similar to Advanced. /// internal static string Advanced { get { @@ -279,7 +277,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Advanced security options ähnelt. + /// Looks up a localized string similar to Advanced security options. /// internal static string AdvancedSecurityOptions { get { @@ -288,7 +286,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die All ähnelt. + /// Looks up a localized string similar to All. /// internal static string All { get { @@ -297,7 +295,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Allow only a single instance of the application (mRemoteNG restart required) ähnelt. + /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required). /// internal static string AllowOnlySingleInstance { get { @@ -306,7 +304,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always ähnelt. + /// Looks up a localized string similar to Always. /// internal static string Always { get { @@ -315,7 +313,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always connect, even if authentication fails ähnelt. + /// Looks up a localized string similar to Always connect, even if authentication fails. /// internal static string AlwaysConnectEvenIfAuthFails { get { @@ -324,7 +322,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always show connection tabs ähnelt. + /// Looks up a localized string similar to Always show connection tabs. /// internal static string AlwaysShowConnectionTabs { get { @@ -333,7 +331,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always show panel selection dialog when opening connections ähnelt. + /// Looks up a localized string similar to Always show panel selection dialog when opening connections. /// internal static string AlwaysShowPanelSelection { get { @@ -342,7 +340,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always show panel tabs ähnelt. + /// Looks up a localized string similar to Always show panel tabs. /// internal static string AlwaysShowPanelTabs { get { @@ -351,7 +349,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Always show notification area icon ähnelt. + /// Looks up a localized string similar to Always show notification area icon. /// internal static string AlwaysShowSysTrayIcon { get { @@ -360,7 +358,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. + /// Looks up a localized string similar to Appearance. /// internal static string Appearance { get { @@ -369,7 +367,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Apply ähnelt. + /// Looks up a localized string similar to Apply. /// internal static string Apply { get { @@ -378,7 +376,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Arguments ähnelt. + /// Looks up a localized string similar to Arguments. /// internal static string Arguments { get { @@ -387,7 +385,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ask me again later ähnelt. + /// Looks up a localized string similar to Ask me again later. /// internal static string AskUpdatesCommandAskLater { get { @@ -396,7 +394,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Customize the settings now ähnelt. + /// Looks up a localized string similar to Customize the settings now. /// internal static string AskUpdatesCommandCustom { get { @@ -405,7 +403,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use the recommended settings ähnelt. + /// Looks up a localized string similar to Use the recommended settings. /// internal static string AskUpdatesCommandRecommended { get { @@ -414,7 +412,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die {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. ähnelt. + /// 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.. /// internal static string AskUpdatesContent { get { @@ -423,7 +421,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Automatic update settings ähnelt. + /// Looks up a localized string similar to Automatic update settings. /// internal static string AskUpdatesMainInstruction { get { @@ -432,7 +430,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Aspect ähnelt. + /// Looks up a localized string similar to Aspect. /// internal static string Aspect { get { @@ -441,7 +439,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Assigned Credential ähnelt. + /// Looks up a localized string similar to Assigned Credential. /// internal static string AssignedCredential { get { @@ -450,7 +448,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Audio Capture ähnelt. + /// Looks up a localized string similar to Audio Capture. /// internal static string AudioCapture { get { @@ -459,7 +457,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Server Authentication ähnelt. + /// Looks up a localized string similar to Server Authentication. /// internal static string AuthenticationLevel { get { @@ -468,7 +466,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Authentication mode ähnelt. + /// Looks up a localized string similar to Authentication mode. /// internal static string AuthenticationMode { get { @@ -477,7 +475,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while trying to reconnect to RDP host '{0}' ähnelt. + /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. /// internal static string AutomaticReconnectError { get { @@ -486,7 +484,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Automatic resize ähnelt. + /// Looks up a localized string similar to Automatic resize. /// internal static string AutomaticResize { get { @@ -495,7 +493,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Auto save time in minutes (0 means disabled): ähnelt. + /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. /// internal static string AutoSaveEvery { get { @@ -504,7 +502,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Latest version ähnelt. + /// Looks up a localized string similar to Latest version. /// internal static string AvailableVersion { get { @@ -513,7 +511,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Default Inheritance ähnelt. + /// Looks up a localized string similar to Default Inheritance. /// internal static string ButtonDefaultInheritance { get { @@ -522,7 +520,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Default Properties ähnelt. + /// Looks up a localized string similar to Default Properties. /// internal static string ButtonDefaultProperties { get { @@ -531,7 +529,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Launch PuTTY ähnelt. + /// Looks up a localized string similar to Launch PuTTY. /// internal static string ButtonLaunchPutty { get { @@ -540,7 +538,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cache Bitmaps ähnelt. + /// Looks up a localized string similar to Cache Bitmaps. /// internal static string CacheBitmaps { get { @@ -549,7 +547,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cannot start Port Scan, incorrect IP format! ähnelt. + /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. /// internal static string CannotStartPortScan { get { @@ -558,7 +556,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Change ähnelt. + /// Looks up a localized string similar to Change. /// internal static string Change { get { @@ -567,7 +565,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while trying to change the connection resolution to host '{0}' ähnelt. + /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. /// internal static string ChangeConnectionResolutionError { get { @@ -576,7 +574,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Changelog ähnelt. + /// Looks up a localized string similar to Changelog. /// internal static string Changelog { get { @@ -585,7 +583,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check Again ähnelt. + /// Looks up a localized string similar to Check Again. /// internal static string CheckAgain { get { @@ -594,7 +592,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Automatically try to reconnect when disconnected from server (RDP && ICA only) ähnelt. + /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only). /// internal static string CheckboxAutomaticReconnect { get { @@ -603,7 +601,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do not show this message again. ähnelt. + /// Looks up a localized string similar to Do not show this message again.. /// internal static string CheckboxDoNotShowThisMessageAgain { get { @@ -612,7 +610,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die This proxy server requires authentication ähnelt. + /// Looks up a localized string similar to This proxy server requires authentication. /// internal static string CheckboxProxyAuthentication { get { @@ -621,7 +619,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use custom PuTTY path: ähnelt. + /// Looks up a localized string similar to Use custom PuTTY path:. /// internal static string CheckboxPuttyPath { get { @@ -630,7 +628,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Reconnect when ready ähnelt. + /// Looks up a localized string similar to Reconnect when ready. /// internal static string CheckboxReconnectWhenReady { get { @@ -639,7 +637,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use a proxy server to connect ähnelt. + /// Looks up a localized string similar to Use a proxy server to connect. /// internal static string CheckboxUpdateUseProxy { get { @@ -648,7 +646,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check failed! ähnelt. + /// Looks up a localized string similar to Check failed!. /// internal static string CheckFailed { get { @@ -657,7 +655,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check for Updates ähnelt. + /// Looks up a localized string similar to Check for Updates. /// internal static string CheckForUpdates { get { @@ -666,7 +664,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check for updates at startup ähnelt. + /// Looks up a localized string similar to Check for updates at startup. /// internal static string CheckForUpdatesOnStartup { get { @@ -675,7 +673,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check now ähnelt. + /// Looks up a localized string similar to Check now. /// internal static string CheckNow { get { @@ -684,7 +682,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Check proper installation of components at startup ähnelt. + /// Looks up a localized string similar to Check proper installation of components at startup. /// internal static string CheckProperInstallationOfComponentsAtStartup { get { @@ -693,7 +691,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose a path for the mRemoteNG log file ähnelt. + /// Looks up a localized string similar to Choose a path for the mRemoteNG log file. /// internal static string ChooseLogPath { get { @@ -702,7 +700,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose panel before connecting ähnelt. + /// Looks up a localized string similar to Choose panel before connecting. /// internal static string ChoosePanelBeforeConnecting { get { @@ -711,7 +709,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose path ähnelt. + /// Looks up a localized string similar to Choose path. /// internal static string ChoosePath { get { @@ -720,7 +718,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Clear search string ähnelt. + /// Looks up a localized string similar to Clear search string. /// internal static string ClearSearchString { get { @@ -729,7 +727,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Clipboard ähnelt. + /// Looks up a localized string similar to Clipboard. /// internal static string Clipboard { get { @@ -738,7 +736,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Closed Ports ähnelt. + /// Looks up a localized string similar to Closed Ports. /// internal static string ClosedPorts { get { @@ -747,7 +745,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Close to notification area ähnelt. + /// Looks up a localized string similar to Close to notification area. /// internal static string CloseToSysTray { get { @@ -756,7 +754,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die When closing connections: ähnelt. + /// Looks up a localized string similar to When closing connections:. /// internal static string ClosingConnections { get { @@ -765,7 +763,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Collapse all folders ähnelt. + /// Looks up a localized string similar to Collapse all folders. /// internal static string CollapseAllFolders { get { @@ -774,7 +772,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Colours ähnelt. + /// Looks up a localized string similar to Colours. /// internal static string Colors { get { @@ -783,7 +781,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die E&xit {0} ähnelt. + /// Looks up a localized string similar to E&xit {0}. /// internal static string CommandExitProgram { get { @@ -792,7 +790,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't parse command line args! ähnelt. + /// Looks up a localized string similar to Couldn't parse command line args!. /// internal static string CommandLineArgsCouldNotBeParsed { get { @@ -801,7 +799,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Open a connection file ähnelt. + /// Looks up a localized string similar to &Open a connection file. /// internal static string CommandOpenConnectionFile { get { @@ -810,7 +808,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die {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. ähnelt. + /// 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.. /// internal static string CompatibilityLenovoAutoScrollUtilityDetected { get { @@ -819,7 +817,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Compatibility problem detected ähnelt. + /// Looks up a localized string similar to Compatibility problem detected. /// internal static string CompatibilityProblemDetected { get { @@ -828,7 +826,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Compression ähnelt. + /// Looks up a localized string similar to Compression. /// internal static string Compression { get { @@ -837,7 +835,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Config ähnelt. + /// Looks up a localized string similar to Config. /// internal static string Config { get { @@ -846,7 +844,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die btnIcon_Click failed! ähnelt. + /// Looks up a localized string similar to btnIcon_Click failed!. /// internal static string ConfigPropertyGridButtonIconClickFailed { get { @@ -855,7 +853,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die ShowHideGridItems failed! ähnelt. + /// Looks up a localized string similar to ShowHideGridItems failed!. /// internal static string ConfigPropertyGridHideItemsFailed { get { @@ -864,7 +862,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die IconMenu_Click failed! ähnelt. + /// Looks up a localized string similar to IconMenu_Click failed!. /// internal static string ConfigPropertyGridMenuClickFailed { get { @@ -873,7 +871,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Property Grid object failed! ähnelt. + /// Looks up a localized string similar to Property Grid object failed!. /// internal static string ConfigPropertyGridObjectFailed { get { @@ -882,7 +880,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SetHostStatus failed! ähnelt. + /// Looks up a localized string similar to SetHostStatus failed!. /// internal static string ConfigPropertyGridSetHostStatusFailed { get { @@ -891,7 +889,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die pGrid_PopertyValueChanged failed! ähnelt. + /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!. /// internal static string ConfigPropertyGridValueFailed { get { @@ -900,7 +898,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Config UI load failed! ähnelt. + /// Looks up a localized string similar to Config UI load failed!. /// internal static string ConfigUiLoadFailed { get { @@ -909,7 +907,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Create a New Connection File ähnelt. + /// Looks up a localized string similar to Create a New Connection File. /// internal static string ConfigurationCreateNew { get { @@ -918,7 +916,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use a Custom File Path ähnelt. + /// Looks up a localized string similar to Use a Custom File Path. /// internal static string ConfigurationCustomPath { get { @@ -927,7 +925,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Import an Existing File ähnelt. + /// Looks up a localized string similar to Import an Existing File. /// internal static string ConfigurationImportFile { get { @@ -936,7 +934,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to close all connections except for "{0}"? ähnelt. + /// Looks up a localized string similar to Are you sure you want to close all connections except for "{0}"?. /// internal static string ConfirmCloseConnectionOthersInstruction { get { @@ -945,7 +943,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed. ähnelt. + /// 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.. /// internal static string ConfirmCloseConnectionPanelMainInstruction { get { @@ -954,7 +952,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the credential record, {0}? ähnelt. + /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?. /// internal static string ConfirmDeleteCredentialRecord { get { @@ -963,7 +961,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the external tool, "{0}"? ähnelt. + /// Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?. /// internal static string ConfirmDeleteExternalTool { get { @@ -972,7 +970,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the {0} selected external tools? ähnelt. + /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?. /// internal static string ConfirmDeleteExternalToolMultiple { get { @@ -981,7 +979,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the connection, "{0}"? ähnelt. + /// Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?. /// internal static string ConfirmDeleteNodeConnection { get { @@ -990,7 +988,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the empty folder, "{0}"? ähnelt. + /// Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?. /// internal static string ConfirmDeleteNodeFolder { get { @@ -999,7 +997,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted. ähnelt. + /// 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.. /// internal static string ConfirmDeleteNodeFolderNotEmpty { get { @@ -1008,7 +1006,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do you want to close all open connections? ähnelt. + /// Looks up a localized string similar to Do you want to close all open connections?. /// internal static string ConfirmExitMainInstruction { get { @@ -1017,7 +1015,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to reset the panels to their default layout? ähnelt. + /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?. /// internal static string ConfirmResetLayout { get { @@ -1026,7 +1024,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect ähnelt. + /// Looks up a localized string similar to Connect. /// internal static string Connect { get { @@ -1035,7 +1033,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect in fullscreen mode ähnelt. + /// Looks up a localized string similar to Connect in fullscreen mode. /// internal static string ConnectInFullscreen { get { @@ -1044,7 +1042,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connecting... ähnelt. + /// Looks up a localized string similar to Connecting.... /// internal static string Connecting { get { @@ -1053,7 +1051,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect in View Only mode ähnelt. + /// Looks up a localized string similar to Connect in View Only mode. /// internal static string ConnectInViewOnlyMode { get { @@ -1062,7 +1060,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection ähnelt. + /// Looks up a localized string similar to Connection. /// internal static string Connection { get { @@ -1071,7 +1069,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Protocol Event Connected ähnelt. + /// Looks up a localized string similar to Protocol Event Connected. /// internal static string ConnectionEventConnected { get { @@ -1080,7 +1078,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}") ähnelt. + /// Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}"). /// internal static string ConnectionEventConnectedDetail { get { @@ -1089,7 +1087,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}" ähnelt. + /// Looks up a localized string similar to A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}". /// internal static string ConnectionEventErrorOccured { get { @@ -1098,7 +1096,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection failed! ähnelt. + /// Looks up a localized string similar to Connection failed!. /// internal static string ConnectionFailed { get { @@ -1107,7 +1105,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The connection file could not be found. ähnelt. + /// Looks up a localized string similar to The connection file could not be found.. /// internal static string ConnectionFileNotFound { get { @@ -1116,7 +1114,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Opening connection failed! ähnelt. + /// Looks up a localized string similar to Opening connection failed!. /// internal static string ConnectionOpenFailed { get { @@ -1125,7 +1123,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cannot open connection: No hostname specified! ähnelt. + /// Looks up a localized string similar to Cannot open connection: No hostname specified!. /// internal static string ConnectionOpenFailedNoHostname { get { @@ -1134,7 +1132,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection Panels ähnelt. + /// Looks up a localized string similar to Connection Panels. /// internal static string ConnectionPanels { get { @@ -1143,7 +1141,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connections ähnelt. + /// Looks up a localized string similar to Connections. /// internal static string Connections { get { @@ -1151,15 +1149,6 @@ namespace mRemoteNG.Resources.Language } } - /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't set default port! ähnelt. - /// - internal static string ConnectionsAndConfig { - get { - return ResourceManager.GetString("ConnectionsAndConfig", resourceCulture); - } - } - /// /// Looks up a localized string similar to Daily. /// @@ -1215,7 +1204,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't create backup of connections file! ähnelt. + /// Looks up a localized string similar to Couldn't create backup of connections file!. /// internal static string ConnectionsFileBackupFailed { get { @@ -1224,7 +1213,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connections file "{0}" could not be loaded! ähnelt. + /// Looks up a localized string similar to Connections file "{0}" could not be loaded!. /// internal static string ConnectionsFileCouldNotBeLoaded { get { @@ -1233,8 +1222,8 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connections file "{0}" could not be loaded! - ///Starting with new connections file. ähnelt. + /// Looks up a localized string similar to Connections file "{0}" could not be loaded! + ///Starting with new connections file.. /// internal static string ConnectionsFileCouldNotBeLoadedNew { get { @@ -1243,7 +1232,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't save connections file as "{0}"! ähnelt. + /// Looks up a localized string similar to Couldn't save connections file as "{0}"!. /// internal static string ConnectionsFileCouldNotSaveAs { get { @@ -1252,7 +1241,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection successful ähnelt. + /// Looks up a localized string similar to Connection successful. /// internal static string ConnectionSuccessful { get { @@ -1261,7 +1250,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect without credentials ähnelt. + /// Looks up a localized string similar to Connect without credentials. /// internal static string ConnectNoCredentials { get { @@ -1270,7 +1259,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect to console session ähnelt. + /// Looks up a localized string similar to Connect to console session. /// internal static string ConnectToConsoleSession { get { @@ -1279,7 +1268,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect (with options) ähnelt. + /// Looks up a localized string similar to Connect (with options). /// internal static string ConnectWithOptions { get { @@ -1288,7 +1277,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection to {0} via {1} closed by user {2}. ähnelt. + /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}.. /// internal static string ConnenctionClosedByUser { get { @@ -1297,7 +1286,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection Event Closed ähnelt. + /// Looks up a localized string similar to Connection Event Closed. /// internal static string ConnenctionCloseEvent { get { @@ -1306,7 +1295,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connection Event Closed failed! ähnelt. + /// Looks up a localized string similar to Connection Event Closed failed!. /// internal static string ConnenctionCloseEventFailed { get { @@ -1315,7 +1304,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. + /// Looks up a localized string similar to Copy. /// internal static string Copy { get { @@ -1324,7 +1313,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Copy All ähnelt. + /// Looks up a localized string similar to Copy All. /// internal static string CopyAll { get { @@ -1333,7 +1322,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Copy Hostname ähnelt. + /// Looks up a localized string similar to Copy Hostname. /// internal static string CopyHostname { get { @@ -1342,7 +1331,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't create new connections file! ähnelt. + /// Looks up a localized string similar to Couldn't create new connections file!. /// internal static string CouldNotCreateNewConnectionsFile { get { @@ -1351,7 +1340,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Could not find external tool with name "{0}" ähnelt. + /// Looks up a localized string similar to Could not find external tool with name "{0}". /// internal static string CouldNotFindExternalTool { get { @@ -1360,7 +1349,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Could not find ToolStrip control in FilteredPropertyGrid. ähnelt. + /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid.. /// internal static string CouldNotFindToolStripInFilteredPropertyGrid { get { @@ -1369,7 +1358,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Create an empty panel when mRemoteNG starts ähnelt. + /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts. /// internal static string CreateEmptyPanelOnStartUp { get { @@ -1378,7 +1367,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Credentials ähnelt. + /// Looks up a localized string similar to Credentials. /// internal static string Credentials { get { @@ -1387,7 +1376,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Credential not available ähnelt. + /// Looks up a localized string similar to Credential not available. /// internal static string CredentialUnavailable { get { @@ -1396,7 +1385,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Credits ähnelt. + /// Looks up a localized string similar to Credits. /// internal static string Credits { get { @@ -1405,7 +1394,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ctrl-Alt-Del ähnelt. + /// Looks up a localized string similar to Ctrl-Alt-Del. /// internal static string CtrlAltDel { get { @@ -1414,7 +1403,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ctrl-Esc ähnelt. + /// Looks up a localized string similar to Ctrl-Esc. /// internal static string CtrlEsc { get { @@ -1423,7 +1412,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Daily ähnelt. + /// Looks up a localized string similar to Daily. /// internal static string Daily { get { @@ -1432,7 +1421,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Database: ähnelt. + /// Looks up a localized string similar to Database:. /// internal static string Database { get { @@ -1441,7 +1430,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Database '{0}' not available. ähnelt. + /// Looks up a localized string similar to Database '{0}' not available.. /// internal static string DatabaseNotAvailable { get { @@ -1450,7 +1439,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Debug ähnelt. + /// Looks up a localized string similar to Debug. /// internal static string Debug { get { @@ -1459,7 +1448,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Delete ähnelt. + /// Looks up a localized string similar to Delete. /// internal static string Delete { get { @@ -1468,7 +1457,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Delete All ähnelt. + /// Looks up a localized string similar to Delete All. /// internal static string DeleteAll { get { @@ -1477,7 +1466,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Delete External Tool... ähnelt. + /// Looks up a localized string similar to Delete External Tool.... /// internal static string DeleteExternalTool { get { @@ -1486,7 +1475,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt. + /// Looks up a localized string similar to Description. /// internal static string Description { get { @@ -1495,7 +1484,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Detect ähnelt. + /// Looks up a localized string similar to Detect. /// internal static string Detect { get { @@ -1504,7 +1493,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disable Cursor blinking ähnelt. + /// Looks up a localized string similar to Disable Cursor blinking. /// internal static string DisableCursorBlinking { get { @@ -1513,7 +1502,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disable Cursor Shadow ähnelt. + /// Looks up a localized string similar to Disable Cursor Shadow. /// internal static string DisableCursorShadow { get { @@ -1522,7 +1511,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disable Full Window drag ähnelt. + /// Looks up a localized string similar to Disable Full Window drag. /// internal static string DisableFullWindowDrag { get { @@ -1531,7 +1520,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disable Menu Animations ähnelt. + /// Looks up a localized string similar to Disable Menu Animations. /// internal static string DisableMenuAnimations { get { @@ -1540,7 +1529,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disconnect ähnelt. + /// Looks up a localized string similar to Disconnect. /// internal static string Disconnect { get { @@ -1549,7 +1538,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disconnect All But This ähnelt. + /// Looks up a localized string similar to Disconnect All But This. /// internal static string DisconnectOthers { get { @@ -1558,7 +1547,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disconnect Tabs To The Right ähnelt. + /// Looks up a localized string similar to Disconnect Tabs To The Right. /// internal static string DisconnectOthersRight { get { @@ -1567,7 +1556,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Disk Drives ähnelt. + /// Looks up a localized string similar to Disk Drives. /// internal static string DiskDrives { get { @@ -1576,7 +1565,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Display ähnelt. + /// Looks up a localized string similar to Display. /// internal static string Display { get { @@ -1585,7 +1574,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Display Name ähnelt. + /// Looks up a localized string similar to Display Name. /// internal static string DisplayName { get { @@ -1594,7 +1583,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Display Themes ähnelt. + /// Looks up a localized string similar to Display Themes. /// internal static string DisplayThemes { get { @@ -1603,7 +1592,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Display Wallpaper ähnelt. + /// Looks up a localized string similar to Display Wallpaper. /// internal static string DisplayWallpaper { get { @@ -1612,7 +1601,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Domain ähnelt. + /// Looks up a localized string similar to Domain. /// internal static string Domain { get { @@ -1621,7 +1610,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Donate ähnelt. + /// Looks up a localized string similar to Donate. /// internal static string Donate { get { @@ -1630,7 +1619,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do not play ähnelt. + /// Looks up a localized string similar to Do not play. /// internal static string DoNotPlay { get { @@ -1639,7 +1628,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do not trim spaces from usernames ähnelt. + /// Looks up a localized string similar to Do not trim spaces from usernames. /// internal static string DoNotTrimUsername { get { @@ -1648,7 +1637,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Don't connect to console session ähnelt. + /// Looks up a localized string similar to Don't connect to console session. /// internal static string DontConnectToConsoleSession { get { @@ -1657,7 +1646,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Don't connect if authentication fails ähnelt. + /// Looks up a localized string similar to Don't connect if authentication fails. /// internal static string DontConnectWhenAuthFails { get { @@ -1666,7 +1655,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Double click on tab closes it ähnelt. + /// Looks up a localized string similar to Double click on tab closes it. /// internal static string DoubleClickTabClosesIt { get { @@ -1675,7 +1664,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Download ähnelt. + /// Looks up a localized string similar to Download. /// internal static string Download { get { @@ -1684,7 +1673,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Download and Install ähnelt. + /// Looks up a localized string similar to Download and Install. /// internal static string DownloadAndInstall { get { @@ -1693,7 +1682,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Duplicate ähnelt. + /// Looks up a localized string similar to Duplicate. /// internal static string Duplicate { get { @@ -1702,7 +1691,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Duplicate Tab ähnelt. + /// Looks up a localized string similar to Duplicate Tab. /// internal static string DuplicateTab { get { @@ -1711,7 +1700,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Dynamic ähnelt. + /// Looks up a localized string similar to Dynamic. /// internal static string Dynamic { get { @@ -1720,7 +1709,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do you want to continue with no password? ähnelt. + /// Looks up a localized string similar to Do you want to continue with no password?. /// internal static string EmptyPasswordContinue { get { @@ -1729,7 +1718,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die For empty Username, Password or Domain fields use: ähnelt. + /// Looks up a localized string similar to For empty Username, Password or Domain fields use:. /// internal static string EmptyUsernamePasswordDomainFields { get { @@ -1738,7 +1727,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Desktop Composition ähnelt. + /// Looks up a localized string similar to Desktop Composition. /// internal static string EnableDesktopComposition { get { @@ -1747,7 +1736,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Encoding ähnelt. + /// Looks up a localized string similar to Encoding. /// internal static string Encoding { get { @@ -1756,7 +1745,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Completely encrypt connection file ähnelt. + /// Looks up a localized string similar to Completely encrypt connection file. /// internal static string EncryptCompleteConnectionFile { get { @@ -1765,7 +1754,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Block Cipher Mode ähnelt. + /// Looks up a localized string similar to Block Cipher Mode. /// internal static string EncryptionBlockCipherMode { get { @@ -1774,7 +1763,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Encryption Engine ähnelt. + /// Looks up a localized string similar to Encryption Engine. /// internal static string EncryptionEngine { get { @@ -1783,7 +1772,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Key Derivation Function Iterations ähnelt. + /// Looks up a localized string similar to Key Derivation Function Iterations. /// internal static string EncryptionKeyDerivationIterations { get { @@ -1792,7 +1781,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Encryption Test ähnelt. + /// Looks up a localized string similar to Encryption Test. /// internal static string EncryptionTest { get { @@ -1801,7 +1790,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds. ähnelt. + /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.. /// internal static string EncryptionTestResultMessage { get { @@ -1810,7 +1799,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Environment ähnelt. + /// Looks up a localized string similar to Environment. /// internal static string Environment { get { @@ -1819,7 +1808,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die AddExternalToolsToToolBar (frmMain) failed. {0} ähnelt. + /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}. /// internal static string ErrorAddExternalToolsToToolBarFailed { get { @@ -1828,7 +1817,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die AddFolder (UI.Window.ConnectionTreeWindow) failed. {0} ähnelt. + /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}. /// internal static string ErrorAddFolderFailed { get { @@ -1837,7 +1826,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The database version {0} is not compatible with this version of {1}. ähnelt. + /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}.. /// internal static string ErrorBadDatabaseVersion { get { @@ -1846,7 +1835,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The connection list could not be saved. ähnelt. + /// Looks up a localized string similar to The connection list could not be saved.. /// internal static string ErrorConnectionListSaveFailed { get { @@ -1855,7 +1844,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY could not be launched. ähnelt. + /// Looks up a localized string similar to PuTTY could not be launched.. /// internal static string ErrorCouldNotLaunchPutty { get { @@ -1864,7 +1853,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Decryption failed. {0} ähnelt. + /// Looks up a localized string similar to Decryption failed. {0}. /// internal static string ErrorDecryptionFailed { get { @@ -1873,7 +1862,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Encryption failed. {0} ähnelt. + /// Looks up a localized string similar to Encryption failed. {0}. /// internal static string ErrorEncryptionFailed { get { @@ -1882,11 +1871,11 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. + /// Looks up a localized string similar to The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. /// ///See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. /// - ///{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit. ähnelt. + ///{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit.. /// internal static string ErrorFipsPolicyIncompatible { get { @@ -1895,7 +1884,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Errors ähnelt. + /// Looks up a localized string similar to Errors. /// internal static string Errors { get { @@ -1904,7 +1893,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 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. ähnelt. + /// 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.. /// internal static string ErrorStartupConnectionFileLoad { get { @@ -1913,7 +1902,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VerifyDatabaseVersion (Config.Connections.Save) failed. {0} ähnelt. + /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}. /// internal static string ErrorVerifyDatabaseVersionFailed { get { @@ -1922,7 +1911,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die This exception will force mRemoteNG to close ähnelt. + /// Looks up a localized string similar to This exception will force mRemoteNG to close. /// internal static string ExceptionForcesmRemoteNGToClose { get { @@ -1931,7 +1920,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Exception Message ähnelt. + /// Looks up a localized string similar to Exception Message. /// internal static string ExceptionMessage { get { @@ -1940,7 +1929,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Exit ähnelt. + /// Looks up a localized string similar to Exit. /// internal static string Exit { get { @@ -1949,7 +1938,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Expand all folders ähnelt. + /// Looks up a localized string similar to Expand all folders. /// internal static string ExpandAllFolders { get { @@ -1958,7 +1947,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Experimental ähnelt. + /// Looks up a localized string similar to Experimental. /// internal static string Experimental { get { @@ -1967,7 +1956,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export ähnelt. + /// Looks up a localized string similar to Export. /// internal static string Export { get { @@ -1976,7 +1965,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export everything ähnelt. + /// Looks up a localized string similar to Export everything. /// internal static string ExportEverything { get { @@ -1985,7 +1974,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export File ähnelt. + /// Looks up a localized string similar to Export File. /// internal static string ExportFile { get { @@ -1994,7 +1983,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export Items ähnelt. + /// Looks up a localized string similar to Export Items. /// internal static string ExportItems { get { @@ -2003,7 +1992,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export Properties ähnelt. + /// Looks up a localized string similar to Export Properties. /// internal static string ExportProperties { get { @@ -2012,7 +2001,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export the currently selected connection ähnelt. + /// Looks up a localized string similar to Export the currently selected connection. /// internal static string ExportSelectedConnection { get { @@ -2021,7 +2010,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Export the currently selected folder ähnelt. + /// Looks up a localized string similar to Export the currently selected folder. /// internal static string ExportSelectedFolder { get { @@ -2030,7 +2019,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die External Tool ähnelt. + /// Looks up a localized string similar to External Tool. /// internal static string ExternalTool { get { @@ -2039,7 +2028,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die External Tool After ähnelt. + /// Looks up a localized string similar to External Tool After. /// internal static string ExternalToolAfter { get { @@ -2048,7 +2037,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die External Tool Before ähnelt. + /// Looks up a localized string similar to External Tool Before. /// internal static string ExternalToolBefore { get { @@ -2057,7 +2046,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New External Tool ähnelt. + /// Looks up a localized string similar to New External Tool. /// internal static string ExternalToolDefaultName { get { @@ -2066,7 +2055,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die External Tool Properties ähnelt. + /// Looks up a localized string similar to External Tool Properties. /// internal static string ExternalToolProperties { get { @@ -2075,7 +2064,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die External Tools Toolbar ähnelt. + /// Looks up a localized string similar to External Tools Toolbar. /// internal static string ExternalToolsToolbar { get { @@ -2084,7 +2073,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Favorite ähnelt. + /// Looks up a localized string similar to Favorite. /// internal static string Favorite { get { @@ -2093,7 +2082,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Favorites ähnelt. + /// Looks up a localized string similar to Favorites. /// internal static string Favorites { get { @@ -2102,7 +2091,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die File &Format: ähnelt. + /// Looks up a localized string similar to File &Format:. /// internal static string FileFormat { get { @@ -2111,7 +2100,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Filename ähnelt. + /// Looks up a localized string similar to Filename. /// internal static string Filename { get { @@ -2120,7 +2109,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Files ähnelt. + /// Looks up a localized string similar to Files. /// internal static string Files { get { @@ -2129,7 +2118,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die All Files (*.*) ähnelt. + /// Looks up a localized string similar to All Files (*.*). /// internal static string FilterAll { get { @@ -2138,7 +2127,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die All importable files ähnelt. + /// Looks up a localized string similar to All importable files. /// internal static string FilterAllImportable { get { @@ -2147,7 +2136,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Application Files (*.exe) ähnelt. + /// Looks up a localized string similar to Application Files (*.exe). /// internal static string FilterApplication { get { @@ -2156,7 +2145,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemote CSV Files (*.csv) ähnelt. + /// Looks up a localized string similar to mRemote CSV Files (*.csv). /// internal static string FiltermRemoteCSV { get { @@ -2165,7 +2154,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemote XML Files (*.xml) ähnelt. + /// Looks up a localized string similar to mRemote XML Files (*.xml). /// internal static string FiltermRemoteXML { get { @@ -2174,7 +2163,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY Connection Manager files ähnelt. + /// Looks up a localized string similar to PuTTY Connection Manager files. /// internal static string FilterPuttyConnectionManager { get { @@ -2183,7 +2172,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop Connection Manager files (*.rdg) ähnelt. + /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg). /// internal static string FilterRdgFiles { get { @@ -2192,7 +2181,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Files (*.rdp) ähnelt. + /// Looks up a localized string similar to RDP Files (*.rdp). /// internal static string FilterRDP { get { @@ -2201,7 +2190,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Filter search matches in connection tree ähnelt. + /// Looks up a localized string similar to Filter search matches in connection tree. /// internal static string FilterSearchMatchesInConnectionTree { get { @@ -2210,7 +2199,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die First IP ähnelt. + /// Looks up a localized string similar to First IP. /// internal static string FirstIp { get { @@ -2219,7 +2208,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die First Port ähnelt. + /// Looks up a localized string similar to First Port. /// internal static string FirstPort { get { @@ -2228,7 +2217,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Fit To Panel ähnelt. + /// Looks up a localized string similar to Fit To Panel. /// internal static string FitToPanel { get { @@ -2237,7 +2226,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Font Smoothing ähnelt. + /// Looks up a localized string similar to Font Smoothing. /// internal static string FontSmoothing { get { @@ -2246,7 +2235,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Inherit {0} ähnelt. + /// Looks up a localized string similar to Inherit {0}. /// internal static string FormatInherit { get { @@ -2255,7 +2244,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Description of inherited property: {0} ähnelt. + /// Looks up a localized string similar to Description of inherited property: {0}. /// internal static string FormatInheritDescription { get { @@ -2264,7 +2253,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Free ähnelt. + /// Looks up a localized string similar to Free. /// internal static string Free { get { @@ -2273,7 +2262,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Fullscreen ähnelt. + /// Looks up a localized string similar to Fullscreen. /// internal static string Fullscreen { get { @@ -2282,7 +2271,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Gateway ähnelt. + /// Looks up a localized string similar to Gateway. /// internal static string Gateway { get { @@ -2291,7 +2280,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. + /// Looks up a localized string similar to General. /// internal static string General { get { @@ -2300,7 +2289,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An error occured while loading the connection entry for "{0}" from "{1}". {2} ähnelt. + /// Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}. /// internal static string GetConnectionInfoFromXmlFailed { get { @@ -2309,7 +2298,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Automatic Reconnect ähnelt. + /// Looks up a localized string similar to Automatic Reconnect. /// internal static string GroupboxAutomaticReconnect { get { @@ -2318,7 +2307,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG Help ähnelt. + /// Looks up a localized string similar to mRemoteNG Help. /// internal static string HelpContents { get { @@ -2327,7 +2316,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die High ähnelt. + /// Looks up a localized string similar to High. /// internal static string High { get { @@ -2336,7 +2325,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Host ähnelt. + /// Looks up a localized string similar to Host. /// internal static string Host { get { @@ -2345,7 +2334,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Hostname: ähnelt. + /// Looks up a localized string similar to Hostname:. /// internal static string Hostname { get { @@ -2354,7 +2343,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Hostname/IP ähnelt. + /// Looks up a localized string similar to Hostname/IP. /// internal static string HostnameIp { get { @@ -2363,7 +2352,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die HTTP ähnelt. + /// Looks up a localized string similar to HTTP. /// internal static string Http { get { @@ -2372,7 +2361,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Edge Chromium ähnelt. + /// Looks up a localized string similar to Edge Chromium. /// internal static string HttpCEF { get { @@ -2381,7 +2370,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die HTTP Connect Failed! ähnelt. + /// Looks up a localized string similar to HTTP Connect Failed!. /// internal static string HttpConnectFailed { get { @@ -2390,7 +2379,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't create new HTTP Connection! ähnelt. + /// Looks up a localized string similar to Couldn't create new HTTP Connection!. /// internal static string HttpConnectionFailed { get { @@ -2399,7 +2388,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Changing HTTP Document Tile Failed! ähnelt. + /// Looks up a localized string similar to Changing HTTP Document Tile Failed!. /// internal static string HttpDocumentTileChangeFailed { get { @@ -2408,7 +2397,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Failed to contruct the URL to load ähnelt. + /// Looks up a localized string similar to Failed to contruct the URL to load. /// internal static string HttpFailedUrlBuild { get { @@ -2417,7 +2406,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Internet Explorer ähnelt. + /// Looks up a localized string similar to Internet Explorer. /// internal static string HttpInternetExplorer { get { @@ -2426,7 +2415,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die HTTPS ähnelt. + /// Looks up a localized string similar to HTTPS. /// internal static string Https { get { @@ -2435,7 +2424,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Set HTTP Props failed! ähnelt. + /// Looks up a localized string similar to Set HTTP Props failed!. /// internal static string HttpSetPropsFailed { get { @@ -2444,7 +2433,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Icon ähnelt. + /// Looks up a localized string similar to Icon. /// internal static string Icon { get { @@ -2453,7 +2442,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Identify quick connect tabs by adding the prefix "Quick:" ähnelt. + /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:". /// internal static string IdentifyQuickConnectTabs { get { @@ -2462,7 +2451,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Import from Active Directory ähnelt. + /// Looks up a localized string similar to Import from Active Directory. /// internal static string ImportAD { get { @@ -2471,7 +2460,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while importing the file "{0}". ähnelt. + /// Looks up a localized string similar to An error occurred while importing the file "{0}".. /// internal static string ImportFileFailedContent { get { @@ -2480,7 +2469,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Import from &File... ähnelt. + /// Looks up a localized string similar to Import from &File.... /// internal static string ImportFromFile { get { @@ -2489,7 +2478,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Import from Port Scan ähnelt. + /// Looks up a localized string similar to Import from Port Scan. /// internal static string ImportPortScan { get { @@ -2498,7 +2487,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Import sub OUs ähnelt. + /// Looks up a localized string similar to Import sub OUs. /// internal static string ImportSubOUs { get { @@ -2507,7 +2496,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Informations ähnelt. + /// Looks up a localized string similar to Informations. /// internal static string Informations { get { @@ -2516,7 +2505,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Inheritance ähnelt. + /// Looks up a localized string similar to Inheritance. /// internal static string Inheritance { get { @@ -2525,7 +2514,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Dispose of Int App process failed! ähnelt. + /// Looks up a localized string similar to Dispose of Int App process failed!. /// internal static string IntAppDisposeFailed { get { @@ -2534,7 +2523,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Int App Focus Failed! ähnelt. + /// Looks up a localized string similar to Int App Focus Failed!. /// internal static string IntAppFocusFailed { get { @@ -2543,7 +2532,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Int App Handle: {0} ähnelt. + /// Looks up a localized string similar to Int App Handle: {0}. /// internal static string IntAppHandle { get { @@ -2552,7 +2541,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Killing Int App Process failed! ähnelt. + /// Looks up a localized string similar to Killing Int App Process failed!. /// internal static string IntAppKillFailed { get { @@ -2561,7 +2550,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Int App Resize failed! ähnelt. + /// Looks up a localized string similar to Int App Resize failed!. /// internal static string IntAppResizeFailed { get { @@ -2570,7 +2559,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die --- IntApp Stuff --- ähnelt. + /// Looks up a localized string similar to --- IntApp Stuff ---. /// internal static string IntAppStuff { get { @@ -2579,7 +2568,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Int App Title: {0} ähnelt. + /// Looks up a localized string similar to Int App Title: {0}. /// internal static string IntAppTitle { get { @@ -2588,7 +2577,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die (Automatically Detect) ähnelt. + /// Looks up a localized string similar to (Automatically Detect). /// internal static string LanguageDefault { get { @@ -2597,7 +2586,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die {0} must be restarted before changes to the language will take effect. ähnelt. + /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect.. /// internal static string LanguageRestartRequired { get { @@ -2606,7 +2595,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Language ähnelt. + /// Looks up a localized string similar to Language. /// internal static string LanguageString { get { @@ -2615,7 +2604,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Last IP ähnelt. + /// Looks up a localized string similar to Last IP. /// internal static string LastIp { get { @@ -2624,7 +2613,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Last Port ähnelt. + /// Looks up a localized string similar to Last Port. /// internal static string LastPort { get { @@ -2633,7 +2622,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Launch External Tool ähnelt. + /// Looks up a localized string similar to Launch External Tool. /// internal static string LaunchExternalTool { get { @@ -2642,7 +2631,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die License ähnelt. + /// Looks up a localized string similar to License. /// internal static string License { get { @@ -2651,7 +2640,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Load Balance Info ähnelt. + /// Looks up a localized string similar to Load Balance Info. /// internal static string LoadBalanceInfo { get { @@ -2660,7 +2649,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use UTF8 encoding for RDP "Load Balance Info" property ähnelt. + /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. /// internal static string LoadBalanceInfoUseUtf8 { get { @@ -2669,7 +2658,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Load from SQL failed ähnelt. + /// Looks up a localized string similar to Load from SQL failed. /// internal static string LoadFromSqlFailed { get { @@ -2678,7 +2667,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The connection information could not be loaded from the SQL server. ähnelt. + /// Looks up a localized string similar to The connection information could not be loaded from the SQL server.. /// internal static string LoadFromSqlFailedContent { get { @@ -2687,7 +2676,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Load From XML failed! ähnelt. + /// Looks up a localized string similar to Load From XML failed!. /// internal static string LoadFromXmlFailed { get { @@ -2696,7 +2685,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Local file ähnelt. + /// Looks up a localized string similar to Local file. /// internal static string LocalFile { get { @@ -2705,7 +2694,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Local file does not exist! ähnelt. + /// Looks up a localized string similar to Local file does not exist!. /// internal static string LocalFileDoesNotExist { get { @@ -2714,7 +2703,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Lock toolbar positions ähnelt. + /// Looks up a localized string similar to Lock toolbar positions. /// internal static string LockToolbars { get { @@ -2723,7 +2712,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Log file path ähnelt. + /// Looks up a localized string similar to Log file path. /// internal static string LogFilePath { get { @@ -2732,7 +2721,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Logging ähnelt. + /// Looks up a localized string similar to Logging. /// internal static string Logging { get { @@ -2741,7 +2730,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Login failed for user '{0}'. ähnelt. + /// Looks up a localized string similar to Login failed for user '{0}'.. /// internal static string LoginFailedForUser { get { @@ -2750,7 +2739,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Log these message types ähnelt. + /// Looks up a localized string similar to Log these message types. /// internal static string LogTheseMessageTypes { get { @@ -2759,7 +2748,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Log to application directory ähnelt. + /// Looks up a localized string similar to Log to application directory. /// internal static string LogToAppDir { get { @@ -2768,7 +2757,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die MAC Address ähnelt. + /// Looks up a localized string similar to MAC Address. /// internal static string MacAddress { get { @@ -2777,7 +2766,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Medium ähnelt. + /// Looks up a localized string similar to Medium. /// internal static string Medium { get { @@ -2786,7 +2775,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Message ähnelt. + /// Looks up a localized string similar to Message. /// internal static string Message { get { @@ -2795,7 +2784,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Minimize to notification area ähnelt. + /// Looks up a localized string similar to Minimize to notification area. /// internal static string MinimizeToSysTray { get { @@ -2804,7 +2793,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Minutes to Idle ähnelt. + /// Looks up a localized string similar to Minutes to Idle. /// internal static string MinutesToIdleTimeout { get { @@ -2813,7 +2802,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Miscellaneous ähnelt. + /// Looks up a localized string similar to Miscellaneous. /// internal static string Miscellaneous { get { @@ -2822,7 +2811,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Monthly ähnelt. + /// Looks up a localized string similar to Monthly. /// internal static string Monthly { get { @@ -2831,7 +2820,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Move down ähnelt. + /// Looks up a localized string similar to Move down. /// internal static string MoveDown { get { @@ -2840,7 +2829,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Move up ähnelt. + /// Looks up a localized string similar to Move up. /// internal static string MoveUp { get { @@ -2849,7 +2838,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG CSV ähnelt. + /// Looks up a localized string similar to mRemoteNG CSV. /// internal static string MremoteNgCsv { get { @@ -2858,7 +2847,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG Unhandled Exception ähnelt. + /// Looks up a localized string similar to mRemoteNG Unhandled Exception. /// internal static string mRemoteNGUnhandledException { get { @@ -2867,7 +2856,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG XML ähnelt. + /// Looks up a localized string similar to mRemoteNG XML. /// internal static string MremoteNgXml { get { @@ -2876,7 +2865,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Multi SSH: ähnelt. + /// Looks up a localized string similar to Multi SSH:. /// internal static string MultiSsh { get { @@ -2885,7 +2874,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Multi SSH toolbar ähnelt. + /// Looks up a localized string similar to Multi SSH toolbar. /// internal static string MultiSshToolbar { get { @@ -2894,7 +2883,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Press ENTER to send. Ctrl+C is sent immediately. ähnelt. + /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately.. /// internal static string MultiSshToolTip { get { @@ -2903,7 +2892,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Must Be Between 0 and 255 ähnelt. + /// Looks up a localized string similar to Must Be Between 0 and 255. /// internal static string MustBeBetween0And255 { get { @@ -2912,7 +2901,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die My current credentials (Windows logon information) ähnelt. + /// Looks up a localized string similar to My current credentials (Windows logon information). /// internal static string MyCurrentWindowsCreds { get { @@ -2921,7 +2910,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. + /// Looks up a localized string similar to Name. /// internal static string Name { get { @@ -2930,7 +2919,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Never ähnelt. + /// Looks up a localized string similar to Never. /// internal static string Never { get { @@ -2939,7 +2928,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New Connection ähnelt. + /// Looks up a localized string similar to New Connection. /// internal static string NewConnection { get { @@ -2948,7 +2937,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New Connection File ähnelt. + /// Looks up a localized string similar to New Connection File. /// internal static string NewConnectionFile { get { @@ -2957,7 +2946,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New External Tool ähnelt. + /// Looks up a localized string similar to New External Tool. /// internal static string NewExternalTool { get { @@ -2966,7 +2955,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New Folder ähnelt. + /// Looks up a localized string similar to New Folder. /// internal static string NewFolder { get { @@ -2975,7 +2964,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New Panel ähnelt. + /// Looks up a localized string similar to New Panel. /// internal static string NewPanel { get { @@ -2984,7 +2973,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New Title ähnelt. + /// Looks up a localized string similar to New Title. /// internal static string NewTitle { get { @@ -2993,7 +2982,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die No ähnelt. + /// Looks up a localized string similar to No. /// internal static string No { get { @@ -3002,7 +2991,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die No сompression ähnelt. + /// Looks up a localized string similar to No сompression. /// internal static string NoCompression { get { @@ -3011,7 +3000,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die This node is already in this folder. ähnelt. + /// Looks up a localized string similar to This node is already in this folder.. /// internal static string NodeAlreadyInFolder { get { @@ -3020,7 +3009,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cannot drag node onto itself. ähnelt. + /// Looks up a localized string similar to Cannot drag node onto itself.. /// internal static string NodeCannotDragOnSelf { get { @@ -3029,7 +3018,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cannot drag parent node onto child. ähnelt. + /// Looks up a localized string similar to Cannot drag parent node onto child.. /// internal static string NodeCannotDragParentOnChild { get { @@ -3038,7 +3027,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die This node is not draggable. ähnelt. + /// Looks up a localized string similar to This node is not draggable.. /// internal static string NodeNotDraggable { get { @@ -3047,7 +3036,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die No ext. app specified. ähnelt. + /// Looks up a localized string similar to No ext. app specified.. /// internal static string NoExtAppDefined { get { @@ -3056,7 +3045,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die None ähnelt. + /// Looks up a localized string similar to None. /// internal static string None { get { @@ -3065,7 +3054,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Normal ähnelt. + /// Looks up a localized string similar to Normal. /// internal static string Normal { get { @@ -3074,7 +3063,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die No SmartSize ähnelt. + /// Looks up a localized string similar to No SmartSize. /// internal static string NoSmartSize { get { @@ -3083,7 +3072,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Notifications ähnelt. + /// Looks up a localized string similar to Notifications. /// internal static string Notifications { get { @@ -3092,7 +3081,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die No update available ähnelt. + /// Looks up a localized string similar to No update available. /// internal static string NoUpdateAvailable { get { @@ -3101,8 +3090,8 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 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! ähnelt. + /// 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!. /// internal static string OldConffile { get { @@ -3111,7 +3100,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Open a different file ähnelt. + /// Looks up a localized string similar to Open a different file. /// internal static string OpenADifferentFile { get { @@ -3120,7 +3109,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Open Connection File... ähnelt. + /// Looks up a localized string similar to Open Connection File.... /// internal static string OpenConnectionFile { get { @@ -3129,7 +3118,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Open file ähnelt. + /// Looks up a localized string similar to Open file. /// internal static string OpenFile { get { @@ -3138,7 +3127,16 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Open new tab to the right of the currently selected tab ähnelt. + /// Looks up a localized string similar to Opening Command. + /// + internal static string OpeningCommand { + get { + return ResourceManager.GetString("OpeningCommand", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Open new tab to the right of the currently selected tab. /// internal static string OpenNewTabRight { get { @@ -3147,7 +3145,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Open Ports ähnelt. + /// Looks up a localized string similar to Open Ports. /// internal static string OpenPorts { get { @@ -3156,7 +3154,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Options ähnelt. + /// Looks up a localized string similar to Options. /// internal static string Options { get { @@ -3165,7 +3163,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG Options ähnelt. + /// Looks up a localized string similar to mRemoteNG Options. /// internal static string OptionsPageTitle { get { @@ -3174,7 +3172,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Testing... ähnelt. + /// Looks up a localized string similar to Testing.... /// internal static string OptionsProxyTesting { get { @@ -3183,7 +3181,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warning: Restart is required to commit any theme configuration change. ähnelt. + /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. /// internal static string OptionsThemeChangeWarning { get { @@ -3192,7 +3190,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do you really want to delete the theme? ähnelt. + /// Looks up a localized string similar to Do you really want to delete the theme?. /// internal static string OptionsThemeDeleteConfirmation { get { @@ -3201,7 +3199,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die New theme name ähnelt. + /// Looks up a localized string similar to New theme name. /// internal static string OptionsThemeNewThemeCaption { get { @@ -3210,7 +3208,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Cannot create theme, name already present or special characters in the name ähnelt. + /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name. /// internal static string OptionsThemeNewThemeError { get { @@ -3219,7 +3217,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Type the new theme name ähnelt. + /// Looks up a localized string similar to Type the new theme name. /// internal static string OptionsThemeNewThemeText { get { @@ -3228,7 +3226,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Out Of Range ähnelt. + /// Looks up a localized string similar to Out Of Range. /// internal static string OutOfRange { get { @@ -3237,7 +3235,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Panel ähnelt. + /// Looks up a localized string similar to Panel. /// internal static string Panel { get { @@ -3246,7 +3244,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Panel Handle: {0} ähnelt. + /// Looks up a localized string similar to Panel Handle: {0}. /// internal static string PanelHandle { get { @@ -3255,7 +3253,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Panel Name ähnelt. + /// Looks up a localized string similar to Panel Name. /// internal static string PanelName { get { @@ -3264,7 +3262,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password ähnelt. + /// Looks up a localized string similar to Password. /// internal static string Password { get { @@ -3273,7 +3271,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password must contain at least {0} of the following characters: {1} ähnelt. + /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}. /// internal static string PasswordConstainsSpecialCharactersConstraintHint { get { @@ -3282,7 +3280,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password must contain at least {0} lower case character(s) ähnelt. + /// Looks up a localized string similar to Password must contain at least {0} lower case character(s). /// internal static string PasswordContainsLowerCaseConstraintHint { get { @@ -3291,7 +3289,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password must contain at least {0} number(s) ähnelt. + /// Looks up a localized string similar to Password must contain at least {0} number(s). /// internal static string PasswordContainsNumbersConstraint { get { @@ -3300,7 +3298,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password must contain at least {0} upper case character(s) ähnelt. + /// Looks up a localized string similar to Password must contain at least {0} upper case character(s). /// internal static string PasswordContainsUpperCaseConstraintHint { get { @@ -3309,7 +3307,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password length must be between {0} and {1} ähnelt. + /// Looks up a localized string similar to Password length must be between {0} and {1}. /// internal static string PasswordLengthConstraintHint { get { @@ -3318,7 +3316,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Password protect ähnelt. + /// Looks up a localized string similar to Password protect. /// internal static string PasswordProtect { get { @@ -3327,7 +3325,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Both passwords must match. ähnelt. + /// Looks up a localized string similar to Both passwords must match.. /// internal static string PasswordStatusMustMatch { get { @@ -3336,7 +3334,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The password must be at least 3 characters long. ähnelt. + /// Looks up a localized string similar to The password must be at least 3 characters long.. /// internal static string PasswordStatusTooShort { get { @@ -3345,7 +3343,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Place search bar above connection tree ähnelt. + /// Looks up a localized string similar to Place search bar above connection tree. /// internal static string PlaceSearchBarAboveConnectionTree { get { @@ -3354,7 +3352,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Please fill all fields ähnelt. + /// Looks up a localized string similar to Please fill all fields. /// internal static string PleaseFillAllFields { get { @@ -3363,7 +3361,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Popups ähnelt. + /// Looks up a localized string similar to Popups. /// internal static string Popups { get { @@ -3372,7 +3370,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Port ähnelt. + /// Looks up a localized string similar to Port. /// internal static string Port { get { @@ -3381,7 +3379,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Portable Edition ähnelt. + /// Looks up a localized string similar to Portable Edition. /// internal static string PortableEdition { get { @@ -3390,7 +3388,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ports ähnelt. + /// Looks up a localized string similar to Ports. /// internal static string Ports { get { @@ -3399,7 +3397,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Port Scan ähnelt. + /// Looks up a localized string similar to Port Scan. /// internal static string PortScan { get { @@ -3408,7 +3406,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Port scan complete. ähnelt. + /// Looks up a localized string similar to Port scan complete.. /// internal static string PortScanComplete { get { @@ -3417,7 +3415,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't load PortScan panel! ähnelt. + /// Looks up a localized string similar to Couldn't load PortScan panel!. /// internal static string PortScanCouldNotLoadPanel { get { @@ -3426,7 +3424,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. + /// Looks up a localized string similar to PowerShell. /// internal static string PowerShell { get { @@ -3435,7 +3433,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Printers ähnelt. + /// Looks up a localized string similar to Printers. /// internal static string Printers { get { @@ -3444,7 +3442,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Properties ähnelt. + /// Looks up a localized string similar to Properties. /// internal static string Properties { get { @@ -3453,7 +3451,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Toggle all inheritance options. ähnelt. + /// Looks up a localized string similar to Toggle all inheritance options.. /// internal static string PropertyDescriptionAll { get { @@ -3462,7 +3460,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select which authentication level this connection should use. ähnelt. + /// Looks up a localized string similar to Select which authentication level this connection should use.. /// internal static string PropertyDescriptionAuthenticationLevel { get { @@ -3471,7 +3469,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select how you want to authenticate against the VNC server. ähnelt. + /// Looks up a localized string similar to Select how you want to authenticate against the VNC server.. /// internal static string PropertyDescriptionAuthenticationMode { get { @@ -3480,7 +3478,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher. ähnelt. + /// 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.. /// internal static string PropertyDescriptionAutomaticResize { get { @@ -3489,7 +3487,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether to use bitmap caching or not. ähnelt. + /// Looks up a localized string similar to Select whether to use bitmap caching or not.. /// internal static string PropertyDescriptionCacheBitmaps { get { @@ -3498,7 +3496,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select the colour quality to be used. ähnelt. + /// Looks up a localized string similar to Select the colour quality to be used.. /// internal static string PropertyDescriptionColors { get { @@ -3507,7 +3505,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select the compression value to be used. ähnelt. + /// Looks up a localized string similar to Select the compression value to be used.. /// internal static string PropertyDescriptionCompression { get { @@ -3516,7 +3514,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Put your notes or a description for the host here. ähnelt. + /// Looks up a localized string similar to Put your notes or a description for the host here.. /// internal static string PropertyDescriptionDescription { get { @@ -3525,7 +3523,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Determines whether cursor flashes should be disabled. ähnelt. + /// Looks up a localized string similar to Determines whether cursor flashes should be disabled.. /// internal static string PropertyDescriptionDisableCursorBlinking { get { @@ -3534,7 +3532,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Determines whether a mouse shadow should be visible. ähnelt. + /// Looks up a localized string similar to Determines whether a mouse shadow should be visible.. /// internal static string PropertyDescriptionDisableCursorShadow { get { @@ -3543,7 +3541,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Determines whether window content is displayed when you drag the window to a new location. ähnelt. + /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location.. /// internal static string PropertyDescriptionDisableFullWindowDrag { get { @@ -3552,7 +3550,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Determines whether menus and windows can be displayed with animation effects in the remote session. ähnelt. + /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session.. /// internal static string PropertyDescriptionDisableMenuAnimations { get { @@ -3561,7 +3559,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select yes if the theme of the remote host should be displayed. ähnelt. + /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed.. /// internal static string PropertyDescriptionDisplayThemes { get { @@ -3570,7 +3568,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select yes if the wallpaper of the remote host should be displayed. ähnelt. + /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed.. /// internal static string PropertyDescriptionDisplayWallpaper { get { @@ -3579,7 +3577,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter your domain. ähnelt. + /// Looks up a localized string similar to Enter your domain.. /// internal static string PropertyDescriptionDomain { get { @@ -3588,7 +3586,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether to use desktop composition or not. ähnelt. + /// Looks up a localized string similar to Select whether to use desktop composition or not.. /// internal static string PropertyDescriptionEnableDesktopComposition { get { @@ -3597,7 +3595,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether to use font smoothing or not. ähnelt. + /// Looks up a localized string similar to Select whether to use font smoothing or not.. /// internal static string PropertyDescriptionEnableFontSmoothing { get { @@ -3606,7 +3604,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select the encoding mode to be used. ähnelt. + /// Looks up a localized string similar to Select the encoding mode to be used.. /// internal static string PropertyDescriptionEncoding { get { @@ -3615,7 +3613,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select the external tool to be started. ähnelt. + /// Looks up a localized string similar to Select the external tool to be started.. /// internal static string PropertyDescriptionExternalTool { get { @@ -3624,7 +3622,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select a external tool to be started after the disconnection to the remote host. ähnelt. + /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host.. /// internal static string PropertyDescriptionExternalToolAfter { get { @@ -3633,7 +3631,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select a external tool to be started before the connection to the remote host is established. ähnelt. + /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established.. /// internal static string PropertyDescriptionExternalToolBefore { get { @@ -3642,7 +3640,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show this connection in the favorites menu. ähnelt. + /// Looks up a localized string similar to Show this connection in the favorites menu.. /// internal static string PropertyDescriptionFavorite { get { @@ -3651,7 +3649,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter the hostname or ip you want to connect to. ähnelt. + /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. /// internal static string PropertyDescriptionHostnameIp { get { @@ -3660,7 +3658,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose a icon that will be displayed when connected to the host. ähnelt. + /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host.. /// internal static string PropertyDescriptionIcon { get { @@ -3669,7 +3667,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies the load balancing information for use by load balancing routers to choose the best server. ähnelt. + /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server.. /// internal static string PropertyDescriptionLoadBalanceInfo { get { @@ -3678,7 +3676,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter the MAC address of the remote host if you wish to use it in an external tool. ähnelt. + /// 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.. /// internal static string PropertyDescriptionMACAddress { get { @@ -3687,7 +3685,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die This is the name that will be displayed in the connections tree. ähnelt. + /// Looks up a localized string similar to This is the name that will be displayed in the connections tree.. /// internal static string PropertyDescriptionName { get { @@ -3696,7 +3694,16 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Sets the panel in which the connection will open. ähnelt. + /// Looks up a localized string similar to A command to run on the remote server after successfully connecting.. + /// + internal static string PropertyDescriptionOpeningCommand { + get { + return ResourceManager.GetString("PropertyDescriptionOpeningCommand", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sets the panel in which the connection will open.. /// internal static string PropertyDescriptionPanel { get { @@ -3705,7 +3712,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter your password. ähnelt. + /// Looks up a localized string similar to Enter your password.. /// internal static string PropertyDescriptionPassword { get { @@ -3714,7 +3721,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG. ähnelt. + /// Looks up a localized string similar to Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.. /// internal static string PropertyDescriptionPasswordProtect { get { @@ -3723,7 +3730,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter the port the selected protocol is listening on. ähnelt. + /// Looks up a localized string similar to Enter the port the selected protocol is listening on.. /// internal static string PropertyDescriptionPort { get { @@ -3732,7 +3739,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose the protocol mRemoteNG should use to connect to the host. ähnelt. + /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host.. /// internal static string PropertyDescriptionProtocol { get { @@ -3741,7 +3748,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select a PuTTY session to be used when connecting. ähnelt. + /// Looks up a localized string similar to Select a PuTTY session to be used when connecting.. /// internal static string PropertyDescriptionPuttySession { get { @@ -3750,7 +3757,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies the domain name that a user provides to connect to the RD Gateway server. ähnelt. + /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server.. /// internal static string PropertyDescriptionRDGatewayDomain { get { @@ -3759,7 +3766,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies the host name of the Remote Desktop Gateway server. ähnelt. + /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server.. /// internal static string PropertyDescriptionRDGatewayHostname { get { @@ -3768,7 +3775,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies whether or not to log on to the gateway using the same username and password as the connection. ähnelt. + /// 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.. /// internal static string PropertyDescriptionRDGatewayUseConnectionCredentials { get { @@ -3777,7 +3784,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies the user name that a user provides to connect to the RD Gateway server. ähnelt. + /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server.. /// internal static string PropertyDescriptionRDGatewayUsername { get { @@ -3786,7 +3793,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether to receive an alert after the RDP session disconnects due to inactivity ähnelt. + /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity. /// internal static string PropertyDescriptionRDPAlertIdleTimeout { get { @@ -3795,7 +3802,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies the password of the Remote Desktop Gateway server. ähnelt. + /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. /// internal static string PropertyDescriptionRdpGatewayPassword { get { @@ -3804,7 +3811,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specifies when to use a Remote Desktop Gateway (RD Gateway) server. ähnelt. + /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. /// internal static string PropertyDescriptionRdpGatewayUsageMethod { get { @@ -3813,7 +3820,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0) ähnelt. + /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). /// internal static string PropertyDescriptionRDPMinutesToIdleTimeout { get { @@ -3822,7 +3829,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Sets the version of RDP to use when opening connections. ähnelt. + /// Looks up a localized string similar to Sets the version of RDP to use when opening connections.. /// internal static string PropertyDescriptionRdpVersion { get { @@ -3831,7 +3838,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether the default audio input device on the remote machine should be redirected to this computer. ähnelt. + /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer.. /// internal static string PropertyDescriptionRedirectAudioCapture { get { @@ -3840,7 +3847,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether the clipboard should be shared. ähnelt. + /// Looks up a localized string similar to Select whether the clipboard should be shared.. /// internal static string PropertyDescriptionRedirectClipboard { get { @@ -3849,7 +3856,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether local disk drives should be shown on the remote host. ähnelt. + /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host.. /// internal static string PropertyDescriptionRedirectDrives { get { @@ -3858,7 +3865,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host. ähnelt. + /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.. /// internal static string PropertyDescriptionRedirectKeys { get { @@ -3867,7 +3874,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether local ports (ie. com, parallel) should be shown on the remote host. ähnelt. + /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. /// internal static string PropertyDescriptionRedirectPorts { get { @@ -3876,7 +3883,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether local printers should be shown on the remote host. ähnelt. + /// Looks up a localized string similar to Select whether local printers should be shown on the remote host.. /// internal static string PropertyDescriptionRedirectPrinters { get { @@ -3885,7 +3892,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select whether local smart cards should be available on the remote host. ähnelt. + /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host.. /// internal static string PropertyDescriptionRedirectSmartCards { get { @@ -3894,7 +3901,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select how remote sound should be redirected. ähnelt. + /// Looks up a localized string similar to Select how remote sound should be redirected.. /// internal static string PropertyDescriptionRedirectSounds { get { @@ -3903,7 +3910,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select one of the available rendering engines that will be used to display HTML. ähnelt. + /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML.. /// internal static string PropertyDescriptionRenderingEngine { get { @@ -3912,7 +3919,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose the resolution or mode this connection will open in. ähnelt. + /// Looks up a localized string similar to Choose the resolution or mode this connection will open in.. /// internal static string PropertyDescriptionResolution { get { @@ -3921,7 +3928,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select the SmartSize mode to be used. ähnelt. + /// Looks up a localized string similar to Select the SmartSize mode to be used.. /// internal static string PropertyDescriptionSmartSizeMode { get { @@ -3930,7 +3937,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Choose the Sound Quality provided by the protocol: Dynamic, Medium, High ähnelt. + /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High. /// internal static string PropertyDescriptionSoundQuality { get { @@ -3939,7 +3946,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Specify here additional options to be used for SSH connection. See putty documentation for further details. ähnelt. + /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details.. /// internal static string PropertyDescriptionSshOptions { get { @@ -3948,7 +3955,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel. ähnelt. + /// Looks up a localized string similar to For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.. /// internal static string PropertyDescriptionSshTunnel { get { @@ -3957,7 +3964,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Start Program/alternate shell ähnelt. + /// Looks up a localized string similar to Start Program/alternate shell. /// internal static string PropertyDescriptionStartProgram { get { @@ -3966,7 +3973,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect to the console session of the remote host. ähnelt. + /// Looks up a localized string similar to Connect to the console session of the remote host.. /// internal static string PropertyDescriptionUseConsoleSession { get { @@ -3975,7 +3982,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use the Credential Security Support Provider (CredSSP) for authentication if it is available. ähnelt. + /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available.. /// internal static string PropertyDescriptionUseCredSsp { get { @@ -3984,7 +3991,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Connect to a Hyper-V host with enhanced mode enabled. ähnelt. + /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled.. /// internal static string PropertyDescriptionUseEnhancedMode { get { @@ -3993,7 +4000,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Feel free to enter any information you need here. ähnelt. + /// Looks up a localized string similar to Feel free to enter any information you need here.. /// internal static string PropertyDescriptionUser1 { get { @@ -4002,7 +4009,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter your username. ähnelt. + /// Looks up a localized string similar to Enter your username.. /// internal static string PropertyDescriptionUsername { get { @@ -4011,7 +4018,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use VM ID to connect to VM running on Hyper-V. ähnelt. + /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V.. /// internal static string PropertyDescriptionUseVmId { get { @@ -4020,7 +4027,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die If you want to establish a view only connection to the host select yes. ähnelt. + /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes.. /// internal static string PropertyDescriptionViewOnly { get { @@ -4029,7 +4036,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The ID of the Hyper-V virtual machine to connect to. ähnelt. + /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to.. /// internal static string PropertyDescriptionVmId { get { @@ -4038,7 +4045,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter the proxy address to be used. ähnelt. + /// Looks up a localized string similar to Enter the proxy address to be used.. /// internal static string PropertyDescriptionVNCProxyAddress { get { @@ -4047,7 +4054,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter your password for authenticating against the proxy. ähnelt. + /// Looks up a localized string similar to Enter your password for authenticating against the proxy.. /// internal static string PropertyDescriptionVNCProxyPassword { get { @@ -4056,7 +4063,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter the port the proxy server listens on. ähnelt. + /// Looks up a localized string similar to Enter the port the proxy server listens on.. /// internal static string PropertyDescriptionVNCProxyPort { get { @@ -4065,7 +4072,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die If you use a proxy to tunnel VNC connections, select which type it is. ähnelt. + /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is.. /// internal static string PropertyDescriptionVNCProxyType { get { @@ -4074,7 +4081,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Enter your username for authenticating against the proxy. ähnelt. + /// Looks up a localized string similar to Enter your username for authenticating against the proxy.. /// internal static string PropertyDescriptionVNCProxyUsername { get { @@ -4083,7 +4090,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Protocol ähnelt. + /// Looks up a localized string similar to Protocol. /// internal static string Protocol { get { @@ -4092,7 +4099,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}" ähnelt. + /// Looks up a localized string similar to Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}". /// internal static string ProtocolEventDisconnected { get { @@ -4101,8 +4108,8 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Protocol Event Disconnected failed. - ///{0} ähnelt. + /// Looks up a localized string similar to Protocol Event Disconnected failed. + ///{0}. /// internal static string ProtocolEventDisconnectFailed { get { @@ -4111,7 +4118,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Protocol to import ähnelt. + /// Looks up a localized string similar to Protocol to import. /// internal static string ProtocolToImport { get { @@ -4120,7 +4127,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy ähnelt. + /// Looks up a localized string similar to Proxy. /// internal static string Proxy { get { @@ -4129,7 +4136,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy Address ähnelt. + /// Looks up a localized string similar to Proxy Address. /// internal static string ProxyAddress { get { @@ -4138,7 +4145,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy Password ähnelt. + /// Looks up a localized string similar to Proxy Password. /// internal static string ProxyPassword { get { @@ -4147,7 +4154,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy Port ähnelt. + /// Looks up a localized string similar to Proxy Port. /// internal static string ProxyPort { get { @@ -4156,7 +4163,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy test failed! ähnelt. + /// Looks up a localized string similar to Proxy test failed!. /// internal static string ProxyTestFailed { get { @@ -4165,7 +4172,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy test succeeded! ähnelt. + /// Looks up a localized string similar to Proxy test succeeded!. /// internal static string ProxyTestSucceeded { get { @@ -4174,7 +4181,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy Type ähnelt. + /// Looks up a localized string similar to Proxy Type. /// internal static string ProxyType { get { @@ -4183,7 +4190,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Proxy Username ähnelt. + /// Looks up a localized string similar to Proxy Username. /// internal static string ProxyUsername { get { @@ -4192,7 +4199,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Dispose of Putty process failed! ähnelt. + /// Looks up a localized string similar to Dispose of Putty process failed!. /// internal static string PuttyDisposeFailed { get { @@ -4201,7 +4208,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't set focus! ähnelt. + /// Looks up a localized string similar to Couldn't set focus!. /// internal static string PuttyFocusFailed { get { @@ -4210,7 +4217,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Putty Handle: {0} ähnelt. + /// Looks up a localized string similar to Putty Handle: {0}. /// internal static string PuttyHandle { get { @@ -4219,7 +4226,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Killing Putty Process failed! ähnelt. + /// Looks up a localized string similar to Killing Putty Process failed!. /// internal static string PuttyKillFailed { get { @@ -4228,7 +4235,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Putty Resize Failed! ähnelt. + /// Looks up a localized string similar to Putty Resize Failed!. /// internal static string PuttyResizeFailed { get { @@ -4237,7 +4244,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY Saved Sessions ähnelt. + /// Looks up a localized string similar to PuTTY Saved Sessions. /// internal static string PuttySavedSessionsRootName { get { @@ -4246,7 +4253,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY Session ähnelt. + /// Looks up a localized string similar to PuTTY Session. /// internal static string PuttySession { get { @@ -4255,7 +4262,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die To configure PuTTY sessions click this button: ähnelt. + /// Looks up a localized string similar to To configure PuTTY sessions click this button:. /// internal static string PuttySessionsConfig { get { @@ -4264,7 +4271,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY Settings ähnelt. + /// Looks up a localized string similar to PuTTY Settings. /// internal static string PuttySettings { get { @@ -4273,7 +4280,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show PuTTY Settings Dialog failed! ähnelt. + /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!. /// internal static string PuttyShowSettingsDialogFailed { get { @@ -4282,7 +4289,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die --- PuTTY Stuff --- ähnelt. + /// Looks up a localized string similar to --- PuTTY Stuff ---. /// internal static string PuttyStuff { get { @@ -4291,7 +4298,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Maximum PuTTY and integrated external tools wait time: ähnelt. + /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. /// internal static string PuttyTimeout { get { @@ -4300,7 +4307,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die PuTTY Title: {0} ähnelt. + /// Looks up a localized string similar to PuTTY Title: {0}. /// internal static string PuttyTitle { get { @@ -4309,7 +4316,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Quick: {0} ähnelt. + /// Looks up a localized string similar to Quick: {0}. /// internal static string Quick { get { @@ -4318,7 +4325,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Quick Connect ähnelt. + /// Looks up a localized string similar to Quick Connect. /// internal static string QuickConnect { get { @@ -4327,7 +4334,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Quick Connect Add Failed! ähnelt. + /// Looks up a localized string similar to Quick Connect Add Failed!. /// internal static string QuickConnectAddFailed { get { @@ -4336,7 +4343,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Creating quick connect failed ähnelt. + /// Looks up a localized string similar to Creating quick connect failed. /// internal static string QuickConnectFailed { get { @@ -4345,7 +4352,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Quick Connect Toolbar ähnelt. + /// Looks up a localized string similar to Quick Connect Toolbar. /// internal static string QuickConnectToolbar { get { @@ -4354,7 +4361,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warn me only when e&xiting mRemoteNG ähnelt. + /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. /// internal static string RadioCloseWarnExit { get { @@ -4363,7 +4370,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warn me only when closing &multiple connections ähnelt. + /// Looks up a localized string similar to Warn me only when closing &multiple connections. /// internal static string RadioCloseWarnMultiple { get { @@ -4372,7 +4379,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do &not warn me when closing connections ähnelt. + /// Looks up a localized string similar to Do &not warn me when closing connections. /// internal static string RadioCloseWarnNever { get { @@ -4381,7 +4388,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RAW ähnelt. + /// Looks up a localized string similar to RAW. /// internal static string Raw { get { @@ -4390,7 +4397,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP ähnelt. + /// Looks up a localized string similar to RDP. /// internal static string Rdp { get { @@ -4399,7 +4406,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 16777216 Colours (24-bit) ähnelt. + /// Looks up a localized string similar to 16777216 Colours (24-bit). /// internal static string Rdp16777216Colors { get { @@ -4408,7 +4415,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 256 Colours (8-bit) ähnelt. + /// Looks up a localized string similar to 256 Colours (8-bit). /// internal static string Rdp256Colors { get { @@ -4417,7 +4424,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 32768 Colours (15-bit) ähnelt. + /// Looks up a localized string similar to 32768 Colours (15-bit). /// internal static string Rdp32768Colors { get { @@ -4426,7 +4433,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 16777216 Colours (32-bit) ähnelt. + /// Looks up a localized string similar to 16777216 Colours (32-bit). /// internal static string Rdp4294967296Colors { get { @@ -4435,7 +4442,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die 65536 Colours (16-bit) ähnelt. + /// Looks up a localized string similar to 65536 Colours (16-bit). /// internal static string Rdp65536Colors { get { @@ -4444,7 +4451,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't create RDP control, please check mRemoteNG requirements. ähnelt. + /// Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements.. /// internal static string RdpControlCreationFailed { get { @@ -4453,7 +4460,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Disconnect failed, trying to close! ähnelt. + /// Looks up a localized string similar to RDP Disconnect failed, trying to close!. /// internal static string RdpDisconnectFailed { get { @@ -4462,7 +4469,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Internal error code 1. ähnelt. + /// Looks up a localized string similar to Internal error code 1.. /// internal static string RdpErrorCode1 { get { @@ -4471,7 +4478,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Internal error code 2. ähnelt. + /// Looks up a localized string similar to Internal error code 2.. /// internal static string RdpErrorCode2 { get { @@ -4480,7 +4487,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Internal error code 3. This is not a valid state. ähnelt. + /// Looks up a localized string similar to Internal error code 3. This is not a valid state.. /// internal static string RdpErrorCode3 { get { @@ -4489,7 +4496,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Internal error code 4. ähnelt. + /// Looks up a localized string similar to Internal error code 4.. /// internal static string RdpErrorCode4 { get { @@ -4498,7 +4505,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An unrecoverable error has occurred during client connection. ähnelt. + /// Looks up a localized string similar to An unrecoverable error has occurred during client connection.. /// internal static string RdpErrorConnection { get { @@ -4507,7 +4514,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die GetError failed (FatalErrors) ähnelt. + /// Looks up a localized string similar to GetError failed (FatalErrors). /// internal static string RdpErrorGetFailure { get { @@ -4516,7 +4523,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An out-of-memory error has occurred. ähnelt. + /// Looks up a localized string similar to An out-of-memory error has occurred.. /// internal static string RdpErrorOutOfMemory { get { @@ -4525,7 +4532,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An unknown error has occurred. ähnelt. + /// Looks up a localized string similar to An unknown error has occurred.. /// internal static string RdpErrorUnknown { get { @@ -4534,7 +4541,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die A window-creation error has occurred. ähnelt. + /// Looks up a localized string similar to A window-creation error has occurred.. /// internal static string RdpErrorWindowCreation { get { @@ -4543,7 +4550,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Winsock initialization error. ähnelt. + /// Looks up a localized string similar to Winsock initialization error.. /// internal static string RdpErrorWinsock { get { @@ -4552,7 +4559,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Focus failed! ähnelt. + /// Looks up a localized string similar to RDP Focus failed!. /// internal static string RdpFocusFailed { get { @@ -4561,7 +4568,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Gateway Domain ähnelt. + /// Looks up a localized string similar to Gateway Domain. /// internal static string RdpGatewayDomain { get { @@ -4570,7 +4577,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Gateway Hostname ähnelt. + /// Looks up a localized string similar to Gateway Hostname. /// internal static string RdpGatewayHostname { get { @@ -4579,7 +4586,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Gateway is supported. ähnelt. + /// Looks up a localized string similar to RDP Gateway is supported.. /// internal static string RdpGatewayIsSupported { get { @@ -4588,7 +4595,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Gateway is not supported! ähnelt. + /// Looks up a localized string similar to RDP Gateway is not supported!. /// internal static string RdpGatewayNotSupported { get { @@ -4597,7 +4604,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop Gateway Password ähnelt. + /// Looks up a localized string similar to Remote Desktop Gateway Password. /// internal static string RdpGatewayPassword { get { @@ -4606,7 +4613,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use Gateway ähnelt. + /// Looks up a localized string similar to Use Gateway. /// internal static string RdpGatewayUsageMethod { get { @@ -4615,7 +4622,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Gateway Credentials ähnelt. + /// Looks up a localized string similar to Gateway Credentials. /// internal static string RdpGatewayUseConnectionCredentials { get { @@ -4624,7 +4631,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Gateway Username ähnelt. + /// Looks up a localized string similar to Gateway Username. /// internal static string RdpGatewayUsername { get { @@ -4633,7 +4640,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Connection Timeout ähnelt. + /// Looks up a localized string similar to RDP Connection Timeout. /// internal static string RdpOverallConnectionTimeout { get { @@ -4642,7 +4649,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version. ähnelt. + /// Looks up a localized string similar to Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.. /// internal static string RdpProtocolVersionNotSupported { get { @@ -4651,7 +4658,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP reconnection count: ähnelt. + /// Looks up a localized string similar to RDP reconnection count:. /// internal static string RdpReconnectCount { get { @@ -4660,7 +4667,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetAuthenticationLevel failed! ähnelt. + /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!. /// internal static string RdpSetAuthenticationLevelFailed { get { @@ -4669,7 +4676,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetUseConsoleSession failed! ähnelt. + /// Looks up a localized string similar to RDP SetUseConsoleSession failed!. /// internal static string RdpSetConsoleSessionFailed { get { @@ -4678,7 +4685,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Setting Console switch for RDC {0}. ähnelt. + /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}.. /// internal static string RdpSetConsoleSwitch { get { @@ -4687,7 +4694,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetCredentials failed! ähnelt. + /// Looks up a localized string similar to RDP SetCredentials failed!. /// internal static string RdpSetCredentialsFailed { get { @@ -4696,7 +4703,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetEventHandlers failed! ähnelt. + /// Looks up a localized string similar to RDP SetEventHandlers failed!. /// internal static string RdpSetEventHandlersFailed { get { @@ -4705,7 +4712,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetRDGateway failed! ähnelt. + /// Looks up a localized string similar to RDP SetRDGateway failed!. /// internal static string RdpSetGatewayFailed { get { @@ -4714,7 +4721,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetPerformanceFlags failed! ähnelt. + /// Looks up a localized string similar to RDP SetPerformanceFlags failed!. /// internal static string RdpSetPerformanceFlagsFailed { get { @@ -4723,7 +4730,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetPort failed! ähnelt. + /// Looks up a localized string similar to RDP SetPort failed!. /// internal static string RdpSetPortFailed { get { @@ -4732,7 +4739,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetProps failed! ähnelt. + /// Looks up a localized string similar to RDP SetProps failed!. /// internal static string RdpSetPropsFailed { get { @@ -4741,7 +4748,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Set Redirection Failed! ähnelt. + /// Looks up a localized string similar to RDP Set Redirection Failed!. /// internal static string RdpSetRedirectionFailed { get { @@ -4750,7 +4757,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Set Redirect Keys Failed! ähnelt. + /// Looks up a localized string similar to RDP Set Redirect Keys Failed!. /// internal static string RdpSetRedirectKeysFailed { get { @@ -4759,7 +4766,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP SetResolution failed! ähnelt. + /// Looks up a localized string similar to RDP SetResolution failed!. /// internal static string RdpSetResolutionFailed { get { @@ -4768,7 +4775,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Bring to this computer ähnelt. + /// Looks up a localized string similar to Bring to this computer. /// internal static string RdpSoundBringToThisComputer { get { @@ -4777,7 +4784,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Leave at remote computer ähnelt. + /// Looks up a localized string similar to Leave at remote computer. /// internal static string RdpSoundLeaveAtRemoteComputer { get { @@ -4786,7 +4793,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP ToggleFullscreen failed! ähnelt. + /// Looks up a localized string similar to RDP ToggleFullscreen failed!. /// internal static string RdpToggleFullscreenFailed { get { @@ -4795,7 +4802,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP ToggleSmartSize failed! ähnelt. + /// Looks up a localized string similar to RDP ToggleSmartSize failed!. /// internal static string RdpToggleSmartSizeFailed { get { @@ -4804,7 +4811,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die RDP Version ähnelt. + /// Looks up a localized string similar to RDP Version. /// internal static string RdpVersion { get { @@ -4813,7 +4820,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Read only: ähnelt. + /// Looks up a localized string similar to Read only:. /// internal static string ReadOnly { get { @@ -4822,7 +4829,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Reconnect ähnelt. + /// Looks up a localized string similar to Reconnect. /// internal static string Reconnect { get { @@ -4831,7 +4838,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Reconnect All Connections ähnelt. + /// Looks up a localized string similar to Reconnect All Connections. /// internal static string ReconnectAllConnections { get { @@ -4840,7 +4847,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Reconnect to previously opened sessions on startup ähnelt. + /// Looks up a localized string similar to Reconnect to previously opened sessions on startup. /// internal static string ReconnectAtStartup { get { @@ -4849,7 +4856,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Redirect ähnelt. + /// Looks up a localized string similar to Redirect. /// internal static string Redirect { get { @@ -4858,7 +4865,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Key Combinations ähnelt. + /// Looks up a localized string similar to Key Combinations. /// internal static string RedirectKeys { get { @@ -4867,7 +4874,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Refresh Screen (VNC) ähnelt. + /// Looks up a localized string similar to Refresh Screen (VNC). /// internal static string RefreshScreen { get { @@ -4876,7 +4883,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Release Channel ähnelt. + /// Looks up a localized string similar to Release Channel. /// internal static string ReleaseChannel { get { @@ -4885,9 +4892,9 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Stable channel includes final releases only. + /// Looks up a localized string similar to Stable channel includes final releases only. ///Preview channel includes Betas & Release Candidates. - ///Nightly Channel includes Alphas, Betas & Release Candidates. ähnelt. + ///Nightly Channel includes Alphas, Betas & Release Candidates.. /// internal static string ReleaseChannelExplanation { get { @@ -4896,7 +4903,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Released under the GNU General Public License (GPL) ähnelt. + /// Looks up a localized string similar to Released under the GNU General Public License (GPL). /// internal static string ReleasedUnderGPL { get { @@ -4905,7 +4912,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Remote file ähnelt. + /// Looks up a localized string similar to Remote file. /// internal static string RemoteFile { get { @@ -4914,7 +4921,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Remove All ähnelt. + /// Looks up a localized string similar to Remove All. /// internal static string RemoveAll { get { @@ -4923,7 +4930,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Rename ähnelt. + /// Looks up a localized string similar to Rename. /// internal static string Rename { get { @@ -4932,7 +4939,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Rename Tab ähnelt. + /// Looks up a localized string similar to Rename Tab. /// internal static string RenameTab { get { @@ -4941,7 +4948,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Rendering Engine ähnelt. + /// Looks up a localized string similar to Rendering Engine. /// internal static string RenderingEngine { get { @@ -4950,7 +4957,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Report a Bug ähnelt. + /// Looks up a localized string similar to Report a Bug. /// internal static string ReportBug { get { @@ -4959,7 +4966,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Reset layout ähnelt. + /// Looks up a localized string similar to Reset layout. /// internal static string ResetLayout { get { @@ -4968,7 +4975,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Resolution ähnelt. + /// Looks up a localized string similar to Resolution. /// internal static string Resolution { get { @@ -4977,7 +4984,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Rlogin ähnelt. + /// Looks up a localized string similar to Rlogin. /// internal static string Rlogin { get { @@ -4986,7 +4993,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Run elevated ähnelt. + /// Looks up a localized string similar to Run elevated. /// internal static string RunElevated { get { @@ -4995,7 +5002,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save ähnelt. + /// Looks up a localized string similar to Save. /// internal static string Save { get { @@ -5004,7 +5011,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save All ähnelt. + /// Looks up a localized string similar to Save All. /// internal static string SaveAll { get { @@ -5013,7 +5020,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save Connection File ähnelt. + /// Looks up a localized string similar to Save Connection File. /// internal static string SaveConnectionFile { get { @@ -5022,7 +5029,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save Connection File As... ähnelt. + /// Looks up a localized string similar to Save Connection File As.... /// internal static string SaveConnectionFileAs { get { @@ -5031,7 +5038,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save connections after every edit ähnelt. + /// Looks up a localized string similar to Save connections after every edit. /// internal static string SaveConnectionsAfterEveryEdit { get { @@ -5040,7 +5047,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Do you want to save the current connections file before loading another? ähnelt. + /// Looks up a localized string similar to Do you want to save the current connections file before loading another?. /// internal static string SaveConnectionsFileBeforeOpeningAnother { get { @@ -5049,16 +5056,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Save connections on exit ähnelt. - /// - internal static string SaveConsOnExit { - get { - return ResourceManager.GetString("SaveConsOnExit", resourceCulture); - } - } - - /// - /// Sucht eine lokalisierte Zeichenfolge, die 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 ähnelt. + /// 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. /// internal static string SaveImageFilter { get { @@ -5067,7 +5065,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Screen ähnelt. + /// Looks up a localized string similar to Screen. /// internal static string Screen { get { @@ -5076,7 +5074,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Screenshot ähnelt. + /// Looks up a localized string similar to Screenshot. /// internal static string Screenshot { get { @@ -5085,7 +5083,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Screenshots ähnelt. + /// Looks up a localized string similar to Screenshots. /// internal static string Screenshots { get { @@ -5094,7 +5092,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt. + /// Looks up a localized string similar to Search. /// internal static string SearchPrompt { get { @@ -5103,7 +5101,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Seconds ähnelt. + /// Looks up a localized string similar to Seconds. /// internal static string Seconds { get { @@ -5112,7 +5110,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select a panel from the list below or click New to add a new one. Click OK to continue. ähnelt. + /// 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.. /// internal static string SelectPanel { get { @@ -5121,7 +5119,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Send Special Keys (VNC) ähnelt. + /// Looks up a localized string similar to Send Special Keys (VNC). /// internal static string SendSpecialKeys { get { @@ -5130,7 +5128,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Send To... ähnelt. + /// Looks up a localized string similar to Send To.... /// internal static string SendTo { get { @@ -5139,7 +5137,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Server '{0}' was not accessible. ähnelt. + /// Looks up a localized string similar to Server '{0}' was not accessible.. /// internal static string ServerNotAccessible { get { @@ -5148,7 +5146,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Server status: ähnelt. + /// Looks up a localized string similar to Server status:. /// internal static string ServerStatus { get { @@ -5157,7 +5155,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Set hostname like display name when creating or renaming connections ähnelt. + /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. /// internal static string SetHostnameLikeDisplayName { get { @@ -5166,7 +5164,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Couldn't save settings or dispose SysTray Icon! ähnelt. + /// Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!. /// internal static string SettingsCouldNotBeSavedOrTrayDispose { get { @@ -5175,7 +5173,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show description tooltips in connection tree ähnelt. + /// Looks up a localized string similar to Show description tooltips in connection tree. /// internal static string ShowDescriptionTooltips { get { @@ -5184,7 +5182,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show full connections file path in window title ähnelt. + /// Looks up a localized string similar to Show full connections file path in window title. /// internal static string ShowFullConsFilePath { get { @@ -5193,7 +5191,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die &Show Help Text ähnelt. + /// Looks up a localized string similar to &Show Help Text. /// internal static string ShowHelpText { get { @@ -5202,7 +5200,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show/Hide Menu Strip ähnelt. + /// Looks up a localized string similar to Show/Hide Menu Strip. /// internal static string ShowHideMenu { get { @@ -5211,7 +5209,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show logon information on tab names ähnelt. + /// Looks up a localized string similar to Show logon information on tab names. /// internal static string ShowLogonInfoOnTabs { get { @@ -5220,7 +5218,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show On Toolbar ähnelt. + /// Looks up a localized string similar to Show On Toolbar. /// internal static string ShowOnToolbar { get { @@ -5229,7 +5227,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show on toolbar column ähnelt. + /// Looks up a localized string similar to Show on toolbar column. /// internal static string ShowOnToolbarColumnHeader { get { @@ -5238,7 +5236,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show protocols on tab names ähnelt. + /// Looks up a localized string similar to Show protocols on tab names. /// internal static string ShowProtocolOnTabs { get { @@ -5247,7 +5245,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show Text ähnelt. + /// Looks up a localized string similar to Show Text. /// internal static string ShowText { get { @@ -5256,7 +5254,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Show these message types ähnelt. + /// Looks up a localized string similar to Show these message types. /// internal static string ShowTheseMessageTypes { get { @@ -5265,7 +5263,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Single click on connection opens it ähnelt. + /// Looks up a localized string similar to Single click on connection opens it. /// internal static string SingleClickOnConnectionOpensIt { get { @@ -5274,7 +5272,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Single click on opened connection in Connection Tree switches to opened Connection Tab ähnelt. + /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab. /// internal static string SingleClickOnOpenConnectionSwitchesToIt { get { @@ -5283,7 +5281,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SmartCard ähnelt. + /// Looks up a localized string similar to SmartCard. /// internal static string SmartCard { get { @@ -5292,7 +5290,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SmartSize (RDP/VNC) ähnelt. + /// Looks up a localized string similar to SmartSize (RDP/VNC). /// internal static string SmartSize { get { @@ -5301,7 +5299,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SmartSize Mode ähnelt. + /// Looks up a localized string similar to SmartSize Mode. /// internal static string SmartSizeMode { get { @@ -5310,7 +5308,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Socks 5 ähnelt. + /// Looks up a localized string similar to Socks 5. /// internal static string Socks5 { get { @@ -5319,7 +5317,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Sort ähnelt. + /// Looks up a localized string similar to Sort. /// internal static string Sort { get { @@ -5328,7 +5326,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ascending (A-Z) ähnelt. + /// Looks up a localized string similar to Ascending (A-Z). /// internal static string SortAsc { get { @@ -5337,7 +5335,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Descending (Z-A) ähnelt. + /// Looks up a localized string similar to Descending (Z-A). /// internal static string SortDesc { get { @@ -5346,7 +5344,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Sound quality ähnelt. + /// Looks up a localized string similar to Sound quality. /// internal static string SoundQuality { get { @@ -5355,7 +5353,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Sounds ähnelt. + /// Looks up a localized string similar to Sounds. /// internal static string Sounds { get { @@ -5364,7 +5362,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Please see Help - Getting started - SQL Configuration for more Info! ähnelt. + /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. /// internal static string SQLInfo { get { @@ -5373,7 +5371,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SQL Server ähnelt. + /// Looks up a localized string similar to SQL Server. /// internal static string SQLServer { get { @@ -5382,7 +5380,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH background transfer failed! ähnelt. + /// Looks up a localized string similar to SSH background transfer failed!. /// internal static string SshBackgroundTransferFailed { get { @@ -5391,7 +5389,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH File Transfer ähnelt. + /// Looks up a localized string similar to SSH File Transfer. /// internal static string SshFileTransfer { get { @@ -5400,7 +5398,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH Options ähnelt. + /// Looks up a localized string similar to SSH Options. /// internal static string SshOptions { get { @@ -5409,7 +5407,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH transfer failed. ähnelt. + /// Looks up a localized string similar to SSH transfer failed.. /// internal static string SshTransferFailed { get { @@ -5418,7 +5416,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH Tunnel ähnelt. + /// Looks up a localized string similar to SSH Tunnel. /// internal static string SshTunnel { get { @@ -5427,7 +5425,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection. ähnelt. + /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. /// internal static string SshTunnelConfigProblem { get { @@ -5436,7 +5434,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel. ähnelt. + /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel.. /// internal static string SshTunnelFailed { get { @@ -5445,7 +5443,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol. ähnelt. + /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol.. /// internal static string SshTunnelIsNotPutty { get { @@ -5454,7 +5452,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel. ähnelt. + /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel.. /// internal static string SshTunnelNotConnected { get { @@ -5463,7 +5461,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel. ähnelt. + /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel.. /// internal static string SshTunnelNotInitialized { get { @@ -5472,7 +5470,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel. ähnelt. + /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel.. /// internal static string SshTunnelPortNotReadyInTime { get { @@ -5481,7 +5479,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH version 1 ähnelt. + /// Looks up a localized string similar to SSH version 1. /// internal static string SshV1 { get { @@ -5490,7 +5488,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die SSH version 2 ähnelt. + /// Looks up a localized string similar to SSH version 2. /// internal static string SshV2 { get { @@ -5499,7 +5497,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Stack trace ähnelt. + /// Looks up a localized string similar to Stack trace. /// internal static string StackTrace { get { @@ -5508,7 +5506,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Start Chat (VNC) ähnelt. + /// Looks up a localized string similar to Start Chat (VNC). /// internal static string StartChat { get { @@ -5517,7 +5515,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Start minimized ähnelt. + /// Looks up a localized string similar to Start minimized. /// internal static string StartMinimized { get { @@ -5526,7 +5524,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Start Program ähnelt. + /// Looks up a localized string similar to Start Program. /// internal static string StartProgram { get { @@ -5535,7 +5533,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Startup/Exit ähnelt. + /// Looks up a localized string similar to Startup/Exit. /// internal static string StartupExit { get { @@ -5544,7 +5542,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. + /// Looks up a localized string similar to Status. /// internal static string Status { get { @@ -5607,7 +5605,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Switch to Notifications panel on: ähnelt. + /// Looks up a localized string similar to Switch to Notifications panel on:. /// internal static string SwitchToErrorsAndInfos { get { @@ -5616,7 +5614,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Tabs && Panels ähnelt. + /// Looks up a localized string similar to Tabs && Panels. /// internal static string TabsAndPanels { get { @@ -5625,7 +5623,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. + /// Looks up a localized string similar to Security. /// internal static string TabSecurity { get { @@ -5634,7 +5632,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Telnet ähnelt. + /// Looks up a localized string similar to Telnet. /// internal static string Telnet { get { @@ -5643,7 +5641,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Test connection ähnelt. + /// Looks up a localized string similar to Test connection. /// internal static string TestConnection { get { @@ -5652,7 +5650,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Testing connection ähnelt. + /// Looks up a localized string similar to Testing connection. /// internal static string TestingConnection { get { @@ -5661,7 +5659,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Test Proxy ähnelt. + /// Looks up a localized string similar to Test Proxy. /// internal static string TestProxy { get { @@ -5670,7 +5668,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Test Settings ähnelt. + /// Looks up a localized string similar to Test Settings. /// internal static string TestSettings { get { @@ -5679,7 +5677,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The following: ähnelt. + /// Looks up a localized string similar to The following:. /// internal static string TheFollowing { get { @@ -5688,7 +5686,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Theme ähnelt. + /// Looks up a localized string similar to Theme. /// internal static string Theme { get { @@ -5697,7 +5695,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Timeout [seconds] ähnelt. + /// Looks up a localized string similar to Timeout [seconds]. /// internal static string TimeoutInSeconds { get { @@ -5706,7 +5704,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Title ähnelt. + /// Looks up a localized string similar to Title. /// internal static string Title { get { @@ -5715,7 +5713,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Error ({0}) ähnelt. + /// Looks up a localized string similar to Error ({0}). /// internal static string TitleError { get { @@ -5724,7 +5722,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Information ({0}) ähnelt. + /// Looks up a localized string similar to Information ({0}). /// internal static string TitleInformation { get { @@ -5733,7 +5731,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG password ähnelt. + /// Looks up a localized string similar to mRemoteNG password. /// internal static string TitlePassword { get { @@ -5742,7 +5740,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG password for {0} ähnelt. + /// Looks up a localized string similar to mRemoteNG password for {0}. /// internal static string TitlePasswordWithName { get { @@ -5751,7 +5749,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Select Panel ähnelt. + /// Looks up a localized string similar to Select Panel. /// internal static string TitleSelectPanel { get { @@ -5760,7 +5758,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warning ({0}) ähnelt. + /// Looks up a localized string similar to Warning ({0}). /// internal static string TitleWarning { get { @@ -5769,7 +5767,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Track active connection in the connection tree ähnelt. + /// Looks up a localized string similar to Track active connection in the connection tree. /// internal static string TrackActiveConnectionInConnectionTree { get { @@ -5778,7 +5776,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Transfer ähnelt. + /// Looks up a localized string similar to Transfer. /// internal static string Transfer { get { @@ -5787,7 +5785,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Transfer File (SSH) ähnelt. + /// Looks up a localized string similar to Transfer File (SSH). /// internal static string TransferFile { get { @@ -5796,7 +5794,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Try to integrate ähnelt. + /// Looks up a localized string similar to Try to integrate. /// internal static string TryToIntegrate { get { @@ -5805,7 +5803,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Ultra VNC Repeater ähnelt. + /// Looks up a localized string similar to Ultra VNC Repeater. /// internal static string UltraVncRepeater { get { @@ -5814,7 +5812,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die UltraVNC SingleClick port: ähnelt. + /// Looks up a localized string similar to UltraVNC SingleClick port:. /// internal static string UltraVNCSCListeningPort { get { @@ -5823,7 +5821,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die UltraVNC SingleClick ähnelt. + /// Looks up a localized string similar to UltraVNC SingleClick. /// internal static string UltraVNCSingleClick { get { @@ -5832,7 +5830,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Uncheck the properties you want not to be saved! ähnelt. + /// Looks up a localized string similar to Uncheck the properties you want not to be saved!. /// internal static string UncheckProperties { get { @@ -5841,7 +5839,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die An unhandled exception has occurred ähnelt. + /// Looks up a localized string similar to An unhandled exception has occurred. /// internal static string UnhandledExceptionOccured { get { @@ -5850,7 +5848,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG requires an update ähnelt. + /// Looks up a localized string similar to mRemoteNG requires an update. /// internal static string UpdateAvailable { get { @@ -5859,7 +5857,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die mRemoteNG can periodically connect to the mRemoteNG website to check for updates. ähnelt. + /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates.. /// internal static string UpdateCheck { get { @@ -5868,7 +5866,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The update information could not be downloaded. ähnelt. + /// Looks up a localized string similar to The update information could not be downloaded.. /// internal static string UpdateCheckCompleteFailed { get { @@ -5877,8 +5875,8 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Download complete! - ///mRemoteNG will now quit and begin with the installation. ähnelt. + /// Looks up a localized string similar to Download complete! + ///mRemoteNG will now quit and begin with the installation.. /// internal static string UpdateDownloadComplete { get { @@ -5887,7 +5885,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The update could not be downloaded. ähnelt. + /// Looks up a localized string similar to The update could not be downloaded.. /// internal static string UpdateDownloadCompleteFailed { get { @@ -5896,7 +5894,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The update download could not be initiated. ähnelt. + /// Looks up a localized string similar to The update download could not be initiated.. /// internal static string UpdateDownloadFailed { get { @@ -5905,7 +5903,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Every {0} days ähnelt. + /// Looks up a localized string similar to Every {0} days. /// internal static string UpdateFrequencyCustom { get { @@ -5914,7 +5912,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die The change log could not be downloaded. ähnelt. + /// Looks up a localized string similar to The change log could not be downloaded.. /// internal static string UpdateGetChangeLogFailed { get { @@ -5923,7 +5921,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Download Completed! ähnelt. + /// Looks up a localized string similar to Download Completed!. /// internal static string UpdatePortableDownloadComplete { get { @@ -5932,7 +5930,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Updates ähnelt. + /// Looks up a localized string similar to Updates. /// internal static string Updates { get { @@ -5941,7 +5939,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use Console Session ähnelt. + /// Looks up a localized string similar to Use Console Session. /// internal static string UseConsoleSession { get { @@ -5950,7 +5948,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use CredSSP ähnelt. + /// Looks up a localized string similar to Use CredSSP. /// internal static string UseCredSsp { get { @@ -5959,7 +5957,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use default ähnelt. + /// Looks up a localized string similar to Use default. /// internal static string UseDefault { get { @@ -5968,7 +5966,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use a different username and password ähnelt. + /// Looks up a localized string similar to Use a different username and password. /// internal static string UseDifferentUsernameAndPassword { get { @@ -5977,7 +5975,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use enhanced mode ähnelt. + /// Looks up a localized string similar to Use enhanced mode. /// internal static string UseEnhancedMode { get { @@ -5986,7 +5984,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die User ähnelt. + /// Looks up a localized string similar to User. /// internal static string User { get { @@ -5995,7 +5993,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die User Field ähnelt. + /// Looks up a localized string similar to User Field. /// internal static string UserField { get { @@ -6004,7 +6002,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Username ähnelt. + /// Looks up a localized string similar to Username. /// internal static string Username { get { @@ -6013,7 +6011,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use the same username and password ähnelt. + /// Looks up a localized string similar to Use the same username and password. /// internal static string UseSameUsernameAndPassword { get { @@ -6022,7 +6020,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use a smart card ähnelt. + /// Looks up a localized string similar to Use a smart card. /// internal static string UseSmartCard { get { @@ -6031,7 +6029,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use SQL Server to load && save connections ähnelt. + /// Looks up a localized string similar to Use SQL Server to load && save connections. /// internal static string UseSQLServer { get { @@ -6040,7 +6038,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Use VM ID ähnelt. + /// Looks up a localized string similar to Use VM ID. /// internal static string UseVmId { get { @@ -6049,7 +6047,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Verify: ähnelt. + /// Looks up a localized string similar to Verify:. /// internal static string Verify { get { @@ -6058,7 +6056,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. + /// Looks up a localized string similar to Version. /// internal static string Version { get { @@ -6067,7 +6065,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die View Only ähnelt. + /// Looks up a localized string similar to View Only. /// internal static string ViewOnly { get { @@ -6076,7 +6074,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VM ID ähnelt. + /// Looks up a localized string similar to VM ID. /// internal static string VmId { get { @@ -6085,7 +6083,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC ähnelt. + /// Looks up a localized string similar to VNC. /// internal static string Vnc { get { @@ -6094,7 +6092,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC disconnect failed! ähnelt. + /// Looks up a localized string similar to VNC disconnect failed!. /// internal static string VncConnectionDisconnectFailed { get { @@ -6103,7 +6101,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC Refresh Screen Failed! ähnelt. + /// Looks up a localized string similar to VNC Refresh Screen Failed!. /// internal static string VncRefreshFailed { get { @@ -6112,7 +6110,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC SendSpecialKeys failed! ähnelt. + /// Looks up a localized string similar to VNC SendSpecialKeys failed!. /// internal static string VncSendSpecialKeysFailed { get { @@ -6121,7 +6119,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC Set Event Handlers failed! ähnelt. + /// Looks up a localized string similar to VNC Set Event Handlers failed!. /// internal static string VncSetEventHandlersFailed { get { @@ -6130,7 +6128,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC Set Props Failed! ähnelt. + /// Looks up a localized string similar to VNC Set Props Failed!. /// internal static string VncSetPropsFailed { get { @@ -6139,7 +6137,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC Toggle SmartSize Failed! ähnelt. + /// Looks up a localized string similar to VNC Toggle SmartSize Failed!. /// internal static string VncToggleSmartSizeFailed { get { @@ -6148,7 +6146,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die VNC Toggle ViewOnly Failed! ähnelt. + /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!. /// internal static string VncToggleViewOnlyFailed { get { @@ -6157,7 +6155,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Wait for exit ähnelt. + /// Looks up a localized string similar to Wait for exit. /// internal static string WaitForExit { get { @@ -6166,7 +6164,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warn me if authentication fails ähnelt. + /// Looks up a localized string similar to Warn me if authentication fails. /// internal static string WarnIfAuthFails { get { @@ -6175,7 +6173,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Warnings ähnelt. + /// Looks up a localized string similar to Warnings. /// internal static string Warnings { get { @@ -6184,7 +6182,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Website ähnelt. + /// Looks up a localized string similar to Website. /// internal static string Website { get { @@ -6193,7 +6191,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die WebView2 creation failed with exception ähnelt. + /// Looks up a localized string similar to WebView2 creation failed with exception. /// internal static string WebView2InitializationFailed { get { @@ -6202,7 +6200,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Weekly ähnelt. + /// Looks up a localized string similar to Weekly. /// internal static string Weekly { get { @@ -6211,7 +6209,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Windows ähnelt. + /// Looks up a localized string similar to Windows. /// internal static string Windows { get { @@ -6220,7 +6218,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Working directory ähnelt. + /// Looks up a localized string similar to Working directory. /// internal static string WorkingDirColumnHeader { get { @@ -6229,7 +6227,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Working directory: ähnelt. + /// Looks up a localized string similar to Working directory:. /// internal static string WorkingDirectory { get { @@ -6238,7 +6236,7 @@ namespace mRemoteNG.Resources.Language } /// - /// Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. + /// Looks up a localized string similar to Yes. /// internal static string Yes { get { diff --git a/mRemoteNG/Language/Language.resx b/mRemoteNG/Language/Language.resx index 369227e2..8c26815f 100644 --- a/mRemoteNG/Language/Language.resx +++ b/mRemoteNG/Language/Language.resx @@ -1483,34 +1483,34 @@ If you run into such an error, please create a new connection file! Do you want to save the current connections file before loading another? - + Daily - + Connection Backup Frequency - + Weekly - + Maximum number of backups - + Location of connection file backup - + On Edit - + On Exit - + Never backup connections - + Browse... - + Backup @@ -1861,7 +1861,6 @@ mRemoteNG will now quit and begin with the installation. Credential not available - Do you really want to delete the theme? @@ -2180,4 +2179,10 @@ Nightly Channel includes Alphas, Betas & Release Candidates. SmartCard + + Opening Command + + + A command to run on the remote server after successfully connecting. + \ No newline at end of file