Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mRemoteNG/mRemoteNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDimitrij <kvarkas@gmail.com>2021-12-15 02:50:13 +0300
committerDimitrij <kvarkas@gmail.com>2021-12-15 02:50:13 +0300
commitd7e2358d3e739ae205a2a5bbd0b62a9d2a970542 (patch)
tree413dc69ef960b5252cf63e1a233b28b9a078fc60
parent8735d24122b2ac8319daf1dc535e4305ed8d7dc8 (diff)
parent196e98e4a71c1c8090e2227c44d806dc418dd6c5 (diff)
Merge branch 'develop' of https://github.com/mRemoteNG/mRemoteNG into develop
-rw-r--r--CHANGELOG.md12
-rw-r--r--CREDITS.md123
-rw-r--r--ExternalConnectors/ExternalConnectors.csproj4
-rw-r--r--mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs4
-rw-r--r--mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs2
-rw-r--r--mRemoteNG/Connection/AbstractConnectionRecord.cs2
-rw-r--r--mRemoteNG/Connection/ConnectionInfo.cs17
-rw-r--r--mRemoteNG/Connection/ConnectionInfoInheritance.cs30
-rw-r--r--mRemoteNG/Container/ContainerInfo.cs28
-rw-r--r--mRemoteNG/Language/Language.Designer.cs12656
-rw-r--r--mRemoteNG/Language/Language.de.resx6
-rw-r--r--mRemoteNG/Language/Language.resx4393
-rw-r--r--mRemoteNG/Properties/Settings.Designer.cs12
-rw-r--r--mRemoteNG/Properties/Settings.settings3
-rw-r--r--mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs65
-rw-r--r--mRemoteNG/Tree/Root/RootNodeInfo.cs12
-rw-r--r--mRemoteNG/UI/Controls/ConnectionContextMenu.cs65
-rw-r--r--mRemoteNG/UI/Window/ConfigWindow.cs6
-rw-r--r--mRemoteNG/app.config3
-rw-r--r--mRemoteNG/mRemoteNG.csproj562
-rw-r--r--mRemoteNGDocumentation/mssql_db_setup.sql4
-rw-r--r--mRemoteNGDocumentation/mysql_db_setup.sql4
-rw-r--r--mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs4
-rw-r--r--mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs6
-rw-r--r--mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs4
-rw-r--r--mRemoteNGSpecs/app.config105
-rw-r--r--mRemoteNGTests/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormatTests.cs15
-rw-r--r--mRemoteNGTests/Connection/ConnectionInfoInheritanceTests.cs102
-rw-r--r--mRemoteNGTests/Connection/ConnectionInfoTests.cs10
-rw-r--r--mRemoteNGTests/Container/ContainerInfoTests.cs69
-rw-r--r--mRemoteNGTests/Container/RootNodeInfoTests.cs16
-rw-r--r--mRemoteNGTests/TestHelpers/ConnectionInfoAllConnectionPropertiesEqualityComparer.cs30
-rw-r--r--mRemoteNGTests/TestHelpers/ConnectionInheritanceAllPropertiesEqualityComparer.cs30
-rw-r--r--mRemoteNGTests/TestHelpers/SerializableConnectionInfoAllPropertiesOfType.cs1
-rw-r--r--mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs57
35 files changed, 9303 insertions, 9159 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 409b8687..07988a62 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,18 +5,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
## [Unreleased]
### Added
-- #327: Added Alternative Shell for RDP settings
+- #1850: Minify config xml
+- #1770: Added missing RDP performance settings
+- #1516: added API to access credential vault (Thycotic Secret Server) by specifying SSAPI:ID as username
- #1476: Configurable backups. Can now edit/set backup frequency, backup path, and max number of backup files.
- #1427: Fix RDP local desktop scale not taking effect on remote
-- #1770: Added missing RDP performance settings
- #1332: Added option to hide menu strip container
+- #870: Added option to push inheritance settings to child nodes recursively
- #545: Option to minimize to system tray on closing
+- #503: SSH Execute a single command after login
- #420: SSH tunneling implemented
+- #327: Added Alternative Shell for RDP settings
- #319: Override quick connect username when using user@domain
- #283: Support for native PowerShell remoting as new protocol
-- #1850: Minify config xml
-- #1516: added API to access credential vault (Thycotic Secret Server) by specifying SSAPI:ID as username
-- #503: SSH Execute a single command after login
### Changed
- #2022: Replaced CefSharp with WebView2
- #2014: Revised icons
@@ -29,6 +30,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- #1690: Replaced GeckoFX (Firefox) with CefSharp (Chromium)
- #1325: Language resource files cleanup
### Fixed
+- #2079: Fixed theme files not being copied to output directory
- #1884: Allow setting Port when using MSSQL
- #1783: Added missing inheritance properties to SQL scripts
- #1773: Connection issue with mysql - Missing fields in
diff --git a/CREDITS.md b/CREDITS.md
deleted file mode 100644
index 1a6473ba..00000000
--- a/CREDITS.md
+++ /dev/null
@@ -1,123 +0,0 @@
-# Contributors
-
-## Current mRemoteNG dev team
-
-[David Sparer](http://github.com/sparerd)
-[Sean Kaim](http://github.com/kmscode)
-[Faryan Rezagholi](http://github.com/farosch)
-[Bennett Blodinger](http://github.com/benwa)
-
-[Joe Cefoli](http://github.com/jcefoli)
-[countchappy](http://github.com/countchappy)
-Tony Lambert
-[Julien Roncaglia](http://github.com/vbfox)
-[peterchenadded](http://github.com/peterchenadded)
-[Brandon Wulf](http://github.com/mrwulf)
-[Pedro Rodrigues](http://github.com/pedro2555)
-[dekelMP](http://github.com/dekelMP)
-[Bruce](http://github.com/brucetp)
-[Camilo Alvarez](http://github.com/jotatsu)
-[DamianBis](http://github.com/DamianBis)
-[pfjason](http://github.com/pfjason)
-[sirLoaf](http://github.com/sirLoaf)
-[Fyers](http://github.com/Fyers)
-[Vladimir Semenov](http://github.com/sli-pro)
-[Stephan](http://github.com/st-schuler)
-[Aleksey Reytsman](http://github.com/areytsman)
-[Cristian Abelleira](http://github.com/CrAbelleira)
-[MitchellBot](http://github.com/MitchellBot)
-[Filippo Ferrazini](http://github.com/Filippo125)
-
-## Past Contributors
-
-Felix Deimel - mRemote original developer
-Riley McArdle - mRemoteNG original developer
-
-[Hayato Iriumi](http://github.com/hiriumi)
-Jason Barbier
-Wiktor Beryt
-Lionel Caignec
-Ruben d'Arco
-Holger Henke
-Tom Hiller
-Apisitt Rattana
-Andreas Rehm
-David Vidmar
-[Brandhor](http://github.com/Brandhor)
-[Dimitrij](http://github.com/Kvarkas)
-
-## Translators
-
-Eugenio "Ryo567" Martínez
-Mathieu Pape
-Emanuel Silva
-Robert Siwiec
-Hayato Iriumi
-[Sebastien Thieury](http://github.com/SebThieu)
-Riza Emet
-[Lukas Plachy](http://github.com/rheingold)
-Gyuha Shin
-[Stefan](http://github.com/polluks)
-[emazv72](http://github.com/emazv72)
-[Vladimir Semenov](http://github.com/sli-pro)
-[Marco Sousa](http://github.com/marcomsousa)
-[wwj402](http://github.com/wwj402)
-[Fyers](http://github.com/Fyers)
-[pablomh](http://github.com/pablomh)
-[Damian Szczepanik](http://github.com/damianszczepanik)
-[Mant1kor](http://github.com/Mant1kor)
-
-# Included Source Code
-
-**[Command Line Arguments Parser](http://www.codeproject.com/KB/recipes/command_line.aspx)**
-Copyright © 2002 Richard Lopes
-MIT License
-
-**[FilteredPropertyGrid](http://www.codeproject.com/KB/cs/FilteredPropertyGrid.aspx)**
-Copyright © 2006 Azuria
-
-**[InputBox](http://www.csharp-examples.net/inputbox/)**
-Copyright © 2016 Jan Slama
-
-**[IP TextBox](http://www.codeproject.com/Articles/11576/IP-TextBox)**
-Copyright © 2005 mawnkay
-
-**[PortableSettingsProvider](https://github.com/crdx/PortableSettingsProvider)**
-Copyright © 2014 crdx
-
-**[ADTree](http://www.codeproject.com/KB/selection/ADPickerCtrl.aspx)**
-Copyright © 2004 Marc Merritt © 2008 Felix Deimel
-
-# Included Components
-
-**[DockPanel Suite](https://github.com/dockpanelsuite/dockpanelsuite)**
-Copyright © 2018 @roken and @lextm (formerly Weifen Luo)
-MIT License
-
-**[log4net](http://logging.apache.org/log4net/)**
-Copyright © 2001-2015 The Apache Software Foundation
-Apache License Version 2.0
-
-**[PuTTY](http://www.chiark.greenend.org.uk/~sgtatham/putty/)**
-Copyright © 1997-2017 Simon Tatham
-MIT License
-
-**[Silk Icon Set](http://www.famfamfam.com/)**
-Copyright © 2005-2008 FAMFAMFAM
-Creative Commons Attribution 2.5 License
-
-**[SSH.NET](https://github.com/sshnet/SSH.NET)**
-Copyright © 2016
-MIT License
-
-**[VncSharp](https://github.com/humphd/VncSharp) (Archived)**
-Copyright © 2004-2009 David Humphrey
-GNU General Public License (GPL) Version 2
-
-**[ObjectListView](https://sourceforge.net/projects/objectlistview/)**
-Copyright © 2006-2016 Phillip Piper
-GNU General Public License (GPL) Version 3
-
-**[ConsoleControl](https://github.com/dwmkerr/consolecontrol)**
-Copyright © 2015 Dave Kerr
-MIT License
diff --git a/ExternalConnectors/ExternalConnectors.csproj b/ExternalConnectors/ExternalConnectors.csproj
index 6273cfcc..9fb1dfd8 100644
--- a/ExternalConnectors/ExternalConnectors.csproj
+++ b/ExternalConnectors/ExternalConnectors.csproj
@@ -11,8 +11,8 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="AWSSDK.Core" Version="3.7.3.30" />
- <PackageReference Include="AWSSDK.EC2" Version="3.7.38.2" />
+ <PackageReference Include="AWSSDK.Core" Version="3.7.5.6" />
+ <PackageReference Include="AWSSDK.EC2" Version="3.7.50.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
</ItemGroup>
diff --git a/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs
index f92bc20b..578642e9 100644
--- a/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs
+++ b/mRemoteNG/Config/Serializers/ConnectionSerializers/MsSql/DataTableSerializer.cs
@@ -590,8 +590,8 @@ namespace mRemoteNG.Config.Serializers.ConnectionSerializers.MsSql
dataRow["RdpVersion"] = connectionInfo.RdpVersion;
dataRow["Favorite"] = connectionInfo.Favorite;
dataRow["ICAEncryptionStrength"] = string.Empty;
- dataRow["Prop_StartProgram"] = connectionInfo.StartProgram;
- dataRow["Prop_StartProgramWorkDir"] = connectionInfo.StartProgramWorkDir;
+ dataRow["StartProgram"] = connectionInfo.StartProgram;
+ dataRow["StartProgramWorkDir"] = connectionInfo.StartProgramWorkDir;
if (_saveFilter.SaveInheritance)
{
diff --git a/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
index dee482d0..8f0af176 100644
--- a/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
+++ b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs
@@ -184,7 +184,7 @@ namespace mRemoteNG.Config.Serializers.MiscSerializers
if (bool.TryParse(connectionSettingsNode.SelectSingleNode("./connectToConsole")?.InnerText, out var useConsole))
connectionInfo.UseConsoleSession = useConsole;
connectionInfo.StartProgram = connectionSettingsNode.SelectSingleNode("./startProgram")?.InnerText;
- // ./workingDir
+ connectionInfo.StartProgramWorkDir = connectionSettingsNode.SelectSingleNode("./startProgramWorkDir")?.InnerText;
if (int.TryParse(connectionSettingsNode.SelectSingleNode("./port")?.InnerText, out var port))
connectionInfo.Port = port;
}
diff --git a/mRemoteNG/Connection/AbstractConnectionRecord.cs b/mRemoteNG/Connection/AbstractConnectionRecord.cs
index de680bc3..65b9d2bf 100644
--- a/mRemoteNG/Connection/AbstractConnectionRecord.cs
+++ b/mRemoteNG/Connection/AbstractConnectionRecord.cs
@@ -27,7 +27,6 @@ namespace mRemoteNG.Connection
private string _domain = "";
private string _vmId = "";
private bool _useEnhancedMode;
- private string _startProgramWorkDir = "";
private string _sshTunnelConnectionName = "";
private ProtocolType _protocol;
@@ -81,6 +80,7 @@ namespace mRemoteNG.Connection
private string _openingCommand;
private string _userField;
private string _startProgram;
+ private string _startProgramWorkDir;
private bool _favorite;
private ProtocolVNC.Compression _vncCompression;
diff --git a/mRemoteNG/Connection/ConnectionInfo.cs b/mRemoteNG/Connection/ConnectionInfo.cs
index fe1de1b7..dda409f3 100644
--- a/mRemoteNG/Connection/ConnectionInfo.cs
+++ b/mRemoteNG/Connection/ConnectionInfo.cs
@@ -17,6 +17,7 @@ using mRemoteNG.Container;
using mRemoteNG.Properties;
using mRemoteNG.Tree;
using mRemoteNG.Resources.Language;
+using mRemoteNG.Tree.Root;
namespace mRemoteNG.Connection
@@ -46,10 +47,10 @@ namespace mRemoteNG.Connection
[Browsable(false)] public ContainerInfo Parent { get; internal set; }
[Browsable(false)]
- // ReSharper disable once UnusedAutoPropertyAccessor.Global
public bool IsQuickConnect { get; set; }
- [Browsable(false)] public bool PleaseConnect { get; set; }
+ [Browsable(false)]
+ public bool PleaseConnect { get; set; }
#endregion
@@ -65,7 +66,7 @@ namespace mRemoteNG.Connection
{
SetTreeDisplayDefaults();
SetConnectionDefaults();
- SetProtocolDefaults();
+ SetProtocolDefaults();
SetRemoteDesktopServicesDefaults();
SetRdGatewayDefaults();
SetAppearanceDefaults();
@@ -200,7 +201,10 @@ namespace mRemoteNG.Connection
private bool ShouldThisPropertyBeInherited(string propertyName)
{
- return ParentIsValidInheritanceTarget() && IsInheritanceTurnedOnForThisProperty(propertyName);
+ return
+ Inheritance.InheritanceActive &&
+ ParentIsValidInheritanceTarget() &&
+ IsInheritanceTurnedOnForThisProperty(propertyName);
}
private bool ParentIsValidInheritanceTarget()
@@ -309,10 +313,10 @@ namespace mRemoteNG.Connection
UseCredSsp = Settings.Default.ConDefaultUseCredSsp;
UseVmId = Settings.Default.ConDefaultUseVmId;
UseEnhancedMode = Settings.Default.ConDefaultUseEnhancedMode;
- }
+ }
private void SetRemoteDesktopServicesDefaults()
- {
+ {
StartProgram = string.Empty;
StartProgramWorkDir = string.Empty;
}
@@ -364,6 +368,7 @@ namespace mRemoteNG.Connection
UserField = Settings.Default.ConDefaultUserField;
Favorite = Settings.Default.ConDefaultFavorite;
StartProgram = Settings.Default.ConDefaultStartProgram;
+ StartProgramWorkDir = Settings.Default.ConDefaultStartProgram;
OpeningCommand = Settings.Default.OpeningCommand;
}
diff --git a/mRemoteNG/Connection/ConnectionInfoInheritance.cs b/mRemoteNG/Connection/ConnectionInfoInheritance.cs
index d3e1298b..85bf1f42 100644
--- a/mRemoteNG/Connection/ConnectionInfoInheritance.cs
+++ b/mRemoteNG/Connection/ConnectionInfoInheritance.cs
@@ -3,6 +3,7 @@ using System.ComponentModel;
using System.Linq;
using System.Reflection;
using mRemoteNG.Tools;
+using mRemoteNG.Tree.Root;
using mRemoteNG.Resources.Language;
namespace mRemoteNG.Connection
@@ -455,7 +456,16 @@ namespace mRemoteNG.Connection
TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCViewOnly {get; set;}
#endregion
- [Browsable(false)] public ConnectionInfo Parent { get; private set; }
+ [Browsable(false)]
+ public ConnectionInfo Parent { get; private set; }
+
+ /// <summary>
+ /// Indicates whether this inheritance object is enabled.
+ /// When false, users of this object should not respect inheritance
+ /// settings for individual properties.
+ /// </summary>
+ [Browsable(false)]
+ public bool InheritanceActive => !(Parent is RootNodeInfo || Parent?.Parent is RootNodeInfo);
#endregion
@@ -472,7 +482,6 @@ namespace mRemoteNG.Connection
{
var newInheritance = (ConnectionInfoInheritance)MemberwiseClone();
newInheritance.Parent = parent;
- newInheritance._tempInheritanceStorage = null;
return newInheritance;
}
@@ -530,15 +539,22 @@ namespace mRemoteNG.Connection
/// <returns></returns>
public IEnumerable<string> GetEnabledInheritanceProperties()
{
- return GetProperties()
- .Where(property => (bool)property.GetValue(this))
- .Select(property => property.Name)
- .ToList();
+ return InheritanceActive
+ ? GetProperties()
+ .Where(property => (bool)property.GetValue(this))
+ .Select(property => property.Name)
+ .ToList()
+ : Enumerable.Empty<string>();
}
private bool FilterProperty(PropertyInfo propertyInfo)
{
- var exclusions = new[] {"EverythingInherited", "Parent"};
+ var exclusions = new[]
+ {
+ nameof(EverythingInherited),
+ nameof(Parent),
+ nameof(InheritanceActive)
+ };
var valueShouldNotBeFiltered = !exclusions.Contains(propertyInfo.Name);
return valueShouldNotBeFiltered;
}
diff --git a/mRemoteNG/Container/ContainerInfo.cs b/mRemoteNG/Container/ContainerInfo.cs
index b5b36127..597a91e2 100644
--- a/mRemoteNG/Container/ContainerInfo.cs
+++ b/mRemoteNG/Container/ContainerInfo.cs
@@ -263,6 +263,34 @@ namespace mRemoteNG.Container
return childList;
}
+ /// <summary>
+ /// Pushes the connection properties of this container to all
+ /// children recursively.
+ /// </summary>
+ public void ApplyConnectionPropertiesToChildren()
+ {
+ var children = GetRecursiveChildList();
+
+ foreach (var child in children)
+ {
+ child.CopyFrom(this);
+ }
+ }
+
+ /// <summary>
+ /// Pushes the inheritance settings of this container to all
+ /// children recursively.
+ /// </summary>
+ public void ApplyInheritancePropertiesToChildren()
+ {
+ var children = GetRecursiveChildList();
+
+ foreach (var child in children)
+ {
+ child.Inheritance = Inheritance.Clone(child);
+ }
+ }
+
private IEnumerable<ConnectionInfo> GetRecursiveFavoritChildList(ContainerInfo container)
{
var childList = new List<ConnectionInfo>();
diff --git a/mRemoteNG/Language/Language.Designer.cs b/mRemoteNG/Language/Language.Designer.cs
index f9c2418a..855cc2a0 100644
--- a/mRemoteNG/Language/Language.Designer.cs
+++ b/mRemoteNG/Language/Language.Designer.cs
@@ -1,6319 +1,6337 @@
-//------------------------------------------------------------------------------
-// <auto-generated>
-// This code was generated by a tool.
-// Runtime Version:4.0.30319.42000
-//
-// Changes to this file may cause incorrect behavior and will be lost if
-// the code is regenerated.
-// </auto-generated>
-//------------------------------------------------------------------------------
-
-namespace mRemoteNG.Resources.Language {
- using System;
-
-
- /// <summary>
- /// A strongly-typed resource class, for looking up localized strings, etc.
- /// </summary>
- // 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 {
-
- private static global::System.Resources.ResourceManager resourceMan;
-
- private static global::System.Globalization.CultureInfo resourceCulture;
-
- [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
- internal Language() {
- }
-
- /// <summary>
- /// Returns the cached ResourceManager instance used by this class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Resources.ResourceManager ResourceManager {
- get {
- if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Language.Language", typeof(Language).Assembly);
- resourceMan = temp;
- }
- return resourceMan;
- }
- }
-
- /// <summary>
- /// Overrides the current thread's CurrentUICulture property for all
- /// resource lookups using this strongly typed resource class.
- /// </summary>
- [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
- internal static global::System.Globalization.CultureInfo Culture {
- get {
- return resourceCulture;
- }
- set {
- resourceCulture = value;
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Browse....
- /// </summary>
- internal static string _Browse {
- get {
- return ResourceManager.GetString("_Browse", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Cancel.
- /// </summary>
- internal static string _Cancel {
- get {
- return ResourceManager.GetString("_Cancel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Close.
- /// </summary>
- internal static string _Close {
- get {
- return ResourceManager.GetString("_Close", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warn me when closing connections.
- /// </summary>
- internal static string _CloseWarnAll {
- get {
- return ResourceManager.GetString("_CloseWarnAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Delete.
- /// </summary>
- internal static string _Delete {
- get {
- return ResourceManager.GetString("_Delete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Export to File....
- /// </summary>
- internal static string _ExportToFile {
- get {
- return ResourceManager.GetString("_ExportToFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;File.
- /// </summary>
- internal static string _File {
- get {
- return ResourceManager.GetString("_File", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Help.
- /// </summary>
- internal static string _Help {
- get {
- return ResourceManager.GetString("_Help", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Import.
- /// </summary>
- internal static string _Import {
- get {
- return ResourceManager.GetString("_Import", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Launch.
- /// </summary>
- internal static string _Launch {
- get {
- return ResourceManager.GetString("_Launch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;New.
- /// </summary>
- internal static string _New {
- get {
- return ResourceManager.GetString("_New", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;OK.
- /// </summary>
- internal static string _Ok {
- get {
- return ResourceManager.GetString("_Ok", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Scan.
- /// </summary>
- internal static string _Scan {
- get {
- return ResourceManager.GetString("_Scan", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Stop.
- /// </summary>
- internal static string _Stop {
- get {
- return ResourceManager.GetString("_Stop", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Tools.
- /// </summary>
- internal static string _Tools {
- get {
- return ResourceManager.GetString("_Tools", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Try again.
- /// </summary>
- internal static string _TryAgain {
- get {
- return ResourceManager.GetString("_TryAgain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;View.
- /// </summary>
- internal static string _View {
- get {
- return ResourceManager.GetString("_View", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to About.
- /// </summary>
- internal static string About {
- get {
- return ResourceManager.GetString("About", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Active Directory.
- /// </summary>
- internal static string ActiveDirectory {
- get {
- return ResourceManager.GetString("ActiveDirectory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add.
- /// </summary>
- internal static string Add {
- get {
- return ResourceManager.GetString("Add", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Add Connection Panel.
- /// </summary>
- internal static string AddConnectionPanel {
- get {
- return ResourceManager.GetString("AddConnectionPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to AddNodeFromXML failed!.
- /// </summary>
- internal static string AddNodeFromXmlFailed {
- get {
- return ResourceManager.GetString("AddNodeFromXmlFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Address:.
- /// </summary>
- internal static string Address {
- get {
- return ResourceManager.GetString("Address", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced.
- /// </summary>
- internal static string Advanced {
- get {
- return ResourceManager.GetString("Advanced", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Advanced security options.
- /// </summary>
- internal static string AdvancedSecurityOptions {
- get {
- return ResourceManager.GetString("AdvancedSecurityOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to All.
- /// </summary>
- internal static string All {
- get {
- return ResourceManager.GetString("All", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required).
- /// </summary>
- internal static string AllowOnlySingleInstance {
- get {
- return ResourceManager.GetString("AllowOnlySingleInstance", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always.
- /// </summary>
- internal static string Always {
- get {
- return ResourceManager.GetString("Always", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always connect, even if authentication fails.
- /// </summary>
- internal static string AlwaysConnectEvenIfAuthFails {
- get {
- return ResourceManager.GetString("AlwaysConnectEvenIfAuthFails", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always show connection tabs.
- /// </summary>
- internal static string AlwaysShowConnectionTabs {
- get {
- return ResourceManager.GetString("AlwaysShowConnectionTabs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always show panel selection dialog when opening connections.
- /// </summary>
- internal static string AlwaysShowPanelSelection {
- get {
- return ResourceManager.GetString("AlwaysShowPanelSelection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always show panel tabs.
- /// </summary>
- internal static string AlwaysShowPanelTabs {
- get {
- return ResourceManager.GetString("AlwaysShowPanelTabs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Always show notification area icon.
- /// </summary>
- internal static string AlwaysShowSysTrayIcon {
- get {
- return ResourceManager.GetString("AlwaysShowSysTrayIcon", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Appearance.
- /// </summary>
- internal static string Appearance {
- get {
- return ResourceManager.GetString("Appearance", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Apply.
- /// </summary>
- internal static string Apply {
- get {
- return ResourceManager.GetString("Apply", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Arguments.
- /// </summary>
- internal static string Arguments {
- get {
- return ResourceManager.GetString("Arguments", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ask me again later.
- /// </summary>
- internal static string AskUpdatesCommandAskLater {
- get {
- return ResourceManager.GetString("AskUpdatesCommandAskLater", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Customize the settings now.
- /// </summary>
- internal static string AskUpdatesCommandCustom {
- get {
- return ResourceManager.GetString("AskUpdatesCommandCustom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use the recommended settings.
- /// </summary>
- internal static string AskUpdatesCommandRecommended {
- get {
- return ResourceManager.GetString("AskUpdatesCommandRecommended", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly..
- /// </summary>
- internal static string AskUpdatesContent {
- get {
- return ResourceManager.GetString("AskUpdatesContent", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatic update settings.
- /// </summary>
- internal static string AskUpdatesMainInstruction {
- get {
- return ResourceManager.GetString("AskUpdatesMainInstruction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Aspect.
- /// </summary>
- internal static string Aspect {
- get {
- return ResourceManager.GetString("Aspect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Assigned Credential.
- /// </summary>
- internal static string AssignedCredential {
- get {
- return ResourceManager.GetString("AssignedCredential", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Audio Capture.
- /// </summary>
- internal static string AudioCapture {
- get {
- return ResourceManager.GetString("AudioCapture", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Server Authentication.
- /// </summary>
- internal static string AuthenticationLevel {
- get {
- return ResourceManager.GetString("AuthenticationLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Authentication mode.
- /// </summary>
- internal static string AuthenticationMode {
- get {
- return ResourceManager.GetString("AuthenticationMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host &apos;{0}&apos;.
- /// </summary>
- internal static string AutomaticReconnectError {
- get {
- return ResourceManager.GetString("AutomaticReconnectError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatic resize.
- /// </summary>
- internal static string AutomaticResize {
- get {
- return ResourceManager.GetString("AutomaticResize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):.
- /// </summary>
- internal static string AutoSaveEvery {
- get {
- return ResourceManager.GetString("AutoSaveEvery", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Latest version.
- /// </summary>
- internal static string AvailableVersion {
- get {
- return ResourceManager.GetString("AvailableVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Default Inheritance.
- /// </summary>
- internal static string ButtonDefaultInheritance {
- get {
- return ResourceManager.GetString("ButtonDefaultInheritance", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Default Properties.
- /// </summary>
- internal static string ButtonDefaultProperties {
- get {
- return ResourceManager.GetString("ButtonDefaultProperties", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Launch PuTTY.
- /// </summary>
- internal static string ButtonLaunchPutty {
- get {
- return ResourceManager.GetString("ButtonLaunchPutty", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cache Bitmaps.
- /// </summary>
- internal static string CacheBitmaps {
- get {
- return ResourceManager.GetString("CacheBitmaps", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!.
- /// </summary>
- internal static string CannotStartPortScan {
- get {
- return ResourceManager.GetString("CannotStartPortScan", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Change.
- /// </summary>
- internal static string Change {
- get {
- return ResourceManager.GetString("Change", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host &apos;{0}&apos;.
- /// </summary>
- internal static string ChangeConnectionResolutionError {
- get {
- return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Changelog.
- /// </summary>
- internal static string Changelog {
- get {
- return ResourceManager.GetString("Changelog", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check Again.
- /// </summary>
- internal static string CheckAgain {
- get {
- return ResourceManager.GetString("CheckAgain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP &amp;&amp; ICA only).
- /// </summary>
- internal static string CheckboxAutomaticReconnect {
- get {
- return ResourceManager.GetString("CheckboxAutomaticReconnect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do not show this message again..
- /// </summary>
- internal static string CheckboxDoNotShowThisMessageAgain {
- get {
- return ResourceManager.GetString("CheckboxDoNotShowThisMessageAgain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This proxy server requires authentication.
- /// </summary>
- internal static string CheckboxProxyAuthentication {
- get {
- return ResourceManager.GetString("CheckboxProxyAuthentication", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use custom PuTTY path:.
- /// </summary>
- internal static string CheckboxPuttyPath {
- get {
- return ResourceManager.GetString("CheckboxPuttyPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reconnect when ready.
- /// </summary>
- internal static string CheckboxReconnectWhenReady {
- get {
- return ResourceManager.GetString("CheckboxReconnectWhenReady", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use a proxy server to connect.
- /// </summary>
- internal static string CheckboxUpdateUseProxy {
- get {
- return ResourceManager.GetString("CheckboxUpdateUseProxy", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check failed!.
- /// </summary>
- internal static string CheckFailed {
- get {
- return ResourceManager.GetString("CheckFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check for Updates.
- /// </summary>
- internal static string CheckForUpdates {
- get {
- return ResourceManager.GetString("CheckForUpdates", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check for updates at startup.
- /// </summary>
- internal static string CheckForUpdatesOnStartup {
- get {
- return ResourceManager.GetString("CheckForUpdatesOnStartup", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check now.
- /// </summary>
- internal static string CheckNow {
- get {
- return ResourceManager.GetString("CheckNow", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Check proper installation of components at startup.
- /// </summary>
- internal static string CheckProperInstallationOfComponentsAtStartup {
- get {
- return ResourceManager.GetString("CheckProperInstallationOfComponentsAtStartup", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose a path for the mRemoteNG log file.
- /// </summary>
- internal static string ChooseLogPath {
- get {
- return ResourceManager.GetString("ChooseLogPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose panel before connecting.
- /// </summary>
- internal static string ChoosePanelBeforeConnecting {
- get {
- return ResourceManager.GetString("ChoosePanelBeforeConnecting", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose path.
- /// </summary>
- internal static string ChoosePath {
- get {
- return ResourceManager.GetString("ChoosePath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clear search string.
- /// </summary>
- internal static string ClearSearchString {
- get {
- return ResourceManager.GetString("ClearSearchString", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Clipboard.
- /// </summary>
- internal static string Clipboard {
- get {
- return ResourceManager.GetString("Clipboard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Closed Ports.
- /// </summary>
- internal static string ClosedPorts {
- get {
- return ResourceManager.GetString("ClosedPorts", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Close to notification area.
- /// </summary>
- internal static string CloseToSysTray {
- get {
- return ResourceManager.GetString("CloseToSysTray", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to When closing connections:.
- /// </summary>
- internal static string ClosingConnections {
- get {
- return ResourceManager.GetString("ClosingConnections", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Collapse all folders.
- /// </summary>
- internal static string CollapseAllFolders {
- get {
- return ResourceManager.GetString("CollapseAllFolders", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Colours.
- /// </summary>
- internal static string Colors {
- get {
- return ResourceManager.GetString("Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to E&amp;xit {0}.
- /// </summary>
- internal static string CommandExitProgram {
- get {
- return ResourceManager.GetString("CommandExitProgram", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t parse command line args!.
- /// </summary>
- internal static string CommandLineArgsCouldNotBeParsed {
- get {
- return ResourceManager.GetString("CommandLineArgsCouldNotBeParsed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Open a connection file.
- /// </summary>
- internal static string CommandOpenConnectionFile {
- get {
- return ResourceManager.GetString("CommandOpenConnectionFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it..
- /// </summary>
- internal static string CompatibilityLenovoAutoScrollUtilityDetected {
- get {
- return ResourceManager.GetString("CompatibilityLenovoAutoScrollUtilityDetected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Compatibility problem detected.
- /// </summary>
- internal static string CompatibilityProblemDetected {
- get {
- return ResourceManager.GetString("CompatibilityProblemDetected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Compression.
- /// </summary>
- internal static string Compression {
- get {
- return ResourceManager.GetString("Compression", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Config.
- /// </summary>
- internal static string Config {
- get {
- return ResourceManager.GetString("Config", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to btnIcon_Click failed!.
- /// </summary>
- internal static string ConfigPropertyGridButtonIconClickFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridButtonIconClickFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to ShowHideGridItems failed!.
- /// </summary>
- internal static string ConfigPropertyGridHideItemsFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridHideItemsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to IconMenu_Click failed!.
- /// </summary>
- internal static string ConfigPropertyGridMenuClickFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridMenuClickFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Property Grid object failed!.
- /// </summary>
- internal static string ConfigPropertyGridObjectFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridObjectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SetHostStatus failed!.
- /// </summary>
- internal static string ConfigPropertyGridSetHostStatusFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridSetHostStatusFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!.
- /// </summary>
- internal static string ConfigPropertyGridValueFailed {
- get {
- return ResourceManager.GetString("ConfigPropertyGridValueFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Config UI load failed!.
- /// </summary>
- internal static string ConfigUiLoadFailed {
- get {
- return ResourceManager.GetString("ConfigUiLoadFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Create a New Connection File.
- /// </summary>
- internal static string ConfigurationCreateNew {
- get {
- return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use a Custom File Path.
- /// </summary>
- internal static string ConfigurationCustomPath {
- get {
- return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import an Existing File.
- /// </summary>
- internal static string ConfigurationImportFile {
- get {
- return ResourceManager.GetString("ConfigurationImportFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to close all connections except for &quot;{0}&quot;?.
- /// </summary>
- internal static string ConfirmCloseConnectionOthersInstruction {
- get {
- return ResourceManager.GetString("ConfirmCloseConnectionOthersInstruction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to close the panel, &quot;{0}&quot;? Any connections that it contains will also be closed..
- /// </summary>
- internal static string ConfirmCloseConnectionPanelMainInstruction {
- get {
- return ResourceManager.GetString("ConfirmCloseConnectionPanelMainInstruction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?.
- /// </summary>
- internal static string ConfirmDeleteCredentialRecord {
- get {
- return ResourceManager.GetString("ConfirmDeleteCredentialRecord", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the external tool, &quot;{0}&quot;?.
- /// </summary>
- internal static string ConfirmDeleteExternalTool {
- get {
- return ResourceManager.GetString("ConfirmDeleteExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?.
- /// </summary>
- internal static string ConfirmDeleteExternalToolMultiple {
- get {
- return ResourceManager.GetString("ConfirmDeleteExternalToolMultiple", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the connection, &quot;{0}&quot;?.
- /// </summary>
- internal static string ConfirmDeleteNodeConnection {
- get {
- return ResourceManager.GetString("ConfirmDeleteNodeConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the empty folder, &quot;{0}&quot;?.
- /// </summary>
- internal static string ConfirmDeleteNodeFolder {
- get {
- return ResourceManager.GetString("ConfirmDeleteNodeFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to delete the folder, &quot;{0}&quot;? Any folders or connections that it contains will also be deleted..
- /// </summary>
- internal static string ConfirmDeleteNodeFolderNotEmpty {
- get {
- return ResourceManager.GetString("ConfirmDeleteNodeFolderNotEmpty", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do you want to close all open connections?.
- /// </summary>
- internal static string ConfirmExitMainInstruction {
- get {
- return ResourceManager.GetString("ConfirmExitMainInstruction", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?.
- /// </summary>
- internal static string ConfirmResetLayout {
- get {
- return ResourceManager.GetString("ConfirmResetLayout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect.
- /// </summary>
- internal static string Connect {
- get {
- return ResourceManager.GetString("Connect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect in fullscreen mode.
- /// </summary>
- internal static string ConnectInFullscreen {
- get {
- return ResourceManager.GetString("ConnectInFullscreen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connecting....
- /// </summary>
- internal static string Connecting {
- get {
- return ResourceManager.GetString("Connecting", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect in View Only mode.
- /// </summary>
- internal static string ConnectInViewOnlyMode {
- get {
- return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection.
- /// </summary>
- internal static string Connection {
- get {
- return ResourceManager.GetString("Connection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Protocol Event Connected.
- /// </summary>
- internal static string ConnectionEventConnected {
- get {
- return ResourceManager.GetString("ConnectionEventConnected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection to &quot;{0}&quot; via &quot;{1}&quot; established by user &quot;{2}&quot; (Description: &quot;{3}&quot;; User Field: &quot;{4}&quot;).
- /// </summary>
- internal static string ConnectionEventConnectedDetail {
- get {
- return ResourceManager.GetString("ConnectionEventConnectedDetail", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to A connection protocol error occurred. Host: &quot;{1}&quot;; Error code: &quot;{2}&quot;; Error Description: &quot;{0}&quot;.
- /// </summary>
- internal static string ConnectionEventErrorOccured {
- get {
- return ResourceManager.GetString("ConnectionEventErrorOccured", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection failed!.
- /// </summary>
- internal static string ConnectionFailed {
- get {
- return ResourceManager.GetString("ConnectionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The connection file could not be found..
- /// </summary>
- internal static string ConnectionFileNotFound {
- get {
- return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Opening connection failed!.
- /// </summary>
- internal static string ConnectionOpenFailed {
- get {
- return ResourceManager.GetString("ConnectionOpenFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cannot open connection: No hostname specified!.
- /// </summary>
- internal static string ConnectionOpenFailedNoHostname {
- get {
- return ResourceManager.GetString("ConnectionOpenFailedNoHostname", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection Panels.
- /// </summary>
- internal static string ConnectionPanels {
- get {
- return ResourceManager.GetString("ConnectionPanels", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connections.
- /// </summary>
- internal static string Connections {
- get {
- return ResourceManager.GetString("Connections", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Daily.
- /// </summary>
- internal static string ConnectionsBackupFrequencyDaily {
- get {
- return ResourceManager.GetString("ConnectionsBackupFrequencyDaily", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Never backup connections.
- /// </summary>
- internal static string ConnectionsBackupFrequencyNever {
- get {
- return ResourceManager.GetString("ConnectionsBackupFrequencyNever", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to On Edit.
- /// </summary>
- internal static string ConnectionsBackupFrequencyOnEdit {
- get {
- return ResourceManager.GetString("ConnectionsBackupFrequencyOnEdit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to On Exit.
- /// </summary>
- internal static string ConnectionsBackupFrequencyOnExit {
- get {
- return ResourceManager.GetString("ConnectionsBackupFrequencyOnExit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Weekly.
- /// </summary>
- internal static string ConnectionsBackupFrequencyWeekly {
- get {
- return ResourceManager.GetString("ConnectionsBackupFrequencyWeekly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t set default port!.
- /// </summary>
- internal static string ConnectionSetDefaultPortFailed {
- get {
- return ResourceManager.GetString("ConnectionSetDefaultPortFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t create backup of connections file!.
- /// </summary>
- internal static string ConnectionsFileBackupFailed {
- get {
- return ResourceManager.GetString("ConnectionsFileBackupFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connections file &quot;{0}&quot; could not be loaded!.
- /// </summary>
- internal static string ConnectionsFileCouldNotBeLoaded {
- get {
- return ResourceManager.GetString("ConnectionsFileCouldNotBeLoaded", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connections file &quot;{0}&quot; could not be loaded!
- ///Starting with new connections file..
- /// </summary>
- internal static string ConnectionsFileCouldNotBeLoadedNew {
- get {
- return ResourceManager.GetString("ConnectionsFileCouldNotBeLoadedNew", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t save connections file as &quot;{0}&quot;!.
- /// </summary>
- internal static string ConnectionsFileCouldNotSaveAs {
- get {
- return ResourceManager.GetString("ConnectionsFileCouldNotSaveAs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection successful.
- /// </summary>
- internal static string ConnectionSuccessful {
- get {
- return ResourceManager.GetString("ConnectionSuccessful", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect without credentials.
- /// </summary>
- internal static string ConnectNoCredentials {
- get {
- return ResourceManager.GetString("ConnectNoCredentials", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect to console session.
- /// </summary>
- internal static string ConnectToConsoleSession {
- get {
- return ResourceManager.GetString("ConnectToConsoleSession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect (with options).
- /// </summary>
- internal static string ConnectWithOptions {
- get {
- return ResourceManager.GetString("ConnectWithOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}..
- /// </summary>
- internal static string ConnenctionClosedByUser {
- get {
- return ResourceManager.GetString("ConnenctionClosedByUser", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection Event Closed.
- /// </summary>
- internal static string ConnenctionCloseEvent {
- get {
- return ResourceManager.GetString("ConnenctionCloseEvent", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection Event Closed failed!.
- /// </summary>
- internal static string ConnenctionCloseEventFailed {
- get {
- return ResourceManager.GetString("ConnenctionCloseEventFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Copy.
- /// </summary>
- internal static string Copy {
- get {
- return ResourceManager.GetString("Copy", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Copy All.
- /// </summary>
- internal static string CopyAll {
- get {
- return ResourceManager.GetString("CopyAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Copy Hostname.
- /// </summary>
- internal static string CopyHostname {
- get {
- return ResourceManager.GetString("CopyHostname", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t create new connections file!.
- /// </summary>
- internal static string CouldNotCreateNewConnectionsFile {
- get {
- return ResourceManager.GetString("CouldNotCreateNewConnectionsFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Could not find external tool with name &quot;{0}&quot;.
- /// </summary>
- internal static string CouldNotFindExternalTool {
- get {
- return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid..
- /// </summary>
- internal static string CouldNotFindToolStripInFilteredPropertyGrid {
- get {
- return ResourceManager.GetString("CouldNotFindToolStripInFilteredPropertyGrid", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts.
- /// </summary>
- internal static string CreateEmptyPanelOnStartUp {
- get {
- return ResourceManager.GetString("CreateEmptyPanelOnStartUp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Credentials.
- /// </summary>
- internal static string Credentials {
- get {
- return ResourceManager.GetString("Credentials", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Credential not available.
- /// </summary>
- internal static string CredentialUnavailable {
- get {
- return ResourceManager.GetString("CredentialUnavailable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Credits.
- /// </summary>
- internal static string Credits {
- get {
- return ResourceManager.GetString("Credits", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ctrl-Alt-Del.
- /// </summary>
- internal static string CtrlAltDel {
- get {
- return ResourceManager.GetString("CtrlAltDel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ctrl-Esc.
- /// </summary>
- internal static string CtrlEsc {
- get {
- return ResourceManager.GetString("CtrlEsc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Daily.
- /// </summary>
- internal static string Daily {
- get {
- return ResourceManager.GetString("Daily", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Database:.
- /// </summary>
- internal static string Database {
- get {
- return ResourceManager.GetString("Database", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Database &apos;{0}&apos; not available..
- /// </summary>
- internal static string DatabaseNotAvailable {
- get {
- return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Debug.
- /// </summary>
- internal static string Debug {
- get {
- return ResourceManager.GetString("Debug", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete.
- /// </summary>
- internal static string Delete {
- get {
- return ResourceManager.GetString("Delete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete All.
- /// </summary>
- internal static string DeleteAll {
- get {
- return ResourceManager.GetString("DeleteAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Delete External Tool....
- /// </summary>
- internal static string DeleteExternalTool {
- get {
- return ResourceManager.GetString("DeleteExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Description.
- /// </summary>
- internal static string Description {
- get {
- return ResourceManager.GetString("Description", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Detect.
- /// </summary>
- internal static string Detect {
- get {
- return ResourceManager.GetString("Detect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disable Cursor blinking.
- /// </summary>
- internal static string DisableCursorBlinking {
- get {
- return ResourceManager.GetString("DisableCursorBlinking", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disable Cursor Shadow.
- /// </summary>
- internal static string DisableCursorShadow {
- get {
- return ResourceManager.GetString("DisableCursorShadow", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disable Full Window drag.
- /// </summary>
- internal static string DisableFullWindowDrag {
- get {
- return ResourceManager.GetString("DisableFullWindowDrag", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disable Menu Animations.
- /// </summary>
- internal static string DisableMenuAnimations {
- get {
- return ResourceManager.GetString("DisableMenuAnimations", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disconnect.
- /// </summary>
- internal static string Disconnect {
- get {
- return ResourceManager.GetString("Disconnect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disconnect All But This.
- /// </summary>
- internal static string DisconnectOthers {
- get {
- return ResourceManager.GetString("DisconnectOthers", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disconnect Tabs To The Right.
- /// </summary>
- internal static string DisconnectOthersRight {
- get {
- return ResourceManager.GetString("DisconnectOthersRight", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disk Drives.
- /// </summary>
- internal static string DiskDrives {
- get {
- return ResourceManager.GetString("DiskDrives", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Display.
- /// </summary>
- internal static string Display {
- get {
- return ResourceManager.GetString("Display", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Display Name.
- /// </summary>
- internal static string DisplayName {
- get {
- return ResourceManager.GetString("DisplayName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Display Themes.
- /// </summary>
- internal static string DisplayThemes {
- get {
- return ResourceManager.GetString("DisplayThemes", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Display Wallpaper.
- /// </summary>
- internal static string DisplayWallpaper {
- get {
- return ResourceManager.GetString("DisplayWallpaper", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Domain.
- /// </summary>
- internal static string Domain {
- get {
- return ResourceManager.GetString("Domain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Donate.
- /// </summary>
- internal static string Donate {
- get {
- return ResourceManager.GetString("Donate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do not play.
- /// </summary>
- internal static string DoNotPlay {
- get {
- return ResourceManager.GetString("DoNotPlay", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do not trim spaces from usernames.
- /// </summary>
- internal static string DoNotTrimUsername {
- get {
- return ResourceManager.GetString("DoNotTrimUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Don&apos;t connect to console session.
- /// </summary>
- internal static string DontConnectToConsoleSession {
- get {
- return ResourceManager.GetString("DontConnectToConsoleSession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Don&apos;t connect if authentication fails.
- /// </summary>
- internal static string DontConnectWhenAuthFails {
- get {
- return ResourceManager.GetString("DontConnectWhenAuthFails", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Double click on tab closes it.
- /// </summary>
- internal static string DoubleClickTabClosesIt {
- get {
- return ResourceManager.GetString("DoubleClickTabClosesIt", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Download.
- /// </summary>
- internal static string Download {
- get {
- return ResourceManager.GetString("Download", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Download and Install.
- /// </summary>
- internal static string DownloadAndInstall {
- get {
- return ResourceManager.GetString("DownloadAndInstall", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Duplicate.
- /// </summary>
- internal static string Duplicate {
- get {
- return ResourceManager.GetString("Duplicate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Duplicate Tab.
- /// </summary>
- internal static string DuplicateTab {
- get {
- return ResourceManager.GetString("DuplicateTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Dynamic.
- /// </summary>
- internal static string Dynamic {
- get {
- return ResourceManager.GetString("Dynamic", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do you want to continue with no password?.
- /// </summary>
- internal static string EmptyPasswordContinue {
- get {
- return ResourceManager.GetString("EmptyPasswordContinue", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to For empty Username, Password or Domain fields use:.
- /// </summary>
- internal static string EmptyUsernamePasswordDomainFields {
- get {
- return ResourceManager.GetString("EmptyUsernamePasswordDomainFields", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Desktop Composition.
- /// </summary>
- internal static string EnableDesktopComposition {
- get {
- return ResourceManager.GetString("EnableDesktopComposition", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encoding.
- /// </summary>
- internal static string Encoding {
- get {
- return ResourceManager.GetString("Encoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Completely encrypt connection file.
- /// </summary>
- internal static string EncryptCompleteConnectionFile {
- get {
- return ResourceManager.GetString("EncryptCompleteConnectionFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Block Cipher Mode.
- /// </summary>
- internal static string EncryptionBlockCipherMode {
- get {
- return ResourceManager.GetString("EncryptionBlockCipherMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encryption Engine.
- /// </summary>
- internal static string EncryptionEngine {
- get {
- return ResourceManager.GetString("EncryptionEngine", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Key Derivation Function Iterations.
- /// </summary>
- internal static string EncryptionKeyDerivationIterations {
- get {
- return ResourceManager.GetString("EncryptionKeyDerivationIterations", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encryption Test.
- /// </summary>
- internal static string EncryptionTest {
- get {
- return ResourceManager.GetString("EncryptionTest", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds..
- /// </summary>
- internal static string EncryptionTestResultMessage {
- get {
- return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Environment.
- /// </summary>
- internal static string Environment {
- get {
- return ResourceManager.GetString("Environment", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}.
- /// </summary>
- internal static string ErrorAddExternalToolsToToolBarFailed {
- get {
- return ResourceManager.GetString("ErrorAddExternalToolsToToolBarFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}.
- /// </summary>
- internal static string ErrorAddFolderFailed {
- get {
- return ResourceManager.GetString("ErrorAddFolderFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}..
- /// </summary>
- internal static string ErrorBadDatabaseVersion {
- get {
- return ResourceManager.GetString("ErrorBadDatabaseVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The connection list could not be saved..
- /// </summary>
- internal static string ErrorConnectionListSaveFailed {
- get {
- return ResourceManager.GetString("ErrorConnectionListSaveFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY could not be launched..
- /// </summary>
- internal static string ErrorCouldNotLaunchPutty {
- get {
- return ResourceManager.GetString("ErrorCouldNotLaunchPutty", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Decryption failed. {0}.
- /// </summary>
- internal static string ErrorDecryptionFailed {
- get {
- return ResourceManager.GetString("ErrorDecryptionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Encryption failed. {0}.
- /// </summary>
- internal static string ErrorEncryptionFailed {
- get {
- return ResourceManager.GetString("ErrorEncryptionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The Windows security setting, &quot;System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing&quot;, 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..
- /// </summary>
- internal static string ErrorFipsPolicyIncompatible {
- get {
- return ResourceManager.GetString("ErrorFipsPolicyIncompatible", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Errors.
- /// </summary>
- internal static string Errors {
- get {
- return ResourceManager.GetString("Errors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit..
- /// </summary>
- internal static string ErrorStartupConnectionFileLoad {
- get {
- return ResourceManager.GetString("ErrorStartupConnectionFileLoad", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}.
- /// </summary>
- internal static string ErrorVerifyDatabaseVersionFailed {
- get {
- return ResourceManager.GetString("ErrorVerifyDatabaseVersionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This exception will force mRemoteNG to close.
- /// </summary>
- internal static string ExceptionForcesmRemoteNGToClose {
- get {
- return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Exception Message.
- /// </summary>
- internal static string ExceptionMessage {
- get {
- return ResourceManager.GetString("ExceptionMessage", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Exit.
- /// </summary>
- internal static string Exit {
- get {
- return ResourceManager.GetString("Exit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Expand all folders.
- /// </summary>
- internal static string ExpandAllFolders {
- get {
- return ResourceManager.GetString("ExpandAllFolders", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Experimental.
- /// </summary>
- internal static string Experimental {
- get {
- return ResourceManager.GetString("Experimental", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export.
- /// </summary>
- internal static string Export {
- get {
- return ResourceManager.GetString("Export", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export everything.
- /// </summary>
- internal static string ExportEverything {
- get {
- return ResourceManager.GetString("ExportEverything", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export File.
- /// </summary>
- internal static string ExportFile {
- get {
- return ResourceManager.GetString("ExportFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export Items.
- /// </summary>
- internal static string ExportItems {
- get {
- return ResourceManager.GetString("ExportItems", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export Properties.
- /// </summary>
- internal static string ExportProperties {
- get {
- return ResourceManager.GetString("ExportProperties", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export the currently selected connection.
- /// </summary>
- internal static string ExportSelectedConnection {
- get {
- return ResourceManager.GetString("ExportSelectedConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Export the currently selected folder.
- /// </summary>
- internal static string ExportSelectedFolder {
- get {
- return ResourceManager.GetString("ExportSelectedFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to External Tool.
- /// </summary>
- internal static string ExternalTool {
- get {
- return ResourceManager.GetString("ExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to External Tool After.
- /// </summary>
- internal static string ExternalToolAfter {
- get {
- return ResourceManager.GetString("ExternalToolAfter", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to External Tool Before.
- /// </summary>
- internal static string ExternalToolBefore {
- get {
- return ResourceManager.GetString("ExternalToolBefore", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New External Tool.
- /// </summary>
- internal static string ExternalToolDefaultName {
- get {
- return ResourceManager.GetString("ExternalToolDefaultName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to External Tool Properties.
- /// </summary>
- internal static string ExternalToolProperties {
- get {
- return ResourceManager.GetString("ExternalToolProperties", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to External Tools Toolbar.
- /// </summary>
- internal static string ExternalToolsToolbar {
- get {
- return ResourceManager.GetString("ExternalToolsToolbar", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Favorite.
- /// </summary>
- internal static string Favorite {
- get {
- return ResourceManager.GetString("Favorite", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Favorites.
- /// </summary>
- internal static string Favorites {
- get {
- return ResourceManager.GetString("Favorites", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to File &amp;Format:.
- /// </summary>
- internal static string FileFormat {
- get {
- return ResourceManager.GetString("FileFormat", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filename.
- /// </summary>
- internal static string Filename {
- get {
- return ResourceManager.GetString("Filename", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Files.
- /// </summary>
- internal static string Files {
- get {
- return ResourceManager.GetString("Files", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to All Files (*.*).
- /// </summary>
- internal static string FilterAll {
- get {
- return ResourceManager.GetString("FilterAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to All importable files.
- /// </summary>
- internal static string FilterAllImportable {
- get {
- return ResourceManager.GetString("FilterAllImportable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Application Files (*.exe).
- /// </summary>
- internal static string FilterApplication {
- get {
- return ResourceManager.GetString("FilterApplication", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemote CSV Files (*.csv).
- /// </summary>
- internal static string FiltermRemoteCSV {
- get {
- return ResourceManager.GetString("FiltermRemoteCSV", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemote XML Files (*.xml).
- /// </summary>
- internal static string FiltermRemoteXML {
- get {
- return ResourceManager.GetString("FiltermRemoteXML", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY Connection Manager files.
- /// </summary>
- internal static string FilterPuttyConnectionManager {
- get {
- return ResourceManager.GetString("FilterPuttyConnectionManager", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg).
- /// </summary>
- internal static string FilterRdgFiles {
- get {
- return ResourceManager.GetString("FilterRdgFiles", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Files (*.rdp).
- /// </summary>
- internal static string FilterRDP {
- get {
- return ResourceManager.GetString("FilterRDP", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Filter search matches in connection tree.
- /// </summary>
- internal static string FilterSearchMatchesInConnectionTree {
- get {
- return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to First IP.
- /// </summary>
- internal static string FirstIp {
- get {
- return ResourceManager.GetString("FirstIp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to First Port.
- /// </summary>
- internal static string FirstPort {
- get {
- return ResourceManager.GetString("FirstPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fit To Panel.
- /// </summary>
- internal static string FitToPanel {
- get {
- return ResourceManager.GetString("FitToPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Font Smoothing.
- /// </summary>
- internal static string FontSmoothing {
- get {
- return ResourceManager.GetString("FontSmoothing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Inherit {0}.
- /// </summary>
- internal static string FormatInherit {
- get {
- return ResourceManager.GetString("FormatInherit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Description of inherited property: {0}.
- /// </summary>
- internal static string FormatInheritDescription {
- get {
- return ResourceManager.GetString("FormatInheritDescription", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Free.
- /// </summary>
- internal static string Free {
- get {
- return ResourceManager.GetString("Free", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Fullscreen.
- /// </summary>
- internal static string Fullscreen {
- get {
- return ResourceManager.GetString("Fullscreen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gateway.
- /// </summary>
- internal static string Gateway {
- get {
- return ResourceManager.GetString("Gateway", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to General.
- /// </summary>
- internal static string General {
- get {
- return ResourceManager.GetString("General", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An error occured while loading the connection entry for &quot;{0}&quot; from &quot;{1}&quot;. {2}.
- /// </summary>
- internal static string GetConnectionInfoFromXmlFailed {
- get {
- return ResourceManager.GetString("GetConnectionInfoFromXmlFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Automatic Reconnect.
- /// </summary>
- internal static string GroupboxAutomaticReconnect {
- get {
- return ResourceManager.GetString("GroupboxAutomaticReconnect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG Help.
- /// </summary>
- internal static string HelpContents {
- get {
- return ResourceManager.GetString("HelpContents", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to High.
- /// </summary>
- internal static string High {
- get {
- return ResourceManager.GetString("High", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Host.
- /// </summary>
- internal static string Host {
- get {
- return ResourceManager.GetString("Host", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Hostname:.
- /// </summary>
- internal static string Hostname {
- get {
- return ResourceManager.GetString("Hostname", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Hostname/IP.
- /// </summary>
- internal static string HostnameIp {
- get {
- return ResourceManager.GetString("HostnameIp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to HTTP.
- /// </summary>
- internal static string Http {
- get {
- return ResourceManager.GetString("Http", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Edge Chromium.
- /// </summary>
- internal static string HttpCEF {
- get {
- return ResourceManager.GetString("HttpCEF", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to HTTP Connect Failed!.
- /// </summary>
- internal static string HttpConnectFailed {
- get {
- return ResourceManager.GetString("HttpConnectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t create new HTTP Connection!.
- /// </summary>
- internal static string HttpConnectionFailed {
- get {
- return ResourceManager.GetString("HttpConnectionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Changing HTTP Document Tile Failed!.
- /// </summary>
- internal static string HttpDocumentTileChangeFailed {
- get {
- return ResourceManager.GetString("HttpDocumentTileChangeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Failed to contruct the URL to load.
- /// </summary>
- internal static string HttpFailedUrlBuild {
- get {
- return ResourceManager.GetString("HttpFailedUrlBuild", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Internet Explorer.
- /// </summary>
- internal static string HttpInternetExplorer {
- get {
- return ResourceManager.GetString("HttpInternetExplorer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to HTTPS.
- /// </summary>
- internal static string Https {
- get {
- return ResourceManager.GetString("Https", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Set HTTP Props failed!.
- /// </summary>
- internal static string HttpSetPropsFailed {
- get {
- return ResourceManager.GetString("HttpSetPropsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Icon.
- /// </summary>
- internal static string Icon {
- get {
- return ResourceManager.GetString("Icon", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix &quot;Quick:&quot;.
- /// </summary>
- internal static string IdentifyQuickConnectTabs {
- get {
- return ResourceManager.GetString("IdentifyQuickConnectTabs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import from Active Directory.
- /// </summary>
- internal static string ImportAD {
- get {
- return ResourceManager.GetString("ImportAD", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An error occurred while importing the file &quot;{0}&quot;..
- /// </summary>
- internal static string ImportFileFailedContent {
- get {
- return ResourceManager.GetString("ImportFileFailedContent", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import from &amp;File....
- /// </summary>
- internal static string ImportFromFile {
- get {
- return ResourceManager.GetString("ImportFromFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import from Port Scan.
- /// </summary>
- internal static string ImportPortScan {
- get {
- return ResourceManager.GetString("ImportPortScan", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Import sub OUs.
- /// </summary>
- internal static string ImportSubOUs {
- get {
- return ResourceManager.GetString("ImportSubOUs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Informations.
- /// </summary>
- internal static string Informations {
- get {
- return ResourceManager.GetString("Informations", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Inheritance.
- /// </summary>
- internal static string Inheritance {
- get {
- return ResourceManager.GetString("Inheritance", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Dispose of Int App process failed!.
- /// </summary>
- internal static string IntAppDisposeFailed {
- get {
- return ResourceManager.GetString("IntAppDisposeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Int App Focus Failed!.
- /// </summary>
- internal static string IntAppFocusFailed {
- get {
- return ResourceManager.GetString("IntAppFocusFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Int App Handle: {0}.
- /// </summary>
- internal static string IntAppHandle {
- get {
- return ResourceManager.GetString("IntAppHandle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Killing Int App Process failed!.
- /// </summary>
- internal static string IntAppKillFailed {
- get {
- return ResourceManager.GetString("IntAppKillFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Int App Resize failed!.
- /// </summary>
- internal static string IntAppResizeFailed {
- get {
- return ResourceManager.GetString("IntAppResizeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to --- IntApp Stuff ---.
- /// </summary>
- internal static string IntAppStuff {
- get {
- return ResourceManager.GetString("IntAppStuff", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Int App Title: {0}.
- /// </summary>
- internal static string IntAppTitle {
- get {
- return ResourceManager.GetString("IntAppTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to (Automatically Detect).
- /// </summary>
- internal static string LanguageDefault {
- get {
- return ResourceManager.GetString("LanguageDefault", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect..
- /// </summary>
- internal static string LanguageRestartRequired {
- get {
- return ResourceManager.GetString("LanguageRestartRequired", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Language.
- /// </summary>
- internal static string LanguageString {
- get {
- return ResourceManager.GetString("LanguageString", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Last IP.
- /// </summary>
- internal static string LastIp {
- get {
- return ResourceManager.GetString("LastIp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Last Port.
- /// </summary>
- internal static string LastPort {
- get {
- return ResourceManager.GetString("LastPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Launch External Tool.
- /// </summary>
- internal static string LaunchExternalTool {
- get {
- return ResourceManager.GetString("LaunchExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to License.
- /// </summary>
- internal static string License {
- get {
- return ResourceManager.GetString("License", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Load Balance Info.
- /// </summary>
- internal static string LoadBalanceInfo {
- get {
- return ResourceManager.GetString("LoadBalanceInfo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use UTF8 encoding for RDP &quot;Load Balance Info&quot; property.
- /// </summary>
- internal static string LoadBalanceInfoUseUtf8 {
- get {
- return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Load from SQL failed.
- /// </summary>
- internal static string LoadFromSqlFailed {
- get {
- return ResourceManager.GetString("LoadFromSqlFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The connection information could not be loaded from the SQL server..
- /// </summary>
- internal static string LoadFromSqlFailedContent {
- get {
- return ResourceManager.GetString("LoadFromSqlFailedContent", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Load From XML failed!.
- /// </summary>
- internal static string LoadFromXmlFailed {
- get {
- return ResourceManager.GetString("LoadFromXmlFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Local file.
- /// </summary>
- internal static string LocalFile {
- get {
- return ResourceManager.GetString("LocalFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Local file does not exist!.
- /// </summary>
- internal static string LocalFileDoesNotExist {
- get {
- return ResourceManager.GetString("LocalFileDoesNotExist", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Lock toolbar positions.
- /// </summary>
- internal static string LockToolbars {
- get {
- return ResourceManager.GetString("LockToolbars", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log file path.
- /// </summary>
- internal static string LogFilePath {
- get {
- return ResourceManager.GetString("LogFilePath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Logging.
- /// </summary>
- internal static string Logging {
- get {
- return ResourceManager.GetString("Logging", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Login failed for user &apos;{0}&apos;..
- /// </summary>
- internal static string LoginFailedForUser {
- get {
- return ResourceManager.GetString("LoginFailedForUser", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log these message types.
- /// </summary>
- internal static string LogTheseMessageTypes {
- get {
- return ResourceManager.GetString("LogTheseMessageTypes", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Log to application directory.
- /// </summary>
- internal static string LogToAppDir {
- get {
- return ResourceManager.GetString("LogToAppDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to MAC Address.
- /// </summary>
- internal static string MacAddress {
- get {
- return ResourceManager.GetString("MacAddress", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Medium.
- /// </summary>
- internal static string Medium {
- get {
- return ResourceManager.GetString("Medium", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Message.
- /// </summary>
- internal static string Message {
- get {
- return ResourceManager.GetString("Message", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Minimize to notification area.
- /// </summary>
- internal static string MinimizeToSysTray {
- get {
- return ResourceManager.GetString("MinimizeToSysTray", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Minutes to Idle.
- /// </summary>
- internal static string MinutesToIdleTimeout {
- get {
- return ResourceManager.GetString("MinutesToIdleTimeout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Miscellaneous.
- /// </summary>
- internal static string Miscellaneous {
- get {
- return ResourceManager.GetString("Miscellaneous", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Monthly.
- /// </summary>
- internal static string Monthly {
- get {
- return ResourceManager.GetString("Monthly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Move down.
- /// </summary>
- internal static string MoveDown {
- get {
- return ResourceManager.GetString("MoveDown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Move up.
- /// </summary>
- internal static string MoveUp {
- get {
- return ResourceManager.GetString("MoveUp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG CSV.
- /// </summary>
- internal static string MremoteNgCsv {
- get {
- return ResourceManager.GetString("MremoteNgCsv", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG Unhandled Exception.
- /// </summary>
- internal static string mRemoteNGUnhandledException {
- get {
- return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG XML.
- /// </summary>
- internal static string MremoteNgXml {
- get {
- return ResourceManager.GetString("MremoteNgXml", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Multi SSH:.
- /// </summary>
- internal static string MultiSsh {
- get {
- return ResourceManager.GetString("MultiSsh", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Multi SSH toolbar.
- /// </summary>
- internal static string MultiSshToolbar {
- get {
- return ResourceManager.GetString("MultiSshToolbar", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately..
- /// </summary>
- internal static string MultiSshToolTip {
- get {
- return ResourceManager.GetString("MultiSshToolTip", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Must Be Between 0 and 255.
- /// </summary>
- internal static string MustBeBetween0And255 {
- get {
- return ResourceManager.GetString("MustBeBetween0And255", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to My current credentials (Windows logon information).
- /// </summary>
- internal static string MyCurrentWindowsCreds {
- get {
- return ResourceManager.GetString("MyCurrentWindowsCreds", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Name.
- /// </summary>
- internal static string Name {
- get {
- return ResourceManager.GetString("Name", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Never.
- /// </summary>
- internal static string Never {
- get {
- return ResourceManager.GetString("Never", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Connection.
- /// </summary>
- internal static string NewConnection {
- get {
- return ResourceManager.GetString("NewConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Connection File.
- /// </summary>
- internal static string NewConnectionFile {
- get {
- return ResourceManager.GetString("NewConnectionFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New External Tool.
- /// </summary>
- internal static string NewExternalTool {
- get {
- return ResourceManager.GetString("NewExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Folder.
- /// </summary>
- internal static string NewFolder {
- get {
- return ResourceManager.GetString("NewFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Panel.
- /// </summary>
- internal static string NewPanel {
- get {
- return ResourceManager.GetString("NewPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New Title.
- /// </summary>
- internal static string NewTitle {
- get {
- return ResourceManager.GetString("NewTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No.
- /// </summary>
- internal static string No {
- get {
- return ResourceManager.GetString("No", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No сompression.
- /// </summary>
- internal static string NoCompression {
- get {
- return ResourceManager.GetString("NoCompression", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This node is already in this folder..
- /// </summary>
- internal static string NodeAlreadyInFolder {
- get {
- return ResourceManager.GetString("NodeAlreadyInFolder", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cannot drag node onto itself..
- /// </summary>
- internal static string NodeCannotDragOnSelf {
- get {
- return ResourceManager.GetString("NodeCannotDragOnSelf", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cannot drag parent node onto child..
- /// </summary>
- internal static string NodeCannotDragParentOnChild {
- get {
- return ResourceManager.GetString("NodeCannotDragParentOnChild", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This node is not draggable..
- /// </summary>
- internal static string NodeNotDraggable {
- get {
- return ResourceManager.GetString("NodeNotDraggable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No ext. app specified..
- /// </summary>
- internal static string NoExtAppDefined {
- get {
- return ResourceManager.GetString("NoExtAppDefined", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to None.
- /// </summary>
- internal static string None {
- get {
- return ResourceManager.GetString("None", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Normal.
- /// </summary>
- internal static string Normal {
- get {
- return ResourceManager.GetString("Normal", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No SmartSize.
- /// </summary>
- internal static string NoSmartSize {
- get {
- return ResourceManager.GetString("NoSmartSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Notifications.
- /// </summary>
- internal static string Notifications {
- get {
- return ResourceManager.GetString("Notifications", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to No update available.
- /// </summary>
- internal static string NoUpdateAvailable {
- get {
- return ResourceManager.GetString("NoUpdateAvailable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error.
- ///If you run into such an error, please create a new connection file!.
- /// </summary>
- internal static string OldConffile {
- get {
- return ResourceManager.GetString("OldConffile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open a different file.
- /// </summary>
- internal static string OpenADifferentFile {
- get {
- return ResourceManager.GetString("OpenADifferentFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Connection File....
- /// </summary>
- internal static string OpenConnectionFile {
- get {
- return ResourceManager.GetString("OpenConnectionFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open file.
- /// </summary>
- internal static string OpenFile {
- get {
- return ResourceManager.GetString("OpenFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Opening Command.
- /// </summary>
- internal static string OpeningCommand {
- get {
- return ResourceManager.GetString("OpeningCommand", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open new tab to the right of the currently selected tab.
- /// </summary>
- internal static string OpenNewTabRight {
- get {
- return ResourceManager.GetString("OpenNewTabRight", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Open Ports.
- /// </summary>
- internal static string OpenPorts {
- get {
- return ResourceManager.GetString("OpenPorts", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Options.
- /// </summary>
- internal static string Options {
- get {
- return ResourceManager.GetString("Options", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG Options.
- /// </summary>
- internal static string OptionsPageTitle {
- get {
- return ResourceManager.GetString("OptionsPageTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Testing....
- /// </summary>
- internal static string OptionsProxyTesting {
- get {
- return ResourceManager.GetString("OptionsProxyTesting", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change..
- /// </summary>
- internal static string OptionsThemeChangeWarning {
- get {
- return ResourceManager.GetString("OptionsThemeChangeWarning", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do you really want to delete the theme?.
- /// </summary>
- internal static string OptionsThemeDeleteConfirmation {
- get {
- return ResourceManager.GetString("OptionsThemeDeleteConfirmation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to New theme name.
- /// </summary>
- internal static string OptionsThemeNewThemeCaption {
- get {
- return ResourceManager.GetString("OptionsThemeNewThemeCaption", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name.
- /// </summary>
- internal static string OptionsThemeNewThemeError {
- get {
- return ResourceManager.GetString("OptionsThemeNewThemeError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Type the new theme name.
- /// </summary>
- internal static string OptionsThemeNewThemeText {
- get {
- return ResourceManager.GetString("OptionsThemeNewThemeText", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Out Of Range.
- /// </summary>
- internal static string OutOfRange {
- get {
- return ResourceManager.GetString("OutOfRange", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Panel.
- /// </summary>
- internal static string Panel {
- get {
- return ResourceManager.GetString("Panel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Panel Handle: {0}.
- /// </summary>
- internal static string PanelHandle {
- get {
- return ResourceManager.GetString("PanelHandle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Panel Name.
- /// </summary>
- internal static string PanelName {
- get {
- return ResourceManager.GetString("PanelName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password.
- /// </summary>
- internal static string Password {
- get {
- return ResourceManager.GetString("Password", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}.
- /// </summary>
- internal static string PasswordConstainsSpecialCharactersConstraintHint {
- get {
- return ResourceManager.GetString("PasswordConstainsSpecialCharactersConstraintHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password must contain at least {0} lower case character(s).
- /// </summary>
- internal static string PasswordContainsLowerCaseConstraintHint {
- get {
- return ResourceManager.GetString("PasswordContainsLowerCaseConstraintHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password must contain at least {0} number(s).
- /// </summary>
- internal static string PasswordContainsNumbersConstraint {
- get {
- return ResourceManager.GetString("PasswordContainsNumbersConstraint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password must contain at least {0} upper case character(s).
- /// </summary>
- internal static string PasswordContainsUpperCaseConstraintHint {
- get {
- return ResourceManager.GetString("PasswordContainsUpperCaseConstraintHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password length must be between {0} and {1}.
- /// </summary>
- internal static string PasswordLengthConstraintHint {
- get {
- return ResourceManager.GetString("PasswordLengthConstraintHint", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Password protect.
- /// </summary>
- internal static string PasswordProtect {
- get {
- return ResourceManager.GetString("PasswordProtect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Both passwords must match..
- /// </summary>
- internal static string PasswordStatusMustMatch {
- get {
- return ResourceManager.GetString("PasswordStatusMustMatch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The password must be at least 3 characters long..
- /// </summary>
- internal static string PasswordStatusTooShort {
- get {
- return ResourceManager.GetString("PasswordStatusTooShort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Place search bar above connection tree.
- /// </summary>
- internal static string PlaceSearchBarAboveConnectionTree {
- get {
- return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Please fill all fields.
- /// </summary>
- internal static string PleaseFillAllFields {
- get {
- return ResourceManager.GetString("PleaseFillAllFields", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Popups.
- /// </summary>
- internal static string Popups {
- get {
- return ResourceManager.GetString("Popups", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Port.
- /// </summary>
- internal static string Port {
- get {
- return ResourceManager.GetString("Port", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Portable Edition.
- /// </summary>
- internal static string PortableEdition {
- get {
- return ResourceManager.GetString("PortableEdition", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ports.
- /// </summary>
- internal static string Ports {
- get {
- return ResourceManager.GetString("Ports", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Port Scan.
- /// </summary>
- internal static string PortScan {
- get {
- return ResourceManager.GetString("PortScan", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Port scan complete..
- /// </summary>
- internal static string PortScanComplete {
- get {
- return ResourceManager.GetString("PortScanComplete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t load PortScan panel!.
- /// </summary>
- internal static string PortScanCouldNotLoadPanel {
- get {
- return ResourceManager.GetString("PortScanCouldNotLoadPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PowerShell.
- /// </summary>
- internal static string PowerShell {
- get {
- return ResourceManager.GetString("PowerShell", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Printers.
- /// </summary>
- internal static string Printers {
- get {
- return ResourceManager.GetString("Printers", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Properties.
- /// </summary>
- internal static string Properties {
- get {
- return ResourceManager.GetString("Properties", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Toggle all inheritance options..
- /// </summary>
- internal static string PropertyDescriptionAll {
- get {
- return ResourceManager.GetString("PropertyDescriptionAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select which authentication level this connection should use..
- /// </summary>
- internal static string PropertyDescriptionAuthenticationLevel {
- get {
- return ResourceManager.GetString("PropertyDescriptionAuthenticationLevel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select how you want to authenticate against the VNC server..
- /// </summary>
- internal static string PropertyDescriptionAuthenticationMode {
- get {
- return ResourceManager.GetString("PropertyDescriptionAuthenticationMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher..
- /// </summary>
- internal static string PropertyDescriptionAutomaticResize {
- get {
- return ResourceManager.GetString("PropertyDescriptionAutomaticResize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether to use bitmap caching or not..
- /// </summary>
- internal static string PropertyDescriptionCacheBitmaps {
- get {
- return ResourceManager.GetString("PropertyDescriptionCacheBitmaps", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select the colour quality to be used..
- /// </summary>
- internal static string PropertyDescriptionColors {
- get {
- return ResourceManager.GetString("PropertyDescriptionColors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select the compression value to be used..
- /// </summary>
- internal static string PropertyDescriptionCompression {
- get {
- return ResourceManager.GetString("PropertyDescriptionCompression", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Put your notes or a description for the host here..
- /// </summary>
- internal static string PropertyDescriptionDescription {
- get {
- return ResourceManager.GetString("PropertyDescriptionDescription", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Determines whether cursor flashes should be disabled..
- /// </summary>
- internal static string PropertyDescriptionDisableCursorBlinking {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisableCursorBlinking", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Determines whether a mouse shadow should be visible..
- /// </summary>
- internal static string PropertyDescriptionDisableCursorShadow {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisableCursorShadow", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location..
- /// </summary>
- internal static string PropertyDescriptionDisableFullWindowDrag {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisableFullWindowDrag", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session..
- /// </summary>
- internal static string PropertyDescriptionDisableMenuAnimations {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisableMenuAnimations", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed..
- /// </summary>
- internal static string PropertyDescriptionDisplayThemes {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisplayThemes", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed..
- /// </summary>
- internal static string PropertyDescriptionDisplayWallpaper {
- get {
- return ResourceManager.GetString("PropertyDescriptionDisplayWallpaper", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter your domain..
- /// </summary>
- internal static string PropertyDescriptionDomain {
- get {
- return ResourceManager.GetString("PropertyDescriptionDomain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether to use desktop composition or not..
- /// </summary>
- internal static string PropertyDescriptionEnableDesktopComposition {
- get {
- return ResourceManager.GetString("PropertyDescriptionEnableDesktopComposition", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether to use font smoothing or not..
- /// </summary>
- internal static string PropertyDescriptionEnableFontSmoothing {
- get {
- return ResourceManager.GetString("PropertyDescriptionEnableFontSmoothing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select the encoding mode to be used..
- /// </summary>
- internal static string PropertyDescriptionEncoding {
- get {
- return ResourceManager.GetString("PropertyDescriptionEncoding", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select the external tool to be started..
- /// </summary>
- internal static string PropertyDescriptionExternalTool {
- get {
- return ResourceManager.GetString("PropertyDescriptionExternalTool", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host..
- /// </summary>
- internal static string PropertyDescriptionExternalToolAfter {
- get {
- return ResourceManager.GetString("PropertyDescriptionExternalToolAfter", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established..
- /// </summary>
- internal static string PropertyDescriptionExternalToolBefore {
- get {
- return ResourceManager.GetString("PropertyDescriptionExternalToolBefore", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show this connection in the favorites menu..
- /// </summary>
- internal static string PropertyDescriptionFavorite {
- get {
- return ResourceManager.GetString("PropertyDescriptionFavorite", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter the hostname or ip you want to connect to..
- /// </summary>
- internal static string PropertyDescriptionHostnameIp {
- get {
- return ResourceManager.GetString("PropertyDescriptionHostnameIp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host..
- /// </summary>
- internal static string PropertyDescriptionIcon {
- get {
- return ResourceManager.GetString("PropertyDescriptionIcon", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server..
- /// </summary>
- internal static string PropertyDescriptionLoadBalanceInfo {
- get {
- return ResourceManager.GetString("PropertyDescriptionLoadBalanceInfo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool..
- /// </summary>
- internal static string PropertyDescriptionMACAddress {
- get {
- return ResourceManager.GetString("PropertyDescriptionMACAddress", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to This is the name that will be displayed in the connections tree..
- /// </summary>
- internal static string PropertyDescriptionName {
- get {
- return ResourceManager.GetString("PropertyDescriptionName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to A command to run on the remote server after successfully connecting..
- /// </summary>
- internal static string PropertyDescriptionOpeningCommand {
- get {
- return ResourceManager.GetString("PropertyDescriptionOpeningCommand", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sets the panel in which the connection will open..
- /// </summary>
- internal static string PropertyDescriptionPanel {
- get {
- return ResourceManager.GetString("PropertyDescriptionPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter your password..
- /// </summary>
- internal static string PropertyDescriptionPassword {
- get {
- return ResourceManager.GetString("PropertyDescriptionPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// 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..
- /// </summary>
- internal static string PropertyDescriptionPasswordProtect {
- get {
- return ResourceManager.GetString("PropertyDescriptionPasswordProtect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter the port the selected protocol is listening on..
- /// </summary>
- internal static string PropertyDescriptionPort {
- get {
- return ResourceManager.GetString("PropertyDescriptionPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host..
- /// </summary>
- internal static string PropertyDescriptionProtocol {
- get {
- return ResourceManager.GetString("PropertyDescriptionProtocol", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select a PuTTY session to be used when connecting..
- /// </summary>
- internal static string PropertyDescriptionPuttySession {
- get {
- return ResourceManager.GetString("PropertyDescriptionPuttySession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server..
- /// </summary>
- internal static string PropertyDescriptionRDGatewayDomain {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDGatewayDomain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server..
- /// </summary>
- internal static string PropertyDescriptionRDGatewayHostname {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDGatewayHostname", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection..
- /// </summary>
- internal static string PropertyDescriptionRDGatewayUseConnectionCredentials {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server..
- /// </summary>
- internal static string PropertyDescriptionRDGatewayUsername {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDGatewayUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity.
- /// </summary>
- internal static string PropertyDescriptionRDPAlertIdleTimeout {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDPAlertIdleTimeout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server..
- /// </summary>
- internal static string PropertyDescriptionRdpGatewayPassword {
- get {
- return ResourceManager.GetString("PropertyDescriptionRdpGatewayPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server..
- /// </summary>
- internal static string PropertyDescriptionRdpGatewayUsageMethod {
- get {
- return ResourceManager.GetString("PropertyDescriptionRdpGatewayUsageMethod", resourceCulture);
- }
- }
-
- /// <summary>
- /// 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).
- /// </summary>
- internal static string PropertyDescriptionRDPMinutesToIdleTimeout {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The program to be started on the remote server upon connection..
- /// </summary>
- internal static string PropertyDescriptionRDPStartProgram {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDPStartProgram", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specifies the working directory of the alternate shell..
- /// </summary>
- internal static string PropertyDescriptionRDPStartProgramWorkDir {
- get {
- return ResourceManager.GetString("PropertyDescriptionRDPStartProgramWorkDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sets the version of RDP to use when opening connections..
- /// </summary>
- internal static string PropertyDescriptionRdpVersion {
- get {
- return ResourceManager.GetString("PropertyDescriptionRdpVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer..
- /// </summary>
- internal static string PropertyDescriptionRedirectAudioCapture {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectAudioCapture", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether the clipboard should be shared..
- /// </summary>
- internal static string PropertyDescriptionRedirectClipboard {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectClipboard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host..
- /// </summary>
- internal static string PropertyDescriptionRedirectDrives {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectDrives", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host..
- /// </summary>
- internal static string PropertyDescriptionRedirectKeys {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectKeys", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host..
- /// </summary>
- internal static string PropertyDescriptionRedirectPorts {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectPorts", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether local printers should be shown on the remote host..
- /// </summary>
- internal static string PropertyDescriptionRedirectPrinters {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectPrinters", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host..
- /// </summary>
- internal static string PropertyDescriptionRedirectSmartCards {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectSmartCards", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select how remote sound should be redirected..
- /// </summary>
- internal static string PropertyDescriptionRedirectSounds {
- get {
- return ResourceManager.GetString("PropertyDescriptionRedirectSounds", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML..
- /// </summary>
- internal static string PropertyDescriptionRenderingEngine {
- get {
- return ResourceManager.GetString("PropertyDescriptionRenderingEngine", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose the resolution or mode this connection will open in..
- /// </summary>
- internal static string PropertyDescriptionResolution {
- get {
- return ResourceManager.GetString("PropertyDescriptionResolution", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select the SmartSize mode to be used..
- /// </summary>
- internal static string PropertyDescriptionSmartSizeMode {
- get {
- return ResourceManager.GetString("PropertyDescriptionSmartSizeMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High.
- /// </summary>
- internal static string PropertyDescriptionSoundQuality {
- get {
- return ResourceManager.GetString("PropertyDescriptionSoundQuality", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details..
- /// </summary>
- internal static string PropertyDescriptionSshOptions {
- get {
- return ResourceManager.GetString("PropertyDescriptionSshOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// 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..
- /// </summary>
- internal static string PropertyDescriptionSshTunnel {
- get {
- return ResourceManager.GetString("PropertyDescriptionSshTunnel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Program/alternate shell.
- /// </summary>
- internal static string PropertyDescriptionStartProgram {
- get {
- return ResourceManager.GetString("PropertyDescriptionStartProgram", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect to the console session of the remote host..
- /// </summary>
- internal static string PropertyDescriptionUseConsoleSession {
- get {
- return ResourceManager.GetString("PropertyDescriptionUseConsoleSession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available..
- /// </summary>
- internal static string PropertyDescriptionUseCredSsp {
- get {
- return ResourceManager.GetString("PropertyDescriptionUseCredSsp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled..
- /// </summary>
- internal static string PropertyDescriptionUseEnhancedMode {
- get {
- return ResourceManager.GetString("PropertyDescriptionUseEnhancedMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Feel free to enter any information you need here..
- /// </summary>
- internal static string PropertyDescriptionUser1 {
- get {
- return ResourceManager.GetString("PropertyDescriptionUser1", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter your username..
- /// </summary>
- internal static string PropertyDescriptionUsername {
- get {
- return ResourceManager.GetString("PropertyDescriptionUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V..
- /// </summary>
- internal static string PropertyDescriptionUseVmId {
- get {
- return ResourceManager.GetString("PropertyDescriptionUseVmId", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes..
- /// </summary>
- internal static string PropertyDescriptionViewOnly {
- get {
- return ResourceManager.GetString("PropertyDescriptionViewOnly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to..
- /// </summary>
- internal static string PropertyDescriptionVmId {
- get {
- return ResourceManager.GetString("PropertyDescriptionVmId", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter the proxy address to be used..
- /// </summary>
- internal static string PropertyDescriptionVNCProxyAddress {
- get {
- return ResourceManager.GetString("PropertyDescriptionVNCProxyAddress", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter your password for authenticating against the proxy..
- /// </summary>
- internal static string PropertyDescriptionVNCProxyPassword {
- get {
- return ResourceManager.GetString("PropertyDescriptionVNCProxyPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter the port the proxy server listens on..
- /// </summary>
- internal static string PropertyDescriptionVNCProxyPort {
- get {
- return ResourceManager.GetString("PropertyDescriptionVNCProxyPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is..
- /// </summary>
- internal static string PropertyDescriptionVNCProxyType {
- get {
- return ResourceManager.GetString("PropertyDescriptionVNCProxyType", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Enter your username for authenticating against the proxy..
- /// </summary>
- internal static string PropertyDescriptionVNCProxyUsername {
- get {
- return ResourceManager.GetString("PropertyDescriptionVNCProxyUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Protocol.
- /// </summary>
- internal static string Protocol {
- get {
- return ResourceManager.GetString("Protocol", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Protocol Event Disconnected. Host: &quot;{1}&quot;; Protocol: &quot;{2}&quot; Message: &quot;{0}&quot;.
- /// </summary>
- internal static string ProtocolEventDisconnected {
- get {
- return ResourceManager.GetString("ProtocolEventDisconnected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Protocol Event Disconnected failed.
- ///{0}.
- /// </summary>
- internal static string ProtocolEventDisconnectFailed {
- get {
- return ResourceManager.GetString("ProtocolEventDisconnectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Protocol to import.
- /// </summary>
- internal static string ProtocolToImport {
- get {
- return ResourceManager.GetString("ProtocolToImport", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy.
- /// </summary>
- internal static string Proxy {
- get {
- return ResourceManager.GetString("Proxy", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy Address.
- /// </summary>
- internal static string ProxyAddress {
- get {
- return ResourceManager.GetString("ProxyAddress", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy Password.
- /// </summary>
- internal static string ProxyPassword {
- get {
- return ResourceManager.GetString("ProxyPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy Port.
- /// </summary>
- internal static string ProxyPort {
- get {
- return ResourceManager.GetString("ProxyPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy test failed!.
- /// </summary>
- internal static string ProxyTestFailed {
- get {
- return ResourceManager.GetString("ProxyTestFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy test succeeded!.
- /// </summary>
- internal static string ProxyTestSucceeded {
- get {
- return ResourceManager.GetString("ProxyTestSucceeded", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy Type.
- /// </summary>
- internal static string ProxyType {
- get {
- return ResourceManager.GetString("ProxyType", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Proxy Username.
- /// </summary>
- internal static string ProxyUsername {
- get {
- return ResourceManager.GetString("ProxyUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Dispose of Putty process failed!.
- /// </summary>
- internal static string PuttyDisposeFailed {
- get {
- return ResourceManager.GetString("PuttyDisposeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t set focus!.
- /// </summary>
- internal static string PuttyFocusFailed {
- get {
- return ResourceManager.GetString("PuttyFocusFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Putty Handle: {0}.
- /// </summary>
- internal static string PuttyHandle {
- get {
- return ResourceManager.GetString("PuttyHandle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Killing Putty Process failed!.
- /// </summary>
- internal static string PuttyKillFailed {
- get {
- return ResourceManager.GetString("PuttyKillFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Putty Resize Failed!.
- /// </summary>
- internal static string PuttyResizeFailed {
- get {
- return ResourceManager.GetString("PuttyResizeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY Saved Sessions.
- /// </summary>
- internal static string PuttySavedSessionsRootName {
- get {
- return ResourceManager.GetString("PuttySavedSessionsRootName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY Session.
- /// </summary>
- internal static string PuttySession {
- get {
- return ResourceManager.GetString("PuttySession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to To configure PuTTY sessions click this button:.
- /// </summary>
- internal static string PuttySessionsConfig {
- get {
- return ResourceManager.GetString("PuttySessionsConfig", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY Settings.
- /// </summary>
- internal static string PuttySettings {
- get {
- return ResourceManager.GetString("PuttySettings", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!.
- /// </summary>
- internal static string PuttyShowSettingsDialogFailed {
- get {
- return ResourceManager.GetString("PuttyShowSettingsDialogFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to --- PuTTY Stuff ---.
- /// </summary>
- internal static string PuttyStuff {
- get {
- return ResourceManager.GetString("PuttyStuff", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:.
- /// </summary>
- internal static string PuttyTimeout {
- get {
- return ResourceManager.GetString("PuttyTimeout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to PuTTY Title: {0}.
- /// </summary>
- internal static string PuttyTitle {
- get {
- return ResourceManager.GetString("PuttyTitle", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quick: {0}.
- /// </summary>
- internal static string Quick {
- get {
- return ResourceManager.GetString("Quick", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quick Connect.
- /// </summary>
- internal static string QuickConnect {
- get {
- return ResourceManager.GetString("QuickConnect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quick Connect Add Failed!.
- /// </summary>
- internal static string QuickConnectAddFailed {
- get {
- return ResourceManager.GetString("QuickConnectAddFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Creating quick connect failed.
- /// </summary>
- internal static string QuickConnectFailed {
- get {
- return ResourceManager.GetString("QuickConnectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Quick Connect Toolbar.
- /// </summary>
- internal static string QuickConnectToolbar {
- get {
- return ResourceManager.GetString("QuickConnectToolbar", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warn me only when e&amp;xiting mRemoteNG.
- /// </summary>
- internal static string RadioCloseWarnExit {
- get {
- return ResourceManager.GetString("RadioCloseWarnExit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warn me only when closing &amp;multiple connections.
- /// </summary>
- internal static string RadioCloseWarnMultiple {
- get {
- return ResourceManager.GetString("RadioCloseWarnMultiple", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do &amp;not warn me when closing connections.
- /// </summary>
- internal static string RadioCloseWarnNever {
- get {
- return ResourceManager.GetString("RadioCloseWarnNever", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RAW.
- /// </summary>
- internal static string Raw {
- get {
- return ResourceManager.GetString("Raw", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP.
- /// </summary>
- internal static string Rdp {
- get {
- return ResourceManager.GetString("Rdp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 16777216 Colours (24-bit).
- /// </summary>
- internal static string Rdp16777216Colors {
- get {
- return ResourceManager.GetString("Rdp16777216Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 256 Colours (8-bit).
- /// </summary>
- internal static string Rdp256Colors {
- get {
- return ResourceManager.GetString("Rdp256Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 32768 Colours (15-bit).
- /// </summary>
- internal static string Rdp32768Colors {
- get {
- return ResourceManager.GetString("Rdp32768Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 16777216 Colours (32-bit).
- /// </summary>
- internal static string Rdp4294967296Colors {
- get {
- return ResourceManager.GetString("Rdp4294967296Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to 65536 Colours (16-bit).
- /// </summary>
- internal static string Rdp65536Colors {
- get {
- return ResourceManager.GetString("Rdp65536Colors", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t create RDP control, please check mRemoteNG requirements..
- /// </summary>
- internal static string RdpControlCreationFailed {
- get {
- return ResourceManager.GetString("RdpControlCreationFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Disconnect failed, trying to close!.
- /// </summary>
- internal static string RdpDisconnectFailed {
- get {
- return ResourceManager.GetString("RdpDisconnectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Internal error code 1..
- /// </summary>
- internal static string RdpErrorCode1 {
- get {
- return ResourceManager.GetString("RdpErrorCode1", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Internal error code 2..
- /// </summary>
- internal static string RdpErrorCode2 {
- get {
- return ResourceManager.GetString("RdpErrorCode2", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Internal error code 3. This is not a valid state..
- /// </summary>
- internal static string RdpErrorCode3 {
- get {
- return ResourceManager.GetString("RdpErrorCode3", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Internal error code 4..
- /// </summary>
- internal static string RdpErrorCode4 {
- get {
- return ResourceManager.GetString("RdpErrorCode4", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An unrecoverable error has occurred during client connection..
- /// </summary>
- internal static string RdpErrorConnection {
- get {
- return ResourceManager.GetString("RdpErrorConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to GetError failed (FatalErrors).
- /// </summary>
- internal static string RdpErrorGetFailure {
- get {
- return ResourceManager.GetString("RdpErrorGetFailure", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An out-of-memory error has occurred..
- /// </summary>
- internal static string RdpErrorOutOfMemory {
- get {
- return ResourceManager.GetString("RdpErrorOutOfMemory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An unknown error has occurred..
- /// </summary>
- internal static string RdpErrorUnknown {
- get {
- return ResourceManager.GetString("RdpErrorUnknown", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to A window-creation error has occurred..
- /// </summary>
- internal static string RdpErrorWindowCreation {
- get {
- return ResourceManager.GetString("RdpErrorWindowCreation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Winsock initialization error..
- /// </summary>
- internal static string RdpErrorWinsock {
- get {
- return ResourceManager.GetString("RdpErrorWinsock", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Focus failed!.
- /// </summary>
- internal static string RdpFocusFailed {
- get {
- return ResourceManager.GetString("RdpFocusFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gateway Domain.
- /// </summary>
- internal static string RdpGatewayDomain {
- get {
- return ResourceManager.GetString("RdpGatewayDomain", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gateway Hostname.
- /// </summary>
- internal static string RdpGatewayHostname {
- get {
- return ResourceManager.GetString("RdpGatewayHostname", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Gateway is supported..
- /// </summary>
- internal static string RdpGatewayIsSupported {
- get {
- return ResourceManager.GetString("RdpGatewayIsSupported", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Gateway is not supported!.
- /// </summary>
- internal static string RdpGatewayNotSupported {
- get {
- return ResourceManager.GetString("RdpGatewayNotSupported", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remote Desktop Gateway Password.
- /// </summary>
- internal static string RdpGatewayPassword {
- get {
- return ResourceManager.GetString("RdpGatewayPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use Gateway.
- /// </summary>
- internal static string RdpGatewayUsageMethod {
- get {
- return ResourceManager.GetString("RdpGatewayUsageMethod", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gateway Credentials.
- /// </summary>
- internal static string RdpGatewayUseConnectionCredentials {
- get {
- return ResourceManager.GetString("RdpGatewayUseConnectionCredentials", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Gateway Username.
- /// </summary>
- internal static string RdpGatewayUsername {
- get {
- return ResourceManager.GetString("RdpGatewayUsername", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Connection Timeout.
- /// </summary>
- internal static string RdpOverallConnectionTimeout {
- get {
- return ResourceManager.GetString("RdpOverallConnectionTimeout", resourceCulture);
- }
- }
-
- /// <summary>
- /// 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..
- /// </summary>
- internal static string RdpProtocolVersionNotSupported {
- get {
- return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP reconnection count:.
- /// </summary>
- internal static string RdpReconnectCount {
- get {
- return ResourceManager.GetString("RdpReconnectCount", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!.
- /// </summary>
- internal static string RdpSetAuthenticationLevelFailed {
- get {
- return ResourceManager.GetString("RdpSetAuthenticationLevelFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetUseConsoleSession failed!.
- /// </summary>
- internal static string RdpSetConsoleSessionFailed {
- get {
- return ResourceManager.GetString("RdpSetConsoleSessionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}..
- /// </summary>
- internal static string RdpSetConsoleSwitch {
- get {
- return ResourceManager.GetString("RdpSetConsoleSwitch", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetCredentials failed!.
- /// </summary>
- internal static string RdpSetCredentialsFailed {
- get {
- return ResourceManager.GetString("RdpSetCredentialsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetEventHandlers failed!.
- /// </summary>
- internal static string RdpSetEventHandlersFailed {
- get {
- return ResourceManager.GetString("RdpSetEventHandlersFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetRDGateway failed!.
- /// </summary>
- internal static string RdpSetGatewayFailed {
- get {
- return ResourceManager.GetString("RdpSetGatewayFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetPerformanceFlags failed!.
- /// </summary>
- internal static string RdpSetPerformanceFlagsFailed {
- get {
- return ResourceManager.GetString("RdpSetPerformanceFlagsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetPort failed!.
- /// </summary>
- internal static string RdpSetPortFailed {
- get {
- return ResourceManager.GetString("RdpSetPortFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetProps failed!.
- /// </summary>
- internal static string RdpSetPropsFailed {
- get {
- return ResourceManager.GetString("RdpSetPropsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Set Redirection Failed!.
- /// </summary>
- internal static string RdpSetRedirectionFailed {
- get {
- return ResourceManager.GetString("RdpSetRedirectionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Set Redirect Keys Failed!.
- /// </summary>
- internal static string RdpSetRedirectKeysFailed {
- get {
- return ResourceManager.GetString("RdpSetRedirectKeysFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP SetResolution failed!.
- /// </summary>
- internal static string RdpSetResolutionFailed {
- get {
- return ResourceManager.GetString("RdpSetResolutionFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Bring to this computer.
- /// </summary>
- internal static string RdpSoundBringToThisComputer {
- get {
- return ResourceManager.GetString("RdpSoundBringToThisComputer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Leave at remote computer.
- /// </summary>
- internal static string RdpSoundLeaveAtRemoteComputer {
- get {
- return ResourceManager.GetString("RdpSoundLeaveAtRemoteComputer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Alternate Shell.
- /// </summary>
- internal static string RDPStartProgram {
- get {
- return ResourceManager.GetString("RDPStartProgram", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Alternate shell working directory.
- /// </summary>
- internal static string RDPStartProgramWorkDir {
- get {
- return ResourceManager.GetString("RDPStartProgramWorkDir", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP ToggleFullscreen failed!.
- /// </summary>
- internal static string RdpToggleFullscreenFailed {
- get {
- return ResourceManager.GetString("RdpToggleFullscreenFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP ToggleSmartSize failed!.
- /// </summary>
- internal static string RdpToggleSmartSizeFailed {
- get {
- return ResourceManager.GetString("RdpToggleSmartSizeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to RDP Version.
- /// </summary>
- internal static string RdpVersion {
- get {
- return ResourceManager.GetString("RdpVersion", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Read only:.
- /// </summary>
- internal static string ReadOnly {
- get {
- return ResourceManager.GetString("ReadOnly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reconnect.
- /// </summary>
- internal static string Reconnect {
- get {
- return ResourceManager.GetString("Reconnect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reconnect All Connections.
- /// </summary>
- internal static string ReconnectAllConnections {
- get {
- return ResourceManager.GetString("ReconnectAllConnections", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reconnect to previously opened sessions on startup.
- /// </summary>
- internal static string ReconnectAtStartup {
- get {
- return ResourceManager.GetString("ReconnectAtStartup", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Redirect.
- /// </summary>
- internal static string Redirect {
- get {
- return ResourceManager.GetString("Redirect", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Disk Drives.
- /// </summary>
- internal static string RedirectDrives {
- get {
- return ResourceManager.GetString("RedirectDrives", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Key Combinations.
- /// </summary>
- internal static string RedirectKeys {
- get {
- return ResourceManager.GetString("RedirectKeys", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Smart Cards.
- /// </summary>
- internal static string RedirectSmartCards {
- get {
- return ResourceManager.GetString("RedirectSmartCards", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Refresh.
- /// </summary>
- internal static string Refresh {
- get {
- return ResourceManager.GetString("Refresh", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Refresh Screen (VNC).
- /// </summary>
- internal static string RefreshScreen {
- get {
- return ResourceManager.GetString("RefreshScreen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Release Channel.
- /// </summary>
- internal static string ReleaseChannel {
- get {
- return ResourceManager.GetString("ReleaseChannel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Stable channel includes final releases only.
- ///Preview channel includes Betas &amp; Release Candidates.
- ///Nightly Channel includes Alphas, Betas &amp; Release Candidates..
- /// </summary>
- internal static string ReleaseChannelExplanation {
- get {
- return ResourceManager.GetString("ReleaseChannelExplanation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Released under the GNU General Public License (GPL).
- /// </summary>
- internal static string ReleasedUnderGPL {
- get {
- return ResourceManager.GetString("ReleasedUnderGPL", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remote Desktop Services.
- /// </summary>
- internal static string RemoteDesktopServices {
- get {
- return ResourceManager.GetString("RemoteDesktopServices", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remote file.
- /// </summary>
- internal static string RemoteFile {
- get {
- return ResourceManager.GetString("RemoteFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Remove All.
- /// </summary>
- internal static string RemoveAll {
- get {
- return ResourceManager.GetString("RemoveAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rename.
- /// </summary>
- internal static string Rename {
- get {
- return ResourceManager.GetString("Rename", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rename Tab.
- /// </summary>
- internal static string RenameTab {
- get {
- return ResourceManager.GetString("RenameTab", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rendering Engine.
- /// </summary>
- internal static string RenderingEngine {
- get {
- return ResourceManager.GetString("RenderingEngine", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Report a Bug.
- /// </summary>
- internal static string ReportBug {
- get {
- return ResourceManager.GetString("ReportBug", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Reset layout.
- /// </summary>
- internal static string ResetLayout {
- get {
- return ResourceManager.GetString("ResetLayout", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Resolution.
- /// </summary>
- internal static string Resolution {
- get {
- return ResourceManager.GetString("Resolution", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Rlogin.
- /// </summary>
- internal static string Rlogin {
- get {
- return ResourceManager.GetString("Rlogin", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Run elevated.
- /// </summary>
- internal static string RunElevated {
- get {
- return ResourceManager.GetString("RunElevated", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save.
- /// </summary>
- internal static string Save {
- get {
- return ResourceManager.GetString("Save", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save All.
- /// </summary>
- internal static string SaveAll {
- get {
- return ResourceManager.GetString("SaveAll", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save Connection File.
- /// </summary>
- internal static string SaveConnectionFile {
- get {
- return ResourceManager.GetString("SaveConnectionFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save Connection File As....
- /// </summary>
- internal static string SaveConnectionFileAs {
- get {
- return ResourceManager.GetString("SaveConnectionFileAs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Save connections after every edit.
- /// </summary>
- internal static string SaveConnectionsAfterEveryEdit {
- get {
- return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Do you want to save the current connections file before loading another?.
- /// </summary>
- internal static string SaveConnectionsFileBeforeOpeningAnother {
- get {
- return ResourceManager.GetString("SaveConnectionsFileBeforeOpeningAnother", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png.
- /// </summary>
- internal static string SaveImageFilter {
- get {
- return ResourceManager.GetString("SaveImageFilter", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Screen.
- /// </summary>
- internal static string Screen {
- get {
- return ResourceManager.GetString("Screen", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Screenshot.
- /// </summary>
- internal static string Screenshot {
- get {
- return ResourceManager.GetString("Screenshot", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Screenshots.
- /// </summary>
- internal static string Screenshots {
- get {
- return ResourceManager.GetString("Screenshots", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Search.
- /// </summary>
- internal static string SearchPrompt {
- get {
- return ResourceManager.GetString("SearchPrompt", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Seconds.
- /// </summary>
- internal static string Seconds {
- get {
- return ResourceManager.GetString("Seconds", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue..
- /// </summary>
- internal static string SelectPanel {
- get {
- return ResourceManager.GetString("SelectPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Send Special Keys (VNC).
- /// </summary>
- internal static string SendSpecialKeys {
- get {
- return ResourceManager.GetString("SendSpecialKeys", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Send To....
- /// </summary>
- internal static string SendTo {
- get {
- return ResourceManager.GetString("SendTo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Server &apos;{0}&apos; was not accessible..
- /// </summary>
- internal static string ServerNotAccessible {
- get {
- return ResourceManager.GetString("ServerNotAccessible", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Server status:.
- /// </summary>
- internal static string ServerStatus {
- get {
- return ResourceManager.GetString("ServerStatus", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections.
- /// </summary>
- internal static string SetHostnameLikeDisplayName {
- get {
- return ResourceManager.GetString("SetHostnameLikeDisplayName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Couldn&apos;t save settings or dispose SysTray Icon!.
- /// </summary>
- internal static string SettingsCouldNotBeSavedOrTrayDispose {
- get {
- return ResourceManager.GetString("SettingsCouldNotBeSavedOrTrayDispose", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show description tooltips in connection tree.
- /// </summary>
- internal static string ShowDescriptionTooltips {
- get {
- return ResourceManager.GetString("ShowDescriptionTooltips", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show full connections file path in window title.
- /// </summary>
- internal static string ShowFullConsFilePath {
- get {
- return ResourceManager.GetString("ShowFullConsFilePath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to &amp;Show Help Text.
- /// </summary>
- internal static string ShowHelpText {
- get {
- return ResourceManager.GetString("ShowHelpText", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show/Hide Menu Strip.
- /// </summary>
- internal static string ShowHideMenu {
- get {
- return ResourceManager.GetString("ShowHideMenu", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show logon information on tab names.
- /// </summary>
- internal static string ShowLogonInfoOnTabs {
- get {
- return ResourceManager.GetString("ShowLogonInfoOnTabs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show On Toolbar.
- /// </summary>
- internal static string ShowOnToolbar {
- get {
- return ResourceManager.GetString("ShowOnToolbar", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show on toolbar column.
- /// </summary>
- internal static string ShowOnToolbarColumnHeader {
- get {
- return ResourceManager.GetString("ShowOnToolbarColumnHeader", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show protocols on tab names.
- /// </summary>
- internal static string ShowProtocolOnTabs {
- get {
- return ResourceManager.GetString("ShowProtocolOnTabs", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show Text.
- /// </summary>
- internal static string ShowText {
- get {
- return ResourceManager.GetString("ShowText", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Show these message types.
- /// </summary>
- internal static string ShowTheseMessageTypes {
- get {
- return ResourceManager.GetString("ShowTheseMessageTypes", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Single click on connection opens it.
- /// </summary>
- internal static string SingleClickOnConnectionOpensIt {
- get {
- return ResourceManager.GetString("SingleClickOnConnectionOpensIt", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab.
- /// </summary>
- internal static string SingleClickOnOpenConnectionSwitchesToIt {
- get {
- return ResourceManager.GetString("SingleClickOnOpenConnectionSwitchesToIt", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SmartCard.
- /// </summary>
- internal static string SmartCard {
- get {
- return ResourceManager.GetString("SmartCard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SmartSize (RDP/VNC).
- /// </summary>
- internal static string SmartSize {
- get {
- return ResourceManager.GetString("SmartSize", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SmartSize Mode.
- /// </summary>
- internal static string SmartSizeMode {
- get {
- return ResourceManager.GetString("SmartSizeMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Socks 5.
- /// </summary>
- internal static string Socks5 {
- get {
- return ResourceManager.GetString("Socks5", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sort.
- /// </summary>
- internal static string Sort {
- get {
- return ResourceManager.GetString("Sort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ascending (A-Z).
- /// </summary>
- internal static string SortAsc {
- get {
- return ResourceManager.GetString("SortAsc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Descending (Z-A).
- /// </summary>
- internal static string SortDesc {
- get {
- return ResourceManager.GetString("SortDesc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sound quality.
- /// </summary>
- internal static string SoundQuality {
- get {
- return ResourceManager.GetString("SoundQuality", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Sounds.
- /// </summary>
- internal static string Sounds {
- get {
- return ResourceManager.GetString("Sounds", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!.
- /// </summary>
- internal static string SQLInfo {
- get {
- return ResourceManager.GetString("SQLInfo", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SQL Server.
- /// </summary>
- internal static string SQLServer {
- get {
- return ResourceManager.GetString("SQLServer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH background transfer failed!.
- /// </summary>
- internal static string SshBackgroundTransferFailed {
- get {
- return ResourceManager.GetString("SshBackgroundTransferFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH File Transfer.
- /// </summary>
- internal static string SshFileTransfer {
- get {
- return ResourceManager.GetString("SshFileTransfer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH Options.
- /// </summary>
- internal static string SshOptions {
- get {
- return ResourceManager.GetString("SshOptions", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH transfer failed..
- /// </summary>
- internal static string SshTransferFailed {
- get {
- return ResourceManager.GetString("SshTransferFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH Tunnel.
- /// </summary>
- internal static string SshTunnel {
- get {
- return ResourceManager.GetString("SshTunnel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; 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..
- /// </summary>
- internal static string SshTunnelConfigProblem {
- get {
- return ResourceManager.GetString("SshTunnelConfigProblem", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel..
- /// </summary>
- internal static string SshTunnelFailed {
- get {
- return ResourceManager.GetString("SshTunnelFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; 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..
- /// </summary>
- internal static string SshTunnelIsNotPutty {
- get {
- return ResourceManager.GetString("SshTunnelIsNotPutty", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel..
- /// </summary>
- internal static string SshTunnelNotConnected {
- get {
- return ResourceManager.GetString("SshTunnelNotConnected", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel..
- /// </summary>
- internal static string SshTunnelNotInitialized {
- get {
- return ResourceManager.GetString("SshTunnelNotInitialized", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel..
- /// </summary>
- internal static string SshTunnelPortNotReadyInTime {
- get {
- return ResourceManager.GetString("SshTunnelPortNotReadyInTime", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH version 1.
- /// </summary>
- internal static string SshV1 {
- get {
- return ResourceManager.GetString("SshV1", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to SSH version 2.
- /// </summary>
- internal static string SshV2 {
- get {
- return ResourceManager.GetString("SshV2", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Stack trace.
- /// </summary>
- internal static string StackTrace {
- get {
- return ResourceManager.GetString("StackTrace", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Chat (VNC).
- /// </summary>
- internal static string StartChat {
- get {
- return ResourceManager.GetString("StartChat", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start minimized.
- /// </summary>
- internal static string StartMinimized {
- get {
- return ResourceManager.GetString("StartMinimized", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Start Program.
- /// </summary>
- internal static string StartProgram {
- get {
- return ResourceManager.GetString("StartProgram", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Startup/Exit.
- /// </summary>
- internal static string StartupExit {
- get {
- return ResourceManager.GetString("StartupExit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Status.
- /// </summary>
- internal static string Status {
- get {
- return ResourceManager.GetString("Status", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Backup.
- /// </summary>
- internal static string strBackup {
- get {
- return ResourceManager.GetString("strBackup", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Browse....
- /// </summary>
- internal static string strBrowse {
- get {
- return ResourceManager.GetString("strBrowse", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Connection Backup Frequency.
- /// </summary>
- internal static string strConnectionBackupFrequency {
- get {
- return ResourceManager.GetString("strConnectionBackupFrequency", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Maximum number of backups.
- /// </summary>
- internal static string strConnectionsBackupMaxCount {
- get {
- return ResourceManager.GetString("strConnectionsBackupMaxCount", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Location of connection file backup.
- /// </summary>
- internal static string strConnectionsBackupPath {
- get {
- return ResourceManager.GetString("strConnectionsBackupPath", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Support Forum.
- /// </summary>
- internal static string SupportForum {
- get {
- return ResourceManager.GetString("SupportForum", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Switch to Notifications panel on:.
- /// </summary>
- internal static string SwitchToErrorsAndInfos {
- get {
- return ResourceManager.GetString("SwitchToErrorsAndInfos", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Tabs &amp;&amp; Panels.
- /// </summary>
- internal static string TabsAndPanels {
- get {
- return ResourceManager.GetString("TabsAndPanels", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Security.
- /// </summary>
- internal static string TabSecurity {
- get {
- return ResourceManager.GetString("TabSecurity", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Telnet.
- /// </summary>
- internal static string Telnet {
- get {
- return ResourceManager.GetString("Telnet", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Test connection.
- /// </summary>
- internal static string TestConnection {
- get {
- return ResourceManager.GetString("TestConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Testing connection.
- /// </summary>
- internal static string TestingConnection {
- get {
- return ResourceManager.GetString("TestingConnection", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Test Proxy.
- /// </summary>
- internal static string TestProxy {
- get {
- return ResourceManager.GetString("TestProxy", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Test Settings.
- /// </summary>
- internal static string TestSettings {
- get {
- return ResourceManager.GetString("TestSettings", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The following:.
- /// </summary>
- internal static string TheFollowing {
- get {
- return ResourceManager.GetString("TheFollowing", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Theme.
- /// </summary>
- internal static string Theme {
- get {
- return ResourceManager.GetString("Theme", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Timeout [seconds].
- /// </summary>
- internal static string TimeoutInSeconds {
- get {
- return ResourceManager.GetString("TimeoutInSeconds", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Title.
- /// </summary>
- internal static string Title {
- get {
- return ResourceManager.GetString("Title", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Error ({0}).
- /// </summary>
- internal static string TitleError {
- get {
- return ResourceManager.GetString("TitleError", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Information ({0}).
- /// </summary>
- internal static string TitleInformation {
- get {
- return ResourceManager.GetString("TitleInformation", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG password.
- /// </summary>
- internal static string TitlePassword {
- get {
- return ResourceManager.GetString("TitlePassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG password for {0}.
- /// </summary>
- internal static string TitlePasswordWithName {
- get {
- return ResourceManager.GetString("TitlePasswordWithName", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Select Panel.
- /// </summary>
- internal static string TitleSelectPanel {
- get {
- return ResourceManager.GetString("TitleSelectPanel", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warning ({0}).
- /// </summary>
- internal static string TitleWarning {
- get {
- return ResourceManager.GetString("TitleWarning", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Track active connection in the connection tree.
- /// </summary>
- internal static string TrackActiveConnectionInConnectionTree {
- get {
- return ResourceManager.GetString("TrackActiveConnectionInConnectionTree", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Transfer.
- /// </summary>
- internal static string Transfer {
- get {
- return ResourceManager.GetString("Transfer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Transfer File (SSH).
- /// </summary>
- internal static string TransferFile {
- get {
- return ResourceManager.GetString("TransferFile", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Try to integrate.
- /// </summary>
- internal static string TryToIntegrate {
- get {
- return ResourceManager.GetString("TryToIntegrate", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Ultra VNC Repeater.
- /// </summary>
- internal static string UltraVncRepeater {
- get {
- return ResourceManager.GetString("UltraVncRepeater", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to UltraVNC SingleClick port:.
- /// </summary>
- internal static string UltraVNCSCListeningPort {
- get {
- return ResourceManager.GetString("UltraVNCSCListeningPort", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to UltraVNC SingleClick.
- /// </summary>
- internal static string UltraVNCSingleClick {
- get {
- return ResourceManager.GetString("UltraVNCSingleClick", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Uncheck the properties you want not to be saved!.
- /// </summary>
- internal static string UncheckProperties {
- get {
- return ResourceManager.GetString("UncheckProperties", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to An unhandled exception has occurred.
- /// </summary>
- internal static string UnhandledExceptionOccured {
- get {
- return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG requires an update.
- /// </summary>
- internal static string UpdateAvailable {
- get {
- return ResourceManager.GetString("UpdateAvailable", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates..
- /// </summary>
- internal static string UpdateCheck {
- get {
- return ResourceManager.GetString("UpdateCheck", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The update information could not be downloaded..
- /// </summary>
- internal static string UpdateCheckCompleteFailed {
- get {
- return ResourceManager.GetString("UpdateCheckCompleteFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Download complete!
- ///mRemoteNG will now quit and begin with the installation..
- /// </summary>
- internal static string UpdateDownloadComplete {
- get {
- return ResourceManager.GetString("UpdateDownloadComplete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The update could not be downloaded..
- /// </summary>
- internal static string UpdateDownloadCompleteFailed {
- get {
- return ResourceManager.GetString("UpdateDownloadCompleteFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The update download could not be initiated..
- /// </summary>
- internal static string UpdateDownloadFailed {
- get {
- return ResourceManager.GetString("UpdateDownloadFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Every {0} days.
- /// </summary>
- internal static string UpdateFrequencyCustom {
- get {
- return ResourceManager.GetString("UpdateFrequencyCustom", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to The change log could not be downloaded..
- /// </summary>
- internal static string UpdateGetChangeLogFailed {
- get {
- return ResourceManager.GetString("UpdateGetChangeLogFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Download Completed!.
- /// </summary>
- internal static string UpdatePortableDownloadComplete {
- get {
- return ResourceManager.GetString("UpdatePortableDownloadComplete", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Updates.
- /// </summary>
- internal static string Updates {
- get {
- return ResourceManager.GetString("Updates", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use Console Session.
- /// </summary>
- internal static string UseConsoleSession {
- get {
- return ResourceManager.GetString("UseConsoleSession", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use CredSSP.
- /// </summary>
- internal static string UseCredSsp {
- get {
- return ResourceManager.GetString("UseCredSsp", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use default.
- /// </summary>
- internal static string UseDefault {
- get {
- return ResourceManager.GetString("UseDefault", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use a different username and password.
- /// </summary>
- internal static string UseDifferentUsernameAndPassword {
- get {
- return ResourceManager.GetString("UseDifferentUsernameAndPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use enhanced mode.
- /// </summary>
- internal static string UseEnhancedMode {
- get {
- return ResourceManager.GetString("UseEnhancedMode", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to User.
- /// </summary>
- internal static string User {
- get {
- return ResourceManager.GetString("User", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to User Field.
- /// </summary>
- internal static string UserField {
- get {
- return ResourceManager.GetString("UserField", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Username.
- /// </summary>
- internal static string Username {
- get {
- return ResourceManager.GetString("Username", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use the same username and password.
- /// </summary>
- internal static string UseSameUsernameAndPassword {
- get {
- return ResourceManager.GetString("UseSameUsernameAndPassword", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use a smart card.
- /// </summary>
- internal static string UseSmartCard {
- get {
- return ResourceManager.GetString("UseSmartCard", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use SQL Server to load &amp;&amp; save connections.
- /// </summary>
- internal static string UseSQLServer {
- get {
- return ResourceManager.GetString("UseSQLServer", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Use VM ID.
- /// </summary>
- internal static string UseVmId {
- get {
- return ResourceManager.GetString("UseVmId", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Verify:.
- /// </summary>
- internal static string Verify {
- get {
- return ResourceManager.GetString("Verify", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Version.
- /// </summary>
- internal static string Version {
- get {
- return ResourceManager.GetString("Version", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to View Only.
- /// </summary>
- internal static string ViewOnly {
- get {
- return ResourceManager.GetString("ViewOnly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VM ID.
- /// </summary>
- internal static string VmId {
- get {
- return ResourceManager.GetString("VmId", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC.
- /// </summary>
- internal static string Vnc {
- get {
- return ResourceManager.GetString("Vnc", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC disconnect failed!.
- /// </summary>
- internal static string VncConnectionDisconnectFailed {
- get {
- return ResourceManager.GetString("VncConnectionDisconnectFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC Refresh Screen Failed!.
- /// </summary>
- internal static string VncRefreshFailed {
- get {
- return ResourceManager.GetString("VncRefreshFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC SendSpecialKeys failed!.
- /// </summary>
- internal static string VncSendSpecialKeysFailed {
- get {
- return ResourceManager.GetString("VncSendSpecialKeysFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC Set Event Handlers failed!.
- /// </summary>
- internal static string VncSetEventHandlersFailed {
- get {
- return ResourceManager.GetString("VncSetEventHandlersFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC Set Props Failed!.
- /// </summary>
- internal static string VncSetPropsFailed {
- get {
- return ResourceManager.GetString("VncSetPropsFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC Toggle SmartSize Failed!.
- /// </summary>
- internal static string VncToggleSmartSizeFailed {
- get {
- return ResourceManager.GetString("VncToggleSmartSizeFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!.
- /// </summary>
- internal static string VncToggleViewOnlyFailed {
- get {
- return ResourceManager.GetString("VncToggleViewOnlyFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Wait for exit.
- /// </summary>
- internal static string WaitForExit {
- get {
- return ResourceManager.GetString("WaitForExit", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warn me if authentication fails.
- /// </summary>
- internal static string WarnIfAuthFails {
- get {
- return ResourceManager.GetString("WarnIfAuthFails", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Warnings.
- /// </summary>
- internal static string Warnings {
- get {
- return ResourceManager.GetString("Warnings", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Website.
- /// </summary>
- internal static string Website {
- get {
- return ResourceManager.GetString("Website", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to WebView2 creation failed with exception.
- /// </summary>
- internal static string WebView2InitializationFailed {
- get {
- return ResourceManager.GetString("WebView2InitializationFailed", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Weekly.
- /// </summary>
- internal static string Weekly {
- get {
- return ResourceManager.GetString("Weekly", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Windows.
- /// </summary>
- internal static string Windows {
- get {
- return ResourceManager.GetString("Windows", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Working directory.
- /// </summary>
- internal static string WorkingDirColumnHeader {
- get {
- return ResourceManager.GetString("WorkingDirColumnHeader", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Working directory:.
- /// </summary>
- internal static string WorkingDirectory {
- get {
- return ResourceManager.GetString("WorkingDirectory", resourceCulture);
- }
- }
-
- /// <summary>
- /// Looks up a localized string similar to Yes.
- /// </summary>
- internal static string Yes {
- get {
- return ResourceManager.GetString("Yes", resourceCulture);
- }
- }
- }
-}
+//------------------------------------------------------------------------------
+// <auto-generated>
+// This code was generated by a tool.
+// Runtime Version:4.0.30319.42000
+//
+// Changes to this file may cause incorrect behavior and will be lost if
+// the code is regenerated.
+// </auto-generated>
+//------------------------------------------------------------------------------
+
+namespace mRemoteNG.Resources.Language {
+ using System;
+
+
+ /// <summary>
+ /// A strongly-typed resource class, for looking up localized strings, etc.
+ /// </summary>
+ // 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 {
+
+ private static global::System.Resources.ResourceManager resourceMan;
+
+ private static global::System.Globalization.CultureInfo resourceCulture;
+
+ [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
+ internal Language() {
+ }
+
+ /// <summary>
+ /// Returns the cached ResourceManager instance used by this class.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Resources.ResourceManager ResourceManager {
+ get {
+ if (object.ReferenceEquals(resourceMan, null)) {
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("mRemoteNG.Language.Language", typeof(Language).Assembly);
+ resourceMan = temp;
+ }
+ return resourceMan;
+ }
+ }
+
+ /// <summary>
+ /// Overrides the current thread's CurrentUICulture property for all
+ /// resource lookups using this strongly typed resource class.
+ /// </summary>
+ [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
+ internal static global::System.Globalization.CultureInfo Culture {
+ get {
+ return resourceCulture;
+ }
+ set {
+ resourceCulture = value;
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Browse....
+ /// </summary>
+ internal static string _Browse {
+ get {
+ return ResourceManager.GetString("_Browse", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Cancel.
+ /// </summary>
+ internal static string _Cancel {
+ get {
+ return ResourceManager.GetString("_Cancel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Close.
+ /// </summary>
+ internal static string _Close {
+ get {
+ return ResourceManager.GetString("_Close", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warn me when closing connections.
+ /// </summary>
+ internal static string _CloseWarnAll {
+ get {
+ return ResourceManager.GetString("_CloseWarnAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Delete.
+ /// </summary>
+ internal static string _Delete {
+ get {
+ return ResourceManager.GetString("_Delete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Export to File....
+ /// </summary>
+ internal static string _ExportToFile {
+ get {
+ return ResourceManager.GetString("_ExportToFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;File.
+ /// </summary>
+ internal static string _File {
+ get {
+ return ResourceManager.GetString("_File", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Help.
+ /// </summary>
+ internal static string _Help {
+ get {
+ return ResourceManager.GetString("_Help", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Import.
+ /// </summary>
+ internal static string _Import {
+ get {
+ return ResourceManager.GetString("_Import", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Launch.
+ /// </summary>
+ internal static string _Launch {
+ get {
+ return ResourceManager.GetString("_Launch", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;New.
+ /// </summary>
+ internal static string _New {
+ get {
+ return ResourceManager.GetString("_New", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;OK.
+ /// </summary>
+ internal static string _Ok {
+ get {
+ return ResourceManager.GetString("_Ok", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Scan.
+ /// </summary>
+ internal static string _Scan {
+ get {
+ return ResourceManager.GetString("_Scan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Stop.
+ /// </summary>
+ internal static string _Stop {
+ get {
+ return ResourceManager.GetString("_Stop", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Tools.
+ /// </summary>
+ internal static string _Tools {
+ get {
+ return ResourceManager.GetString("_Tools", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Try again.
+ /// </summary>
+ internal static string _TryAgain {
+ get {
+ return ResourceManager.GetString("_TryAgain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;View.
+ /// </summary>
+ internal static string _View {
+ get {
+ return ResourceManager.GetString("_View", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to About.
+ /// </summary>
+ internal static string About {
+ get {
+ return ResourceManager.GetString("About", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Active Directory.
+ /// </summary>
+ internal static string ActiveDirectory {
+ get {
+ return ResourceManager.GetString("ActiveDirectory", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add.
+ /// </summary>
+ internal static string Add {
+ get {
+ return ResourceManager.GetString("Add", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Add Connection Panel.
+ /// </summary>
+ internal static string AddConnectionPanel {
+ get {
+ return ResourceManager.GetString("AddConnectionPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to AddNodeFromXML failed!.
+ /// </summary>
+ internal static string AddNodeFromXmlFailed {
+ get {
+ return ResourceManager.GetString("AddNodeFromXmlFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Address:.
+ /// </summary>
+ internal static string Address {
+ get {
+ return ResourceManager.GetString("Address", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Advanced.
+ /// </summary>
+ internal static string Advanced {
+ get {
+ return ResourceManager.GetString("Advanced", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Advanced security options.
+ /// </summary>
+ internal static string AdvancedSecurityOptions {
+ get {
+ return ResourceManager.GetString("AdvancedSecurityOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to All.
+ /// </summary>
+ internal static string All {
+ get {
+ return ResourceManager.GetString("All", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required).
+ /// </summary>
+ internal static string AllowOnlySingleInstance {
+ get {
+ return ResourceManager.GetString("AllowOnlySingleInstance", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always.
+ /// </summary>
+ internal static string Always {
+ get {
+ return ResourceManager.GetString("Always", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always connect, even if authentication fails.
+ /// </summary>
+ internal static string AlwaysConnectEvenIfAuthFails {
+ get {
+ return ResourceManager.GetString("AlwaysConnectEvenIfAuthFails", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always show connection tabs.
+ /// </summary>
+ internal static string AlwaysShowConnectionTabs {
+ get {
+ return ResourceManager.GetString("AlwaysShowConnectionTabs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always show panel selection dialog when opening connections.
+ /// </summary>
+ internal static string AlwaysShowPanelSelection {
+ get {
+ return ResourceManager.GetString("AlwaysShowPanelSelection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always show panel tabs.
+ /// </summary>
+ internal static string AlwaysShowPanelTabs {
+ get {
+ return ResourceManager.GetString("AlwaysShowPanelTabs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Always show notification area icon.
+ /// </summary>
+ internal static string AlwaysShowSysTrayIcon {
+ get {
+ return ResourceManager.GetString("AlwaysShowSysTrayIcon", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Appearance.
+ /// </summary>
+ internal static string Appearance {
+ get {
+ return ResourceManager.GetString("Appearance", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Apply.
+ /// </summary>
+ internal static string Apply {
+ get {
+ return ResourceManager.GetString("Apply", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Sucht eine lokalisierte Zeichenfolge, die Apply default inheritance ähnelt.
+ /// </summary>
+ internal static string ApplyDefaultInheritance {
+ get {
+ return ResourceManager.GetString("ApplyDefaultInheritance", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Sucht eine lokalisierte Zeichenfolge, die Apply inheritance to children ähnelt.
+ /// </summary>
+ internal static string ApplyInheritanceToChildren {
+ get {
+ return ResourceManager.GetString("ApplyInheritanceToChildren", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Sucht eine lokalisierte Zeichenfolge, die Arguments ähnelt.
+ /// </summary>
+ internal static string Arguments {
+ get {
+ return ResourceManager.GetString("Arguments", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ask me again later.
+ /// </summary>
+ internal static string AskUpdatesCommandAskLater {
+ get {
+ return ResourceManager.GetString("AskUpdatesCommandAskLater", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Customize the settings now.
+ /// </summary>
+ internal static string AskUpdatesCommandCustom {
+ get {
+ return ResourceManager.GetString("AskUpdatesCommandCustom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use the recommended settings.
+ /// </summary>
+ internal static string AskUpdatesCommandRecommended {
+ get {
+ return ResourceManager.GetString("AskUpdatesCommandRecommended", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly..
+ /// </summary>
+ internal static string AskUpdatesContent {
+ get {
+ return ResourceManager.GetString("AskUpdatesContent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatic update settings.
+ /// </summary>
+ internal static string AskUpdatesMainInstruction {
+ get {
+ return ResourceManager.GetString("AskUpdatesMainInstruction", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Aspect.
+ /// </summary>
+ internal static string Aspect {
+ get {
+ return ResourceManager.GetString("Aspect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Assigned Credential.
+ /// </summary>
+ internal static string AssignedCredential {
+ get {
+ return ResourceManager.GetString("AssignedCredential", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Audio Capture.
+ /// </summary>
+ internal static string AudioCapture {
+ get {
+ return ResourceManager.GetString("AudioCapture", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Server Authentication.
+ /// </summary>
+ internal static string AuthenticationLevel {
+ get {
+ return ResourceManager.GetString("AuthenticationLevel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Authentication mode.
+ /// </summary>
+ internal static string AuthenticationMode {
+ get {
+ return ResourceManager.GetString("AuthenticationMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host &apos;{0}&apos;.
+ /// </summary>
+ internal static string AutomaticReconnectError {
+ get {
+ return ResourceManager.GetString("AutomaticReconnectError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatic resize.
+ /// </summary>
+ internal static string AutomaticResize {
+ get {
+ return ResourceManager.GetString("AutomaticResize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):.
+ /// </summary>
+ internal static string AutoSaveEvery {
+ get {
+ return ResourceManager.GetString("AutoSaveEvery", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Latest version.
+ /// </summary>
+ internal static string AvailableVersion {
+ get {
+ return ResourceManager.GetString("AvailableVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Default Inheritance.
+ /// </summary>
+ internal static string ButtonDefaultInheritance {
+ get {
+ return ResourceManager.GetString("ButtonDefaultInheritance", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Default Properties.
+ /// </summary>
+ internal static string ButtonDefaultProperties {
+ get {
+ return ResourceManager.GetString("ButtonDefaultProperties", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Launch PuTTY.
+ /// </summary>
+ internal static string ButtonLaunchPutty {
+ get {
+ return ResourceManager.GetString("ButtonLaunchPutty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cache Bitmaps.
+ /// </summary>
+ internal static string CacheBitmaps {
+ get {
+ return ResourceManager.GetString("CacheBitmaps", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!.
+ /// </summary>
+ internal static string CannotStartPortScan {
+ get {
+ return ResourceManager.GetString("CannotStartPortScan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Change.
+ /// </summary>
+ internal static string Change {
+ get {
+ return ResourceManager.GetString("Change", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host &apos;{0}&apos;.
+ /// </summary>
+ internal static string ChangeConnectionResolutionError {
+ get {
+ return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Changelog.
+ /// </summary>
+ internal static string Changelog {
+ get {
+ return ResourceManager.GetString("Changelog", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check Again.
+ /// </summary>
+ internal static string CheckAgain {
+ get {
+ return ResourceManager.GetString("CheckAgain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP &amp;&amp; ICA only).
+ /// </summary>
+ internal static string CheckboxAutomaticReconnect {
+ get {
+ return ResourceManager.GetString("CheckboxAutomaticReconnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do not show this message again..
+ /// </summary>
+ internal static string CheckboxDoNotShowThisMessageAgain {
+ get {
+ return ResourceManager.GetString("CheckboxDoNotShowThisMessageAgain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This proxy server requires authentication.
+ /// </summary>
+ internal static string CheckboxProxyAuthentication {
+ get {
+ return ResourceManager.GetString("CheckboxProxyAuthentication", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use custom PuTTY path:.
+ /// </summary>
+ internal static string CheckboxPuttyPath {
+ get {
+ return ResourceManager.GetString("CheckboxPuttyPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reconnect when ready.
+ /// </summary>
+ internal static string CheckboxReconnectWhenReady {
+ get {
+ return ResourceManager.GetString("CheckboxReconnectWhenReady", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use a proxy server to connect.
+ /// </summary>
+ internal static string CheckboxUpdateUseProxy {
+ get {
+ return ResourceManager.GetString("CheckboxUpdateUseProxy", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check failed!.
+ /// </summary>
+ internal static string CheckFailed {
+ get {
+ return ResourceManager.GetString("CheckFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check for Updates.
+ /// </summary>
+ internal static string CheckForUpdates {
+ get {
+ return ResourceManager.GetString("CheckForUpdates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check for updates at startup.
+ /// </summary>
+ internal static string CheckForUpdatesOnStartup {
+ get {
+ return ResourceManager.GetString("CheckForUpdatesOnStartup", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check now.
+ /// </summary>
+ internal static string CheckNow {
+ get {
+ return ResourceManager.GetString("CheckNow", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Check proper installation of components at startup.
+ /// </summary>
+ internal static string CheckProperInstallationOfComponentsAtStartup {
+ get {
+ return ResourceManager.GetString("CheckProperInstallationOfComponentsAtStartup", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose a path for the mRemoteNG log file.
+ /// </summary>
+ internal static string ChooseLogPath {
+ get {
+ return ResourceManager.GetString("ChooseLogPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose panel before connecting.
+ /// </summary>
+ internal static string ChoosePanelBeforeConnecting {
+ get {
+ return ResourceManager.GetString("ChoosePanelBeforeConnecting", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose path.
+ /// </summary>
+ internal static string ChoosePath {
+ get {
+ return ResourceManager.GetString("ChoosePath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clear search string.
+ /// </summary>
+ internal static string ClearSearchString {
+ get {
+ return ResourceManager.GetString("ClearSearchString", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Clipboard.
+ /// </summary>
+ internal static string Clipboard {
+ get {
+ return ResourceManager.GetString("Clipboard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Closed Ports.
+ /// </summary>
+ internal static string ClosedPorts {
+ get {
+ return ResourceManager.GetString("ClosedPorts", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Close to notification area.
+ /// </summary>
+ internal static string CloseToSysTray {
+ get {
+ return ResourceManager.GetString("CloseToSysTray", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to When closing connections:.
+ /// </summary>
+ internal static string ClosingConnections {
+ get {
+ return ResourceManager.GetString("ClosingConnections", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Collapse all folders.
+ /// </summary>
+ internal static string CollapseAllFolders {
+ get {
+ return ResourceManager.GetString("CollapseAllFolders", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Colours.
+ /// </summary>
+ internal static string Colors {
+ get {
+ return ResourceManager.GetString("Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to E&amp;xit {0}.
+ /// </summary>
+ internal static string CommandExitProgram {
+ get {
+ return ResourceManager.GetString("CommandExitProgram", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t parse command line args!.
+ /// </summary>
+ internal static string CommandLineArgsCouldNotBeParsed {
+ get {
+ return ResourceManager.GetString("CommandLineArgsCouldNotBeParsed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Open a connection file.
+ /// </summary>
+ internal static string CommandOpenConnectionFile {
+ get {
+ return ResourceManager.GetString("CommandOpenConnectionFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it..
+ /// </summary>
+ internal static string CompatibilityLenovoAutoScrollUtilityDetected {
+ get {
+ return ResourceManager.GetString("CompatibilityLenovoAutoScrollUtilityDetected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Compatibility problem detected.
+ /// </summary>
+ internal static string CompatibilityProblemDetected {
+ get {
+ return ResourceManager.GetString("CompatibilityProblemDetected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Compression.
+ /// </summary>
+ internal static string Compression {
+ get {
+ return ResourceManager.GetString("Compression", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Config.
+ /// </summary>
+ internal static string Config {
+ get {
+ return ResourceManager.GetString("Config", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to btnIcon_Click failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridButtonIconClickFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridButtonIconClickFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to ShowHideGridItems failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridHideItemsFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridHideItemsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to IconMenu_Click failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridMenuClickFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridMenuClickFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Property Grid object failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridObjectFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridObjectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SetHostStatus failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridSetHostStatusFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridSetHostStatusFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!.
+ /// </summary>
+ internal static string ConfigPropertyGridValueFailed {
+ get {
+ return ResourceManager.GetString("ConfigPropertyGridValueFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Config UI load failed!.
+ /// </summary>
+ internal static string ConfigUiLoadFailed {
+ get {
+ return ResourceManager.GetString("ConfigUiLoadFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Create a New Connection File.
+ /// </summary>
+ internal static string ConfigurationCreateNew {
+ get {
+ return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use a Custom File Path.
+ /// </summary>
+ internal static string ConfigurationCustomPath {
+ get {
+ return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import an Existing File.
+ /// </summary>
+ internal static string ConfigurationImportFile {
+ get {
+ return ResourceManager.GetString("ConfigurationImportFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to close all connections except for &quot;{0}&quot;?.
+ /// </summary>
+ internal static string ConfirmCloseConnectionOthersInstruction {
+ get {
+ return ResourceManager.GetString("ConfirmCloseConnectionOthersInstruction", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to close the panel, &quot;{0}&quot;? Any connections that it contains will also be closed..
+ /// </summary>
+ internal static string ConfirmCloseConnectionPanelMainInstruction {
+ get {
+ return ResourceManager.GetString("ConfirmCloseConnectionPanelMainInstruction", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?.
+ /// </summary>
+ internal static string ConfirmDeleteCredentialRecord {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteCredentialRecord", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the external tool, &quot;{0}&quot;?.
+ /// </summary>
+ internal static string ConfirmDeleteExternalTool {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?.
+ /// </summary>
+ internal static string ConfirmDeleteExternalToolMultiple {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteExternalToolMultiple", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the connection, &quot;{0}&quot;?.
+ /// </summary>
+ internal static string ConfirmDeleteNodeConnection {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteNodeConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the empty folder, &quot;{0}&quot;?.
+ /// </summary>
+ internal static string ConfirmDeleteNodeFolder {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteNodeFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to delete the folder, &quot;{0}&quot;? Any folders or connections that it contains will also be deleted..
+ /// </summary>
+ internal static string ConfirmDeleteNodeFolderNotEmpty {
+ get {
+ return ResourceManager.GetString("ConfirmDeleteNodeFolderNotEmpty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do you want to close all open connections?.
+ /// </summary>
+ internal static string ConfirmExitMainInstruction {
+ get {
+ return ResourceManager.GetString("ConfirmExitMainInstruction", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?.
+ /// </summary>
+ internal static string ConfirmResetLayout {
+ get {
+ return ResourceManager.GetString("ConfirmResetLayout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect.
+ /// </summary>
+ internal static string Connect {
+ get {
+ return ResourceManager.GetString("Connect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect in fullscreen mode.
+ /// </summary>
+ internal static string ConnectInFullscreen {
+ get {
+ return ResourceManager.GetString("ConnectInFullscreen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connecting....
+ /// </summary>
+ internal static string Connecting {
+ get {
+ return ResourceManager.GetString("Connecting", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect in View Only mode.
+ /// </summary>
+ internal static string ConnectInViewOnlyMode {
+ get {
+ return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection.
+ /// </summary>
+ internal static string Connection {
+ get {
+ return ResourceManager.GetString("Connection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Protocol Event Connected.
+ /// </summary>
+ internal static string ConnectionEventConnected {
+ get {
+ return ResourceManager.GetString("ConnectionEventConnected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection to &quot;{0}&quot; via &quot;{1}&quot; established by user &quot;{2}&quot; (Description: &quot;{3}&quot;; User Field: &quot;{4}&quot;).
+ /// </summary>
+ internal static string ConnectionEventConnectedDetail {
+ get {
+ return ResourceManager.GetString("ConnectionEventConnectedDetail", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A connection protocol error occurred. Host: &quot;{1}&quot;; Error code: &quot;{2}&quot;; Error Description: &quot;{0}&quot;.
+ /// </summary>
+ internal static string ConnectionEventErrorOccured {
+ get {
+ return ResourceManager.GetString("ConnectionEventErrorOccured", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection failed!.
+ /// </summary>
+ internal static string ConnectionFailed {
+ get {
+ return ResourceManager.GetString("ConnectionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The connection file could not be found..
+ /// </summary>
+ internal static string ConnectionFileNotFound {
+ get {
+ return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Opening connection failed!.
+ /// </summary>
+ internal static string ConnectionOpenFailed {
+ get {
+ return ResourceManager.GetString("ConnectionOpenFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cannot open connection: No hostname specified!.
+ /// </summary>
+ internal static string ConnectionOpenFailedNoHostname {
+ get {
+ return ResourceManager.GetString("ConnectionOpenFailedNoHostname", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Panels.
+ /// </summary>
+ internal static string ConnectionPanels {
+ get {
+ return ResourceManager.GetString("ConnectionPanels", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connections.
+ /// </summary>
+ internal static string Connections {
+ get {
+ return ResourceManager.GetString("Connections", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Daily.
+ /// </summary>
+ internal static string ConnectionsBackupFrequencyDaily {
+ get {
+ return ResourceManager.GetString("ConnectionsBackupFrequencyDaily", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Never backup connections.
+ /// </summary>
+ internal static string ConnectionsBackupFrequencyNever {
+ get {
+ return ResourceManager.GetString("ConnectionsBackupFrequencyNever", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to On Edit.
+ /// </summary>
+ internal static string ConnectionsBackupFrequencyOnEdit {
+ get {
+ return ResourceManager.GetString("ConnectionsBackupFrequencyOnEdit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to On Exit.
+ /// </summary>
+ internal static string ConnectionsBackupFrequencyOnExit {
+ get {
+ return ResourceManager.GetString("ConnectionsBackupFrequencyOnExit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Weekly.
+ /// </summary>
+ internal static string ConnectionsBackupFrequencyWeekly {
+ get {
+ return ResourceManager.GetString("ConnectionsBackupFrequencyWeekly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t set default port!.
+ /// </summary>
+ internal static string ConnectionSetDefaultPortFailed {
+ get {
+ return ResourceManager.GetString("ConnectionSetDefaultPortFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t create backup of connections file!.
+ /// </summary>
+ internal static string ConnectionsFileBackupFailed {
+ get {
+ return ResourceManager.GetString("ConnectionsFileBackupFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connections file &quot;{0}&quot; could not be loaded!.
+ /// </summary>
+ internal static string ConnectionsFileCouldNotBeLoaded {
+ get {
+ return ResourceManager.GetString("ConnectionsFileCouldNotBeLoaded", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connections file &quot;{0}&quot; could not be loaded!
+ ///Starting with new connections file..
+ /// </summary>
+ internal static string ConnectionsFileCouldNotBeLoadedNew {
+ get {
+ return ResourceManager.GetString("ConnectionsFileCouldNotBeLoadedNew", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t save connections file as &quot;{0}&quot;!.
+ /// </summary>
+ internal static string ConnectionsFileCouldNotSaveAs {
+ get {
+ return ResourceManager.GetString("ConnectionsFileCouldNotSaveAs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection successful.
+ /// </summary>
+ internal static string ConnectionSuccessful {
+ get {
+ return ResourceManager.GetString("ConnectionSuccessful", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect without credentials.
+ /// </summary>
+ internal static string ConnectNoCredentials {
+ get {
+ return ResourceManager.GetString("ConnectNoCredentials", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect to console session.
+ /// </summary>
+ internal static string ConnectToConsoleSession {
+ get {
+ return ResourceManager.GetString("ConnectToConsoleSession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect (with options).
+ /// </summary>
+ internal static string ConnectWithOptions {
+ get {
+ return ResourceManager.GetString("ConnectWithOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}..
+ /// </summary>
+ internal static string ConnenctionClosedByUser {
+ get {
+ return ResourceManager.GetString("ConnenctionClosedByUser", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Event Closed.
+ /// </summary>
+ internal static string ConnenctionCloseEvent {
+ get {
+ return ResourceManager.GetString("ConnenctionCloseEvent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Event Closed failed!.
+ /// </summary>
+ internal static string ConnenctionCloseEventFailed {
+ get {
+ return ResourceManager.GetString("ConnenctionCloseEventFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Copy.
+ /// </summary>
+ internal static string Copy {
+ get {
+ return ResourceManager.GetString("Copy", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Copy All.
+ /// </summary>
+ internal static string CopyAll {
+ get {
+ return ResourceManager.GetString("CopyAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Copy Hostname.
+ /// </summary>
+ internal static string CopyHostname {
+ get {
+ return ResourceManager.GetString("CopyHostname", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t create new connections file!.
+ /// </summary>
+ internal static string CouldNotCreateNewConnectionsFile {
+ get {
+ return ResourceManager.GetString("CouldNotCreateNewConnectionsFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Could not find external tool with name &quot;{0}&quot;.
+ /// </summary>
+ internal static string CouldNotFindExternalTool {
+ get {
+ return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid..
+ /// </summary>
+ internal static string CouldNotFindToolStripInFilteredPropertyGrid {
+ get {
+ return ResourceManager.GetString("CouldNotFindToolStripInFilteredPropertyGrid", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts.
+ /// </summary>
+ internal static string CreateEmptyPanelOnStartUp {
+ get {
+ return ResourceManager.GetString("CreateEmptyPanelOnStartUp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Credentials.
+ /// </summary>
+ internal static string Credentials {
+ get {
+ return ResourceManager.GetString("Credentials", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Credential not available.
+ /// </summary>
+ internal static string CredentialUnavailable {
+ get {
+ return ResourceManager.GetString("CredentialUnavailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Credits.
+ /// </summary>
+ internal static string Credits {
+ get {
+ return ResourceManager.GetString("Credits", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ctrl-Alt-Del.
+ /// </summary>
+ internal static string CtrlAltDel {
+ get {
+ return ResourceManager.GetString("CtrlAltDel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ctrl-Esc.
+ /// </summary>
+ internal static string CtrlEsc {
+ get {
+ return ResourceManager.GetString("CtrlEsc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Daily.
+ /// </summary>
+ internal static string Daily {
+ get {
+ return ResourceManager.GetString("Daily", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Database:.
+ /// </summary>
+ internal static string Database {
+ get {
+ return ResourceManager.GetString("Database", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Database &apos;{0}&apos; not available..
+ /// </summary>
+ internal static string DatabaseNotAvailable {
+ get {
+ return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Debug.
+ /// </summary>
+ internal static string Debug {
+ get {
+ return ResourceManager.GetString("Debug", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Delete.
+ /// </summary>
+ internal static string Delete {
+ get {
+ return ResourceManager.GetString("Delete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Delete All.
+ /// </summary>
+ internal static string DeleteAll {
+ get {
+ return ResourceManager.GetString("DeleteAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Delete External Tool....
+ /// </summary>
+ internal static string DeleteExternalTool {
+ get {
+ return ResourceManager.GetString("DeleteExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Description.
+ /// </summary>
+ internal static string Description {
+ get {
+ return ResourceManager.GetString("Description", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Detect.
+ /// </summary>
+ internal static string Detect {
+ get {
+ return ResourceManager.GetString("Detect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disable Cursor blinking.
+ /// </summary>
+ internal static string DisableCursorBlinking {
+ get {
+ return ResourceManager.GetString("DisableCursorBlinking", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disable Cursor Shadow.
+ /// </summary>
+ internal static string DisableCursorShadow {
+ get {
+ return ResourceManager.GetString("DisableCursorShadow", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disable Full Window drag.
+ /// </summary>
+ internal static string DisableFullWindowDrag {
+ get {
+ return ResourceManager.GetString("DisableFullWindowDrag", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disable Menu Animations.
+ /// </summary>
+ internal static string DisableMenuAnimations {
+ get {
+ return ResourceManager.GetString("DisableMenuAnimations", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disconnect.
+ /// </summary>
+ internal static string Disconnect {
+ get {
+ return ResourceManager.GetString("Disconnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disconnect All But This.
+ /// </summary>
+ internal static string DisconnectOthers {
+ get {
+ return ResourceManager.GetString("DisconnectOthers", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disconnect Tabs To The Right.
+ /// </summary>
+ internal static string DisconnectOthersRight {
+ get {
+ return ResourceManager.GetString("DisconnectOthersRight", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disk Drives.
+ /// </summary>
+ internal static string DiskDrives {
+ get {
+ return ResourceManager.GetString("DiskDrives", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Display.
+ /// </summary>
+ internal static string Display {
+ get {
+ return ResourceManager.GetString("Display", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Display Name.
+ /// </summary>
+ internal static string DisplayName {
+ get {
+ return ResourceManager.GetString("DisplayName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Display Themes.
+ /// </summary>
+ internal static string DisplayThemes {
+ get {
+ return ResourceManager.GetString("DisplayThemes", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Display Wallpaper.
+ /// </summary>
+ internal static string DisplayWallpaper {
+ get {
+ return ResourceManager.GetString("DisplayWallpaper", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Domain.
+ /// </summary>
+ internal static string Domain {
+ get {
+ return ResourceManager.GetString("Domain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Donate.
+ /// </summary>
+ internal static string Donate {
+ get {
+ return ResourceManager.GetString("Donate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do not play.
+ /// </summary>
+ internal static string DoNotPlay {
+ get {
+ return ResourceManager.GetString("DoNotPlay", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do not trim spaces from usernames.
+ /// </summary>
+ internal static string DoNotTrimUsername {
+ get {
+ return ResourceManager.GetString("DoNotTrimUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Don&apos;t connect to console session.
+ /// </summary>
+ internal static string DontConnectToConsoleSession {
+ get {
+ return ResourceManager.GetString("DontConnectToConsoleSession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Don&apos;t connect if authentication fails.
+ /// </summary>
+ internal static string DontConnectWhenAuthFails {
+ get {
+ return ResourceManager.GetString("DontConnectWhenAuthFails", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Double click on tab closes it.
+ /// </summary>
+ internal static string DoubleClickTabClosesIt {
+ get {
+ return ResourceManager.GetString("DoubleClickTabClosesIt", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Download.
+ /// </summary>
+ internal static string Download {
+ get {
+ return ResourceManager.GetString("Download", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Download and Install.
+ /// </summary>
+ internal static string DownloadAndInstall {
+ get {
+ return ResourceManager.GetString("DownloadAndInstall", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Duplicate.
+ /// </summary>
+ internal static string Duplicate {
+ get {
+ return ResourceManager.GetString("Duplicate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Duplicate Tab.
+ /// </summary>
+ internal static string DuplicateTab {
+ get {
+ return ResourceManager.GetString("DuplicateTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Dynamic.
+ /// </summary>
+ internal static string Dynamic {
+ get {
+ return ResourceManager.GetString("Dynamic", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do you want to continue with no password?.
+ /// </summary>
+ internal static string EmptyPasswordContinue {
+ get {
+ return ResourceManager.GetString("EmptyPasswordContinue", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to For empty Username, Password or Domain fields use:.
+ /// </summary>
+ internal static string EmptyUsernamePasswordDomainFields {
+ get {
+ return ResourceManager.GetString("EmptyUsernamePasswordDomainFields", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Desktop Composition.
+ /// </summary>
+ internal static string EnableDesktopComposition {
+ get {
+ return ResourceManager.GetString("EnableDesktopComposition", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encoding.
+ /// </summary>
+ internal static string Encoding {
+ get {
+ return ResourceManager.GetString("Encoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Completely encrypt connection file.
+ /// </summary>
+ internal static string EncryptCompleteConnectionFile {
+ get {
+ return ResourceManager.GetString("EncryptCompleteConnectionFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Block Cipher Mode.
+ /// </summary>
+ internal static string EncryptionBlockCipherMode {
+ get {
+ return ResourceManager.GetString("EncryptionBlockCipherMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encryption Engine.
+ /// </summary>
+ internal static string EncryptionEngine {
+ get {
+ return ResourceManager.GetString("EncryptionEngine", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Key Derivation Function Iterations.
+ /// </summary>
+ internal static string EncryptionKeyDerivationIterations {
+ get {
+ return ResourceManager.GetString("EncryptionKeyDerivationIterations", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encryption Test.
+ /// </summary>
+ internal static string EncryptionTest {
+ get {
+ return ResourceManager.GetString("EncryptionTest", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds..
+ /// </summary>
+ internal static string EncryptionTestResultMessage {
+ get {
+ return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Environment.
+ /// </summary>
+ internal static string Environment {
+ get {
+ return ResourceManager.GetString("Environment", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}.
+ /// </summary>
+ internal static string ErrorAddExternalToolsToToolBarFailed {
+ get {
+ return ResourceManager.GetString("ErrorAddExternalToolsToToolBarFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}.
+ /// </summary>
+ internal static string ErrorAddFolderFailed {
+ get {
+ return ResourceManager.GetString("ErrorAddFolderFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}..
+ /// </summary>
+ internal static string ErrorBadDatabaseVersion {
+ get {
+ return ResourceManager.GetString("ErrorBadDatabaseVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The connection list could not be saved..
+ /// </summary>
+ internal static string ErrorConnectionListSaveFailed {
+ get {
+ return ResourceManager.GetString("ErrorConnectionListSaveFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY could not be launched..
+ /// </summary>
+ internal static string ErrorCouldNotLaunchPutty {
+ get {
+ return ResourceManager.GetString("ErrorCouldNotLaunchPutty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Decryption failed. {0}.
+ /// </summary>
+ internal static string ErrorDecryptionFailed {
+ get {
+ return ResourceManager.GetString("ErrorDecryptionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Encryption failed. {0}.
+ /// </summary>
+ internal static string ErrorEncryptionFailed {
+ get {
+ return ResourceManager.GetString("ErrorEncryptionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The Windows security setting, &quot;System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing&quot;, 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..
+ /// </summary>
+ internal static string ErrorFipsPolicyIncompatible {
+ get {
+ return ResourceManager.GetString("ErrorFipsPolicyIncompatible", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Errors.
+ /// </summary>
+ internal static string Errors {
+ get {
+ return ResourceManager.GetString("Errors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit..
+ /// </summary>
+ internal static string ErrorStartupConnectionFileLoad {
+ get {
+ return ResourceManager.GetString("ErrorStartupConnectionFileLoad", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}.
+ /// </summary>
+ internal static string ErrorVerifyDatabaseVersionFailed {
+ get {
+ return ResourceManager.GetString("ErrorVerifyDatabaseVersionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This exception will force mRemoteNG to close.
+ /// </summary>
+ internal static string ExceptionForcesmRemoteNGToClose {
+ get {
+ return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Exception Message.
+ /// </summary>
+ internal static string ExceptionMessage {
+ get {
+ return ResourceManager.GetString("ExceptionMessage", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Exit.
+ /// </summary>
+ internal static string Exit {
+ get {
+ return ResourceManager.GetString("Exit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Expand all folders.
+ /// </summary>
+ internal static string ExpandAllFolders {
+ get {
+ return ResourceManager.GetString("ExpandAllFolders", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Experimental.
+ /// </summary>
+ internal static string Experimental {
+ get {
+ return ResourceManager.GetString("Experimental", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export.
+ /// </summary>
+ internal static string Export {
+ get {
+ return ResourceManager.GetString("Export", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export everything.
+ /// </summary>
+ internal static string ExportEverything {
+ get {
+ return ResourceManager.GetString("ExportEverything", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export File.
+ /// </summary>
+ internal static string ExportFile {
+ get {
+ return ResourceManager.GetString("ExportFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export Items.
+ /// </summary>
+ internal static string ExportItems {
+ get {
+ return ResourceManager.GetString("ExportItems", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export Properties.
+ /// </summary>
+ internal static string ExportProperties {
+ get {
+ return ResourceManager.GetString("ExportProperties", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export the currently selected connection.
+ /// </summary>
+ internal static string ExportSelectedConnection {
+ get {
+ return ResourceManager.GetString("ExportSelectedConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Export the currently selected folder.
+ /// </summary>
+ internal static string ExportSelectedFolder {
+ get {
+ return ResourceManager.GetString("ExportSelectedFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to External Tool.
+ /// </summary>
+ internal static string ExternalTool {
+ get {
+ return ResourceManager.GetString("ExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to External Tool After.
+ /// </summary>
+ internal static string ExternalToolAfter {
+ get {
+ return ResourceManager.GetString("ExternalToolAfter", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to External Tool Before.
+ /// </summary>
+ internal static string ExternalToolBefore {
+ get {
+ return ResourceManager.GetString("ExternalToolBefore", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New External Tool.
+ /// </summary>
+ internal static string ExternalToolDefaultName {
+ get {
+ return ResourceManager.GetString("ExternalToolDefaultName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to External Tool Properties.
+ /// </summary>
+ internal static string ExternalToolProperties {
+ get {
+ return ResourceManager.GetString("ExternalToolProperties", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to External Tools Toolbar.
+ /// </summary>
+ internal static string ExternalToolsToolbar {
+ get {
+ return ResourceManager.GetString("ExternalToolsToolbar", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Favorite.
+ /// </summary>
+ internal static string Favorite {
+ get {
+ return ResourceManager.GetString("Favorite", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Favorites.
+ /// </summary>
+ internal static string Favorites {
+ get {
+ return ResourceManager.GetString("Favorites", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to File &amp;Format:.
+ /// </summary>
+ internal static string FileFormat {
+ get {
+ return ResourceManager.GetString("FileFormat", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Filename.
+ /// </summary>
+ internal static string Filename {
+ get {
+ return ResourceManager.GetString("Filename", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Files.
+ /// </summary>
+ internal static string Files {
+ get {
+ return ResourceManager.GetString("Files", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to All Files (*.*).
+ /// </summary>
+ internal static string FilterAll {
+ get {
+ return ResourceManager.GetString("FilterAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to All importable files.
+ /// </summary>
+ internal static string FilterAllImportable {
+ get {
+ return ResourceManager.GetString("FilterAllImportable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Application Files (*.exe).
+ /// </summary>
+ internal static string FilterApplication {
+ get {
+ return ResourceManager.GetString("FilterApplication", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemote CSV Files (*.csv).
+ /// </summary>
+ internal static string FiltermRemoteCSV {
+ get {
+ return ResourceManager.GetString("FiltermRemoteCSV", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemote XML Files (*.xml).
+ /// </summary>
+ internal static string FiltermRemoteXML {
+ get {
+ return ResourceManager.GetString("FiltermRemoteXML", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY Connection Manager files.
+ /// </summary>
+ internal static string FilterPuttyConnectionManager {
+ get {
+ return ResourceManager.GetString("FilterPuttyConnectionManager", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg).
+ /// </summary>
+ internal static string FilterRdgFiles {
+ get {
+ return ResourceManager.GetString("FilterRdgFiles", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Files (*.rdp).
+ /// </summary>
+ internal static string FilterRDP {
+ get {
+ return ResourceManager.GetString("FilterRDP", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Filter search matches in connection tree.
+ /// </summary>
+ internal static string FilterSearchMatchesInConnectionTree {
+ get {
+ return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to First IP.
+ /// </summary>
+ internal static string FirstIp {
+ get {
+ return ResourceManager.GetString("FirstIp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to First Port.
+ /// </summary>
+ internal static string FirstPort {
+ get {
+ return ResourceManager.GetString("FirstPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Fit To Panel.
+ /// </summary>
+ internal static string FitToPanel {
+ get {
+ return ResourceManager.GetString("FitToPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Font Smoothing.
+ /// </summary>
+ internal static string FontSmoothing {
+ get {
+ return ResourceManager.GetString("FontSmoothing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Inherit {0}.
+ /// </summary>
+ internal static string FormatInherit {
+ get {
+ return ResourceManager.GetString("FormatInherit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Description of inherited property: {0}.
+ /// </summary>
+ internal static string FormatInheritDescription {
+ get {
+ return ResourceManager.GetString("FormatInheritDescription", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Free.
+ /// </summary>
+ internal static string Free {
+ get {
+ return ResourceManager.GetString("Free", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Fullscreen.
+ /// </summary>
+ internal static string Fullscreen {
+ get {
+ return ResourceManager.GetString("Fullscreen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gateway.
+ /// </summary>
+ internal static string Gateway {
+ get {
+ return ResourceManager.GetString("Gateway", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to General.
+ /// </summary>
+ internal static string General {
+ get {
+ return ResourceManager.GetString("General", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An error occured while loading the connection entry for &quot;{0}&quot; from &quot;{1}&quot;. {2}.
+ /// </summary>
+ internal static string GetConnectionInfoFromXmlFailed {
+ get {
+ return ResourceManager.GetString("GetConnectionInfoFromXmlFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Automatic Reconnect.
+ /// </summary>
+ internal static string GroupboxAutomaticReconnect {
+ get {
+ return ResourceManager.GetString("GroupboxAutomaticReconnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG Help.
+ /// </summary>
+ internal static string HelpContents {
+ get {
+ return ResourceManager.GetString("HelpContents", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to High.
+ /// </summary>
+ internal static string High {
+ get {
+ return ResourceManager.GetString("High", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Host.
+ /// </summary>
+ internal static string Host {
+ get {
+ return ResourceManager.GetString("Host", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Hostname:.
+ /// </summary>
+ internal static string Hostname {
+ get {
+ return ResourceManager.GetString("Hostname", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Hostname/IP.
+ /// </summary>
+ internal static string HostnameIp {
+ get {
+ return ResourceManager.GetString("HostnameIp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to HTTP.
+ /// </summary>
+ internal static string Http {
+ get {
+ return ResourceManager.GetString("Http", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Edge Chromium.
+ /// </summary>
+ internal static string HttpCEF {
+ get {
+ return ResourceManager.GetString("HttpCEF", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to HTTP Connect Failed!.
+ /// </summary>
+ internal static string HttpConnectFailed {
+ get {
+ return ResourceManager.GetString("HttpConnectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t create new HTTP Connection!.
+ /// </summary>
+ internal static string HttpConnectionFailed {
+ get {
+ return ResourceManager.GetString("HttpConnectionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Changing HTTP Document Tile Failed!.
+ /// </summary>
+ internal static string HttpDocumentTileChangeFailed {
+ get {
+ return ResourceManager.GetString("HttpDocumentTileChangeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Failed to contruct the URL to load.
+ /// </summary>
+ internal static string HttpFailedUrlBuild {
+ get {
+ return ResourceManager.GetString("HttpFailedUrlBuild", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Internet Explorer.
+ /// </summary>
+ internal static string HttpInternetExplorer {
+ get {
+ return ResourceManager.GetString("HttpInternetExplorer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to HTTPS.
+ /// </summary>
+ internal static string Https {
+ get {
+ return ResourceManager.GetString("Https", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Set HTTP Props failed!.
+ /// </summary>
+ internal static string HttpSetPropsFailed {
+ get {
+ return ResourceManager.GetString("HttpSetPropsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Icon.
+ /// </summary>
+ internal static string Icon {
+ get {
+ return ResourceManager.GetString("Icon", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix &quot;Quick:&quot;.
+ /// </summary>
+ internal static string IdentifyQuickConnectTabs {
+ get {
+ return ResourceManager.GetString("IdentifyQuickConnectTabs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import from Active Directory.
+ /// </summary>
+ internal static string ImportAD {
+ get {
+ return ResourceManager.GetString("ImportAD", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An error occurred while importing the file &quot;{0}&quot;..
+ /// </summary>
+ internal static string ImportFileFailedContent {
+ get {
+ return ResourceManager.GetString("ImportFileFailedContent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import from &amp;File....
+ /// </summary>
+ internal static string ImportFromFile {
+ get {
+ return ResourceManager.GetString("ImportFromFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import from Port Scan.
+ /// </summary>
+ internal static string ImportPortScan {
+ get {
+ return ResourceManager.GetString("ImportPortScan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Import sub OUs.
+ /// </summary>
+ internal static string ImportSubOUs {
+ get {
+ return ResourceManager.GetString("ImportSubOUs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Informations.
+ /// </summary>
+ internal static string Informations {
+ get {
+ return ResourceManager.GetString("Informations", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Inheritance.
+ /// </summary>
+ internal static string Inheritance {
+ get {
+ return ResourceManager.GetString("Inheritance", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Dispose of Int App process failed!.
+ /// </summary>
+ internal static string IntAppDisposeFailed {
+ get {
+ return ResourceManager.GetString("IntAppDisposeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Int App Focus Failed!.
+ /// </summary>
+ internal static string IntAppFocusFailed {
+ get {
+ return ResourceManager.GetString("IntAppFocusFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Int App Handle: {0}.
+ /// </summary>
+ internal static string IntAppHandle {
+ get {
+ return ResourceManager.GetString("IntAppHandle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Killing Int App Process failed!.
+ /// </summary>
+ internal static string IntAppKillFailed {
+ get {
+ return ResourceManager.GetString("IntAppKillFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Int App Resize failed!.
+ /// </summary>
+ internal static string IntAppResizeFailed {
+ get {
+ return ResourceManager.GetString("IntAppResizeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to --- IntApp Stuff ---.
+ /// </summary>
+ internal static string IntAppStuff {
+ get {
+ return ResourceManager.GetString("IntAppStuff", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Int App Title: {0}.
+ /// </summary>
+ internal static string IntAppTitle {
+ get {
+ return ResourceManager.GetString("IntAppTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to (Automatically Detect).
+ /// </summary>
+ internal static string LanguageDefault {
+ get {
+ return ResourceManager.GetString("LanguageDefault", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect..
+ /// </summary>
+ internal static string LanguageRestartRequired {
+ get {
+ return ResourceManager.GetString("LanguageRestartRequired", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Language.
+ /// </summary>
+ internal static string LanguageString {
+ get {
+ return ResourceManager.GetString("LanguageString", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Last IP.
+ /// </summary>
+ internal static string LastIp {
+ get {
+ return ResourceManager.GetString("LastIp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Last Port.
+ /// </summary>
+ internal static string LastPort {
+ get {
+ return ResourceManager.GetString("LastPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Launch External Tool.
+ /// </summary>
+ internal static string LaunchExternalTool {
+ get {
+ return ResourceManager.GetString("LaunchExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to License.
+ /// </summary>
+ internal static string License {
+ get {
+ return ResourceManager.GetString("License", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Load Balance Info.
+ /// </summary>
+ internal static string LoadBalanceInfo {
+ get {
+ return ResourceManager.GetString("LoadBalanceInfo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use UTF8 encoding for RDP &quot;Load Balance Info&quot; property.
+ /// </summary>
+ internal static string LoadBalanceInfoUseUtf8 {
+ get {
+ return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Load from SQL failed.
+ /// </summary>
+ internal static string LoadFromSqlFailed {
+ get {
+ return ResourceManager.GetString("LoadFromSqlFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The connection information could not be loaded from the SQL server..
+ /// </summary>
+ internal static string LoadFromSqlFailedContent {
+ get {
+ return ResourceManager.GetString("LoadFromSqlFailedContent", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Load From XML failed!.
+ /// </summary>
+ internal static string LoadFromXmlFailed {
+ get {
+ return ResourceManager.GetString("LoadFromXmlFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Local file.
+ /// </summary>
+ internal static string LocalFile {
+ get {
+ return ResourceManager.GetString("LocalFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Local file does not exist!.
+ /// </summary>
+ internal static string LocalFileDoesNotExist {
+ get {
+ return ResourceManager.GetString("LocalFileDoesNotExist", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Lock toolbar positions.
+ /// </summary>
+ internal static string LockToolbars {
+ get {
+ return ResourceManager.GetString("LockToolbars", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log file path.
+ /// </summary>
+ internal static string LogFilePath {
+ get {
+ return ResourceManager.GetString("LogFilePath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Logging.
+ /// </summary>
+ internal static string Logging {
+ get {
+ return ResourceManager.GetString("Logging", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Login failed for user &apos;{0}&apos;..
+ /// </summary>
+ internal static string LoginFailedForUser {
+ get {
+ return ResourceManager.GetString("LoginFailedForUser", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log these message types.
+ /// </summary>
+ internal static string LogTheseMessageTypes {
+ get {
+ return ResourceManager.GetString("LogTheseMessageTypes", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Log to application directory.
+ /// </summary>
+ internal static string LogToAppDir {
+ get {
+ return ResourceManager.GetString("LogToAppDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to MAC Address.
+ /// </summary>
+ internal static string MacAddress {
+ get {
+ return ResourceManager.GetString("MacAddress", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Medium.
+ /// </summary>
+ internal static string Medium {
+ get {
+ return ResourceManager.GetString("Medium", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Message.
+ /// </summary>
+ internal static string Message {
+ get {
+ return ResourceManager.GetString("Message", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Minimize to notification area.
+ /// </summary>
+ internal static string MinimizeToSysTray {
+ get {
+ return ResourceManager.GetString("MinimizeToSysTray", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Minutes to Idle.
+ /// </summary>
+ internal static string MinutesToIdleTimeout {
+ get {
+ return ResourceManager.GetString("MinutesToIdleTimeout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Miscellaneous.
+ /// </summary>
+ internal static string Miscellaneous {
+ get {
+ return ResourceManager.GetString("Miscellaneous", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Monthly.
+ /// </summary>
+ internal static string Monthly {
+ get {
+ return ResourceManager.GetString("Monthly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Move down.
+ /// </summary>
+ internal static string MoveDown {
+ get {
+ return ResourceManager.GetString("MoveDown", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Move up.
+ /// </summary>
+ internal static string MoveUp {
+ get {
+ return ResourceManager.GetString("MoveUp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG CSV.
+ /// </summary>
+ internal static string MremoteNgCsv {
+ get {
+ return ResourceManager.GetString("MremoteNgCsv", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG Unhandled Exception.
+ /// </summary>
+ internal static string mRemoteNGUnhandledException {
+ get {
+ return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG XML.
+ /// </summary>
+ internal static string MremoteNgXml {
+ get {
+ return ResourceManager.GetString("MremoteNgXml", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Multi SSH:.
+ /// </summary>
+ internal static string MultiSsh {
+ get {
+ return ResourceManager.GetString("MultiSsh", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Multi SSH toolbar.
+ /// </summary>
+ internal static string MultiSshToolbar {
+ get {
+ return ResourceManager.GetString("MultiSshToolbar", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately..
+ /// </summary>
+ internal static string MultiSshToolTip {
+ get {
+ return ResourceManager.GetString("MultiSshToolTip", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Must Be Between 0 and 255.
+ /// </summary>
+ internal static string MustBeBetween0And255 {
+ get {
+ return ResourceManager.GetString("MustBeBetween0And255", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to My current credentials (Windows logon information).
+ /// </summary>
+ internal static string MyCurrentWindowsCreds {
+ get {
+ return ResourceManager.GetString("MyCurrentWindowsCreds", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Name.
+ /// </summary>
+ internal static string Name {
+ get {
+ return ResourceManager.GetString("Name", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Never.
+ /// </summary>
+ internal static string Never {
+ get {
+ return ResourceManager.GetString("Never", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New Connection.
+ /// </summary>
+ internal static string NewConnection {
+ get {
+ return ResourceManager.GetString("NewConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New Connection File.
+ /// </summary>
+ internal static string NewConnectionFile {
+ get {
+ return ResourceManager.GetString("NewConnectionFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New External Tool.
+ /// </summary>
+ internal static string NewExternalTool {
+ get {
+ return ResourceManager.GetString("NewExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New Folder.
+ /// </summary>
+ internal static string NewFolder {
+ get {
+ return ResourceManager.GetString("NewFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New Panel.
+ /// </summary>
+ internal static string NewPanel {
+ get {
+ return ResourceManager.GetString("NewPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New Title.
+ /// </summary>
+ internal static string NewTitle {
+ get {
+ return ResourceManager.GetString("NewTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No.
+ /// </summary>
+ internal static string No {
+ get {
+ return ResourceManager.GetString("No", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No сompression.
+ /// </summary>
+ internal static string NoCompression {
+ get {
+ return ResourceManager.GetString("NoCompression", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This node is already in this folder..
+ /// </summary>
+ internal static string NodeAlreadyInFolder {
+ get {
+ return ResourceManager.GetString("NodeAlreadyInFolder", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cannot drag node onto itself..
+ /// </summary>
+ internal static string NodeCannotDragOnSelf {
+ get {
+ return ResourceManager.GetString("NodeCannotDragOnSelf", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cannot drag parent node onto child..
+ /// </summary>
+ internal static string NodeCannotDragParentOnChild {
+ get {
+ return ResourceManager.GetString("NodeCannotDragParentOnChild", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This node is not draggable..
+ /// </summary>
+ internal static string NodeNotDraggable {
+ get {
+ return ResourceManager.GetString("NodeNotDraggable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No ext. app specified..
+ /// </summary>
+ internal static string NoExtAppDefined {
+ get {
+ return ResourceManager.GetString("NoExtAppDefined", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to None.
+ /// </summary>
+ internal static string None {
+ get {
+ return ResourceManager.GetString("None", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Normal.
+ /// </summary>
+ internal static string Normal {
+ get {
+ return ResourceManager.GetString("Normal", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No SmartSize.
+ /// </summary>
+ internal static string NoSmartSize {
+ get {
+ return ResourceManager.GetString("NoSmartSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Notifications.
+ /// </summary>
+ internal static string Notifications {
+ get {
+ return ResourceManager.GetString("Notifications", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to No update available.
+ /// </summary>
+ internal static string NoUpdateAvailable {
+ get {
+ return ResourceManager.GetString("NoUpdateAvailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error.
+ ///If you run into such an error, please create a new connection file!.
+ /// </summary>
+ internal static string OldConffile {
+ get {
+ return ResourceManager.GetString("OldConffile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open a different file.
+ /// </summary>
+ internal static string OpenADifferentFile {
+ get {
+ return ResourceManager.GetString("OpenADifferentFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Connection File....
+ /// </summary>
+ internal static string OpenConnectionFile {
+ get {
+ return ResourceManager.GetString("OpenConnectionFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open file.
+ /// </summary>
+ internal static string OpenFile {
+ get {
+ return ResourceManager.GetString("OpenFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Opening Command.
+ /// </summary>
+ internal static string OpeningCommand {
+ get {
+ return ResourceManager.GetString("OpeningCommand", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open new tab to the right of the currently selected tab.
+ /// </summary>
+ internal static string OpenNewTabRight {
+ get {
+ return ResourceManager.GetString("OpenNewTabRight", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Open Ports.
+ /// </summary>
+ internal static string OpenPorts {
+ get {
+ return ResourceManager.GetString("OpenPorts", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Options.
+ /// </summary>
+ internal static string Options {
+ get {
+ return ResourceManager.GetString("Options", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG Options.
+ /// </summary>
+ internal static string OptionsPageTitle {
+ get {
+ return ResourceManager.GetString("OptionsPageTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Testing....
+ /// </summary>
+ internal static string OptionsProxyTesting {
+ get {
+ return ResourceManager.GetString("OptionsProxyTesting", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change..
+ /// </summary>
+ internal static string OptionsThemeChangeWarning {
+ get {
+ return ResourceManager.GetString("OptionsThemeChangeWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do you really want to delete the theme?.
+ /// </summary>
+ internal static string OptionsThemeDeleteConfirmation {
+ get {
+ return ResourceManager.GetString("OptionsThemeDeleteConfirmation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to New theme name.
+ /// </summary>
+ internal static string OptionsThemeNewThemeCaption {
+ get {
+ return ResourceManager.GetString("OptionsThemeNewThemeCaption", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name.
+ /// </summary>
+ internal static string OptionsThemeNewThemeError {
+ get {
+ return ResourceManager.GetString("OptionsThemeNewThemeError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Type the new theme name.
+ /// </summary>
+ internal static string OptionsThemeNewThemeText {
+ get {
+ return ResourceManager.GetString("OptionsThemeNewThemeText", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Out Of Range.
+ /// </summary>
+ internal static string OutOfRange {
+ get {
+ return ResourceManager.GetString("OutOfRange", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Panel.
+ /// </summary>
+ internal static string Panel {
+ get {
+ return ResourceManager.GetString("Panel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Panel Handle: {0}.
+ /// </summary>
+ internal static string PanelHandle {
+ get {
+ return ResourceManager.GetString("PanelHandle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Panel Name.
+ /// </summary>
+ internal static string PanelName {
+ get {
+ return ResourceManager.GetString("PanelName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password.
+ /// </summary>
+ internal static string Password {
+ get {
+ return ResourceManager.GetString("Password", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}.
+ /// </summary>
+ internal static string PasswordConstainsSpecialCharactersConstraintHint {
+ get {
+ return ResourceManager.GetString("PasswordConstainsSpecialCharactersConstraintHint", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password must contain at least {0} lower case character(s).
+ /// </summary>
+ internal static string PasswordContainsLowerCaseConstraintHint {
+ get {
+ return ResourceManager.GetString("PasswordContainsLowerCaseConstraintHint", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password must contain at least {0} number(s).
+ /// </summary>
+ internal static string PasswordContainsNumbersConstraint {
+ get {
+ return ResourceManager.GetString("PasswordContainsNumbersConstraint", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password must contain at least {0} upper case character(s).
+ /// </summary>
+ internal static string PasswordContainsUpperCaseConstraintHint {
+ get {
+ return ResourceManager.GetString("PasswordContainsUpperCaseConstraintHint", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password length must be between {0} and {1}.
+ /// </summary>
+ internal static string PasswordLengthConstraintHint {
+ get {
+ return ResourceManager.GetString("PasswordLengthConstraintHint", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Password protect.
+ /// </summary>
+ internal static string PasswordProtect {
+ get {
+ return ResourceManager.GetString("PasswordProtect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Both passwords must match..
+ /// </summary>
+ internal static string PasswordStatusMustMatch {
+ get {
+ return ResourceManager.GetString("PasswordStatusMustMatch", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The password must be at least 3 characters long..
+ /// </summary>
+ internal static string PasswordStatusTooShort {
+ get {
+ return ResourceManager.GetString("PasswordStatusTooShort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Place search bar above connection tree.
+ /// </summary>
+ internal static string PlaceSearchBarAboveConnectionTree {
+ get {
+ return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Please fill all fields.
+ /// </summary>
+ internal static string PleaseFillAllFields {
+ get {
+ return ResourceManager.GetString("PleaseFillAllFields", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Popups.
+ /// </summary>
+ internal static string Popups {
+ get {
+ return ResourceManager.GetString("Popups", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Port.
+ /// </summary>
+ internal static string Port {
+ get {
+ return ResourceManager.GetString("Port", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Portable Edition.
+ /// </summary>
+ internal static string PortableEdition {
+ get {
+ return ResourceManager.GetString("PortableEdition", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ports.
+ /// </summary>
+ internal static string Ports {
+ get {
+ return ResourceManager.GetString("Ports", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Port Scan.
+ /// </summary>
+ internal static string PortScan {
+ get {
+ return ResourceManager.GetString("PortScan", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Port scan complete..
+ /// </summary>
+ internal static string PortScanComplete {
+ get {
+ return ResourceManager.GetString("PortScanComplete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t load PortScan panel!.
+ /// </summary>
+ internal static string PortScanCouldNotLoadPanel {
+ get {
+ return ResourceManager.GetString("PortScanCouldNotLoadPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PowerShell.
+ /// </summary>
+ internal static string PowerShell {
+ get {
+ return ResourceManager.GetString("PowerShell", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Printers.
+ /// </summary>
+ internal static string Printers {
+ get {
+ return ResourceManager.GetString("Printers", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Properties.
+ /// </summary>
+ internal static string Properties {
+ get {
+ return ResourceManager.GetString("Properties", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Toggle all inheritance options..
+ /// </summary>
+ internal static string PropertyDescriptionAll {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select which authentication level this connection should use..
+ /// </summary>
+ internal static string PropertyDescriptionAuthenticationLevel {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionAuthenticationLevel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select how you want to authenticate against the VNC server..
+ /// </summary>
+ internal static string PropertyDescriptionAuthenticationMode {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionAuthenticationMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher..
+ /// </summary>
+ internal static string PropertyDescriptionAutomaticResize {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionAutomaticResize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether to use bitmap caching or not..
+ /// </summary>
+ internal static string PropertyDescriptionCacheBitmaps {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionCacheBitmaps", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select the colour quality to be used..
+ /// </summary>
+ internal static string PropertyDescriptionColors {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionColors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select the compression value to be used..
+ /// </summary>
+ internal static string PropertyDescriptionCompression {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionCompression", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Put your notes or a description for the host here..
+ /// </summary>
+ internal static string PropertyDescriptionDescription {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDescription", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Determines whether cursor flashes should be disabled..
+ /// </summary>
+ internal static string PropertyDescriptionDisableCursorBlinking {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisableCursorBlinking", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Determines whether a mouse shadow should be visible..
+ /// </summary>
+ internal static string PropertyDescriptionDisableCursorShadow {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisableCursorShadow", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location..
+ /// </summary>
+ internal static string PropertyDescriptionDisableFullWindowDrag {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisableFullWindowDrag", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session..
+ /// </summary>
+ internal static string PropertyDescriptionDisableMenuAnimations {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisableMenuAnimations", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed..
+ /// </summary>
+ internal static string PropertyDescriptionDisplayThemes {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisplayThemes", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed..
+ /// </summary>
+ internal static string PropertyDescriptionDisplayWallpaper {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDisplayWallpaper", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter your domain..
+ /// </summary>
+ internal static string PropertyDescriptionDomain {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionDomain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether to use desktop composition or not..
+ /// </summary>
+ internal static string PropertyDescriptionEnableDesktopComposition {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionEnableDesktopComposition", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether to use font smoothing or not..
+ /// </summary>
+ internal static string PropertyDescriptionEnableFontSmoothing {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionEnableFontSmoothing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select the encoding mode to be used..
+ /// </summary>
+ internal static string PropertyDescriptionEncoding {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionEncoding", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select the external tool to be started..
+ /// </summary>
+ internal static string PropertyDescriptionExternalTool {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionExternalTool", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionExternalToolAfter {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionExternalToolAfter", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established..
+ /// </summary>
+ internal static string PropertyDescriptionExternalToolBefore {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionExternalToolBefore", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show this connection in the favorites menu..
+ /// </summary>
+ internal static string PropertyDescriptionFavorite {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionFavorite", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter the hostname or ip you want to connect to..
+ /// </summary>
+ internal static string PropertyDescriptionHostnameIp {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionHostnameIp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host..
+ /// </summary>
+ internal static string PropertyDescriptionIcon {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionIcon", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server..
+ /// </summary>
+ internal static string PropertyDescriptionLoadBalanceInfo {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionLoadBalanceInfo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool..
+ /// </summary>
+ internal static string PropertyDescriptionMACAddress {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionMACAddress", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to This is the name that will be displayed in the connections tree..
+ /// </summary>
+ internal static string PropertyDescriptionName {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A command to run on the remote server after successfully connecting..
+ /// </summary>
+ internal static string PropertyDescriptionOpeningCommand {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionOpeningCommand", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sets the panel in which the connection will open..
+ /// </summary>
+ internal static string PropertyDescriptionPanel {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter your password..
+ /// </summary>
+ internal static string PropertyDescriptionPassword {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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..
+ /// </summary>
+ internal static string PropertyDescriptionPasswordProtect {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionPasswordProtect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter the port the selected protocol is listening on..
+ /// </summary>
+ internal static string PropertyDescriptionPort {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host..
+ /// </summary>
+ internal static string PropertyDescriptionProtocol {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionProtocol", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select a PuTTY session to be used when connecting..
+ /// </summary>
+ internal static string PropertyDescriptionPuttySession {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionPuttySession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server..
+ /// </summary>
+ internal static string PropertyDescriptionRDGatewayDomain {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDGatewayDomain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server..
+ /// </summary>
+ internal static string PropertyDescriptionRDGatewayHostname {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDGatewayHostname", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection..
+ /// </summary>
+ internal static string PropertyDescriptionRDGatewayUseConnectionCredentials {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server..
+ /// </summary>
+ internal static string PropertyDescriptionRDGatewayUsername {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDGatewayUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity.
+ /// </summary>
+ internal static string PropertyDescriptionRDPAlertIdleTimeout {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDPAlertIdleTimeout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server..
+ /// </summary>
+ internal static string PropertyDescriptionRdpGatewayPassword {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRdpGatewayPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server..
+ /// </summary>
+ internal static string PropertyDescriptionRdpGatewayUsageMethod {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRdpGatewayUsageMethod", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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).
+ /// </summary>
+ internal static string PropertyDescriptionRDPMinutesToIdleTimeout {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The program to be started on the remote server upon connection..
+ /// </summary>
+ internal static string PropertyDescriptionRDPStartProgram {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDPStartProgram", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specifies the working directory of the alternate shell..
+ /// </summary>
+ internal static string PropertyDescriptionRDPStartProgramWorkDir {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRDPStartProgramWorkDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sets the version of RDP to use when opening connections..
+ /// </summary>
+ internal static string PropertyDescriptionRdpVersion {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRdpVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectAudioCapture {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectAudioCapture", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether the clipboard should be shared..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectClipboard {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectClipboard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectDrives {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectDrives", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectKeys {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectKeys", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectPorts {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectPorts", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether local printers should be shown on the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectPrinters {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectPrinters", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectSmartCards {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectSmartCards", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select how remote sound should be redirected..
+ /// </summary>
+ internal static string PropertyDescriptionRedirectSounds {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRedirectSounds", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML..
+ /// </summary>
+ internal static string PropertyDescriptionRenderingEngine {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionRenderingEngine", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose the resolution or mode this connection will open in..
+ /// </summary>
+ internal static string PropertyDescriptionResolution {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionResolution", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select the SmartSize mode to be used..
+ /// </summary>
+ internal static string PropertyDescriptionSmartSizeMode {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionSmartSizeMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High.
+ /// </summary>
+ internal static string PropertyDescriptionSoundQuality {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionSoundQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details..
+ /// </summary>
+ internal static string PropertyDescriptionSshOptions {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionSshOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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..
+ /// </summary>
+ internal static string PropertyDescriptionSshTunnel {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionSshTunnel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Program/alternate shell.
+ /// </summary>
+ internal static string PropertyDescriptionStartProgram {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionStartProgram", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect to the console session of the remote host..
+ /// </summary>
+ internal static string PropertyDescriptionUseConsoleSession {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUseConsoleSession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available..
+ /// </summary>
+ internal static string PropertyDescriptionUseCredSsp {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUseCredSsp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled..
+ /// </summary>
+ internal static string PropertyDescriptionUseEnhancedMode {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUseEnhancedMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Feel free to enter any information you need here..
+ /// </summary>
+ internal static string PropertyDescriptionUser1 {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUser1", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter your username..
+ /// </summary>
+ internal static string PropertyDescriptionUsername {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V..
+ /// </summary>
+ internal static string PropertyDescriptionUseVmId {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionUseVmId", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes..
+ /// </summary>
+ internal static string PropertyDescriptionViewOnly {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionViewOnly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to..
+ /// </summary>
+ internal static string PropertyDescriptionVmId {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVmId", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter the proxy address to be used..
+ /// </summary>
+ internal static string PropertyDescriptionVNCProxyAddress {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVNCProxyAddress", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter your password for authenticating against the proxy..
+ /// </summary>
+ internal static string PropertyDescriptionVNCProxyPassword {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVNCProxyPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter the port the proxy server listens on..
+ /// </summary>
+ internal static string PropertyDescriptionVNCProxyPort {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVNCProxyPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is..
+ /// </summary>
+ internal static string PropertyDescriptionVNCProxyType {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVNCProxyType", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Enter your username for authenticating against the proxy..
+ /// </summary>
+ internal static string PropertyDescriptionVNCProxyUsername {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionVNCProxyUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Protocol.
+ /// </summary>
+ internal static string Protocol {
+ get {
+ return ResourceManager.GetString("Protocol", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Protocol Event Disconnected. Host: &quot;{1}&quot;; Protocol: &quot;{2}&quot; Message: &quot;{0}&quot;.
+ /// </summary>
+ internal static string ProtocolEventDisconnected {
+ get {
+ return ResourceManager.GetString("ProtocolEventDisconnected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Protocol Event Disconnected failed.
+ ///{0}.
+ /// </summary>
+ internal static string ProtocolEventDisconnectFailed {
+ get {
+ return ResourceManager.GetString("ProtocolEventDisconnectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Protocol to import.
+ /// </summary>
+ internal static string ProtocolToImport {
+ get {
+ return ResourceManager.GetString("ProtocolToImport", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy.
+ /// </summary>
+ internal static string Proxy {
+ get {
+ return ResourceManager.GetString("Proxy", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy Address.
+ /// </summary>
+ internal static string ProxyAddress {
+ get {
+ return ResourceManager.GetString("ProxyAddress", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy Password.
+ /// </summary>
+ internal static string ProxyPassword {
+ get {
+ return ResourceManager.GetString("ProxyPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy Port.
+ /// </summary>
+ internal static string ProxyPort {
+ get {
+ return ResourceManager.GetString("ProxyPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy test failed!.
+ /// </summary>
+ internal static string ProxyTestFailed {
+ get {
+ return ResourceManager.GetString("ProxyTestFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy test succeeded!.
+ /// </summary>
+ internal static string ProxyTestSucceeded {
+ get {
+ return ResourceManager.GetString("ProxyTestSucceeded", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy Type.
+ /// </summary>
+ internal static string ProxyType {
+ get {
+ return ResourceManager.GetString("ProxyType", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Proxy Username.
+ /// </summary>
+ internal static string ProxyUsername {
+ get {
+ return ResourceManager.GetString("ProxyUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Dispose of Putty process failed!.
+ /// </summary>
+ internal static string PuttyDisposeFailed {
+ get {
+ return ResourceManager.GetString("PuttyDisposeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t set focus!.
+ /// </summary>
+ internal static string PuttyFocusFailed {
+ get {
+ return ResourceManager.GetString("PuttyFocusFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Putty Handle: {0}.
+ /// </summary>
+ internal static string PuttyHandle {
+ get {
+ return ResourceManager.GetString("PuttyHandle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Killing Putty Process failed!.
+ /// </summary>
+ internal static string PuttyKillFailed {
+ get {
+ return ResourceManager.GetString("PuttyKillFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Putty Resize Failed!.
+ /// </summary>
+ internal static string PuttyResizeFailed {
+ get {
+ return ResourceManager.GetString("PuttyResizeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY Saved Sessions.
+ /// </summary>
+ internal static string PuttySavedSessionsRootName {
+ get {
+ return ResourceManager.GetString("PuttySavedSessionsRootName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY Session.
+ /// </summary>
+ internal static string PuttySession {
+ get {
+ return ResourceManager.GetString("PuttySession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to To configure PuTTY sessions click this button:.
+ /// </summary>
+ internal static string PuttySessionsConfig {
+ get {
+ return ResourceManager.GetString("PuttySessionsConfig", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY Settings.
+ /// </summary>
+ internal static string PuttySettings {
+ get {
+ return ResourceManager.GetString("PuttySettings", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!.
+ /// </summary>
+ internal static string PuttyShowSettingsDialogFailed {
+ get {
+ return ResourceManager.GetString("PuttyShowSettingsDialogFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to --- PuTTY Stuff ---.
+ /// </summary>
+ internal static string PuttyStuff {
+ get {
+ return ResourceManager.GetString("PuttyStuff", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:.
+ /// </summary>
+ internal static string PuttyTimeout {
+ get {
+ return ResourceManager.GetString("PuttyTimeout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to PuTTY Title: {0}.
+ /// </summary>
+ internal static string PuttyTitle {
+ get {
+ return ResourceManager.GetString("PuttyTitle", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quick: {0}.
+ /// </summary>
+ internal static string Quick {
+ get {
+ return ResourceManager.GetString("Quick", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quick Connect.
+ /// </summary>
+ internal static string QuickConnect {
+ get {
+ return ResourceManager.GetString("QuickConnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quick Connect Add Failed!.
+ /// </summary>
+ internal static string QuickConnectAddFailed {
+ get {
+ return ResourceManager.GetString("QuickConnectAddFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Creating quick connect failed.
+ /// </summary>
+ internal static string QuickConnectFailed {
+ get {
+ return ResourceManager.GetString("QuickConnectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Quick Connect Toolbar.
+ /// </summary>
+ internal static string QuickConnectToolbar {
+ get {
+ return ResourceManager.GetString("QuickConnectToolbar", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warn me only when e&amp;xiting mRemoteNG.
+ /// </summary>
+ internal static string RadioCloseWarnExit {
+ get {
+ return ResourceManager.GetString("RadioCloseWarnExit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warn me only when closing &amp;multiple connections.
+ /// </summary>
+ internal static string RadioCloseWarnMultiple {
+ get {
+ return ResourceManager.GetString("RadioCloseWarnMultiple", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do &amp;not warn me when closing connections.
+ /// </summary>
+ internal static string RadioCloseWarnNever {
+ get {
+ return ResourceManager.GetString("RadioCloseWarnNever", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RAW.
+ /// </summary>
+ internal static string Raw {
+ get {
+ return ResourceManager.GetString("Raw", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP.
+ /// </summary>
+ internal static string Rdp {
+ get {
+ return ResourceManager.GetString("Rdp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 16777216 Colours (24-bit).
+ /// </summary>
+ internal static string Rdp16777216Colors {
+ get {
+ return ResourceManager.GetString("Rdp16777216Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 256 Colours (8-bit).
+ /// </summary>
+ internal static string Rdp256Colors {
+ get {
+ return ResourceManager.GetString("Rdp256Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 32768 Colours (15-bit).
+ /// </summary>
+ internal static string Rdp32768Colors {
+ get {
+ return ResourceManager.GetString("Rdp32768Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 16777216 Colours (32-bit).
+ /// </summary>
+ internal static string Rdp4294967296Colors {
+ get {
+ return ResourceManager.GetString("Rdp4294967296Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to 65536 Colours (16-bit).
+ /// </summary>
+ internal static string Rdp65536Colors {
+ get {
+ return ResourceManager.GetString("Rdp65536Colors", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t create RDP control, please check mRemoteNG requirements..
+ /// </summary>
+ internal static string RdpControlCreationFailed {
+ get {
+ return ResourceManager.GetString("RdpControlCreationFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Disconnect failed, trying to close!.
+ /// </summary>
+ internal static string RdpDisconnectFailed {
+ get {
+ return ResourceManager.GetString("RdpDisconnectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Internal error code 1..
+ /// </summary>
+ internal static string RdpErrorCode1 {
+ get {
+ return ResourceManager.GetString("RdpErrorCode1", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Internal error code 2..
+ /// </summary>
+ internal static string RdpErrorCode2 {
+ get {
+ return ResourceManager.GetString("RdpErrorCode2", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Internal error code 3. This is not a valid state..
+ /// </summary>
+ internal static string RdpErrorCode3 {
+ get {
+ return ResourceManager.GetString("RdpErrorCode3", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Internal error code 4..
+ /// </summary>
+ internal static string RdpErrorCode4 {
+ get {
+ return ResourceManager.GetString("RdpErrorCode4", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An unrecoverable error has occurred during client connection..
+ /// </summary>
+ internal static string RdpErrorConnection {
+ get {
+ return ResourceManager.GetString("RdpErrorConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to GetError failed (FatalErrors).
+ /// </summary>
+ internal static string RdpErrorGetFailure {
+ get {
+ return ResourceManager.GetString("RdpErrorGetFailure", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An out-of-memory error has occurred..
+ /// </summary>
+ internal static string RdpErrorOutOfMemory {
+ get {
+ return ResourceManager.GetString("RdpErrorOutOfMemory", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An unknown error has occurred..
+ /// </summary>
+ internal static string RdpErrorUnknown {
+ get {
+ return ResourceManager.GetString("RdpErrorUnknown", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to A window-creation error has occurred..
+ /// </summary>
+ internal static string RdpErrorWindowCreation {
+ get {
+ return ResourceManager.GetString("RdpErrorWindowCreation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Winsock initialization error..
+ /// </summary>
+ internal static string RdpErrorWinsock {
+ get {
+ return ResourceManager.GetString("RdpErrorWinsock", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Focus failed!.
+ /// </summary>
+ internal static string RdpFocusFailed {
+ get {
+ return ResourceManager.GetString("RdpFocusFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gateway Domain.
+ /// </summary>
+ internal static string RdpGatewayDomain {
+ get {
+ return ResourceManager.GetString("RdpGatewayDomain", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gateway Hostname.
+ /// </summary>
+ internal static string RdpGatewayHostname {
+ get {
+ return ResourceManager.GetString("RdpGatewayHostname", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Gateway is supported..
+ /// </summary>
+ internal static string RdpGatewayIsSupported {
+ get {
+ return ResourceManager.GetString("RdpGatewayIsSupported", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Gateway is not supported!.
+ /// </summary>
+ internal static string RdpGatewayNotSupported {
+ get {
+ return ResourceManager.GetString("RdpGatewayNotSupported", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remote Desktop Gateway Password.
+ /// </summary>
+ internal static string RdpGatewayPassword {
+ get {
+ return ResourceManager.GetString("RdpGatewayPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use Gateway.
+ /// </summary>
+ internal static string RdpGatewayUsageMethod {
+ get {
+ return ResourceManager.GetString("RdpGatewayUsageMethod", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gateway Credentials.
+ /// </summary>
+ internal static string RdpGatewayUseConnectionCredentials {
+ get {
+ return ResourceManager.GetString("RdpGatewayUseConnectionCredentials", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Gateway Username.
+ /// </summary>
+ internal static string RdpGatewayUsername {
+ get {
+ return ResourceManager.GetString("RdpGatewayUsername", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Connection Timeout.
+ /// </summary>
+ internal static string RdpOverallConnectionTimeout {
+ get {
+ return ResourceManager.GetString("RdpOverallConnectionTimeout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// 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..
+ /// </summary>
+ internal static string RdpProtocolVersionNotSupported {
+ get {
+ return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP reconnection count:.
+ /// </summary>
+ internal static string RdpReconnectCount {
+ get {
+ return ResourceManager.GetString("RdpReconnectCount", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!.
+ /// </summary>
+ internal static string RdpSetAuthenticationLevelFailed {
+ get {
+ return ResourceManager.GetString("RdpSetAuthenticationLevelFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetUseConsoleSession failed!.
+ /// </summary>
+ internal static string RdpSetConsoleSessionFailed {
+ get {
+ return ResourceManager.GetString("RdpSetConsoleSessionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}..
+ /// </summary>
+ internal static string RdpSetConsoleSwitch {
+ get {
+ return ResourceManager.GetString("RdpSetConsoleSwitch", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetCredentials failed!.
+ /// </summary>
+ internal static string RdpSetCredentialsFailed {
+ get {
+ return ResourceManager.GetString("RdpSetCredentialsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetEventHandlers failed!.
+ /// </summary>
+ internal static string RdpSetEventHandlersFailed {
+ get {
+ return ResourceManager.GetString("RdpSetEventHandlersFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetRDGateway failed!.
+ /// </summary>
+ internal static string RdpSetGatewayFailed {
+ get {
+ return ResourceManager.GetString("RdpSetGatewayFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetPerformanceFlags failed!.
+ /// </summary>
+ internal static string RdpSetPerformanceFlagsFailed {
+ get {
+ return ResourceManager.GetString("RdpSetPerformanceFlagsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetPort failed!.
+ /// </summary>
+ internal static string RdpSetPortFailed {
+ get {
+ return ResourceManager.GetString("RdpSetPortFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetProps failed!.
+ /// </summary>
+ internal static string RdpSetPropsFailed {
+ get {
+ return ResourceManager.GetString("RdpSetPropsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Set Redirection Failed!.
+ /// </summary>
+ internal static string RdpSetRedirectionFailed {
+ get {
+ return ResourceManager.GetString("RdpSetRedirectionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Set Redirect Keys Failed!.
+ /// </summary>
+ internal static string RdpSetRedirectKeysFailed {
+ get {
+ return ResourceManager.GetString("RdpSetRedirectKeysFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP SetResolution failed!.
+ /// </summary>
+ internal static string RdpSetResolutionFailed {
+ get {
+ return ResourceManager.GetString("RdpSetResolutionFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Bring to this computer.
+ /// </summary>
+ internal static string RdpSoundBringToThisComputer {
+ get {
+ return ResourceManager.GetString("RdpSoundBringToThisComputer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Leave at remote computer.
+ /// </summary>
+ internal static string RdpSoundLeaveAtRemoteComputer {
+ get {
+ return ResourceManager.GetString("RdpSoundLeaveAtRemoteComputer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Alternate Shell.
+ /// </summary>
+ internal static string RDPStartProgram {
+ get {
+ return ResourceManager.GetString("RDPStartProgram", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Alternate shell working directory.
+ /// </summary>
+ internal static string RDPStartProgramWorkDir {
+ get {
+ return ResourceManager.GetString("RDPStartProgramWorkDir", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP ToggleFullscreen failed!.
+ /// </summary>
+ internal static string RdpToggleFullscreenFailed {
+ get {
+ return ResourceManager.GetString("RdpToggleFullscreenFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP ToggleSmartSize failed!.
+ /// </summary>
+ internal static string RdpToggleSmartSizeFailed {
+ get {
+ return ResourceManager.GetString("RdpToggleSmartSizeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to RDP Version.
+ /// </summary>
+ internal static string RdpVersion {
+ get {
+ return ResourceManager.GetString("RdpVersion", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Read only:.
+ /// </summary>
+ internal static string ReadOnly {
+ get {
+ return ResourceManager.GetString("ReadOnly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reconnect.
+ /// </summary>
+ internal static string Reconnect {
+ get {
+ return ResourceManager.GetString("Reconnect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reconnect All Connections.
+ /// </summary>
+ internal static string ReconnectAllConnections {
+ get {
+ return ResourceManager.GetString("ReconnectAllConnections", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reconnect to previously opened sessions on startup.
+ /// </summary>
+ internal static string ReconnectAtStartup {
+ get {
+ return ResourceManager.GetString("ReconnectAtStartup", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Redirect.
+ /// </summary>
+ internal static string Redirect {
+ get {
+ return ResourceManager.GetString("Redirect", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Disk Drives.
+ /// </summary>
+ internal static string RedirectDrives {
+ get {
+ return ResourceManager.GetString("RedirectDrives", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Key Combinations.
+ /// </summary>
+ internal static string RedirectKeys {
+ get {
+ return ResourceManager.GetString("RedirectKeys", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Smart Cards.
+ /// </summary>
+ internal static string RedirectSmartCards {
+ get {
+ return ResourceManager.GetString("RedirectSmartCards", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Refresh.
+ /// </summary>
+ internal static string Refresh {
+ get {
+ return ResourceManager.GetString("Refresh", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Refresh Screen (VNC).
+ /// </summary>
+ internal static string RefreshScreen {
+ get {
+ return ResourceManager.GetString("RefreshScreen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Release Channel.
+ /// </summary>
+ internal static string ReleaseChannel {
+ get {
+ return ResourceManager.GetString("ReleaseChannel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Stable channel includes final releases only.
+ ///Preview channel includes Betas &amp; Release Candidates.
+ ///Nightly Channel includes Alphas, Betas &amp; Release Candidates..
+ /// </summary>
+ internal static string ReleaseChannelExplanation {
+ get {
+ return ResourceManager.GetString("ReleaseChannelExplanation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Released under the GNU General Public License (GPL).
+ /// </summary>
+ internal static string ReleasedUnderGPL {
+ get {
+ return ResourceManager.GetString("ReleasedUnderGPL", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remote Desktop Services.
+ /// </summary>
+ internal static string RemoteDesktopServices {
+ get {
+ return ResourceManager.GetString("RemoteDesktopServices", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remote file.
+ /// </summary>
+ internal static string RemoteFile {
+ get {
+ return ResourceManager.GetString("RemoteFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Remove All.
+ /// </summary>
+ internal static string RemoveAll {
+ get {
+ return ResourceManager.GetString("RemoveAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rename.
+ /// </summary>
+ internal static string Rename {
+ get {
+ return ResourceManager.GetString("Rename", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rename Tab.
+ /// </summary>
+ internal static string RenameTab {
+ get {
+ return ResourceManager.GetString("RenameTab", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rendering Engine.
+ /// </summary>
+ internal static string RenderingEngine {
+ get {
+ return ResourceManager.GetString("RenderingEngine", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Report a Bug.
+ /// </summary>
+ internal static string ReportBug {
+ get {
+ return ResourceManager.GetString("ReportBug", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Reset layout.
+ /// </summary>
+ internal static string ResetLayout {
+ get {
+ return ResourceManager.GetString("ResetLayout", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Resolution.
+ /// </summary>
+ internal static string Resolution {
+ get {
+ return ResourceManager.GetString("Resolution", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Rlogin.
+ /// </summary>
+ internal static string Rlogin {
+ get {
+ return ResourceManager.GetString("Rlogin", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Run elevated.
+ /// </summary>
+ internal static string RunElevated {
+ get {
+ return ResourceManager.GetString("RunElevated", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save.
+ /// </summary>
+ internal static string Save {
+ get {
+ return ResourceManager.GetString("Save", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save All.
+ /// </summary>
+ internal static string SaveAll {
+ get {
+ return ResourceManager.GetString("SaveAll", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save Connection File.
+ /// </summary>
+ internal static string SaveConnectionFile {
+ get {
+ return ResourceManager.GetString("SaveConnectionFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save Connection File As....
+ /// </summary>
+ internal static string SaveConnectionFileAs {
+ get {
+ return ResourceManager.GetString("SaveConnectionFileAs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Save connections after every edit.
+ /// </summary>
+ internal static string SaveConnectionsAfterEveryEdit {
+ get {
+ return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Do you want to save the current connections file before loading another?.
+ /// </summary>
+ internal static string SaveConnectionsFileBeforeOpeningAnother {
+ get {
+ return ResourceManager.GetString("SaveConnectionsFileBeforeOpeningAnother", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png.
+ /// </summary>
+ internal static string SaveImageFilter {
+ get {
+ return ResourceManager.GetString("SaveImageFilter", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Screen.
+ /// </summary>
+ internal static string Screen {
+ get {
+ return ResourceManager.GetString("Screen", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Screenshot.
+ /// </summary>
+ internal static string Screenshot {
+ get {
+ return ResourceManager.GetString("Screenshot", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Screenshots.
+ /// </summary>
+ internal static string Screenshots {
+ get {
+ return ResourceManager.GetString("Screenshots", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Search.
+ /// </summary>
+ internal static string SearchPrompt {
+ get {
+ return ResourceManager.GetString("SearchPrompt", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Seconds.
+ /// </summary>
+ internal static string Seconds {
+ get {
+ return ResourceManager.GetString("Seconds", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue..
+ /// </summary>
+ internal static string SelectPanel {
+ get {
+ return ResourceManager.GetString("SelectPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Send Special Keys (VNC).
+ /// </summary>
+ internal static string SendSpecialKeys {
+ get {
+ return ResourceManager.GetString("SendSpecialKeys", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Send To....
+ /// </summary>
+ internal static string SendTo {
+ get {
+ return ResourceManager.GetString("SendTo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Server &apos;{0}&apos; was not accessible..
+ /// </summary>
+ internal static string ServerNotAccessible {
+ get {
+ return ResourceManager.GetString("ServerNotAccessible", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Server status:.
+ /// </summary>
+ internal static string ServerStatus {
+ get {
+ return ResourceManager.GetString("ServerStatus", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections.
+ /// </summary>
+ internal static string SetHostnameLikeDisplayName {
+ get {
+ return ResourceManager.GetString("SetHostnameLikeDisplayName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Couldn&apos;t save settings or dispose SysTray Icon!.
+ /// </summary>
+ internal static string SettingsCouldNotBeSavedOrTrayDispose {
+ get {
+ return ResourceManager.GetString("SettingsCouldNotBeSavedOrTrayDispose", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show description tooltips in connection tree.
+ /// </summary>
+ internal static string ShowDescriptionTooltips {
+ get {
+ return ResourceManager.GetString("ShowDescriptionTooltips", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show full connections file path in window title.
+ /// </summary>
+ internal static string ShowFullConsFilePath {
+ get {
+ return ResourceManager.GetString("ShowFullConsFilePath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to &amp;Show Help Text.
+ /// </summary>
+ internal static string ShowHelpText {
+ get {
+ return ResourceManager.GetString("ShowHelpText", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show/Hide Menu Strip.
+ /// </summary>
+ internal static string ShowHideMenu {
+ get {
+ return ResourceManager.GetString("ShowHideMenu", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show logon information on tab names.
+ /// </summary>
+ internal static string ShowLogonInfoOnTabs {
+ get {
+ return ResourceManager.GetString("ShowLogonInfoOnTabs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show On Toolbar.
+ /// </summary>
+ internal static string ShowOnToolbar {
+ get {
+ return ResourceManager.GetString("ShowOnToolbar", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show on toolbar column.
+ /// </summary>
+ internal static string ShowOnToolbarColumnHeader {
+ get {
+ return ResourceManager.GetString("ShowOnToolbarColumnHeader", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show protocols on tab names.
+ /// </summary>
+ internal static string ShowProtocolOnTabs {
+ get {
+ return ResourceManager.GetString("ShowProtocolOnTabs", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show Text.
+ /// </summary>
+ internal static string ShowText {
+ get {
+ return ResourceManager.GetString("ShowText", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Show these message types.
+ /// </summary>
+ internal static string ShowTheseMessageTypes {
+ get {
+ return ResourceManager.GetString("ShowTheseMessageTypes", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Single click on connection opens it.
+ /// </summary>
+ internal static string SingleClickOnConnectionOpensIt {
+ get {
+ return ResourceManager.GetString("SingleClickOnConnectionOpensIt", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab.
+ /// </summary>
+ internal static string SingleClickOnOpenConnectionSwitchesToIt {
+ get {
+ return ResourceManager.GetString("SingleClickOnOpenConnectionSwitchesToIt", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SmartCard.
+ /// </summary>
+ internal static string SmartCard {
+ get {
+ return ResourceManager.GetString("SmartCard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SmartSize (RDP/VNC).
+ /// </summary>
+ internal static string SmartSize {
+ get {
+ return ResourceManager.GetString("SmartSize", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SmartSize Mode.
+ /// </summary>
+ internal static string SmartSizeMode {
+ get {
+ return ResourceManager.GetString("SmartSizeMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Socks 5.
+ /// </summary>
+ internal static string Socks5 {
+ get {
+ return ResourceManager.GetString("Socks5", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sort.
+ /// </summary>
+ internal static string Sort {
+ get {
+ return ResourceManager.GetString("Sort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ascending (A-Z).
+ /// </summary>
+ internal static string SortAsc {
+ get {
+ return ResourceManager.GetString("SortAsc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Descending (Z-A).
+ /// </summary>
+ internal static string SortDesc {
+ get {
+ return ResourceManager.GetString("SortDesc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sound quality.
+ /// </summary>
+ internal static string SoundQuality {
+ get {
+ return ResourceManager.GetString("SoundQuality", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Sounds.
+ /// </summary>
+ internal static string Sounds {
+ get {
+ return ResourceManager.GetString("Sounds", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!.
+ /// </summary>
+ internal static string SQLInfo {
+ get {
+ return ResourceManager.GetString("SQLInfo", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SQL Server.
+ /// </summary>
+ internal static string SQLServer {
+ get {
+ return ResourceManager.GetString("SQLServer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH background transfer failed!.
+ /// </summary>
+ internal static string SshBackgroundTransferFailed {
+ get {
+ return ResourceManager.GetString("SshBackgroundTransferFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH File Transfer.
+ /// </summary>
+ internal static string SshFileTransfer {
+ get {
+ return ResourceManager.GetString("SshFileTransfer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH Options.
+ /// </summary>
+ internal static string SshOptions {
+ get {
+ return ResourceManager.GetString("SshOptions", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH transfer failed..
+ /// </summary>
+ internal static string SshTransferFailed {
+ get {
+ return ResourceManager.GetString("SshTransferFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH Tunnel.
+ /// </summary>
+ internal static string SshTunnel {
+ get {
+ return ResourceManager.GetString("SshTunnel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; 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..
+ /// </summary>
+ internal static string SshTunnelConfigProblem {
+ get {
+ return ResourceManager.GetString("SshTunnelConfigProblem", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel..
+ /// </summary>
+ internal static string SshTunnelFailed {
+ get {
+ return ResourceManager.GetString("SshTunnelFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; 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..
+ /// </summary>
+ internal static string SshTunnelIsNotPutty {
+ get {
+ return ResourceManager.GetString("SshTunnelIsNotPutty", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel..
+ /// </summary>
+ internal static string SshTunnelNotConnected {
+ get {
+ return ResourceManager.GetString("SshTunnelNotConnected", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel..
+ /// </summary>
+ internal static string SshTunnelNotInitialized {
+ get {
+ return ResourceManager.GetString("SshTunnelNotInitialized", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: &quot;{0}&quot; via SSH Tunnel: &quot;{1}&quot; not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel..
+ /// </summary>
+ internal static string SshTunnelPortNotReadyInTime {
+ get {
+ return ResourceManager.GetString("SshTunnelPortNotReadyInTime", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH version 1.
+ /// </summary>
+ internal static string SshV1 {
+ get {
+ return ResourceManager.GetString("SshV1", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to SSH version 2.
+ /// </summary>
+ internal static string SshV2 {
+ get {
+ return ResourceManager.GetString("SshV2", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Stack trace.
+ /// </summary>
+ internal static string StackTrace {
+ get {
+ return ResourceManager.GetString("StackTrace", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Chat (VNC).
+ /// </summary>
+ internal static string StartChat {
+ get {
+ return ResourceManager.GetString("StartChat", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start minimized.
+ /// </summary>
+ internal static string StartMinimized {
+ get {
+ return ResourceManager.GetString("StartMinimized", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Start Program.
+ /// </summary>
+ internal static string StartProgram {
+ get {
+ return ResourceManager.GetString("StartProgram", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Startup/Exit.
+ /// </summary>
+ internal static string StartupExit {
+ get {
+ return ResourceManager.GetString("StartupExit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Status.
+ /// </summary>
+ internal static string Status {
+ get {
+ return ResourceManager.GetString("Status", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Backup.
+ /// </summary>
+ internal static string strBackup {
+ get {
+ return ResourceManager.GetString("strBackup", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Browse....
+ /// </summary>
+ internal static string strBrowse {
+ get {
+ return ResourceManager.GetString("strBrowse", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Connection Backup Frequency.
+ /// </summary>
+ internal static string strConnectionBackupFrequency {
+ get {
+ return ResourceManager.GetString("strConnectionBackupFrequency", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Maximum number of backups.
+ /// </summary>
+ internal static string strConnectionsBackupMaxCount {
+ get {
+ return ResourceManager.GetString("strConnectionsBackupMaxCount", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Location of connection file backup.
+ /// </summary>
+ internal static string strConnectionsBackupPath {
+ get {
+ return ResourceManager.GetString("strConnectionsBackupPath", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Support Forum.
+ /// </summary>
+ internal static string SupportForum {
+ get {
+ return ResourceManager.GetString("SupportForum", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Switch to Notifications panel on:.
+ /// </summary>
+ internal static string SwitchToErrorsAndInfos {
+ get {
+ return ResourceManager.GetString("SwitchToErrorsAndInfos", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Tabs &amp;&amp; Panels.
+ /// </summary>
+ internal static string TabsAndPanels {
+ get {
+ return ResourceManager.GetString("TabsAndPanels", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Security.
+ /// </summary>
+ internal static string TabSecurity {
+ get {
+ return ResourceManager.GetString("TabSecurity", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Telnet.
+ /// </summary>
+ internal static string Telnet {
+ get {
+ return ResourceManager.GetString("Telnet", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Test connection.
+ /// </summary>
+ internal static string TestConnection {
+ get {
+ return ResourceManager.GetString("TestConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Testing connection.
+ /// </summary>
+ internal static string TestingConnection {
+ get {
+ return ResourceManager.GetString("TestingConnection", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Test Proxy.
+ /// </summary>
+ internal static string TestProxy {
+ get {
+ return ResourceManager.GetString("TestProxy", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Test Settings.
+ /// </summary>
+ internal static string TestSettings {
+ get {
+ return ResourceManager.GetString("TestSettings", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The following:.
+ /// </summary>
+ internal static string TheFollowing {
+ get {
+ return ResourceManager.GetString("TheFollowing", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Theme.
+ /// </summary>
+ internal static string Theme {
+ get {
+ return ResourceManager.GetString("Theme", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Timeout [seconds].
+ /// </summary>
+ internal static string TimeoutInSeconds {
+ get {
+ return ResourceManager.GetString("TimeoutInSeconds", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Title.
+ /// </summary>
+ internal static string Title {
+ get {
+ return ResourceManager.GetString("Title", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Error ({0}).
+ /// </summary>
+ internal static string TitleError {
+ get {
+ return ResourceManager.GetString("TitleError", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Information ({0}).
+ /// </summary>
+ internal static string TitleInformation {
+ get {
+ return ResourceManager.GetString("TitleInformation", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG password.
+ /// </summary>
+ internal static string TitlePassword {
+ get {
+ return ResourceManager.GetString("TitlePassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG password for {0}.
+ /// </summary>
+ internal static string TitlePasswordWithName {
+ get {
+ return ResourceManager.GetString("TitlePasswordWithName", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Select Panel.
+ /// </summary>
+ internal static string TitleSelectPanel {
+ get {
+ return ResourceManager.GetString("TitleSelectPanel", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warning ({0}).
+ /// </summary>
+ internal static string TitleWarning {
+ get {
+ return ResourceManager.GetString("TitleWarning", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Track active connection in the connection tree.
+ /// </summary>
+ internal static string TrackActiveConnectionInConnectionTree {
+ get {
+ return ResourceManager.GetString("TrackActiveConnectionInConnectionTree", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Transfer.
+ /// </summary>
+ internal static string Transfer {
+ get {
+ return ResourceManager.GetString("Transfer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Transfer File (SSH).
+ /// </summary>
+ internal static string TransferFile {
+ get {
+ return ResourceManager.GetString("TransferFile", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Try to integrate.
+ /// </summary>
+ internal static string TryToIntegrate {
+ get {
+ return ResourceManager.GetString("TryToIntegrate", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Ultra VNC Repeater.
+ /// </summary>
+ internal static string UltraVncRepeater {
+ get {
+ return ResourceManager.GetString("UltraVncRepeater", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to UltraVNC SingleClick port:.
+ /// </summary>
+ internal static string UltraVNCSCListeningPort {
+ get {
+ return ResourceManager.GetString("UltraVNCSCListeningPort", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to UltraVNC SingleClick.
+ /// </summary>
+ internal static string UltraVNCSingleClick {
+ get {
+ return ResourceManager.GetString("UltraVNCSingleClick", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Uncheck the properties you want not to be saved!.
+ /// </summary>
+ internal static string UncheckProperties {
+ get {
+ return ResourceManager.GetString("UncheckProperties", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to An unhandled exception has occurred.
+ /// </summary>
+ internal static string UnhandledExceptionOccured {
+ get {
+ return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG requires an update.
+ /// </summary>
+ internal static string UpdateAvailable {
+ get {
+ return ResourceManager.GetString("UpdateAvailable", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates..
+ /// </summary>
+ internal static string UpdateCheck {
+ get {
+ return ResourceManager.GetString("UpdateCheck", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The update information could not be downloaded..
+ /// </summary>
+ internal static string UpdateCheckCompleteFailed {
+ get {
+ return ResourceManager.GetString("UpdateCheckCompleteFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Download complete!
+ ///mRemoteNG will now quit and begin with the installation..
+ /// </summary>
+ internal static string UpdateDownloadComplete {
+ get {
+ return ResourceManager.GetString("UpdateDownloadComplete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The update could not be downloaded..
+ /// </summary>
+ internal static string UpdateDownloadCompleteFailed {
+ get {
+ return ResourceManager.GetString("UpdateDownloadCompleteFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The update download could not be initiated..
+ /// </summary>
+ internal static string UpdateDownloadFailed {
+ get {
+ return ResourceManager.GetString("UpdateDownloadFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Every {0} days.
+ /// </summary>
+ internal static string UpdateFrequencyCustom {
+ get {
+ return ResourceManager.GetString("UpdateFrequencyCustom", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to The change log could not be downloaded..
+ /// </summary>
+ internal static string UpdateGetChangeLogFailed {
+ get {
+ return ResourceManager.GetString("UpdateGetChangeLogFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Download Completed!.
+ /// </summary>
+ internal static string UpdatePortableDownloadComplete {
+ get {
+ return ResourceManager.GetString("UpdatePortableDownloadComplete", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Updates.
+ /// </summary>
+ internal static string Updates {
+ get {
+ return ResourceManager.GetString("Updates", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use Console Session.
+ /// </summary>
+ internal static string UseConsoleSession {
+ get {
+ return ResourceManager.GetString("UseConsoleSession", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use CredSSP.
+ /// </summary>
+ internal static string UseCredSsp {
+ get {
+ return ResourceManager.GetString("UseCredSsp", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use default.
+ /// </summary>
+ internal static string UseDefault {
+ get {
+ return ResourceManager.GetString("UseDefault", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use a different username and password.
+ /// </summary>
+ internal static string UseDifferentUsernameAndPassword {
+ get {
+ return ResourceManager.GetString("UseDifferentUsernameAndPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use enhanced mode.
+ /// </summary>
+ internal static string UseEnhancedMode {
+ get {
+ return ResourceManager.GetString("UseEnhancedMode", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User.
+ /// </summary>
+ internal static string User {
+ get {
+ return ResourceManager.GetString("User", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to User Field.
+ /// </summary>
+ internal static string UserField {
+ get {
+ return ResourceManager.GetString("UserField", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Username.
+ /// </summary>
+ internal static string Username {
+ get {
+ return ResourceManager.GetString("Username", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use the same username and password.
+ /// </summary>
+ internal static string UseSameUsernameAndPassword {
+ get {
+ return ResourceManager.GetString("UseSameUsernameAndPassword", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use a smart card.
+ /// </summary>
+ internal static string UseSmartCard {
+ get {
+ return ResourceManager.GetString("UseSmartCard", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use SQL Server to load &amp;&amp; save connections.
+ /// </summary>
+ internal static string UseSQLServer {
+ get {
+ return ResourceManager.GetString("UseSQLServer", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Use VM ID.
+ /// </summary>
+ internal static string UseVmId {
+ get {
+ return ResourceManager.GetString("UseVmId", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Verify:.
+ /// </summary>
+ internal static string Verify {
+ get {
+ return ResourceManager.GetString("Verify", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Version.
+ /// </summary>
+ internal static string Version {
+ get {
+ return ResourceManager.GetString("Version", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to View Only.
+ /// </summary>
+ internal static string ViewOnly {
+ get {
+ return ResourceManager.GetString("ViewOnly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VM ID.
+ /// </summary>
+ internal static string VmId {
+ get {
+ return ResourceManager.GetString("VmId", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC.
+ /// </summary>
+ internal static string Vnc {
+ get {
+ return ResourceManager.GetString("Vnc", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC disconnect failed!.
+ /// </summary>
+ internal static string VncConnectionDisconnectFailed {
+ get {
+ return ResourceManager.GetString("VncConnectionDisconnectFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC Refresh Screen Failed!.
+ /// </summary>
+ internal static string VncRefreshFailed {
+ get {
+ return ResourceManager.GetString("VncRefreshFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC SendSpecialKeys failed!.
+ /// </summary>
+ internal static string VncSendSpecialKeysFailed {
+ get {
+ return ResourceManager.GetString("VncSendSpecialKeysFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC Set Event Handlers failed!.
+ /// </summary>
+ internal static string VncSetEventHandlersFailed {
+ get {
+ return ResourceManager.GetString("VncSetEventHandlersFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC Set Props Failed!.
+ /// </summary>
+ internal static string VncSetPropsFailed {
+ get {
+ return ResourceManager.GetString("VncSetPropsFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC Toggle SmartSize Failed!.
+ /// </summary>
+ internal static string VncToggleSmartSizeFailed {
+ get {
+ return ResourceManager.GetString("VncToggleSmartSizeFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!.
+ /// </summary>
+ internal static string VncToggleViewOnlyFailed {
+ get {
+ return ResourceManager.GetString("VncToggleViewOnlyFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Wait for exit.
+ /// </summary>
+ internal static string WaitForExit {
+ get {
+ return ResourceManager.GetString("WaitForExit", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warn me if authentication fails.
+ /// </summary>
+ internal static string WarnIfAuthFails {
+ get {
+ return ResourceManager.GetString("WarnIfAuthFails", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Warnings.
+ /// </summary>
+ internal static string Warnings {
+ get {
+ return ResourceManager.GetString("Warnings", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Website.
+ /// </summary>
+ internal static string Website {
+ get {
+ return ResourceManager.GetString("Website", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to WebView2 creation failed with exception.
+ /// </summary>
+ internal static string WebView2InitializationFailed {
+ get {
+ return ResourceManager.GetString("WebView2InitializationFailed", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Weekly.
+ /// </summary>
+ internal static string Weekly {
+ get {
+ return ResourceManager.GetString("Weekly", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Windows.
+ /// </summary>
+ internal static string Windows {
+ get {
+ return ResourceManager.GetString("Windows", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Working directory.
+ /// </summary>
+ internal static string WorkingDirColumnHeader {
+ get {
+ return ResourceManager.GetString("WorkingDirColumnHeader", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Working directory:.
+ /// </summary>
+ internal static string WorkingDirectory {
+ get {
+ return ResourceManager.GetString("WorkingDirectory", resourceCulture);
+ }
+ }
+
+ /// <summary>
+ /// Looks up a localized string similar to Yes.
+ /// </summary>
+ internal static string Yes {
+ get {
+ return ResourceManager.GetString("Yes", resourceCulture);
+ }
+ }
+ }
+}
diff --git a/mRemoteNG/Language/Language.de.resx b/mRemoteNG/Language/Language.de.resx
index b25908c3..9ffeed4a 100644
--- a/mRemoteNG/Language/Language.de.resx
+++ b/mRemoteNG/Language/Language.de.resx
@@ -2025,4 +2025,10 @@ Nightly umfasst Alphas, Betas und Release Candidates.</value>
<data name="WebView2InitializationFailed" xml:space="preserve">
<value>WebView2-Erstellung fehlgeschlagen</value>
</data>
+ <data name="ApplyDefaultInheritance" xml:space="preserve">
+ <value>Standardvererbung anwenden</value>
+ </data>
+ <data name="ApplyInheritanceToChildren" xml:space="preserve">
+ <value>Vererbung auf Kinder anwenden</value>
+ </data>
</root> \ No newline at end of file
diff --git a/mRemoteNG/Language/Language.resx b/mRemoteNG/Language/Language.resx
index 6e763afd..630aea25 100644
--- a/mRemoteNG/Language/Language.resx
+++ b/mRemoteNG/Language/Language.resx
@@ -1,2193 +1,2202 @@
-<?xml version="1.0" encoding="utf-8"?>
-<root>
- <!--
- Microsoft ResX Schema
-
- Version 2.0
-
- The primary goals of this format is to allow a simple XML format
- that is mostly human readable. The generation and parsing of the
- various data types are done through the TypeConverter classes
- associated with the data types.
-
- Example:
-
- ... ado.net/XML headers & schema ...
- <resheader name="resmimetype">text/microsoft-resx</resheader>
- <resheader name="version">2.0</resheader>
- <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
- <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
- <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
- <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
- <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
- <value>[base64 mime encoded serialized .NET Framework object]</value>
- </data>
- <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
- <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
- <comment>This is a comment</comment>
- </data>
-
- There are any number of "resheader" rows that contain simple
- name/value pairs.
-
- Each data row contains a name, and value. The row also contains a
- type or mimetype. Type corresponds to a .NET class that support
- text/value conversion through the TypeConverter architecture.
- Classes that don't support this are serialized and stored with the
- mimetype set.
-
- The mimetype is used for serialized objects, and tells the
- ResXResourceReader how to depersist the object. This is currently not
- extensible. For a given mimetype the value must be set accordingly:
-
- Note - application/x-microsoft.net.object.binary.base64 is the format
- that the ResXResourceWriter will generate, however the reader can
- read any of the formats listed below.
-
- mimetype: application/x-microsoft.net.object.binary.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.soap.base64
- value : The object must be serialized with
- : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
- : and then encoded with base64 encoding.
-
- mimetype: application/x-microsoft.net.object.bytearray.base64
- value : The object must be serialized into a byte array
- : using a System.ComponentModel.TypeConverter
- : and then encoded with base64 encoding.
- -->
- <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
- <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
- <xsd:element name="root" msdata:IsDataSet="true">
- <xsd:complexType>
- <xsd:choice maxOccurs="unbounded">
- <xsd:element name="metadata">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" />
- </xsd:sequence>
- <xsd:attribute name="name" use="required" type="xsd:string" />
- <xsd:attribute name="type" type="xsd:string" />
- <xsd:attribute name="mimetype" type="xsd:string" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="assembly">
- <xsd:complexType>
- <xsd:attribute name="alias" type="xsd:string" />
- <xsd:attribute name="name" type="xsd:string" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="data">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
- <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
- <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
- <xsd:attribute ref="xml:space" />
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="resheader">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
- </xsd:sequence>
- <xsd:attribute name="name" type="xsd:string" use="required" />
- </xsd:complexType>
- </xsd:element>
- </xsd:choice>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- <resheader name="resmimetype">
- <value>text/microsoft-resx</value>
- </resheader>
- <resheader name="version">
- <value>2.0</value>
- </resheader>
- <resheader name="reader">
- <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <resheader name="writer">
- <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
- </resheader>
- <data name="About" xml:space="preserve">
- <value>About</value>
- </data>
- <data name="ActiveDirectory" xml:space="preserve">
- <value>Active Directory</value>
- </data>
- <data name="AddNodeFromXmlFailed" xml:space="preserve">
- <value>AddNodeFromXML failed!</value>
- </data>
- <data name="AllowOnlySingleInstance" xml:space="preserve">
- <value>Allow only a single instance of the application (mRemoteNG restart required)</value>
- </data>
- <data name="Always" xml:space="preserve">
- <value>Always</value>
- </data>
- <data name="AlwaysConnectEvenIfAuthFails" xml:space="preserve">
- <value>Always connect, even if authentication fails</value>
- </data>
- <data name="AlwaysShowPanelSelection" xml:space="preserve">
- <value>Always show panel selection dialog when opening connections</value>
- </data>
- <data name="AlwaysShowPanelTabs" xml:space="preserve">
- <value>Always show panel tabs</value>
- </data>
- <data name="AlwaysShowSysTrayIcon" xml:space="preserve">
- <value>Always show notification area icon</value>
- </data>
- <data name="AskUpdatesCommandAskLater" xml:space="preserve">
- <value>Ask me again later</value>
- </data>
- <data name="AskUpdatesCommandCustom" xml:space="preserve">
- <value>Customize the settings now</value>
- </data>
- <data name="AskUpdatesCommandRecommended" xml:space="preserve">
- <value>Use the recommended settings</value>
- </data>
- <data name="AskUpdatesContent" xml:space="preserve">
- <value>{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.</value>
- </data>
- <data name="AskUpdatesMainInstruction" xml:space="preserve">
- <value>Automatic update settings</value>
- </data>
- <data name="Aspect" xml:space="preserve">
- <value>Aspect</value>
- </data>
- <data name="AutoSaveEvery" xml:space="preserve">
- <value>Auto save time in minutes (0 means disabled):</value>
- </data>
- <data name="AvailableVersion" xml:space="preserve">
- <value>Latest version</value>
- </data>
- <data name="_Browse" xml:space="preserve">
- <value>&amp;Browse...</value>
- </data>
- <data name="_Cancel" xml:space="preserve">
- <value>&amp;Cancel</value>
- </data>
- <data name="Change" xml:space="preserve">
- <value>Change</value>
- </data>
- <data name="_Close" xml:space="preserve">
- <value>&amp;Close</value>
- </data>
- <data name="ButtonDefaultInheritance" xml:space="preserve">
- <value>Default Inheritance</value>
- </data>
- <data name="ButtonDefaultProperties" xml:space="preserve">
- <value>Default Properties</value>
- </data>
- <data name="Disconnect" xml:space="preserve">
- <value>Disconnect</value>
- </data>
- <data name="Icon" xml:space="preserve">
- <value>Icon</value>
- </data>
- <data name="_Import" xml:space="preserve">
- <value>&amp;Import</value>
- </data>
- <data name="Inheritance" xml:space="preserve">
- <value>Inheritance</value>
- </data>
- <data name="_Launch" xml:space="preserve">
- <value>&amp;Launch</value>
- </data>
- <data name="ButtonLaunchPutty" xml:space="preserve">
- <value>Launch PuTTY</value>
- </data>
- <data name="_Ok" xml:space="preserve">
- <value>&amp;OK</value>
- </data>
- <data name="Properties" xml:space="preserve">
- <value>Properties</value>
- </data>
- <data name="_Scan" xml:space="preserve">
- <value>&amp;Scan</value>
- </data>
- <data name="_Stop" xml:space="preserve">
- <value>&amp;Stop</value>
- </data>
- <data name="TestProxy" xml:space="preserve">
- <value>Test Proxy</value>
- </data>
- <data name="CannotStartPortScan" xml:space="preserve">
- <value>Cannot start Port Scan, incorrect IP format!</value>
- </data>
- <data name="Appearance" xml:space="preserve">
- <value>Appearance</value>
- </data>
- <data name="Connection" xml:space="preserve">
- <value>Connection</value>
- </data>
- <data name="Display" xml:space="preserve">
- <value>Display</value>
- </data>
- <data name="Gateway" xml:space="preserve">
- <value>Gateway</value>
- </data>
- <data name="Miscellaneous" xml:space="preserve">
- <value>Miscellaneous</value>
- </data>
- <data name="Protocol" xml:space="preserve">
- <value>Protocol</value>
- </data>
- <data name="Redirect" xml:space="preserve">
- <value>Redirect</value>
- </data>
- <data name="CheckFailed" xml:space="preserve">
- <value>Check failed!</value>
- </data>
- <data name="CheckboxAutomaticReconnect" xml:space="preserve">
- <value>Automatically try to reconnect when disconnected from server (RDP &amp;&amp; ICA only)</value>
- </data>
- <data name="CheckboxDoNotShowThisMessageAgain" xml:space="preserve">
- <value>Do not show this message again.</value>
- </data>
- <data name="CheckboxProxyAuthentication" xml:space="preserve">
- <value>This proxy server requires authentication</value>
- </data>
- <data name="CheckboxPuttyPath" xml:space="preserve">
- <value>Use custom PuTTY path:</value>
- </data>
- <data name="CheckboxReconnectWhenReady" xml:space="preserve">
- <value>Reconnect when ready</value>
- </data>
- <data name="CheckboxUpdateUseProxy" xml:space="preserve">
- <value>Use a proxy server to connect</value>
- </data>
- <data name="Username" xml:space="preserve">
- <value>Username</value>
- </data>
- <data name="WaitForExit" xml:space="preserve">
- <value>Wait for exit</value>
- </data>
- <data name="CheckAgain" xml:space="preserve">
- <value>Check Again</value>
- </data>
- <data name="CheckForUpdatesOnStartup" xml:space="preserve">
- <value>Check for updates at startup</value>
- </data>
- <data name="CheckNow" xml:space="preserve">
- <value>Check now</value>
- </data>
- <data name="CheckProperInstallationOfComponentsAtStartup" xml:space="preserve">
- <value>Check proper installation of components at startup</value>
- </data>
- <data name="ChoosePanelBeforeConnecting" xml:space="preserve">
- <value>Choose panel before connecting</value>
- </data>
- <data name="ClosedPorts" xml:space="preserve">
- <value>Closed Ports</value>
- </data>
- <data name="CollapseAllFolders" xml:space="preserve">
- <value>Collapse all folders</value>
- </data>
- <data name="Arguments" xml:space="preserve">
- <value>Arguments</value>
- </data>
- <data name="Filename" xml:space="preserve">
- <value>Filename</value>
- </data>
- <data name="Message" xml:space="preserve">
- <value>Message</value>
- </data>
- <data name="CommandExitProgram" xml:space="preserve">
- <value>E&amp;xit {0}</value>
- </data>
- <data name="CommandLineArgsCouldNotBeParsed" xml:space="preserve">
- <value>Couldn't parse command line args!</value>
- </data>
- <data name="CommandOpenConnectionFile" xml:space="preserve">
- <value>&amp;Open a connection file</value>
- </data>
- <data name="_TryAgain" xml:space="preserve">
- <value>&amp;Try again</value>
- </data>
- <data name="CompatibilityLenovoAutoScrollUtilityDetected" xml:space="preserve">
- <value>{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.</value>
- </data>
- <data name="CompatibilityProblemDetected" xml:space="preserve">
- <value>Compatibility problem detected</value>
- </data>
- <data name="ConfigPropertyGridButtonIconClickFailed" xml:space="preserve">
- <value>btnIcon_Click failed!</value>
- </data>
- <data name="ConfigPropertyGridHideItemsFailed" xml:space="preserve">
- <value>ShowHideGridItems failed!</value>
- </data>
- <data name="ConfigPropertyGridMenuClickFailed" xml:space="preserve">
- <value>IconMenu_Click failed!</value>
- </data>
- <data name="ConfigPropertyGridObjectFailed" xml:space="preserve">
- <value>Property Grid object failed!</value>
- </data>
- <data name="ConfigPropertyGridSetHostStatusFailed" xml:space="preserve">
- <value>SetHostStatus failed!</value>
- </data>
- <data name="ConfigPropertyGridValueFailed" xml:space="preserve">
- <value>pGrid_PopertyValueChanged failed!</value>
- </data>
- <data name="ConfigUiLoadFailed" xml:space="preserve">
- <value>Config UI load failed!</value>
- </data>
- <data name="ConfirmCloseConnectionPanelMainInstruction" xml:space="preserve">
- <value>Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed.</value>
- </data>
- <data name="ConfirmDeleteExternalTool" xml:space="preserve">
- <value>Are you sure you want to delete the external tool, "{0}"?</value>
- </data>
- <data name="ConfirmDeleteExternalToolMultiple" xml:space="preserve">
- <value>Are you sure you want to delete the {0} selected external tools?</value>
- </data>
- <data name="ConfirmDeleteNodeConnection" xml:space="preserve">
- <value>Are you sure you want to delete the connection, "{0}"?</value>
- </data>
- <data name="ConfirmDeleteNodeFolder" xml:space="preserve">
- <value>Are you sure you want to delete the empty folder, "{0}"?</value>
- </data>
- <data name="ConfirmDeleteNodeFolderNotEmpty" xml:space="preserve">
- <value>Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted.</value>
- </data>
- <data name="ConfirmExitMainInstruction" xml:space="preserve">
- <value>Do you want to close all open connections?</value>
- </data>
- <data name="ConfirmResetLayout" xml:space="preserve">
- <value>Are you sure you want to reset the panels to their default layout?</value>
- </data>
- <data name="Connect" xml:space="preserve">
- <value>Connect</value>
- </data>
- <data name="ConnectInFullscreen" xml:space="preserve">
- <value>Connect in fullscreen mode</value>
- </data>
- <data name="Connecting" xml:space="preserve">
- <value>Connecting...</value>
- </data>
- <data name="ConnectionEventConnected" xml:space="preserve">
- <value>Protocol Event Connected</value>
- </data>
- <data name="ConnectionEventConnectedDetail" xml:space="preserve">
- <value>Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}")</value>
- </data>
- <data name="ConnectionFailed" xml:space="preserve">
- <value>Connection failed!</value>
- </data>
- <data name="ConnectionEventErrorOccured" xml:space="preserve">
- <value>A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}"</value>
- </data>
- <data name="ConnectionOpenFailed" xml:space="preserve">
- <value>Opening connection failed!</value>
- </data>
- <data name="ConnectionOpenFailedNoHostname" xml:space="preserve">
- <value>Cannot open connection: No hostname specified!</value>
- </data>
- <data name="Connections" xml:space="preserve">
- <value>Connections</value>
- </data>
- <data name="ConnectionSetDefaultPortFailed" xml:space="preserve">
- <value>Couldn't set default port!</value>
- </data>
- <data name="ConnectionsFileBackupFailed" xml:space="preserve">
- <value>Couldn't create backup of connections file!</value>
- </data>
- <data name="ConnectionsFileCouldNotBeLoaded" xml:space="preserve">
- <value>Connections file "{0}" could not be loaded!</value>
- </data>
- <data name="ConnectionsFileCouldNotBeLoadedNew" xml:space="preserve">
- <value>Connections file "{0}" could not be loaded!
-Starting with new connections file.</value>
- </data>
- <data name="ConnectionsFileCouldNotSaveAs" xml:space="preserve">
- <value>Couldn't save connections file as "{0}"!</value>
- </data>
- <data name="ConnectNoCredentials" xml:space="preserve">
- <value>Connect without credentials</value>
- </data>
- <data name="ConnectToConsoleSession" xml:space="preserve">
- <value>Connect to console session</value>
- </data>
- <data name="ConnectWithOptions" xml:space="preserve">
- <value>Connect (with options)</value>
- </data>
- <data name="ConnenctionClosedByUser" xml:space="preserve">
- <value>Connection to {0} via {1} closed by user {2}.</value>
- </data>
- <data name="ConnenctionCloseEvent" xml:space="preserve">
- <value>Connection Event Closed</value>
- </data>
- <data name="ConnenctionCloseEventFailed" xml:space="preserve">
- <value>Connection Event Closed failed!</value>
- </data>
- <data name="CouldNotCreateNewConnectionsFile" xml:space="preserve">
- <value>Couldn't create new connections file!</value>
- </data>
- <data name="CouldNotFindToolStripInFilteredPropertyGrid" xml:space="preserve">
- <value>Could not find ToolStrip control in FilteredPropertyGrid.</value>
- </data>
- <data name="Detect" xml:space="preserve">
- <value>Detect</value>
- </data>
- <data name="DontConnectToConsoleSession" xml:space="preserve">
- <value>Don't connect to console session</value>
- </data>
- <data name="DontConnectWhenAuthFails" xml:space="preserve">
- <value>Don't connect if authentication fails</value>
- </data>
- <data name="DoubleClickTabClosesIt" xml:space="preserve">
- <value>Double click on tab closes it</value>
- </data>
- <data name="DownloadAndInstall" xml:space="preserve">
- <value>Download and Install</value>
- </data>
- <data name="Duplicate" xml:space="preserve">
- <value>Duplicate</value>
- </data>
- <data name="EmptyPasswordContinue" xml:space="preserve">
- <value>Do you want to continue with no password?</value>
- </data>
- <data name="EmptyUsernamePasswordDomainFields" xml:space="preserve">
- <value>For empty Username, Password or Domain fields use:</value>
- </data>
- <data name="EncryptCompleteConnectionFile" xml:space="preserve">
- <value>Completely encrypt connection file</value>
- </data>
- <data name="LastIp" xml:space="preserve">
- <value>Last IP</value>
- </data>
- <data name="LastPort" xml:space="preserve">
- <value>Last Port</value>
- </data>
- <data name="ErrorAddExternalToolsToToolBarFailed" xml:space="preserve">
- <value>AddExternalToolsToToolBar (frmMain) failed. {0}</value>
- </data>
- <data name="ErrorAddFolderFailed" xml:space="preserve">
- <value>AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}</value>
- </data>
- <data name="ErrorBadDatabaseVersion" xml:space="preserve">
- <value>The database version {0} is not compatible with this version of {1}.</value>
- </data>
- <data name="ErrorConnectionListSaveFailed" xml:space="preserve">
- <value>The connection list could not be saved.</value>
- </data>
- <data name="ErrorCouldNotLaunchPutty" xml:space="preserve">
- <value>PuTTY could not be launched.</value>
- </data>
- <data name="ErrorDecryptionFailed" xml:space="preserve">
- <value>Decryption failed. {0}</value>
- </data>
- <data name="ErrorEncryptionFailed" xml:space="preserve">
- <value>Encryption failed. {0}</value>
- </data>
- <data name="ErrorFipsPolicyIncompatible" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="Errors" xml:space="preserve">
- <value>Errors</value>
- </data>
- <data name="ErrorStartupConnectionFileLoad" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="ErrorVerifyDatabaseVersionFailed" xml:space="preserve">
- <value>VerifyDatabaseVersion (Config.Connections.Save) failed. {0}</value>
- </data>
- <data name="ExpandAllFolders" xml:space="preserve">
- <value>Expand all folders</value>
- </data>
- <data name="Experimental" xml:space="preserve">
- <value>Experimental</value>
- </data>
- <data name="Export" xml:space="preserve">
- <value>Export</value>
- </data>
- <data name="ExportEverything" xml:space="preserve">
- <value>Export everything</value>
- </data>
- <data name="ExportFile" xml:space="preserve">
- <value>Export File</value>
- </data>
- <data name="ExportItems" xml:space="preserve">
- <value>Export Items</value>
- </data>
- <data name="ExportProperties" xml:space="preserve">
- <value>Export Properties</value>
- </data>
- <data name="ExportSelectedConnection" xml:space="preserve">
- <value>Export the currently selected connection</value>
- </data>
- <data name="ExportSelectedFolder" xml:space="preserve">
- <value>Export the currently selected folder</value>
- </data>
- <data name="_ExportToFile" xml:space="preserve">
- <value>&amp;Export to File...</value>
- </data>
- <data name="ExternalToolDefaultName" xml:space="preserve">
- <value>New External Tool</value>
- </data>
- <data name="FileFormat" xml:space="preserve">
- <value>File &amp;Format:</value>
- </data>
- <data name="FilterAll" xml:space="preserve">
- <value>All Files (*.*)</value>
- </data>
- <data name="FilterAllImportable" xml:space="preserve">
- <value>All importable files</value>
- </data>
- <data name="FilterApplication" xml:space="preserve">
- <value>Application Files (*.exe)</value>
- </data>
- <data name="FiltermRemoteCSV" xml:space="preserve">
- <value>mRemote CSV Files (*.csv)</value>
- </data>
- <data name="FiltermRemoteXML" xml:space="preserve">
- <value>mRemote XML Files (*.xml)</value>
- </data>
- <data name="FilterPuttyConnectionManager" xml:space="preserve">
- <value>PuTTY Connection Manager files</value>
- </data>
- <data name="FilterRdgFiles" xml:space="preserve">
- <value>Remote Desktop Connection Manager files (*.rdg)</value>
- </data>
- <data name="FilterRDP" xml:space="preserve">
- <value>RDP Files (*.rdp)</value>
- </data>
- <data name="FormatInherit" xml:space="preserve">
- <value>Inherit {0}</value>
- </data>
- <data name="FormatInheritDescription" xml:space="preserve">
- <value>Description of inherited property: {0}</value>
- </data>
- <data name="Free" xml:space="preserve">
- <value>Free</value>
- </data>
- <data name="Fullscreen" xml:space="preserve">
- <value>Fullscreen</value>
- </data>
- <data name="General" xml:space="preserve">
- <value>General</value>
- </data>
- <data name="GetConnectionInfoFromXmlFailed" xml:space="preserve">
- <value>An error occured while loading the connection entry for "{0}" from "{1}". {2}</value>
- </data>
- <data name="GroupboxAutomaticReconnect" xml:space="preserve">
- <value>Automatic Reconnect</value>
- </data>
- <data name="ExternalToolProperties" xml:space="preserve">
- <value>External Tool Properties</value>
- </data>
- <data name="Files" xml:space="preserve">
- <value>Files</value>
- </data>
- <data name="Host" xml:space="preserve">
- <value>Host</value>
- </data>
- <data name="Http" xml:space="preserve">
- <value>HTTP</value>
- </data>
- <data name="HttpConnectFailed" xml:space="preserve">
- <value>HTTP Connect Failed!</value>
- </data>
- <data name="HttpConnectionFailed" xml:space="preserve">
- <value>Couldn't create new HTTP Connection!</value>
- </data>
- <data name="HttpDocumentTileChangeFailed" xml:space="preserve">
- <value>Changing HTTP Document Tile Failed!</value>
- </data>
- <data name="HttpInternetExplorer" xml:space="preserve">
- <value>Internet Explorer</value>
- </data>
- <data name="Https" xml:space="preserve">
- <value>HTTPS</value>
- </data>
- <data name="HttpSetPropsFailed" xml:space="preserve">
- <value>Set HTTP Props failed!</value>
- </data>
- <data name="IdentifyQuickConnectTabs" xml:space="preserve">
- <value>Identify quick connect tabs by adding the prefix "Quick:"</value>
- </data>
- <data name="ImportAD" xml:space="preserve">
- <value>Import from Active Directory</value>
- </data>
- <data name="ImportFileFailedContent" xml:space="preserve">
- <value>An error occurred while importing the file "{0}".</value>
- </data>
- <data name="ImportFromFile" xml:space="preserve">
- <value>Import from &amp;File...</value>
- </data>
- <data name="ImportPortScan" xml:space="preserve">
- <value>Import from Port Scan</value>
- </data>
- <data name="Informations" xml:space="preserve">
- <value>Informations</value>
- </data>
- <data name="IntAppDisposeFailed" xml:space="preserve">
- <value>Dispose of Int App process failed!</value>
- </data>
- <data name="IntAppFocusFailed" xml:space="preserve">
- <value>Int App Focus Failed!</value>
- </data>
- <data name="IntAppHandle" xml:space="preserve">
- <value>Int App Handle: {0}</value>
- </data>
- <data name="IntAppKillFailed" xml:space="preserve">
- <value>Killing Int App Process failed!</value>
- </data>
- <data name="IntAppResizeFailed" xml:space="preserve">
- <value>Int App Resize failed!</value>
- </data>
- <data name="IntAppStuff" xml:space="preserve">
- <value>--- IntApp Stuff ---</value>
- </data>
- <data name="IntAppTitle" xml:space="preserve">
- <value>Int App Title: {0}</value>
- </data>
- <data name="Address" xml:space="preserve">
- <value>Address:</value>
- </data>
- <data name="ClosingConnections" xml:space="preserve">
- <value>When closing connections:</value>
- </data>
- <data name="DisplayName" xml:space="preserve">
- <value>Display Name</value>
- </data>
- <data name="Domain" xml:space="preserve">
- <value>Domain</value>
- </data>
- <data name="Hostname" xml:space="preserve">
- <value>Hostname:</value>
- </data>
- <data name="PortableEdition" xml:space="preserve">
- <value>Portable Edition</value>
- </data>
- <data name="PuttySessionsConfig" xml:space="preserve">
- <value>To configure PuTTY sessions click this button:</value>
- </data>
- <data name="PuttyTimeout" xml:space="preserve">
- <value>Maximum PuTTY and integrated external tools wait time:</value>
- </data>
- <data name="ReleasedUnderGPL" xml:space="preserve">
- <value>Released under the GNU General Public License (GPL)</value>
- </data>
- <data name="Seconds" xml:space="preserve">
- <value>Seconds</value>
- </data>
- <data name="SelectPanel" xml:space="preserve">
- <value>Select a panel from the list below or click New to add a new one. Click OK to continue.</value>
- </data>
- <data name="ServerStatus" xml:space="preserve">
- <value>Server status:</value>
- </data>
- <data name="Database" xml:space="preserve">
- <value>Database:</value>
- </data>
- <data name="Verify" xml:space="preserve">
- <value>Verify:</value>
- </data>
- <data name="LanguageString" xml:space="preserve">
- <value>Language</value>
- </data>
- <data name="LanguageDefault" xml:space="preserve">
- <value>(Automatically Detect)</value>
- </data>
- <data name="LanguageRestartRequired" xml:space="preserve">
- <value>{0} must be restarted before changes to the language will take effect.</value>
- </data>
- <data name="LoadFromSqlFailed" xml:space="preserve">
- <value>Load from SQL failed</value>
- </data>
- <data name="LoadFromSqlFailedContent" xml:space="preserve">
- <value>The connection information could not be loaded from the SQL server.</value>
- </data>
- <data name="LoadFromXmlFailed" xml:space="preserve">
- <value>Load From XML failed!</value>
- </data>
- <data name="LocalFile" xml:space="preserve">
- <value>Local file</value>
- </data>
- <data name="LocalFileDoesNotExist" xml:space="preserve">
- <value>Local file does not exist!</value>
- </data>
- <data name="AddConnectionPanel" xml:space="preserve">
- <value>Add Connection Panel</value>
- </data>
- <data name="CheckForUpdates" xml:space="preserve">
- <value>Check for Updates</value>
- </data>
- <data name="Config" xml:space="preserve">
- <value>Config</value>
- </data>
- <data name="ConnectionPanels" xml:space="preserve">
- <value>Connection Panels</value>
- </data>
- <data name="Copy" xml:space="preserve">
- <value>Copy</value>
- </data>
- <data name="CtrlAltDel" xml:space="preserve">
- <value>Ctrl-Alt-Del</value>
- </data>
- <data name="CtrlEsc" xml:space="preserve">
- <value>Ctrl-Esc</value>
- </data>
- <data name="DeleteExternalTool" xml:space="preserve">
- <value>Delete External Tool...</value>
- </data>
- <data name="Donate" xml:space="preserve">
- <value>Donate</value>
- </data>
- <data name="DuplicateTab" xml:space="preserve">
- <value>Duplicate Tab</value>
- </data>
- <data name="Exit" xml:space="preserve">
- <value>Exit</value>
- </data>
- <data name="ExternalToolsToolbar" xml:space="preserve">
- <value>External Tools Toolbar</value>
- </data>
- <data name="_File" xml:space="preserve">
- <value>&amp;File</value>
- </data>
- <data name="_Help" xml:space="preserve">
- <value>&amp;Help</value>
- </data>
- <data name="HelpContents" xml:space="preserve">
- <value>mRemoteNG Help</value>
- </data>
- <data name="LaunchExternalTool" xml:space="preserve">
- <value>Launch External Tool</value>
- </data>
- <data name="NewConnectionFile" xml:space="preserve">
- <value>New Connection File</value>
- </data>
- <data name="NewExternalTool" xml:space="preserve">
- <value>New External Tool</value>
- </data>
- <data name="Notifications" xml:space="preserve">
- <value>Notifications</value>
- </data>
- <data name="CopyAll" xml:space="preserve">
- <value>Copy All</value>
- </data>
- <data name="DeleteAll" xml:space="preserve">
- <value>Delete All</value>
- </data>
- <data name="OpenConnectionFile" xml:space="preserve">
- <value>Open Connection File...</value>
- </data>
- <data name="Options" xml:space="preserve">
- <value>Options</value>
- </data>
- <data name="PortScan" xml:space="preserve">
- <value>Port Scan</value>
- </data>
- <data name="QuickConnectToolbar" xml:space="preserve">
- <value>Quick Connect Toolbar</value>
- </data>
- <data name="Reconnect" xml:space="preserve">
- <value>Reconnect</value>
- </data>
- <data name="RefreshScreen" xml:space="preserve">
- <value>Refresh Screen (VNC)</value>
- </data>
- <data name="RenameTab" xml:space="preserve">
- <value>Rename Tab</value>
- </data>
- <data name="ReportBug" xml:space="preserve">
- <value>Report a Bug</value>
- </data>
- <data name="ResetLayout" xml:space="preserve">
- <value>Reset layout</value>
- </data>
- <data name="SaveConnectionFile" xml:space="preserve">
- <value>Save Connection File</value>
- </data>
- <data name="SaveConnectionFileAs" xml:space="preserve">
- <value>Save Connection File As...</value>
- </data>
- <data name="SendSpecialKeys" xml:space="preserve">
- <value>Send Special Keys (VNC)</value>
- </data>
- <data name="ShowHelpText" xml:space="preserve">
- <value>&amp;Show Help Text</value>
- </data>
- <data name="ShowText" xml:space="preserve">
- <value>Show Text</value>
- </data>
- <data name="SmartSize" xml:space="preserve">
- <value>SmartSize (RDP/VNC)</value>
- </data>
- <data name="SshFileTransfer" xml:space="preserve">
- <value>SSH File Transfer</value>
- </data>
- <data name="StartChat" xml:space="preserve">
- <value>Start Chat (VNC)</value>
- </data>
- <data name="SupportForum" xml:space="preserve">
- <value>Support Forum</value>
- </data>
- <data name="_Tools" xml:space="preserve">
- <value>&amp;Tools</value>
- </data>
- <data name="TransferFile" xml:space="preserve">
- <value>Transfer File (SSH)</value>
- </data>
- <data name="_View" xml:space="preserve">
- <value>&amp;View</value>
- </data>
- <data name="ViewOnly" xml:space="preserve">
- <value>View Only</value>
- </data>
- <data name="Website" xml:space="preserve">
- <value>Website</value>
- </data>
- <data name="MinimizeToSysTray" xml:space="preserve">
- <value>Minimize to notification area</value>
- </data>
- <data name="MoveDown" xml:space="preserve">
- <value>Move down</value>
- </data>
- <data name="MoveUp" xml:space="preserve">
- <value>Move up</value>
- </data>
- <data name="MremoteNgCsv" xml:space="preserve">
- <value>mRemoteNG CSV</value>
- </data>
- <data name="MremoteNgXml" xml:space="preserve">
- <value>mRemoteNG XML</value>
- </data>
- <data name="MyCurrentWindowsCreds" xml:space="preserve">
- <value>My current credentials (Windows logon information)</value>
- </data>
- <data name="Never" xml:space="preserve">
- <value>Never</value>
- </data>
- <data name="NewConnection" xml:space="preserve">
- <value>New Connection</value>
- </data>
- <data name="NewFolder" xml:space="preserve">
- <value>New Folder</value>
- </data>
- <data name="NewPanel" xml:space="preserve">
- <value>New Panel</value>
- </data>
- <data name="NewTitle" xml:space="preserve">
- <value>New Title</value>
- </data>
- <data name="No" xml:space="preserve">
- <value>No</value>
- </data>
- <data name="NoCompression" xml:space="preserve">
- <value>No сompression</value>
- </data>
- <data name="NoExtAppDefined" xml:space="preserve">
- <value>No ext. app specified.</value>
- </data>
- <data name="None" xml:space="preserve">
- <value>None</value>
- </data>
- <data name="Normal" xml:space="preserve">
- <value>Normal</value>
- </data>
- <data name="NoSmartSize" xml:space="preserve">
- <value>No SmartSize</value>
- </data>
- <data name="NoUpdateAvailable" xml:space="preserve">
- <value>No update available</value>
- </data>
- <data name="OldConffile" xml:space="preserve">
- <value>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!</value>
- </data>
- <data name="OpenNewTabRight" xml:space="preserve">
- <value>Open new tab to the right of the currently selected tab</value>
- </data>
- <data name="OpenPorts" xml:space="preserve">
- <value>Open Ports</value>
- </data>
- <data name="OptionsProxyTesting" xml:space="preserve">
- <value>Testing...</value>
- </data>
- <data name="Theme" xml:space="preserve">
- <value>Theme</value>
- </data>
- <data name="_Delete" xml:space="preserve">
- <value>&amp;Delete</value>
- </data>
- <data name="_New" xml:space="preserve">
- <value>&amp;New</value>
- </data>
- <data name="PanelName" xml:space="preserve">
- <value>Panel Name</value>
- </data>
- <data name="PasswordProtect" xml:space="preserve">
- <value>Password protect</value>
- </data>
- <data name="PasswordStatusMustMatch" xml:space="preserve">
- <value>Both passwords must match.</value>
- </data>
- <data name="PasswordStatusTooShort" xml:space="preserve">
- <value>The password must be at least 3 characters long.</value>
- </data>
- <data name="PleaseFillAllFields" xml:space="preserve">
- <value>Please fill all fields</value>
- </data>
- <data name="PortScanComplete" xml:space="preserve">
- <value>Port scan complete.</value>
- </data>
- <data name="PortScanCouldNotLoadPanel" xml:space="preserve">
- <value>Couldn't load PortScan panel!</value>
- </data>
- <data name="PropertyDescriptionHostnameIp" xml:space="preserve">
- <value>Enter the hostname or ip you want to connect to.</value>
- </data>
- <data name="PropertyDescriptionAll" xml:space="preserve">
- <value>Toggle all inheritance options.</value>
- </data>
- <data name="PropertyDescriptionAuthenticationLevel" xml:space="preserve">
- <value>Select which authentication level this connection should use.</value>
- </data>
- <data name="PropertyDescriptionAuthenticationMode" xml:space="preserve">
- <value>Select how you want to authenticate against the VNC server.</value>
- </data>
- <data name="PropertyDescriptionAutomaticResize" xml:space="preserve">
- <value>Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher.</value>
- </data>
- <data name="PropertyDescriptionCacheBitmaps" xml:space="preserve">
- <value>Select whether to use bitmap caching or not.</value>
- </data>
- <data name="PropertyDescriptionColors" xml:space="preserve">
- <value>Select the colour quality to be used.</value>
- </data>
- <data name="PropertyDescriptionCompression" xml:space="preserve">
- <value>Select the compression value to be used.</value>
- </data>
- <data name="PropertyDescriptionDescription" xml:space="preserve">
- <value>Put your notes or a description for the host here.</value>
- </data>
- <data name="PropertyDescriptionDisplayThemes" xml:space="preserve">
- <value>Select yes if the theme of the remote host should be displayed.</value>
- </data>
- <data name="PropertyDescriptionDisplayWallpaper" xml:space="preserve">
- <value>Select yes if the wallpaper of the remote host should be displayed.</value>
- </data>
- <data name="PropertyDescriptionDomain" xml:space="preserve">
- <value>Enter your domain.</value>
- </data>
- <data name="PropertyDescriptionEnableDesktopComposition" xml:space="preserve">
- <value>Select whether to use desktop composition or not.</value>
- </data>
- <data name="PropertyDescriptionEnableFontSmoothing" xml:space="preserve">
- <value>Select whether to use font smoothing or not.</value>
- </data>
- <data name="PropertyDescriptionEncoding" xml:space="preserve">
- <value>Select the encoding mode to be used.</value>
- </data>
- <data name="PropertyDescriptionExternalTool" xml:space="preserve">
- <value>Select the external tool to be started.</value>
- </data>
- <data name="PropertyDescriptionExternalToolAfter" xml:space="preserve">
- <value>Select a external tool to be started after the disconnection to the remote host.</value>
- </data>
- <data name="PropertyDescriptionExternalToolBefore" xml:space="preserve">
- <value>Select a external tool to be started before the connection to the remote host is established.</value>
- </data>
- <data name="PropertyDescriptionIcon" xml:space="preserve">
- <value>Choose a icon that will be displayed when connected to the host.</value>
- </data>
- <data name="PropertyDescriptionLoadBalanceInfo" xml:space="preserve">
- <value>Specifies the load balancing information for use by load balancing routers to choose the best server.</value>
- </data>
- <data name="PropertyDescriptionMACAddress" xml:space="preserve">
- <value>Enter the MAC address of the remote host if you wish to use it in an external tool.</value>
- </data>
- <data name="PropertyDescriptionName" xml:space="preserve">
- <value>This is the name that will be displayed in the connections tree.</value>
- </data>
- <data name="PropertyDescriptionPanel" xml:space="preserve">
- <value>Sets the panel in which the connection will open.</value>
- </data>
- <data name="PropertyDescriptionPassword" xml:space="preserve">
- <value>Enter your password.</value>
- </data>
- <data name="PropertyDescriptionPort" xml:space="preserve">
- <value>Enter the port the selected protocol is listening on.</value>
- </data>
- <data name="PropertyDescriptionProtocol" xml:space="preserve">
- <value>Choose the protocol mRemoteNG should use to connect to the host.</value>
- </data>
- <data name="PropertyDescriptionPuttySession" xml:space="preserve">
- <value>Select a PuTTY session to be used when connecting.</value>
- </data>
- <data name="PropertyDescriptionRDGatewayDomain" xml:space="preserve">
- <value>Specifies the domain name that a user provides to connect to the RD Gateway server.</value>
- </data>
- <data name="PropertyDescriptionRDGatewayHostname" xml:space="preserve">
- <value>Specifies the host name of the Remote Desktop Gateway server.</value>
- </data>
- <data name="PropertyDescriptionRdpGatewayUsageMethod" xml:space="preserve">
- <value>Specifies when to use a Remote Desktop Gateway (RD Gateway) server.</value>
- </data>
- <data name="PropertyDescriptionRDGatewayUseConnectionCredentials" xml:space="preserve">
- <value>Specifies whether or not to log on to the gateway using the same username and password as the connection.</value>
- </data>
- <data name="PropertyDescriptionRDGatewayUsername" xml:space="preserve">
- <value>Specifies the user name that a user provides to connect to the RD Gateway server.</value>
- </data>
- <data name="PropertyDescriptionRedirectDrives" xml:space="preserve">
- <value>Select whether local disk drives should be shown on the remote host.</value>
- </data>
- <data name="PropertyDescriptionRedirectKeys" xml:space="preserve">
- <value>Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.</value>
- </data>
- <data name="PropertyDescriptionRedirectPorts" xml:space="preserve">
- <value>Select whether local ports (ie. com, parallel) should be shown on the remote host.</value>
- </data>
- <data name="PropertyDescriptionRedirectPrinters" xml:space="preserve">
- <value>Select whether local printers should be shown on the remote host.</value>
- </data>
- <data name="PropertyDescriptionRedirectClipboard" xml:space="preserve">
- <value>Select whether the clipboard should be shared.</value>
- </data>
- <data name="PropertyDescriptionRedirectSmartCards" xml:space="preserve">
- <value>Select whether local smart cards should be available on the remote host.</value>
- </data>
- <data name="PropertyDescriptionRedirectSounds" xml:space="preserve">
- <value>Select how remote sound should be redirected.</value>
- </data>
- <data name="PropertyDescriptionRedirectAudioCapture" xml:space="preserve">
- <value>Select whether the default audio input device on the remote machine should be redirected to this computer.</value>
- </data>
- <data name="PropertyDescriptionRenderingEngine" xml:space="preserve">
- <value>Select one of the available rendering engines that will be used to display HTML.</value>
- </data>
- <data name="PropertyDescriptionResolution" xml:space="preserve">
- <value>Choose the resolution or mode this connection will open in.</value>
- </data>
- <data name="PropertyDescriptionSmartSizeMode" xml:space="preserve">
- <value>Select the SmartSize mode to be used.</value>
- </data>
- <data name="PropertyDescriptionUseConsoleSession" xml:space="preserve">
- <value>Connect to the console session of the remote host.</value>
- </data>
- <data name="PropertyDescriptionUseCredSsp" xml:space="preserve">
- <value>Use the Credential Security Support Provider (CredSSP) for authentication if it is available.</value>
- </data>
- <data name="PropertyDescriptionUser1" xml:space="preserve">
- <value>Feel free to enter any information you need here.</value>
- </data>
- <data name="PropertyDescriptionUsername" xml:space="preserve">
- <value>Enter your username.</value>
- </data>
- <data name="PropertyDescriptionViewOnly" xml:space="preserve">
- <value>If you want to establish a view only connection to the host select yes.</value>
- </data>
- <data name="PropertyDescriptionVNCProxyAddress" xml:space="preserve">
- <value>Enter the proxy address to be used.</value>
- </data>
- <data name="PropertyDescriptionVNCProxyPassword" xml:space="preserve">
- <value>Enter your password for authenticating against the proxy.</value>
- </data>
- <data name="PropertyDescriptionVNCProxyPort" xml:space="preserve">
- <value>Enter the port the proxy server listens on.</value>
- </data>
- <data name="PropertyDescriptionVNCProxyType" xml:space="preserve">
- <value>If you use a proxy to tunnel VNC connections, select which type it is.</value>
- </data>
- <data name="PropertyDescriptionVNCProxyUsername" xml:space="preserve">
- <value>Enter your username for authenticating against the proxy.</value>
- </data>
- <data name="HostnameIp" xml:space="preserve">
- <value>Hostname/IP</value>
- </data>
- <data name="All" xml:space="preserve">
- <value>All</value>
- </data>
- <data name="AuthenticationLevel" xml:space="preserve">
- <value>Server Authentication</value>
- </data>
- <data name="AuthenticationMode" xml:space="preserve">
- <value>Authentication mode</value>
- </data>
- <data name="AutomaticResize" xml:space="preserve">
- <value>Automatic resize</value>
- </data>
- <data name="CacheBitmaps" xml:space="preserve">
- <value>Cache Bitmaps</value>
- </data>
- <data name="Colors" xml:space="preserve">
- <value>Colours</value>
- </data>
- <data name="Compression" xml:space="preserve">
- <value>Compression</value>
- </data>
- <data name="Description" xml:space="preserve">
- <value>Description</value>
- </data>
- <data name="DisplayThemes" xml:space="preserve">
- <value>Display Themes</value>
- </data>
- <data name="DisplayWallpaper" xml:space="preserve">
- <value>Display Wallpaper</value>
- </data>
- <data name="EnableDesktopComposition" xml:space="preserve">
- <value>Desktop Composition</value>
- </data>
- <data name="FontSmoothing" xml:space="preserve">
- <value>Font Smoothing</value>
- </data>
- <data name="Encoding" xml:space="preserve">
- <value>Encoding</value>
- </data>
- <data name="ExternalTool" xml:space="preserve">
- <value>External Tool</value>
- </data>
- <data name="ExternalToolAfter" xml:space="preserve">
- <value>External Tool After</value>
- </data>
- <data name="ExternalToolBefore" xml:space="preserve">
- <value>External Tool Before</value>
- </data>
- <data name="LoadBalanceInfo" xml:space="preserve">
- <value>Load Balance Info</value>
- </data>
- <data name="MacAddress" xml:space="preserve">
- <value>MAC Address</value>
- </data>
- <data name="Name" xml:space="preserve">
- <value>Name</value>
- </data>
- <data name="Panel" xml:space="preserve">
- <value>Panel</value>
- </data>
- <data name="Password" xml:space="preserve">
- <value>Password</value>
- </data>
- <data name="Port" xml:space="preserve">
- <value>Port</value>
- </data>
- <data name="PuttySession" xml:space="preserve">
- <value>PuTTY Session</value>
- </data>
- <data name="RdpGatewayDomain" xml:space="preserve">
- <value>Gateway Domain</value>
- </data>
- <data name="RdpGatewayHostname" xml:space="preserve">
- <value>Gateway Hostname</value>
- </data>
- <data name="RdpGatewayPassword" xml:space="preserve">
- <value>Remote Desktop Gateway Password</value>
- </data>
- <data name="RdpGatewayUsageMethod" xml:space="preserve">
- <value>Use Gateway</value>
- </data>
- <data name="RdpGatewayUseConnectionCredentials" xml:space="preserve">
- <value>Gateway Credentials</value>
- </data>
- <data name="RdpGatewayUsername" xml:space="preserve">
- <value>Gateway Username</value>
- </data>
- <data name="DiskDrives" xml:space="preserve">
- <value>Disk Drives</value>
- </data>
- <data name="RedirectKeys" xml:space="preserve">
- <value>Key Combinations</value>
- </data>
- <data name="Ports" xml:space="preserve">
- <value>Ports</value>
- </data>
- <data name="Printers" xml:space="preserve">
- <value>Printers</value>
- </data>
- <data name="Clipboard" xml:space="preserve">
- <value>Clipboard</value>
- </data>
- <data name="Sounds" xml:space="preserve">
- <value>Sounds</value>
- </data>
- <data name="AudioCapture" xml:space="preserve">
- <value>Audio Capture</value>
- </data>
- <data name="RenderingEngine" xml:space="preserve">
- <value>Rendering Engine</value>
- </data>
- <data name="Resolution" xml:space="preserve">
- <value>Resolution</value>
- </data>
- <data name="SmartSizeMode" xml:space="preserve">
- <value>SmartSize Mode</value>
- </data>
- <data name="UseConsoleSession" xml:space="preserve">
- <value>Use Console Session</value>
- </data>
- <data name="UseCredSsp" xml:space="preserve">
- <value>Use CredSSP</value>
- </data>
- <data name="UserField" xml:space="preserve">
- <value>User Field</value>
- </data>
- <data name="ProxyAddress" xml:space="preserve">
- <value>Proxy Address</value>
- </data>
- <data name="ProxyPassword" xml:space="preserve">
- <value>Proxy Password</value>
- </data>
- <data name="ProxyPort" xml:space="preserve">
- <value>Proxy Port</value>
- </data>
- <data name="ProxyType" xml:space="preserve">
- <value>Proxy Type</value>
- </data>
- <data name="ProxyUsername" xml:space="preserve">
- <value>Proxy Username</value>
- </data>
- <data name="ProtocolEventDisconnected" xml:space="preserve">
- <value>Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}"</value>
- </data>
- <data name="ProtocolEventDisconnectFailed" xml:space="preserve">
- <value>Protocol Event Disconnected failed.
-{0}</value>
- </data>
- <data name="ProtocolToImport" xml:space="preserve">
- <value>Protocol to import</value>
- </data>
- <data name="ProxyTestFailed" xml:space="preserve">
- <value>Proxy test failed!</value>
- </data>
- <data name="ProxyTestSucceeded" xml:space="preserve">
- <value>Proxy test succeeded!</value>
- </data>
- <data name="PuttyDisposeFailed" xml:space="preserve">
- <value>Dispose of Putty process failed!</value>
- </data>
- <data name="PuttyFocusFailed" xml:space="preserve">
- <value>Couldn't set focus!</value>
- </data>
- <data name="PuttyHandle" xml:space="preserve">
- <value>Putty Handle: {0}</value>
- </data>
- <data name="PuttyKillFailed" xml:space="preserve">
- <value>Killing Putty Process failed!</value>
- </data>
- <data name="PanelHandle" xml:space="preserve">
- <value>Panel Handle: {0}</value>
- </data>
- <data name="PuttyResizeFailed" xml:space="preserve">
- <value>Putty Resize Failed!</value>
- </data>
- <data name="PuttySavedSessionsRootName" xml:space="preserve">
- <value>PuTTY Saved Sessions</value>
- </data>
- <data name="PuttySettings" xml:space="preserve">
- <value>PuTTY Settings</value>
- </data>
- <data name="PuttyShowSettingsDialogFailed" xml:space="preserve">
- <value>Show PuTTY Settings Dialog failed!</value>
- </data>
- <data name="PuttyStuff" xml:space="preserve">
- <value>--- PuTTY Stuff ---</value>
- </data>
- <data name="PuttyTitle" xml:space="preserve">
- <value>PuTTY Title: {0}</value>
- </data>
- <data name="Quick" xml:space="preserve">
- <value>Quick: {0}</value>
- </data>
- <data name="QuickConnect" xml:space="preserve">
- <value>Quick Connect</value>
- </data>
- <data name="QuickConnectAddFailed" xml:space="preserve">
- <value>Quick Connect Add Failed!</value>
- </data>
- <data name="QuickConnectFailed" xml:space="preserve">
- <value>Creating quick connect failed</value>
- </data>
- <data name="_CloseWarnAll" xml:space="preserve">
- <value>Warn me when closing connections</value>
- </data>
- <data name="RadioCloseWarnExit" xml:space="preserve">
- <value>Warn me only when e&amp;xiting mRemoteNG</value>
- </data>
- <data name="RadioCloseWarnMultiple" xml:space="preserve">
- <value>Warn me only when closing &amp;multiple connections</value>
- </data>
- <data name="RadioCloseWarnNever" xml:space="preserve">
- <value>Do &amp;not warn me when closing connections</value>
- </data>
- <data name="Raw" xml:space="preserve">
- <value>RAW</value>
- </data>
- <data name="Rdp" xml:space="preserve">
- <value>RDP</value>
- </data>
- <data name="Rdp16777216Colors" xml:space="preserve">
- <value>16777216 Colours (24-bit)</value>
- </data>
- <data name="Rdp256Colors" xml:space="preserve">
- <value>256 Colours (8-bit)</value>
- </data>
- <data name="Rdp32768Colors" xml:space="preserve">
- <value>32768 Colours (15-bit)</value>
- </data>
- <data name="Rdp4294967296Colors" xml:space="preserve">
- <value>16777216 Colours (32-bit)</value>
- </data>
- <data name="Rdp65536Colors" xml:space="preserve">
- <value>65536 Colours (16-bit)</value>
- </data>
- <data name="RdpControlCreationFailed" xml:space="preserve">
- <value>Couldn't create RDP control, please check mRemoteNG requirements.</value>
- </data>
- <data name="DisableCursorBlinking" xml:space="preserve">
- <value>Disable Cursor blinking</value>
- </data>
- <data name="DisableCursorShadow" xml:space="preserve">
- <value>Disable Cursor Shadow</value>
- </data>
- <data name="DisableFullWindowDrag" xml:space="preserve">
- <value>Disable Full Window drag</value>
- </data>
- <data name="DisableMenuAnimations" xml:space="preserve">
- <value>Disable Menu Animations</value>
- </data>
- <data name="RdpDisconnectFailed" xml:space="preserve">
- <value>RDP Disconnect failed, trying to close!</value>
- </data>
- <data name="RdpErrorCode1" xml:space="preserve">
- <value>Internal error code 1.</value>
- </data>
- <data name="RdpErrorCode2" xml:space="preserve">
- <value>Internal error code 2.</value>
- </data>
- <data name="RdpErrorCode3" xml:space="preserve">
- <value>Internal error code 3. This is not a valid state.</value>
- </data>
- <data name="RdpErrorCode4" xml:space="preserve">
- <value>Internal error code 4.</value>
- </data>
- <data name="RdpErrorConnection" xml:space="preserve">
- <value>An unrecoverable error has occurred during client connection.</value>
- </data>
- <data name="RdpErrorGetFailure" xml:space="preserve">
- <value>GetError failed (FatalErrors)</value>
- </data>
- <data name="RdpErrorOutOfMemory" xml:space="preserve">
- <value>An out-of-memory error has occurred.</value>
- </data>
- <data name="RdpErrorUnknown" xml:space="preserve">
- <value>An unknown error has occurred.</value>
- </data>
- <data name="RdpErrorWindowCreation" xml:space="preserve">
- <value>A window-creation error has occurred.</value>
- </data>
- <data name="RdpErrorWinsock" xml:space="preserve">
- <value>Winsock initialization error.</value>
- </data>
- <data name="FitToPanel" xml:space="preserve">
- <value>Fit To Panel</value>
- </data>
- <data name="RdpFocusFailed" xml:space="preserve">
- <value>RDP Focus failed!</value>
- </data>
- <data name="RdpGatewayIsSupported" xml:space="preserve">
- <value>RDP Gateway is supported.</value>
- </data>
- <data name="RdpGatewayNotSupported" xml:space="preserve">
- <value>RDP Gateway is not supported!</value>
- </data>
- <data name="RdpReconnectCount" xml:space="preserve">
- <value>RDP reconnection count:</value>
- </data>
- <data name="RdpSetAuthenticationLevelFailed" xml:space="preserve">
- <value>RDP SetAuthenticationLevel failed!</value>
- </data>
- <data name="RdpSetConsoleSessionFailed" xml:space="preserve">
- <value>RDP SetUseConsoleSession failed!</value>
- </data>
- <data name="RdpSetConsoleSwitch" xml:space="preserve">
- <value>RDP Setting Console switch for RDC {0}.</value>
- </data>
- <data name="RdpSetCredentialsFailed" xml:space="preserve">
- <value>RDP SetCredentials failed!</value>
- </data>
- <data name="RdpSetEventHandlersFailed" xml:space="preserve">
- <value>RDP SetEventHandlers failed!</value>
- </data>
- <data name="RdpSetGatewayFailed" xml:space="preserve">
- <value>RDP SetRDGateway failed!</value>
- </data>
- <data name="RdpSetPerformanceFlagsFailed" xml:space="preserve">
- <value>RDP SetPerformanceFlags failed!</value>
- </data>
- <data name="RdpSetPortFailed" xml:space="preserve">
- <value>RDP SetPort failed!</value>
- </data>
- <data name="RdpSetPropsFailed" xml:space="preserve">
- <value>RDP SetProps failed!</value>
- </data>
- <data name="RdpSetRedirectionFailed" xml:space="preserve">
- <value>RDP Set Redirection Failed!</value>
- </data>
- <data name="RdpSetRedirectKeysFailed" xml:space="preserve">
- <value>RDP Set Redirect Keys Failed!</value>
- </data>
- <data name="RdpSetResolutionFailed" xml:space="preserve">
- <value>RDP SetResolution failed!</value>
- </data>
- <data name="RdpSoundBringToThisComputer" xml:space="preserve">
- <value>Bring to this computer</value>
- </data>
- <data name="DoNotPlay" xml:space="preserve">
- <value>Do not play</value>
- </data>
- <data name="RdpSoundLeaveAtRemoteComputer" xml:space="preserve">
- <value>Leave at remote computer</value>
- </data>
- <data name="RdpToggleFullscreenFailed" xml:space="preserve">
- <value>RDP ToggleFullscreen failed!</value>
- </data>
- <data name="RdpToggleSmartSizeFailed" xml:space="preserve">
- <value>RDP ToggleSmartSize failed!</value>
- </data>
- <data name="ReconnectAtStartup" xml:space="preserve">
- <value>Reconnect to previously opened sessions on startup</value>
- </data>
- <data name="RemoteFile" xml:space="preserve">
- <value>Remote file</value>
- </data>
- <data name="RemoveAll" xml:space="preserve">
- <value>Remove All</value>
- </data>
- <data name="Rename" xml:space="preserve">
- <value>Rename</value>
- </data>
- <data name="Rlogin" xml:space="preserve">
- <value>Rlogin</value>
- </data>
- <data name="Save" xml:space="preserve">
- <value>Save</value>
- </data>
- <data name="SaveAll" xml:space="preserve">
- <value>Save All</value>
- </data>
- <data name="SaveConnectionsFileBeforeOpeningAnother" xml:space="preserve">
- <value>Do you want to save the current connections file before loading another?</value>
- </data>
- <data name="ConnectionsBackupFrequencyDaily" xml:space="preserve">
- <value>Daily</value>
- </data>
- <data name="strConnectionBackupFrequency" xml:space="preserve">
- <value>Connection Backup Frequency</value>
- </data>
- <data name="ConnectionsBackupFrequencyWeekly" xml:space="preserve">
- <value>Weekly</value>
- </data>
- <data name="strConnectionsBackupMaxCount" xml:space="preserve">
- <value>Maximum number of backups</value>
- </data>
- <data name="strConnectionsBackupPath" xml:space="preserve">
- <value>Location of connection file backup</value>
- </data>
- <data name="ConnectionsBackupFrequencyOnEdit" xml:space="preserve">
- <value>On Edit</value>
- </data>
- <data name="ConnectionsBackupFrequencyOnExit" xml:space="preserve">
- <value>On Exit</value>
- </data>
- <data name="ConnectionsBackupFrequencyNever" xml:space="preserve">
- <value>Never backup connections</value>
- </data>
- <data name="strBrowse" xml:space="preserve">
- <value>Browse...</value>
- </data>
- <data name="strBackup" xml:space="preserve">
- <value>Backup</value>
- </data>
- <data name="SaveImageFilter" xml:space="preserve">
- <value>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</value>
- </data>
- <data name="Screen" xml:space="preserve">
- <value>Screen</value>
- </data>
- <data name="Screenshot" xml:space="preserve">
- <value>Screenshot</value>
- </data>
- <data name="Screenshots" xml:space="preserve">
- <value>Screenshots</value>
- </data>
- <data name="SearchPrompt" xml:space="preserve">
- <value>Search</value>
- </data>
- <data name="SendTo" xml:space="preserve">
- <value>Send To...</value>
- </data>
- <data name="SetHostnameLikeDisplayName" xml:space="preserve">
- <value>Set hostname like display name when creating or renaming connections</value>
- </data>
- <data name="SettingsCouldNotBeSavedOrTrayDispose" xml:space="preserve">
- <value>Couldn't save settings or dispose SysTray Icon!</value>
- </data>
- <data name="ShowDescriptionTooltips" xml:space="preserve">
- <value>Show description tooltips in connection tree</value>
- </data>
- <data name="ShowFullConsFilePath" xml:space="preserve">
- <value>Show full connections file path in window title</value>
- </data>
- <data name="ShowLogonInfoOnTabs" xml:space="preserve">
- <value>Show logon information on tab names</value>
- </data>
- <data name="ShowProtocolOnTabs" xml:space="preserve">
- <value>Show protocols on tab names</value>
- </data>
- <data name="SingleClickOnConnectionOpensIt" xml:space="preserve">
- <value>Single click on connection opens it</value>
- </data>
- <data name="SingleClickOnOpenConnectionSwitchesToIt" xml:space="preserve">
- <value>Single click on opened connection in Connection Tree switches to opened Connection Tab</value>
- </data>
- <data name="Socks5" xml:space="preserve">
- <value>Socks 5</value>
- </data>
- <data name="Sort" xml:space="preserve">
- <value>Sort</value>
- </data>
- <data name="SortAsc" xml:space="preserve">
- <value>Ascending (A-Z)</value>
- </data>
- <data name="SortDesc" xml:space="preserve">
- <value>Descending (Z-A)</value>
- </data>
- <data name="SQLInfo" xml:space="preserve">
- <value>Please see Help - Getting started - SQL Configuration for more Info!</value>
- </data>
- <data name="SQLServer" xml:space="preserve">
- <value>SQL Server</value>
- </data>
- <data name="SshV1" xml:space="preserve">
- <value>SSH version 1</value>
- </data>
- <data name="SshV2" xml:space="preserve">
- <value>SSH version 2</value>
- </data>
- <data name="SshBackgroundTransferFailed" xml:space="preserve">
- <value>SSH background transfer failed!</value>
- </data>
- <data name="SshTransferFailed" xml:space="preserve">
- <value>SSH transfer failed.</value>
- </data>
- <data name="FirstIp" xml:space="preserve">
- <value>First IP</value>
- </data>
- <data name="FirstPort" xml:space="preserve">
- <value>First Port</value>
- </data>
- <data name="StartupExit" xml:space="preserve">
- <value>Startup/Exit</value>
- </data>
- <data name="Status" xml:space="preserve">
- <value>Status</value>
- </data>
- <data name="SwitchToErrorsAndInfos" xml:space="preserve">
- <value>Switch to Notifications panel on:</value>
- </data>
- <data name="Advanced" xml:space="preserve">
- <value>Advanced</value>
- </data>
- <data name="TabsAndPanels" xml:space="preserve">
- <value>Tabs &amp;&amp; Panels</value>
- </data>
- <data name="Updates" xml:space="preserve">
- <value>Updates</value>
- </data>
- <data name="Telnet" xml:space="preserve">
- <value>Telnet</value>
- </data>
- <data name="TheFollowing" xml:space="preserve">
- <value>The following:</value>
- </data>
- <data name="TitleError" xml:space="preserve">
- <value>Error ({0})</value>
- </data>
- <data name="TitleInformation" xml:space="preserve">
- <value>Information ({0})</value>
- </data>
- <data name="TitlePassword" xml:space="preserve">
- <value>mRemoteNG password</value>
- </data>
- <data name="TitlePasswordWithName" xml:space="preserve">
- <value>mRemoteNG password for {0}</value>
- </data>
- <data name="TitleSelectPanel" xml:space="preserve">
- <value>Select Panel</value>
- </data>
- <data name="TitleWarning" xml:space="preserve">
- <value>Warning ({0})</value>
- </data>
- <data name="Transfer" xml:space="preserve">
- <value>Transfer</value>
- </data>
- <data name="TryToIntegrate" xml:space="preserve">
- <value>Try to integrate</value>
- </data>
- <data name="ShowOnToolbar" xml:space="preserve">
- <value>Show On Toolbar</value>
- </data>
- <data name="UltraVncRepeater" xml:space="preserve">
- <value>Ultra VNC Repeater</value>
- </data>
- <data name="UltraVNCSCListeningPort" xml:space="preserve">
- <value>UltraVNC SingleClick port:</value>
- </data>
- <data name="UncheckProperties" xml:space="preserve">
- <value>Uncheck the properties you want not to be saved!</value>
- </data>
- <data name="UpdateAvailable" xml:space="preserve">
- <value>mRemoteNG requires an update</value>
- </data>
- <data name="UpdateCheck" xml:space="preserve">
- <value>mRemoteNG can periodically connect to the mRemoteNG website to check for updates.</value>
- </data>
- <data name="UpdateCheckCompleteFailed" xml:space="preserve">
- <value>The update information could not be downloaded.</value>
- </data>
- <data name="UpdateDownloadComplete" xml:space="preserve">
- <value>Download complete!
-mRemoteNG will now quit and begin with the installation.</value>
- </data>
- <data name="UpdateDownloadCompleteFailed" xml:space="preserve">
- <value>The update could not be downloaded.</value>
- </data>
- <data name="UpdateDownloadFailed" xml:space="preserve">
- <value>The update download could not be initiated.</value>
- </data>
- <data name="UpdateFrequencyCustom" xml:space="preserve">
- <value>Every {0} days</value>
- </data>
- <data name="Daily" xml:space="preserve">
- <value>Daily</value>
- </data>
- <data name="Monthly" xml:space="preserve">
- <value>Monthly</value>
- </data>
- <data name="Weekly" xml:space="preserve">
- <value>Weekly</value>
- </data>
- <data name="UpdateGetChangeLogFailed" xml:space="preserve">
- <value>The change log could not be downloaded.</value>
- </data>
- <data name="UseDifferentUsernameAndPassword" xml:space="preserve">
- <value>Use a different username and password</value>
- </data>
- <data name="User" xml:space="preserve">
- <value>User</value>
- </data>
- <data name="UseSameUsernameAndPassword" xml:space="preserve">
- <value>Use the same username and password</value>
- </data>
- <data name="UseSmartCard" xml:space="preserve">
- <value>Use a smart card</value>
- </data>
- <data name="UseSQLServer" xml:space="preserve">
- <value>Use SQL Server to load &amp;&amp; save connections</value>
- </data>
- <data name="Version" xml:space="preserve">
- <value>Version</value>
- </data>
- <data name="Vnc" xml:space="preserve">
- <value>VNC</value>
- </data>
- <data name="VncConnectionDisconnectFailed" xml:space="preserve">
- <value>VNC disconnect failed!</value>
- </data>
- <data name="VncRefreshFailed" xml:space="preserve">
- <value>VNC Refresh Screen Failed!</value>
- </data>
- <data name="VncSendSpecialKeysFailed" xml:space="preserve">
- <value>VNC SendSpecialKeys failed!</value>
- </data>
- <data name="VncSetEventHandlersFailed" xml:space="preserve">
- <value>VNC Set Event Handlers failed!</value>
- </data>
- <data name="VncSetPropsFailed" xml:space="preserve">
- <value>VNC Set Props Failed!</value>
- </data>
- <data name="VncToggleSmartSizeFailed" xml:space="preserve">
- <value>VNC Toggle SmartSize Failed!</value>
- </data>
- <data name="VncToggleViewOnlyFailed" xml:space="preserve">
- <value>VNC Toggle ViewOnly Failed!</value>
- </data>
- <data name="WarnIfAuthFails" xml:space="preserve">
- <value>Warn me if authentication fails</value>
- </data>
- <data name="Warnings" xml:space="preserve">
- <value>Warnings</value>
- </data>
- <data name="Yes" xml:space="preserve">
- <value>Yes</value>
- </data>
- <data name="RdpOverallConnectionTimeout" xml:space="preserve">
- <value>RDP Connection Timeout</value>
- </data>
- <data name="NodeAlreadyInFolder" xml:space="preserve">
- <value>This node is already in this folder.</value>
- </data>
- <data name="NodeCannotDragOnSelf" xml:space="preserve">
- <value>Cannot drag node onto itself.</value>
- </data>
- <data name="NodeCannotDragParentOnChild" xml:space="preserve">
- <value>Cannot drag parent node onto child.</value>
- </data>
- <data name="NodeNotDraggable" xml:space="preserve">
- <value>This node is not draggable.</value>
- </data>
- <data name="EncryptionBlockCipherMode" xml:space="preserve">
- <value>Block Cipher Mode</value>
- </data>
- <data name="EncryptionEngine" xml:space="preserve">
- <value>Encryption Engine</value>
- </data>
- <data name="TabSecurity" xml:space="preserve">
- <value>Security</value>
- </data>
- <data name="EncryptionKeyDerivationIterations" xml:space="preserve">
- <value>Key Derivation Function Iterations</value>
- </data>
- <data name="Dynamic" xml:space="preserve">
- <value>Dynamic</value>
- </data>
- <data name="High" xml:space="preserve">
- <value>High</value>
- </data>
- <data name="Medium" xml:space="preserve">
- <value>Medium</value>
- </data>
- <data name="PropertyDescriptionSoundQuality" xml:space="preserve">
- <value>Choose the Sound Quality provided by the protocol: Dynamic, Medium, High</value>
- </data>
- <data name="SoundQuality" xml:space="preserve">
- <value>Sound quality</value>
- </data>
- <data name="UpdatePortableDownloadComplete" xml:space="preserve">
- <value>Download Completed!</value>
- </data>
- <data name="Download" xml:space="preserve">
- <value>Download</value>
- </data>
- <data name="PropertyDescriptionRDPMinutesToIdleTimeout" xml:space="preserve">
- <value>The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0)</value>
- </data>
- <data name="MinutesToIdleTimeout" xml:space="preserve">
- <value>Minutes to Idle</value>
- </data>
- <data name="Add" xml:space="preserve">
- <value>Add</value>
- </data>
- <data name="Title" xml:space="preserve">
- <value>Title</value>
- </data>
- <data name="ConfirmDeleteCredentialRecord" xml:space="preserve">
- <value>Are you sure you want to delete the credential record, {0}?</value>
- </data>
- <data name="PropertyDescriptionRDPAlertIdleTimeout" xml:space="preserve">
- <value>Select whether to receive an alert after the RDP session disconnects due to inactivity</value>
- </data>
- <data name="PasswordConstainsSpecialCharactersConstraintHint" xml:space="preserve">
- <value>Password must contain at least {0} of the following characters: {1}</value>
- </data>
- <data name="PasswordContainsLowerCaseConstraintHint" xml:space="preserve">
- <value>Password must contain at least {0} lower case character(s)</value>
- </data>
- <data name="PasswordContainsNumbersConstraint" xml:space="preserve">
- <value>Password must contain at least {0} number(s)</value>
- </data>
- <data name="PasswordContainsUpperCaseConstraintHint" xml:space="preserve">
- <value>Password must contain at least {0} upper case character(s)</value>
- </data>
- <data name="PasswordLengthConstraintHint" xml:space="preserve">
- <value>Password length must be between {0} and {1}</value>
- </data>
- <data name="ChooseLogPath" xml:space="preserve">
- <value>Choose a path for the mRemoteNG log file</value>
- </data>
- <data name="Debug" xml:space="preserve">
- <value>Debug</value>
- </data>
- <data name="ShowTheseMessageTypes" xml:space="preserve">
- <value>Show these message types</value>
- </data>
- <data name="LogFilePath" xml:space="preserve">
- <value>Log file path</value>
- </data>
- <data name="LogTheseMessageTypes" xml:space="preserve">
- <value>Log these message types</value>
- </data>
- <data name="ChoosePath" xml:space="preserve">
- <value>Choose path</value>
- </data>
- <data name="OpenFile" xml:space="preserve">
- <value>Open file</value>
- </data>
- <data name="UseDefault" xml:space="preserve">
- <value>Use default</value>
- </data>
- <data name="Logging" xml:space="preserve">
- <value>Logging</value>
- </data>
- <data name="Popups" xml:space="preserve">
- <value>Popups</value>
- </data>
- <data name="LogToAppDir" xml:space="preserve">
- <value>Log to application directory</value>
- </data>
- <data name="AssignedCredential" xml:space="preserve">
- <value>Assigned Credential</value>
- </data>
- <data name="Credentials" xml:space="preserve">
- <value>Credentials</value>
- </data>
- <data name="OpenADifferentFile" xml:space="preserve">
- <value>Open a different file</value>
- </data>
- <data name="CredentialUnavailable" xml:space="preserve">
- <value>Credential not available</value>
- </data>
- <data name="OptionsThemeDeleteConfirmation" xml:space="preserve">
- <value>Do you really want to delete the theme?</value>
- </data>
- <data name="OptionsThemeNewThemeCaption" xml:space="preserve">
- <value>New theme name</value>
- </data>
- <data name="OptionsThemeNewThemeError" xml:space="preserve">
- <value>Cannot create theme, name already present or special characters in the name</value>
- </data>
- <data name="OptionsThemeNewThemeText" xml:space="preserve">
- <value>Type the new theme name</value>
- </data>
- <data name="OptionsThemeChangeWarning" xml:space="preserve">
- <value>Warning: Restart is required to commit any theme configuration change.</value>
- </data>
- <data name="CouldNotFindExternalTool" xml:space="preserve">
- <value>Could not find external tool with name "{0}"</value>
- </data>
- <data name="ConfigurationCreateNew" xml:space="preserve">
- <value>Create a New Connection File</value>
- </data>
- <data name="ConnectionFileNotFound" xml:space="preserve">
- <value>The connection file could not be found.</value>
- </data>
- <data name="ConfigurationImportFile" xml:space="preserve">
- <value>Import an Existing File</value>
- </data>
- <data name="ConfigurationCustomPath" xml:space="preserve">
- <value>Use a Custom File Path</value>
- </data>
- <data name="TestingConnection" xml:space="preserve">
- <value>Testing connection</value>
- </data>
- <data name="ServerNotAccessible" xml:space="preserve">
- <value>Server '{0}' was not accessible.</value>
- </data>
- <data name="ConnectionSuccessful" xml:space="preserve">
- <value>Connection successful</value>
- </data>
- <data name="LoginFailedForUser" xml:space="preserve">
- <value>Login failed for user '{0}'.</value>
- </data>
- <data name="DatabaseNotAvailable" xml:space="preserve">
- <value>Database '{0}' not available.</value>
- </data>
- <data name="SaveConnectionsAfterEveryEdit" xml:space="preserve">
- <value>Save connections after every edit</value>
- </data>
- <data name="FilterSearchMatchesInConnectionTree" xml:space="preserve">
- <value>Filter search matches in connection tree</value>
- </data>
- <data name="TestConnection" xml:space="preserve">
- <value>Test connection</value>
- </data>
- <data name="ReadOnly" xml:space="preserve">
- <value>Read only:</value>
- </data>
- <data name="LoadBalanceInfoUseUtf8" xml:space="preserve">
- <value>Use UTF8 encoding for RDP "Load Balance Info" property</value>
- </data>
- <data name="TimeoutInSeconds" xml:space="preserve">
- <value>Timeout [seconds]</value>
- </data>
- <data name="WorkingDirectory" xml:space="preserve">
- <value>Working directory:</value>
- </data>
- <data name="RunElevated" xml:space="preserve">
- <value>Run elevated</value>
- </data>
- <data name="ShowOnToolbarColumnHeader" xml:space="preserve">
- <value>Show on toolbar column</value>
- </data>
- <data name="WorkingDirColumnHeader" xml:space="preserve">
- <value>Working directory</value>
- </data>
- <data name="LockToolbars" xml:space="preserve">
- <value>Lock toolbar positions</value>
- </data>
- <data name="MultiSshToolbar" xml:space="preserve">
- <value>Multi SSH toolbar</value>
- </data>
- <data name="ImportSubOUs" xml:space="preserve">
- <value>Import sub OUs</value>
- </data>
- <data name="AdvancedSecurityOptions" xml:space="preserve">
- <value>Advanced security options</value>
- </data>
- <data name="OptionsPageTitle" xml:space="preserve">
- <value>mRemoteNG Options</value>
- </data>
- <data name="CreateEmptyPanelOnStartUp" xml:space="preserve">
- <value>Create an empty panel when mRemoteNG starts</value>
- </data>
- <data name="MustBeBetween0And255" xml:space="preserve">
- <value>Must Be Between 0 and 255</value>
- </data>
- <data name="OutOfRange" xml:space="preserve">
- <value>Out Of Range</value>
- </data>
- <data name="Delete" xml:space="preserve">
- <value>Delete</value>
- </data>
- <data name="ReconnectAllConnections" xml:space="preserve">
- <value>Reconnect All Connections</value>
- </data>
- <data name="UltraVNCSingleClick" xml:space="preserve">
- <value>UltraVNC SingleClick</value>
- </data>
- <data name="DisconnectOthersRight" xml:space="preserve">
- <value>Disconnect Tabs To The Right</value>
- </data>
- <data name="DisconnectOthers" xml:space="preserve">
- <value>Disconnect All But This</value>
- </data>
- <data name="ConfirmCloseConnectionOthersInstruction" xml:space="preserve">
- <value>Are you sure you want to close all connections except for "{0}"?</value>
- </data>
- <data name="AutomaticReconnectError" xml:space="preserve">
- <value>An error occurred while trying to reconnect to RDP host '{0}'</value>
- </data>
- <data name="ChangeConnectionResolutionError" xml:space="preserve">
- <value>An error occurred while trying to change the connection resolution to host '{0}'</value>
- </data>
- <data name="StackTrace" xml:space="preserve">
- <value>Stack trace</value>
- </data>
- <data name="ExceptionMessage" xml:space="preserve">
- <value>Exception Message</value>
- </data>
- <data name="mRemoteNGUnhandledException" xml:space="preserve">
- <value>mRemoteNG Unhandled Exception</value>
- </data>
- <data name="UnhandledExceptionOccured" xml:space="preserve">
- <value>An unhandled exception has occurred</value>
- </data>
- <data name="ExceptionForcesmRemoteNGToClose" xml:space="preserve">
- <value>This exception will force mRemoteNG to close</value>
- </data>
- <data name="CopyHostname" xml:space="preserve">
- <value>Copy Hostname</value>
- </data>
- <data name="PlaceSearchBarAboveConnectionTree" xml:space="preserve">
- <value>Place search bar above connection tree</value>
- </data>
- <data name="TrackActiveConnectionInConnectionTree" xml:space="preserve">
- <value>Track active connection in the connection tree</value>
- </data>
- <data name="AlwaysShowConnectionTabs" xml:space="preserve">
- <value>Always show connection tabs</value>
- </data>
- <data name="ReleaseChannel" xml:space="preserve">
- <value>Release Channel</value>
- </data>
- <data name="ReleaseChannelExplanation" xml:space="preserve">
- <value>Stable channel includes final releases only.
-Preview channel includes Betas &amp; Release Candidates.
-Nightly Channel includes Alphas, Betas &amp; Release Candidates.</value>
- </data>
- <data name="Apply" xml:space="preserve">
- <value>Apply</value>
- </data>
- <data name="Proxy" xml:space="preserve">
- <value>Proxy</value>
- </data>
- <data name="MultiSsh" xml:space="preserve">
- <value>Multi SSH:</value>
- </data>
- <data name="MultiSshToolTip" xml:space="preserve">
- <value>Press ENTER to send. Ctrl+C is sent immediately.</value>
- </data>
- <data name="PropertyDescriptionFavorite" xml:space="preserve">
- <value>Show this connection in the favorites menu.</value>
- </data>
- <data name="Favorite" xml:space="preserve">
- <value>Favorite</value>
- </data>
- <data name="Favorites" xml:space="preserve">
- <value>Favorites</value>
- </data>
- <data name="ClearSearchString" xml:space="preserve">
- <value>Clear search string</value>
- </data>
- <data name="ConnectInViewOnlyMode" xml:space="preserve">
- <value>Connect in View Only mode</value>
- </data>
- <data name="DoNotTrimUsername" xml:space="preserve">
- <value>Do not trim spaces from usernames</value>
- </data>
- <data name="Environment" xml:space="preserve">
- <value>Environment</value>
- </data>
- <data name="EncryptionTestResultMessage" xml:space="preserve">
- <value>Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.</value>
- </data>
- <data name="EncryptionTest" xml:space="preserve">
- <value>Encryption Test</value>
- </data>
- <data name="TestSettings" xml:space="preserve">
- <value>Test Settings</value>
- </data>
- <data name="PropertyDescriptionRdpVersion" xml:space="preserve">
- <value>Sets the version of RDP to use when opening connections.</value>
- </data>
- <data name="RdpVersion" xml:space="preserve">
- <value>RDP Version</value>
- </data>
- <data name="PropertyDescriptionUseVmId" xml:space="preserve">
- <value>Use VM ID to connect to VM running on Hyper-V.</value>
- </data>
- <data name="PropertyDescriptionVmId" xml:space="preserve">
- <value>The ID of the Hyper-V virtual machine to connect to.</value>
- </data>
- <data name="UseVmId" xml:space="preserve">
- <value>Use VM ID</value>
- </data>
- <data name="VmId" xml:space="preserve">
- <value>VM ID</value>
- </data>
- <data name="RdpProtocolVersionNotSupported" xml:space="preserve">
- <value>Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.</value>
- </data>
- <data name="PropertyDescriptionSshTunnel" xml:space="preserve">
- <value>For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.</value>
- </data>
- <data name="SshTunnel" xml:space="preserve">
- <value>SSH Tunnel</value>
- </data>
- <data name="PropertyDescriptionSshOptions" xml:space="preserve">
- <value>Specify here additional options to be used for SSH connection. See putty documentation for further details.</value>
- </data>
- <data name="SshOptions" xml:space="preserve">
- <value>SSH Options</value>
- </data>
- <data name="SshTunnelConfigProblem" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="SshTunnelIsNotPutty" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="SshTunnelNotInitialized" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="SshTunnelNotConnected" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="SshTunnelFailed" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="SshTunnelPortNotReadyInTime" xml:space="preserve">
- <value>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.</value>
- </data>
- <data name="StartMinimized" xml:space="preserve">
- <value>Start minimized</value>
- </data>
- <data name="PropertyDescriptionPasswordProtect" xml:space="preserve">
- <value>Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.</value>
- </data>
- <data name="PropertyDescriptionUseEnhancedMode" xml:space="preserve">
- <value>Connect to a Hyper-V host with enhanced mode enabled.</value>
- </data>
- <data name="UseEnhancedMode" xml:space="preserve">
- <value>Use enhanced mode</value>
- </data>
- <data name="PropertyDescriptionRdpGatewayPassword" xml:space="preserve">
- <value>Specifies the password of the Remote Desktop Gateway server.</value>
- </data>
- <data name="CloseToSysTray" xml:space="preserve">
- <value>Close to notification area</value>
- </data>
- <data name="Windows" xml:space="preserve">
- <value>Windows</value>
- </data>
- <data name="PowerShell" xml:space="preserve">
- <value>PowerShell</value>
- </data>
- <data name="Changelog" xml:space="preserve">
- <value>Changelog</value>
- </data>
- <data name="Credits" xml:space="preserve">
- <value>Credits</value>
- </data>
- <data name="License" xml:space="preserve">
- <value>License</value>
- </data>
- <data name="PropertyDescriptionDisableCursorBlinking" xml:space="preserve">
- <value>Determines whether cursor flashes should be disabled.</value>
- </data>
- <data name="PropertyDescriptionDisableCursorShadow" xml:space="preserve">
- <value>Determines whether a mouse shadow should be visible.</value>
- </data>
- <data name="PropertyDescriptionDisableFullWindowDrag" xml:space="preserve">
- <value>Determines whether window content is displayed when you drag the window to a new location.</value>
- </data>
- <data name="PropertyDescriptionDisableMenuAnimations" xml:space="preserve">
- <value>Determines whether menus and windows can be displayed with animation effects in the remote session.</value>
- </data>
- <data name="HttpCEF" xml:space="preserve">
- <value>Edge Chromium</value>
- </data>
- <data name="HttpFailedUrlBuild" xml:space="preserve">
- <value>Failed to contruct the URL to load</value>
- </data>
- <data name="ShowHideMenu" xml:space="preserve">
- <value>Show/Hide Menu Strip</value>
- </data>
- <data name="PropertyDescriptionRDPStartProgram" xml:space="preserve">
- <value>The program to be started on the remote server upon connection.</value>
- </data>
- <data name="PropertyDescriptionRDPStartProgramWorkDir" xml:space="preserve">
- <value>Specifies the working directory of the alternate shell.</value>
- </data>
- <data name="RDPStartProgram" xml:space="preserve">
- <value>Alternate Shell</value>
- <comment>https://docs.microsoft.com/en-us/windows/win32/termserv/imstscsecuredsettings-startprogram</comment>
- </data>
- <data name="RDPStartProgramWorkDir" xml:space="preserve">
- <value>Alternate shell working directory</value>
- <comment>https://docs.microsoft.com/en-us/windows/win32/termserv/imstscsecuredsettings-workdir</comment>
- </data>
- <data name="RedirectDrives" xml:space="preserve">
- <value>Disk Drives</value>
- </data>
- <data name="RedirectSmartCards" xml:space="preserve">
- <value>Smart Cards</value>
- </data>
- <data name="RemoteDesktopServices" xml:space="preserve">
- <value>Remote Desktop Services</value>
- </data>
+<?xml version="1.0" encoding="utf-8"?>
+<root>
+ <!--
+ Microsoft ResX Schema
+
+ Version 2.0
+
+ The primary goals of this format is to allow a simple XML format
+ that is mostly human readable. The generation and parsing of the
+ various data types are done through the TypeConverter classes
+ associated with the data types.
+
+ Example:
+
+ ... ado.net/XML headers & schema ...
+ <resheader name="resmimetype">text/microsoft-resx</resheader>
+ <resheader name="version">2.0</resheader>
+ <resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
+ <resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
+ <data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
+ <data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
+ <data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
+ <value>[base64 mime encoded serialized .NET Framework object]</value>
+ </data>
+ <data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
+ <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
+ <comment>This is a comment</comment>
+ </data>
+
+ There are any number of "resheader" rows that contain simple
+ name/value pairs.
+
+ Each data row contains a name, and value. The row also contains a
+ type or mimetype. Type corresponds to a .NET class that support
+ text/value conversion through the TypeConverter architecture.
+ Classes that don't support this are serialized and stored with the
+ mimetype set.
+
+ The mimetype is used for serialized objects, and tells the
+ ResXResourceReader how to depersist the object. This is currently not
+ extensible. For a given mimetype the value must be set accordingly:
+
+ Note - application/x-microsoft.net.object.binary.base64 is the format
+ that the ResXResourceWriter will generate, however the reader can
+ read any of the formats listed below.
+
+ mimetype: application/x-microsoft.net.object.binary.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.soap.base64
+ value : The object must be serialized with
+ : System.Runtime.Serialization.Formatters.Soap.SoapFormatter
+ : and then encoded with base64 encoding.
+
+ mimetype: application/x-microsoft.net.object.bytearray.base64
+ value : The object must be serialized into a byte array
+ : using a System.ComponentModel.TypeConverter
+ : and then encoded with base64 encoding.
+ -->
+ <xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
+ <xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
+ <xsd:element name="root" msdata:IsDataSet="true">
+ <xsd:complexType>
+ <xsd:choice maxOccurs="unbounded">
+ <xsd:element name="metadata">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" />
+ </xsd:sequence>
+ <xsd:attribute name="name" use="required" type="xsd:string" />
+ <xsd:attribute name="type" type="xsd:string" />
+ <xsd:attribute name="mimetype" type="xsd:string" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="assembly">
+ <xsd:complexType>
+ <xsd:attribute name="alias" type="xsd:string" />
+ <xsd:attribute name="name" type="xsd:string" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="data">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ <xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
+ <xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
+ <xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
+ <xsd:attribute ref="xml:space" />
+ </xsd:complexType>
+ </xsd:element>
+ <xsd:element name="resheader">
+ <xsd:complexType>
+ <xsd:sequence>
+ <xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
+ </xsd:sequence>
+ <xsd:attribute name="name" type="xsd:string" use="required" />
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:choice>
+ </xsd:complexType>
+ </xsd:element>
+ </xsd:schema>
+ <resheader name="resmimetype">
+ <value>text/microsoft-resx</value>
+ </resheader>
+ <resheader name="version">
+ <value>2.0</value>
+ </resheader>
+ <resheader name="reader">
+ <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <resheader name="writer">
+ <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
+ </resheader>
+ <data name="About" xml:space="preserve">
+ <value>About</value>
+ </data>
+ <data name="ActiveDirectory" xml:space="preserve">
+ <value>Active Directory</value>
+ </data>
+ <data name="AddNodeFromXmlFailed" xml:space="preserve">
+ <value>AddNodeFromXML failed!</value>
+ </data>
+ <data name="AllowOnlySingleInstance" xml:space="preserve">
+ <value>Allow only a single instance of the application (mRemoteNG restart required)</value>
+ </data>
+ <data name="Always" xml:space="preserve">
+ <value>Always</value>
+ </data>
+ <data name="AlwaysConnectEvenIfAuthFails" xml:space="preserve">
+ <value>Always connect, even if authentication fails</value>
+ </data>
+ <data name="AlwaysShowPanelSelection" xml:space="preserve">
+ <value>Always show panel selection dialog when opening connections</value>
+ </data>
+ <data name="AlwaysShowPanelTabs" xml:space="preserve">
+ <value>Always show panel tabs</value>
+ </data>
+ <data name="AlwaysShowSysTrayIcon" xml:space="preserve">
+ <value>Always show notification area icon</value>
+ </data>
+ <data name="AskUpdatesCommandAskLater" xml:space="preserve">
+ <value>Ask me again later</value>
+ </data>
+ <data name="AskUpdatesCommandCustom" xml:space="preserve">
+ <value>Customize the settings now</value>
+ </data>
+ <data name="AskUpdatesCommandRecommended" xml:space="preserve">
+ <value>Use the recommended settings</value>
+ </data>
+ <data name="AskUpdatesContent" xml:space="preserve">
+ <value>{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.</value>
+ </data>
+ <data name="AskUpdatesMainInstruction" xml:space="preserve">
+ <value>Automatic update settings</value>
+ </data>
+ <data name="Aspect" xml:space="preserve">
+ <value>Aspect</value>
+ </data>
+ <data name="AutoSaveEvery" xml:space="preserve">
+ <value>Auto save time in minutes (0 means disabled):</value>
+ </data>
+ <data name="AvailableVersion" xml:space="preserve">
+ <value>Latest version</value>
+ </data>
+ <data name="_Browse" xml:space="preserve">
+ <value>&amp;Browse...</value>
+ </data>
+ <data name="_Cancel" xml:space="preserve">
+ <value>&amp;Cancel</value>
+ </data>
+ <data name="Change" xml:space="preserve">
+ <value>Change</value>
+ </data>
+ <data name="_Close" xml:space="preserve">
+ <value>&amp;Close</value>
+ </data>
+ <data name="ButtonDefaultInheritance" xml:space="preserve">
+ <value>Default Inheritance</value>
+ </data>
+ <data name="ButtonDefaultProperties" xml:space="preserve">
+ <value>Default Properties</value>
+ </data>
+ <data name="Disconnect" xml:space="preserve">
+ <value>Disconnect</value>
+ </data>
+ <data name="Icon" xml:space="preserve">
+ <value>Icon</value>
+ </data>
+ <data name="_Import" xml:space="preserve">
+ <value>&amp;Import</value>
+ </data>
+ <data name="Inheritance" xml:space="preserve">
+ <value>Inheritance</value>
+ </data>
+ <data name="_Launch" xml:space="preserve">
+ <value>&amp;Launch</value>
+ </data>
+ <data name="ButtonLaunchPutty" xml:space="preserve">
+ <value>Launch PuTTY</value>
+ </data>
+ <data name="_Ok" xml:space="preserve">
+ <value>&amp;OK</value>
+ </data>
+ <data name="Properties" xml:space="preserve">
+ <value>Properties</value>
+ </data>
+ <data name="_Scan" xml:space="preserve">
+ <value>&amp;Scan</value>
+ </data>
+ <data name="_Stop" xml:space="preserve">
+ <value>&amp;Stop</value>
+ </data>
+ <data name="TestProxy" xml:space="preserve">
+ <value>Test Proxy</value>
+ </data>
+ <data name="CannotStartPortScan" xml:space="preserve">
+ <value>Cannot start Port Scan, incorrect IP format!</value>
+ </data>
+ <data name="Appearance" xml:space="preserve">
+ <value>Appearance</value>
+ </data>
+ <data name="Connection" xml:space="preserve">
+ <value>Connection</value>
+ </data>
+ <data name="Display" xml:space="preserve">
+ <value>Display</value>
+ </data>
+ <data name="Gateway" xml:space="preserve">
+ <value>Gateway</value>
+ </data>
+ <data name="Miscellaneous" xml:space="preserve">
+ <value>Miscellaneous</value>
+ </data>
+ <data name="Protocol" xml:space="preserve">
+ <value>Protocol</value>
+ </data>
+ <data name="Redirect" xml:space="preserve">
+ <value>Redirect</value>
+ </data>
+ <data name="CheckFailed" xml:space="preserve">
+ <value>Check failed!</value>
+ </data>
+ <data name="CheckboxAutomaticReconnect" xml:space="preserve">
+ <value>Automatically try to reconnect when disconnected from server (RDP &amp;&amp; ICA only)</value>
+ </data>
+ <data name="CheckboxDoNotShowThisMessageAgain" xml:space="preserve">
+ <value>Do not show this message again.</value>
+ </data>
+ <data name="CheckboxProxyAuthentication" xml:space="preserve">
+ <value>This proxy server requires authentication</value>
+ </data>
+ <data name="CheckboxPuttyPath" xml:space="preserve">
+ <value>Use custom PuTTY path:</value>
+ </data>
+ <data name="CheckboxReconnectWhenReady" xml:space="preserve">
+ <value>Reconnect when ready</value>
+ </data>
+ <data name="CheckboxUpdateUseProxy" xml:space="preserve">
+ <value>Use a proxy server to connect</value>
+ </data>
+ <data name="Username" xml:space="preserve">
+ <value>Username</value>
+ </data>
+ <data name="WaitForExit" xml:space="preserve">
+ <value>Wait for exit</value>
+ </data>
+ <data name="CheckAgain" xml:space="preserve">
+ <value>Check Again</value>
+ </data>
+ <data name="CheckForUpdatesOnStartup" xml:space="preserve">
+ <value>Check for updates at startup</value>
+ </data>
+ <data name="CheckNow" xml:space="preserve">
+ <value>Check now</value>
+ </data>
+ <data name="CheckProperInstallationOfComponentsAtStartup" xml:space="preserve">
+ <value>Check proper installation of components at startup</value>
+ </data>
+ <data name="ChoosePanelBeforeConnecting" xml:space="preserve">
+ <value>Choose panel before connecting</value>
+ </data>
+ <data name="ClosedPorts" xml:space="preserve">
+ <value>Closed Ports</value>
+ </data>
+ <data name="CollapseAllFolders" xml:space="preserve">
+ <value>Collapse all folders</value>
+ </data>
+ <data name="Arguments" xml:space="preserve">
+ <value>Arguments</value>
+ </data>
+ <data name="Filename" xml:space="preserve">
+ <value>Filename</value>
+ </data>
+ <data name="Message" xml:space="preserve">
+ <value>Message</value>
+ </data>
+ <data name="CommandExitProgram" xml:space="preserve">
+ <value>E&amp;xit {0}</value>
+ </data>
+ <data name="CommandLineArgsCouldNotBeParsed" xml:space="preserve">
+ <value>Couldn't parse command line args!</value>
+ </data>
+ <data name="CommandOpenConnectionFile" xml:space="preserve">
+ <value>&amp;Open a connection file</value>
+ </data>
+ <data name="_TryAgain" xml:space="preserve">
+ <value>&amp;Try again</value>
+ </data>
+ <data name="CompatibilityLenovoAutoScrollUtilityDetected" xml:space="preserve">
+ <value>{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.</value>
+ </data>
+ <data name="CompatibilityProblemDetected" xml:space="preserve">
+ <value>Compatibility problem detected</value>
+ </data>
+ <data name="ConfigPropertyGridButtonIconClickFailed" xml:space="preserve">
+ <value>btnIcon_Click failed!</value>
+ </data>
+ <data name="ConfigPropertyGridHideItemsFailed" xml:space="preserve">
+ <value>ShowHideGridItems failed!</value>
+ </data>
+ <data name="ConfigPropertyGridMenuClickFailed" xml:space="preserve">
+ <value>IconMenu_Click failed!</value>
+ </data>
+ <data name="ConfigPropertyGridObjectFailed" xml:space="preserve">
+ <value>Property Grid object failed!</value>
+ </data>
+ <data name="ConfigPropertyGridSetHostStatusFailed" xml:space="preserve">
+ <value>SetHostStatus failed!</value>
+ </data>
+ <data name="ConfigPropertyGridValueFailed" xml:space="preserve">
+ <value>pGrid_PopertyValueChanged failed!</value>
+ </data>
+ <data name="ConfigUiLoadFailed" xml:space="preserve">
+ <value>Config UI load failed!</value>
+ </data>
+ <data name="ConfirmCloseConnectionPanelMainInstruction" xml:space="preserve">
+ <value>Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed.</value>
+ </data>
+ <data name="ConfirmDeleteExternalTool" xml:space="preserve">
+ <value>Are you sure you want to delete the external tool, "{0}"?</value>
+ </data>
+ <data name="ConfirmDeleteExternalToolMultiple" xml:space="preserve">
+ <value>Are you sure you want to delete the {0} selected external tools?</value>
+ </data>
+ <data name="ConfirmDeleteNodeConnection" xml:space="preserve">
+ <value>Are you sure you want to delete the connection, "{0}"?</value>
+ </data>
+ <data name="ConfirmDeleteNodeFolder" xml:space="preserve">
+ <value>Are you sure you want to delete the empty folder, "{0}"?</value>
+ </data>
+ <data name="ConfirmDeleteNodeFolderNotEmpty" xml:space="preserve">
+ <value>Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted.</value>
+ </data>
+ <data name="ConfirmExitMainInstruction" xml:space="preserve">
+ <value>Do you want to close all open connections?</value>
+ </data>
+ <data name="ConfirmResetLayout" xml:space="preserve">
+ <value>Are you sure you want to reset the panels to their default layout?</value>
+ </data>
+ <data name="Connect" xml:space="preserve">
+ <value>Connect</value>
+ </data>
+ <data name="ConnectInFullscreen" xml:space="preserve">
+ <value>Connect in fullscreen mode</value>
+ </data>
+ <data name="Connecting" xml:space="preserve">
+ <value>Connecting...</value>
+ </data>
+ <data name="ConnectionEventConnected" xml:space="preserve">
+ <value>Protocol Event Connected</value>
+ </data>
+ <data name="ConnectionEventConnectedDetail" xml:space="preserve">
+ <value>Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}")</value>
+ </data>
+ <data name="ConnectionFailed" xml:space="preserve">
+ <value>Connection failed!</value>
+ </data>
+ <data name="ConnectionEventErrorOccured" xml:space="preserve">
+ <value>A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}"</value>
+ </data>
+ <data name="ConnectionOpenFailed" xml:space="preserve">
+ <value>Opening connection failed!</value>
+ </data>
+ <data name="ConnectionOpenFailedNoHostname" xml:space="preserve">
+ <value>Cannot open connection: No hostname specified!</value>
+ </data>
+ <data name="Connections" xml:space="preserve">
+ <value>Connections</value>
+ </data>
+ <data name="ConnectionSetDefaultPortFailed" xml:space="preserve">
+ <value>Couldn't set default port!</value>
+ </data>
+ <data name="ConnectionsFileBackupFailed" xml:space="preserve">
+ <value>Couldn't create backup of connections file!</value>
+ </data>
+ <data name="ConnectionsFileCouldNotBeLoaded" xml:space="preserve">
+ <value>Connections file "{0}" could not be loaded!</value>
+ </data>
+ <data name="ConnectionsFileCouldNotBeLoadedNew" xml:space="preserve">
+ <value>Connections file "{0}" could not be loaded!
+Starting with new connections file.</value>
+ </data>
+ <data name="ConnectionsFileCouldNotSaveAs" xml:space="preserve">
+ <value>Couldn't save connections file as "{0}"!</value>
+ </data>
+ <data name="ConnectNoCredentials" xml:space="preserve">
+ <value>Connect without credentials</value>
+ </data>
+ <data name="ConnectToConsoleSession" xml:space="preserve">
+ <value>Connect to console session</value>
+ </data>
+ <data name="ConnectWithOptions" xml:space="preserve">
+ <value>Connect (with options)</value>
+ </data>
+ <data name="ConnenctionClosedByUser" xml:space="preserve">
+ <value>Connection to {0} via {1} closed by user {2}.</value>
+ </data>
+ <data name="ConnenctionCloseEvent" xml:space="preserve">
+ <value>Connection Event Closed</value>
+ </data>
+ <data name="ConnenctionCloseEventFailed" xml:space="preserve">
+ <value>Connection Event Closed failed!</value>
+ </data>
+ <data name="CouldNotCreateNewConnectionsFile" xml:space="preserve">
+ <value>Couldn't create new connections file!</value>
+ </data>
+ <data name="CouldNotFindToolStripInFilteredPropertyGrid" xml:space="preserve">
+ <value>Could not find ToolStrip control in FilteredPropertyGrid.</value>
+ </data>
+ <data name="Detect" xml:space="preserve">
+ <value>Detect</value>
+ </data>
+ <data name="DontConnectToConsoleSession" xml:space="preserve">
+ <value>Don't connect to console session</value>
+ </data>
+ <data name="DontConnectWhenAuthFails" xml:space="preserve">
+ <value>Don't connect if authentication fails</value>
+ </data>
+ <data name="DoubleClickTabClosesIt" xml:space="preserve">
+ <value>Double click on tab closes it</value>
+ </data>
+ <data name="DownloadAndInstall" xml:space="preserve">
+ <value>Download and Install</value>
+ </data>
+ <data name="Duplicate" xml:space="preserve">
+ <value>Duplicate</value>
+ </data>
+ <data name="EmptyPasswordContinue" xml:space="preserve">
+ <value>Do you want to continue with no password?</value>
+ </data>
+ <data name="EmptyUsernamePasswordDomainFields" xml:space="preserve">
+ <value>For empty Username, Password or Domain fields use:</value>
+ </data>
+ <data name="EncryptCompleteConnectionFile" xml:space="preserve">
+ <value>Completely encrypt connection file</value>
+ </data>
+ <data name="LastIp" xml:space="preserve">
+ <value>Last IP</value>
+ </data>
+ <data name="LastPort" xml:space="preserve">
+ <value>Last Port</value>
+ </data>
+ <data name="ErrorAddExternalToolsToToolBarFailed" xml:space="preserve">
+ <value>AddExternalToolsToToolBar (frmMain) failed. {0}</value>
+ </data>
+ <data name="ErrorAddFolderFailed" xml:space="preserve">
+ <value>AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}</value>
+ </data>
+ <data name="ErrorBadDatabaseVersion" xml:space="preserve">
+ <value>The database version {0} is not compatible with this version of {1}.</value>
+ </data>
+ <data name="ErrorConnectionListSaveFailed" xml:space="preserve">
+ <value>The connection list could not be saved.</value>
+ </data>
+ <data name="ErrorCouldNotLaunchPutty" xml:space="preserve">
+ <value>PuTTY could not be launched.</value>
+ </data>
+ <data name="ErrorDecryptionFailed" xml:space="preserve">
+ <value>Decryption failed. {0}</value>
+ </data>
+ <data name="ErrorEncryptionFailed" xml:space="preserve">
+ <value>Encryption failed. {0}</value>
+ </data>
+ <data name="ErrorFipsPolicyIncompatible" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="Errors" xml:space="preserve">
+ <value>Errors</value>
+ </data>
+ <data name="ErrorStartupConnectionFileLoad" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="ErrorVerifyDatabaseVersionFailed" xml:space="preserve">
+ <value>VerifyDatabaseVersion (Config.Connections.Save) failed. {0}</value>
+ </data>
+ <data name="ExpandAllFolders" xml:space="preserve">
+ <value>Expand all folders</value>
+ </data>
+ <data name="Experimental" xml:space="preserve">
+ <value>Experimental</value>
+ </data>
+ <data name="Export" xml:space="preserve">
+ <value>Export</value>
+ </data>
+ <data name="ExportEverything" xml:space="preserve">
+ <value>Export everything</value>
+ </data>
+ <data name="ExportFile" xml:space="preserve">
+ <value>Export File</value>
+ </data>
+ <data name="ExportItems" xml:space="preserve">
+ <value>Export Items</value>
+ </data>
+ <data name="ExportProperties" xml:space="preserve">
+ <value>Export Properties</value>
+ </data>
+ <data name="ExportSelectedConnection" xml:space="preserve">
+ <value>Export the currently selected connection</value>
+ </data>
+ <data name="ExportSelectedFolder" xml:space="preserve">
+ <value>Export the currently selected folder</value>
+ </data>
+ <data name="_ExportToFile" xml:space="preserve">
+ <value>&amp;Export to File...</value>
+ </data>
+ <data name="ExternalToolDefaultName" xml:space="preserve">
+ <value>New External Tool</value>
+ </data>
+ <data name="FileFormat" xml:space="preserve">
+ <value>File &amp;Format:</value>
+ </data>
+ <data name="FilterAll" xml:space="preserve">
+ <value>All Files (*.*)</value>
+ </data>
+ <data name="FilterAllImportable" xml:space="preserve">
+ <value>All importable files</value>
+ </data>
+ <data name="FilterApplication" xml:space="preserve">
+ <value>Application Files (*.exe)</value>
+ </data>
+ <data name="FiltermRemoteCSV" xml:space="preserve">
+ <value>mRemote CSV Files (*.csv)</value>
+ </data>
+ <data name="FiltermRemoteXML" xml:space="preserve">
+ <value>mRemote XML Files (*.xml)</value>
+ </data>
+ <data name="FilterPuttyConnectionManager" xml:space="preserve">
+ <value>PuTTY Connection Manager files</value>
+ </data>
+ <data name="FilterRdgFiles" xml:space="preserve">
+ <value>Remote Desktop Connection Manager files (*.rdg)</value>
+ </data>
+ <data name="FilterRDP" xml:space="preserve">
+ <value>RDP Files (*.rdp)</value>
+ </data>
+ <data name="FormatInherit" xml:space="preserve">
+ <value>Inherit {0}</value>
+ </data>
+ <data name="FormatInheritDescription" xml:space="preserve">
+ <value>Description of inherited property: {0}</value>
+ </data>
+ <data name="Free" xml:space="preserve">
+ <value>Free</value>
+ </data>
+ <data name="Fullscreen" xml:space="preserve">
+ <value>Fullscreen</value>
+ </data>
+ <data name="General" xml:space="preserve">
+ <value>General</value>
+ </data>
+ <data name="GetConnectionInfoFromXmlFailed" xml:space="preserve">
+ <value>An error occured while loading the connection entry for "{0}" from "{1}". {2}</value>
+ </data>
+ <data name="GroupboxAutomaticReconnect" xml:space="preserve">
+ <value>Automatic Reconnect</value>
+ </data>
+ <data name="ExternalToolProperties" xml:space="preserve">
+ <value>External Tool Properties</value>
+ </data>
+ <data name="Files" xml:space="preserve">
+ <value>Files</value>
+ </data>
+ <data name="Host" xml:space="preserve">
+ <value>Host</value>
+ </data>
+ <data name="Http" xml:space="preserve">
+ <value>HTTP</value>
+ </data>
+ <data name="HttpConnectFailed" xml:space="preserve">
+ <value>HTTP Connect Failed!</value>
+ </data>
+ <data name="HttpConnectionFailed" xml:space="preserve">
+ <value>Couldn't create new HTTP Connection!</value>
+ </data>
+ <data name="HttpDocumentTileChangeFailed" xml:space="preserve">
+ <value>Changing HTTP Document Tile Failed!</value>
+ </data>
+ <data name="HttpInternetExplorer" xml:space="preserve">
+ <value>Internet Explorer</value>
+ </data>
+ <data name="Https" xml:space="preserve">
+ <value>HTTPS</value>
+ </data>
+ <data name="HttpSetPropsFailed" xml:space="preserve">
+ <value>Set HTTP Props failed!</value>
+ </data>
+ <data name="IdentifyQuickConnectTabs" xml:space="preserve">
+ <value>Identify quick connect tabs by adding the prefix "Quick:"</value>
+ </data>
+ <data name="ImportAD" xml:space="preserve">
+ <value>Import from Active Directory</value>
+ </data>
+ <data name="ImportFileFailedContent" xml:space="preserve">
+ <value>An error occurred while importing the file "{0}".</value>
+ </data>
+ <data name="ImportFromFile" xml:space="preserve">
+ <value>Import from &amp;File...</value>
+ </data>
+ <data name="ImportPortScan" xml:space="preserve">
+ <value>Import from Port Scan</value>
+ </data>
+ <data name="Informations" xml:space="preserve">
+ <value>Informations</value>
+ </data>
+ <data name="IntAppDisposeFailed" xml:space="preserve">
+ <value>Dispose of Int App process failed!</value>
+ </data>
+ <data name="IntAppFocusFailed" xml:space="preserve">
+ <value>Int App Focus Failed!</value>
+ </data>
+ <data name="IntAppHandle" xml:space="preserve">
+ <value>Int App Handle: {0}</value>
+ </data>
+ <data name="IntAppKillFailed" xml:space="preserve">
+ <value>Killing Int App Process failed!</value>
+ </data>
+ <data name="IntAppResizeFailed" xml:space="preserve">
+ <value>Int App Resize failed!</value>
+ </data>
+ <data name="IntAppStuff" xml:space="preserve">
+ <value>--- IntApp Stuff ---</value>
+ </data>
+ <data name="IntAppTitle" xml:space="preserve">
+ <value>Int App Title: {0}</value>
+ </data>
+ <data name="Address" xml:space="preserve">
+ <value>Address:</value>
+ </data>
+ <data name="ClosingConnections" xml:space="preserve">
+ <value>When closing connections:</value>
+ </data>
+ <data name="DisplayName" xml:space="preserve">
+ <value>Display Name</value>
+ </data>
+ <data name="Domain" xml:space="preserve">
+ <value>Domain</value>
+ </data>
+ <data name="Hostname" xml:space="preserve">
+ <value>Hostname:</value>
+ </data>
+ <data name="PortableEdition" xml:space="preserve">
+ <value>Portable Edition</value>
+ </data>
+ <data name="PuttySessionsConfig" xml:space="preserve">
+ <value>To configure PuTTY sessions click this button:</value>
+ </data>
+ <data name="PuttyTimeout" xml:space="preserve">
+ <value>Maximum PuTTY and integrated external tools wait time:</value>
+ </data>
+ <data name="ReleasedUnderGPL" xml:space="preserve">
+ <value>Released under the GNU General Public License (GPL)</value>
+ </data>
+ <data name="Seconds" xml:space="preserve">
+ <value>Seconds</value>
+ </data>
+ <data name="SelectPanel" xml:space="preserve">
+ <value>Select a panel from the list below or click New to add a new one. Click OK to continue.</value>
+ </data>
+ <data name="ServerStatus" xml:space="preserve">
+ <value>Server status:</value>
+ </data>
+ <data name="Database" xml:space="preserve">
+ <value>Database:</value>
+ </data>
+ <data name="Verify" xml:space="preserve">
+ <value>Verify:</value>
+ </data>
+ <data name="LanguageString" xml:space="preserve">
+ <value>Language</value>
+ </data>
+ <data name="LanguageDefault" xml:space="preserve">
+ <value>(Automatically Detect)</value>
+ </data>
+ <data name="LanguageRestartRequired" xml:space="preserve">
+ <value>{0} must be restarted before changes to the language will take effect.</value>
+ </data>
+ <data name="LoadFromSqlFailed" xml:space="preserve">
+ <value>Load from SQL failed</value>
+ </data>
+ <data name="LoadFromSqlFailedContent" xml:space="preserve">
+ <value>The connection information could not be loaded from the SQL server.</value>
+ </data>
+ <data name="LoadFromXmlFailed" xml:space="preserve">
+ <value>Load From XML failed!</value>
+ </data>
+ <data name="LocalFile" xml:space="preserve">
+ <value>Local file</value>
+ </data>
+ <data name="LocalFileDoesNotExist" xml:space="preserve">
+ <value>Local file does not exist!</value>
+ </data>
+ <data name="AddConnectionPanel" xml:space="preserve">
+ <value>Add Connection Panel</value>
+ </data>
+ <data name="CheckForUpdates" xml:space="preserve">
+ <value>Check for Updates</value>
+ </data>
+ <data name="Config" xml:space="preserve">
+ <value>Config</value>
+ </data>
+ <data name="ConnectionPanels" xml:space="preserve">
+ <value>Connection Panels</value>
+ </data>
+ <data name="Copy" xml:space="preserve">
+ <value>Copy</value>
+ </data>
+ <data name="CtrlAltDel" xml:space="preserve">
+ <value>Ctrl-Alt-Del</value>
+ </data>
+ <data name="CtrlEsc" xml:space="preserve">
+ <value>Ctrl-Esc</value>
+ </data>
+ <data name="DeleteExternalTool" xml:space="preserve">
+ <value>Delete External Tool...</value>
+ </data>
+ <data name="Donate" xml:space="preserve">
+ <value>Donate</value>
+ </data>
+ <data name="DuplicateTab" xml:space="preserve">
+ <value>Duplicate Tab</value>
+ </data>
+ <data name="Exit" xml:space="preserve">
+ <value>Exit</value>
+ </data>
+ <data name="ExternalToolsToolbar" xml:space="preserve">
+ <value>External Tools Toolbar</value>
+ </data>
+ <data name="_File" xml:space="preserve">
+ <value>&amp;File</value>
+ </data>
+ <data name="_Help" xml:space="preserve">
+ <value>&amp;Help</value>
+ </data>
+ <data name="HelpContents" xml:space="preserve">
+ <value>mRemoteNG Help</value>
+ </data>
+ <data name="LaunchExternalTool" xml:space="preserve">
+ <value>Launch External Tool</value>
+ </data>
+ <data name="NewConnectionFile" xml:space="preserve">
+ <value>New Connection File</value>
+ </data>
+ <data name="NewExternalTool" xml:space="preserve">
+ <value>New External Tool</value>
+ </data>
+ <data name="Notifications" xml:space="preserve">
+ <value>Notifications</value>
+ </data>
+ <data name="CopyAll" xml:space="preserve">
+ <value>Copy All</value>
+ </data>
+ <data name="DeleteAll" xml:space="preserve">
+ <value>Delete All</value>
+ </data>
+ <data name="OpenConnectionFile" xml:space="preserve">
+ <value>Open Connection File...</value>
+ </data>
+ <data name="Options" xml:space="preserve">
+ <value>Options</value>
+ </data>
+ <data name="PortScan" xml:space="preserve">
+ <value>Port Scan</value>
+ </data>
+ <data name="QuickConnectToolbar" xml:space="preserve">
+ <value>Quick Connect Toolbar</value>
+ </data>
+ <data name="Reconnect" xml:space="preserve">
+ <value>Reconnect</value>
+ </data>
+ <data name="RefreshScreen" xml:space="preserve">
+ <value>Refresh Screen (VNC)</value>
+ </data>
+ <data name="RenameTab" xml:space="preserve">
+ <value>Rename Tab</value>
+ </data>
+ <data name="ReportBug" xml:space="preserve">
+ <value>Report a Bug</value>
+ </data>
+ <data name="ResetLayout" xml:space="preserve">
+ <value>Reset layout</value>
+ </data>
+ <data name="SaveConnectionFile" xml:space="preserve">
+ <value>Save Connection File</value>
+ </data>
+ <data name="SaveConnectionFileAs" xml:space="preserve">
+ <value>Save Connection File As...</value>
+ </data>
+ <data name="SendSpecialKeys" xml:space="preserve">
+ <value>Send Special Keys (VNC)</value>
+ </data>
+ <data name="ShowHelpText" xml:space="preserve">
+ <value>&amp;Show Help Text</value>
+ </data>
+ <data name="ShowText" xml:space="preserve">
+ <value>Show Text</value>
+ </data>
+ <data name="SmartSize" xml:space="preserve">
+ <value>SmartSize (RDP/VNC)</value>
+ </data>
+ <data name="SshFileTransfer" xml:space="preserve">
+ <value>SSH File Transfer</value>
+ </data>
+ <data name="StartChat" xml:space="preserve">
+ <value>Start Chat (VNC)</value>
+ </data>
+ <data name="SupportForum" xml:space="preserve">
+ <value>Support Forum</value>
+ </data>
+ <data name="_Tools" xml:space="preserve">
+ <value>&amp;Tools</value>
+ </data>
+ <data name="TransferFile" xml:space="preserve">
+ <value>Transfer File (SSH)</value>
+ </data>
+ <data name="_View" xml:space="preserve">
+ <value>&amp;View</value>
+ </data>
+ <data name="ViewOnly" xml:space="preserve">
+ <value>View Only</value>
+ </data>
+ <data name="Website" xml:space="preserve">
+ <value>Website</value>
+ </data>
+ <data name="MinimizeToSysTray" xml:space="preserve">
+ <value>Minimize to notification area</value>
+ </data>
+ <data name="MoveDown" xml:space="preserve">
+ <value>Move down</value>
+ </data>
+ <data name="MoveUp" xml:space="preserve">
+ <value>Move up</value>
+ </data>
+ <data name="MremoteNgCsv" xml:space="preserve">
+ <value>mRemoteNG CSV</value>
+ </data>
+ <data name="MremoteNgXml" xml:space="preserve">
+ <value>mRemoteNG XML</value>
+ </data>
+ <data name="MyCurrentWindowsCreds" xml:space="preserve">
+ <value>My current credentials (Windows logon information)</value>
+ </data>
+ <data name="Never" xml:space="preserve">
+ <value>Never</value>
+ </data>
+ <data name="NewConnection" xml:space="preserve">
+ <value>New Connection</value>
+ </data>
+ <data name="NewFolder" xml:space="preserve">
+ <value>New Folder</value>
+ </data>
+ <data name="NewPanel" xml:space="preserve">
+ <value>New Panel</value>
+ </data>
+ <data name="NewTitle" xml:space="preserve">
+ <value>New Title</value>
+ </data>
+ <data name="No" xml:space="preserve">
+ <value>No</value>
+ </data>
+ <data name="NoCompression" xml:space="preserve">
+ <value>No сompression</value>
+ </data>
+ <data name="NoExtAppDefined" xml:space="preserve">
+ <value>No ext. app specified.</value>
+ </data>
+ <data name="None" xml:space="preserve">
+ <value>None</value>
+ </data>
+ <data name="Normal" xml:space="preserve">
+ <value>Normal</value>
+ </data>
+ <data name="NoSmartSize" xml:space="preserve">
+ <value>No SmartSize</value>
+ </data>
+ <data name="NoUpdateAvailable" xml:space="preserve">
+ <value>No update available</value>
+ </data>
+ <data name="OldConffile" xml:space="preserve">
+ <value>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!</value>
+ </data>
+ <data name="OpenNewTabRight" xml:space="preserve">
+ <value>Open new tab to the right of the currently selected tab</value>
+ </data>
+ <data name="OpenPorts" xml:space="preserve">
+ <value>Open Ports</value>
+ </data>
+ <data name="OptionsProxyTesting" xml:space="preserve">
+ <value>Testing...</value>
+ </data>
+ <data name="Theme" xml:space="preserve">
+ <value>Theme</value>
+ </data>
+ <data name="_Delete" xml:space="preserve">
+ <value>&amp;Delete</value>
+ </data>
+ <data name="_New" xml:space="preserve">
+ <value>&amp;New</value>
+ </data>
+ <data name="PanelName" xml:space="preserve">
+ <value>Panel Name</value>
+ </data>
+ <data name="PasswordProtect" xml:space="preserve">
+ <value>Password protect</value>
+ </data>
+ <data name="PasswordStatusMustMatch" xml:space="preserve">
+ <value>Both passwords must match.</value>
+ </data>
+ <data name="PasswordStatusTooShort" xml:space="preserve">
+ <value>The password must be at least 3 characters long.</value>
+ </data>
+ <data name="PleaseFillAllFields" xml:space="preserve">
+ <value>Please fill all fields</value>
+ </data>
+ <data name="PortScanComplete" xml:space="preserve">
+ <value>Port scan complete.</value>
+ </data>
+ <data name="PortScanCouldNotLoadPanel" xml:space="preserve">
+ <value>Couldn't load PortScan panel!</value>
+ </data>
+ <data name="PropertyDescriptionHostnameIp" xml:space="preserve">
+ <value>Enter the hostname or ip you want to connect to.</value>
+ </data>
+ <data name="PropertyDescriptionAll" xml:space="preserve">
+ <value>Toggle all inheritance options.</value>
+ </data>
+ <data name="PropertyDescriptionAuthenticationLevel" xml:space="preserve">
+ <value>Select which authentication level this connection should use.</value>
+ </data>
+ <data name="PropertyDescriptionAuthenticationMode" xml:space="preserve">
+ <value>Select how you want to authenticate against the VNC server.</value>
+ </data>
+ <data name="PropertyDescriptionAutomaticResize" xml:space="preserve">
+ <value>Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher.</value>
+ </data>
+ <data name="PropertyDescriptionCacheBitmaps" xml:space="preserve">
+ <value>Select whether to use bitmap caching or not.</value>
+ </data>
+ <data name="PropertyDescriptionColors" xml:space="preserve">
+ <value>Select the colour quality to be used.</value>
+ </data>
+ <data name="PropertyDescriptionCompression" xml:space="preserve">
+ <value>Select the compression value to be used.</value>
+ </data>
+ <data name="PropertyDescriptionDescription" xml:space="preserve">
+ <value>Put your notes or a description for the host here.</value>
+ </data>
+ <data name="PropertyDescriptionDisplayThemes" xml:space="preserve">
+ <value>Select yes if the theme of the remote host should be displayed.</value>
+ </data>
+ <data name="PropertyDescriptionDisplayWallpaper" xml:space="preserve">
+ <value>Select yes if the wallpaper of the remote host should be displayed.</value>
+ </data>
+ <data name="PropertyDescriptionDomain" xml:space="preserve">
+ <value>Enter your domain.</value>
+ </data>
+ <data name="PropertyDescriptionEnableDesktopComposition" xml:space="preserve">
+ <value>Select whether to use desktop composition or not.</value>
+ </data>
+ <data name="PropertyDescriptionEnableFontSmoothing" xml:space="preserve">
+ <value>Select whether to use font smoothing or not.</value>
+ </data>
+ <data name="PropertyDescriptionEncoding" xml:space="preserve">
+ <value>Select the encoding mode to be used.</value>
+ </data>
+ <data name="PropertyDescriptionExternalTool" xml:space="preserve">
+ <value>Select the external tool to be started.</value>
+ </data>
+ <data name="PropertyDescriptionExternalToolAfter" xml:space="preserve">
+ <value>Select a external tool to be started after the disconnection to the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionExternalToolBefore" xml:space="preserve">
+ <value>Select a external tool to be started before the connection to the remote host is established.</value>
+ </data>
+ <data name="PropertyDescriptionIcon" xml:space="preserve">
+ <value>Choose a icon that will be displayed when connected to the host.</value>
+ </data>
+ <data name="PropertyDescriptionLoadBalanceInfo" xml:space="preserve">
+ <value>Specifies the load balancing information for use by load balancing routers to choose the best server.</value>
+ </data>
+ <data name="PropertyDescriptionMACAddress" xml:space="preserve">
+ <value>Enter the MAC address of the remote host if you wish to use it in an external tool.</value>
+ </data>
+ <data name="PropertyDescriptionName" xml:space="preserve">
+ <value>This is the name that will be displayed in the connections tree.</value>
+ </data>
+ <data name="PropertyDescriptionPanel" xml:space="preserve">
+ <value>Sets the panel in which the connection will open.</value>
+ </data>
+ <data name="PropertyDescriptionPassword" xml:space="preserve">
+ <value>Enter your password.</value>
+ </data>
+ <data name="PropertyDescriptionPort" xml:space="preserve">
+ <value>Enter the port the selected protocol is listening on.</value>
+ </data>
+ <data name="PropertyDescriptionProtocol" xml:space="preserve">
+ <value>Choose the protocol mRemoteNG should use to connect to the host.</value>
+ </data>
+ <data name="PropertyDescriptionPuttySession" xml:space="preserve">
+ <value>Select a PuTTY session to be used when connecting.</value>
+ </data>
+ <data name="PropertyDescriptionRDGatewayDomain" xml:space="preserve">
+ <value>Specifies the domain name that a user provides to connect to the RD Gateway server.</value>
+ </data>
+ <data name="PropertyDescriptionRDGatewayHostname" xml:space="preserve">
+ <value>Specifies the host name of the Remote Desktop Gateway server.</value>
+ </data>
+ <data name="PropertyDescriptionRdpGatewayUsageMethod" xml:space="preserve">
+ <value>Specifies when to use a Remote Desktop Gateway (RD Gateway) server.</value>
+ </data>
+ <data name="PropertyDescriptionRDGatewayUseConnectionCredentials" xml:space="preserve">
+ <value>Specifies whether or not to log on to the gateway using the same username and password as the connection.</value>
+ </data>
+ <data name="PropertyDescriptionRDGatewayUsername" xml:space="preserve">
+ <value>Specifies the user name that a user provides to connect to the RD Gateway server.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectDrives" xml:space="preserve">
+ <value>Select whether local disk drives should be shown on the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectKeys" xml:space="preserve">
+ <value>Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectPorts" xml:space="preserve">
+ <value>Select whether local ports (ie. com, parallel) should be shown on the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectPrinters" xml:space="preserve">
+ <value>Select whether local printers should be shown on the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectClipboard" xml:space="preserve">
+ <value>Select whether the clipboard should be shared.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectSmartCards" xml:space="preserve">
+ <value>Select whether local smart cards should be available on the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectSounds" xml:space="preserve">
+ <value>Select how remote sound should be redirected.</value>
+ </data>
+ <data name="PropertyDescriptionRedirectAudioCapture" xml:space="preserve">
+ <value>Select whether the default audio input device on the remote machine should be redirected to this computer.</value>
+ </data>
+ <data name="PropertyDescriptionRenderingEngine" xml:space="preserve">
+ <value>Select one of the available rendering engines that will be used to display HTML.</value>
+ </data>
+ <data name="PropertyDescriptionResolution" xml:space="preserve">
+ <value>Choose the resolution or mode this connection will open in.</value>
+ </data>
+ <data name="PropertyDescriptionSmartSizeMode" xml:space="preserve">
+ <value>Select the SmartSize mode to be used.</value>
+ </data>
+ <data name="PropertyDescriptionUseConsoleSession" xml:space="preserve">
+ <value>Connect to the console session of the remote host.</value>
+ </data>
+ <data name="PropertyDescriptionUseCredSsp" xml:space="preserve">
+ <value>Use the Credential Security Support Provider (CredSSP) for authentication if it is available.</value>
+ </data>
+ <data name="PropertyDescriptionUser1" xml:space="preserve">
+ <value>Feel free to enter any information you need here.</value>
+ </data>
+ <data name="PropertyDescriptionUsername" xml:space="preserve">
+ <value>Enter your username.</value>
+ </data>
+ <data name="PropertyDescriptionViewOnly" xml:space="preserve">
+ <value>If you want to establish a view only connection to the host select yes.</value>
+ </data>
+ <data name="PropertyDescriptionVNCProxyAddress" xml:space="preserve">
+ <value>Enter the proxy address to be used.</value>
+ </data>
+ <data name="PropertyDescriptionVNCProxyPassword" xml:space="preserve">
+ <value>Enter your password for authenticating against the proxy.</value>
+ </data>
+ <data name="PropertyDescriptionVNCProxyPort" xml:space="preserve">
+ <value>Enter the port the proxy server listens on.</value>
+ </data>
+ <data name="PropertyDescriptionVNCProxyType" xml:space="preserve">
+ <value>If you use a proxy to tunnel VNC connections, select which type it is.</value>
+ </data>
+ <data name="PropertyDescriptionVNCProxyUsername" xml:space="preserve">
+ <value>Enter your username for authenticating against the proxy.</value>
+ </data>
+ <data name="HostnameIp" xml:space="preserve">
+ <value>Hostname/IP</value>
+ </data>
+ <data name="All" xml:space="preserve">
+ <value>All</value>
+ </data>
+ <data name="AuthenticationLevel" xml:space="preserve">
+ <value>Server Authentication</value>
+ </data>
+ <data name="AuthenticationMode" xml:space="preserve">
+ <value>Authentication mode</value>
+ </data>
+ <data name="AutomaticResize" xml:space="preserve">
+ <value>Automatic resize</value>
+ </data>
+ <data name="CacheBitmaps" xml:space="preserve">
+ <value>Cache Bitmaps</value>
+ </data>
+ <data name="Colors" xml:space="preserve">
+ <value>Colours</value>
+ </data>
+ <data name="Compression" xml:space="preserve">
+ <value>Compression</value>
+ </data>
+ <data name="Description" xml:space="preserve">
+ <value>Description</value>
+ </data>
+ <data name="DisplayThemes" xml:space="preserve">
+ <value>Display Themes</value>
+ </data>
+ <data name="DisplayWallpaper" xml:space="preserve">
+ <value>Display Wallpaper</value>
+ </data>
+ <data name="EnableDesktopComposition" xml:space="preserve">
+ <value>Desktop Composition</value>
+ </data>
+ <data name="FontSmoothing" xml:space="preserve">
+ <value>Font Smoothing</value>
+ </data>
+ <data name="Encoding" xml:space="preserve">
+ <value>Encoding</value>
+ </data>
+ <data name="ExternalTool" xml:space="preserve">
+ <value>External Tool</value>
+ </data>
+ <data name="ExternalToolAfter" xml:space="preserve">
+ <value>External Tool After</value>
+ </data>
+ <data name="ExternalToolBefore" xml:space="preserve">
+ <value>External Tool Before</value>
+ </data>
+ <data name="LoadBalanceInfo" xml:space="preserve">
+ <value>Load Balance Info</value>
+ </data>
+ <data name="MacAddress" xml:space="preserve">
+ <value>MAC Address</value>
+ </data>
+ <data name="Name" xml:space="preserve">
+ <value>Name</value>
+ </data>
+ <data name="Panel" xml:space="preserve">
+ <value>Panel</value>
+ </data>
+ <data name="Password" xml:space="preserve">
+ <value>Password</value>
+ </data>
+ <data name="Port" xml:space="preserve">
+ <value>Port</value>
+ </data>
+ <data name="PuttySession" xml:space="preserve">
+ <value>PuTTY Session</value>
+ </data>
+ <data name="RdpGatewayDomain" xml:space="preserve">
+ <value>Gateway Domain</value>
+ </data>
+ <data name="RdpGatewayHostname" xml:space="preserve">
+ <value>Gateway Hostname</value>
+ </data>
+ <data name="RdpGatewayPassword" xml:space="preserve">
+ <value>Remote Desktop Gateway Password</value>
+ </data>
+ <data name="RdpGatewayUsageMethod" xml:space="preserve">
+ <value>Use Gateway</value>
+ </data>
+ <data name="RdpGatewayUseConnectionCredentials" xml:space="preserve">
+ <value>Gateway Credentials</value>
+ </data>
+ <data name="RdpGatewayUsername" xml:space="preserve">
+ <value>Gateway Username</value>
+ </data>
+ <data name="DiskDrives" xml:space="preserve">
+ <value>Disk Drives</value>
+ </data>
+ <data name="RedirectKeys" xml:space="preserve">
+ <value>Key Combinations</value>
+ </data>
+ <data name="Ports" xml:space="preserve">
+ <value>Ports</value>
+ </data>
+ <data name="Printers" xml:space="preserve">
+ <value>Printers</value>
+ </data>
+ <data name="Clipboard" xml:space="preserve">
+ <value>Clipboard</value>
+ </data>
+ <data name="Sounds" xml:space="preserve">
+ <value>Sounds</value>
+ </data>
+ <data name="AudioCapture" xml:space="preserve">
+ <value>Audio Capture</value>
+ </data>
+ <data name="RenderingEngine" xml:space="preserve">
+ <value>Rendering Engine</value>
+ </data>
+ <data name="Resolution" xml:space="preserve">
+ <value>Resolution</value>
+ </data>
+ <data name="SmartSizeMode" xml:space="preserve">
+ <value>SmartSize Mode</value>
+ </data>
+ <data name="UseConsoleSession" xml:space="preserve">
+ <value>Use Console Session</value>
+ </data>
+ <data name="UseCredSsp" xml:space="preserve">
+ <value>Use CredSSP</value>
+ </data>
+ <data name="UserField" xml:space="preserve">
+ <value>User Field</value>
+ </data>
+ <data name="ProxyAddress" xml:space="preserve">
+ <value>Proxy Address</value>
+ </data>
+ <data name="ProxyPassword" xml:space="preserve">
+ <value>Proxy Password</value>
+ </data>
+ <data name="ProxyPort" xml:space="preserve">
+ <value>Proxy Port</value>
+ </data>
+ <data name="ProxyType" xml:space="preserve">
+ <value>Proxy Type</value>
+ </data>
+ <data name="ProxyUsername" xml:space="preserve">
+ <value>Proxy Username</value>
+ </data>
+ <data name="ProtocolEventDisconnected" xml:space="preserve">
+ <value>Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}"</value>
+ </data>
+ <data name="ProtocolEventDisconnectFailed" xml:space="preserve">
+ <value>Protocol Event Disconnected failed.
+{0}</value>
+ </data>
+ <data name="ProtocolToImport" xml:space="preserve">
+ <value>Protocol to import</value>
+ </data>
+ <data name="ProxyTestFailed" xml:space="preserve">
+ <value>Proxy test failed!</value>
+ </data>
+ <data name="ProxyTestSucceeded" xml:space="preserve">
+ <value>Proxy test succeeded!</value>
+ </data>
+ <data name="PuttyDisposeFailed" xml:space="preserve">
+ <value>Dispose of Putty process failed!</value>
+ </data>
+ <data name="PuttyFocusFailed" xml:space="preserve">
+ <value>Couldn't set focus!</value>
+ </data>
+ <data name="PuttyHandle" xml:space="preserve">
+ <value>Putty Handle: {0}</value>
+ </data>
+ <data name="PuttyKillFailed" xml:space="preserve">
+ <value>Killing Putty Process failed!</value>
+ </data>
+ <data name="PanelHandle" xml:space="preserve">
+ <value>Panel Handle: {0}</value>
+ </data>
+ <data name="PuttyResizeFailed" xml:space="preserve">
+ <value>Putty Resize Failed!</value>
+ </data>
+ <data name="PuttySavedSessionsRootName" xml:space="preserve">
+ <value>PuTTY Saved Sessions</value>
+ </data>
+ <data name="PuttySettings" xml:space="preserve">
+ <value>PuTTY Settings</value>
+ </data>
+ <data name="PuttyShowSettingsDialogFailed" xml:space="preserve">
+ <value>Show PuTTY Settings Dialog failed!</value>
+ </data>
+ <data name="PuttyStuff" xml:space="preserve">
+ <value>--- PuTTY Stuff ---</value>
+ </data>
+ <data name="PuttyTitle" xml:space="preserve">
+ <value>PuTTY Title: {0}</value>
+ </data>
+ <data name="Quick" xml:space="preserve">
+ <value>Quick: {0}</value>
+ </data>
+ <data name="QuickConnect" xml:space="preserve">
+ <value>Quick Connect</value>
+ </data>
+ <data name="QuickConnectAddFailed" xml:space="preserve">
+ <value>Quick Connect Add Failed!</value>
+ </data>
+ <data name="QuickConnectFailed" xml:space="preserve">
+ <value>Creating quick connect failed</value>
+ </data>
+ <data name="_CloseWarnAll" xml:space="preserve">
+ <value>Warn me when closing connections</value>
+ </data>
+ <data name="RadioCloseWarnExit" xml:space="preserve">
+ <value>Warn me only when e&amp;xiting mRemoteNG</value>
+ </data>
+ <data name="RadioCloseWarnMultiple" xml:space="preserve">
+ <value>Warn me only when closing &amp;multiple connections</value>
+ </data>
+ <data name="RadioCloseWarnNever" xml:space="preserve">
+ <value>Do &amp;not warn me when closing connections</value>
+ </data>
+ <data name="Raw" xml:space="preserve">
+ <value>RAW</value>
+ </data>
+ <data name="Rdp" xml:space="preserve">
+ <value>RDP</value>
+ </data>
+ <data name="Rdp16777216Colors" xml:space="preserve">
+ <value>16777216 Colours (24-bit)</value>
+ </data>
+ <data name="Rdp256Colors" xml:space="preserve">
+ <value>256 Colours (8-bit)</value>
+ </data>
+ <data name="Rdp32768Colors" xml:space="preserve">
+ <value>32768 Colours (15-bit)</value>
+ </data>
+ <data name="Rdp4294967296Colors" xml:space="preserve">
+ <value>16777216 Colours (32-bit)</value>
+ </data>
+ <data name="Rdp65536Colors" xml:space="preserve">
+ <value>65536 Colours (16-bit)</value>
+ </data>
+ <data name="RdpControlCreationFailed" xml:space="preserve">
+ <value>Couldn't create RDP control, please check mRemoteNG requirements.</value>
+ </data>
+ <data name="DisableCursorBlinking" xml:space="preserve">
+ <value>Disable Cursor blinking</value>
+ </data>
+ <data name="DisableCursorShadow" xml:space="preserve">
+ <value>Disable Cursor Shadow</value>
+ </data>
+ <data name="DisableFullWindowDrag" xml:space="preserve">
+ <value>Disable Full Window drag</value>
+ </data>
+ <data name="DisableMenuAnimations" xml:space="preserve">
+ <value>Disable Menu Animations</value>
+ </data>
+ <data name="RdpDisconnectFailed" xml:space="preserve">
+ <value>RDP Disconnect failed, trying to close!</value>
+ </data>
+ <data name="RdpErrorCode1" xml:space="preserve">
+ <value>Internal error code 1.</value>
+ </data>
+ <data name="RdpErrorCode2" xml:space="preserve">
+ <value>Internal error code 2.</value>
+ </data>
+ <data name="RdpErrorCode3" xml:space="preserve">
+ <value>Internal error code 3. This is not a valid state.</value>
+ </data>
+ <data name="RdpErrorCode4" xml:space="preserve">
+ <value>Internal error code 4.</value>
+ </data>
+ <data name="RdpErrorConnection" xml:space="preserve">
+ <value>An unrecoverable error has occurred during client connection.</value>
+ </data>
+ <data name="RdpErrorGetFailure" xml:space="preserve">
+ <value>GetError failed (FatalErrors)</value>
+ </data>
+ <data name="RdpErrorOutOfMemory" xml:space="preserve">
+ <value>An out-of-memory error has occurred.</value>
+ </data>
+ <data name="RdpErrorUnknown" xml:space="preserve">
+ <value>An unknown error has occurred.</value>
+ </data>
+ <data name="RdpErrorWindowCreation" xml:space="preserve">
+ <value>A window-creation error has occurred.</value>
+ </data>
+ <data name="RdpErrorWinsock" xml:space="preserve">
+ <value>Winsock initialization error.</value>
+ </data>
+ <data name="FitToPanel" xml:space="preserve">
+ <value>Fit To Panel</value>
+ </data>
+ <data name="RdpFocusFailed" xml:space="preserve">
+ <value>RDP Focus failed!</value>
+ </data>
+ <data name="RdpGatewayIsSupported" xml:space="preserve">
+ <value>RDP Gateway is supported.</value>
+ </data>
+ <data name="RdpGatewayNotSupported" xml:space="preserve">
+ <value>RDP Gateway is not supported!</value>
+ </data>
+ <data name="RdpReconnectCount" xml:space="preserve">
+ <value>RDP reconnection count:</value>
+ </data>
+ <data name="RdpSetAuthenticationLevelFailed" xml:space="preserve">
+ <value>RDP SetAuthenticationLevel failed!</value>
+ </data>
+ <data name="RdpSetConsoleSessionFailed" xml:space="preserve">
+ <value>RDP SetUseConsoleSession failed!</value>
+ </data>
+ <data name="RdpSetConsoleSwitch" xml:space="preserve">
+ <value>RDP Setting Console switch for RDC {0}.</value>
+ </data>
+ <data name="RdpSetCredentialsFailed" xml:space="preserve">
+ <value>RDP SetCredentials failed!</value>
+ </data>
+ <data name="RdpSetEventHandlersFailed" xml:space="preserve">
+ <value>RDP SetEventHandlers failed!</value>
+ </data>
+ <data name="RdpSetGatewayFailed" xml:space="preserve">
+ <value>RDP SetRDGateway failed!</value>
+ </data>
+ <data name="RdpSetPerformanceFlagsFailed" xml:space="preserve">
+ <value>RDP SetPerformanceFlags failed!</value>
+ </data>
+ <data name="RdpSetPortFailed" xml:space="preserve">
+ <value>RDP SetPort failed!</value>
+ </data>
+ <data name="RdpSetPropsFailed" xml:space="preserve">
+ <value>RDP SetProps failed!</value>
+ </data>
+ <data name="RdpSetRedirectionFailed" xml:space="preserve">
+ <value>RDP Set Redirection Failed!</value>
+ </data>
+ <data name="RdpSetRedirectKeysFailed" xml:space="preserve">
+ <value>RDP Set Redirect Keys Failed!</value>
+ </data>
+ <data name="RdpSetResolutionFailed" xml:space="preserve">
+ <value>RDP SetResolution failed!</value>
+ </data>
+ <data name="RdpSoundBringToThisComputer" xml:space="preserve">
+ <value>Bring to this computer</value>
+ </data>
+ <data name="DoNotPlay" xml:space="preserve">
+ <value>Do not play</value>
+ </data>
+ <data name="RdpSoundLeaveAtRemoteComputer" xml:space="preserve">
+ <value>Leave at remote computer</value>
+ </data>
+ <data name="RdpToggleFullscreenFailed" xml:space="preserve">
+ <value>RDP ToggleFullscreen failed!</value>
+ </data>
+ <data name="RdpToggleSmartSizeFailed" xml:space="preserve">
+ <value>RDP ToggleSmartSize failed!</value>
+ </data>
+ <data name="ReconnectAtStartup" xml:space="preserve">
+ <value>Reconnect to previously opened sessions on startup</value>
+ </data>
+ <data name="RemoteFile" xml:space="preserve">
+ <value>Remote file</value>
+ </data>
+ <data name="RemoveAll" xml:space="preserve">
+ <value>Remove All</value>
+ </data>
+ <data name="Rename" xml:space="preserve">
+ <value>Rename</value>
+ </data>
+ <data name="Rlogin" xml:space="preserve">
+ <value>Rlogin</value>
+ </data>
+ <data name="Save" xml:space="preserve">
+ <value>Save</value>
+ </data>
+ <data name="SaveAll" xml:space="preserve">
+ <value>Save All</value>
+ </data>
+ <data name="SaveConnectionsFileBeforeOpeningAnother" xml:space="preserve">
+ <value>Do you want to save the current connections file before loading another?</value>
+ </data>
+ <data name="ConnectionsBackupFrequencyDaily" xml:space="preserve">
+ <value>Daily</value>
+ </data>
+ <data name="strConnectionBackupFrequency" xml:space="preserve">
+ <value>Connection Backup Frequency</value>
+ </data>
+ <data name="ConnectionsBackupFrequencyWeekly" xml:space="preserve">
+ <value>Weekly</value>
+ </data>
+ <data name="strConnectionsBackupMaxCount" xml:space="preserve">
+ <value>Maximum number of backups</value>
+ </data>
+ <data name="strConnectionsBackupPath" xml:space="preserve">
+ <value>Location of connection file backup</value>
+ </data>
+ <data name="ConnectionsBackupFrequencyOnEdit" xml:space="preserve">
+ <value>On Edit</value>
+ </data>
+ <data name="ConnectionsBackupFrequencyOnExit" xml:space="preserve">
+ <value>On Exit</value>
+ </data>
+ <data name="ConnectionsBackupFrequencyNever" xml:space="preserve">
+ <value>Never backup connections</value>
+ </data>
+ <data name="strBrowse" xml:space="preserve">
+ <value>Browse...</value>
+ </data>
+ <data name="strBackup" xml:space="preserve">
+ <value>Backup</value>
+ </data>
+ <data name="SaveImageFilter" xml:space="preserve">
+ <value>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</value>
+ </data>
+ <data name="Screen" xml:space="preserve">
+ <value>Screen</value>
+ </data>
+ <data name="Screenshot" xml:space="preserve">
+ <value>Screenshot</value>
+ </data>
+ <data name="Screenshots" xml:space="preserve">
+ <value>Screenshots</value>
+ </data>
+ <data name="SearchPrompt" xml:space="preserve">
+ <value>Search</value>
+ </data>
+ <data name="SendTo" xml:space="preserve">
+ <value>Send To...</value>
+ </data>
+ <data name="SetHostnameLikeDisplayName" xml:space="preserve">
+ <value>Set hostname like display name when creating or renaming connections</value>
+ </data>
+ <data name="SettingsCouldNotBeSavedOrTrayDispose" xml:space="preserve">
+ <value>Couldn't save settings or dispose SysTray Icon!</value>
+ </data>
+ <data name="ShowDescriptionTooltips" xml:space="preserve">
+ <value>Show description tooltips in connection tree</value>
+ </data>
+ <data name="ShowFullConsFilePath" xml:space="preserve">
+ <value>Show full connections file path in window title</value>
+ </data>
+ <data name="ShowLogonInfoOnTabs" xml:space="preserve">
+ <value>Show logon information on tab names</value>
+ </data>
+ <data name="ShowProtocolOnTabs" xml:space="preserve">
+ <value>Show protocols on tab names</value>
+ </data>
+ <data name="SingleClickOnConnectionOpensIt" xml:space="preserve">
+ <value>Single click on connection opens it</value>
+ </data>
+ <data name="SingleClickOnOpenConnectionSwitchesToIt" xml:space="preserve">
+ <value>Single click on opened connection in Connection Tree switches to opened Connection Tab</value>
+ </data>
+ <data name="Socks5" xml:space="preserve">
+ <value>Socks 5</value>
+ </data>
+ <data name="Sort" xml:space="preserve">
+ <value>Sort</value>
+ </data>
+ <data name="SortAsc" xml:space="preserve">
+ <value>Ascending (A-Z)</value>
+ </data>
+ <data name="SortDesc" xml:space="preserve">
+ <value>Descending (Z-A)</value>
+ </data>
+ <data name="SQLInfo" xml:space="preserve">
+ <value>Please see Help - Getting started - SQL Configuration for more Info!</value>
+ </data>
+ <data name="SQLServer" xml:space="preserve">
+ <value>SQL Server</value>
+ </data>
+ <data name="SshV1" xml:space="preserve">
+ <value>SSH version 1</value>
+ </data>
+ <data name="SshV2" xml:space="preserve">
+ <value>SSH version 2</value>
+ </data>
+ <data name="SshBackgroundTransferFailed" xml:space="preserve">
+ <value>SSH background transfer failed!</value>
+ </data>
+ <data name="SshTransferFailed" xml:space="preserve">
+ <value>SSH transfer failed.</value>
+ </data>
+ <data name="FirstIp" xml:space="preserve">
+ <value>First IP</value>
+ </data>
+ <data name="FirstPort" xml:space="preserve">
+ <value>First Port</value>
+ </data>
+ <data name="StartupExit" xml:space="preserve">
+ <value>Startup/Exit</value>
+ </data>
+ <data name="Status" xml:space="preserve">
+ <value>Status</value>
+ </data>
+ <data name="SwitchToErrorsAndInfos" xml:space="preserve">
+ <value>Switch to Notifications panel on:</value>
+ </data>
+ <data name="Advanced" xml:space="preserve">
+ <value>Advanced</value>
+ </data>
+ <data name="TabsAndPanels" xml:space="preserve">
+ <value>Tabs &amp;&amp; Panels</value>
+ </data>
+ <data name="Updates" xml:space="preserve">
+ <value>Updates</value>
+ </data>
+ <data name="Telnet" xml:space="preserve">
+ <value>Telnet</value>
+ </data>
+ <data name="TheFollowing" xml:space="preserve">
+ <value>The following:</value>
+ </data>
+ <data name="TitleError" xml:space="preserve">
+ <value>Error ({0})</value>
+ </data>
+ <data name="TitleInformation" xml:space="preserve">
+ <value>Information ({0})</value>
+ </data>
+ <data name="TitlePassword" xml:space="preserve">
+ <value>mRemoteNG password</value>
+ </data>
+ <data name="TitlePasswordWithName" xml:space="preserve">
+ <value>mRemoteNG password for {0}</value>
+ </data>
+ <data name="TitleSelectPanel" xml:space="preserve">
+ <value>Select Panel</value>
+ </data>
+ <data name="TitleWarning" xml:space="preserve">
+ <value>Warning ({0})</value>
+ </data>
+ <data name="Transfer" xml:space="preserve">
+ <value>Transfer</value>
+ </data>
+ <data name="TryToIntegrate" xml:space="preserve">
+ <value>Try to integrate</value>
+ </data>
+ <data name="ShowOnToolbar" xml:space="preserve">
+ <value>Show On Toolbar</value>
+ </data>
+ <data name="UltraVncRepeater" xml:space="preserve">
+ <value>Ultra VNC Repeater</value>
+ </data>
+ <data name="UltraVNCSCListeningPort" xml:space="preserve">
+ <value>UltraVNC SingleClick port:</value>
+ </data>
+ <data name="UncheckProperties" xml:space="preserve">
+ <value>Uncheck the properties you want not to be saved!</value>
+ </data>
+ <data name="UpdateAvailable" xml:space="preserve">
+ <value>mRemoteNG requires an update</value>
+ </data>
+ <data name="UpdateCheck" xml:space="preserve">
+ <value>mRemoteNG can periodically connect to the mRemoteNG website to check for updates.</value>
+ </data>
+ <data name="UpdateCheckCompleteFailed" xml:space="preserve">
+ <value>The update information could not be downloaded.</value>
+ </data>
+ <data name="UpdateDownloadComplete" xml:space="preserve">
+ <value>Download complete!
+mRemoteNG will now quit and begin with the installation.</value>
+ </data>
+ <data name="UpdateDownloadCompleteFailed" xml:space="preserve">
+ <value>The update could not be downloaded.</value>
+ </data>
+ <data name="UpdateDownloadFailed" xml:space="preserve">
+ <value>The update download could not be initiated.</value>
+ </data>
+ <data name="UpdateFrequencyCustom" xml:space="preserve">
+ <value>Every {0} days</value>
+ </data>
+ <data name="Daily" xml:space="preserve">
+ <value>Daily</value>
+ </data>
+ <data name="Monthly" xml:space="preserve">
+ <value>Monthly</value>
+ </data>
+ <data name="Weekly" xml:space="preserve">
+ <value>Weekly</value>
+ </data>
+ <data name="UpdateGetChangeLogFailed" xml:space="preserve">
+ <value>The change log could not be downloaded.</value>
+ </data>
+ <data name="UseDifferentUsernameAndPassword" xml:space="preserve">
+ <value>Use a different username and password</value>
+ </data>
+ <data name="User" xml:space="preserve">
+ <value>User</value>
+ </data>
+ <data name="UseSameUsernameAndPassword" xml:space="preserve">
+ <value>Use the same username and password</value>
+ </data>
+ <data name="UseSmartCard" xml:space="preserve">
+ <value>Use a smart card</value>
+ </data>
+ <data name="UseSQLServer" xml:space="preserve">
+ <value>Use SQL Server to load &amp;&amp; save connections</value>
+ </data>
+ <data name="Version" xml:space="preserve">
+ <value>Version</value>
+ </data>
+ <data name="Vnc" xml:space="preserve">
+ <value>VNC</value>
+ </data>
+ <data name="VncConnectionDisconnectFailed" xml:space="preserve">
+ <value>VNC disconnect failed!</value>
+ </data>
+ <data name="VncRefreshFailed" xml:space="preserve">
+ <value>VNC Refresh Screen Failed!</value>
+ </data>
+ <data name="VncSendSpecialKeysFailed" xml:space="preserve">
+ <value>VNC SendSpecialKeys failed!</value>
+ </data>
+ <data name="VncSetEventHandlersFailed" xml:space="preserve">
+ <value>VNC Set Event Handlers failed!</value>
+ </data>
+ <data name="VncSetPropsFailed" xml:space="preserve">
+ <value>VNC Set Props Failed!</value>
+ </data>
+ <data name="VncToggleSmartSizeFailed" xml:space="preserve">
+ <value>VNC Toggle SmartSize Failed!</value>
+ </data>
+ <data name="VncToggleViewOnlyFailed" xml:space="preserve">
+ <value>VNC Toggle ViewOnly Failed!</value>
+ </data>
+ <data name="WarnIfAuthFails" xml:space="preserve">
+ <value>Warn me if authentication fails</value>
+ </data>
+ <data name="Warnings" xml:space="preserve">
+ <value>Warnings</value>
+ </data>
+ <data name="Yes" xml:space="preserve">
+ <value>Yes</value>
+ </data>
+ <data name="RdpOverallConnectionTimeout" xml:space="preserve">
+ <value>RDP Connection Timeout</value>
+ </data>
+ <data name="NodeAlreadyInFolder" xml:space="preserve">
+ <value>This node is already in this folder.</value>
+ </data>
+ <data name="NodeCannotDragOnSelf" xml:space="preserve">
+ <value>Cannot drag node onto itself.</value>
+ </data>
+ <data name="NodeCannotDragParentOnChild" xml:space="preserve">
+ <value>Cannot drag parent node onto child.</value>
+ </data>
+ <data name="NodeNotDraggable" xml:space="preserve">
+ <value>This node is not draggable.</value>
+ </data>
+ <data name="EncryptionBlockCipherMode" xml:space="preserve">
+ <value>Block Cipher Mode</value>
+ </data>
+ <data name="EncryptionEngine" xml:space="preserve">
+ <value>Encryption Engine</value>
+ </data>
+ <data name="TabSecurity" xml:space="preserve">
+ <value>Security</value>
+ </data>
+ <data name="EncryptionKeyDerivationIterations" xml:space="preserve">
+ <value>Key Derivation Function Iterations</value>
+ </data>
+ <data name="Dynamic" xml:space="preserve">
+ <value>Dynamic</value>
+ </data>
+ <data name="High" xml:space="preserve">
+ <value>High</value>
+ </data>
+ <data name="Medium" xml:space="preserve">
+ <value>Medium</value>
+ </data>
+ <data name="PropertyDescriptionSoundQuality" xml:space="preserve">
+ <value>Choose the Sound Quality provided by the protocol: Dynamic, Medium, High</value>
+ </data>
+ <data name="SoundQuality" xml:space="preserve">
+ <value>Sound quality</value>
+ </data>
+ <data name="UpdatePortableDownloadComplete" xml:space="preserve">
+ <value>Download Completed!</value>
+ </data>
+ <data name="Download" xml:space="preserve">
+ <value>Download</value>
+ </data>
+ <data name="PropertyDescriptionRDPMinutesToIdleTimeout" xml:space="preserve">
+ <value>The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0)</value>
+ </data>
+ <data name="MinutesToIdleTimeout" xml:space="preserve">
+ <value>Minutes to Idle</value>
+ </data>
+ <data name="Add" xml:space="preserve">
+ <value>Add</value>
+ </data>
+ <data name="Title" xml:space="preserve">
+ <value>Title</value>
+ </data>
+ <data name="ConfirmDeleteCredentialRecord" xml:space="preserve">
+ <value>Are you sure you want to delete the credential record, {0}?</value>
+ </data>
+ <data name="PropertyDescriptionRDPAlertIdleTimeout" xml:space="preserve">
+ <value>Select whether to receive an alert after the RDP session disconnects due to inactivity</value>
+ </data>
+ <data name="PasswordConstainsSpecialCharactersConstraintHint" xml:space="preserve">
+ <value>Password must contain at least {0} of the following characters: {1}</value>
+ </data>
+ <data name="PasswordContainsLowerCaseConstraintHint" xml:space="preserve">
+ <value>Password must contain at least {0} lower case character(s)</value>
+ </data>
+ <data name="PasswordContainsNumbersConstraint" xml:space="preserve">
+ <value>Password must contain at least {0} number(s)</value>
+ </data>
+ <data name="PasswordContainsUpperCaseConstraintHint" xml:space="preserve">
+ <value>Password must contain at least {0} upper case character(s)</value>
+ </data>
+ <data name="PasswordLengthConstraintHint" xml:space="preserve">
+ <value>Password length must be between {0} and {1}</value>
+ </data>
+ <data name="ChooseLogPath" xml:space="preserve">
+ <value>Choose a path for the mRemoteNG log file</value>
+ </data>
+ <data name="Debug" xml:space="preserve">
+ <value>Debug</value>
+ </data>
+ <data name="ShowTheseMessageTypes" xml:space="preserve">
+ <value>Show these message types</value>
+ </data>
+ <data name="LogFilePath" xml:space="preserve">
+ <value>Log file path</value>
+ </data>
+ <data name="LogTheseMessageTypes" xml:space="preserve">
+ <value>Log these message types</value>
+ </data>
+ <data name="ChoosePath" xml:space="preserve">
+ <value>Choose path</value>
+ </data>
+ <data name="OpenFile" xml:space="preserve">
+ <value>Open file</value>
+ </data>
+ <data name="UseDefault" xml:space="preserve">
+ <value>Use default</value>
+ </data>
+ <data name="Logging" xml:space="preserve">
+ <value>Logging</value>
+ </data>
+ <data name="Popups" xml:space="preserve">
+ <value>Popups</value>
+ </data>
+ <data name="LogToAppDir" xml:space="preserve">
+ <value>Log to application directory</value>
+ </data>
+ <data name="AssignedCredential" xml:space="preserve">
+ <value>Assigned Credential</value>
+ </data>
+ <data name="Credentials" xml:space="preserve">
+ <value>Credentials</value>
+ </data>
+ <data name="OpenADifferentFile" xml:space="preserve">
+ <value>Open a different file</value>
+ </data>
+ <data name="CredentialUnavailable" xml:space="preserve">
+ <value>Credential not available</value>
+ </data>
+ <data name="OptionsThemeDeleteConfirmation" xml:space="preserve">
+ <value>Do you really want to delete the theme?</value>
+ </data>
+ <data name="OptionsThemeNewThemeCaption" xml:space="preserve">
+ <value>New theme name</value>
+ </data>
+ <data name="OptionsThemeNewThemeError" xml:space="preserve">
+ <value>Cannot create theme, name already present or special characters in the name</value>
+ </data>
+ <data name="OptionsThemeNewThemeText" xml:space="preserve">
+ <value>Type the new theme name</value>
+ </data>
+ <data name="OptionsThemeChangeWarning" xml:space="preserve">
+ <value>Warning: Restart is required to commit any theme configuration change.</value>
+ </data>
+ <data name="CouldNotFindExternalTool" xml:space="preserve">
+ <value>Could not find external tool with name "{0}"</value>
+ </data>
+ <data name="ConfigurationCreateNew" xml:space="preserve">
+ <value>Create a New Connection File</value>
+ </data>
+ <data name="ConnectionFileNotFound" xml:space="preserve">
+ <value>The connection file could not be found.</value>
+ </data>
+ <data name="ConfigurationImportFile" xml:space="preserve">
+ <value>Import an Existing File</value>
+ </data>
+ <data name="ConfigurationCustomPath" xml:space="preserve">
+ <value>Use a Custom File Path</value>
+ </data>
+ <data name="TestingConnection" xml:space="preserve">
+ <value>Testing connection</value>
+ </data>
+ <data name="ServerNotAccessible" xml:space="preserve">
+ <value>Server '{0}' was not accessible.</value>
+ </data>
+ <data name="ConnectionSuccessful" xml:space="preserve">
+ <value>Connection successful</value>
+ </data>
+ <data name="LoginFailedForUser" xml:space="preserve">
+ <value>Login failed for user '{0}'.</value>
+ </data>
+ <data name="DatabaseNotAvailable" xml:space="preserve">
+ <value>Database '{0}' not available.</value>
+ </data>
+ <data name="SaveConnectionsAfterEveryEdit" xml:space="preserve">
+ <value>Save connections after every edit</value>
+ </data>
+ <data name="FilterSearchMatchesInConnectionTree" xml:space="preserve">
+ <value>Filter search matches in connection tree</value>
+ </data>
+ <data name="TestConnection" xml:space="preserve">
+ <value>Test connection</value>
+ </data>
+ <data name="ReadOnly" xml:space="preserve">
+ <value>Read only:</value>
+ </data>
+ <data name="LoadBalanceInfoUseUtf8" xml:space="preserve">
+ <value>Use UTF8 encoding for RDP "Load Balance Info" property</value>
+ </data>
+ <data name="TimeoutInSeconds" xml:space="preserve">
+ <value>Timeout [seconds]</value>
+ </data>
+ <data name="WorkingDirectory" xml:space="preserve">
+ <value>Working directory:</value>
+ </data>
+ <data name="RunElevated" xml:space="preserve">
+ <value>Run elevated</value>
+ </data>
+ <data name="ShowOnToolbarColumnHeader" xml:space="preserve">
+ <value>Show on toolbar column</value>
+ </data>
+ <data name="WorkingDirColumnHeader" xml:space="preserve">
+ <value>Working directory</value>
+ </data>
+ <data name="LockToolbars" xml:space="preserve">
+ <value>Lock toolbar positions</value>
+ </data>
+ <data name="MultiSshToolbar" xml:space="preserve">
+ <value>Multi SSH toolbar</value>
+ </data>
+ <data name="ImportSubOUs" xml:space="preserve">
+ <value>Import sub OUs</value>
+ </data>
+ <data name="AdvancedSecurityOptions" xml:space="preserve">
+ <value>Advanced security options</value>
+ </data>
+ <data name="OptionsPageTitle" xml:space="preserve">
+ <value>mRemoteNG Options</value>
+ </data>
+ <data name="CreateEmptyPanelOnStartUp" xml:space="preserve">
+ <value>Create an empty panel when mRemoteNG starts</value>
+ </data>
+ <data name="MustBeBetween0And255" xml:space="preserve">
+ <value>Must Be Between 0 and 255</value>
+ </data>
+ <data name="OutOfRange" xml:space="preserve">
+ <value>Out Of Range</value>
+ </data>
+ <data name="Delete" xml:space="preserve">
+ <value>Delete</value>
+ </data>
+ <data name="ReconnectAllConnections" xml:space="preserve">
+ <value>Reconnect All Connections</value>
+ </data>
+ <data name="UltraVNCSingleClick" xml:space="preserve">
+ <value>UltraVNC SingleClick</value>
+ </data>
+ <data name="DisconnectOthersRight" xml:space="preserve">
+ <value>Disconnect Tabs To The Right</value>
+ </data>
+ <data name="DisconnectOthers" xml:space="preserve">
+ <value>Disconnect All But This</value>
+ </data>
+ <data name="ConfirmCloseConnectionOthersInstruction" xml:space="preserve">
+ <value>Are you sure you want to close all connections except for "{0}"?</value>
+ </data>
+ <data name="AutomaticReconnectError" xml:space="preserve">
+ <value>An error occurred while trying to reconnect to RDP host '{0}'</value>
+ </data>
+ <data name="ChangeConnectionResolutionError" xml:space="preserve">
+ <value>An error occurred while trying to change the connection resolution to host '{0}'</value>
+ </data>
+ <data name="StackTrace" xml:space="preserve">
+ <value>Stack trace</value>
+ </data>
+ <data name="ExceptionMessage" xml:space="preserve">
+ <value>Exception Message</value>
+ </data>
+ <data name="mRemoteNGUnhandledException" xml:space="preserve">
+ <value>mRemoteNG Unhandled Exception</value>
+ </data>
+ <data name="UnhandledExceptionOccured" xml:space="preserve">
+ <value>An unhandled exception has occurred</value>
+ </data>
+ <data name="ExceptionForcesmRemoteNGToClose" xml:space="preserve">
+ <value>This exception will force mRemoteNG to close</value>
+ </data>
+ <data name="CopyHostname" xml:space="preserve">
+ <value>Copy Hostname</value>
+ </data>
+ <data name="PlaceSearchBarAboveConnectionTree" xml:space="preserve">
+ <value>Place search bar above connection tree</value>
+ </data>
+ <data name="TrackActiveConnectionInConnectionTree" xml:space="preserve">
+ <value>Track active connection in the connection tree</value>
+ </data>
+ <data name="AlwaysShowConnectionTabs" xml:space="preserve">
+ <value>Always show connection tabs</value>
+ </data>
+ <data name="ReleaseChannel" xml:space="preserve">
+ <value>Release Channel</value>
+ </data>
+ <data name="ReleaseChannelExplanation" xml:space="preserve">
+ <value>Stable channel includes final releases only.
+Preview channel includes Betas &amp; Release Candidates.
+Nightly Channel includes Alphas, Betas &amp; Release Candidates.</value>
+ </data>
+ <data name="Apply" xml:space="preserve">
+ <value>Apply</value>
+ </data>
+ <data name="Proxy" xml:space="preserve">
+ <value>Proxy</value>
+ </data>
+ <data name="MultiSsh" xml:space="preserve">
+ <value>Multi SSH:</value>
+ </data>
+ <data name="MultiSshToolTip" xml:space="preserve">
+ <value>Press ENTER to send. Ctrl+C is sent immediately.</value>
+ </data>
+ <data name="PropertyDescriptionFavorite" xml:space="preserve">
+ <value>Show this connection in the favorites menu.</value>
+ </data>
+ <data name="Favorite" xml:space="preserve">
+ <value>Favorite</value>
+ </data>
+ <data name="Favorites" xml:space="preserve">
+ <value>Favorites</value>
+ </data>
+ <data name="ClearSearchString" xml:space="preserve">
+ <value>Clear search string</value>
+ </data>
+ <data name="ConnectInViewOnlyMode" xml:space="preserve">
+ <value>Connect in View Only mode</value>
+ </data>
+ <data name="DoNotTrimUsername" xml:space="preserve">
+ <value>Do not trim spaces from usernames</value>
+ </data>
+ <data name="Environment" xml:space="preserve">
+ <value>Environment</value>
+ </data>
+ <data name="EncryptionTestResultMessage" xml:space="preserve">
+ <value>Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.</value>
+ </data>
+ <data name="EncryptionTest" xml:space="preserve">
+ <value>Encryption Test</value>
+ </data>
+ <data name="TestSettings" xml:space="preserve">
+ <value>Test Settings</value>
+ </data>
+ <data name="PropertyDescriptionRdpVersion" xml:space="preserve">
+ <value>Sets the version of RDP to use when opening connections.</value>
+ </data>
+ <data name="RdpVersion" xml:space="preserve">
+ <value>RDP Version</value>
+ </data>
+ <data name="PropertyDescriptionUseVmId" xml:space="preserve">
+ <value>Use VM ID to connect to VM running on Hyper-V.</value>
+ </data>
+ <data name="PropertyDescriptionVmId" xml:space="preserve">
+ <value>The ID of the Hyper-V virtual machine to connect to.</value>
+ </data>
+ <data name="UseVmId" xml:space="preserve">
+ <value>Use VM ID</value>
+ </data>
+ <data name="VmId" xml:space="preserve">
+ <value>VM ID</value>
+ </data>
+ <data name="RdpProtocolVersionNotSupported" xml:space="preserve">
+ <value>Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.</value>
+ </data>
+ <data name="PropertyDescriptionSshTunnel" xml:space="preserve">
+ <value>For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.</value>
+ </data>
+ <data name="SshTunnel" xml:space="preserve">
+ <value>SSH Tunnel</value>
+ </data>
+ <data name="PropertyDescriptionSshOptions" xml:space="preserve">
+ <value>Specify here additional options to be used for SSH connection. See putty documentation for further details.</value>
+ </data>
+ <data name="SshOptions" xml:space="preserve">
+ <value>SSH Options</value>
+ </data>
+ <data name="SshTunnelConfigProblem" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="SshTunnelIsNotPutty" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="SshTunnelNotInitialized" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="SshTunnelNotConnected" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="SshTunnelFailed" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="SshTunnelPortNotReadyInTime" xml:space="preserve">
+ <value>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.</value>
+ </data>
+ <data name="StartMinimized" xml:space="preserve">
+ <value>Start minimized</value>
+ </data>
+ <data name="PropertyDescriptionPasswordProtect" xml:space="preserve">
+ <value>Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.</value>
+ </data>
+ <data name="PropertyDescriptionUseEnhancedMode" xml:space="preserve">
+ <value>Connect to a Hyper-V host with enhanced mode enabled.</value>
+ </data>
+ <data name="UseEnhancedMode" xml:space="preserve">
+ <value>Use enhanced mode</value>
+ </data>
+ <data name="PropertyDescriptionRdpGatewayPassword" xml:space="preserve">
+ <value>Specifies the password of the Remote Desktop Gateway server.</value>
+ </data>
+ <data name="CloseToSysTray" xml:space="preserve">
+ <value>Close to notification area</value>
+ </data>
+ <data name="Windows" xml:space="preserve">
+ <value>Windows</value>
+ </data>
+ <data name="PowerShell" xml:space="preserve">
+ <value>PowerShell</value>
+ </data>
+ <data name="Changelog" xml:space="preserve">
+ <value>Changelog</value>
+ </data>
+ <data name="Credits" xml:space="preserve">
+ <value>Credits</value>
+ </data>
+ <data name="License" xml:space="preserve">
+ <value>License</value>
+ </data>
+ <data name="PropertyDescriptionDisableCursorBlinking" xml:space="preserve">
+ <value>Determines whether cursor flashes should be disabled.</value>
+ </data>
+ <data name="PropertyDescriptionDisableCursorShadow" xml:space="preserve">
+ <value>Determines whether a mouse shadow should be visible.</value>
+ </data>
+ <data name="PropertyDescriptionDisableFullWindowDrag" xml:space="preserve">
+ <value>Determines whether window content is displayed when you drag the window to a new location.</value>
+ </data>
+ <data name="PropertyDescriptionDisableMenuAnimations" xml:space="preserve">
+ <value>Determines whether menus and windows can be displayed with animation effects in the remote session.</value>
+ </data>
+ <data name="HttpCEF" xml:space="preserve">
+ <value>Edge Chromium</value>
+ </data>
+ <data name="HttpFailedUrlBuild" xml:space="preserve">
+ <value>Failed to contruct the URL to load</value>
+ </data>
+ <data name="ShowHideMenu" xml:space="preserve">
+ <value>Show/Hide Menu Strip</value>
+ </data>
+ <data name="PropertyDescriptionRDPStartProgram" xml:space="preserve">
+ <value>The program to be started on the remote server upon connection.</value>
+ </data>
+ <data name="PropertyDescriptionRDPStartProgramWorkDir" xml:space="preserve">
+ <value>Specifies the working directory of the alternate shell.</value>
+ </data>
+ <data name="RDPStartProgram" xml:space="preserve">
+ <value>Alternate Shell</value>
+ <comment>https://docs.microsoft.com/en-us/windows/win32/termserv/imstscsecuredsettings-startprogram</comment>
+ </data>
+ <data name="RDPStartProgramWorkDir" xml:space="preserve">
+ <value>Alternate shell working directory</value>
+ <comment>https://docs.microsoft.com/en-us/windows/win32/termserv/imstscsecuredsettings-workdir</comment>
+ </data>
+ <data name="RedirectDrives" xml:space="preserve">
+ <value>Disk Drives</value>
+ </data>
+ <data name="RedirectSmartCards" xml:space="preserve">
+ <value>Smart Cards</value>
+ </data>
+ <data name="ApplyInheritanceToChildren" xml:space="preserve">
+ <value>Apply inheritance to children</value>
+ </data>
+ <data name="ApplyDefaultInheritance" xml:space="preserve">
+ <value>Apply default inheritance</value>
+ </data>
+ <data name="SmartCard" xml:space="preserve">
+ <value>SmartCard</value>
+ </data>
+ <data name="RemoteDesktopServices" xml:space="preserve">
+ <value>Remote Desktop Services</value>
+ </data>
</root> \ No newline at end of file
diff --git a/mRemoteNG/Properties/Settings.Designer.cs b/mRemoteNG/Properties/Settings.Designer.cs
index afeaaf09..e2901e2b 100644
--- a/mRemoteNG/Properties/Settings.Designer.cs
+++ b/mRemoteNG/Properties/Settings.Designer.cs
@@ -3109,6 +3109,18 @@ namespace mRemoteNG.Properties {
[global::System.Configuration.UserScopedSettingAttribute()]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("")]
+ public string ConDefaultStartProgramWorkDir {
+ get {
+ return ((string)(this["ConDefaultStartProgramWorkDir"]));
+ }
+ set {
+ this["ConDefaultStartProgramWorkDir"] = value;
+ }
+ }
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Configuration.DefaultSettingValueAttribute("EncrBasic")]
public string ConDefaultICAEncryptionStrength {
get {
diff --git a/mRemoteNG/Properties/Settings.settings b/mRemoteNG/Properties/Settings.settings
index cb74c10e..538ee775 100644
--- a/mRemoteNG/Properties/Settings.settings
+++ b/mRemoteNG/Properties/Settings.settings
@@ -773,6 +773,9 @@
<Setting Name="ConDefaultStartProgram" Type="System.String" Scope="User">
<Value Profile="(Default)" />
</Setting>
+ <Setting Name="ConDefaultStartProgramWorkDir" Type="System.String" Scope="User">
+ <Value Profile="(Default)" />
+ </Setting>
<Setting Name="ConDefaultICAEncryptionStrength" Type="System.String" Scope="User">
<Value Profile="(Default)">EncrBasic</Value>
</Setting>
diff --git a/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs b/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs
index 476f1140..bc325095 100644
--- a/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs
+++ b/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs
@@ -24,29 +24,24 @@ namespace mRemoteNG.Security.SymmetricEncryption
BlockSizeInBytes = 16;
}
-
public string Encrypt(string strToEncrypt, SecureString strSecret)
{
- if (strToEncrypt == "" || strSecret.Length == 0)
+ if (string.IsNullOrWhiteSpace(strToEncrypt) || strSecret.Length == 0)
return strToEncrypt;
try
{
- var rd = new RijndaelManaged();
-
- var md5 = new MD5CryptoServiceProvider();
+ using var aes = Aes.Create();
+ using var md5 = MD5.Create();
var key = md5.ComputeHash(Encoding.UTF8.GetBytes(strSecret.ConvertToUnsecureString()));
md5.Clear();
- rd.Key = key;
- rd.GenerateIV();
-
- var iv = rd.IV;
- var ms = new MemoryStream();
+ aes.Key = key;
+ aes.GenerateIV();
- ms.Write(iv, 0, iv.Length);
+ using var ms = new MemoryStream(aes.IV);
- var cs = new CryptoStream(ms, rd.CreateEncryptor(), CryptoStreamMode.Write);
+ var cs = new CryptoStream(ms, aes.CreateEncryptor(), CryptoStreamMode.Write);
var data = Encoding.UTF8.GetBytes(strToEncrypt);
cs.Write(data, 0, data.Length);
@@ -54,7 +49,7 @@ namespace mRemoteNG.Security.SymmetricEncryption
var encdata = ms.ToArray();
cs.Close();
- rd.Clear();
+ aes.Clear();
return Convert.ToBase64String(encdata);
}
@@ -74,31 +69,25 @@ namespace mRemoteNG.Security.SymmetricEncryption
try
{
- var plaintext = "";
-
- using (var rijndaelManaged = new RijndaelManaged())
- {
- using (var md5 = new MD5CryptoServiceProvider())
- {
- var key = md5.ComputeHash(Encoding.UTF8.GetBytes(password.ConvertToUnsecureString()));
- rijndaelManaged.Key = key;
- }
-
- var ciphertext = Convert.FromBase64String(ciphertextBase64);
-
- var memoryStream = new MemoryStream(ciphertext);
- var iv = new byte[BlockSizeInBytes];
- memoryStream.Read(iv, 0, iv.Length);
- rijndaelManaged.IV = iv;
-
- var cryptoStream = new CryptoStream(memoryStream, rijndaelManaged.CreateDecryptor(),
- CryptoStreamMode.Read);
- using (var streamReader = new StreamReader(cryptoStream, Encoding.UTF8, true))
- {
- plaintext = streamReader.ReadToEnd();
- rijndaelManaged.Clear();
- }
- } // rijndaelManaged
+ using var aes = Aes.Create();
+ using var md5 = MD5.Create();
+ var key = md5.ComputeHash(Encoding.UTF8.GetBytes(password.ConvertToUnsecureString()));
+
+ md5.Clear();
+ aes.Key = key;
+
+ var ciphertext = Convert.FromBase64String(ciphertextBase64);
+
+ using var ms = new MemoryStream(ciphertext);
+
+ var iv = new byte[BlockSizeInBytes];
+ ms.Read(iv, 0, iv.Length);
+ aes.IV = iv;
+
+ using var cryptoStream = new CryptoStream(ms, aes.CreateDecryptor(), CryptoStreamMode.Read);
+ using var streamReader = new StreamReader(cryptoStream, Encoding.UTF8, true);
+ var plaintext = streamReader.ReadToEnd();
+ aes.Clear();
return plaintext;
}
diff --git a/mRemoteNG/Tree/Root/RootNodeInfo.cs b/mRemoteNG/Tree/Root/RootNodeInfo.cs
index fd5f7856..b738cda1 100644
--- a/mRemoteNG/Tree/Root/RootNodeInfo.cs
+++ b/mRemoteNG/Tree/Root/RootNodeInfo.cs
@@ -69,17 +69,5 @@ namespace mRemoteNG.Tree.Root
}
#endregion
-
- public override void AddChildAt(ConnectionInfo newChildItem, int index)
- {
- newChildItem.Inheritance.DisableInheritance();
- base.AddChildAt(newChildItem, index);
- }
-
- public override void RemoveChild(ConnectionInfo removalTarget)
- {
- removalTarget.Inheritance.EnableInheritance();
- base.RemoveChild(removalTarget);
- }
}
} \ No newline at end of file
diff --git a/mRemoteNG/UI/Controls/ConnectionContextMenu.cs b/mRemoteNG/UI/Controls/ConnectionContextMenu.cs
index 87f7c5e6..7d68cde8 100644
--- a/mRemoteNG/UI/Controls/ConnectionContextMenu.cs
+++ b/mRemoteNG/UI/Controls/ConnectionContextMenu.cs
@@ -43,6 +43,7 @@ namespace mRemoteNG.UI.Controls
private ToolStripMenuItem _cMenTreeMoveDown;
private ToolStripMenuItem _cMenTreeToolsExternalApps;
private ToolStripMenuItem _cMenTreeDuplicate;
+ private ToolStripMenuItem _cMenInheritanceSubMenu;
private ToolStripMenuItem _cMenTreeConnectWithOptionsChoosePanelBeforeConnecting;
private ToolStripMenuItem _cMenTreeConnectWithOptionsDontConnectToConsoleSession;
private ToolStripMenuItem _cMenTreeImport;
@@ -51,6 +52,8 @@ namespace mRemoteNG.UI.Controls
private ToolStripMenuItem _cMenTreeImportFile;
private ToolStripMenuItem _cMenTreeImportActiveDirectory;
private ToolStripMenuItem _cMenTreeImportPortScan;
+ private ToolStripMenuItem _cMenTreeApplyInheritanceToChildren;
+ private ToolStripMenuItem _cMenTreeApplyDefaultInheritance;
private readonly ConnectionTree.ConnectionTree _connectionTree;
private readonly IConnectionInitiator _connectionInitiator;
@@ -99,6 +102,9 @@ namespace mRemoteNG.UI.Controls
_cMenTreeImportFile = new ToolStripMenuItem();
_cMenTreeImportActiveDirectory = new ToolStripMenuItem();
_cMenTreeImportPortScan = new ToolStripMenuItem();
+ _cMenInheritanceSubMenu = new ToolStripMenuItem();
+ _cMenTreeApplyInheritanceToChildren = new ToolStripMenuItem();
+ _cMenTreeApplyDefaultInheritance = new ToolStripMenuItem();
_cMenTreeExportFile = new ToolStripMenuItem();
_cMenTreeSep4 = new ToolStripSeparator();
_cMenTreeAddConnection = new ToolStripMenuItem();
@@ -129,6 +135,7 @@ namespace mRemoteNG.UI.Controls
_cMenTreeRename,
_cMenTreeDelete,
_cMenTreeCopyHostname,
+ _cMenInheritanceSubMenu,
_cMenTreeSep3,
_cMenTreeImport,
_cMenTreeExportFile,
@@ -395,8 +402,34 @@ namespace mRemoteNG.UI.Controls
_cMenTreeMoveDown.Size = new System.Drawing.Size(199, 22);
_cMenTreeMoveDown.Text = "Move down";
_cMenTreeMoveDown.Click += OnMoveDownClicked;
+ //
+ // cMenEditSubMenu
+ //
+ _cMenInheritanceSubMenu.DropDownItems.AddRange(new ToolStripItem[]
+ {
+ _cMenTreeApplyInheritanceToChildren,
+ _cMenTreeApplyDefaultInheritance
+ });
+ _cMenInheritanceSubMenu.Name = "_cMenInheritanceSubMenu";
+ _cMenInheritanceSubMenu.Size = new System.Drawing.Size(199, 22);
+ _cMenInheritanceSubMenu.Text = "Inheritance";
+ //
+ // _cMenTreeApplyInheritanceToChildren
+ //
+ _cMenTreeApplyInheritanceToChildren.Name = "_cMenTreeApplyInheritanceToChildren";
+ _cMenTreeApplyInheritanceToChildren.Size = new System.Drawing.Size(199, 22);
+ _cMenTreeApplyInheritanceToChildren.Text = "Apply inheritance to children";
+ _cMenTreeApplyInheritanceToChildren.Click += OnApplyInheritanceToChildrenClicked;
+ //
+ // _cMenTreeApplyDefaultInheritance
+ //
+ _cMenTreeApplyDefaultInheritance.Name = "_cMenTreeApplyDefaultInheritance";
+ _cMenTreeApplyDefaultInheritance.Size = new System.Drawing.Size(199, 22);
+ _cMenTreeApplyDefaultInheritance.Text = "Apply default inheritance";
+ _cMenTreeApplyDefaultInheritance.Click += OnApplyDefaultInheritanceClicked;
}
+
private void ApplyLanguage()
{
_cMenTreeConnect.Text = Language.Connect;
@@ -431,6 +464,10 @@ namespace mRemoteNG.UI.Controls
_cMenTreeToolsSortDescending.Text = Language.SortDesc;
_cMenTreeMoveUp.Text = Language.MoveUp;
_cMenTreeMoveDown.Text = Language.MoveDown;
+
+ _cMenInheritanceSubMenu.Text = Language.Inheritance;
+ _cMenTreeApplyInheritanceToChildren.Text = Language.ApplyInheritanceToChildren;
+ _cMenTreeApplyDefaultInheritance.Text = Language.ApplyDefaultInheritance;
}
internal void ShowHideMenuItems()
@@ -459,6 +496,9 @@ namespace mRemoteNG.UI.Controls
{
ShowHideMenuItemsForConnectionNode(_connectionTree.SelectedNode);
}
+
+ _cMenInheritanceSubMenu.Enabled = _cMenInheritanceSubMenu.DropDownItems
+ .OfType<ToolStripMenuItem>().Any(i => i.Enabled);
}
catch (Exception ex)
{
@@ -487,6 +527,9 @@ namespace mRemoteNG.UI.Controls
_cMenTreeMoveUp.Enabled = false;
_cMenTreeMoveDown.Enabled = false;
_cMenTreeConnectWithOptionsViewOnly.Enabled = false;
+ _cMenTreeApplyInheritanceToChildren.Enabled = false;
+ _cMenTreeApplyDefaultInheritance.Enabled = false;
+ _cMenTreeCopyHostname.Enabled = false;
}
internal void ShowHideMenuItemsForRootConnectionNode()
@@ -504,6 +547,8 @@ namespace mRemoteNG.UI.Controls
_cMenTreeMoveUp.Enabled = false;
_cMenTreeMoveDown.Enabled = false;
_cMenTreeConnectWithOptionsViewOnly.Enabled = false;
+ _cMenTreeApplyInheritanceToChildren.Enabled = false;
+ _cMenTreeApplyDefaultInheritance.Enabled = false;
}
internal void ShowHideMenuItemsForContainer(ContainerInfo containerInfo)
@@ -540,6 +585,8 @@ namespace mRemoteNG.UI.Controls
_cMenTreeImport.Enabled = false;
_cMenTreeExportFile.Enabled = false;
_cMenTreeConnectWithOptionsViewOnly.Enabled = false;
+ _cMenTreeApplyInheritanceToChildren.Enabled = false;
+ _cMenTreeApplyDefaultInheritance.Enabled = false;
}
internal void ShowHideMenuItemsForConnectionNode(ConnectionInfo connectionInfo)
@@ -561,6 +608,8 @@ namespace mRemoteNG.UI.Controls
if (connectionInfo.Protocol != ProtocolType.RDP && connectionInfo.Protocol != ProtocolType.VNC)
_cMenTreeConnectWithOptionsViewOnly.Enabled = false;
+
+ _cMenTreeApplyInheritanceToChildren.Enabled = false;
}
internal void DisableShortcutKeys()
@@ -872,6 +921,22 @@ namespace mRemoteNG.UI.Controls
}
}
+ private void OnApplyInheritanceToChildrenClicked(object sender, EventArgs e)
+ {
+ if (!(_connectionTree.SelectedNode is ContainerInfo container))
+ return;
+
+ container.ApplyInheritancePropertiesToChildren();
+ }
+
+ private void OnApplyDefaultInheritanceClicked(object sender, EventArgs e)
+ {
+ if (_connectionTree.SelectedNode == null)
+ return;
+
+ DefaultConnectionInheritance.Instance.SaveTo(_connectionTree.SelectedNode.Inheritance);
+ }
+
#endregion
}
} \ No newline at end of file
diff --git a/mRemoteNG/UI/Window/ConfigWindow.cs b/mRemoteNG/UI/Window/ConfigWindow.cs
index 0666e358..54b4b6f2 100644
--- a/mRemoteNG/UI/Window/ConfigWindow.cs
+++ b/mRemoteNG/UI/Window/ConfigWindow.cs
@@ -208,10 +208,8 @@ namespace mRemoteNG.UI.Window
public bool CanShowProperties => SelectedTreeNode != null;
public bool InheritanceVisible => _btnShowInheritance.Checked;
- public bool CanShowInheritance => !_pGrid.RootNodeSelected &&
- SelectedTreeNode != null &&
- _pGrid.SelectedConnectionInfo?.Parent != null &&
- !(_pGrid.SelectedConnectionInfo.Parent is RootNodeInfo);
+ public bool CanShowInheritance => SelectedTreeNode != null &&
+ _pGrid.SelectedConnectionInfo?.Parent != null;
public bool DefaultPropertiesVisible => _btnShowDefaultProperties.Checked;
public bool CanShowDefaultProperties => true;
diff --git a/mRemoteNG/app.config b/mRemoteNG/app.config
index 6432b540..4f826292 100644
--- a/mRemoteNG/app.config
+++ b/mRemoteNG/app.config
@@ -794,6 +794,9 @@
<setting name="ConDefaultStartProgram" serializeAs="String">
<value />
</setting>
+ <setting name="ConDefaultStartProgramWorkDir" serializeAs="String">
+ <value />
+ </setting>
<setting name="ConDefaultICAEncryptionStrength" serializeAs="String">
<value>EncrBasic</value>
</setting>
diff --git a/mRemoteNG/mRemoteNG.csproj b/mRemoteNG/mRemoteNG.csproj
index b1686f00..483c87bb 100644
--- a/mRemoteNG/mRemoteNG.csproj
+++ b/mRemoteNG/mRemoteNG.csproj
@@ -1,276 +1,288 @@
-<Project Sdk="Microsoft.NET.Sdk">
-
- <PropertyGroup>
- <OutputType>WinExe</OutputType>
- <TargetFramework>net6.0-windows</TargetFramework>
- <UseWindowsForms>true</UseWindowsForms>
- <ApplicationIcon>Icons\mRemoteNG.ico</ApplicationIcon>
- <Version>1.77.2</Version>
- <Description>Multi-protocol remote connections manager</Description>
- <Copyright>2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel</Copyright>
- <PackageLicenseFile>COPYING.TXT</PackageLicenseFile>
- <PackageProjectUrl>https://mremoteng.org/</PackageProjectUrl>
- <Platforms>x64</Platforms>
- <Configurations>Debug;Release;Debug Portable;Release Portable;Release Installer</Configurations>
- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
- <LangVersion>preview</LangVersion>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
- <DefineConstants>DEBUG</DefineConstants>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningsAsErrors />
- <OutputPath>bin\x64\Debug\</OutputPath>
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
- <DefineConstants />
- <Optimize>false</Optimize>
- <OutputPath>bin\x64\Release\</OutputPath>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningsAsErrors />
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'">
- <DefineConstants>DEBUG;PORTABLE</DefineConstants>
- <Optimize>false</Optimize>
- <OutputPath>bin\x64\Debug Portable\</OutputPath>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningsAsErrors />
- </PropertyGroup>
-
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Portable|x64'">
- <DefineConstants>PORTABLE</DefineConstants>
- <Optimize>false</Optimize>
- <OutputPath>bin\x64\Release Portable\</OutputPath>
- <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
- <WarningsAsErrors />
- </PropertyGroup>
-
- <ItemGroup>
- <None Remove="buildenv.tmp" />
- </ItemGroup>
-
- <ItemGroup>
- <COMReference Include="MSTSCLib">
- <WrapperTool>aximp</WrapperTool>
- <VersionMinor>0</VersionMinor>
- <VersionMajor>1</VersionMajor>
- <Guid>8c11efa1-92c3-11d1-bc1e-00c04fa31489</Guid>
- <Lcid>0</Lcid>
- <Isolated>false</Isolated>
- <EmbedInteropTypes>false</EmbedInteropTypes>
- </COMReference>
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Include="Castle.Core" Version="4.4.1" />
- <PackageReference Include="ConsoleControl" Version="1.3.0" />
- <PackageReference Include="Cucumber.Messages" Version="16.0.1" />
- <PackageReference Include="DockPanelSuite" Version="3.1.0-beta7" />
- <PackageReference Include="DockPanelSuite.ThemeVS2003" Version="3.1.0-beta7" />
- <PackageReference Include="DockPanelSuite.ThemeVS2005" Version="3.1.0-beta7" />
- <PackageReference Include="DockPanelSuite.ThemeVS2012" Version="3.1.0-beta7" />
- <PackageReference Include="DockPanelSuite.ThemeVS2013" Version="3.1.0-beta7" />
- <PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.0-beta7" />
- <PackageReference Include="log4net" Version="2.0.13" />
- <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1020.30" />
- <PackageReference Include="MySql.Data" Version="8.0.27" />
- <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
- <PackageReference Include="ObjectListView" Version="2.7.1.5" />
- <PackageReference Include="ObjectListView.Official" Version="2.9.1" />
- <PackageReference Include="OpenCover" Version="4.7.1221" />
- <PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
- <PackageReference Include="Renci.SshNet.Async" Version="1.4.0" />
- <PackageReference Include="ReportGenerator" Version="5.0.0" />
- <PackageReference Include="System.Data.Common" Version="4.3.0" />
- <PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
- <PackageReference Include="System.DirectoryServices" Version="6.0.0" />
- <PackageReference Include="System.Management" Version="6.0.0" />
- <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" />
- <PackageReference Include="VncSharpCore" Version="1.2.0" />
- </ItemGroup>
-
- <ItemGroup>
- <Compile Update="Properties\Settings.Designer.cs">
- <DesignTimeSharedInput>True</DesignTimeSharedInput>
- <AutoGen>True</AutoGen>
- <DependentUpon>Settings.settings</DependentUpon>
- </Compile>
- </ItemGroup>
-
- <ItemGroup>
- <None Update="Icons\Admin.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Anti Virus.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Apple.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Backup.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Build Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Console.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Database.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Domain Controller.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\ESX.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Fax.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\File Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Finance.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Firewall.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Infrastructure.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Linux.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Log.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Mail Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\mRemote.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\mRemoteNG.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\PowerShell.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Production.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\PuTTY.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\RaspberryPi.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Remote Desktop.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Router.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\SharePoint.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\SSH.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Staging.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Switch.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Tel.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Telnet.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Terminal Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Test Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Virtual Machine.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Web Server.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\WiFi.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Windows.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Icons\Workstation.ico">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Properties\Settings.settings">
- <Generator>SettingsSingleFileGenerator</Generator>
- <LastGenOutput>Settings.Designer.cs</LastGenOutput>
- </None>
- <None Update="mRemoteNG.VisualElementsManifest.xml">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="PuTTYNG.exe">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Resources\PuTTYNG.exe">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Schemas\mremoteng_confcons_v2_5.xsd">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Schemas\mremoteng_confcons_v2_6.xsd">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Schemas\mremoteng_confcons_v2_7.xsd">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Schemas\mremoteng_credrepo_list_v1_0.xsd">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="Schemas\mremoteng_creds_v1_0.xsd">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="VisualElements_150.png">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Update="VisualElements_70.png">
- <CopyToOutputDirectory>Always</CopyToOutputDirectory>
- </None>
- <None Include="..\COPYING.TXT">
- <Pack>True</Pack>
- <PackagePath></PackagePath>
- </None>
- </ItemGroup>
-
- <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
- <Exec Command="echo $(ConfigurationName) &gt; buildenv.tmp" />
- </Target>
-
- <Target Name="PostBuild" AfterTargets="PostBuildEvent">
- <Exec Command=":: When passing paths to powershell scripts, check if the path ends with a backslash &quot;\&quot;&#xD;&#xA;:: If it does, then the backslash may be interpreted as an escape character. Add another backslash to cancel the first one.&#xD;&#xA;&#xD;&#xA;powershell -noprofile -command &quot;sleep 2&quot;&#xD;&#xA;&#xD;&#xA;set /p buildenv=&lt;buildenv.tmp&#xD;&#xA;&#xD;&#xA;:: Manual builds, set the cert password and uncomment below.&#xD;&#xA;:: IF &quot;%25APPVEYOR_BUILD_FOLDER&quot;==&quot;&quot; ( set cert_pwd= )&#xD;&#xA;&#xD;&#xA;:: Call the post build powershell script&#xD;&#xA;powershell.exe -ExecutionPolicy Bypass -File &quot;$(SolutionDir)Tools\postbuild_mremoteng.ps1&quot; -SolutionDir &quot;$(SolutionDir)\&quot; -TargetDir &quot;$(TargetDir)\&quot; -TargetFileName &quot;mRemoteNG.exe&quot; -ConfigurationName &quot;%25buildenv%25&quot; -CertificatePath &quot;$(CertPath)&quot; -CertificatePassword &quot;$(CertPassword)&quot; -ExcludeFromSigning &quot;PuTTYNG.exe&quot;" />
- </Target>
-
- <ItemGroup>
- <ProjectReference Include="..\ExternalConnectors\ExternalConnectors.csproj" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Update="chromiumembeddedframework.runtime.win-x64" Version="92.0.25" />
- </ItemGroup>
-
- <ItemGroup>
- <PackageReference Update="chromiumembeddedframework.runtime.win-x86" Version="92.0.25" />
- </ItemGroup>
-
+<Project Sdk="Microsoft.NET.Sdk">
+
+ <PropertyGroup>
+ <OutputType>WinExe</OutputType>
+ <TargetFramework>net6.0-windows</TargetFramework>
+ <UseWindowsForms>true</UseWindowsForms>
+ <ApplicationIcon>Icons\mRemoteNG.ico</ApplicationIcon>
+ <Version>1.77.2</Version>
+ <Description>Multi-protocol remote connections manager</Description>
+ <Copyright>2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel</Copyright>
+ <PackageLicenseFile>COPYING.TXT</PackageLicenseFile>
+ <PackageProjectUrl>https://mremoteng.org/</PackageProjectUrl>
+ <Platforms>x64</Platforms>
+ <Configurations>Debug;Release;Debug Portable;Release Portable;Release Installer</Configurations>
+ <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
+ <LangVersion>preview</LangVersion>
+ </PropertyGroup>
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
+ <DefineConstants>DEBUG</DefineConstants>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningsAsErrors />
+ <OutputPath>bin\x64\Debug\</OutputPath>
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
+ <DefineConstants />
+ <Optimize>false</Optimize>
+ <OutputPath>bin\x64\Release\</OutputPath>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningsAsErrors />
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug Portable|x64'">
+ <DefineConstants>DEBUG;PORTABLE</DefineConstants>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\x64\Debug Portable\</OutputPath>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningsAsErrors />
+ </PropertyGroup>
+
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release Portable|x64'">
+ <DefineConstants>PORTABLE</DefineConstants>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\x64\Release Portable\</OutputPath>
+ <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
+ <WarningsAsErrors />
+ </PropertyGroup>
+
+ <ItemGroup>
+ <None Remove="buildenv.tmp" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <COMReference Include="MSTSCLib">
+ <WrapperTool>aximp</WrapperTool>
+ <VersionMinor>0</VersionMinor>
+ <VersionMajor>1</VersionMajor>
+ <Guid>8c11efa1-92c3-11d1-bc1e-00c04fa31489</Guid>
+ <Lcid>0</Lcid>
+ <Isolated>false</Isolated>
+ <EmbedInteropTypes>false</EmbedInteropTypes>
+ </COMReference>
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Castle.Core" Version="4.4.1" />
+ <PackageReference Include="ConsoleControl" Version="1.3.0" />
+ <PackageReference Include="Cucumber.Messages" Version="16.0.1" />
+ <PackageReference Include="DockPanelSuite" Version="3.1.0" />
+ <PackageReference Include="DockPanelSuite.ThemeVS2003" Version="3.1.0" />
+ <PackageReference Include="DockPanelSuite.ThemeVS2005" Version="3.1.0" />
+ <PackageReference Include="DockPanelSuite.ThemeVS2012" Version="3.1.0" />
+ <PackageReference Include="DockPanelSuite.ThemeVS2013" Version="3.1.0" />
+ <PackageReference Include="DockPanelSuite.ThemeVS2015" Version="3.1.0" />
+ <PackageReference Include="log4net" Version="2.0.13" />
+ <PackageReference Include="Microsoft.Web.WebView2" Version="1.0.1054.31" />
+ <PackageReference Include="MySql.Data" Version="8.0.27" />
+ <PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
+ <PackageReference Include="ObjectListView" Version="2.7.1.5" />
+ <PackageReference Include="ObjectListView.Official" Version="2.9.1" />
+ <PackageReference Include="OpenCover" Version="4.7.1221" />
+ <PackageReference Include="Portable.BouncyCastle" Version="1.9.0" />
+ <PackageReference Include="Renci.SshNet.Async" Version="1.4.0" />
+ <PackageReference Include="ReportGenerator" Version="5.0.0" />
+ <PackageReference Include="System.Data.Common" Version="4.3.0" />
+ <PackageReference Include="System.Data.SqlClient" Version="4.8.3" />
+ <PackageReference Include="System.DirectoryServices" Version="6.0.0" />
+ <PackageReference Include="System.Management" Version="6.0.0" />
+ <PackageReference Include="System.Resources.ResourceManager" Version="4.3.0" />
+ <PackageReference Include="VncSharpCore" Version="1.2.0" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <Compile Update="Properties\Settings.Designer.cs">
+ <DesignTimeSharedInput>True</DesignTimeSharedInput>
+ <AutoGen>True</AutoGen>
+ <DependentUpon>Settings.settings</DependentUpon>
+ </Compile>
+ </ItemGroup>
+
+ <ItemGroup>
+ <None Update="Icons\Admin.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Anti Virus.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Apple.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Backup.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Build Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Console.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Database.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Domain Controller.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\ESX.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Fax.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\File Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Finance.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Firewall.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Infrastructure.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Linux.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Log.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Mail Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\mRemote.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\mRemoteNG.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\PowerShell.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Production.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\PuTTY.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\RaspberryPi.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Remote Desktop.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Router.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\SharePoint.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\SSH.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Staging.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Switch.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Tel.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Telnet.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Terminal Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Test Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Virtual Machine.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Web Server.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\WiFi.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Windows.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Icons\Workstation.ico">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Properties\Settings.settings">
+ <Generator>SettingsSingleFileGenerator</Generator>
+ <LastGenOutput>Settings.Designer.cs</LastGenOutput>
+ </None>
+ <None Update="mRemoteNG.VisualElementsManifest.xml">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="PuTTYNG.exe">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Resources\PuTTYNG.exe">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Schemas\mremoteng_confcons_v2_5.xsd">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Schemas\mremoteng_confcons_v2_6.xsd">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Schemas\mremoteng_confcons_v2_7.xsd">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Schemas\mremoteng_credrepo_list_v1_0.xsd">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Schemas\mremoteng_creds_v1_0.xsd">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Themes\darcula.vstheme">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Themes\vs2015blue.vstheme">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Themes\vs2015dark.vstheme">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="Themes\vs2015light.vstheme">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="VisualElements_150.png">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Update="VisualElements_70.png">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </None>
+ <None Include="..\COPYING.TXT">
+ <Pack>True</Pack>
+ <PackagePath></PackagePath>
+ </None>
+ </ItemGroup>
+
+ <Target Name="PreBuild" BeforeTargets="PreBuildEvent">
+ <Exec Command="echo $(ConfigurationName) &gt; buildenv.tmp" />
+ </Target>
+
+ <Target Name="PostBuild" AfterTargets="PostBuildEvent">
+ <Exec Command=":: When passing paths to powershell scripts, check if the path ends with a backslash &quot;\&quot;&#xD;&#xA;:: If it does, then the backslash may be interpreted as an escape character. Add another backslash to cancel the first one.&#xD;&#xA;&#xD;&#xA;powershell -noprofile -command &quot;sleep 2&quot;&#xD;&#xA;&#xD;&#xA;set /p buildenv=&lt;buildenv.tmp&#xD;&#xA;&#xD;&#xA;:: Manual builds, set the cert password and uncomment below.&#xD;&#xA;:: IF &quot;%25APPVEYOR_BUILD_FOLDER&quot;==&quot;&quot; ( set cert_pwd= )&#xD;&#xA;&#xD;&#xA;:: Call the post build powershell script&#xD;&#xA;powershell.exe -ExecutionPolicy Bypass -File &quot;$(SolutionDir)Tools\postbuild_mremoteng.ps1&quot; -SolutionDir &quot;$(SolutionDir)\&quot; -TargetDir &quot;$(TargetDir)\&quot; -TargetFileName &quot;mRemoteNG.exe&quot; -ConfigurationName &quot;%25buildenv%25&quot; -CertificatePath &quot;$(CertPath)&quot; -CertificatePassword &quot;$(CertPassword)&quot; -ExcludeFromSigning &quot;PuTTYNG.exe&quot;" />
+ </Target>
+
+ <ItemGroup>
+ <ProjectReference Include="..\ExternalConnectors\ExternalConnectors.csproj" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Update="chromiumembeddedframework.runtime.win-x64" Version="92.0.25" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <PackageReference Update="chromiumembeddedframework.runtime.win-x86" Version="92.0.25" />
+ </ItemGroup>
+
</Project> \ No newline at end of file
diff --git a/mRemoteNGDocumentation/mssql_db_setup.sql b/mRemoteNGDocumentation/mssql_db_setup.sql
index b599f811..91024bbb 100644
--- a/mRemoteNGDocumentation/mssql_db_setup.sql
+++ b/mRemoteNGDocumentation/mssql_db_setup.sql
@@ -61,7 +61,7 @@ CREATE TABLE [dbo].[tblCons] (
[RDPAuthenticationLevel] varchar(32) NOT NULL,
[RDPMinutesToIdleTimeout] int NOT NULL,
[RdpVersion] varchar(10),
- [RedirectAudioCapture] bit NOT NULL,
+ [RedirectAudioCapture] bit DEAFULT ((0)) NOT NULL,
[RedirectClipboard] bit DEFAULT ((0)) NOT NULL,
[RedirectDiskDrives] bit NOT NULL,
[RedirectKeys] bit NOT NULL,
@@ -127,7 +127,7 @@ CREATE TABLE [dbo].[tblCons] (
[InheritRDPAuthenticationLevel] bit NOT NULL,
[InheritRDPMinutesToIdleTimeout] bit NOT NULL,
[InheritRdpVersion] bit DEFAULT ((0)) NOT NULL,
- [InheritRedirectAudioCapture] bit NOT NULL,
+ [InheritRedirectAudioCapture] bit DEFAULT ((0)) NOT NULL,
[InheritRedirectClipboard] bit DEFAULT ((0)) NOT NULL,
[InheritRedirectDiskDrives] bit NOT NULL,
[InheritRedirectKeys] bit NOT NULL,
diff --git a/mRemoteNGDocumentation/mysql_db_setup.sql b/mRemoteNGDocumentation/mysql_db_setup.sql
index c88e2f39..69c20b1a 100644
--- a/mRemoteNGDocumentation/mysql_db_setup.sql
+++ b/mRemoteNGDocumentation/mysql_db_setup.sql
@@ -62,7 +62,7 @@ CREATE TABLE `tblCons` (
`RDPAuthenticationLevel` varchar(32) NOT NULL,
`RDPMinutesToIdleTimeout` int(11) NOT NULL,
`RdpVersion` varchar(10) DEFAULT NULL,
- `RedirectAudioCapture` tinyint(1) NOT NULL,
+ `RedirectAudioCapture` tinyint(1) NOT NULL DEFAULT 0,
`RedirectClipboard` tinyint(1) NOT NULL DEFAULT 0,
`RedirectDiskDrives` tinyint(1) NOT NULL,
`RedirectKeys` tinyint(1) NOT NULL,
@@ -130,7 +130,7 @@ CREATE TABLE `tblCons` (
`InheritRDPAuthenticationLevel` tinyint(1) NOT NULL,
`InheritRDPMinutesToIdleTimeout` tinyint(1) NOT NULL,
`InheritRdpVersion` tinyint(1) NOT NULL DEFAULT 0,
- `InheritRedirectAudioCapture` tinyint(1) NOT NULL,
+ `InheritRedirectAudioCapture` tinyint(1) NOT NULL DEFAULT 0,
`InheritRedirectClipboard` tinyint(1) NOT NULL DEFAULT 0,
`InheritRedirectDiskDrives` tinyint(1) NOT NULL,
`InheritRedirectKeys` tinyint(1) NOT NULL,
diff --git a/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs b/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs
index 7c87b3e0..8f9c1f8e 100644
--- a/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs
+++ b/mRemoteNGSpecs/StepDefinitions/CredentialRepositoryListSteps.cs
@@ -17,7 +17,7 @@ namespace mRemoteNGSpecs.StepDefinitions
{
_credentialRepositoryList = new CredentialRepositoryList();
}
-
+
[Given(@"It has (.*) repositories set up")]
public void GivenItHasRepositoriesSetUp(int numberOfCredentialRepos)
{
@@ -45,4 +45,4 @@ namespace mRemoteNGSpecs.StepDefinitions
Assert.That(_credentialRepositoryList.CredentialProviders.Count(), Is.EqualTo(expectedCredRepoCount));
}
}
-}
+} \ No newline at end of file
diff --git a/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs b/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs
index 64229c16..57e849e8 100644
--- a/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs
+++ b/mRemoteNGSpecs/StepDefinitions/CredentialRepositorySteps.cs
@@ -16,7 +16,7 @@ namespace mRemoteNGSpecs.StepDefinitions
[Given(@"I have a credential repository")]
public void GivenIHaveACredentialRepository()
{
- var utilityFactory = new XmlCredentialRepoBuilder {EncryptionKey = _key};
+ var utilityFactory = new XmlCredentialRepoBuilder { EncryptionKey = _key };
_credentialRepository = utilityFactory.BuildXmlCredentialRepo();
}
@@ -70,11 +70,11 @@ namespace mRemoteNGSpecs.StepDefinitions
{
_credentialRepository.UnloadCredentials();
}
-
+
[Then(@"the credentials in the repository will no longer be available")]
public void ThenTheCredentialsInTheRepositoryWillNoLongerBeAvailable()
{
Assert.That(_credentialRepository.CredentialRecords, Is.Empty);
}
}
-}
+} \ No newline at end of file
diff --git a/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs b/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs
index f2d8b970..c94f1fb4 100644
--- a/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs
+++ b/mRemoteNGSpecs/Utilities/CredRepoXmlFileBuilder.cs
@@ -5,8 +5,8 @@
public string Build(string authHeader)
{
return "<?xml version=\"1.0\" encoding=\"utf-8\"?>" +
- $"<Credentials EncryptionEngine=\"AES\" BlockCipherMode=\"GCM\" KdfIterations=\"1000\" Auth=\"{authHeader}\" SchemaVersion=\"1.0\">" +
- "</Credentials>";
+ $"<Credentials EncryptionEngine=\"AES\" BlockCipherMode=\"GCM\" KdfIterations=\"1000\" Auth=\"{authHeader}\" SchemaVersion=\"1.0\">" +
+ "</Credentials>";
}
}
} \ No newline at end of file
diff --git a/mRemoteNGSpecs/app.config b/mRemoteNGSpecs/app.config
index cef68b9c..061123b1 100644
--- a/mRemoteNGSpecs/app.config
+++ b/mRemoteNGSpecs/app.config
@@ -1,52 +1,53 @@
-<?xml version="1.0" encoding="utf-8"?>
-<configuration>
-
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="WeifenLuo.WinFormsUI.Docking" publicKeyToken="5cded1a1a0a7b481" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.0.6.0" newVersion="3.0.6.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-1.8.6.0" newVersion="1.8.6.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-3.12.1.0" newVersion="3.12.1.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1"/>
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-3.13.1.0" newVersion="3.13.2.0" />
- </dependentAssembly>
- <dependentAssembly>
- <assemblyIdentity name="Cucumber.Messages" publicKeyToken="b10c5988214f940c" culture="neutral"/>
- <bindingRedirect oldVersion="0.0.0.0-6.0.2.0" newVersion="6.0.2.0"/>
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8"/>
- </startup>
-
-</configuration>
+<?xml version="1.0" encoding="utf-8"?>
+
+<configuration>
+
+ <runtime>
+ <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
+ <dependentAssembly>
+ <assemblyIdentity name="WeifenLuo.WinFormsUI.Docking" publicKeyToken="5cded1a1a0a7b481" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-3.0.6.0" newVersion="3.0.6.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-10.0.0.0" newVersion="10.0.0.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="BouncyCastle.Crypto" publicKeyToken="0e99375e54769942" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-1.8.6.0" newVersion="1.8.6.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Threading.Tasks.Extensions" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.2.0.1" newVersion="4.2.0.1" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.ValueTuple" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.3.0" newVersion="4.0.3.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Google.Protobuf" publicKeyToken="a7d26565bac4d604" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-3.12.1.0" newVersion="3.12.1.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.6.0" newVersion="4.0.6.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-4.0.1.1" newVersion="4.0.1.1" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="nunit.framework" publicKeyToken="2638cd05610744eb" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-3.13.1.0" newVersion="3.13.2.0" />
+ </dependentAssembly>
+ <dependentAssembly>
+ <assemblyIdentity name="Cucumber.Messages" publicKeyToken="b10c5988214f940c" culture="neutral" />
+ <bindingRedirect oldVersion="0.0.0.0-6.0.2.0" newVersion="6.0.2.0" />
+ </dependentAssembly>
+ </assemblyBinding>
+ </runtime>
+ <startup>
+ <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.8" />
+ </startup>
+
+</configuration> \ No newline at end of file
diff --git a/mRemoteNGTests/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormatTests.cs b/mRemoteNGTests/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormatTests.cs
index 3258164c..c55f2d26 100644
--- a/mRemoteNGTests/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormatTests.cs
+++ b/mRemoteNGTests/Config/Serializers/ConnectionSerializers/Csv/CsvConnectionsDeserializerMremotengFormatTests.cs
@@ -15,7 +15,7 @@ using NUnit.Framework;
namespace mRemoteNGTests.Config.Serializers.ConnectionSerializers.Csv
{
- public class CsvConnectionsDeserializerMremotengFormatTests
+ public class CsvConnectionsDeserializerMremotengFormatTests
{
private CsvConnectionsDeserializerMremotengFormat _deserializer;
private CsvConnectionsSerializerMremotengFormat _serializer;
@@ -168,8 +168,17 @@ namespace mRemoteNGTests.Config.Serializers.ConnectionSerializers.Csv
public static IEnumerable InheritanceTestCases()
{
- var testInheritance = GetTestConnectionWithAllInherited().Inheritance;
- var properties = testInheritance.GetProperties();
+ var ignoreProperties = new[]
+ {
+ nameof(ConnectionInfoInheritance.EverythingInherited),
+ nameof(ConnectionInfoInheritance.Parent),
+ nameof(ConnectionInfoInheritance.EverythingInherited)
+ };
+ var properties = typeof(ConnectionInfoInheritance)
+ .GetProperties()
+ .Where(property => !ignoreProperties.Contains(property.Name));
+ var testCases = new List<TestCaseData>();
+ var testInheritance = GetTestConnectionWithAllInherited().Inheritance;
return properties
.Select(property =>
diff --git a/mRemoteNGTests/Connection/ConnectionInfoInheritanceTests.cs b/mRemoteNGTests/Connection/ConnectionInfoInheritanceTests.cs
index 2b18a5dc..e1e582ce 100644
--- a/mRemoteNGTests/Connection/ConnectionInfoInheritanceTests.cs
+++ b/mRemoteNGTests/Connection/ConnectionInfoInheritanceTests.cs
@@ -1,77 +1,91 @@
-using mRemoteNG.Connection;
-using mRemoteNG.Container;
-using NUnit.Framework;
-using System.Collections;
+using System.Collections;
using System.Linq;
using System.Reflection;
+using mRemoteNG.Connection;
+using mRemoteNG.Container;
+using mRemoteNG.Tree.Root;
+using NUnit.Framework;
namespace mRemoteNGTests.Connection
{
- [TestFixture]
+ [TestFixture]
public class ConnectionInfoInheritanceTests
{
- private ConnectionInfo _connectionInfo;
- private ConnectionInfoInheritance _inheritance;
- private PropertyInfo[] _inheritanceProperties = typeof(ConnectionInfoInheritance).GetProperties();
+ private readonly PropertyInfo[] _inheritanceProperties = typeof(ConnectionInfoInheritance).GetProperties();
- [SetUp]
- public void Setup()
+ [Test]
+ public void TurnOffInheritanceCompletely()
{
- _connectionInfo = new ConnectionInfo();
- _inheritance = new ConnectionInfoInheritance(_connectionInfo);
+ var inheritance = new ConnectionInfoInheritance(new ConnectionInfo()) {Username = true};
+ inheritance.TurnOffInheritanceCompletely();
+ Assert.That(AllInheritancePropertiesAreFalse(inheritance), Is.True);
}
- [TearDown]
- public void Teardown()
+ [Test]
+ public void TurnOnInheritanceCompletely()
{
- _connectionInfo = null;
- _inheritance = null;
+ var inheritance = new ConnectionInfoInheritance(new ConnectionInfo());
+ inheritance.TurnOnInheritanceCompletely();
+ Assert.That(AllInheritancePropertiesAreTrue(inheritance), Is.True);
}
[Test]
- public void TurnOffInheritanceCompletely()
+ public void InheritanceIsDisabledWhenAttachedToARootNode()
{
- _inheritance.Username = true;
- _inheritance.TurnOffInheritanceCompletely();
- Assert.That(AllInheritancePropertiesAreFalse(), Is.True);
+ var inheritance = new ConnectionInfoInheritance(new RootNodeInfo(RootNodeType.Connection));
+ Assert.That(inheritance.InheritanceActive, Is.False);
}
[Test]
- public void TurnOnInheritanceCompletely()
+ public void InheritanceIsDisabledWhenAttachedToAPuttyRootNode()
{
- _inheritance.TurnOnInheritanceCompletely();
- Assert.That(AllInheritancePropertiesAreTrue(), Is.True);
+ var inheritance = new ConnectionInfoInheritance(new RootNodeInfo(RootNodeType.PuttySessions));
+ Assert.That(inheritance.InheritanceActive, Is.False);
}
[Test]
- public void DisableInheritanceTurnsOffAllInheritance()
+ public void InheritanceIsDisabledWhenAttachedToAPuttyNode()
{
- _inheritance.Username = true;
- _inheritance.DisableInheritance();
- Assert.That(AllInheritancePropertiesAreFalse(), Is.True);
+ var inheritance = new ConnectionInfoInheritance(new RootPuttySessionsNodeInfo());
+ Assert.That(inheritance.InheritanceActive, Is.False);
}
- [Test]
- public void EnableInheritanceRestoresPreviousInheritanceValues()
+ [Test]
+ public void InheritanceIsDisabledWhenAttachedToANodeDirectlyUnderTheRootNode()
+ {
+ var con = new ConnectionInfo();
+ new RootNodeInfo(RootNodeType.Connection).AddChild(con);
+ Assert.That(con.Inheritance.InheritanceActive, Is.False);
+ }
+
+ [Test]
+ public void InheritanceIsEnabledWhenAttachedToNormalConnectionInfo()
{
- _inheritance.Username = true;
- _inheritance.DisableInheritance();
- _inheritance.EnableInheritance();
- Assert.That(_inheritance.Username, Is.True);
+ var inheritance = new ConnectionInfoInheritance(new ConnectionInfo());
+ Assert.That(inheritance.InheritanceActive, Is.True);
}
[Test]
+ public void InheritanceIsEnabledWhenAttachedToNormalContainerInfo()
+ {
+ var inheritance = new ConnectionInfoInheritance(new ContainerInfo());
+ Assert.That(inheritance.InheritanceActive, Is.True);
+ }
+
+ [Test]
public void GetPropertiesReturnsListOfSettableProperties()
{
- var hasIconProperty = _inheritance.GetProperties().Contains(typeof(ConnectionInfoInheritance).GetProperty("Icon"));
+ var inheritance = new ConnectionInfoInheritance(new ConnectionInfo());
+ var hasIconProperty = inheritance.GetProperties().Contains(typeof(ConnectionInfoInheritance).GetProperty("Icon"));
Assert.That(hasIconProperty, Is.True);
}
[Test]
public void GetPropertiesExludesPropertiesThatShouldNotBeSet()
{
- var hasEverythingInheritedProperty = _inheritance.GetProperties().Contains(typeof(ConnectionInfoInheritance).GetProperty("EverythingInherited"));
+ var inheritance = new ConnectionInfoInheritance(new ConnectionInfo());
+ var hasEverythingInheritedProperty = inheritance.GetProperties().Contains(typeof(ConnectionInfoInheritance).GetProperty("EverythingInherited"));
Assert.That(hasEverythingInheritedProperty, Is.False);
}
@@ -91,23 +105,25 @@ namespace mRemoteNGTests.Connection
Assert.That(con1.AutomaticResize, Is.EqualTo(expectedSetting));
}
- private bool AllInheritancePropertiesAreTrue()
+ private bool AllInheritancePropertiesAreTrue(ConnectionInfoInheritance inheritance)
{
var allPropertiesTrue = true;
foreach (var property in _inheritanceProperties)
{
- if (PropertyIsBoolean(property) && PropertyIsChangedWhenSettingInheritAll(property) && BooleanPropertyIsSetToFalse(property))
+ if (PropertyIsBoolean(property) && PropertyIsChangedWhenSettingInheritAll(property) &&
+ BooleanPropertyIsSetToFalse(property, inheritance))
allPropertiesTrue = false;
}
return allPropertiesTrue;
}
- private bool AllInheritancePropertiesAreFalse()
+ private bool AllInheritancePropertiesAreFalse(ConnectionInfoInheritance inheritance)
{
var allPropertiesFalse = true;
foreach (var property in _inheritanceProperties)
{
- if (PropertyIsBoolean(property) && PropertyIsChangedWhenSettingInheritAll(property) && BooleanPropertyIsSetToTrue(property))
+ if (PropertyIsBoolean(property) && PropertyIsChangedWhenSettingInheritAll(property) &&
+ BooleanPropertyIsSetToTrue(property, inheritance))
allPropertiesFalse = false;
}
return allPropertiesFalse;
@@ -124,14 +140,14 @@ namespace mRemoteNGTests.Connection
return (property.PropertyType.Name == typeof(bool).Name);
}
- private bool BooleanPropertyIsSetToFalse(PropertyInfo property)
+ private bool BooleanPropertyIsSetToFalse(PropertyInfo property, ConnectionInfoInheritance inheritance)
{
- return (bool)property.GetValue(_inheritance) == false;
+ return (bool)property.GetValue(inheritance) == false;
}
- private bool BooleanPropertyIsSetToTrue(PropertyInfo property)
+ private bool BooleanPropertyIsSetToTrue(PropertyInfo property, ConnectionInfoInheritance inheritance)
{
- return (bool)property.GetValue(_inheritance);
+ return (bool)property.GetValue(inheritance);
}
}
} \ No newline at end of file
diff --git a/mRemoteNGTests/Connection/ConnectionInfoTests.cs b/mRemoteNGTests/Connection/ConnectionInfoTests.cs
index a439ad24..681f772d 100644
--- a/mRemoteNGTests/Connection/ConnectionInfoTests.cs
+++ b/mRemoteNGTests/Connection/ConnectionInfoTests.cs
@@ -94,16 +94,6 @@ namespace mRemoteNGTests.Connection
}
[TestCaseSource(typeof(InheritancePropertyProvider), nameof(InheritancePropertyProvider.GetProperties))]
- public void MovingAConnectionUnderRootNodeDisablesInheritance(PropertyInfo property)
- {
- var rootNode = new RootNodeInfo(RootNodeType.Connection);
- _connectionInfo.Inheritance.EverythingInherited = true;
- _connectionInfo.SetParent(rootNode);
- var propertyValue = property.GetValue(_connectionInfo.Inheritance);
- Assert.That(propertyValue, Is.False);
- }
-
- [TestCaseSource(typeof(InheritancePropertyProvider), nameof(InheritancePropertyProvider.GetProperties))]
public void MovingAConnectionFromUnderRootNodeToUnderADifferentNodeEnablesInheritance(PropertyInfo property)
{
var rootNode = new RootNodeInfo(RootNodeType.Connection);
diff --git a/mRemoteNGTests/Container/ContainerInfoTests.cs b/mRemoteNGTests/Container/ContainerInfoTests.cs
index 8c08a419..0c8cb3b3 100644
--- a/mRemoteNGTests/Container/ContainerInfoTests.cs
+++ b/mRemoteNGTests/Container/ContainerInfoTests.cs
@@ -2,12 +2,13 @@
using System.Linq;
using mRemoteNG.Connection;
using mRemoteNG.Container;
+using mRemoteNGTests.TestHelpers;
using NUnit.Framework;
namespace mRemoteNGTests.Container
{
- public class ContainerInfoTests
+ public class ContainerInfoTests
{
private ContainerInfo _containerInfo;
private ConnectionInfo _con1;
@@ -434,5 +435,69 @@ namespace mRemoteNGTests.Container
var grandchildOrderAfterSort = _containerInfo.Children.ToArray();
Assert.That(grandchildOrderAfterSort, Is.Ordered.Descending.By(nameof(ConnectionInfo.ConstantID)));
}
- }
+
+ [Test]
+ public void CanApplyConnectionSettingsToChildren()
+ {
+ var comparer = new ConnectionInfoAllConnectionPropertiesEqualityComparer();
+ var container = new ContainerInfo();
+ var con1 = ConnectionInfoHelpers.GetRandomizedConnectionInfo();
+ var con2 = ConnectionInfoHelpers.GetRandomizedConnectionInfo();
+ container.AddChild(con1);
+ container.AddChild(con2);
+
+ container.ApplyConnectionPropertiesToChildren();
+
+ Assert.That(con1, Is.EqualTo(container).Using(comparer));
+ Assert.That(con2, Is.EqualTo(container).Using(comparer));
+ }
+
+ [Test]
+ public void ApplyConnectionPropertiesToChildrenWorksRecursively()
+ {
+ var comparer = new ConnectionInfoAllConnectionPropertiesEqualityComparer();
+ var container = new ContainerInfo();
+ var subContainer = ConnectionInfoHelpers.GetRandomizedContainerInfo();
+ var con1 = ConnectionInfoHelpers.GetRandomizedConnectionInfo();
+ container.AddChild(subContainer);
+ subContainer.AddChild(con1);
+
+ container.ApplyConnectionPropertiesToChildren();
+
+ Assert.That(subContainer, Is.EqualTo(container).Using(comparer));
+ Assert.That(con1, Is.EqualTo(container).Using(comparer));
+ }
+
+ [Test]
+ public void CanApplyInheritanceSettingsToChildren()
+ {
+ var comparer = new ConnectionInheritanceAllPropertiesEqualityComparer();
+ var container = new ContainerInfo();
+ var con1 = ConnectionInfoHelpers.GetRandomizedConnectionInfo(randomizeInheritance:true);
+ var con2 = ConnectionInfoHelpers.GetRandomizedConnectionInfo(randomizeInheritance: true);
+ container.AddChild(con1);
+ container.AddChild(con2);
+
+ container.ApplyInheritancePropertiesToChildren();
+
+ Assert.That(con1.Inheritance, Is.EqualTo(container.Inheritance).Using(comparer));
+ Assert.That(con2.Inheritance, Is.EqualTo(container.Inheritance).Using(comparer));
+ }
+
+ [Test]
+ public void ApplyInheritancePropertiesToChildrenWorksRecursively()
+ {
+ var comparer = new ConnectionInheritanceAllPropertiesEqualityComparer();
+ var container = new ContainerInfo();
+ var subContainer = ConnectionInfoHelpers.GetRandomizedContainerInfo(randomizeInheritance: true);
+ var con1 = ConnectionInfoHelpers.GetRandomizedConnectionInfo(randomizeInheritance: true);
+ container.AddChild(subContainer);
+ subContainer.AddChild(con1);
+
+ container.ApplyInheritancePropertiesToChildren();
+
+ Assert.That(subContainer.Inheritance, Is.EqualTo(container.Inheritance).Using(comparer));
+ Assert.That(con1.Inheritance, Is.EqualTo(container.Inheritance).Using(comparer));
+ }
+ }
} \ No newline at end of file
diff --git a/mRemoteNGTests/Container/RootNodeInfoTests.cs b/mRemoteNGTests/Container/RootNodeInfoTests.cs
index fbd5894e..97927e68 100644
--- a/mRemoteNGTests/Container/RootNodeInfoTests.cs
+++ b/mRemoteNGTests/Container/RootNodeInfoTests.cs
@@ -4,15 +4,23 @@ using NUnit.Framework;
namespace mRemoteNGTests.Container
{
- public class RootNodeInfoTests
+ public class RootNodeInfoTests
{
[Test]
public void InheritanceIsDisabledForNodesDirectlyUnderRootNode()
{
- var rootNode = new RootNodeInfo(RootNodeType.Connection);
- var con1 = new ConnectionInfo { Inheritance = { Password = true } };
+ var expected = "UnInheritedValue";
+ var rootNode = new RootNodeInfo(RootNodeType.Connection)
+ {
+ Description = "thisCameFromTheRootNode"
+ };
+ var con1 = new ConnectionInfo
+ {
+ Description = expected,
+ Inheritance = { Description = true }
+ };
rootNode.AddChild(con1);
- Assert.That(con1.Inheritance.Password, Is.False);
+ Assert.That(con1.Description, Is.EqualTo(expected));
}
}
}
diff --git a/mRemoteNGTests/TestHelpers/ConnectionInfoAllConnectionPropertiesEqualityComparer.cs b/mRemoteNGTests/TestHelpers/ConnectionInfoAllConnectionPropertiesEqualityComparer.cs
new file mode 100644
index 00000000..33aaf926
--- /dev/null
+++ b/mRemoteNGTests/TestHelpers/ConnectionInfoAllConnectionPropertiesEqualityComparer.cs
@@ -0,0 +1,30 @@
+using System.Collections.Generic;
+using System.Linq;
+using mRemoteNG.Connection;
+
+namespace mRemoteNGTests.TestHelpers
+{
+ public class ConnectionInfoAllConnectionPropertiesEqualityComparer : IEqualityComparer<ConnectionInfo>
+ {
+ public bool Equals(ConnectionInfo x, ConnectionInfo y)
+ {
+ if (x == null && y == null)
+ return true;
+ if ((x == null) != (y == null))
+ return false;
+ return GetHashCode(x) == GetHashCode(y);
+ }
+
+ public int GetHashCode(ConnectionInfo connectionInfo)
+ {
+ var allProperties = connectionInfo.GetSerializableProperties();
+
+ unchecked // Overflow is fine, just wrap
+ {
+ return allProperties
+ .Aggregate(17,
+ (current, prop) => current * 23 + prop.GetValue(connectionInfo).GetHashCode());
+ }
+ }
+ }
+}
diff --git a/mRemoteNGTests/TestHelpers/ConnectionInheritanceAllPropertiesEqualityComparer.cs b/mRemoteNGTests/TestHelpers/ConnectionInheritanceAllPropertiesEqualityComparer.cs
new file mode 100644
index 00000000..21fef6f9
--- /dev/null
+++ b/mRemoteNGTests/TestHelpers/ConnectionInheritanceAllPropertiesEqualityComparer.cs
@@ -0,0 +1,30 @@
+using System.Collections.Generic;
+using System.Linq;
+using mRemoteNG.Connection;
+
+namespace mRemoteNGTests.TestHelpers
+{
+ public class ConnectionInheritanceAllPropertiesEqualityComparer : IEqualityComparer<ConnectionInfoInheritance>
+ {
+ public bool Equals(ConnectionInfoInheritance x, ConnectionInfoInheritance y)
+ {
+ if (x == null && y == null)
+ return true;
+ if ((x == null) != (y == null))
+ return false;
+ return GetHashCode(x) == GetHashCode(y);
+ }
+
+ public int GetHashCode(ConnectionInfoInheritance inheritance)
+ {
+ var allProperties = inheritance.GetProperties();
+
+ unchecked // Overflow is fine, just wrap
+ {
+ return allProperties
+ .Aggregate(17,
+ (current, prop) => current * 23 + prop.GetValue(inheritance).GetHashCode());
+ }
+ }
+ }
+}
diff --git a/mRemoteNGTests/TestHelpers/SerializableConnectionInfoAllPropertiesOfType.cs b/mRemoteNGTests/TestHelpers/SerializableConnectionInfoAllPropertiesOfType.cs
index 9d8b9478..984b3cdd 100644
--- a/mRemoteNGTests/TestHelpers/SerializableConnectionInfoAllPropertiesOfType.cs
+++ b/mRemoteNGTests/TestHelpers/SerializableConnectionInfoAllPropertiesOfType.cs
@@ -73,6 +73,7 @@
public TType SSHOptions { get; set; }
public TType SSHTunnelConnectionName { get; set; }
public TType StartProgram { get; set; }
+ public TType StartProgramWorkDir { get; set; }
public TType OpeningCommand { get; set; }
}
}
diff --git a/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs b/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
index 8df8c976..35286713 100644
--- a/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
+++ b/mRemoteNGTests/UI/Window/ConfigWindowTests/ConfigWindowGeneralTests.cs
@@ -86,26 +86,7 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
() => "The property mode should switch from inheritance to connection properties when clicking on the root node.");
}
- [Test]
- public void SwitchFromInheritanceToConnectionPropertiesWhenClickingChildOfRootNode()
- {
- // connection with a normal parent container
- var root = new RootNodeInfo(RootNodeType.Connection);
- var containerWhoseParentIsRoot = new ContainerInfo();
- var connection = new ConnectionInfo();
- root.AddChild(containerWhoseParentIsRoot);
- containerWhoseParentIsRoot.AddChild(connection);
-
- _configWindow.SelectedTreeNode = connection;
- _configWindow.ShowInheritanceProperties();
-
- _configWindow.SelectedTreeNode = containerWhoseParentIsRoot;
- Assert.That(_configWindow.PropertiesVisible, Is.True,
- () => "The property mode should switch from inheritance to connection properties " +
- "when clicking on a container whose parent is the root node.");
- }
-
- [TestCaseSource(nameof(EveryNodeType))]
+ [TestCaseSource(nameof(EveryNodeType))]
public void DefaultConnectionPropertiesCanBeShownRegardlessOfWhichNodeIsSelected(ConnectionInfo selectedObject)
{
_configWindow.SelectedTreeNode = selectedObject;
@@ -167,47 +148,28 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
private static IEnumerable<TestCaseData> EveryNodeType()
{
var protocolTypes = typeof(ProtocolType).GetEnumValues().OfType<ProtocolType>().ToList();
- var root = new RootNodeInfo(RootNodeType.Connection);
var container = new ContainerInfo();
- var connectionsWithNormalParent = protocolTypes
+ var connections = protocolTypes
.Select(protocolType =>
{
var c = new ConnectionInfo {Protocol = protocolType};
c.SetParent(container);
- return new TestCaseData(c).SetName(protocolType + ", Connection, NormalParent");
- });
-
- var connectionsWithRootParent = protocolTypes
- .Select(protocolType =>
- {
- var c = new ConnectionInfo { Protocol = protocolType };
- c.SetParent(root);
- return new TestCaseData(c).SetName(protocolType + ", Connection, RootParent");
+ return new TestCaseData(c).SetName(protocolType + ", Connection");
});
- var contianersWithNormalParent = protocolTypes
+ var containers = protocolTypes
.Select(protocolType =>
{
var c = new ContainerInfo { Protocol = protocolType };
c.SetParent(container);
- return new TestCaseData(c).SetName(protocolType + ", Connection, NormalParent");
- });
-
- var containersWithRootParent = protocolTypes
- .Select(protocolType =>
- {
- var c = new ContainerInfo { Protocol = protocolType };
- c.SetParent(root);
- return new TestCaseData(c).SetName(protocolType + ", Connection, RootParent");
+ return new TestCaseData(c).SetName(protocolType + ", Connection");
});
- return connectionsWithNormalParent
- .Concat(connectionsWithRootParent)
- .Concat(contianersWithNormalParent)
- .Concat(containersWithRootParent)
+ return connections
+ .Concat(containers)
.Concat(new[]
{
- new TestCaseData(root).SetName("RootNode"),
+ new TestCaseData(new RootNodeInfo(RootNodeType.Connection)).SetName("RootNode"),
new TestCaseData(new RootPuttySessionsNodeInfo()).SetName("RootPuttyNode"),
new TestCaseData(new PuttySessionInfo()).SetName("PuttyNode"),
new TestCaseData(null).SetName("Null"),
@@ -299,7 +261,8 @@ namespace mRemoteNGTests.UI.Window.ConfigWindowTests
nameof(ConnectionInfo.RedirectAudioCapture),
nameof(ConnectionInfo.RdpVersion),
nameof(ConnectionInfo.OpeningCommand),
- nameof(ConnectionInfo.StartProgram)
+ nameof(ConnectionInfo.StartProgram),
+ nameof(ConnectionInfo.StartProgramWorkDir)
});
break;
case ProtocolType.VNC: