diff --git a/Source/GlobalAssemblyInfo.cs b/Source/GlobalAssemblyInfo.cs index 2c3b62ecf7..1b58f5b727 100644 --- a/Source/GlobalAssemblyInfo.cs +++ b/Source/GlobalAssemblyInfo.cs @@ -6,5 +6,5 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -[assembly: AssemblyVersion("2025.11.1.0")] -[assembly: AssemblyFileVersion("2025.11.1.0")] +[assembly: AssemblyVersion("2025.11.16.0")] +[assembly: AssemblyFileVersion("2025.11.16.0")] diff --git a/Source/NETworkManager.Documentation/DocumentationIdentifier.cs b/Source/NETworkManager.Documentation/DocumentationIdentifier.cs index ecb8ad5946..23634e4441 100644 --- a/Source/NETworkManager.Documentation/DocumentationIdentifier.cs +++ b/Source/NETworkManager.Documentation/DocumentationIdentifier.cs @@ -65,11 +65,6 @@ public enum DocumentationIdentifier /// ApplicationPutty, - /// - /// AWS Session Manager documentation page. - /// - ApplicationAWSSessionManager, - /// /// TigerVNC documentation page. /// diff --git a/Source/NETworkManager.Documentation/DocumentationManager.cs b/Source/NETworkManager.Documentation/DocumentationManager.cs index aab0aef654..5215e7005b 100644 --- a/Source/NETworkManager.Documentation/DocumentationManager.cs +++ b/Source/NETworkManager.Documentation/DocumentationManager.cs @@ -55,9 +55,6 @@ public static class DocumentationManager new DocumentationInfo(DocumentationIdentifier.ApplicationPutty, @"docs/application/putty"), - new DocumentationInfo(DocumentationIdentifier.ApplicationAWSSessionManager, - @"docs/application/aws-session-manager"), - new DocumentationInfo(DocumentationIdentifier.ApplicationTigerVNC, @"docs/application/tigervnc"), @@ -210,8 +207,7 @@ public static DocumentationIdentifier GetIdentifierByApplicationName(Application ApplicationName.DNSLookup => DocumentationIdentifier.ApplicationDnsLookup, ApplicationName.RemoteDesktop => DocumentationIdentifier.ApplicationRemoteDesktop, ApplicationName.PowerShell => DocumentationIdentifier.ApplicationPowerShell, - ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty, - ApplicationName.AWSSessionManager => DocumentationIdentifier.ApplicationAWSSessionManager, + ApplicationName.PuTTY => DocumentationIdentifier.ApplicationPutty, ApplicationName.TigerVNC => DocumentationIdentifier.ApplicationTigerVNC, ApplicationName.WebConsole => DocumentationIdentifier.ApplicationWebConsole, ApplicationName.SNMP => DocumentationIdentifier.ApplicationSnmp, @@ -259,8 +255,7 @@ public static DocumentationIdentifier GetIdentifierBySettingsName(SettingsName n SettingsName.DNSLookup => GetIdentifierByApplicationName(ApplicationName.DNSLookup), SettingsName.RemoteDesktop => GetIdentifierByApplicationName(ApplicationName.RemoteDesktop), SettingsName.PowerShell => GetIdentifierByApplicationName(ApplicationName.PowerShell), - SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY), - SettingsName.AWSSessionManager => GetIdentifierByApplicationName(ApplicationName.AWSSessionManager), + SettingsName.PuTTY => GetIdentifierByApplicationName(ApplicationName.PuTTY), SettingsName.TigerVNC => GetIdentifierByApplicationName(ApplicationName.TigerVNC), SettingsName.SNMP => GetIdentifierByApplicationName(ApplicationName.SNMP), SettingsName.SNTPLookup => GetIdentifierByApplicationName(ApplicationName.SNTPLookup), diff --git a/Source/NETworkManager.Documentation/LibraryManager.cs b/Source/NETworkManager.Documentation/LibraryManager.cs index 5abf24010f..40f18ef8a8 100644 --- a/Source/NETworkManager.Documentation/LibraryManager.cs +++ b/Source/NETworkManager.Documentation/LibraryManager.cs @@ -27,10 +27,7 @@ public static class LibraryManager new LibraryInfo("AirspaceFixer", "https://github.com/chris84948/AirspaceFixer", Strings.Library_AirspaceFixer_Description, Strings.License_MITLicense, - "https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"), - new LibraryInfo("AWSSDK.EC2", "https://github.com/aws/aws-sdk-net/", - Strings.Library_AWSSDKdotEC2_Description, - Strings.License_ApacheLicense2dot0, "https://aws.amazon.com/apache-2-0/"), + "https://github.com/chris84948/AirspaceFixer/blob/master/LICENSE"), new LibraryInfo("ControlzEx", "https://github.com/ControlzEx/ControlzEx", Strings.Library_ControlzEx_Description, Strings.License_MITLicense, diff --git a/Source/NETworkManager.Documentation/Licenses/AWSSDK.EC2.txt b/Source/NETworkManager.Documentation/Licenses/AWSSDK.EC2.txt deleted file mode 100644 index e0ee5219ba..0000000000 --- a/Source/NETworkManager.Documentation/Licenses/AWSSDK.EC2.txt +++ /dev/null @@ -1,40 +0,0 @@ -Apache License -Version 2.0, January 2004 -TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION -1. Definitions. - -“License” shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document. - -“Licensor” shall mean the copyright owner or entity authorized by the copyright owner that is granting the License. - -“Legal Entity” shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, “control” means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity. - -“You” (or “Your”) shall mean an individual or Legal Entity exercising permissions granted by this License. - -“Source” form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files. - -“Object” form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types. - -“Work” shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below). - -“Derivative Works” shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof. - -“Contribution” shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, “submitted” means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as “Not a Contribution.” - -“Contributor” shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work. -2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form. -3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed. -4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions: - -You must give any other recipients of the Work or Derivative Works a copy of this License; and -You must cause any modified files to carry prominent notices stating that You changed the files; and -You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and -If the Work includes a “NOTICE” text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. -You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License. - -5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions. -6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file. -7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License. -8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages. -9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability. -END OF TERMS AND CONDITIONS diff --git a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj index 5b2aac3088..1059b6de11 100644 --- a/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj +++ b/Source/NETworkManager.Documentation/NETworkManager.Documentation.csproj @@ -14,31 +14,30 @@ false - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + - + @@ -47,9 +46,6 @@ PreserveNewest - - PreserveNewest - PreserveNewest @@ -109,9 +105,9 @@ - - - + + + diff --git a/Source/NETworkManager.Localization/Resources/StaticStrings.Designer.cs b/Source/NETworkManager.Localization/Resources/StaticStrings.Designer.cs index 1b56f8da1b..35c35d1075 100644 --- a/Source/NETworkManager.Localization/Resources/StaticStrings.Designer.cs +++ b/Source/NETworkManager.Localization/Resources/StaticStrings.Designer.cs @@ -1,9 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -12,13 +13,13 @@ namespace NETworkManager.Localization.Resources { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // 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")] + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class StaticStrings { @@ -32,7 +33,7 @@ internal StaticStrings() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -46,8 +47,8 @@ internal StaticStrings() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -60,7 +61,7 @@ internal StaticStrings() { } /// - /// Looks up a localized string similar to CSV. + /// Sucht eine lokalisierte Zeichenfolge, die CSV ähnelt. /// public static string CSV { get { @@ -69,34 +70,7 @@ public static string CSV { } /// - /// Looks up a localized string similar to i-0b22a22eec53b9321. - /// - public static string ExampleAWSInstanceId { - get { - return ResourceManager.GetString("ExampleAWSInstanceId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to default. - /// - public static string ExampleAWSProfile { - get { - return ResourceManager.GetString("ExampleAWSProfile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to eu-central-1. - /// - public static string ExampleAWSRegion { - get { - return ResourceManager.GetString("ExampleAWSRegion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to 9600. + /// Sucht eine lokalisierte Zeichenfolge, die 9600 ähnelt. /// public static string ExampleBaud9600 { get { @@ -105,7 +79,7 @@ public static string ExampleBaud9600 { } /// - /// Looks up a localized string similar to 1024. + /// Sucht eine lokalisierte Zeichenfolge, die 1024 ähnelt. /// public static string ExampleBits { get { @@ -114,7 +88,7 @@ public static string ExampleBits { } /// - /// Looks up a localized string similar to Windows-Testuser. + /// Sucht eine lokalisierte Zeichenfolge, die Windows-Testuser ähnelt. /// public static string ExampleCredentialName { get { @@ -123,7 +97,7 @@ public static string ExampleCredentialName { } /// - /// Looks up a localized string similar to https://$$HOSTNAME$$/. + /// Sucht eine lokalisierte Zeichenfolge, die https://$$HOSTNAME$$/ ähnelt. /// public static string ExampleCustomCommandVariableHostname { get { @@ -132,7 +106,7 @@ public static string ExampleCustomCommandVariableHostname { } /// - /// Looks up a localized string similar to borntoberoot.net. + /// Sucht eine lokalisierte Zeichenfolge, die borntoberoot.net ähnelt. /// public static string ExampleDomain { get { @@ -141,7 +115,7 @@ public static string ExampleDomain { } /// - /// Looks up a localized string similar to server-01.borntoberoot.net. + /// Sucht eine lokalisierte Zeichenfolge, die server-01.borntoberoot.net ähnelt. /// public static string ExampleFqdn { get { @@ -150,7 +124,7 @@ public static string ExampleFqdn { } /// - /// Looks up a localized string similar to borntoberoot.net or 1.1.1.1. + /// Sucht eine lokalisierte Zeichenfolge, die borntoberoot.net or 1.1.1.1 ähnelt. /// public static string ExampleFqdnOrIPAddressPublic { get { @@ -159,7 +133,7 @@ public static string ExampleFqdnOrIPAddressPublic { } /// - /// Looks up a localized string similar to gw.borntoberoot.net. + /// Sucht eine lokalisierte Zeichenfolge, die gw.borntoberoot.net ähnelt. /// public static string ExampleGatewayDomain { get { @@ -168,7 +142,7 @@ public static string ExampleGatewayDomain { } /// - /// Looks up a localized string similar to Servers. + /// Sucht eine lokalisierte Zeichenfolge, die Servers ähnelt. /// public static string ExampleGroupServers { get { @@ -177,7 +151,7 @@ public static string ExampleGroupServers { } /// - /// Looks up a localized string similar to Switche. + /// Sucht eine lokalisierte Zeichenfolge, die Switche ähnelt. /// public static string ExampleGroupSwitche { get { @@ -186,7 +160,7 @@ public static string ExampleGroupSwitche { } /// - /// Looks up a localized string similar to 71:b8:f2:6e..., 13:59:a7.... + /// Sucht eine lokalisierte Zeichenfolge, die 71:b8:f2:6e..., 13:59:a7... ähnelt. /// public static string ExampleHostkey { get { @@ -195,7 +169,7 @@ public static string ExampleHostkey { } /// - /// Looks up a localized string similar to SERVER-01. + /// Sucht eine lokalisierte Zeichenfolge, die SERVER-01 ähnelt. /// public static string ExampleHostname { get { @@ -204,7 +178,7 @@ public static string ExampleHostname { } /// - /// Looks up a localized string similar to SERVER-01; 10.0.0.10. + /// Sucht eine lokalisierte Zeichenfolge, die SERVER-01; 10.0.0.10 ähnelt. /// public static string ExampleHostnameAndOrIPAddress { get { @@ -213,7 +187,7 @@ public static string ExampleHostnameAndOrIPAddress { } /// - /// Looks up a localized string similar to SERVER-01 or 10.0.0.10. + /// Sucht eine lokalisierte Zeichenfolge, die SERVER-01 or 10.0.0.10 ähnelt. /// public static string ExampleHostnameOrIPAddress { get { @@ -222,7 +196,7 @@ public static string ExampleHostnameOrIPAddress { } /// - /// Looks up a localized string similar to 192.168.178.0/24; 10.0.0.0 - 10.0.0.9; 10.0.[0-9,20].[1-2]; server-01.borntoberoot.net/24. + /// Sucht eine lokalisierte Zeichenfolge, die 192.168.178.0/24; 10.0.0.0 - 10.0.0.9; 10.0.[0-9,20].[1-2]; server-01.borntoberoot.net/24 ähnelt. /// public static string ExampleHostRange { get { @@ -231,7 +205,7 @@ public static string ExampleHostRange { } /// - /// Looks up a localized string similar to server-01.borntoberoot.net:3389. + /// Sucht eine lokalisierte Zeichenfolge, die server-01.borntoberoot.net:3389 ähnelt. /// public static string ExampleHostWithRDPPort { get { @@ -240,7 +214,7 @@ public static string ExampleHostWithRDPPort { } /// - /// Looks up a localized string similar to 10.0.0.10. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.10 ähnelt. /// public static string ExampleIPv4Address { get { @@ -249,7 +223,7 @@ public static string ExampleIPv4Address { } /// - /// Looks up a localized string similar to 10.0.0.255. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.255 ähnelt. /// public static string ExampleIPv4Broadcast { get { @@ -258,7 +232,7 @@ public static string ExampleIPv4Broadcast { } /// - /// Looks up a localized string similar to 1.1.1.1. + /// Sucht eine lokalisierte Zeichenfolge, die 1.1.1.1 ähnelt. /// public static string ExampleIPv4DNSServer { get { @@ -267,7 +241,7 @@ public static string ExampleIPv4DNSServer { } /// - /// Looks up a localized string similar to 10.0.0.1; 1.1.1.1; 8.8.8.8. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.1; 1.1.1.1; 8.8.8.8 ähnelt. /// public static string ExampleIPv4DNSServers { get { @@ -276,7 +250,7 @@ public static string ExampleIPv4DNSServers { } /// - /// Looks up a localized string similar to 10.0.0.1. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.1 ähnelt. /// public static string ExampleIPv4Gateway { get { @@ -285,7 +259,7 @@ public static string ExampleIPv4Gateway { } /// - /// Looks up a localized string similar to 10.0.0.13/255.255.255.0 or 2001:0db8::/64. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.13/255.255.255.0 or 2001:0db8::/64 ähnelt. /// public static string ExampleIPv4IPv6Subnet { get { @@ -294,7 +268,7 @@ public static string ExampleIPv4IPv6Subnet { } /// - /// Looks up a localized string similar to 10.0.0.14/255.255.255.0 or 2001:0db9::/64. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.14/255.255.255.0 or 2001:0db9::/64 ähnelt. /// public static string ExampleIPv4IPv6Subnet2 { get { @@ -303,7 +277,7 @@ public static string ExampleIPv4IPv6Subnet2 { } /// - /// Looks up a localized string similar to 192.168.178.0/24 or 192.168.178.0/255.255.255.0. + /// Sucht eine lokalisierte Zeichenfolge, die 192.168.178.0/24 or 192.168.178.0/255.255.255.0 ähnelt. /// public static string ExampleIPv4Subnet { get { @@ -312,7 +286,7 @@ public static string ExampleIPv4Subnet { } /// - /// Looks up a localized string similar to 192.168.179.0/24 or 192.168.179.0/255.255.255.0. + /// Sucht eine lokalisierte Zeichenfolge, die 192.168.179.0/24 or 192.168.179.0/255.255.255.0 ähnelt. /// public static string ExampleIPv4Subnet2 { get { @@ -321,7 +295,7 @@ public static string ExampleIPv4Subnet2 { } /// - /// Looks up a localized string similar to 255.255.255.0. + /// Sucht eine lokalisierte Zeichenfolge, die 255.255.255.0 ähnelt. /// public static string ExampleIPv4Subnetmask { get { @@ -330,7 +304,7 @@ public static string ExampleIPv4Subnetmask { } /// - /// Looks up a localized string similar to /24 or 255.255.255.0. + /// Sucht eine lokalisierte Zeichenfolge, die /24 or 255.255.255.0 ähnelt. /// public static string ExampleIPv4SubnetmaskIPv4CIDR { get { @@ -339,7 +313,7 @@ public static string ExampleIPv4SubnetmaskIPv4CIDR { } /// - /// Looks up a localized string similar to 255.255.255.0 or /64. + /// Sucht eine lokalisierte Zeichenfolge, die 255.255.255.0 or /64 ähnelt. /// public static string ExampleIPv4SubnetmaskIPv6CIDR { get { @@ -348,7 +322,7 @@ public static string ExampleIPv4SubnetmaskIPv6CIDR { } /// - /// Looks up a localized string similar to 10.0.0.0/24. + /// Sucht eine lokalisierte Zeichenfolge, die 10.0.0.0/24 ähnelt. /// public static string ExampleIPv4SubnetWithCIDR { get { @@ -357,7 +331,7 @@ public static string ExampleIPv4SubnetWithCIDR { } /// - /// Looks up a localized string similar to 2606:4700:4700::1111. + /// Sucht eine lokalisierte Zeichenfolge, die 2606:4700:4700::1111 ähnelt. /// public static string ExampleIPv6Address { get { @@ -366,7 +340,7 @@ public static string ExampleIPv6Address { } /// - /// Looks up a localized string similar to 00:F1:21:AB:0B:35. + /// Sucht eine lokalisierte Zeichenfolge, die 00:F1:21:AB:0B:35 ähnelt. /// public static string ExampleMACAddress { get { @@ -375,7 +349,7 @@ public static string ExampleMACAddress { } /// - /// Looks up a localized string similar to 01:23:45:67:89:AB; 01-23-45; AA11BB; 00F1A2C3D4E5; Intel Corp; Asus. + /// Sucht eine lokalisierte Zeichenfolge, die 01:23:45:67:89:AB; 01-23-45; AA11BB; 00F1A2C3D4E5; Intel Corp; Asus ähnelt. /// public static string ExampleMACAddressesOrVendor { get { @@ -384,7 +358,7 @@ public static string ExampleMACAddressesOrVendor { } /// - /// Looks up a localized string similar to S3cr3t_P4ssw0rd%. + /// Sucht eine lokalisierte Zeichenfolge, die S3cr3t_P4ssw0rd% ähnelt. /// public static string ExamplePassword { get { @@ -393,7 +367,7 @@ public static string ExamplePassword { } /// - /// Looks up a localized string similar to 161. + /// Sucht eine lokalisierte Zeichenfolge, die 161 ähnelt. /// public static string ExamplePort161 { get { @@ -402,7 +376,7 @@ public static string ExamplePort161 { } /// - /// Looks up a localized string similar to 22. + /// Sucht eine lokalisierte Zeichenfolge, die 22 ähnelt. /// public static string ExamplePort22 { get { @@ -411,7 +385,7 @@ public static string ExamplePort22 { } /// - /// Looks up a localized string similar to 23. + /// Sucht eine lokalisierte Zeichenfolge, die 23 ähnelt. /// public static string ExamplePort23 { get { @@ -420,7 +394,7 @@ public static string ExamplePort23 { } /// - /// Looks up a localized string similar to 3389. + /// Sucht eine lokalisierte Zeichenfolge, die 3389 ähnelt. /// public static string ExamplePort3389 { get { @@ -429,7 +403,7 @@ public static string ExamplePort3389 { } /// - /// Looks up a localized string similar to 513. + /// Sucht eine lokalisierte Zeichenfolge, die 513 ähnelt. /// public static string ExamplePort513 { get { @@ -438,7 +412,7 @@ public static string ExamplePort513 { } /// - /// Looks up a localized string similar to 53. + /// Sucht eine lokalisierte Zeichenfolge, die 53 ähnelt. /// public static string ExamplePort53 { get { @@ -447,7 +421,7 @@ public static string ExamplePort53 { } /// - /// Looks up a localized string similar to 5900. + /// Sucht eine lokalisierte Zeichenfolge, die 5900 ähnelt. /// public static string ExamplePort5900 { get { @@ -456,7 +430,7 @@ public static string ExamplePort5900 { } /// - /// Looks up a localized string similar to 7. + /// Sucht eine lokalisierte Zeichenfolge, die 7 ähnelt. /// public static string ExamplePort7 { get { @@ -465,7 +439,7 @@ public static string ExamplePort7 { } /// - /// Looks up a localized string similar to 22/tcp; 80; 161-162/udp; 1-1024; https; ldaps; Domain Name Server. + /// Sucht eine lokalisierte Zeichenfolge, die 22/tcp; 80; 161-162/udp; 1-1024; https; ldaps; Domain Name Server ähnelt. /// public static string ExamplePortPortRangeOrService { get { @@ -474,7 +448,7 @@ public static string ExamplePortPortRangeOrService { } /// - /// Looks up a localized string similar to 22; 80; 443. + /// Sucht eine lokalisierte Zeichenfolge, die 22; 80; 443 ähnelt. /// public static string ExamplePorts { get { @@ -483,7 +457,7 @@ public static string ExamplePorts { } /// - /// Looks up a localized string similar to 22; 80; 443; 500 - 999; 8080. + /// Sucht eine lokalisierte Zeichenfolge, die 22; 80; 443; 500 - 999; 8080 ähnelt. /// public static string ExamplePortScanRange { get { @@ -492,7 +466,7 @@ public static string ExamplePortScanRange { } /// - /// Looks up a localized string similar to C:\Program Files\PowerShell\7\pwsh.exe. + /// Sucht eine lokalisierte Zeichenfolge, die C:\Program Files\PowerShell\7\pwsh.exe ähnelt. /// public static string ExamplePowerShellPath { get { @@ -501,7 +475,7 @@ public static string ExamplePowerShellPath { } /// - /// Looks up a localized string similar to Webserver. + /// Sucht eine lokalisierte Zeichenfolge, die Webserver ähnelt. /// public static string ExampleProfileName { get { @@ -510,7 +484,7 @@ public static string ExampleProfileName { } /// - /// Looks up a localized string similar to https://api.ipify.org. + /// Sucht eine lokalisierte Zeichenfolge, die https://api.ipify.org ähnelt. /// public static string ExamplePublicIPv4AddressAPI { get { @@ -519,7 +493,7 @@ public static string ExamplePublicIPv4AddressAPI { } /// - /// Looks up a localized string similar to https://api6.ipify.org. + /// Sucht eine lokalisierte Zeichenfolge, die https://api6.ipify.org ähnelt. /// public static string ExamplePublicIPv6AddressAPI { get { @@ -528,7 +502,7 @@ public static string ExamplePublicIPv6AddressAPI { } /// - /// Looks up a localized string similar to C:\Program Files\PuTTY\putty.exe. + /// Sucht eine lokalisierte Zeichenfolge, die C:\Program Files\PuTTY\putty.exe ähnelt. /// public static string ExamplePuTTYPath { get { @@ -537,7 +511,7 @@ public static string ExamplePuTTYPath { } /// - /// Looks up a localized string similar to NETworkManager. + /// Sucht eine lokalisierte Zeichenfolge, die NETworkManager ähnelt. /// public static string ExamplePuTTYProfile { get { @@ -546,7 +520,7 @@ public static string ExamplePuTTYProfile { } /// - /// Looks up a localized string similar to COM5. + /// Sucht eine lokalisierte Zeichenfolge, die COM5 ähnelt. /// public static string ExampleSerialLine { get { @@ -555,7 +529,7 @@ public static string ExampleSerialLine { } /// - /// Looks up a localized string similar to 4uth_S3cr3t!. + /// Sucht eine lokalisierte Zeichenfolge, die 4uth_S3cr3t! ähnelt. /// public static string ExampleSNMPAuthSecret { get { @@ -564,7 +538,7 @@ public static string ExampleSNMPAuthSecret { } /// - /// Looks up a localized string similar to public. + /// Sucht eine lokalisierte Zeichenfolge, die public ähnelt. /// public static string ExampleSNMPCommunity { get { @@ -573,7 +547,7 @@ public static string ExampleSNMPCommunity { } /// - /// Looks up a localized string similar to system. + /// Sucht eine lokalisierte Zeichenfolge, die system ähnelt. /// public static string ExampleSNMPMIB { get { @@ -582,7 +556,7 @@ public static string ExampleSNMPMIB { } /// - /// Looks up a localized string similar to 1.3.6.1.2.1.1. + /// Sucht eine lokalisierte Zeichenfolge, die 1.3.6.1.2.1.1 ähnelt. /// public static string ExampleSnmpOid { get { @@ -591,7 +565,7 @@ public static string ExampleSnmpOid { } /// - /// Looks up a localized string similar to 1.3.6.1.2.1.1; 1.3.6.1.2.1.2. + /// Sucht eine lokalisierte Zeichenfolge, die 1.3.6.1.2.1.1; 1.3.6.1.2.1.2 ähnelt. /// public static string ExampleSnmpOids { get { @@ -600,7 +574,7 @@ public static string ExampleSnmpOids { } /// - /// Looks up a localized string similar to Pr1v_S3cr3t%. + /// Sucht eine lokalisierte Zeichenfolge, die Pr1v_S3cr3t% ähnelt. /// public static string ExampleSNMPPrivSecret { get { @@ -609,7 +583,7 @@ public static string ExampleSNMPPrivSecret { } /// - /// Looks up a localized string similar to snmp-user. + /// Sucht eine lokalisierte Zeichenfolge, die snmp-user ähnelt. /// public static string ExampleSNMPUsername { get { @@ -618,7 +592,7 @@ public static string ExampleSNMPUsername { } /// - /// Looks up a localized string similar to IoT-Devices. + /// Sucht eine lokalisierte Zeichenfolge, die IoT-Devices ähnelt. /// public static string ExampleSsid { get { @@ -627,7 +601,7 @@ public static string ExampleSsid { } /// - /// Looks up a localized string similar to example.com. + /// Sucht eine lokalisierte Zeichenfolge, die example.com ähnelt. /// public static string ExampleSuffix { get { @@ -636,7 +610,7 @@ public static string ExampleSuffix { } /// - /// Looks up a localized string similar to server; dmz. + /// Sucht eine lokalisierte Zeichenfolge, die server; dmz ähnelt. /// public static string ExampleTags { get { @@ -645,7 +619,7 @@ public static string ExampleTags { } /// - /// Looks up a localized string similar to C:\Tools\TigerVNC\vncviewer64-1.12.0.exe. + /// Sucht eine lokalisierte Zeichenfolge, die C:\Tools\TigerVNC\vncviewer64-1.12.0.exe ähnelt. /// public static string ExampleTigerVNCPath { get { @@ -654,7 +628,7 @@ public static string ExampleTigerVNCPath { } /// - /// Looks up a localized string similar to Admin. + /// Sucht eine lokalisierte Zeichenfolge, die Admin ähnelt. /// public static string ExampleUsername { get { @@ -663,7 +637,7 @@ public static string ExampleUsername { } /// - /// Looks up a localized string similar to 80; 443; 8080; 8443. + /// Sucht eine lokalisierte Zeichenfolge, die 80; 443; 8080; 8443 ähnelt. /// public static string ExampleWebserverPorts { get { @@ -672,7 +646,7 @@ public static string ExampleWebserverPorts { } /// - /// Looks up a localized string similar to http(s)://borntoberoot.net/index.html. + /// Sucht eine lokalisierte Zeichenfolge, die http(s)://borntoberoot.net/index.html ähnelt. /// public static string ExampleWebsiteUri { get { @@ -681,7 +655,7 @@ public static string ExampleWebsiteUri { } /// - /// Looks up a localized string similar to GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die GitHub ähnelt. /// public static string GitHub { get { @@ -690,7 +664,7 @@ public static string GitHub { } /// - /// Looks up a localized string similar to ••••••••••••. + /// Sucht eine lokalisierte Zeichenfolge, die •••••••••••• ähnelt. /// public static string HiddenPassword { get { @@ -699,7 +673,7 @@ public static string HiddenPassword { } /// - /// Looks up a localized string similar to iexplore.exe. + /// Sucht eine lokalisierte Zeichenfolge, die iexplore.exe ähnelt. /// public static string IExploreExe { get { @@ -708,7 +682,7 @@ public static string IExploreExe { } /// - /// Looks up a localized string similar to Internet Explorer. + /// Sucht eine lokalisierte Zeichenfolge, die Internet Explorer ähnelt. /// public static string InternetExplorer { get { @@ -717,7 +691,7 @@ public static string InternetExplorer { } /// - /// Looks up a localized string similar to JSON. + /// Sucht eine lokalisierte Zeichenfolge, die JSON ähnelt. /// public static string JSON { get { @@ -726,7 +700,7 @@ public static string JSON { } /// - /// Looks up a localized string similar to C:\Data\Keys\private_ssh.ppk. + /// Sucht eine lokalisierte Zeichenfolge, die C:\Data\Keys\private_ssh.ppk ähnelt. /// public static string PrivateKeyFileLocationDots { get { @@ -735,7 +709,7 @@ public static string PrivateKeyFileLocationDots { } /// - /// Looks up a localized string similar to NETworkManager. + /// Sucht eine lokalisierte Zeichenfolge, die NETworkManager ähnelt. /// public static string ProductName { get { @@ -744,7 +718,7 @@ public static string ProductName { } /// - /// Looks up a localized string similar to TXT. + /// Sucht eine lokalisierte Zeichenfolge, die TXT ähnelt. /// public static string TXT { get { @@ -753,7 +727,7 @@ public static string TXT { } /// - /// Looks up a localized string similar to XML. + /// Sucht eine lokalisierte Zeichenfolge, die XML ähnelt. /// public static string XML { get { diff --git a/Source/NETworkManager.Localization/Resources/StaticStrings.resx b/Source/NETworkManager.Localization/Resources/StaticStrings.resx index 27db44d31a..957880db82 100644 --- a/Source/NETworkManager.Localization/Resources/StaticStrings.resx +++ b/Source/NETworkManager.Localization/Resources/StaticStrings.resx @@ -1,359 +1,345 @@  - - - - + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + - - - - text/microsoft-resx - - - 2.0 - - - System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - - - - System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, - PublicKeyToken=b77a5c561934e089 - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + CSV - + 9600 - + Windows-Testuser - + borntoberoot.net - + Servers - + Switche - + SERVER-01 - + SERVER-01; 10.0.0.10 - + SERVER-01 or 10.0.0.10 - + 192.168.178.0/24; 10.0.0.0 - 10.0.0.9; 10.0.[0-9,20].[1-2]; server-01.borntoberoot.net/24 - + 10.0.0.10 - + 10.0.0.255 - + 1.1.1.1 - + 10.0.0.1; 1.1.1.1; 8.8.8.8 - + 10.0.0.1 - + 10.0.0.13/255.255.255.0 or 2001:0db8::/64 - + 10.0.0.14/255.255.255.0 or 2001:0db9::/64 - + 192.168.178.0/24 or 192.168.178.0/255.255.255.0 - + 192.168.179.0/24 or 192.168.179.0/255.255.255.0 - + 255.255.255.0 - + /24 or 255.255.255.0 - + 255.255.255.0 or /64 - + 10.0.0.0/24 - + 00:F1:21:AB:0B:35 - + 01:23:45:67:89:AB; 01-23-45; AA11BB; 00F1A2C3D4E5; Intel Corp; Asus - + 161 - + 22 - + 23 - + 3389 - + 513 - + 53 - + 5900 - + 7 - + 22/tcp; 80; 161-162/udp; 1-1024; https; ldaps; Domain Name Server - + 22; 80; 443; 500 - 999; 8080 - + Webserver - + COM5 - + public - + 1.3.6.1.2.1.1 - + snmp-user - + example.com - + server; dmz - + Admin - + 80; 443; 8080; 8443 - + http(s)://borntoberoot.net/index.html - + GitHub - + •••••••••••• - + JSON - + NETworkManager - + TXT - + XML - + https://api.ipify.org - + iexplore.exe - + https://$$HOSTNAME$$/ - + Internet Explorer - + C:\Data\Keys\private_ssh.ppk - + 22; 80; 443 - + 2606:4700:4700::1111 - + https://api6.ipify.org - - i-0b22a22eec53b9321 - - - default - - - eu-central-1 - - + 1024 - + C:\Program Files\PowerShell\7\pwsh.exe - + C:\Program Files\PuTTY\putty.exe - + C:\Tools\TigerVNC\vncviewer64-1.12.0.exe - + 71:b8:f2:6e..., 13:59:a7... - + NETworkManager - + server-01.borntoberoot.net - + gw.borntoberoot.net - + server-01.borntoberoot.net:3389 - + IoT-Devices - + system - + 1.3.6.1.2.1.1; 1.3.6.1.2.1.2 - + S3cr3t_P4ssw0rd% - + 4uth_S3cr3t! - + Pr1v_S3cr3t% - + borntoberoot.net or 1.1.1.1 \ No newline at end of file diff --git a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs index 7d7b7c174b..c83551b8c7 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.Designer.cs +++ b/Source/NETworkManager.Localization/Resources/Strings.Designer.cs @@ -1,10 +1,10 @@ //------------------------------------------------------------------------------ // -// This code was generated by a tool. -// Runtime Version:4.0.30319.42000 +// Dieser Code wurde von einem Tool generiert. +// Laufzeitversion:4.0.30319.42000 // -// Changes to this file may cause incorrect behavior and will be lost if -// the code is regenerated. +// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn +// der Code erneut generiert wird. // //------------------------------------------------------------------------------ @@ -13,13 +13,13 @@ namespace NETworkManager.Localization.Resources { /// - /// A strongly-typed resource class, for looking up localized strings, etc. + /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. /// - // 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")] + // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert + // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. + // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen + // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] public class Strings { @@ -33,7 +33,7 @@ internal Strings() { } /// - /// Returns the cached ResourceManager instance used by this class. + /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Resources.ResourceManager ResourceManager { @@ -47,8 +47,8 @@ internal Strings() { } /// - /// Overrides the current thread's CurrentUICulture property for all - /// resource lookups using this strongly typed resource class. + /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle + /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] public static global::System.Globalization.CultureInfo Culture { @@ -61,7 +61,7 @@ internal Strings() { } /// - /// Looks up a localized string similar to About. + /// Sucht eine lokalisierte Zeichenfolge, die About ähnelt. /// public static string About { get { @@ -70,7 +70,7 @@ public static string About { } /// - /// Looks up a localized string similar to Steel. + /// Sucht eine lokalisierte Zeichenfolge, die Steel ähnelt. /// public static string Accen_Steel { get { @@ -79,7 +79,7 @@ public static string Accen_Steel { } /// - /// Looks up a localized string similar to Accent. + /// Sucht eine lokalisierte Zeichenfolge, die Accent ähnelt. /// public static string Accent { get { @@ -88,7 +88,7 @@ public static string Accent { } /// - /// Looks up a localized string similar to Amber. + /// Sucht eine lokalisierte Zeichenfolge, die Amber ähnelt. /// public static string Accent_Amber { get { @@ -97,7 +97,7 @@ public static string Accent_Amber { } /// - /// Looks up a localized string similar to Black. + /// Sucht eine lokalisierte Zeichenfolge, die Black ähnelt. /// public static string Accent_Black { get { @@ -106,7 +106,7 @@ public static string Accent_Black { } /// - /// Looks up a localized string similar to Blue. + /// Sucht eine lokalisierte Zeichenfolge, die Blue ähnelt. /// public static string Accent_Blue { get { @@ -115,7 +115,7 @@ public static string Accent_Blue { } /// - /// Looks up a localized string similar to Brown. + /// Sucht eine lokalisierte Zeichenfolge, die Brown ähnelt. /// public static string Accent_Brown { get { @@ -124,7 +124,7 @@ public static string Accent_Brown { } /// - /// Looks up a localized string similar to Cobalt. + /// Sucht eine lokalisierte Zeichenfolge, die Cobalt ähnelt. /// public static string Accent_Cobalt { get { @@ -133,7 +133,7 @@ public static string Accent_Cobalt { } /// - /// Looks up a localized string similar to Crimson. + /// Sucht eine lokalisierte Zeichenfolge, die Crimson ähnelt. /// public static string Accent_Crimson { get { @@ -142,7 +142,7 @@ public static string Accent_Crimson { } /// - /// Looks up a localized string similar to Cyan. + /// Sucht eine lokalisierte Zeichenfolge, die Cyan ähnelt. /// public static string Accent_Cyan { get { @@ -151,7 +151,7 @@ public static string Accent_Cyan { } /// - /// Looks up a localized string similar to Emerald. + /// Sucht eine lokalisierte Zeichenfolge, die Emerald ähnelt. /// public static string Accent_Emerald { get { @@ -160,7 +160,7 @@ public static string Accent_Emerald { } /// - /// Looks up a localized string similar to Green. + /// Sucht eine lokalisierte Zeichenfolge, die Green ähnelt. /// public static string Accent_Green { get { @@ -169,7 +169,7 @@ public static string Accent_Green { } /// - /// Looks up a localized string similar to Indigo. + /// Sucht eine lokalisierte Zeichenfolge, die Indigo ähnelt. /// public static string Accent_Indigo { get { @@ -178,7 +178,7 @@ public static string Accent_Indigo { } /// - /// Looks up a localized string similar to Lime. + /// Sucht eine lokalisierte Zeichenfolge, die Lime ähnelt. /// public static string Accent_Lime { get { @@ -187,7 +187,7 @@ public static string Accent_Lime { } /// - /// Looks up a localized string similar to Magenta. + /// Sucht eine lokalisierte Zeichenfolge, die Magenta ähnelt. /// public static string Accent_Magenta { get { @@ -196,7 +196,7 @@ public static string Accent_Magenta { } /// - /// Looks up a localized string similar to Mauve. + /// Sucht eine lokalisierte Zeichenfolge, die Mauve ähnelt. /// public static string Accent_Mauve { get { @@ -205,7 +205,7 @@ public static string Accent_Mauve { } /// - /// Looks up a localized string similar to Olive. + /// Sucht eine lokalisierte Zeichenfolge, die Olive ähnelt. /// public static string Accent_Olive { get { @@ -214,7 +214,7 @@ public static string Accent_Olive { } /// - /// Looks up a localized string similar to Orange. + /// Sucht eine lokalisierte Zeichenfolge, die Orange ähnelt. /// public static string Accent_Orange { get { @@ -223,7 +223,7 @@ public static string Accent_Orange { } /// - /// Looks up a localized string similar to Purple. + /// Sucht eine lokalisierte Zeichenfolge, die Purple ähnelt. /// public static string Accent_Purple { get { @@ -232,7 +232,7 @@ public static string Accent_Purple { } /// - /// Looks up a localized string similar to Red. + /// Sucht eine lokalisierte Zeichenfolge, die Red ähnelt. /// public static string Accent_Red { get { @@ -241,7 +241,7 @@ public static string Accent_Red { } /// - /// Looks up a localized string similar to Sienna. + /// Sucht eine lokalisierte Zeichenfolge, die Sienna ähnelt. /// public static string Accent_Sienna { get { @@ -250,7 +250,7 @@ public static string Accent_Sienna { } /// - /// Looks up a localized string similar to Steel. + /// Sucht eine lokalisierte Zeichenfolge, die Steel ähnelt. /// public static string Accent_Steel { get { @@ -259,7 +259,7 @@ public static string Accent_Steel { } /// - /// Looks up a localized string similar to Taupe. + /// Sucht eine lokalisierte Zeichenfolge, die Taupe ähnelt. /// public static string Accent_Taupe { get { @@ -268,7 +268,7 @@ public static string Accent_Taupe { } /// - /// Looks up a localized string similar to Teal. + /// Sucht eine lokalisierte Zeichenfolge, die Teal ähnelt. /// public static string Accent_Teal { get { @@ -277,7 +277,7 @@ public static string Accent_Teal { } /// - /// Looks up a localized string similar to Pink. + /// Sucht eine lokalisierte Zeichenfolge, die Pink ähnelt. /// public static string Accent_Violet { get { @@ -286,7 +286,7 @@ public static string Accent_Violet { } /// - /// Looks up a localized string similar to Yellow. + /// Sucht eine lokalisierte Zeichenfolge, die Yellow ähnelt. /// public static string Accent_Yellow { get { @@ -295,7 +295,7 @@ public static string Accent_Yellow { } /// - /// Looks up a localized string similar to Add. + /// Sucht eine lokalisierte Zeichenfolge, die Add ähnelt. /// public static string Add { get { @@ -304,7 +304,7 @@ public static string Add { } /// - /// Looks up a localized string similar to Add a host to monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Add a host to monitor ähnelt. /// public static string AddAHostToMonitor { get { @@ -313,7 +313,7 @@ public static string AddAHostToMonitor { } /// - /// Looks up a localized string similar to Add a tab to perform a DNS lookup.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a DNS lookup... ähnelt. /// public static string AddATabToPerformADNSLookup { get { @@ -322,7 +322,7 @@ public static string AddATabToPerformADNSLookup { } /// - /// Looks up a localized string similar to Add a tab to perform a network scan.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a network scan... ähnelt. /// public static string AddATabToPerformANetworkScan { get { @@ -331,7 +331,7 @@ public static string AddATabToPerformANetworkScan { } /// - /// Looks up a localized string similar to Add a tab to perform an SNMP action.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform an SNMP action... ähnelt. /// public static string AddATabToPerformAnSNMPAction { get { @@ -340,7 +340,7 @@ public static string AddATabToPerformAnSNMPAction { } /// - /// Looks up a localized string similar to Add a tab to perform a ping.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a ping... ähnelt. /// public static string AddATabToPerformAPing { get { @@ -349,7 +349,7 @@ public static string AddATabToPerformAPing { } /// - /// Looks up a localized string similar to Add a tab to perform a port scan.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a port scan... ähnelt. /// public static string AddATabToPerformAPortScan { get { @@ -358,7 +358,7 @@ public static string AddATabToPerformAPortScan { } /// - /// Looks up a localized string similar to Add a tab to perform a SNTP lookup.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a SNTP lookup... ähnelt. /// public static string AddATabToPerformASNTPLookup { get { @@ -367,7 +367,7 @@ public static string AddATabToPerformASNTPLookup { } /// - /// Looks up a localized string similar to Add a tab to perform a trace.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to perform a trace... ähnelt. /// public static string AddATabToPerformATrace { get { @@ -376,7 +376,7 @@ public static string AddATabToPerformATrace { } /// - /// Looks up a localized string similar to Add a tab to query the IP geolocation.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to query the IP geolocation... ähnelt. /// public static string AddATabToQueryTheIPGeolocation { get { @@ -385,7 +385,7 @@ public static string AddATabToQueryTheIPGeolocation { } /// - /// Looks up a localized string similar to Add a tab to query whois.... + /// Sucht eine lokalisierte Zeichenfolge, die Add a tab to query whois... ähnelt. /// public static string AddATabToQueryWhois { get { @@ -394,16 +394,7 @@ public static string AddATabToQueryWhois { } /// - /// Looks up a localized string similar to Add AWS profile. - /// - public static string AddAWSProfile { - get { - return ResourceManager.GetString("AddAWSProfile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Add credentials ähnelt. /// public static string AddCredentials { get { @@ -412,7 +403,7 @@ public static string AddCredentials { } /// - /// Looks up a localized string similar to Add custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Add custom command ähnelt. /// public static string AddCustomCommand { get { @@ -421,7 +412,7 @@ public static string AddCustomCommand { } /// - /// Looks up a localized string similar to Add DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Add DNS server ähnelt. /// public static string AddDNSServer { get { @@ -430,7 +421,7 @@ public static string AddDNSServer { } /// - /// Looks up a localized string similar to Add DNS suffix (primary) to hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Add DNS suffix (primary) to hostname ähnelt. /// public static string AddDNSSuffixToHostname { get { @@ -439,7 +430,7 @@ public static string AddDNSSuffixToHostname { } /// - /// Looks up a localized string similar to Add.... + /// Sucht eine lokalisierte Zeichenfolge, die Add... ähnelt. /// public static string AddDots { get { @@ -448,7 +439,7 @@ public static string AddDots { } /// - /// Looks up a localized string similar to Add entry. + /// Sucht eine lokalisierte Zeichenfolge, die Add entry ähnelt. /// public static string AddEntry { get { @@ -457,7 +448,7 @@ public static string AddEntry { } /// - /// Looks up a localized string similar to Add entry.... + /// Sucht eine lokalisierte Zeichenfolge, die Add entry... ähnelt. /// public static string AddEntryDots { get { @@ -466,7 +457,7 @@ public static string AddEntryDots { } /// - /// Looks up a localized string similar to Add group. + /// Sucht eine lokalisierte Zeichenfolge, die Add group ähnelt. /// public static string AddGroup { get { @@ -475,7 +466,7 @@ public static string AddGroup { } /// - /// Looks up a localized string similar to Add group.... + /// Sucht eine lokalisierte Zeichenfolge, die Add group... ähnelt. /// public static string AddGroupDots { get { @@ -484,7 +475,7 @@ public static string AddGroupDots { } /// - /// Looks up a localized string similar to Add host. + /// Sucht eine lokalisierte Zeichenfolge, die Add host ähnelt. /// public static string AddHost { get { @@ -493,7 +484,7 @@ public static string AddHost { } /// - /// Looks up a localized string similar to Add IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Add IPv4 address ähnelt. /// public static string AddIPv4Address { get { @@ -502,7 +493,7 @@ public static string AddIPv4Address { } /// - /// Looks up a localized string similar to Add IPv4 address.... + /// Sucht eine lokalisierte Zeichenfolge, die Add IPv4 address... ähnelt. /// public static string AddIPv4AddressDots { get { @@ -511,7 +502,7 @@ public static string AddIPv4AddressDots { } /// - /// Looks up a localized string similar to Additional command line. + /// Sucht eine lokalisierte Zeichenfolge, die Additional command line ähnelt. /// public static string AdditionalCommandLine { get { @@ -520,7 +511,7 @@ public static string AdditionalCommandLine { } /// - /// Looks up a localized string similar to Additional config.... + /// Sucht eine lokalisierte Zeichenfolge, die Additional config... ähnelt. /// public static string AdditionalConfigDots { get { @@ -529,7 +520,7 @@ public static string AdditionalConfigDots { } /// - /// Looks up a localized string similar to Additionals. + /// Sucht eine lokalisierte Zeichenfolge, die Additionals ähnelt. /// public static string Additionals { get { @@ -538,7 +529,7 @@ public static string Additionals { } /// - /// Looks up a localized string similar to Add OID profile. + /// Sucht eine lokalisierte Zeichenfolge, die Add OID profile ähnelt. /// public static string AddOIDProfile { get { @@ -547,7 +538,7 @@ public static string AddOIDProfile { } /// - /// Looks up a localized string similar to Add port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Add port profile ähnelt. /// public static string AddPortProfile { get { @@ -556,7 +547,7 @@ public static string AddPortProfile { } /// - /// Looks up a localized string similar to Add profile. + /// Sucht eine lokalisierte Zeichenfolge, die Add profile ähnelt. /// public static string AddProfile { get { @@ -565,7 +556,7 @@ public static string AddProfile { } /// - /// Looks up a localized string similar to Add profile.... + /// Sucht eine lokalisierte Zeichenfolge, die Add profile... ähnelt. /// public static string AddProfileDots { get { @@ -574,7 +565,7 @@ public static string AddProfileDots { } /// - /// Looks up a localized string similar to Add profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Add profile file ähnelt. /// public static string AddProfileFile { get { @@ -583,7 +574,7 @@ public static string AddProfileFile { } /// - /// Looks up a localized string similar to Add server. + /// Sucht eine lokalisierte Zeichenfolge, die Add server ähnelt. /// public static string AddServer { get { @@ -592,7 +583,7 @@ public static string AddServer { } /// - /// Looks up a localized string similar to Add SNTP server. + /// Sucht eine lokalisierte Zeichenfolge, die Add SNTP server ähnelt. /// public static string AddSNTPServer { get { @@ -601,7 +592,7 @@ public static string AddSNTPServer { } /// - /// Looks up a localized string similar to Add tab. + /// Sucht eine lokalisierte Zeichenfolge, die Add tab ähnelt. /// public static string AddTab { get { @@ -610,7 +601,7 @@ public static string AddTab { } /// - /// Looks up a localized string similar to Add tab.... + /// Sucht eine lokalisierte Zeichenfolge, die Add tab... ähnelt. /// public static string AddTabDots { get { @@ -619,7 +610,7 @@ public static string AddTabDots { } /// - /// Looks up a localized string similar to Add tag. + /// Sucht eine lokalisierte Zeichenfolge, die Add tag ähnelt. /// public static string AddTag { get { @@ -628,7 +619,7 @@ public static string AddTag { } /// - /// Looks up a localized string similar to Adjust screen. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust screen ähnelt. /// public static string AdjustScreen { get { @@ -637,7 +628,7 @@ public static string AdjustScreen { } /// - /// Looks up a localized string similar to Adjust screen automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Adjust screen automatically ähnelt. /// public static string AdjustScreenAutomatically { get { @@ -646,7 +637,7 @@ public static string AdjustScreenAutomatically { } /// - /// Looks up a localized string similar to Admin (console) session. + /// Sucht eine lokalisierte Zeichenfolge, die Admin (console) session ähnelt. /// public static string AdminConsoleSession { get { @@ -655,7 +646,7 @@ public static string AdminConsoleSession { } /// - /// Looks up a localized string similar to Administrator. + /// Sucht eine lokalisierte Zeichenfolge, die Administrator ähnelt. /// public static string Administrator { get { @@ -664,7 +655,7 @@ public static string Administrator { } /// - /// Looks up a localized string similar to All. + /// Sucht eine lokalisierte Zeichenfolge, die All ähnelt. /// public static string All { get { @@ -673,7 +664,7 @@ public static string All { } /// - /// Looks up a localized string similar to All settings can be changed later in the settings!. + /// Sucht eine lokalisierte Zeichenfolge, die All settings can be changed later in the settings! ähnelt. /// public static string AllSettingsCanBeChangedLaterInTheSettings { get { @@ -682,7 +673,7 @@ public static string AllSettingsCanBeChangedLaterInTheSettings { } /// - /// Looks up a localized string similar to Always show icon in tray. + /// Sucht eine lokalisierte Zeichenfolge, die Always show icon in tray ähnelt. /// public static string AlwaysShowIconInTray { get { @@ -691,7 +682,7 @@ public static string AlwaysShowIconInTray { } /// - /// Looks up a localized string similar to Amber. + /// Sucht eine lokalisierte Zeichenfolge, die Amber ähnelt. /// public static string Amber { get { @@ -700,16 +691,7 @@ public static string Amber { } /// - /// Looks up a localized string similar to An AWS region named "{0}" does not exist!. - /// - public static string AnAWSRegionNamedXDoesNotExist { - get { - return ResourceManager.GetString("AnAWSRegionNamedXDoesNotExist", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while exporting the data. See error message for details:. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while exporting the data. See error message for details: ähnelt. /// public static string AnErrorOccurredWhileExportingTheData { get { @@ -718,7 +700,7 @@ public static string AnErrorOccurredWhileExportingTheData { } /// - /// Looks up a localized string similar to Answers. + /// Sucht eine lokalisierte Zeichenfolge, die Answers ähnelt. /// public static string Answers { get { @@ -727,7 +709,7 @@ public static string Answers { } /// - /// Looks up a localized string similar to Any. + /// Sucht eine lokalisierte Zeichenfolge, die Any ähnelt. /// public static string Any { get { @@ -736,7 +718,7 @@ public static string Any { } /// - /// Looks up a localized string similar to Appearance. + /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. /// public static string Appearance { get { @@ -745,7 +727,7 @@ public static string Appearance { } /// - /// Looks up a localized string similar to ARP Table. + /// Sucht eine lokalisierte Zeichenfolge, die ARP Table ähnelt. /// public static string ApplicationName_ARPTable { get { @@ -754,16 +736,7 @@ public static string ApplicationName_ARPTable { } /// - /// Looks up a localized string similar to AWS Session Manager. - /// - public static string ApplicationName_AWSSessionManager { - get { - return ResourceManager.GetString("ApplicationName_AWSSessionManager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Bit Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Bit Calculator ähnelt. /// public static string ApplicationName_BitCalculator { get { @@ -772,7 +745,7 @@ public static string ApplicationName_BitCalculator { } /// - /// Looks up a localized string similar to Connections. + /// Sucht eine lokalisierte Zeichenfolge, die Connections ähnelt. /// public static string ApplicationName_Connections { get { @@ -781,7 +754,7 @@ public static string ApplicationName_Connections { } /// - /// Looks up a localized string similar to Dashboard. + /// Sucht eine lokalisierte Zeichenfolge, die Dashboard ähnelt. /// public static string ApplicationName_Dashboard { get { @@ -790,7 +763,7 @@ public static string ApplicationName_Dashboard { } /// - /// Looks up a localized string similar to Discovery Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Discovery Protocol ähnelt. /// public static string ApplicationName_DiscoveryProtocol { get { @@ -799,7 +772,7 @@ public static string ApplicationName_DiscoveryProtocol { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string ApplicationName_DNSLookup { get { @@ -808,7 +781,7 @@ public static string ApplicationName_DNSLookup { } /// - /// Looks up a localized string similar to Hosts File Editor. + /// Sucht eine lokalisierte Zeichenfolge, die Hosts File Editor ähnelt. /// public static string ApplicationName_HostsFileEditor { get { @@ -817,7 +790,7 @@ public static string ApplicationName_HostsFileEditor { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string ApplicationName_HTTPHeaders { get { @@ -826,7 +799,7 @@ public static string ApplicationName_HTTPHeaders { } /// - /// Looks up a localized string similar to IP Geolocation. + /// Sucht eine lokalisierte Zeichenfolge, die IP Geolocation ähnelt. /// public static string ApplicationName_IPGeolocation { get { @@ -835,7 +808,7 @@ public static string ApplicationName_IPGeolocation { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string ApplicationName_IPScanner { get { @@ -844,7 +817,7 @@ public static string ApplicationName_IPScanner { } /// - /// Looks up a localized string similar to Listeners. + /// Sucht eine lokalisierte Zeichenfolge, die Listeners ähnelt. /// public static string ApplicationName_Listeners { get { @@ -853,7 +826,7 @@ public static string ApplicationName_Listeners { } /// - /// Looks up a localized string similar to Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die Lookup ähnelt. /// public static string ApplicationName_Lookup { get { @@ -862,7 +835,7 @@ public static string ApplicationName_Lookup { } /// - /// Looks up a localized string similar to Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface ähnelt. /// public static string ApplicationName_NetworkInterface { get { @@ -871,7 +844,7 @@ public static string ApplicationName_NetworkInterface { } /// - /// Looks up a localized string similar to Ping. + /// Sucht eine lokalisierte Zeichenfolge, die Ping ähnelt. /// public static string ApplicationName_Ping { get { @@ -880,7 +853,7 @@ public static string ApplicationName_Ping { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string ApplicationName_PingMonitor { get { @@ -889,7 +862,7 @@ public static string ApplicationName_PingMonitor { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string ApplicationName_PortScanner { get { @@ -898,7 +871,7 @@ public static string ApplicationName_PortScanner { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string ApplicationName_PowerShell { get { @@ -907,7 +880,7 @@ public static string ApplicationName_PowerShell { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string ApplicationName_PuTTY { get { @@ -916,7 +889,7 @@ public static string ApplicationName_PuTTY { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string ApplicationName_RemoteDesktop { get { @@ -925,7 +898,7 @@ public static string ApplicationName_RemoteDesktop { } /// - /// Looks up a localized string similar to SNMP. + /// Sucht eine lokalisierte Zeichenfolge, die SNMP ähnelt. /// public static string ApplicationName_SNMP { get { @@ -934,7 +907,7 @@ public static string ApplicationName_SNMP { } /// - /// Looks up a localized string similar to SNTP Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die SNTP Lookup ähnelt. /// public static string ApplicationName_SNTPLookup { get { @@ -943,7 +916,7 @@ public static string ApplicationName_SNTPLookup { } /// - /// Looks up a localized string similar to Subnet Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet Calculator ähnelt. /// public static string ApplicationName_SubnetCalculator { get { @@ -952,7 +925,7 @@ public static string ApplicationName_SubnetCalculator { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string ApplicationName_TigerVNC { get { @@ -961,7 +934,7 @@ public static string ApplicationName_TigerVNC { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string ApplicationName_Traceroute { get { @@ -970,7 +943,7 @@ public static string ApplicationName_Traceroute { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string ApplicationName_WakeOnLAN { get { @@ -979,7 +952,7 @@ public static string ApplicationName_WakeOnLAN { } /// - /// Looks up a localized string similar to Web Console. + /// Sucht eine lokalisierte Zeichenfolge, die Web Console ähnelt. /// public static string ApplicationName_WebConsole { get { @@ -988,7 +961,7 @@ public static string ApplicationName_WebConsole { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string ApplicationName_Whois { get { @@ -997,7 +970,7 @@ public static string ApplicationName_Whois { } /// - /// Looks up a localized string similar to WiFi. + /// Sucht eine lokalisierte Zeichenfolge, die WiFi ähnelt. /// public static string ApplicationName_WiFi { get { @@ -1006,7 +979,7 @@ public static string ApplicationName_WiFi { } /// - /// Looks up a localized string similar to Applications. + /// Sucht eine lokalisierte Zeichenfolge, die Applications ähnelt. /// public static string Applications { get { @@ -1015,7 +988,7 @@ public static string Applications { } /// - /// Looks up a localized string similar to The application will be restarted afterwards!. + /// Sucht eine lokalisierte Zeichenfolge, die The application will be restarted afterwards! ähnelt. /// public static string ApplicationWillBeRestartedAfterwards { get { @@ -1024,7 +997,7 @@ public static string ApplicationWillBeRestartedAfterwards { } /// - /// Looks up a localized string similar to Apply. + /// Sucht eine lokalisierte Zeichenfolge, die Apply ähnelt. /// public static string Apply { get { @@ -1033,7 +1006,7 @@ public static string Apply { } /// - /// Looks up a localized string similar to Apply filter. + /// Sucht eine lokalisierte Zeichenfolge, die Apply filter ähnelt. /// public static string ApplyFilter { get { @@ -1042,7 +1015,7 @@ public static string ApplyFilter { } /// - /// Looks up a localized string similar to Apply theme to PowerShell console. + /// Sucht eine lokalisierte Zeichenfolge, die Apply theme to PowerShell console ähnelt. /// public static string ApplyThemeToPowerShellConsole { get { @@ -1051,7 +1024,7 @@ public static string ApplyThemeToPowerShellConsole { } /// - /// Looks up a localized string similar to Apply Windows key combinations. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Windows key combinations ähnelt. /// public static string ApplyWindowsKeyCombinations { get { @@ -1060,7 +1033,7 @@ public static string ApplyWindowsKeyCombinations { } /// - /// Looks up a localized string similar to Apply Windows key combinations (e.g., ALT+TAB):. + /// Sucht eine lokalisierte Zeichenfolge, die Apply Windows key combinations (e.g., ALT+TAB): ähnelt. /// public static string ApplyWindowsKeyCombinationsLikeAltTab { get { @@ -1069,7 +1042,7 @@ public static string ApplyWindowsKeyCombinationsLikeAltTab { } /// - /// Looks up a localized string similar to Are you sure?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure? ähnelt. /// public static string AreYouSure { get { @@ -1078,7 +1051,7 @@ public static string AreYouSure { } /// - /// Looks up a localized string similar to Arguments. + /// Sucht eine lokalisierte Zeichenfolge, die Arguments ähnelt. /// public static string Arguments { get { @@ -1087,7 +1060,7 @@ public static string Arguments { } /// - /// Looks up a localized string similar to ARP. + /// Sucht eine lokalisierte Zeichenfolge, die ARP ähnelt. /// public static string ARP { get { @@ -1096,7 +1069,7 @@ public static string ARP { } /// - /// Looks up a localized string similar to ARP Table. + /// Sucht eine lokalisierte Zeichenfolge, die ARP Table ähnelt. /// public static string ARPTable { get { @@ -1105,7 +1078,7 @@ public static string ARPTable { } /// - /// Looks up a localized string similar to ASN. + /// Sucht eine lokalisierte Zeichenfolge, die ASN ähnelt. /// public static string ASN { get { @@ -1114,7 +1087,7 @@ public static string ASN { } /// - /// Looks up a localized string similar to AS Name. + /// Sucht eine lokalisierte Zeichenfolge, die AS Name ähnelt. /// public static string ASName { get { @@ -1123,7 +1096,7 @@ public static string ASName { } /// - /// Looks up a localized string similar to At least one application must be visible!. + /// Sucht eine lokalisierte Zeichenfolge, die At least one application must be visible! ähnelt. /// public static string AtLeastOneApplicationMustBeVisible { get { @@ -1132,7 +1105,7 @@ public static string AtLeastOneApplicationMustBeVisible { } /// - /// Looks up a localized string similar to Attempts. + /// Sucht eine lokalisierte Zeichenfolge, die Attempts ähnelt. /// public static string Attempts { get { @@ -1141,7 +1114,7 @@ public static string Attempts { } /// - /// Looks up a localized string similar to Auth. + /// Sucht eine lokalisierte Zeichenfolge, die Auth ähnelt. /// public static string Auth { get { @@ -1150,7 +1123,7 @@ public static string Auth { } /// - /// Looks up a localized string similar to Authentication. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication ähnelt. /// public static string Authentication { get { @@ -1159,7 +1132,7 @@ public static string Authentication { } /// - /// Looks up a localized string similar to Authentication level. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication level ähnelt. /// public static string AuthenticationLevel { get { @@ -1168,7 +1141,7 @@ public static string AuthenticationLevel { } /// - /// Looks up a localized string similar to Authorities. + /// Sucht eine lokalisierte Zeichenfolge, die Authorities ähnelt. /// public static string Authorities { get { @@ -1177,7 +1150,7 @@ public static string Authorities { } /// - /// Looks up a localized string similar to Automatically update every. + /// Sucht eine lokalisierte Zeichenfolge, die Automatically update every ähnelt. /// public static string AutomaticallyUpdateEvery { get { @@ -1186,7 +1159,7 @@ public static string AutomaticallyUpdateEvery { } /// - /// Looks up a localized string similar to Autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Autostart ähnelt. /// public static string Autostart { get { @@ -1195,7 +1168,7 @@ public static string Autostart { } /// - /// Looks up a localized string similar to Average time. + /// Sucht eine lokalisierte Zeichenfolge, die Average time ähnelt. /// public static string AverageTime { get { @@ -1204,52 +1177,7 @@ public static string AverageTime { } /// - /// Looks up a localized string similar to AWS CLI v2 is installed!. - /// - public static string AWSCLIv2IsInstalled { - get { - return ResourceManager.GetString("AWSCLIv2IsInstalled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AWS CLI v2 is not installed!. - /// - public static string AWSCLIv2IsNotInstalled { - get { - return ResourceManager.GetString("AWSCLIv2IsNotInstalled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AWS Session Manager. - /// - public static string AWSSessionManager { - get { - return ResourceManager.GetString("AWSSessionManager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AWS Session Manager Plugin is installed!. - /// - public static string AWSSessionManagerPluginIsInstalled { - get { - return ResourceManager.GetString("AWSSessionManagerPluginIsInstalled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to AWS Session Manager Plugin is not installed!. - /// - public static string AWSSessionManagerPluginIsNotInstalled { - get { - return ResourceManager.GetString("AWSSessionManagerPluginIsNotInstalled", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to back. + /// Sucht eine lokalisierte Zeichenfolge, die back ähnelt. /// public static string Back { get { @@ -1258,7 +1186,7 @@ public static string Back { } /// - /// Looks up a localized string similar to Background job. + /// Sucht eine lokalisierte Zeichenfolge, die Background job ähnelt. /// public static string BackgroundJob { get { @@ -1267,7 +1195,7 @@ public static string BackgroundJob { } /// - /// Looks up a localized string similar to Backup. + /// Sucht eine lokalisierte Zeichenfolge, die Backup ähnelt. /// public static string Backup { get { @@ -1276,7 +1204,7 @@ public static string Backup { } /// - /// Looks up a localized string similar to Bandwidth. + /// Sucht eine lokalisierte Zeichenfolge, die Bandwidth ähnelt. /// public static string Bandwidth { get { @@ -1285,7 +1213,7 @@ public static string Bandwidth { } /// - /// Looks up a localized string similar to Baud. + /// Sucht eine lokalisierte Zeichenfolge, die Baud ähnelt. /// public static string Baud { get { @@ -1294,7 +1222,7 @@ public static string Baud { } /// - /// Looks up a localized string similar to Baud rate. + /// Sucht eine lokalisierte Zeichenfolge, die Baud rate ähnelt. /// public static string BaudRate { get { @@ -1303,7 +1231,7 @@ public static string BaudRate { } /// - /// Looks up a localized string similar to Beacon interval. + /// Sucht eine lokalisierte Zeichenfolge, die Beacon interval ähnelt. /// public static string BeaconInterval { get { @@ -1312,7 +1240,7 @@ public static string BeaconInterval { } /// - /// Looks up a localized string similar to Bit Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Bit Calculator ähnelt. /// public static string BitCalculator { get { @@ -1321,7 +1249,7 @@ public static string BitCalculator { } /// - /// Looks up a localized string similar to Bits. + /// Sucht eine lokalisierte Zeichenfolge, die Bits ähnelt. /// public static string Bits { get { @@ -1330,7 +1258,7 @@ public static string Bits { } /// - /// Looks up a localized string similar to Black. + /// Sucht eine lokalisierte Zeichenfolge, die Black ähnelt. /// public static string Black { get { @@ -1339,7 +1267,7 @@ public static string Black { } /// - /// Looks up a localized string similar to Blue. + /// Sucht eine lokalisierte Zeichenfolge, die Blue ähnelt. /// public static string Blue { get { @@ -1348,7 +1276,7 @@ public static string Blue { } /// - /// Looks up a localized string similar to Broadcast. + /// Sucht eine lokalisierte Zeichenfolge, die Broadcast ähnelt. /// public static string Broadcast { get { @@ -1357,7 +1285,7 @@ public static string Broadcast { } /// - /// Looks up a localized string similar to Brown. + /// Sucht eine lokalisierte Zeichenfolge, die Brown ähnelt. /// public static string Brown { get { @@ -1366,7 +1294,7 @@ public static string Brown { } /// - /// Looks up a localized string similar to Browser. + /// Sucht eine lokalisierte Zeichenfolge, die Browser ähnelt. /// public static string Browser { get { @@ -1375,7 +1303,7 @@ public static string Browser { } /// - /// Looks up a localized string similar to Browsing Data. + /// Sucht eine lokalisierte Zeichenfolge, die Browsing Data ähnelt. /// public static string BrowsingData { get { @@ -1384,7 +1312,7 @@ public static string BrowsingData { } /// - /// Looks up a localized string similar to An error occurred while deleting browsing data. Feel free to report this issue on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while deleting browsing data. Feel free to report this issue on GitHub. ähnelt. /// public static string BrowsingDataErrorMessage { get { @@ -1393,7 +1321,7 @@ public static string BrowsingDataErrorMessage { } /// - /// Looks up a localized string similar to Browsing data successfully deleted!. + /// Sucht eine lokalisierte Zeichenfolge, die Browsing data successfully deleted! ähnelt. /// public static string BrowsingDataSuccessfullyDeletedMessage { get { @@ -1402,7 +1330,7 @@ public static string BrowsingDataSuccessfullyDeletedMessage { } /// - /// Looks up a localized string similar to BSSID. + /// Sucht eine lokalisierte Zeichenfolge, die BSSID ähnelt. /// public static string BSSID { get { @@ -1411,7 +1339,7 @@ public static string BSSID { } /// - /// Looks up a localized string similar to Buffer. + /// Sucht eine lokalisierte Zeichenfolge, die Buffer ähnelt. /// public static string Buffer { get { @@ -1420,7 +1348,7 @@ public static string Buffer { } /// - /// Looks up a localized string similar to Bypass for local addresses. + /// Sucht eine lokalisierte Zeichenfolge, die Bypass for local addresses ähnelt. /// public static string BypassForLocalAddresses { get { @@ -1429,7 +1357,7 @@ public static string BypassForLocalAddresses { } /// - /// Looks up a localized string similar to Bytes. + /// Sucht eine lokalisierte Zeichenfolge, die Bytes ähnelt. /// public static string Bytes { get { @@ -1438,7 +1366,7 @@ public static string Bytes { } /// - /// Looks up a localized string similar to Calculate. + /// Sucht eine lokalisierte Zeichenfolge, die Calculate ähnelt. /// public static string Calculate { get { @@ -1447,7 +1375,7 @@ public static string Calculate { } /// - /// Looks up a localized string similar to Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Calculator ähnelt. /// public static string Calculator { get { @@ -1456,7 +1384,7 @@ public static string Calculator { } /// - /// Looks up a localized string similar to Cancel. + /// Sucht eine lokalisierte Zeichenfolge, die Cancel ähnelt. /// public static string Cancel { get { @@ -1465,7 +1393,7 @@ public static string Cancel { } /// - /// Looks up a localized string similar to The operation has been canceled by the user!. + /// Sucht eine lokalisierte Zeichenfolge, die The operation has been canceled by the user! ähnelt. /// public static string CanceledByUserMessage { get { @@ -1474,7 +1402,7 @@ public static string CanceledByUserMessage { } /// - /// Looks up a localized string similar to Host cannot be set while other hosts are being added. Please wait until the process is complete and try again.. + /// Sucht eine lokalisierte Zeichenfolge, die Host cannot be set while other hosts are being added. Please wait until the process is complete and try again. ähnelt. /// public static string CannotSetHostWhileRunningMessage { get { @@ -1483,7 +1411,7 @@ public static string CannotSetHostWhileRunningMessage { } /// - /// Looks up a localized string similar to Caps lock is enabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Caps lock is enabled! ähnelt. /// public static string CapsLockIsEnabled { get { @@ -1492,7 +1420,7 @@ public static string CapsLockIsEnabled { } /// - /// Looks up a localized string similar to Capture. + /// Sucht eine lokalisierte Zeichenfolge, die Capture ähnelt. /// public static string Capture { get { @@ -1501,7 +1429,7 @@ public static string Capture { } /// - /// Looks up a localized string similar to Capture network packets to view LLDP or CDP information!. + /// Sucht eine lokalisierte Zeichenfolge, die Capture network packets to view LLDP or CDP information! ähnelt. /// public static string CaptureNetworkPacketsToViewLLDPorCDPInformation { get { @@ -1510,7 +1438,7 @@ public static string CaptureNetworkPacketsToViewLLDPorCDPInformation { } /// - /// Looks up a localized string similar to Capturing network packages.... + /// Sucht eine lokalisierte Zeichenfolge, die Capturing network packages... ähnelt. /// public static string CapturingNetworkPackagesDots { get { @@ -1519,7 +1447,7 @@ public static string CapturingNetworkPackagesDots { } /// - /// Looks up a localized string similar to Change. + /// Sucht eine lokalisierte Zeichenfolge, die Change ähnelt. /// public static string Change { get { @@ -1528,7 +1456,7 @@ public static string Change { } /// - /// Looks up a localized string similar to Changelog. + /// Sucht eine lokalisierte Zeichenfolge, die Changelog ähnelt. /// public static string Changelog { get { @@ -1537,7 +1465,7 @@ public static string Changelog { } /// - /// Looks up a localized string similar to Change master password. + /// Sucht eine lokalisierte Zeichenfolge, die Change master password ähnelt. /// public static string ChangeMasterPassword { get { @@ -1546,7 +1474,7 @@ public static string ChangeMasterPassword { } /// - /// Looks up a localized string similar to Change Master Password.... + /// Sucht eine lokalisierte Zeichenfolge, die Change Master Password... ähnelt. /// public static string ChangeMasterPasswordDots { get { @@ -1555,7 +1483,7 @@ public static string ChangeMasterPasswordDots { } /// - /// Looks up a localized string similar to Channel. + /// Sucht eine lokalisierte Zeichenfolge, die Channel ähnelt. /// public static string Channel { get { @@ -1564,7 +1492,7 @@ public static string Channel { } /// - /// Looks up a localized string similar to Channels. + /// Sucht eine lokalisierte Zeichenfolge, die Channels ähnelt. /// public static string Channels { get { @@ -1573,7 +1501,7 @@ public static string Channels { } /// - /// Looks up a localized string similar to Chassis Id. + /// Sucht eine lokalisierte Zeichenfolge, die Chassis Id ähnelt. /// public static string ChassisId { get { @@ -1582,7 +1510,7 @@ public static string ChassisId { } /// - /// Looks up a localized string similar to Check. + /// Sucht eine lokalisierte Zeichenfolge, die Check ähnelt. /// public static string Check { get { @@ -1591,7 +1519,7 @@ public static string Check { } /// - /// Looks up a localized string similar to Check DNS resolver. + /// Sucht eine lokalisierte Zeichenfolge, die Check DNS resolver ähnelt. /// public static string CheckDNSResolver { get { @@ -1600,7 +1528,7 @@ public static string CheckDNSResolver { } /// - /// Looks up a localized string similar to Check for pre-releases. + /// Sucht eine lokalisierte Zeichenfolge, die Check for pre-releases ähnelt. /// public static string CheckForPreReleases { get { @@ -1609,7 +1537,7 @@ public static string CheckForPreReleases { } /// - /// Looks up a localized string similar to Check for updates. + /// Sucht eine lokalisierte Zeichenfolge, die Check for updates ähnelt. /// public static string CheckForUpdates { get { @@ -1618,7 +1546,7 @@ public static string CheckForUpdates { } /// - /// Looks up a localized string similar to Check for updates at startup. + /// Sucht eine lokalisierte Zeichenfolge, die Check for updates at startup ähnelt. /// public static string CheckForUpdatesAtStartup { get { @@ -1627,7 +1555,7 @@ public static string CheckForUpdatesAtStartup { } /// - /// Looks up a localized string similar to Checking DNS resolver.... + /// Sucht eine lokalisierte Zeichenfolge, die Checking DNS resolver... ähnelt. /// public static string CheckingDNSResolverDots { get { @@ -1636,7 +1564,7 @@ public static string CheckingDNSResolverDots { } /// - /// Looks up a localized string similar to Checking IP geolocation.... + /// Sucht eine lokalisierte Zeichenfolge, die Checking IP geolocation... ähnelt. /// public static string CheckingIPGeolocationDots { get { @@ -1645,7 +1573,7 @@ public static string CheckingIPGeolocationDots { } /// - /// Looks up a localized string similar to Checking WPS.... + /// Sucht eine lokalisierte Zeichenfolge, die Checking WPS... ähnelt. /// public static string CheckingWPSDots { get { @@ -1654,7 +1582,7 @@ public static string CheckingWPSDots { } /// - /// Looks up a localized string similar to Check IP geolocation. + /// Sucht eine lokalisierte Zeichenfolge, die Check IP geolocation ähnelt. /// public static string CheckIPGeolocation { get { @@ -1663,7 +1591,7 @@ public static string CheckIPGeolocation { } /// - /// Looks up a localized string similar to Check is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Check is disabled! ähnelt. /// public static string CheckIsDisabled { get { @@ -1672,7 +1600,7 @@ public static string CheckIsDisabled { } /// - /// Looks up a localized string similar to Check your network adapter configuration (dns) and if your dns server is configured correctly.. + /// Sucht eine lokalisierte Zeichenfolge, die Check your network adapter configuration (dns) and if your dns server is configured correctly. ähnelt. /// public static string CheckNetworkAdapterConfigurationAndDNSServerConfigurationMessage { get { @@ -1681,7 +1609,7 @@ public static string CheckNetworkAdapterConfigurationAndDNSServerConfigurationMe } /// - /// Looks up a localized string similar to Check your network adapter configuration (dhcp, static ip) and if you are connected to a network.. + /// Sucht eine lokalisierte Zeichenfolge, die Check your network adapter configuration (dhcp, static ip) and if you are connected to a network. ähnelt. /// public static string CheckNetworkAdapterConfigurationAndNetworkConnectionMessage { get { @@ -1690,7 +1618,7 @@ public static string CheckNetworkAdapterConfigurationAndNetworkConnectionMessage } /// - /// Looks up a localized string similar to Check your network connection and try again in a few seconds.. + /// Sucht eine lokalisierte Zeichenfolge, die Check your network connection and try again in a few seconds. ähnelt. /// public static string CheckNetworkConnectionTryAgainMessage { get { @@ -1699,7 +1627,7 @@ public static string CheckNetworkConnectionTryAgainMessage { } /// - /// Looks up a localized string similar to Check public IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Check public IP address ähnelt. /// public static string CheckPublicIPAddress { get { @@ -1708,7 +1636,7 @@ public static string CheckPublicIPAddress { } /// - /// Looks up a localized string similar to CIDR. + /// Sucht eine lokalisierte Zeichenfolge, die CIDR ähnelt. /// public static string CIDR { get { @@ -1717,7 +1645,7 @@ public static string CIDR { } /// - /// Looks up a localized string similar to City. + /// Sucht eine lokalisierte Zeichenfolge, die City ähnelt. /// public static string City { get { @@ -1726,7 +1654,7 @@ public static string City { } /// - /// Looks up a localized string similar to Class. + /// Sucht eine lokalisierte Zeichenfolge, die Class ähnelt. /// public static string Class { get { @@ -1735,7 +1663,7 @@ public static string Class { } /// - /// Looks up a localized string similar to Clear filter. + /// Sucht eine lokalisierte Zeichenfolge, die Clear filter ähnelt. /// public static string ClearFilter { get { @@ -1744,7 +1672,7 @@ public static string ClearFilter { } /// - /// Looks up a localized string similar to Client. + /// Sucht eine lokalisierte Zeichenfolge, die Client ähnelt. /// public static string Client { get { @@ -1753,7 +1681,7 @@ public static string Client { } /// - /// Looks up a localized string similar to Close. + /// Sucht eine lokalisierte Zeichenfolge, die Close ähnelt. /// public static string Close { get { @@ -1762,7 +1690,7 @@ public static string Close { } /// - /// Looks up a localized string similar to Close all. + /// Sucht eine lokalisierte Zeichenfolge, die Close all ähnelt. /// public static string CloseAll { get { @@ -1771,7 +1699,7 @@ public static string CloseAll { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string Closed { get { @@ -1780,7 +1708,7 @@ public static string Closed { } /// - /// Looks up a localized string similar to Close group. + /// Sucht eine lokalisierte Zeichenfolge, die Close group ähnelt. /// public static string CloseGroup { get { @@ -1789,7 +1717,7 @@ public static string CloseGroup { } /// - /// Looks up a localized string similar to Closing in {0} seconds.... + /// Sucht eine lokalisierte Zeichenfolge, die Closing in {0} seconds... ähnelt. /// public static string ClosingInXSecondsDots { get { @@ -1798,7 +1726,7 @@ public static string ClosingInXSecondsDots { } /// - /// Looks up a localized string similar to Could not export file! See error message: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not export file! See error message: "{0}" ähnelt. /// public static string ClouldNotExportFileSeeErrorMessageXX { get { @@ -1807,7 +1735,7 @@ public static string ClouldNotExportFileSeeErrorMessageXX { } /// - /// Looks up a localized string similar to Could not import file! See error message: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not import file! See error message: "{0}" ähnelt. /// public static string ClouldNotImportFileSeeErrorMessageXX { get { @@ -1816,7 +1744,7 @@ public static string ClouldNotImportFileSeeErrorMessageXX { } /// - /// Looks up a localized string similar to Cobalt. + /// Sucht eine lokalisierte Zeichenfolge, die Cobalt ähnelt. /// public static string Cobalt { get { @@ -1825,7 +1753,7 @@ public static string Cobalt { } /// - /// Looks up a localized string similar to Collapse all. + /// Sucht eine lokalisierte Zeichenfolge, die Collapse all ähnelt. /// public static string CollapseAll { get { @@ -1834,7 +1762,7 @@ public static string CollapseAll { } /// - /// Looks up a localized string similar to Color depth (bit). + /// Sucht eine lokalisierte Zeichenfolge, die Color depth (bit) ähnelt. /// public static string ColorDepthBit { get { @@ -1843,7 +1771,7 @@ public static string ColorDepthBit { } /// - /// Looks up a localized string similar to Command. + /// Sucht eine lokalisierte Zeichenfolge, die Command ähnelt. /// public static string Command { get { @@ -1852,7 +1780,7 @@ public static string Command { } /// - /// Looks up a localized string similar to Command Line Arguments. + /// Sucht eine lokalisierte Zeichenfolge, die Command Line Arguments ähnelt. /// public static string CommandLineArguments { get { @@ -1861,7 +1789,7 @@ public static string CommandLineArguments { } /// - /// Looks up a localized string similar to Comment. + /// Sucht eine lokalisierte Zeichenfolge, die Comment ähnelt. /// public static string Comment { get { @@ -1870,7 +1798,7 @@ public static string Comment { } /// - /// Looks up a localized string similar to Community. + /// Sucht eine lokalisierte Zeichenfolge, die Community ähnelt. /// public static string Community { get { @@ -1879,7 +1807,7 @@ public static string Community { } /// - /// Looks up a localized string similar to Computer. + /// Sucht eine lokalisierte Zeichenfolge, die Computer ähnelt. /// public static string Computer { get { @@ -1888,7 +1816,7 @@ public static string Computer { } /// - /// Looks up a localized string similar to Computer name. + /// Sucht eine lokalisierte Zeichenfolge, die Computer name ähnelt. /// public static string ComputerName { get { @@ -1897,7 +1825,7 @@ public static string ComputerName { } /// - /// Looks up a localized string similar to Configure. + /// Sucht eine lokalisierte Zeichenfolge, die Configure ähnelt. /// public static string Configure { get { @@ -1906,7 +1834,7 @@ public static string Configure { } /// - /// Looks up a localized string similar to Configure the path to PowerShell in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to PowerShell in the settings... ähnelt. /// public static string ConfigureThePathToPowerShellInTheSettingsDots { get { @@ -1915,7 +1843,7 @@ public static string ConfigureThePathToPowerShellInTheSettingsDots { } /// - /// Looks up a localized string similar to Configure the path to PuTTY in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to PuTTY in the settings... ähnelt. /// public static string ConfigureThePathToPuTTYInTheSettingsDots { get { @@ -1924,7 +1852,7 @@ public static string ConfigureThePathToPuTTYInTheSettingsDots { } /// - /// Looks up a localized string similar to Configure the path to TigerVNC in the settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Configure the path to TigerVNC in the settings... ähnelt. /// public static string ConfigureThePathToTigerVNCInTheSettingsDots { get { @@ -1933,7 +1861,7 @@ public static string ConfigureThePathToTigerVNCInTheSettingsDots { } /// - /// Looks up a localized string similar to Confirm. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm ähnelt. /// public static string Confirm { get { @@ -1942,7 +1870,7 @@ public static string Confirm { } /// - /// Looks up a localized string similar to Confirm close. + /// Sucht eine lokalisierte Zeichenfolge, die Confirm close ähnelt. /// public static string ConfirmClose { get { @@ -1951,7 +1879,7 @@ public static string ConfirmClose { } /// - /// Looks up a localized string similar to Are you sure you want to close the application?. + /// Sucht eine lokalisierte Zeichenfolge, die Are you sure you want to close the application? ähnelt. /// public static string ConfirmCloseMessage { get { @@ -1960,7 +1888,7 @@ public static string ConfirmCloseMessage { } /// - /// Looks up a localized string similar to Connect. + /// Sucht eine lokalisierte Zeichenfolge, die Connect ähnelt. /// public static string Connect { get { @@ -1969,7 +1897,7 @@ public static string Connect { } /// - /// Looks up a localized string similar to Connect as. + /// Sucht eine lokalisierte Zeichenfolge, die Connect as ähnelt. /// public static string ConnectAs { get { @@ -1978,7 +1906,7 @@ public static string ConnectAs { } /// - /// Looks up a localized string similar to Connect as.... + /// Sucht eine lokalisierte Zeichenfolge, die Connect as... ähnelt. /// public static string ConnectAsDots { get { @@ -1987,7 +1915,7 @@ public static string ConnectAsDots { } /// - /// Looks up a localized string similar to Connect automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Connect automatically ähnelt. /// public static string ConnectAutomatically { get { @@ -1996,7 +1924,7 @@ public static string ConnectAutomatically { } /// - /// Looks up a localized string similar to Connect.... + /// Sucht eine lokalisierte Zeichenfolge, die Connect... ähnelt. /// public static string ConnectDots { get { @@ -2005,7 +1933,7 @@ public static string ConnectDots { } /// - /// Looks up a localized string similar to Connected. + /// Sucht eine lokalisierte Zeichenfolge, die Connected ähnelt. /// public static string Connected { get { @@ -2014,7 +1942,7 @@ public static string Connected { } /// - /// Looks up a localized string similar to Connect external. + /// Sucht eine lokalisierte Zeichenfolge, die Connect external ähnelt. /// public static string ConnectExternal { get { @@ -2023,7 +1951,7 @@ public static string ConnectExternal { } /// - /// Looks up a localized string similar to Connecting.... + /// Sucht eine lokalisierte Zeichenfolge, die Connecting... ähnelt. /// public static string ConnectingDots { get { @@ -2032,7 +1960,7 @@ public static string ConnectingDots { } /// - /// Looks up a localized string similar to Connecting to {0}.... + /// Sucht eine lokalisierte Zeichenfolge, die Connecting to {0}... ähnelt. /// public static string ConnectingToXXX { get { @@ -2041,7 +1969,7 @@ public static string ConnectingToXXX { } /// - /// Looks up a localized string similar to Connection. + /// Sucht eine lokalisierte Zeichenfolge, die Connection ähnelt. /// public static string Connection { get { @@ -2050,7 +1978,7 @@ public static string Connection { } /// - /// Looks up a localized string similar to Connections. + /// Sucht eine lokalisierte Zeichenfolge, die Connections ähnelt. /// public static string Connections { get { @@ -2059,7 +1987,7 @@ public static string Connections { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string ConnectionState_Error { get { @@ -2068,7 +1996,7 @@ public static string ConnectionState_Error { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string ConnectionState_OK { get { @@ -2077,7 +2005,7 @@ public static string ConnectionState_OK { } /// - /// Looks up a localized string similar to Warning. + /// Sucht eine lokalisierte Zeichenfolge, die Warning ähnelt. /// public static string ConnectionState_Warning { get { @@ -2086,7 +2014,7 @@ public static string ConnectionState_Warning { } /// - /// Looks up a localized string similar to Connect the network card to a network to configure it!. + /// Sucht eine lokalisierte Zeichenfolge, die Connect the network card to a network to configure it! ähnelt. /// public static string ConnectTheNetworkCardToConfigureIt { get { @@ -2095,7 +2023,7 @@ public static string ConnectTheNetworkCardToConfigureIt { } /// - /// Looks up a localized string similar to Connect to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Connect to {0} ähnelt. /// public static string ConnectToXXX { get { @@ -2104,7 +2032,7 @@ public static string ConnectToXXX { } /// - /// Looks up a localized string similar to Continent. + /// Sucht eine lokalisierte Zeichenfolge, die Continent ähnelt. /// public static string Continent { get { @@ -2113,7 +2041,7 @@ public static string Continent { } /// - /// Looks up a localized string similar to Continue. + /// Sucht eine lokalisierte Zeichenfolge, die Continue ähnelt. /// public static string Continue { get { @@ -2122,7 +2050,7 @@ public static string Continue { } /// - /// Looks up a localized string similar to Copy. + /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. /// public static string Copy { get { @@ -2131,7 +2059,7 @@ public static string Copy { } /// - /// Looks up a localized string similar to Copy as.... + /// Sucht eine lokalisierte Zeichenfolge, die Copy as... ähnelt. /// public static string CopyAsDots { get { @@ -2140,7 +2068,7 @@ public static string CopyAsDots { } /// - /// Looks up a localized string similar to Copy.... + /// Sucht eine lokalisierte Zeichenfolge, die Copy... ähnelt. /// public static string CopyDots { get { @@ -2149,7 +2077,7 @@ public static string CopyDots { } /// - /// Looks up a localized string similar to Copy. + /// Sucht eine lokalisierte Zeichenfolge, die Copy ähnelt. /// public static string CopyNoun { get { @@ -2158,7 +2086,7 @@ public static string CopyNoun { } /// - /// Looks up a localized string similar to Copy profile. + /// Sucht eine lokalisierte Zeichenfolge, die Copy profile ähnelt. /// public static string CopyProfile { get { @@ -2167,7 +2095,7 @@ public static string CopyProfile { } /// - /// Looks up a localized string similar to Could not connect to "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not connect to "{0}"! ähnelt. /// public static string CouldNotConnectToXXXMessage { get { @@ -2176,7 +2104,7 @@ public static string CouldNotConnectToXXXMessage { } /// - /// Looks up a localized string similar to Could not connect to {0} ({1})!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not connect to {0} ({1})! ähnelt. /// public static string CouldNotConnectToXXXReasonXXX { get { @@ -2185,7 +2113,7 @@ public static string CouldNotConnectToXXXReasonXXX { } /// - /// Looks up a localized string similar to Could not detect gateway ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect gateway ip address! ähnelt. /// public static string CouldNotDetectGatewayIPAddressMessage { get { @@ -2194,7 +2122,7 @@ public static string CouldNotDetectGatewayIPAddressMessage { } /// - /// Looks up a localized string similar to Could not detect local ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect local ip address! ähnelt. /// public static string CouldNotDetectLocalIPAddressMessage { get { @@ -2203,7 +2131,7 @@ public static string CouldNotDetectLocalIPAddressMessage { } /// - /// Looks up a localized string similar to Could not detect subnetmask!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not detect subnetmask! ähnelt. /// public static string CouldNotDetectSubnetmask { get { @@ -2212,7 +2140,7 @@ public static string CouldNotDetectSubnetmask { } /// - /// Looks up a localized string similar to Could not find the application "{0}". Maybe the application was hidden in the settings?. + /// Sucht eine lokalisierte Zeichenfolge, die Could not find the application "{0}". Maybe the application was hidden in the settings? ähnelt. /// public static string CouldNotFindApplicationXXXMessage { get { @@ -2221,7 +2149,7 @@ public static string CouldNotFindApplicationXXXMessage { } /// - /// Looks up a localized string similar to Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.).. + /// Sucht eine lokalisierte Zeichenfolge, die Could not get public ip address via WebRequest (http/https) from "{0}"! Check your network connection (firewall, proxy, etc.). ähnelt. /// public static string CouldNotGetPublicIPAddressFromXXXMessage { get { @@ -2230,7 +2158,7 @@ public static string CouldNotGetPublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Could not parse public ip address from "{0}"! Try another service or use the default... . + /// Sucht eine lokalisierte Zeichenfolge, die Could not parse public ip address from "{0}"! Try another service or use the default... ähnelt. /// public static string CouldNotParsePublicIPAddressFromXXXMessage { get { @@ -2239,7 +2167,7 @@ public static string CouldNotParsePublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Could not resolve hostname for: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve hostname for: "{0}" ähnelt. /// public static string CouldNotResolveHostnameFor { get { @@ -2248,7 +2176,7 @@ public static string CouldNotResolveHostnameFor { } /// - /// Looks up a localized string similar to Could not resolve ip address for: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve ip address for: "{0}" ähnelt. /// public static string CouldNotResolveIPAddressFor { get { @@ -2257,7 +2185,7 @@ public static string CouldNotResolveIPAddressFor { } /// - /// Looks up a localized string similar to Could not send keystroke!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not send keystroke! ähnelt. /// public static string CouldNotSendKeystroke { get { @@ -2266,7 +2194,7 @@ public static string CouldNotSendKeystroke { } /// - /// Looks up a localized string similar to Country. + /// Sucht eine lokalisierte Zeichenfolge, die Country ähnelt. /// public static string Country { get { @@ -2275,7 +2203,7 @@ public static string Country { } /// - /// Looks up a localized string similar to Credential. + /// Sucht eine lokalisierte Zeichenfolge, die Credential ähnelt. /// public static string Credential { get { @@ -2284,7 +2212,7 @@ public static string Credential { } /// - /// Looks up a localized string similar to Credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Credentials ähnelt. /// public static string Credentials { get { @@ -2293,7 +2221,7 @@ public static string Credentials { } /// - /// Looks up a localized string similar to Credential Security Support Provider. + /// Sucht eine lokalisierte Zeichenfolge, die Credential Security Support Provider ähnelt. /// public static string CredentialSecuritySupportProvider { get { @@ -2302,7 +2230,7 @@ public static string CredentialSecuritySupportProvider { } /// - /// Looks up a localized string similar to Crimson. + /// Sucht eine lokalisierte Zeichenfolge, die Crimson ähnelt. /// public static string Crimson { get { @@ -2311,7 +2239,7 @@ public static string Crimson { } /// - /// Looks up a localized string similar to Ctrl+Alt+Del. + /// Sucht eine lokalisierte Zeichenfolge, die Ctrl+Alt+Del ähnelt. /// public static string CtrlAltDel { get { @@ -2320,7 +2248,7 @@ public static string CtrlAltDel { } /// - /// Looks up a localized string similar to Currency. + /// Sucht eine lokalisierte Zeichenfolge, die Currency ähnelt. /// public static string Currency { get { @@ -2329,7 +2257,7 @@ public static string Currency { } /// - /// Looks up a localized string similar to Current download speed. + /// Sucht eine lokalisierte Zeichenfolge, die Current download speed ähnelt. /// public static string CurrentDownloadSpeed { get { @@ -2338,7 +2266,7 @@ public static string CurrentDownloadSpeed { } /// - /// Looks up a localized string similar to Currently downloaded. + /// Sucht eine lokalisierte Zeichenfolge, die Currently downloaded ähnelt. /// public static string CurrentlyDownloaded { get { @@ -2347,7 +2275,7 @@ public static string CurrentlyDownloaded { } /// - /// Looks up a localized string similar to Currently uploaded. + /// Sucht eine lokalisierte Zeichenfolge, die Currently uploaded ähnelt. /// public static string CurrentlyUploaded { get { @@ -2356,7 +2284,7 @@ public static string CurrentlyUploaded { } /// - /// Looks up a localized string similar to Current password. + /// Sucht eine lokalisierte Zeichenfolge, die Current password ähnelt. /// public static string CurrentPassword { get { @@ -2365,7 +2293,7 @@ public static string CurrentPassword { } /// - /// Looks up a localized string similar to Current upload speed. + /// Sucht eine lokalisierte Zeichenfolge, die Current upload speed ähnelt. /// public static string CurrentUploadSpeed { get { @@ -2374,7 +2302,7 @@ public static string CurrentUploadSpeed { } /// - /// Looks up a localized string similar to Custom. + /// Sucht eine lokalisierte Zeichenfolge, die Custom ähnelt. /// public static string Custom { get { @@ -2383,7 +2311,7 @@ public static string Custom { } /// - /// Looks up a localized string similar to Custom:. + /// Sucht eine lokalisierte Zeichenfolge, die Custom: ähnelt. /// public static string CustomColon { get { @@ -2392,7 +2320,7 @@ public static string CustomColon { } /// - /// Looks up a localized string similar to Custom commands. + /// Sucht eine lokalisierte Zeichenfolge, die Custom commands ähnelt. /// public static string CustomCommands { get { @@ -2401,7 +2329,7 @@ public static string CustomCommands { } /// - /// Looks up a localized string similar to Custom screen size:. + /// Sucht eine lokalisierte Zeichenfolge, die Custom screen size: ähnelt. /// public static string CustomScreenSize { get { @@ -2410,7 +2338,7 @@ public static string CustomScreenSize { } /// - /// Looks up a localized string similar to Custom themes. + /// Sucht eine lokalisierte Zeichenfolge, die Custom themes ähnelt. /// public static string CustomThemes { get { @@ -2419,7 +2347,7 @@ public static string CustomThemes { } /// - /// Looks up a localized string similar to Cut. + /// Sucht eine lokalisierte Zeichenfolge, die Cut ähnelt. /// public static string Cut { get { @@ -2428,7 +2356,7 @@ public static string Cut { } /// - /// Looks up a localized string similar to Cyan. + /// Sucht eine lokalisierte Zeichenfolge, die Cyan ähnelt. /// public static string Cyan { get { @@ -2437,7 +2365,7 @@ public static string Cyan { } /// - /// Looks up a localized string similar to Dashboard. + /// Sucht eine lokalisierte Zeichenfolge, die Dashboard ähnelt. /// public static string Dashboard { get { @@ -2446,7 +2374,7 @@ public static string Dashboard { } /// - /// Looks up a localized string similar to Data. + /// Sucht eine lokalisierte Zeichenfolge, die Data ähnelt. /// public static string Data { get { @@ -2455,7 +2383,7 @@ public static string Data { } /// - /// Looks up a localized string similar to Data has been updated!. + /// Sucht eine lokalisierte Zeichenfolge, die Data has been updated! ähnelt. /// public static string DataHasBeenUpdated { get { @@ -2464,7 +2392,7 @@ public static string DataHasBeenUpdated { } /// - /// Looks up a localized string similar to Credentials must be decrypted and loaded to manage them.. + /// Sucht eine lokalisierte Zeichenfolge, die Credentials must be decrypted and loaded to manage them. ähnelt. /// public static string DecryptAndLoadCredentialsMessage { get { @@ -2473,7 +2401,7 @@ public static string DecryptAndLoadCredentialsMessage { } /// - /// Looks up a localized string similar to Decrypt and load.... + /// Sucht eine lokalisierte Zeichenfolge, die Decrypt and load... ähnelt. /// public static string DecryptAndLoadDots { get { @@ -2482,7 +2410,7 @@ public static string DecryptAndLoadDots { } /// - /// Looks up a localized string similar to Decryption error. + /// Sucht eine lokalisierte Zeichenfolge, die Decryption error ähnelt. /// public static string DecryptionError { get { @@ -2491,7 +2419,7 @@ public static string DecryptionError { } /// - /// Looks up a localized string similar to Could not decrypt file. You may report this issue on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not decrypt file. You may report this issue on GitHub. ähnelt. /// public static string DecryptionErrorMessage { get { @@ -2500,7 +2428,7 @@ public static string DecryptionErrorMessage { } /// - /// Looks up a localized string similar to Default. + /// Sucht eine lokalisierte Zeichenfolge, die Default ähnelt. /// public static string Default { get { @@ -2509,7 +2437,7 @@ public static string Default { } /// - /// Looks up a localized string similar to Default application. + /// Sucht eine lokalisierte Zeichenfolge, die Default application ähnelt. /// public static string DefaultApplication { get { @@ -2518,7 +2446,7 @@ public static string DefaultApplication { } /// - /// Looks up a localized string similar to Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die Default-Gateway ähnelt. /// public static string DefaultGateway { get { @@ -2527,7 +2455,7 @@ public static string DefaultGateway { } /// - /// Looks up a localized string similar to Default port:. + /// Sucht eine lokalisierte Zeichenfolge, die Default port: ähnelt. /// public static string DefaultPort { get { @@ -2536,7 +2464,7 @@ public static string DefaultPort { } /// - /// Looks up a localized string similar to Default profile. + /// Sucht eine lokalisierte Zeichenfolge, die Default profile ähnelt. /// public static string DefaultProfile { get { @@ -2545,7 +2473,7 @@ public static string DefaultProfile { } /// - /// Looks up a localized string similar to Default region. + /// Sucht eine lokalisierte Zeichenfolge, die Default region ähnelt. /// public static string DefaultRegion { get { @@ -2554,7 +2482,7 @@ public static string DefaultRegion { } /// - /// Looks up a localized string similar to Delete. + /// Sucht eine lokalisierte Zeichenfolge, die Delete ähnelt. /// public static string Delete { get { @@ -2563,27 +2491,7 @@ public static string Delete { } /// - /// Looks up a localized string similar to Delete AWS profile. - /// - public static string DeleteAWSProfile { - get { - return ResourceManager.GetString("DeleteAWSProfile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selected AWS profile is permanently deleted. - /// - ///The profile is not removed from the ~\.aws\credentials file.. - /// - public static string DeleteAWSProfileMessage { - get { - return ResourceManager.GetString("DeleteAWSProfileMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete browsing data. + /// Sucht eine lokalisierte Zeichenfolge, die Delete browsing data ähnelt. /// public static string DeleteBrowsingData { get { @@ -2592,7 +2500,7 @@ public static string DeleteBrowsingData { } /// - /// Looks up a localized string similar to Permanently delete browsing data (history, cookies, cache, credentials, etc.) for the current WebView2 profile.. + /// Sucht eine lokalisierte Zeichenfolge, die Permanently delete browsing data (history, cookies, cache, credentials, etc.) for the current WebView2 profile. ähnelt. /// public static string DeleteBrowsingDataMessage { get { @@ -2601,7 +2509,7 @@ public static string DeleteBrowsingDataMessage { } /// - /// Looks up a localized string similar to The selected credential will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected credential will be deleted permanently. ähnelt. /// public static string DeleteCredentialMessage { get { @@ -2610,7 +2518,7 @@ public static string DeleteCredentialMessage { } /// - /// Looks up a localized string similar to Delete credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Delete credentials ähnelt. /// public static string DeleteCredentials { get { @@ -2619,7 +2527,7 @@ public static string DeleteCredentials { } /// - /// Looks up a localized string similar to Delete custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Delete custom command ähnelt. /// public static string DeleteCustomCommand { get { @@ -2628,7 +2536,7 @@ public static string DeleteCustomCommand { } /// - /// Looks up a localized string similar to The selected custom command will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected custom command will be deleted permanently. ähnelt. /// public static string DeleteCustomCommandMessage { get { @@ -2637,7 +2545,7 @@ public static string DeleteCustomCommandMessage { } /// - /// Looks up a localized string similar to Delete DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Delete DNS server ähnelt. /// public static string DeleteDNSServer { get { @@ -2646,7 +2554,7 @@ public static string DeleteDNSServer { } /// - /// Looks up a localized string similar to The selected DNS server will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected DNS server will be deleted permanently. ähnelt. /// public static string DeleteDNSServerMessage { get { @@ -2655,7 +2563,7 @@ public static string DeleteDNSServerMessage { } /// - /// Looks up a localized string similar to Delete.... + /// Sucht eine lokalisierte Zeichenfolge, die Delete... ähnelt. /// public static string DeleteDots { get { @@ -2664,7 +2572,7 @@ public static string DeleteDots { } /// - /// Looks up a localized string similar to Delete entry. + /// Sucht eine lokalisierte Zeichenfolge, die Delete entry ähnelt. /// public static string DeleteEntry { get { @@ -2673,7 +2581,7 @@ public static string DeleteEntry { } /// - /// Looks up a localized string similar to Delete group. + /// Sucht eine lokalisierte Zeichenfolge, die Delete group ähnelt. /// public static string DeleteGroup { get { @@ -2682,7 +2590,7 @@ public static string DeleteGroup { } /// - /// Looks up a localized string similar to Selected group and all profiles inside this group will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Selected group and all profiles inside this group will be deleted permanently. ähnelt. /// public static string DeleteGroupMessage { get { @@ -2691,9 +2599,9 @@ public static string DeleteGroupMessage { } /// - /// Looks up a localized string similar to The selected entry is permanently deleted: + /// Sucht eine lokalisierte Zeichenfolge, die The selected entry is permanently deleted: /// - ///{0} {1} {2}. + ///{0} {1} {2} ähnelt. /// public static string DeleteHostsFileEntryMessage { get { @@ -2702,7 +2610,7 @@ public static string DeleteHostsFileEntryMessage { } /// - /// Looks up a localized string similar to Delete OID profile. + /// Sucht eine lokalisierte Zeichenfolge, die Delete OID profile ähnelt. /// public static string DeleteOIDProfile { get { @@ -2711,7 +2619,7 @@ public static string DeleteOIDProfile { } /// - /// Looks up a localized string similar to The selected OID profile will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected OID profile will be deleted permanently. ähnelt. /// public static string DeleteOIDProfileMessage { get { @@ -2720,7 +2628,7 @@ public static string DeleteOIDProfileMessage { } /// - /// Looks up a localized string similar to Delete port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Delete port profile ähnelt. /// public static string DeletePortProfile { get { @@ -2729,7 +2637,7 @@ public static string DeletePortProfile { } /// - /// Looks up a localized string similar to The selected port profile will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected port profile will be deleted permanently. ähnelt. /// public static string DeletePortProfileMessage { get { @@ -2738,7 +2646,7 @@ public static string DeletePortProfileMessage { } /// - /// Looks up a localized string similar to Delete profile. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profile ähnelt. /// public static string DeleteProfile { get { @@ -2747,7 +2655,7 @@ public static string DeleteProfile { } /// - /// Looks up a localized string similar to Delete profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profile file ähnelt. /// public static string DeleteProfileFile { get { @@ -2756,7 +2664,7 @@ public static string DeleteProfileFile { } /// - /// Looks up a localized string similar to Profile file "{0}" will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Profile file "{0}" will be deleted permanently. ähnelt. /// public static string DeleteProfileFileXMessage { get { @@ -2765,7 +2673,7 @@ public static string DeleteProfileFileXMessage { } /// - /// Looks up a localized string similar to Selected profile will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Selected profile will be deleted permanently. ähnelt. /// public static string DeleteProfileMessage { get { @@ -2774,7 +2682,7 @@ public static string DeleteProfileMessage { } /// - /// Looks up a localized string similar to Delete profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Delete profiles ähnelt. /// public static string DeleteProfiles { get { @@ -2783,7 +2691,7 @@ public static string DeleteProfiles { } /// - /// Looks up a localized string similar to Selected profiles will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die Selected profiles will be deleted permanently. ähnelt. /// public static string DeleteProfilesMessage { get { @@ -2792,7 +2700,7 @@ public static string DeleteProfilesMessage { } /// - /// Looks up a localized string similar to Delete SNTP server. + /// Sucht eine lokalisierte Zeichenfolge, die Delete SNTP server ähnelt. /// public static string DeleteSNTPServer { get { @@ -2801,7 +2709,7 @@ public static string DeleteSNTPServer { } /// - /// Looks up a localized string similar to The selected SNTP server will be deleted permanently.. + /// Sucht eine lokalisierte Zeichenfolge, die The selected SNTP server will be deleted permanently. ähnelt. /// public static string DeleteSNTPServerMessage { get { @@ -2810,7 +2718,7 @@ public static string DeleteSNTPServerMessage { } /// - /// Looks up a localized string similar to Delete table. + /// Sucht eine lokalisierte Zeichenfolge, die Delete table ähnelt. /// public static string DeleteTable { get { @@ -2819,7 +2727,7 @@ public static string DeleteTable { } /// - /// Looks up a localized string similar to Description. + /// Sucht eine lokalisierte Zeichenfolge, die Description ähnelt. /// public static string Description { get { @@ -2828,7 +2736,7 @@ public static string Description { } /// - /// Looks up a localized string similar to Design. + /// Sucht eine lokalisierte Zeichenfolge, die Design ähnelt. /// public static string Design { get { @@ -2837,7 +2745,7 @@ public static string Design { } /// - /// Looks up a localized string similar to Desktop background. + /// Sucht eine lokalisierte Zeichenfolge, die Desktop background ähnelt. /// public static string DesktopBackground { get { @@ -2846,7 +2754,7 @@ public static string DesktopBackground { } /// - /// Looks up a localized string similar to Desktop composition. + /// Sucht eine lokalisierte Zeichenfolge, die Desktop composition ähnelt. /// public static string DesktopComposition { get { @@ -2855,7 +2763,7 @@ public static string DesktopComposition { } /// - /// Looks up a localized string similar to Destination. + /// Sucht eine lokalisierte Zeichenfolge, die Destination ähnelt. /// public static string Destination { get { @@ -2864,7 +2772,7 @@ public static string Destination { } /// - /// Looks up a localized string similar to Details. + /// Sucht eine lokalisierte Zeichenfolge, die Details ähnelt. /// public static string Details { get { @@ -2873,7 +2781,7 @@ public static string Details { } /// - /// Looks up a localized string similar to Detecting network.... + /// Sucht eine lokalisierte Zeichenfolge, die Detecting network... ähnelt. /// public static string DetectingNetworkDots { get { @@ -2882,7 +2790,7 @@ public static string DetectingNetworkDots { } /// - /// Looks up a localized string similar to Detect local ip address and subnetmask. + /// Sucht eine lokalisierte Zeichenfolge, die Detect local ip address and subnetmask ähnelt. /// public static string DetectLocalIPAddressAndSubnetmask { get { @@ -2891,7 +2799,7 @@ public static string DetectLocalIPAddressAndSubnetmask { } /// - /// Looks up a localized string similar to Developed and maintained by {0} with the help of the. + /// Sucht eine lokalisierte Zeichenfolge, die Developed and maintained by {0} with the help of the ähnelt. /// public static string DevelopedAndMaintainedByX { get { @@ -2900,7 +2808,7 @@ public static string DevelopedAndMaintainedByX { } /// - /// Looks up a localized string similar to Device. + /// Sucht eine lokalisierte Zeichenfolge, die Device ähnelt. /// public static string Device { get { @@ -2909,7 +2817,7 @@ public static string Device { } /// - /// Looks up a localized string similar to Device description. + /// Sucht eine lokalisierte Zeichenfolge, die Device description ähnelt. /// public static string DeviceDescription { get { @@ -2918,7 +2826,7 @@ public static string DeviceDescription { } /// - /// Looks up a localized string similar to DHCP enabled. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP enabled ähnelt. /// public static string DHCPEnabled { get { @@ -2927,7 +2835,7 @@ public static string DHCPEnabled { } /// - /// Looks up a localized string similar to DHCP lease expires. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP lease expires ähnelt. /// public static string DHCPLeaseExpires { get { @@ -2936,7 +2844,7 @@ public static string DHCPLeaseExpires { } /// - /// Looks up a localized string similar to DHCP lease obtained. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP lease obtained ähnelt. /// public static string DHCPLeaseObtained { get { @@ -2945,7 +2853,7 @@ public static string DHCPLeaseObtained { } /// - /// Looks up a localized string similar to DHCP server. + /// Sucht eine lokalisierte Zeichenfolge, die DHCP server ähnelt. /// public static string DHCPServer { get { @@ -2954,7 +2862,7 @@ public static string DHCPServer { } /// - /// Looks up a localized string similar to Disable. + /// Sucht eine lokalisierte Zeichenfolge, die Disable ähnelt. /// public static string Disable { get { @@ -2963,7 +2871,7 @@ public static string Disable { } /// - /// Looks up a localized string similar to Disable encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Disable encryption... ähnelt. /// public static string DisableEncryptionDots { get { @@ -2972,7 +2880,7 @@ public static string DisableEncryptionDots { } /// - /// Looks up a localized string similar to Disable entry. + /// Sucht eine lokalisierte Zeichenfolge, die Disable entry ähnelt. /// public static string DisableEntry { get { @@ -2981,7 +2889,7 @@ public static string DisableEntry { } /// - /// Looks up a localized string similar to Disclaimer. + /// Sucht eine lokalisierte Zeichenfolge, die Disclaimer ähnelt. /// public static string Disclaimer { get { @@ -2990,7 +2898,7 @@ public static string Disclaimer { } /// - /// Looks up a localized string similar to Disconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnect ähnelt. /// public static string Disconnect { get { @@ -2999,7 +2907,7 @@ public static string Disconnect { } /// - /// Looks up a localized string similar to Disconnected. + /// Sucht eine lokalisierte Zeichenfolge, die Disconnected ähnelt. /// public static string Disconnected { get { @@ -3008,7 +2916,7 @@ public static string Disconnected { } /// - /// Looks up a localized string similar to Discovery Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Discovery Protocol ähnelt. /// public static string DiscoveryProtocol { get { @@ -3017,7 +2925,7 @@ public static string DiscoveryProtocol { } /// - /// Looks up a localized string similar to CDP. + /// Sucht eine lokalisierte Zeichenfolge, die CDP ähnelt. /// public static string DiscoveryProtocol_Cdp { get { @@ -3026,7 +2934,7 @@ public static string DiscoveryProtocol_Cdp { } /// - /// Looks up a localized string similar to LLDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP ähnelt. /// public static string DiscoveryProtocol_Lldp { get { @@ -3035,7 +2943,7 @@ public static string DiscoveryProtocol_Lldp { } /// - /// Looks up a localized string similar to LLDP / CDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP / CDP ähnelt. /// public static string DiscoveryProtocol_LldpCdp { get { @@ -3044,7 +2952,7 @@ public static string DiscoveryProtocol_LldpCdp { } /// - /// Looks up a localized string similar to Display. + /// Sucht eine lokalisierte Zeichenfolge, die Display ähnelt. /// public static string Display { get { @@ -3053,7 +2961,7 @@ public static string Display { } /// - /// Looks up a localized string similar to District. + /// Sucht eine lokalisierte Zeichenfolge, die District ähnelt. /// public static string District { get { @@ -3062,7 +2970,7 @@ public static string District { } /// - /// Looks up a localized string similar to DNS. + /// Sucht eine lokalisierte Zeichenfolge, die DNS ähnelt. /// public static string DNS { get { @@ -3071,7 +2979,7 @@ public static string DNS { } /// - /// Looks up a localized string similar to DNS autconfiguration. + /// Sucht eine lokalisierte Zeichenfolge, die DNS autconfiguration ähnelt. /// public static string DNSAutoconfiguration { get { @@ -3080,7 +2988,7 @@ public static string DNSAutoconfiguration { } /// - /// Looks up a localized string similar to DNS Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup ähnelt. /// public static string DNSLookup { get { @@ -3089,7 +2997,7 @@ public static string DNSLookup { } /// - /// Looks up a localized string similar to DNS Lookup.... + /// Sucht eine lokalisierte Zeichenfolge, die DNS Lookup... ähnelt. /// public static string DNSLookupDots { get { @@ -3098,7 +3006,7 @@ public static string DNSLookupDots { } /// - /// Looks up a localized string similar to DNS resolver. + /// Sucht eine lokalisierte Zeichenfolge, die DNS resolver ähnelt. /// public static string DNSResolver { get { @@ -3107,7 +3015,7 @@ public static string DNSResolver { } /// - /// Looks up a localized string similar to DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die DNS server ähnelt. /// public static string DNSServer { get { @@ -3116,7 +3024,7 @@ public static string DNSServer { } /// - /// Looks up a localized string similar to DNS server(s). + /// Sucht eine lokalisierte Zeichenfolge, die DNS server(s) ähnelt. /// public static string DNSServers { get { @@ -3125,7 +3033,7 @@ public static string DNSServers { } /// - /// Looks up a localized string similar to A DNS server with this name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die A DNS server with this name already exists! ähnelt. /// public static string DNSServerWithThisNameAlreadyExists { get { @@ -3134,7 +3042,7 @@ public static string DNSServerWithThisNameAlreadyExists { } /// - /// Looks up a localized string similar to DNS suffix. + /// Sucht eine lokalisierte Zeichenfolge, die DNS suffix ähnelt. /// public static string DNSSuffix { get { @@ -3143,7 +3051,7 @@ public static string DNSSuffix { } /// - /// Looks up a localized string similar to Domain. + /// Sucht eine lokalisierte Zeichenfolge, die Domain ähnelt. /// public static string Domain { get { @@ -3152,7 +3060,7 @@ public static string Domain { } /// - /// Looks up a localized string similar to Domain name. + /// Sucht eine lokalisierte Zeichenfolge, die Domain name ähnelt. /// public static string DomainName { get { @@ -3161,7 +3069,7 @@ public static string DomainName { } /// - /// Looks up a localized string similar to Donate. + /// Sucht eine lokalisierte Zeichenfolge, die Donate ähnelt. /// public static string Donate { get { @@ -3170,7 +3078,7 @@ public static string Donate { } /// - /// Looks up a localized string similar to Don't fragment. + /// Sucht eine lokalisierte Zeichenfolge, die Don't fragment ähnelt. /// public static string DontFragment { get { @@ -3179,7 +3087,7 @@ public static string DontFragment { } /// - /// Looks up a localized string similar to Download. + /// Sucht eine lokalisierte Zeichenfolge, die Download ähnelt. /// public static string Download { get { @@ -3188,7 +3096,7 @@ public static string Download { } /// - /// Looks up a localized string similar to Download Microsoft Edge WebView2 Runtime. + /// Sucht eine lokalisierte Zeichenfolge, die Download Microsoft Edge WebView2 Runtime ähnelt. /// public static string DownloadMicrosoftEdgeWebView2Runtime { get { @@ -3197,8 +3105,8 @@ public static string DownloadMicrosoftEdgeWebView2Runtime { } /// - /// Looks up a localized string similar to Drag and drop the applications to reorder them. - ///Right-click for more options.. + /// Sucht eine lokalisierte Zeichenfolge, die Drag and drop the applications to reorder them. + ///Right-click for more options. ähnelt. /// public static string DragDropApplicationsToReorderRightClickForMoreOptions { get { @@ -3207,7 +3115,7 @@ public static string DragDropApplicationsToReorderRightClickForMoreOptions { } /// - /// Looks up a localized string similar to Duration. + /// Sucht eine lokalisierte Zeichenfolge, die Duration ähnelt. /// public static string Duration { get { @@ -3216,7 +3124,7 @@ public static string Duration { } /// - /// Looks up a localized string similar to Duration (s). + /// Sucht eine lokalisierte Zeichenfolge, die Duration (s) ähnelt. /// public static string DurationS { get { @@ -3225,7 +3133,7 @@ public static string DurationS { } /// - /// Looks up a localized string similar to Dynamic IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Dynamic IPv4 address ähnelt. /// public static string DynamicIPv4Address { get { @@ -3234,7 +3142,7 @@ public static string DynamicIPv4Address { } /// - /// Looks up a localized string similar to Dynamic IPv4 DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Dynamic IPv4 DNS server ähnelt. /// public static string DynamicIPv4DNSServer { get { @@ -3243,16 +3151,7 @@ public static string DynamicIPv4DNSServer { } /// - /// Looks up a localized string similar to Edit AWS profile. - /// - public static string EditAWSProfile { - get { - return ResourceManager.GetString("EditAWSProfile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Edit credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Edit credentials ähnelt. /// public static string EditCredentials { get { @@ -3261,7 +3160,7 @@ public static string EditCredentials { } /// - /// Looks up a localized string similar to Edit custom command. + /// Sucht eine lokalisierte Zeichenfolge, die Edit custom command ähnelt. /// public static string EditCustomCommand { get { @@ -3270,7 +3169,7 @@ public static string EditCustomCommand { } /// - /// Looks up a localized string similar to Edit DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Edit DNS server ähnelt. /// public static string EditDNSServer { get { @@ -3279,7 +3178,7 @@ public static string EditDNSServer { } /// - /// Looks up a localized string similar to Edit.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit... ähnelt. /// public static string EditDots { get { @@ -3288,7 +3187,7 @@ public static string EditDots { } /// - /// Looks up a localized string similar to Edit entry. + /// Sucht eine lokalisierte Zeichenfolge, die Edit entry ähnelt. /// public static string EditEntry { get { @@ -3297,7 +3196,7 @@ public static string EditEntry { } /// - /// Looks up a localized string similar to Edit entry.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit entry... ähnelt. /// public static string EditEntryDots { get { @@ -3306,7 +3205,7 @@ public static string EditEntryDots { } /// - /// Looks up a localized string similar to Edit group. + /// Sucht eine lokalisierte Zeichenfolge, die Edit group ähnelt. /// public static string EditGroup { get { @@ -3315,7 +3214,7 @@ public static string EditGroup { } /// - /// Looks up a localized string similar to Edit group.... + /// Sucht eine lokalisierte Zeichenfolge, die Edit group... ähnelt. /// public static string EditGroupDots { get { @@ -3324,7 +3223,7 @@ public static string EditGroupDots { } /// - /// Looks up a localized string similar to Edit OID profile. + /// Sucht eine lokalisierte Zeichenfolge, die Edit OID profile ähnelt. /// public static string EditOIDProfile { get { @@ -3333,7 +3232,7 @@ public static string EditOIDProfile { } /// - /// Looks up a localized string similar to Edit port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Edit port profile ähnelt. /// public static string EditPortProfile { get { @@ -3342,7 +3241,7 @@ public static string EditPortProfile { } /// - /// Looks up a localized string similar to Edit profile. + /// Sucht eine lokalisierte Zeichenfolge, die Edit profile ähnelt. /// public static string EditProfile { get { @@ -3351,7 +3250,7 @@ public static string EditProfile { } /// - /// Looks up a localized string similar to Edit profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Edit profile file ähnelt. /// public static string EditProfileFile { get { @@ -3360,7 +3259,7 @@ public static string EditProfileFile { } /// - /// Looks up a localized string similar to Edit SNTP server. + /// Sucht eine lokalisierte Zeichenfolge, die Edit SNTP server ähnelt. /// public static string EditSNTPServer { get { @@ -3369,7 +3268,7 @@ public static string EditSNTPServer { } /// - /// Looks up a localized string similar to EDNS. + /// Sucht eine lokalisierte Zeichenfolge, die EDNS ähnelt. /// public static string EDNS { get { @@ -3378,7 +3277,7 @@ public static string EDNS { } /// - /// Looks up a localized string similar to Emerald. + /// Sucht eine lokalisierte Zeichenfolge, die Emerald ähnelt. /// public static string Emerald { get { @@ -3387,7 +3286,7 @@ public static string Emerald { } /// - /// Looks up a localized string similar to Enable. + /// Sucht eine lokalisierte Zeichenfolge, die Enable ähnelt. /// public static string Enable { get { @@ -3396,7 +3295,7 @@ public static string Enable { } /// - /// Looks up a localized string similar to Enable Credential Security Support Provider. + /// Sucht eine lokalisierte Zeichenfolge, die Enable Credential Security Support Provider ähnelt. /// public static string EnableCredentialSecuritySupportProvider { get { @@ -3405,7 +3304,7 @@ public static string EnableCredentialSecuritySupportProvider { } /// - /// Looks up a localized string similar to Enabled. + /// Sucht eine lokalisierte Zeichenfolge, die Enabled ähnelt. /// public static string Enabled { get { @@ -3414,7 +3313,7 @@ public static string Enabled { } /// - /// Looks up a localized string similar to Enable encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Enable encryption... ähnelt. /// public static string EnableEncryptionDots { get { @@ -3423,10 +3322,10 @@ public static string EnableEncryptionDots { } /// - /// Looks up a localized string similar to Do you want to enable profile file encryption to protect sensitive data such as hosts, IP addresses, URLs, and stored credentials? + /// Sucht eine lokalisierte Zeichenfolge, die Do you want to enable profile file encryption to protect sensitive data such as hosts, IP addresses, URLs, and stored credentials? /// ///You can enable or disable encryption later at any time by right-clicking the profile file to manage encryption settings. - ///If you click Cancel, the profile file will remain unencrypted.. + ///If you click Cancel, the profile file will remain unencrypted. ähnelt. /// public static string EnableEncryptionForProfileFileMessage { get { @@ -3435,7 +3334,7 @@ public static string EnableEncryptionForProfileFileMessage { } /// - /// Looks up a localized string similar to Enable encryption?. + /// Sucht eine lokalisierte Zeichenfolge, die Enable encryption? ähnelt. /// public static string EnableEncryptionQuestion { get { @@ -3444,7 +3343,7 @@ public static string EnableEncryptionQuestion { } /// - /// Looks up a localized string similar to Enable entry. + /// Sucht eine lokalisierte Zeichenfolge, die Enable entry ähnelt. /// public static string EnableEntry { get { @@ -3453,7 +3352,7 @@ public static string EnableEntry { } /// - /// Looks up a localized string similar to Enable gateway server. + /// Sucht eine lokalisierte Zeichenfolge, die Enable gateway server ähnelt. /// public static string EnableGatewayServer { get { @@ -3462,7 +3361,7 @@ public static string EnableGatewayServer { } /// - /// Looks up a localized string similar to Enable log. + /// Sucht eine lokalisierte Zeichenfolge, die Enable log ähnelt. /// public static string EnableLog { get { @@ -3471,7 +3370,7 @@ public static string EnableLog { } /// - /// Looks up a localized string similar to Encryption. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption ähnelt. /// public static string Encryption { get { @@ -3480,7 +3379,7 @@ public static string Encryption { } /// - /// Looks up a localized string similar to Encryption.... + /// Sucht eine lokalisierte Zeichenfolge, die Encryption... ähnelt. /// public static string EncryptionDots { get { @@ -3489,7 +3388,7 @@ public static string EncryptionDots { } /// - /// Looks up a localized string similar to Encryption error. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption error ähnelt. /// public static string EncryptionError { get { @@ -3498,7 +3397,7 @@ public static string EncryptionError { } /// - /// Looks up a localized string similar to Could not encrpyt file. You may report this issue on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Could not encrpyt file. You may report this issue on GitHub. ähnelt. /// public static string EncryptionErrorMessage { get { @@ -3507,7 +3406,7 @@ public static string EncryptionErrorMessage { } /// - /// Looks up a localized string similar to End time. + /// Sucht eine lokalisierte Zeichenfolge, die End time ähnelt. /// public static string EndTime { get { @@ -3516,7 +3415,7 @@ public static string EndTime { } /// - /// Looks up a localized string similar to Enter a domain to query whois.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter a domain to query whois... ähnelt. /// public static string EnterADomainToQueryWhoisDots { get { @@ -3525,7 +3424,7 @@ public static string EnterADomainToQueryWhoisDots { } /// - /// Looks up a localized string similar to Enter a number and select a unit to calculate the units.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter a number and select a unit to calculate the units... ähnelt. /// public static string EnterANumberAndSelectAUnitToCalculateTheUnitsDots { get { @@ -3534,7 +3433,7 @@ public static string EnterANumberAndSelectAUnitToCalculateTheUnitsDots { } /// - /// Looks up a localized string similar to Enter a subnet to calculate it.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter a subnet to calculate it... ähnelt. /// public static string EnterASubnetToCalculateItDots { get { @@ -3543,7 +3442,7 @@ public static string EnterASubnetToCalculateItDots { } /// - /// Looks up a localized string similar to Enter host to query IP geolocation.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter host to query IP geolocation... ähnelt. /// public static string EnterHostToQueryIPGeolocationDots { get { @@ -3552,7 +3451,7 @@ public static string EnterHostToQueryIPGeolocationDots { } /// - /// Looks up a localized string similar to Enter location.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter location... ähnelt. /// public static string EnterLocationDots { get { @@ -3561,7 +3460,7 @@ public static string EnterLocationDots { } /// - /// Looks up a localized string similar to Enter master password to unlock the profile file:. + /// Sucht eine lokalisierte Zeichenfolge, die Enter master password to unlock the profile file: ähnelt. /// public static string EnterMasterPasswordToUnlockProfile { get { @@ -3570,7 +3469,7 @@ public static string EnterMasterPasswordToUnlockProfile { } /// - /// Looks up a localized string similar to Enter one or more valid IP addresses!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter one or more valid IP addresses! ähnelt. /// public static string EnterOneOrMoreValidIPAddresses { get { @@ -3579,7 +3478,7 @@ public static string EnterOneOrMoreValidIPAddresses { } /// - /// Looks up a localized string similar to Enter password.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter password... ähnelt. /// public static string EnterPasswordDots { get { @@ -3588,7 +3487,7 @@ public static string EnterPasswordDots { } /// - /// Looks up a localized string similar to Enter subnet and a new subnet mask to create subnets.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter subnet and a new subnet mask to create subnets... ähnelt. /// public static string EnterSubnetAndANewSubnetmaskToCreateSubnets { get { @@ -3597,7 +3496,7 @@ public static string EnterSubnetAndANewSubnetmaskToCreateSubnets { } /// - /// Looks up a localized string similar to Enter subnets to create a wide subnet.... + /// Sucht eine lokalisierte Zeichenfolge, die Enter subnets to create a wide subnet... ähnelt. /// public static string EnterSubnetsToCreateAWideSubnet { get { @@ -3606,7 +3505,7 @@ public static string EnterSubnetsToCreateAWideSubnet { } /// - /// Looks up a localized string similar to Enter a valid baud!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid baud! ähnelt. /// public static string EnterValidBaud { get { @@ -3615,7 +3514,7 @@ public static string EnterValidBaud { } /// - /// Looks up a localized string similar to Enter a valid domain (e.g., "example.com")!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid domain (e.g., "example.com")! ähnelt. /// public static string EnterValidDomain { get { @@ -3624,7 +3523,7 @@ public static string EnterValidDomain { } /// - /// Looks up a localized string similar to Enter a valid file name!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid file name! ähnelt. /// public static string EnterValidFileName { get { @@ -3633,7 +3532,7 @@ public static string EnterValidFileName { } /// - /// Looks up a localized string similar to Enter a valid file path!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid file path! ähnelt. /// public static string EnterValidFilePath { get { @@ -3642,7 +3541,7 @@ public static string EnterValidFilePath { } /// - /// Looks up a localized string similar to Enter a valid hostname!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname! ähnelt. /// public static string EnterValidHostname { get { @@ -3651,7 +3550,7 @@ public static string EnterValidHostname { } /// - /// Looks up a localized string similar to Enter a valid hostname and port!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname and port! ähnelt. /// public static string EnterValidHostnameAndPort { get { @@ -3660,7 +3559,7 @@ public static string EnterValidHostnameAndPort { } /// - /// Looks up a localized string similar to Enter a valid hostname (e.g., "server-01" or "example.com") or a valid IP address (e.g., 192.168.178.1)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname (e.g., "server-01" or "example.com") or a valid IP address (e.g., 192.168.178.1)! ähnelt. /// public static string EnterValidHostnameOrIPAddress { get { @@ -3669,7 +3568,7 @@ public static string EnterValidHostnameOrIPAddress { } /// - /// Looks up a localized string similar to Enter valid hosts (multiple hosts can not end with ";")!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter valid hosts (multiple hosts can not end with ";")! ähnelt. /// public static string EnterValidHosts { get { @@ -3678,7 +3577,7 @@ public static string EnterValidHosts { } /// - /// Looks up a localized string similar to Enter a valid hostname (e.g., "server-01" or "example.com")! Multiple hostnames can be separated with a space.. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid hostname (e.g., "server-01" or "example.com")! Multiple hostnames can be separated with a space. ähnelt. /// public static string EnterValidHostsFileEntryHostname { get { @@ -3687,7 +3586,7 @@ public static string EnterValidHostsFileEntryHostname { } /// - /// Looks up a localized string similar to Enter a valid IP address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IP address! ähnelt. /// public static string EnterValidIPAddress { get { @@ -3696,7 +3595,7 @@ public static string EnterValidIPAddress { } /// - /// Looks up a localized string similar to Enter a valid IP range!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IP range! ähnelt. /// public static string EnterValidIPScanRange { get { @@ -3705,7 +3604,7 @@ public static string EnterValidIPScanRange { } /// - /// Looks up a localized string similar to Enter a valid IPv4 address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IPv4 address! ähnelt. /// public static string EnterValidIPv4Address { get { @@ -3714,7 +3613,7 @@ public static string EnterValidIPv4Address { } /// - /// Looks up a localized string similar to Enter a valid IPv6 address!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid IPv6 address! ähnelt. /// public static string EnterValidIPv6Address { get { @@ -3723,7 +3622,7 @@ public static string EnterValidIPv6Address { } /// - /// Looks up a localized string similar to Enter a valid MAC address (e.g., 00:F1:23:AB:F2:35)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid MAC address (e.g., 00:F1:23:AB:F2:35)! ähnelt. /// public static string EnterValidMACAddress { get { @@ -3732,7 +3631,7 @@ public static string EnterValidMACAddress { } /// - /// Looks up a localized string similar to Enter a valid number!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid number! ähnelt. /// public static string EnterValidNumber { get { @@ -3741,7 +3640,7 @@ public static string EnterValidNumber { } /// - /// Looks up a localized string similar to Enter a valid OID!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid OID! ähnelt. /// public static string EnterValidOID { get { @@ -3750,7 +3649,7 @@ public static string EnterValidOID { } /// - /// Looks up a localized string similar to Enter a valid port (1 - 65535)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid port (1 - 65535)! ähnelt. /// public static string EnterValidPort { get { @@ -3759,7 +3658,7 @@ public static string EnterValidPort { } /// - /// Looks up a localized string similar to Enter a valid port and/or port range (1 - 65535)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid port and/or port range (1 - 65535)! ähnelt. /// public static string EnterValidPortOrPortRange { get { @@ -3768,7 +3667,7 @@ public static string EnterValidPortOrPortRange { } /// - /// Looks up a localized string similar to Enter a valid subnet (e.g., 192.168.178.133/26)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnet (e.g., 192.168.178.133/26)! ähnelt. /// public static string EnterValidSubnet { get { @@ -3777,7 +3676,7 @@ public static string EnterValidSubnet { } /// - /// Looks up a localized string similar to Enter a valid subnetmask (e.g., 255.255.255.0)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnetmask (e.g., 255.255.255.0)! ähnelt. /// public static string EnterValidSubnetmask { get { @@ -3786,7 +3685,7 @@ public static string EnterValidSubnetmask { } /// - /// Looks up a localized string similar to Enter a valid subnetmask or CIDR (e.g., 255.255.255.0 or /24)!. + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid subnetmask or CIDR (e.g., 255.255.255.0 or /24)! ähnelt. /// public static string EnterValidSubnetmaskOrCIDR { get { @@ -3795,7 +3694,7 @@ public static string EnterValidSubnetmaskOrCIDR { } /// - /// Looks up a localized string similar to Enter a valid website (e.g., https://example.com/index.html). + /// Sucht eine lokalisierte Zeichenfolge, die Enter a valid website (e.g., https://example.com/index.html) ähnelt. /// public static string EnterValidWebsiteUri { get { @@ -3804,7 +3703,7 @@ public static string EnterValidWebsiteUri { } /// - /// Looks up a localized string similar to Entries. + /// Sucht eine lokalisierte Zeichenfolge, die Entries ähnelt. /// public static string Entries { get { @@ -3813,7 +3712,7 @@ public static string Entries { } /// - /// Looks up a localized string similar to Error. + /// Sucht eine lokalisierte Zeichenfolge, die Error ähnelt. /// public static string Error { get { @@ -3822,7 +3721,7 @@ public static string Error { } /// - /// Looks up a localized string similar to Couldn't connect to 'api.github.com', check your network connection!. + /// Sucht eine lokalisierte Zeichenfolge, die Couldn't connect to 'api.github.com', check your network connection! ähnelt. /// public static string ErrorCheckingApiGithubComVerifyYourNetworkConnection { get { @@ -3831,7 +3730,7 @@ public static string ErrorCheckingApiGithubComVerifyYourNetworkConnection { } /// - /// Looks up a localized string similar to Error in response!. + /// Sucht eine lokalisierte Zeichenfolge, die Error in response! ähnelt. /// public static string ErrorInResponse { get { @@ -3840,7 +3739,7 @@ public static string ErrorInResponse { } /// - /// Looks up a localized string similar to Error in response! Check if you have write permissions.. + /// Sucht eine lokalisierte Zeichenfolge, die Error in response! Check if you have write permissions. ähnelt. /// public static string ErrorInResponseCheckIfYouHaveWritePermissions { get { @@ -3849,7 +3748,7 @@ public static string ErrorInResponseCheckIfYouHaveWritePermissions { } /// - /// Looks up a localized string similar to The name is already used!. + /// Sucht eine lokalisierte Zeichenfolge, die The name is already used! ähnelt. /// public static string ErrorMessage_NameIsAlreadyUsed { get { @@ -3858,7 +3757,7 @@ public static string ErrorMessage_NameIsAlreadyUsed { } /// - /// Looks up a localized string similar to The settings on this page contain errors. Correct them to be able to save.. + /// Sucht eine lokalisierte Zeichenfolge, die The settings on this page contain errors. Correct them to be able to save. ähnelt. /// public static string ErrorMessage_TabPageHasError { get { @@ -3867,7 +3766,7 @@ public static string ErrorMessage_TabPageHasError { } /// - /// Looks up a localized string similar to Error while scanning WiFi adapter "{0}" with error: "{1}". + /// Sucht eine lokalisierte Zeichenfolge, die Error while scanning WiFi adapter "{0}" with error: "{1}" ähnelt. /// public static string ErrorWhileScanningWiFiAdapterXXXWithErrorXXX { get { @@ -3876,7 +3775,7 @@ public static string ErrorWhileScanningWiFiAdapterXXXWithErrorXXX { } /// - /// Looks up a localized string similar to Everything. + /// Sucht eine lokalisierte Zeichenfolge, die Everything ähnelt. /// public static string Everything { get { @@ -3885,7 +3784,7 @@ public static string Everything { } /// - /// Looks up a localized string similar to Linux servers running in AWS.... + /// Sucht eine lokalisierte Zeichenfolge, die Linux servers running in AWS... ähnelt. /// public static string ExampleGroupDescription { get { @@ -3894,7 +3793,7 @@ public static string ExampleGroupDescription { } /// - /// Looks up a localized string similar to Primary DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Primary DNS server ähnelt. /// public static string ExampleHostsFileEntryComment { get { @@ -3903,7 +3802,7 @@ public static string ExampleHostsFileEntryComment { } /// - /// Looks up a localized string similar to Ubuntu Server running Docker with Nextcloud and Traefik.... + /// Sucht eine lokalisierte Zeichenfolge, die Ubuntu Server running Docker with Nextcloud and Traefik... ähnelt. /// public static string ExampleProfileDescription { get { @@ -3912,7 +3811,7 @@ public static string ExampleProfileDescription { } /// - /// Looks up a localized string similar to Customer 1. + /// Sucht eine lokalisierte Zeichenfolge, die Customer 1 ähnelt. /// public static string ExampleProfileFileName { get { @@ -3921,7 +3820,7 @@ public static string ExampleProfileFileName { } /// - /// Looks up a localized string similar to production. + /// Sucht eine lokalisierte Zeichenfolge, die production ähnelt. /// public static string ExampleTag { get { @@ -3930,7 +3829,7 @@ public static string ExampleTag { } /// - /// Looks up a localized string similar to Execution Policy. + /// Sucht eine lokalisierte Zeichenfolge, die Execution Policy ähnelt. /// public static string ExecutionPolicy { get { @@ -3939,7 +3838,7 @@ public static string ExecutionPolicy { } /// - /// Looks up a localized string similar to Expand. + /// Sucht eine lokalisierte Zeichenfolge, die Expand ähnelt. /// public static string Expand { get { @@ -3948,7 +3847,7 @@ public static string Expand { } /// - /// Looks up a localized string similar to Expand all. + /// Sucht eine lokalisierte Zeichenfolge, die Expand all ähnelt. /// public static string ExpandAll { get { @@ -3957,7 +3856,7 @@ public static string ExpandAll { } /// - /// Looks up a localized string similar to Expand and open search.... + /// Sucht eine lokalisierte Zeichenfolge, die Expand and open search... ähnelt. /// public static string ExpandAndOpenSearchDots { get { @@ -3966,7 +3865,7 @@ public static string ExpandAndOpenSearchDots { } /// - /// Looks up a localized string similar to Expand host view. + /// Sucht eine lokalisierte Zeichenfolge, die Expand host view ähnelt. /// public static string ExpandHostView { get { @@ -3975,7 +3874,7 @@ public static string ExpandHostView { } /// - /// Looks up a localized string similar to Experience. + /// Sucht eine lokalisierte Zeichenfolge, die Experience ähnelt. /// public static string Experience { get { @@ -3984,7 +3883,7 @@ public static string Experience { } /// - /// Looks up a localized string similar to Experimental. + /// Sucht eine lokalisierte Zeichenfolge, die Experimental ähnelt. /// public static string Experimental { get { @@ -3993,7 +3892,7 @@ public static string Experimental { } /// - /// Looks up a localized string similar to Experimental features. + /// Sucht eine lokalisierte Zeichenfolge, die Experimental features ähnelt. /// public static string ExperimentalFeatures { get { @@ -4002,7 +3901,7 @@ public static string ExperimentalFeatures { } /// - /// Looks up a localized string similar to Export. + /// Sucht eine lokalisierte Zeichenfolge, die Export ähnelt. /// public static string Export { get { @@ -4011,7 +3910,7 @@ public static string Export { } /// - /// Looks up a localized string similar to Export all. + /// Sucht eine lokalisierte Zeichenfolge, die Export all ähnelt. /// public static string ExportAll { get { @@ -4020,7 +3919,7 @@ public static string ExportAll { } /// - /// Looks up a localized string similar to Export.... + /// Sucht eine lokalisierte Zeichenfolge, die Export... ähnelt. /// public static string ExportDots { get { @@ -4029,7 +3928,7 @@ public static string ExportDots { } /// - /// Looks up a localized string similar to Export selected. + /// Sucht eine lokalisierte Zeichenfolge, die Export selected ähnelt. /// public static string ExportSelected { get { @@ -4038,7 +3937,7 @@ public static string ExportSelected { } /// - /// Looks up a localized string similar to IP Geolocation API - Fast, accurate, reliable. + /// Sucht eine lokalisierte Zeichenfolge, die IP Geolocation API - Fast, accurate, reliable ähnelt. /// public static string ExternalService_ip_api_Description { get { @@ -4047,7 +3946,7 @@ public static string ExternalService_ip_api_Description { } /// - /// Looks up a localized string similar to A Simple Public IP Address API. + /// Sucht eine lokalisierte Zeichenfolge, die A Simple Public IP Address API ähnelt. /// public static string ExternalService_ipify_Description { get { @@ -4056,7 +3955,7 @@ public static string ExternalService_ipify_Description { } /// - /// Looks up a localized string similar to External services. + /// Sucht eine lokalisierte Zeichenfolge, die External services ähnelt. /// public static string ExternalServices { get { @@ -4065,7 +3964,7 @@ public static string ExternalServices { } /// - /// Looks up a localized string similar to Failed to load hosts file: {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to load hosts file: {0} ähnelt. /// public static string FailedToLoadHostsFileMessage { get { @@ -4074,7 +3973,7 @@ public static string FailedToLoadHostsFileMessage { } /// - /// Looks up a localized string similar to Field cannot be empty!. + /// Sucht eine lokalisierte Zeichenfolge, die Field cannot be empty! ähnelt. /// public static string FieldCannotBeEmpty { get { @@ -4083,7 +3982,7 @@ public static string FieldCannotBeEmpty { } /// - /// Looks up a localized string similar to File. + /// Sucht eine lokalisierte Zeichenfolge, die File ähnelt. /// public static string File { get { @@ -4092,7 +3991,7 @@ public static string File { } /// - /// Looks up a localized string similar to File does not exists!. + /// Sucht eine lokalisierte Zeichenfolge, die File does not exists! ähnelt. /// public static string FileDoesNotExist { get { @@ -4101,7 +4000,7 @@ public static string FileDoesNotExist { } /// - /// Looks up a localized string similar to File exported to "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die File exported to "{0}"! ähnelt. /// public static string FileExportedToXX { get { @@ -4110,7 +4009,7 @@ public static string FileExportedToXX { } /// - /// Looks up a localized string similar to File path. + /// Sucht eine lokalisierte Zeichenfolge, die File path ähnelt. /// public static string FilePath { get { @@ -4119,7 +4018,7 @@ public static string FilePath { } /// - /// Looks up a localized string similar to Filter. + /// Sucht eine lokalisierte Zeichenfolge, die Filter ähnelt. /// public static string Filter { get { @@ -4128,7 +4027,7 @@ public static string Filter { } /// - /// Looks up a localized string similar to Filter by tags. + /// Sucht eine lokalisierte Zeichenfolge, die Filter by tags ähnelt. /// public static string FilterByTags { get { @@ -4137,7 +4036,7 @@ public static string FilterByTags { } /// - /// Looks up a localized string similar to Filter.... + /// Sucht eine lokalisierte Zeichenfolge, die Filter... ähnelt. /// public static string FilterDots { get { @@ -4146,7 +4045,7 @@ public static string FilterDots { } /// - /// Looks up a localized string similar to Filter profiles.... + /// Sucht eine lokalisierte Zeichenfolge, die Filter profiles... ähnelt. /// public static string FilterProfilesDots { get { @@ -4155,7 +4054,7 @@ public static string FilterProfilesDots { } /// - /// Looks up a localized string similar to First usable IP address. + /// Sucht eine lokalisierte Zeichenfolge, die First usable IP address ähnelt. /// public static string FirstUsableIPAddress { get { @@ -4164,7 +4063,7 @@ public static string FirstUsableIPAddress { } /// - /// Looks up a localized string similar to Fixed screen size:. + /// Sucht eine lokalisierte Zeichenfolge, die Fixed screen size: ähnelt. /// public static string FixedScreenSize { get { @@ -4173,7 +4072,7 @@ public static string FixedScreenSize { } /// - /// Looks up a localized string similar to Flush DNS cache. + /// Sucht eine lokalisierte Zeichenfolge, die Flush DNS cache ähnelt. /// public static string FlushDNSCache { get { @@ -4182,7 +4081,7 @@ public static string FlushDNSCache { } /// - /// Looks up a localized string similar to Folder does not exists!. + /// Sucht eine lokalisierte Zeichenfolge, die Folder does not exists! ähnelt. /// public static string FolderDoesNotExist { get { @@ -4191,7 +4090,7 @@ public static string FolderDoesNotExist { } /// - /// Looks up a localized string similar to Font smoothing. + /// Sucht eine lokalisierte Zeichenfolge, die Font smoothing ähnelt. /// public static string FontSmoothing { get { @@ -4200,7 +4099,7 @@ public static string FontSmoothing { } /// - /// Looks up a localized string similar to Format. + /// Sucht eine lokalisierte Zeichenfolge, die Format ähnelt. /// public static string Format { get { @@ -4209,7 +4108,7 @@ public static string Format { } /// - /// Looks up a localized string similar to Found. + /// Sucht eine lokalisierte Zeichenfolge, die Found ähnelt. /// public static string Found { get { @@ -4218,7 +4117,7 @@ public static string Found { } /// - /// Looks up a localized string similar to Frequency. + /// Sucht eine lokalisierte Zeichenfolge, die Frequency ähnelt. /// public static string Frequency { get { @@ -4227,7 +4126,7 @@ public static string Frequency { } /// - /// Looks up a localized string similar to (from profile). + /// Sucht eine lokalisierte Zeichenfolge, die (from profile) ähnelt. /// public static string FromProfile { get { @@ -4236,7 +4135,7 @@ public static string FromProfile { } /// - /// Looks up a localized string similar to Fullscreen. + /// Sucht eine lokalisierte Zeichenfolge, die Fullscreen ähnelt. /// public static string Fullscreen { get { @@ -4245,7 +4144,7 @@ public static string Fullscreen { } /// - /// Looks up a localized string similar to Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway ähnelt. /// public static string Gateway { get { @@ -4254,7 +4153,7 @@ public static string Gateway { } /// - /// Looks up a localized string similar to Gateway / Router. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway / Router ähnelt. /// public static string GatewayRouter { get { @@ -4263,7 +4162,7 @@ public static string GatewayRouter { } /// - /// Looks up a localized string similar to Gateway server. + /// Sucht eine lokalisierte Zeichenfolge, die Gateway server ähnelt. /// public static string GatewayServer { get { @@ -4272,7 +4171,7 @@ public static string GatewayServer { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string General { get { @@ -4281,7 +4180,7 @@ public static string General { } /// - /// Looks up a localized string similar to Geolocation. + /// Sucht eine lokalisierte Zeichenfolge, die Geolocation ähnelt. /// public static string Geolocation { get { @@ -4290,7 +4189,7 @@ public static string Geolocation { } /// - /// Looks up a localized string similar to 2.4 GHz. + /// Sucht eine lokalisierte Zeichenfolge, die 2.4 GHz ähnelt. /// public static string GHz2dot4 { get { @@ -4299,7 +4198,7 @@ public static string GHz2dot4 { } /// - /// Looks up a localized string similar to 5 GHz. + /// Sucht eine lokalisierte Zeichenfolge, die 5 GHz ähnelt. /// public static string GHz5 { get { @@ -4308,7 +4207,7 @@ public static string GHz5 { } /// - /// Looks up a localized string similar to 6 GHz. + /// Sucht eine lokalisierte Zeichenfolge, die 6 GHz ähnelt. /// public static string GHz6 { get { @@ -4317,7 +4216,7 @@ public static string GHz6 { } /// - /// Looks up a localized string similar to Gigabits. + /// Sucht eine lokalisierte Zeichenfolge, die Gigabits ähnelt. /// public static string Gigabits { get { @@ -4326,7 +4225,7 @@ public static string Gigabits { } /// - /// Looks up a localized string similar to Gigabytes. + /// Sucht eine lokalisierte Zeichenfolge, die Gigabytes ähnelt. /// public static string Gigabytes { get { @@ -4335,7 +4234,7 @@ public static string Gigabytes { } /// - /// Looks up a localized string similar to Got "{0}" as public ip address from "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Got "{0}" as public ip address from "{1}"! ähnelt. /// public static string GotXXXAsPublicIPAddressFromXXXMessage { get { @@ -4344,7 +4243,7 @@ public static string GotXXXAsPublicIPAddressFromXXXMessage { } /// - /// Looks up a localized string similar to Green. + /// Sucht eine lokalisierte Zeichenfolge, die Green ähnelt. /// public static string Green { get { @@ -4353,7 +4252,7 @@ public static string Green { } /// - /// Looks up a localized string similar to Group. + /// Sucht eine lokalisierte Zeichenfolge, die Group ähnelt. /// public static string Group { get { @@ -4362,7 +4261,7 @@ public static string Group { } /// - /// Looks up a localized string similar to Group / domain name. + /// Sucht eine lokalisierte Zeichenfolge, die Group / domain name ähnelt. /// public static string GroupDomainName { get { @@ -4371,7 +4270,7 @@ public static string GroupDomainName { } /// - /// Looks up a localized string similar to Group name cannot start with "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Group name cannot start with "{0}"! ähnelt. /// public static string GroupNameCannotStartWithX { get { @@ -4380,7 +4279,7 @@ public static string GroupNameCannotStartWithX { } /// - /// Looks up a localized string similar to Groups. + /// Sucht eine lokalisierte Zeichenfolge, die Groups ähnelt. /// public static string Groups { get { @@ -4389,7 +4288,7 @@ public static string Groups { } /// - /// Looks up a localized string similar to Headers. + /// Sucht eine lokalisierte Zeichenfolge, die Headers ähnelt. /// public static string Headers { get { @@ -4398,7 +4297,7 @@ public static string Headers { } /// - /// Looks up a localized string similar to Height. + /// Sucht eine lokalisierte Zeichenfolge, die Height ähnelt. /// public static string Height { get { @@ -4407,7 +4306,7 @@ public static string Height { } /// - /// Looks up a localized string similar to Help. + /// Sucht eine lokalisierte Zeichenfolge, die Help ähnelt. /// public static string Help { get { @@ -4416,11 +4315,11 @@ public static string Help { } /// - /// Looks up a localized string similar to If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. + /// Sucht eine lokalisierte Zeichenfolge, die If you enable this option, the default PowerShell console settings in the registry under HKCU:\Console are overridden so that the PowerShell console window matches the application theme. This is a global system setting that may affect the appearance of the normal PowerShell window. /// ///Only the PowerShell consoles configured in the PowerShell and AWS Session Manager settings are modified. Both Windows PowerShell and PWSH (PowerShell 7 and higher) are supported. /// - ///Click in the upper right corner on the help [rest of string was truncated]";. + ///Click in the upper right corner on the help [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string HelpMessage_ApplyThemeToPowerShellConsole { get { @@ -4429,51 +4328,11 @@ public static string HelpMessage_ApplyThemeToPowerShellConsole { } /// - /// Looks up a localized string similar to If not set, the default AWS CLI settings are used.. - /// - public static string HelpMessage_AWSCLIDefaultsAreUsedIfNotSet { - get { - return ResourceManager.GetString("HelpMessage_AWSCLIDefaultsAreUsedIfNotSet", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. - /// - ///If not set, the default AWS CLI settings are used.. - /// - public static string HelpMessage_AWSSessionManagerProfile { - get { - return ResourceManager.GetString("HelpMessage_AWSSessionManagerProfile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query.. - /// - public static string HelpMessage_AWSSessionManagerProfilesAndRegionsToSync { - get { - return ResourceManager.GetString("HelpMessage_AWSSessionManagerProfilesAndRegionsToSync", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . - /// - ///If not set, the default AWS CLI settings are used.. - /// - public static string HelpMessage_AWSSessionManagerRegion { - get { - return ResourceManager.GetString("HelpMessage_AWSSessionManagerRegion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background job will save settings and profiles every x-minutes. + /// Sucht eine lokalisierte Zeichenfolge, die The background job will save settings and profiles every x-minutes. /// ///Value 0 will disable this feature. /// - ///Changes to this value will take effect after restarting the application.. + ///Changes to this value will take effect after restarting the application. ähnelt. /// public static string HelpMessage_BackgroundJob { get { @@ -4482,9 +4341,9 @@ public static string HelpMessage_BackgroundJob { } /// - /// Looks up a localized string similar to The DNS resolver is determined via ip-api.com. + /// Sucht eine lokalisierte Zeichenfolge, die The DNS resolver is determined via ip-api.com. /// - ///URL: https://edns.ip-api.com/. + ///URL: https://edns.ip-api.com/ ähnelt. /// public static string HelpMessage_CheckDNSResolver { get { @@ -4493,9 +4352,9 @@ public static string HelpMessage_CheckDNSResolver { } /// - /// Looks up a localized string similar to When starting the program, it checks in the background whether a new program version is available on GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die When starting the program, it checks in the background whether a new program version is available on GitHub. /// - ///URL: https://api.github.com/. + ///URL: https://api.github.com/ ähnelt. /// public static string HelpMessage_CheckForUpdatesAtStartup { get { @@ -4504,9 +4363,9 @@ public static string HelpMessage_CheckForUpdatesAtStartup { } /// - /// Looks up a localized string similar to The IP geolocation is determined via ip-api.com. + /// Sucht eine lokalisierte Zeichenfolge, die The IP geolocation is determined via ip-api.com. /// - ///URL: http://ip-api.com/. + ///URL: http://ip-api.com/ ähnelt. /// public static string HelpMessage_CheckIPGeolocation { get { @@ -4515,9 +4374,9 @@ public static string HelpMessage_CheckIPGeolocation { } /// - /// Looks up a localized string similar to The public IP address is determined via ipify.org. + /// Sucht eine lokalisierte Zeichenfolge, die The public IP address is determined via ipify.org. /// - ///URL: https://api.ipify.org and https://api6.ipify.org. + ///URL: https://api.ipify.org and https://api6.ipify.org ähnelt. /// public static string HelpMessage_CheckPublicIPAddress { get { @@ -4526,7 +4385,7 @@ public static string HelpMessage_CheckPublicIPAddress { } /// - /// Looks up a localized string similar to Decrypt and load your credentials to select them.. + /// Sucht eine lokalisierte Zeichenfolge, die Decrypt and load your credentials to select them. ähnelt. /// public static string HelpMessage_Credentials { get { @@ -4535,10 +4394,10 @@ public static string HelpMessage_Credentials { } /// - /// Looks up a localized string similar to The following variables are available: + /// Sucht eine lokalisierte Zeichenfolge, die The following variables are available: /// ///$$ipaddress$$ --> IP adresse - ///$$hostname$$ --> Hostname. + ///$$hostname$$ --> Hostname ähnelt. /// public static string HelpMessage_CustomCommandVariables { get { @@ -4547,7 +4406,7 @@ public static string HelpMessage_CustomCommandVariables { } /// - /// Looks up a localized string similar to URL to a web service that can be reached via http or https and returns an IPv4 address e.g., "xx.xx.xx.xx" as response.. + /// Sucht eine lokalisierte Zeichenfolge, die URL to a web service that can be reached via http or https and returns an IPv4 address e.g., "xx.xx.xx.xx" as response. ähnelt. /// public static string HelpMessage_CustomPublicIPv4AddressAPI { get { @@ -4556,7 +4415,7 @@ public static string HelpMessage_CustomPublicIPv4AddressAPI { } /// - /// Looks up a localized string similar to URL to a web service that can be reached via http or https and returns an IPv6 address e.g., "xxxx:xx:xxx::xx" as response.. + /// Sucht eine lokalisierte Zeichenfolge, die URL to a web service that can be reached via http or https and returns an IPv6 address e.g., "xxxx:xx:xxx::xx" as response. ähnelt. /// public static string HelpMessage_CustomPublicIPv6AddressAPI { get { @@ -4565,7 +4424,7 @@ public static string HelpMessage_CustomPublicIPv6AddressAPI { } /// - /// Looks up a localized string similar to Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release.. + /// Sucht eine lokalisierte Zeichenfolge, die Enable experimental features to test new functions. These are not yet complete, contain bugs, can crash the application and may change again until release. ähnelt. /// public static string HelpMessage_ExperimentalFeatures { get { @@ -4574,7 +4433,7 @@ public static string HelpMessage_ExperimentalFeatures { } /// - /// Looks up a localized string similar to Application that is displayed at startup.. + /// Sucht eine lokalisierte Zeichenfolge, die Application that is displayed at startup. ähnelt. /// public static string HelpMessage_ParameterApplication { get { @@ -4583,7 +4442,7 @@ public static string HelpMessage_ParameterApplication { } /// - /// Looks up a localized string similar to Displays this dialog.. + /// Sucht eine lokalisierte Zeichenfolge, die Displays this dialog. ähnelt. /// public static string HelpMessage_ParameterHelp { get { @@ -4592,7 +4451,7 @@ public static string HelpMessage_ParameterHelp { } /// - /// Looks up a localized string similar to Resets all application settings.. + /// Sucht eine lokalisierte Zeichenfolge, die Resets all application settings. ähnelt. /// public static string HelpMessage_ParameterResetSettings { get { @@ -4601,7 +4460,7 @@ public static string HelpMessage_ParameterResetSettings { } /// - /// Looks up a localized string similar to The password is not displayed when editing, but can be overwritten.. + /// Sucht eine lokalisierte Zeichenfolge, die The password is not displayed when editing, but can be overwritten. ähnelt. /// public static string HelpMessage_PasswordNotDisplayedCanBeOverwritten { get { @@ -4610,7 +4469,7 @@ public static string HelpMessage_PasswordNotDisplayedCanBeOverwritten { } /// - /// Looks up a localized string similar to Public IPv4 address reachable via ICMP.. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv4 address reachable via ICMP. ähnelt. /// public static string HelpMessage_PublicIPv4Address { get { @@ -4619,7 +4478,7 @@ public static string HelpMessage_PublicIPv4Address { } /// - /// Looks up a localized string similar to Public IPv6 address reachable via ICMP.. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv6 address reachable via ICMP. ähnelt. /// public static string HelpMessage_PublicIPv6Address { get { @@ -4628,7 +4487,7 @@ public static string HelpMessage_PublicIPv6Address { } /// - /// Looks up a localized string similar to SSH hostkey to use for the connection (e.g., "71:b8:f2:6e..."). Only available if the mode is "SSH".. + /// Sucht eine lokalisierte Zeichenfolge, die SSH hostkey to use for the connection (e.g., "71:b8:f2:6e..."). Only available if the mode is "SSH". ähnelt. /// public static string HelpMessage_PuTTYHostkey { get { @@ -4637,7 +4496,7 @@ public static string HelpMessage_PuTTYHostkey { } /// - /// Looks up a localized string similar to Full path to the private key file (e.g., "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH".. + /// Sucht eine lokalisierte Zeichenfolge, die Full path to the private key file (e.g., "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH". ähnelt. /// public static string HelpMessage_PuTTYPrivateKeyFile { get { @@ -4646,7 +4505,7 @@ public static string HelpMessage_PuTTYPrivateKeyFile { } /// - /// Looks up a localized string similar to Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin".. + /// Sucht eine lokalisierte Zeichenfolge, die Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin". ähnelt. /// public static string HelpMessage_PuTTYUsername { get { @@ -4655,10 +4514,10 @@ public static string HelpMessage_PuTTYUsername { } /// - /// Looks up a localized string similar to [0] If server authentication fails, connect to the computer without warning. + /// Sucht eine lokalisierte Zeichenfolge, die [0] If server authentication fails, connect to the computer without warning. ///[1] If server authentication fails, do not establish a connection. ///[2] If server authentication fails, show a warning and allow me to connect or refuse the connection. - ///[3] No authentication requirement is specified.. + ///[3] No authentication requirement is specified. ähnelt. /// public static string HelpMessage_RDPAuthenticationLevel { get { @@ -4667,7 +4526,7 @@ public static string HelpMessage_RDPAuthenticationLevel { } /// - /// Looks up a localized string similar to Displays a dialog to save credentials after a successful sign-in.. + /// Sucht eine lokalisierte Zeichenfolge, die Displays a dialog to save credentials after a successful sign-in. ähnelt. /// public static string HelpMessage_SaveCredentials { get { @@ -4676,7 +4535,7 @@ public static string HelpMessage_SaveCredentials { } /// - /// Looks up a localized string similar to Displays the status bar in the bottom-left of the WebView when hovering over a link.. + /// Sucht eine lokalisierte Zeichenfolge, die Displays the status bar in the bottom-left of the WebView when hovering over a link. ähnelt. /// public static string HelpMessage_ShowStatusBar { get { @@ -4685,7 +4544,7 @@ public static string HelpMessage_ShowStatusBar { } /// - /// Looks up a localized string similar to Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx".. + /// Sucht eine lokalisierte Zeichenfolge, die Tags help you organize profiles/Profiles by topics/projects. Multiple tags can be used with ";" be separated. Search by tags with "tag=xxx". ähnelt. /// public static string HelpMessage_Tags { get { @@ -4694,13 +4553,13 @@ public static string HelpMessage_Tags { } /// - /// Looks up a localized string similar to This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. + /// Sucht eine lokalisierte Zeichenfolge, die This setting specifies the minimum number of threads that will be created from the application's ThreadPool on demand. This can improve the performance for example of the IP scanner or port scanner. /// ///The value is added to the default min. threads (number of CPU threads). The value 0 leaves the default settings. If the value is higher than the default max. threads of the ThreadPool, this value is used. /// ///If the value is too high, performance problems may occur. /// - ///Changes to this value will take effect a [rest of string was truncated]";. + ///Changes to this value will take effect a [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string HelpMessage_ThreadPoolAdditionalMinThreads { get { @@ -4709,7 +4568,7 @@ public static string HelpMessage_ThreadPoolAdditionalMinThreads { } /// - /// Looks up a localized string similar to Use custom themes to personalize the appearance of the application. You can edit or add theme in the "Program Folder > Themes" directory. For more details, refer to the documentation.. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom themes to personalize the appearance of the application. You can edit or add theme in the "Program Folder > Themes" directory. For more details, refer to the documentation. ähnelt. /// public static string HelpMessage_UseCustomThemes { get { @@ -4718,7 +4577,7 @@ public static string HelpMessage_UseCustomThemes { } /// - /// Looks up a localized string similar to Hidden applications. + /// Sucht eine lokalisierte Zeichenfolge, die Hidden applications ähnelt. /// public static string HiddenApplications { get { @@ -4727,7 +4586,7 @@ public static string HiddenApplications { } /// - /// Looks up a localized string similar to Hidden Network. + /// Sucht eine lokalisierte Zeichenfolge, die Hidden Network ähnelt. /// public static string HiddenNetwork { get { @@ -4736,7 +4595,7 @@ public static string HiddenNetwork { } /// - /// Looks up a localized string similar to Hide. + /// Sucht eine lokalisierte Zeichenfolge, die Hide ähnelt. /// public static string Hide { get { @@ -4745,7 +4604,7 @@ public static string Hide { } /// - /// Looks up a localized string similar to Highlight timeouts. + /// Sucht eine lokalisierte Zeichenfolge, die Highlight timeouts ähnelt. /// public static string HighlightTimeouts { get { @@ -4754,7 +4613,7 @@ public static string HighlightTimeouts { } /// - /// Looks up a localized string similar to History. + /// Sucht eine lokalisierte Zeichenfolge, die History ähnelt. /// public static string History { get { @@ -4763,7 +4622,7 @@ public static string History { } /// - /// Looks up a localized string similar to Hop. + /// Sucht eine lokalisierte Zeichenfolge, die Hop ähnelt. /// public static string Hop { get { @@ -4772,7 +4631,7 @@ public static string Hop { } /// - /// Looks up a localized string similar to Hops. + /// Sucht eine lokalisierte Zeichenfolge, die Hops ähnelt. /// public static string Hops { get { @@ -4781,7 +4640,7 @@ public static string Hops { } /// - /// Looks up a localized string similar to Host. + /// Sucht eine lokalisierte Zeichenfolge, die Host ähnelt. /// public static string Host { get { @@ -4790,7 +4649,7 @@ public static string Host { } /// - /// Looks up a localized string similar to Hosting. + /// Sucht eine lokalisierte Zeichenfolge, die Hosting ähnelt. /// public static string Hosting { get { @@ -4799,7 +4658,7 @@ public static string Hosting { } /// - /// Looks up a localized string similar to Hostkey. + /// Sucht eine lokalisierte Zeichenfolge, die Hostkey ähnelt. /// public static string Hostkey { get { @@ -4808,7 +4667,7 @@ public static string Hostkey { } /// - /// Looks up a localized string similar to Hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Hostname ähnelt. /// public static string Hostname { get { @@ -4817,7 +4676,7 @@ public static string Hostname { } /// - /// Looks up a localized string similar to Hostname or IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Hostname or IP address ähnelt. /// public static string HostnameOrIPAddress { get { @@ -4826,7 +4685,7 @@ public static string HostnameOrIPAddress { } /// - /// Looks up a localized string similar to Hosts. + /// Sucht eine lokalisierte Zeichenfolge, die Hosts ähnelt. /// public static string Hosts { get { @@ -4835,7 +4694,7 @@ public static string Hosts { } /// - /// Looks up a localized string similar to A backup of the "hosts" file could not be created! See log file for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die A backup of the "hosts" file could not be created! See log file for more details. ähnelt. /// public static string HostsFileBackupErrorMessage { get { @@ -4844,7 +4703,7 @@ public static string HostsFileBackupErrorMessage { } /// - /// Looks up a localized string similar to Hosts File Editor. + /// Sucht eine lokalisierte Zeichenfolge, die Hosts File Editor ähnelt. /// public static string HostsFileEditor { get { @@ -4853,7 +4712,7 @@ public static string HostsFileEditor { } /// - /// Looks up a localized string similar to Read-only mode. Modifying the hosts file requires elevated rights!. + /// Sucht eine lokalisierte Zeichenfolge, die Read-only mode. Modifying the hosts file requires elevated rights! ähnelt. /// public static string HostsFileEditorAdminMessage { get { @@ -4862,7 +4721,7 @@ public static string HostsFileEditorAdminMessage { } /// - /// Looks up a localized string similar to The entry was not found in the "hosts" file! Maybe the file has been modified.. + /// Sucht eine lokalisierte Zeichenfolge, die The entry was not found in the "hosts" file! Maybe the file has been modified. ähnelt. /// public static string HostsFileEntryNotFoundMessage { get { @@ -4871,7 +4730,7 @@ public static string HostsFileEntryNotFoundMessage { } /// - /// Looks up a localized string similar to The "hosts" file could not be read! See log file for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die The "hosts" file could not be read! See log file for more details. ähnelt. /// public static string HostsFileReadErrorMessage { get { @@ -4880,7 +4739,7 @@ public static string HostsFileReadErrorMessage { } /// - /// Looks up a localized string similar to The "hosts" file could not be written to. See log file for more details.. + /// Sucht eine lokalisierte Zeichenfolge, die The "hosts" file could not be written to. See log file for more details. ähnelt. /// public static string HostsFileWriteErrorMessage { get { @@ -4889,7 +4748,7 @@ public static string HostsFileWriteErrorMessage { } /// - /// Looks up a localized string similar to HotKeys. + /// Sucht eine lokalisierte Zeichenfolge, die HotKeys ähnelt. /// public static string HotKeys { get { @@ -4898,7 +4757,7 @@ public static string HotKeys { } /// - /// Looks up a localized string similar to HTTP Headers. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP Headers ähnelt. /// public static string HTTPHeaders { get { @@ -4907,7 +4766,7 @@ public static string HTTPHeaders { } /// - /// Looks up a localized string similar to HTTP status code. + /// Sucht eine lokalisierte Zeichenfolge, die HTTP status code ähnelt. /// public static string HTTPStatusCode { get { @@ -4916,7 +4775,7 @@ public static string HTTPStatusCode { } /// - /// Looks up a localized string similar to ICMPv4. + /// Sucht eine lokalisierte Zeichenfolge, die ICMPv4 ähnelt. /// public static string ICMPv4 { get { @@ -4925,7 +4784,7 @@ public static string ICMPv4 { } /// - /// Looks up a localized string similar to ICMPv6. + /// Sucht eine lokalisierte Zeichenfolge, die ICMPv6 ähnelt. /// public static string ICMPv6 { get { @@ -4934,7 +4793,7 @@ public static string ICMPv6 { } /// - /// Looks up a localized string similar to ID. + /// Sucht eine lokalisierte Zeichenfolge, die ID ähnelt. /// public static string ID { get { @@ -4943,7 +4802,7 @@ public static string ID { } /// - /// Looks up a localized string similar to Import. + /// Sucht eine lokalisierte Zeichenfolge, die Import ähnelt. /// public static string Import { get { @@ -4952,7 +4811,7 @@ public static string Import { } /// - /// Looks up a localized string similar to Import / Export. + /// Sucht eine lokalisierte Zeichenfolge, die Import / Export ähnelt. /// public static string ImportExport { get { @@ -4961,7 +4820,7 @@ public static string ImportExport { } /// - /// Looks up a localized string similar to Indigo. + /// Sucht eine lokalisierte Zeichenfolge, die Indigo ähnelt. /// public static string Indigo { get { @@ -4970,7 +4829,7 @@ public static string Indigo { } /// - /// Looks up a localized string similar to Information. + /// Sucht eine lokalisierte Zeichenfolge, die Information ähnelt. /// public static string Information { get { @@ -4979,7 +4838,7 @@ public static string Information { } /// - /// Looks up a localized string similar to Infrastructure. + /// Sucht eine lokalisierte Zeichenfolge, die Infrastructure ähnelt. /// public static string Infrastructure { get { @@ -4988,7 +4847,7 @@ public static string Infrastructure { } /// - /// Looks up a localized string similar to Inherit host from general. + /// Sucht eine lokalisierte Zeichenfolge, die Inherit host from general ähnelt. /// public static string InheritHostFromGeneral { get { @@ -4997,7 +4856,7 @@ public static string InheritHostFromGeneral { } /// - /// Looks up a localized string similar to Input. + /// Sucht eine lokalisierte Zeichenfolge, die Input ähnelt. /// public static string Input { get { @@ -5006,7 +4865,7 @@ public static string Input { } /// - /// Looks up a localized string similar to Input cannot end with a ";"!. + /// Sucht eine lokalisierte Zeichenfolge, die Input cannot end with a ";"! ähnelt. /// public static string InputCannotEndWithSemicolon { get { @@ -5015,7 +4874,7 @@ public static string InputCannotEndWithSemicolon { } /// - /// Looks up a localized string similar to Input does not contain any text!. + /// Sucht eine lokalisierte Zeichenfolge, die Input does not contain any text! ähnelt. /// public static string InputDoesNotContainAnyText { get { @@ -5024,7 +4883,7 @@ public static string InputDoesNotContainAnyText { } /// - /// Looks up a localized string similar to Instance ID. + /// Sucht eine lokalisierte Zeichenfolge, die Instance ID ähnelt. /// public static string InstanceId { get { @@ -5033,7 +4892,7 @@ public static string InstanceId { } /// - /// Looks up a localized string similar to Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Interface ähnelt. /// public static string Interface { get { @@ -5042,7 +4901,7 @@ public static string Interface { } /// - /// Looks up a localized string similar to Internet. + /// Sucht eine lokalisierte Zeichenfolge, die Internet ähnelt. /// public static string Internet { get { @@ -5051,7 +4910,7 @@ public static string Internet { } /// - /// Looks up a localized string similar to IP address. + /// Sucht eine lokalisierte Zeichenfolge, die IP address ähnelt. /// public static string IPAddress { get { @@ -5060,7 +4919,7 @@ public static string IPAddress { } /// - /// Looks up a localized string similar to IP addresses. + /// Sucht eine lokalisierte Zeichenfolge, die IP addresses ähnelt. /// public static string IPAddresses { get { @@ -5069,7 +4928,7 @@ public static string IPAddresses { } /// - /// Looks up a localized string similar to IP address to detect local ip address based on routing. + /// Sucht eine lokalisierte Zeichenfolge, die IP address to detect local ip address based on routing ähnelt. /// public static string IPAddressToDetectLocalIPAddressBasedOnRouting { get { @@ -5078,8 +4937,8 @@ public static string IPAddressToDetectLocalIPAddressBasedOnRouting { } /// - /// Looks up a localized string similar to ip-api.com rate limit reached (too many requests from your network)! - ///Try again in a few seconds.. + /// Sucht eine lokalisierte Zeichenfolge, die ip-api.com rate limit reached (too many requests from your network)! + ///Try again in a few seconds. ähnelt. /// public static string IPApiRateLimitMessage { get { @@ -5088,7 +4947,7 @@ public static string IPApiRateLimitMessage { } /// - /// Looks up a localized string similar to IP endpoint. + /// Sucht eine lokalisierte Zeichenfolge, die IP endpoint ähnelt. /// public static string IPEndPoint { get { @@ -5097,7 +4956,7 @@ public static string IPEndPoint { } /// - /// Looks up a localized string similar to IP geolocation. + /// Sucht eine lokalisierte Zeichenfolge, die IP geolocation ähnelt. /// public static string IPGeolocation { get { @@ -5106,7 +4965,7 @@ public static string IPGeolocation { } /// - /// Looks up a localized string similar to IP range. + /// Sucht eine lokalisierte Zeichenfolge, die IP range ähnelt. /// public static string IPRange { get { @@ -5115,7 +4974,7 @@ public static string IPRange { } /// - /// Looks up a localized string similar to IP Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die IP Scanner ähnelt. /// public static string IPScanner { get { @@ -5124,7 +4983,7 @@ public static string IPScanner { } /// - /// Looks up a localized string similar to Destination host unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination host unreachable. ähnelt. /// public static string IPStatus_DestinationHostUnreachable { get { @@ -5133,7 +4992,7 @@ public static string IPStatus_DestinationHostUnreachable { } /// - /// Looks up a localized string similar to Destination network unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination network unreachable. ähnelt. /// public static string IPStatus_DestinationNetworkUnreachable { get { @@ -5142,7 +5001,7 @@ public static string IPStatus_DestinationNetworkUnreachable { } /// - /// Looks up a localized string similar to Destination port unreachable.. + /// Sucht eine lokalisierte Zeichenfolge, die Destination port unreachable. ähnelt. /// public static string IPStatus_DestinationPortUnreachable { get { @@ -5151,7 +5010,7 @@ public static string IPStatus_DestinationPortUnreachable { } /// - /// Looks up a localized string similar to Success. + /// Sucht eine lokalisierte Zeichenfolge, die Success ähnelt. /// public static string IPStatus_Success { get { @@ -5160,7 +5019,7 @@ public static string IPStatus_Success { } /// - /// Looks up a localized string similar to Request timed out.. + /// Sucht eine lokalisierte Zeichenfolge, die Request timed out. ähnelt. /// public static string IPStatus_TimedOut { get { @@ -5169,7 +5028,7 @@ public static string IPStatus_TimedOut { } /// - /// Looks up a localized string similar to TTL expired in transit.. + /// Sucht eine lokalisierte Zeichenfolge, die TTL expired in transit. ähnelt. /// public static string IPStatus_TtlExpired { get { @@ -5178,7 +5037,7 @@ public static string IPStatus_TtlExpired { } /// - /// Looks up a localized string similar to IPv4. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 ähnelt. /// public static string IPv4 { get { @@ -5187,7 +5046,7 @@ public static string IPv4 { } /// - /// Looks up a localized string similar to IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 address ähnelt. /// public static string IPv4Address { get { @@ -5196,7 +5055,7 @@ public static string IPv4Address { } /// - /// Looks up a localized string similar to IPv4-Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4-Default-Gateway ähnelt. /// public static string IPv4DefaultGateway { get { @@ -5205,7 +5064,7 @@ public static string IPv4DefaultGateway { } /// - /// Looks up a localized string similar to IPv4 protocol available. + /// Sucht eine lokalisierte Zeichenfolge, die IPv4 protocol available ähnelt. /// public static string IPv4ProtocolAvailable { get { @@ -5214,7 +5073,7 @@ public static string IPv4ProtocolAvailable { } /// - /// Looks up a localized string similar to IPv6. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 ähnelt. /// public static string IPv6 { get { @@ -5223,7 +5082,7 @@ public static string IPv6 { } /// - /// Looks up a localized string similar to IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 address ähnelt. /// public static string IPv6Address { get { @@ -5232,7 +5091,7 @@ public static string IPv6Address { } /// - /// Looks up a localized string similar to Link-local IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die Link-local IPv6 address ähnelt. /// public static string IPv6AddressLinkLocal { get { @@ -5241,7 +5100,7 @@ public static string IPv6AddressLinkLocal { } /// - /// Looks up a localized string similar to IPv6-Default-Gateway. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6-Default-Gateway ähnelt. /// public static string IPv6DefaultGateway { get { @@ -5250,7 +5109,7 @@ public static string IPv6DefaultGateway { } /// - /// Looks up a localized string similar to IPv6 protocol available. + /// Sucht eine lokalisierte Zeichenfolge, die IPv6 protocol available ähnelt. /// public static string IPv6ProtocolAvailable { get { @@ -5259,7 +5118,7 @@ public static string IPv6ProtocolAvailable { } /// - /// Looks up a localized string similar to Is encrypted. + /// Sucht eine lokalisierte Zeichenfolge, die Is encrypted ähnelt. /// public static string IsEncrypted { get { @@ -5268,7 +5127,7 @@ public static string IsEncrypted { } /// - /// Looks up a localized string similar to ISP. + /// Sucht eine lokalisierte Zeichenfolge, die ISP ähnelt. /// public static string ISP { get { @@ -5277,7 +5136,7 @@ public static string ISP { } /// - /// Looks up a localized string similar to Keyboard. + /// Sucht eine lokalisierte Zeichenfolge, die Keyboard ähnelt. /// public static string Keyboard { get { @@ -5286,7 +5145,7 @@ public static string Keyboard { } /// - /// Looks up a localized string similar to Keyboard shortcuts. + /// Sucht eine lokalisierte Zeichenfolge, die Keyboard shortcuts ähnelt. /// public static string KeyboardShortcuts { get { @@ -5295,7 +5154,7 @@ public static string KeyboardShortcuts { } /// - /// Looks up a localized string similar to Key must have 8 characters or more!. + /// Sucht eine lokalisierte Zeichenfolge, die Key must have 8 characters or more! ähnelt. /// public static string KeyMustHave8CharactersOrMore { get { @@ -5304,7 +5163,7 @@ public static string KeyMustHave8CharactersOrMore { } /// - /// Looks up a localized string similar to Kilobits. + /// Sucht eine lokalisierte Zeichenfolge, die Kilobits ähnelt. /// public static string Kilobits { get { @@ -5313,7 +5172,7 @@ public static string Kilobits { } /// - /// Looks up a localized string similar to Kilobytes. + /// Sucht eine lokalisierte Zeichenfolge, die Kilobytes ähnelt. /// public static string Kilobytes { get { @@ -5322,7 +5181,7 @@ public static string Kilobytes { } /// - /// Looks up a localized string similar to Language. + /// Sucht eine lokalisierte Zeichenfolge, die Language ähnelt. /// public static string Language { get { @@ -5331,7 +5190,7 @@ public static string Language { } /// - /// Looks up a localized string similar to Last scan at {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Last scan at {0} ähnelt. /// public static string LastScanAtX { get { @@ -5340,7 +5199,7 @@ public static string LastScanAtX { } /// - /// Looks up a localized string similar to Last usable IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Last usable IP address ähnelt. /// public static string LastUsableIPAddress { get { @@ -5349,7 +5208,7 @@ public static string LastUsableIPAddress { } /// - /// Looks up a localized string similar to Latitude. + /// Sucht eine lokalisierte Zeichenfolge, die Latitude ähnelt. /// public static string Latitude { get { @@ -5358,7 +5217,7 @@ public static string Latitude { } /// - /// Looks up a localized string similar to Libraries. + /// Sucht eine lokalisierte Zeichenfolge, die Libraries ähnelt. /// public static string Libraries { get { @@ -5367,7 +5226,7 @@ public static string Libraries { } /// - /// Looks up a localized string similar to AirspacePanel fixes all Airspace issues with WPF-hosted Winforms.. + /// Sucht eine lokalisierte Zeichenfolge, die AirspacePanel fixes all Airspace issues with WPF-hosted Winforms. ähnelt. /// public static string Library_AirspaceFixer_Description { get { @@ -5376,16 +5235,7 @@ public static string Library_AirspaceFixer_Description { } /// - /// Looks up a localized string similar to AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS).. - /// - public static string Library_AWSSDKdotEC2_Description { - get { - return ResourceManager.GetString("Library_AWSSDKdotEC2_Description", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Shared Controlz for WPF and ... more. + /// Sucht eine lokalisierte Zeichenfolge, die Shared Controlz for WPF and ... more ähnelt. /// public static string Library_ControlzEx_Description { get { @@ -5394,7 +5244,7 @@ public static string Library_ControlzEx_Description { } /// - /// Looks up a localized string similar to C#/WinRT provides packaged WinRT projection support for the C# language.. + /// Sucht eine lokalisierte Zeichenfolge, die C#/WinRT provides packaged WinRT projection support for the C# language. ähnelt. /// public static string Library_CsWinRT_Description { get { @@ -5403,7 +5253,7 @@ public static string Library_CsWinRT_Description { } /// - /// Looks up a localized string similar to DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups. + /// Sucht eine lokalisierte Zeichenfolge, die DnsClient.NET is a simple yet very powerful and high performant open source library for the .NET Framework to do DNS lookups ähnelt. /// public static string Library_DnsClientNET_Description { get { @@ -5412,7 +5262,7 @@ public static string Library_DnsClientNET_Description { } /// - /// Looks up a localized string similar to Dragable and tearable tab control for WPF. + /// Sucht eine lokalisierte Zeichenfolge, die Dragable and tearable tab control for WPF ähnelt. /// public static string Library_Dragablz_Description { get { @@ -5421,7 +5271,7 @@ public static string Library_Dragablz_Description { } /// - /// Looks up a localized string similar to An easy to use drag'n'drop framework for WPF.. + /// Sucht eine lokalisierte Zeichenfolge, die An easy to use drag'n'drop framework for WPF. ähnelt. /// public static string Library_GongSolutionsWpfDragDrop_Description { get { @@ -5430,7 +5280,7 @@ public static string Library_GongSolutionsWpfDragDrop_Description { } /// - /// Looks up a localized string similar to C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers.. + /// Sucht eine lokalisierte Zeichenfolge, die C# library take care of complex network, IP, IPv4, IPv6, netmask, CIDR, subnet, subnetting, supernet, and supernetting calculation for .NET developers. ähnelt. /// public static string Library_IPNetwork_Description { get { @@ -5439,7 +5289,7 @@ public static string Library_IPNetwork_Description { } /// - /// Looks up a localized string similar to Simple, flexible, interactive & powerful charts, maps and gauges for .Net. + /// Sucht eine lokalisierte Zeichenfolge, die Simple, flexible, interactive & powerful charts, maps and gauges for .Net ähnelt. /// public static string Library_LiveCharts_Description { get { @@ -5448,7 +5298,7 @@ public static string Library_LiveCharts_Description { } /// - /// Looks up a localized string similar to A collection of loading indicators for WPF. + /// Sucht eine lokalisierte Zeichenfolge, die A collection of loading indicators for WPF ähnelt. /// public static string Library_LoadingIndicatorsWPF_Description { get { @@ -5457,7 +5307,7 @@ public static string Library_LoadingIndicatorsWPF_Description { } /// - /// Looks up a localized string similar to log4net is a tool to help the programmer output log statements to a variety of output targets.. + /// Sucht eine lokalisierte Zeichenfolge, die log4net is a tool to help the programmer output log statements to a variety of output targets. ähnelt. /// public static string Library_log4net_Description { get { @@ -5466,7 +5316,7 @@ public static string Library_log4net_Description { } /// - /// Looks up a localized string similar to A toolkit for creating Metro / Modern UI styled WPF apps.. + /// Sucht eine lokalisierte Zeichenfolge, die A toolkit for creating Metro / Modern UI styled WPF apps. ähnelt. /// public static string Library_MahAppsMetro_Description { get { @@ -5475,7 +5325,7 @@ public static string Library_MahAppsMetro_Description { } /// - /// Looks up a localized string similar to Some awesome icons for WPF and UWP all together.... + /// Sucht eine lokalisierte Zeichenfolge, die Some awesome icons for WPF and UWP all together... ähnelt. /// public static string Library_MahAppsMetroIconPacks_Description { get { @@ -5484,7 +5334,7 @@ public static string Library_MahAppsMetroIconPacks_Description { } /// - /// Looks up a localized string similar to Json.NET is a popular high-performance JSON framework for .NET. + /// Sucht eine lokalisierte Zeichenfolge, die Json.NET is a popular high-performance JSON framework for .NET ähnelt. /// public static string Library_NewtonsoftJson_Description { get { @@ -5493,7 +5343,7 @@ public static string Library_NewtonsoftJson_Description { } /// - /// Looks up a localized string similar to Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty.. + /// Sucht eine lokalisierte Zeichenfolge, die Move a .NET Framework/.NET Core app runtime components and dependencies into a sub-directory and make it beauty. ähnelt. /// public static string Library_nulastudioNetBeauty_Description { get { @@ -5502,7 +5352,7 @@ public static string Library_nulastudioNetBeauty_Description { } /// - /// Looks up a localized string similar to A GitHub API client library for .NET. + /// Sucht eine lokalisierte Zeichenfolge, die A GitHub API client library for .NET ähnelt. /// public static string Library_Octokit_Description { get { @@ -5511,7 +5361,7 @@ public static string Library_Octokit_Description { } /// - /// Looks up a localized string similar to Runtime for hosting PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die Runtime for hosting PowerShell ähnelt. /// public static string Library_PowerShellSDK_Description { get { @@ -5520,7 +5370,7 @@ public static string Library_PowerShellSDK_Description { } /// - /// Looks up a localized string similar to Capture and parse CDP and LLDP packets on local or remote computers. + /// Sucht eine lokalisierte Zeichenfolge, die Capture and parse CDP and LLDP packets on local or remote computers ähnelt. /// public static string Library_PSDicoveryProtocol_Description { get { @@ -5529,7 +5379,7 @@ public static string Library_PSDicoveryProtocol_Description { } /// - /// Looks up a localized string similar to Sharp SNMP Library - Open Source SNMP for .NET and Mono. + /// Sucht eine lokalisierte Zeichenfolge, die Sharp SNMP Library - Open Source SNMP for .NET and Mono ähnelt. /// public static string Library_SharpSNMP_Description { get { @@ -5538,7 +5388,7 @@ public static string Library_SharpSNMP_Description { } /// - /// Looks up a localized string similar to The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium).. + /// Sucht eine lokalisierte Zeichenfolge, die The WebView2 control enables you to embed web technologies (HTML, CSS, and JavaScript) in your native applications powered by Microsoft Edge (Chromium). ähnelt. /// public static string Library_WebView2_Description { get { @@ -5547,7 +5397,7 @@ public static string Library_WebView2_Description { } /// - /// Looks up a localized string similar to Easily add interactivity to your apps using XAML Behaviors for WPF.. + /// Sucht eine lokalisierte Zeichenfolge, die Easily add interactivity to your apps using XAML Behaviors for WPF. ähnelt. /// public static string Library_XamlBehaviorsWpf_Description { get { @@ -5556,7 +5406,7 @@ public static string Library_XamlBehaviorsWpf_Description { } /// - /// Looks up a localized string similar to License. + /// Sucht eine lokalisierte Zeichenfolge, die License ähnelt. /// public static string License { get { @@ -5565,7 +5415,7 @@ public static string License { } /// - /// Looks up a localized string similar to Apache License 2.0. + /// Sucht eine lokalisierte Zeichenfolge, die Apache License 2.0 ähnelt. /// public static string License_ApacheLicense2dot0 { get { @@ -5574,7 +5424,7 @@ public static string License_ApacheLicense2dot0 { } /// - /// Looks up a localized string similar to BSD-2-Clause. + /// Sucht eine lokalisierte Zeichenfolge, die BSD-2-Clause ähnelt. /// public static string License_BDS2Clause { get { @@ -5583,7 +5433,7 @@ public static string License_BDS2Clause { } /// - /// Looks up a localized string similar to BSD-3-Clause. + /// Sucht eine lokalisierte Zeichenfolge, die BSD-3-Clause ähnelt. /// public static string License_BDS3Clause { get { @@ -5592,7 +5442,7 @@ public static string License_BDS3Clause { } /// - /// Looks up a localized string similar to Microsoft WebView2 License. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft WebView2 License ähnelt. /// public static string License_MicrosoftWebView2License { get { @@ -5601,7 +5451,7 @@ public static string License_MicrosoftWebView2License { } /// - /// Looks up a localized string similar to MIT License. + /// Sucht eine lokalisierte Zeichenfolge, die MIT License ähnelt. /// public static string License_MITLicense { get { @@ -5610,7 +5460,7 @@ public static string License_MITLicense { } /// - /// Looks up a localized string similar to Unlicense. + /// Sucht eine lokalisierte Zeichenfolge, die Unlicense ähnelt. /// public static string License_Unlicense { get { @@ -5619,7 +5469,7 @@ public static string License_Unlicense { } /// - /// Looks up a localized string similar to Lime. + /// Sucht eine lokalisierte Zeichenfolge, die Lime ähnelt. /// public static string Lime { get { @@ -5628,7 +5478,7 @@ public static string Lime { } /// - /// Looks up a localized string similar to Listeners. + /// Sucht eine lokalisierte Zeichenfolge, die Listeners ähnelt. /// public static string Listeners { get { @@ -5637,7 +5487,7 @@ public static string Listeners { } /// - /// Looks up a localized string similar to LLDP / CDP. + /// Sucht eine lokalisierte Zeichenfolge, die LLDP / CDP ähnelt. /// public static string LldpCdp { get { @@ -5646,7 +5496,7 @@ public static string LldpCdp { } /// - /// Looks up a localized string similar to Local connection. + /// Sucht eine lokalisierte Zeichenfolge, die Local connection ähnelt. /// public static string LocalConnection { get { @@ -5655,7 +5505,7 @@ public static string LocalConnection { } /// - /// Looks up a localized string similar to Local devices and resources. + /// Sucht eine lokalisierte Zeichenfolge, die Local devices and resources ähnelt. /// public static string LocalDevicesAndResources { get { @@ -5664,7 +5514,7 @@ public static string LocalDevicesAndResources { } /// - /// Looks up a localized string similar to Local end time. + /// Sucht eine lokalisierte Zeichenfolge, die Local end time ähnelt. /// public static string LocalEndTime { get { @@ -5673,7 +5523,7 @@ public static string LocalEndTime { } /// - /// Looks up a localized string similar to Local interface. + /// Sucht eine lokalisierte Zeichenfolge, die Local interface ähnelt. /// public static string LocalInterface { get { @@ -5682,7 +5532,7 @@ public static string LocalInterface { } /// - /// Looks up a localized string similar to Local IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Local IP address ähnelt. /// public static string LocalIPAddress { get { @@ -5691,7 +5541,7 @@ public static string LocalIPAddress { } /// - /// Looks up a localized string similar to Local port. + /// Sucht eine lokalisierte Zeichenfolge, die Local port ähnelt. /// public static string LocalPort { get { @@ -5700,7 +5550,7 @@ public static string LocalPort { } /// - /// Looks up a localized string similar to Local start time. + /// Sucht eine lokalisierte Zeichenfolge, die Local start time ähnelt. /// public static string LocalStartTime { get { @@ -5709,7 +5559,7 @@ public static string LocalStartTime { } /// - /// Looks up a localized string similar to Location. + /// Sucht eine lokalisierte Zeichenfolge, die Location ähnelt. /// public static string Location { get { @@ -5718,7 +5568,7 @@ public static string Location { } /// - /// Looks up a localized string similar to Location cannot be changed in portable version!. + /// Sucht eine lokalisierte Zeichenfolge, die Location cannot be changed in portable version! ähnelt. /// public static string LocationCannotBeChangedInThePortableVersion { get { @@ -5727,7 +5577,7 @@ public static string LocationCannotBeChangedInThePortableVersion { } /// - /// Looks up a localized string similar to Location.... + /// Sucht eine lokalisierte Zeichenfolge, die Location... ähnelt. /// public static string LocationDots { get { @@ -5736,7 +5586,7 @@ public static string LocationDots { } /// - /// Looks up a localized string similar to Location of the import file.... + /// Sucht eine lokalisierte Zeichenfolge, die Location of the import file... ähnelt. /// public static string LocationOfTheImport { get { @@ -5745,7 +5595,7 @@ public static string LocationOfTheImport { } /// - /// Looks up a localized string similar to Log. + /// Sucht eine lokalisierte Zeichenfolge, die Log ähnelt. /// public static string Log { get { @@ -5754,7 +5604,7 @@ public static string Log { } /// - /// Looks up a localized string similar to Log file name. + /// Sucht eine lokalisierte Zeichenfolge, die Log file name ähnelt. /// public static string LogFileName { get { @@ -5763,7 +5613,7 @@ public static string LogFileName { } /// - /// Looks up a localized string similar to Log mode. + /// Sucht eine lokalisierte Zeichenfolge, die Log mode ähnelt. /// public static string LogMode { get { @@ -5772,7 +5622,7 @@ public static string LogMode { } /// - /// Looks up a localized string similar to Logon method. + /// Sucht eine lokalisierte Zeichenfolge, die Logon method ähnelt. /// public static string LogonMethod { get { @@ -5781,7 +5631,7 @@ public static string LogonMethod { } /// - /// Looks up a localized string similar to Log path. + /// Sucht eine lokalisierte Zeichenfolge, die Log path ähnelt. /// public static string LogPath { get { @@ -5790,7 +5640,7 @@ public static string LogPath { } /// - /// Looks up a localized string similar to Longitude. + /// Sucht eine lokalisierte Zeichenfolge, die Longitude ähnelt. /// public static string Longitude { get { @@ -5799,7 +5649,7 @@ public static string Longitude { } /// - /// Looks up a localized string similar to Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die Lookup ähnelt. /// public static string Lookup { get { @@ -5808,7 +5658,7 @@ public static string Lookup { } /// - /// Looks up a localized string similar to Lost. + /// Sucht eine lokalisierte Zeichenfolge, die Lost ähnelt. /// public static string Lost { get { @@ -5817,7 +5667,7 @@ public static string Lost { } /// - /// Looks up a localized string similar to MAC Address. + /// Sucht eine lokalisierte Zeichenfolge, die MAC Address ähnelt. /// public static string MACAddress { get { @@ -5826,7 +5676,7 @@ public static string MACAddress { } /// - /// Looks up a localized string similar to MAC address or vendor. + /// Sucht eine lokalisierte Zeichenfolge, die MAC address or vendor ähnelt. /// public static string MACAddressOrVendor { get { @@ -5835,7 +5685,7 @@ public static string MACAddressOrVendor { } /// - /// Looks up a localized string similar to Magenta. + /// Sucht eine lokalisierte Zeichenfolge, die Magenta ähnelt. /// public static string Magenta { get { @@ -5844,7 +5694,7 @@ public static string Magenta { } /// - /// Looks up a localized string similar to Magic packet successfully sent!. + /// Sucht eine lokalisierte Zeichenfolge, die Magic packet successfully sent! ähnelt. /// public static string MagicPacketSentMessage { get { @@ -5853,7 +5703,7 @@ public static string MagicPacketSentMessage { } /// - /// Looks up a localized string similar to Management. + /// Sucht eine lokalisierte Zeichenfolge, die Management ähnelt. /// public static string Management { get { @@ -5862,7 +5712,7 @@ public static string Management { } /// - /// Looks up a localized string similar to Master Password. + /// Sucht eine lokalisierte Zeichenfolge, die Master Password ähnelt. /// public static string MasterPassword { get { @@ -5871,7 +5721,7 @@ public static string MasterPassword { } /// - /// Looks up a localized string similar to Match. + /// Sucht eine lokalisierte Zeichenfolge, die Match ähnelt. /// public static string Match { get { @@ -5880,7 +5730,7 @@ public static string Match { } /// - /// Looks up a localized string similar to Mauve. + /// Sucht eine lokalisierte Zeichenfolge, die Mauve ähnelt. /// public static string Mauve { get { @@ -5889,7 +5739,7 @@ public static string Mauve { } /// - /// Looks up a localized string similar to Max. concurrent host threads. + /// Sucht eine lokalisierte Zeichenfolge, die Max. concurrent host threads ähnelt. /// public static string MaxHostThreads { get { @@ -5898,7 +5748,7 @@ public static string MaxHostThreads { } /// - /// Looks up a localized string similar to Maximum. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum ähnelt. /// public static string Maximum { get { @@ -5907,7 +5757,7 @@ public static string Maximum { } /// - /// Looks up a localized string similar to Maximum hops. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum hops ähnelt. /// public static string MaximumHops { get { @@ -5916,7 +5766,7 @@ public static string MaximumHops { } /// - /// Looks up a localized string similar to Maximum number ({0}) of hops/router reached!. + /// Sucht eine lokalisierte Zeichenfolge, die Maximum number ({0}) of hops/router reached! ähnelt. /// public static string MaximumNumberOfHopsReached { get { @@ -5925,7 +5775,7 @@ public static string MaximumNumberOfHopsReached { } /// - /// Looks up a localized string similar to Max. concurrent port threads. + /// Sucht eine lokalisierte Zeichenfolge, die Max. concurrent port threads ähnelt. /// public static string MaxPortThreads { get { @@ -5934,7 +5784,7 @@ public static string MaxPortThreads { } /// - /// Looks up a localized string similar to These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application.. + /// Sucht eine lokalisierte Zeichenfolge, die These settings only change the maximum number of concurrently executed threads per host/port scan. Go to Settings > General > General to adjust the (min) threads of the application. ähnelt. /// public static string MaxThreadsOnlyGoToSettingsGeneralGeneral { get { @@ -5943,7 +5793,7 @@ public static string MaxThreadsOnlyGoToSettingsGeneralGeneral { } /// - /// Looks up a localized string similar to Measured time. + /// Sucht eine lokalisierte Zeichenfolge, die Measured time ähnelt. /// public static string MeasuredTime { get { @@ -5952,7 +5802,7 @@ public static string MeasuredTime { } /// - /// Looks up a localized string similar to Megabits. + /// Sucht eine lokalisierte Zeichenfolge, die Megabits ähnelt. /// public static string Megabits { get { @@ -5961,7 +5811,7 @@ public static string Megabits { } /// - /// Looks up a localized string similar to Megabytes. + /// Sucht eine lokalisierte Zeichenfolge, die Megabytes ähnelt. /// public static string Megabytes { get { @@ -5970,7 +5820,7 @@ public static string Megabytes { } /// - /// Looks up a localized string similar to Menu and window animation. + /// Sucht eine lokalisierte Zeichenfolge, die Menu and window animation ähnelt. /// public static string MenuAndWindowAnimation { get { @@ -5979,7 +5829,7 @@ public static string MenuAndWindowAnimation { } /// - /// Looks up a localized string similar to Merge. + /// Sucht eine lokalisierte Zeichenfolge, die Merge ähnelt. /// public static string Merge { get { @@ -5988,7 +5838,7 @@ public static string Merge { } /// - /// Looks up a localized string similar to Message size. + /// Sucht eine lokalisierte Zeichenfolge, die Message size ähnelt. /// public static string MessageSize { get { @@ -5997,7 +5847,7 @@ public static string MessageSize { } /// - /// Looks up a localized string similar to MIB. + /// Sucht eine lokalisierte Zeichenfolge, die MIB ähnelt. /// public static string MIB { get { @@ -6006,7 +5856,7 @@ public static string MIB { } /// - /// Looks up a localized string similar to Microsoft Edge WebView2 Runtime is not available!. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft Edge WebView2 Runtime is not available! ähnelt. /// public static string MicrosoftEdgeWebView2RuntimeIsNotAvailable { get { @@ -6015,7 +5865,7 @@ public static string MicrosoftEdgeWebView2RuntimeIsNotAvailable { } /// - /// Looks up a localized string similar to Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server).. + /// Sucht eine lokalisierte Zeichenfolge, die Microsoft.Windows.SDK.Contracts is required for this feature but not available on this system (e.g. on Windows Server). ähnelt. /// public static string MicrosoftWindowsSDKContractsIsNotAvailable { get { @@ -6024,7 +5874,7 @@ public static string MicrosoftWindowsSDKContractsIsNotAvailable { } /// - /// Looks up a localized string similar to Migrate. + /// Sucht eine lokalisierte Zeichenfolge, die Migrate ähnelt. /// public static string Migrate { get { @@ -6033,7 +5883,7 @@ public static string Migrate { } /// - /// Looks up a localized string similar to Minimize main window instead of terminating the application. + /// Sucht eine lokalisierte Zeichenfolge, die Minimize main window instead of terminating the application ähnelt. /// public static string MinimizeInsteadOfTerminating { get { @@ -6042,7 +5892,7 @@ public static string MinimizeInsteadOfTerminating { } /// - /// Looks up a localized string similar to Minimize to tray instead of taskbar. + /// Sucht eine lokalisierte Zeichenfolge, die Minimize to tray instead of taskbar ähnelt. /// public static string MinimizeToTrayInsteadOfTaskbar { get { @@ -6051,7 +5901,7 @@ public static string MinimizeToTrayInsteadOfTaskbar { } /// - /// Looks up a localized string similar to Minimum. + /// Sucht eine lokalisierte Zeichenfolge, die Minimum ähnelt. /// public static string Minimum { get { @@ -6060,7 +5910,7 @@ public static string Minimum { } /// - /// Looks up a localized string similar to Mobile. + /// Sucht eine lokalisierte Zeichenfolge, die Mobile ähnelt. /// public static string Mobile { get { @@ -6069,7 +5919,7 @@ public static string Mobile { } /// - /// Looks up a localized string similar to Mode. + /// Sucht eine lokalisierte Zeichenfolge, die Mode ähnelt. /// public static string Mode { get { @@ -6078,7 +5928,7 @@ public static string Mode { } /// - /// Looks up a localized string similar to Model. + /// Sucht eine lokalisierte Zeichenfolge, die Model ähnelt. /// public static string Model { get { @@ -6087,7 +5937,7 @@ public static string Model { } /// - /// Looks up a localized string similar to Move. + /// Sucht eine lokalisierte Zeichenfolge, die Move ähnelt. /// public static string Move { get { @@ -6096,7 +5946,7 @@ public static string Move { } /// - /// Looks up a localized string similar to Move & Restart. + /// Sucht eine lokalisierte Zeichenfolge, die Move & Restart ähnelt. /// public static string MoveAndRestart { get { @@ -6105,7 +5955,7 @@ public static string MoveAndRestart { } /// - /// Looks up a localized string similar to Multicast. + /// Sucht eine lokalisierte Zeichenfolge, die Multicast ähnelt. /// public static string Multicast { get { @@ -6114,7 +5964,7 @@ public static string Multicast { } /// - /// Looks up a localized string similar to Multiple instances. + /// Sucht eine lokalisierte Zeichenfolge, die Multiple instances ähnelt. /// public static string MultipleInstances { get { @@ -6123,7 +5973,7 @@ public static string MultipleInstances { } /// - /// Looks up a localized string similar to Multithreading. + /// Sucht eine lokalisierte Zeichenfolge, die Multithreading ähnelt. /// public static string Multithreading { get { @@ -6132,7 +5982,7 @@ public static string Multithreading { } /// - /// Looks up a localized string similar to Name. + /// Sucht eine lokalisierte Zeichenfolge, die Name ähnelt. /// public static string Name { get { @@ -6141,7 +5991,7 @@ public static string Name { } /// - /// Looks up a localized string similar to NetBIOS. + /// Sucht eine lokalisierte Zeichenfolge, die NetBIOS ähnelt. /// public static string NetBIOS { get { @@ -6150,7 +6000,7 @@ public static string NetBIOS { } /// - /// Looks up a localized string similar to NetBIOS scan is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die NetBIOS scan is disabled! ähnelt. /// public static string NetBIOSIsDisabled { get { @@ -6159,7 +6009,7 @@ public static string NetBIOSIsDisabled { } /// - /// Looks up a localized string similar to NetBIOS reachable. + /// Sucht eine lokalisierte Zeichenfolge, die NetBIOS reachable ähnelt. /// public static string NetBIOSReachable { get { @@ -6168,7 +6018,7 @@ public static string NetBIOSReachable { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string Network { get { @@ -6177,7 +6027,7 @@ public static string Network { } /// - /// Looks up a localized string similar to Network address. + /// Sucht eine lokalisierte Zeichenfolge, die Network address ähnelt. /// public static string NetworkAddress { get { @@ -6186,7 +6036,7 @@ public static string NetworkAddress { } /// - /// Looks up a localized string similar to Network connections..... + /// Sucht eine lokalisierte Zeichenfolge, die Network connections.... ähnelt. /// public static string NetworkConnectionsDots { get { @@ -6195,7 +6045,7 @@ public static string NetworkConnectionsDots { } /// - /// Looks up a localized string similar to Network connection type. + /// Sucht eine lokalisierte Zeichenfolge, die Network connection type ähnelt. /// public static string NetworkConnectionType { get { @@ -6204,7 +6054,7 @@ public static string NetworkConnectionType { } /// - /// Looks up a localized string similar to Network Interface. + /// Sucht eine lokalisierte Zeichenfolge, die Network Interface ähnelt. /// public static string NetworkInterface { get { @@ -6213,7 +6063,7 @@ public static string NetworkInterface { } /// - /// Looks up a localized string similar to Network kind. + /// Sucht eine lokalisierte Zeichenfolge, die Network kind ähnelt. /// public static string NetworkKind { get { @@ -6222,7 +6072,7 @@ public static string NetworkKind { } /// - /// Looks up a localized string similar to The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help.. + /// Sucht eine lokalisierte Zeichenfolge, die The network address cannot be reached. Check if your computer is connected to the network. For information about network troubleshooting, see Windows Help. ähnelt. /// public static string NetworkLocationCannotBeReachedMessage { get { @@ -6231,7 +6081,7 @@ public static string NetworkLocationCannotBeReachedMessage { } /// - /// Looks up a localized string similar to Analysing network packets requires elevated rights!. + /// Sucht eine lokalisierte Zeichenfolge, die Analysing network packets requires elevated rights! ähnelt. /// public static string NetworkPacketsCaptureAdminMessage { get { @@ -6240,7 +6090,7 @@ public static string NetworkPacketsCaptureAdminMessage { } /// - /// Looks up a localized string similar to Networks. + /// Sucht eine lokalisierte Zeichenfolge, die Networks ähnelt. /// public static string Networks { get { @@ -6249,7 +6099,7 @@ public static string Networks { } /// - /// Looks up a localized string similar to Network time. + /// Sucht eine lokalisierte Zeichenfolge, die Network time ähnelt. /// public static string NetworkTime { get { @@ -6258,7 +6108,7 @@ public static string NetworkTime { } /// - /// Looks up a localized string similar to Network unavailable!. + /// Sucht eine lokalisierte Zeichenfolge, die Network unavailable! ähnelt. /// public static string NetworkUnavailable { get { @@ -6267,7 +6117,7 @@ public static string NetworkUnavailable { } /// - /// Looks up a localized string similar to Network usage. + /// Sucht eine lokalisierte Zeichenfolge, die Network usage ähnelt. /// public static string NetworkUsage { get { @@ -6276,7 +6126,7 @@ public static string NetworkUsage { } /// - /// Looks up a localized string similar to New connection.... + /// Sucht eine lokalisierte Zeichenfolge, die New connection... ähnelt. /// public static string NewConnectionDots { get { @@ -6285,7 +6135,7 @@ public static string NewConnectionDots { } /// - /// Looks up a localized string similar to New password. + /// Sucht eine lokalisierte Zeichenfolge, die New password ähnelt. /// public static string NewPassword { get { @@ -6294,7 +6144,7 @@ public static string NewPassword { } /// - /// Looks up a localized string similar to New subnet mask. + /// Sucht eine lokalisierte Zeichenfolge, die New subnet mask ähnelt. /// public static string NewSubnetMask { get { @@ -6303,7 +6153,7 @@ public static string NewSubnetMask { } /// - /// Looks up a localized string similar to New subnetmask or CIDR. + /// Sucht eine lokalisierte Zeichenfolge, die New subnetmask or CIDR ähnelt. /// public static string NewSubnetmaskOrCIDR { get { @@ -6312,7 +6162,7 @@ public static string NewSubnetmaskOrCIDR { } /// - /// Looks up a localized string similar to New tab. + /// Sucht eine lokalisierte Zeichenfolge, die New tab ähnelt. /// public static string NewTab { get { @@ -6321,7 +6171,7 @@ public static string NewTab { } /// - /// Looks up a localized string similar to No. + /// Sucht eine lokalisierte Zeichenfolge, die No ähnelt. /// public static string No { get { @@ -6330,7 +6180,7 @@ public static string No { } /// - /// Looks up a localized string similar to No A dns records resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die No A dns records resolved for "{0}"! ähnelt. /// public static string NoADNSRecordsResolvedForXXXMessage { get { @@ -6339,7 +6189,7 @@ public static string NoADNSRecordsResolvedForXXXMessage { } /// - /// Looks up a localized string similar to No discovery protocol packages received!. + /// Sucht eine lokalisierte Zeichenfolge, die No discovery protocol packages received! ähnelt. /// public static string NoDiscoveryProtocolPackagesReceived { get { @@ -6348,7 +6198,7 @@ public static string NoDiscoveryProtocolPackagesReceived { } /// - /// Looks up a localized string similar to No DNS record found for "{0}"! Check your input and the settings.. + /// Sucht eine lokalisierte Zeichenfolge, die No DNS record found for "{0}"! Check your input and the settings. ähnelt. /// public static string NoDNSRecordFoundCheckYourInputAndSettings { get { @@ -6357,7 +6207,7 @@ public static string NoDNSRecordFoundCheckYourInputAndSettings { } /// - /// Looks up a localized string similar to No enabled network adapters found!. + /// Sucht eine lokalisierte Zeichenfolge, die No enabled network adapters found! ähnelt. /// public static string NoEnabledNetworkAdaptersFound { get { @@ -6366,7 +6216,7 @@ public static string NoEnabledNetworkAdaptersFound { } /// - /// Looks up a localized string similar to No matching commands!. + /// Sucht eine lokalisierte Zeichenfolge, die No matching commands! ähnelt. /// public static string NoMatchingCommands { get { @@ -6375,7 +6225,7 @@ public static string NoMatchingCommands { } /// - /// Looks up a localized string similar to No open ports found!. + /// Sucht eine lokalisierte Zeichenfolge, die No open ports found! ähnelt. /// public static string NoOpenPortsFound { get { @@ -6384,7 +6234,7 @@ public static string NoOpenPortsFound { } /// - /// Looks up a localized string similar to No ports found. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die No ports found. Check your input! ähnelt. /// public static string NoPortsFoundCheckYourInput { get { @@ -6393,8 +6243,8 @@ public static string NoPortsFoundCheckYourInput { } /// - /// Looks up a localized string similar to No profiles found! - ///Create one.... + /// Sucht eine lokalisierte Zeichenfolge, die No profiles found! + ///Create one... ähnelt. /// public static string NoProfilesFoundCreateOne { get { @@ -6403,7 +6253,7 @@ public static string NoProfilesFoundCreateOne { } /// - /// Looks up a localized string similar to No PTR dns record resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die No PTR dns record resolved for "{0}"! ähnelt. /// public static string NoPTRDNSRecordResolvedForXXXMessage { get { @@ -6412,7 +6262,7 @@ public static string NoPTRDNSRecordResolvedForXXXMessage { } /// - /// Looks up a localized string similar to No reachable hosts found!. + /// Sucht eine lokalisierte Zeichenfolge, die No reachable hosts found! ähnelt. /// public static string NoReachableHostsFound { get { @@ -6421,7 +6271,7 @@ public static string NoReachableHostsFound { } /// - /// Looks up a localized string similar to No tags found!. + /// Sucht eine lokalisierte Zeichenfolge, die No tags found! ähnelt. /// public static string NoTagsFound { get { @@ -6430,7 +6280,7 @@ public static string NoTagsFound { } /// - /// Looks up a localized string similar to Notation. + /// Sucht eine lokalisierte Zeichenfolge, die Notation ähnelt. /// public static string Notation { get { @@ -6439,7 +6289,7 @@ public static string Notation { } /// - /// Looks up a localized string similar to (not changed). + /// Sucht eine lokalisierte Zeichenfolge, die (not changed) ähnelt. /// public static string NotChanged { get { @@ -6448,7 +6298,7 @@ public static string NotChanged { } /// - /// Looks up a localized string similar to Note. + /// Sucht eine lokalisierte Zeichenfolge, die Note ähnelt. /// public static string Note { get { @@ -6457,7 +6307,7 @@ public static string Note { } /// - /// Looks up a localized string similar to Nothing found!. + /// Sucht eine lokalisierte Zeichenfolge, die Nothing found! ähnelt. /// public static string NothingFound { get { @@ -6466,7 +6316,7 @@ public static string NothingFound { } /// - /// Looks up a localized string similar to Nothing to do. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die Nothing to do. Check your input! ähnelt. /// public static string NothingToDoCheckYourInput { get { @@ -6475,7 +6325,7 @@ public static string NothingToDoCheckYourInput { } /// - /// Looks up a localized string similar to No update available!. + /// Sucht eine lokalisierte Zeichenfolge, die No update available! ähnelt. /// public static string NoUpdateAvailable { get { @@ -6484,7 +6334,7 @@ public static string NoUpdateAvailable { } /// - /// Looks up a localized string similar to No valid file found to import.. + /// Sucht eine lokalisierte Zeichenfolge, die No valid file found to import. ähnelt. /// public static string NoValidFileFoundToImport { get { @@ -6493,7 +6343,7 @@ public static string NoValidFileFoundToImport { } /// - /// Looks up a localized string similar to A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"!. + /// Sucht eine lokalisierte Zeichenfolge, die A valid path to PowerShell should end with "pwsh.exe" or "powershell.exe"! ähnelt. /// public static string NoValidPowerShellPath { get { @@ -6502,7 +6352,7 @@ public static string NoValidPowerShellPath { } /// - /// Looks up a localized string similar to A valid path to PuTTY should end with "PuTTY.exe"!. + /// Sucht eine lokalisierte Zeichenfolge, die A valid path to PuTTY should end with "PuTTY.exe"! ähnelt. /// public static string NoValidPuTTYPath { get { @@ -6511,7 +6361,7 @@ public static string NoValidPuTTYPath { } /// - /// Looks up a localized string similar to A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"!. + /// Sucht eine lokalisierte Zeichenfolge, die A valid path to TigerVNC should end with "vncviewer-*.exe" or "vncviewer64-*.exe"! ähnelt. /// public static string NoValidTigerVNCPath { get { @@ -6520,7 +6370,7 @@ public static string NoValidTigerVNCPath { } /// - /// Looks up a localized string similar to No vendor found. Check your input!. + /// Sucht eine lokalisierte Zeichenfolge, die No vendor found. Check your input! ähnelt. /// public static string NoVendorFoundCheckYourInput { get { @@ -6529,7 +6379,7 @@ public static string NoVendorFoundCheckYourInput { } /// - /// Looks up a localized string similar to No WiFi adapters found!. + /// Sucht eine lokalisierte Zeichenfolge, die No WiFi adapters found! ähnelt. /// public static string NoWiFiAdaptersFound { get { @@ -6538,7 +6388,7 @@ public static string NoWiFiAdaptersFound { } /// - /// Looks up a localized string similar to No WiFi networks found!. + /// Sucht eine lokalisierte Zeichenfolge, die No WiFi networks found! ähnelt. /// public static string NoWiFiNetworksFound { get { @@ -6547,7 +6397,7 @@ public static string NoWiFiNetworksFound { } /// - /// Looks up a localized string similar to Number of errors after which is canceled:. + /// Sucht eine lokalisierte Zeichenfolge, die Number of errors after which is canceled: ähnelt. /// public static string NumberOfErrorsAfterWhichIsCanceled { get { @@ -6556,7 +6406,7 @@ public static string NumberOfErrorsAfterWhichIsCanceled { } /// - /// Looks up a localized string similar to Number of stored entries. + /// Sucht eine lokalisierte Zeichenfolge, die Number of stored entries ähnelt. /// public static string NumberOfStoredEntries { get { @@ -6565,7 +6415,7 @@ public static string NumberOfStoredEntries { } /// - /// Looks up a localized string similar to Obtain an IP address automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Obtain an IP address automatically ähnelt. /// public static string ObtainAnIPAddressAutomatically { get { @@ -6574,7 +6424,7 @@ public static string ObtainAnIPAddressAutomatically { } /// - /// Looks up a localized string similar to Obtain DNS server address automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Obtain DNS server address automatically ähnelt. /// public static string ObtainDNSServerAddressAutomatically { get { @@ -6583,7 +6433,7 @@ public static string ObtainDNSServerAddressAutomatically { } /// - /// Looks up a localized string similar to Off. + /// Sucht eine lokalisierte Zeichenfolge, die Off ähnelt. /// public static string Off { get { @@ -6592,7 +6442,7 @@ public static string Off { } /// - /// Looks up a localized string similar to Official. + /// Sucht eine lokalisierte Zeichenfolge, die Official ähnelt. /// public static string Official { get { @@ -6601,7 +6451,7 @@ public static string Official { } /// - /// Looks up a localized string similar to Offset. + /// Sucht eine lokalisierte Zeichenfolge, die Offset ähnelt. /// public static string Offset { get { @@ -6610,7 +6460,7 @@ public static string Offset { } /// - /// Looks up a localized string similar to OID. + /// Sucht eine lokalisierte Zeichenfolge, die OID ähnelt. /// public static string OID { get { @@ -6619,7 +6469,7 @@ public static string OID { } /// - /// Looks up a localized string similar to OID profiles. + /// Sucht eine lokalisierte Zeichenfolge, die OID profiles ähnelt. /// public static string OIDProfiles { get { @@ -6628,7 +6478,7 @@ public static string OIDProfiles { } /// - /// Looks up a localized string similar to OK. + /// Sucht eine lokalisierte Zeichenfolge, die OK ähnelt. /// public static string OK { get { @@ -6637,7 +6487,7 @@ public static string OK { } /// - /// Looks up a localized string similar to Olive. + /// Sucht eine lokalisierte Zeichenfolge, die Olive ähnelt. /// public static string Olive { get { @@ -6646,7 +6496,7 @@ public static string Olive { } /// - /// Looks up a localized string similar to On. + /// Sucht eine lokalisierte Zeichenfolge, die On ähnelt. /// public static string On { get { @@ -6655,7 +6505,7 @@ public static string On { } /// - /// Looks up a localized string similar to Only numbers can be entered!. + /// Sucht eine lokalisierte Zeichenfolge, die Only numbers can be entered! ähnelt. /// public static string OnlyNumbersCanBeEntered { get { @@ -6664,7 +6514,7 @@ public static string OnlyNumbersCanBeEntered { } /// - /// Looks up a localized string similar to Only when using the full screen. + /// Sucht eine lokalisierte Zeichenfolge, die Only when using the full screen ähnelt. /// public static string OnlyWhenUsingTheFullScreen { get { @@ -6673,7 +6523,7 @@ public static string OnlyWhenUsingTheFullScreen { } /// - /// Looks up a localized string similar to Open. + /// Sucht eine lokalisierte Zeichenfolge, die Open ähnelt. /// public static string Open { get { @@ -6682,7 +6532,7 @@ public static string Open { } /// - /// Looks up a localized string similar to Open documentation. + /// Sucht eine lokalisierte Zeichenfolge, die Open documentation ähnelt. /// public static string OpenDocumentation { get { @@ -6691,7 +6541,7 @@ public static string OpenDocumentation { } /// - /// Looks up a localized string similar to Open license. + /// Sucht eine lokalisierte Zeichenfolge, die Open license ähnelt. /// public static string OpenLicense { get { @@ -6700,7 +6550,7 @@ public static string OpenLicense { } /// - /// Looks up a localized string similar to Open location. + /// Sucht eine lokalisierte Zeichenfolge, die Open location ähnelt. /// public static string OpenLocation { get { @@ -6709,7 +6559,7 @@ public static string OpenLocation { } /// - /// Looks up a localized string similar to Open OID profiles.... + /// Sucht eine lokalisierte Zeichenfolge, die Open OID profiles... ähnelt. /// public static string OpenOIDProfilesDots { get { @@ -6718,7 +6568,7 @@ public static string OpenOIDProfilesDots { } /// - /// Looks up a localized string similar to Open port profiles.... + /// Sucht eine lokalisierte Zeichenfolge, die Open port profiles... ähnelt. /// public static string OpenPortProfilesDots { get { @@ -6727,7 +6577,7 @@ public static string OpenPortProfilesDots { } /// - /// Looks up a localized string similar to Open project. + /// Sucht eine lokalisierte Zeichenfolge, die Open project ähnelt. /// public static string OpenProject { get { @@ -6736,7 +6586,7 @@ public static string OpenProject { } /// - /// Looks up a localized string similar to Open settings. + /// Sucht eine lokalisierte Zeichenfolge, die Open settings ähnelt. /// public static string OpenSettings { get { @@ -6745,7 +6595,7 @@ public static string OpenSettings { } /// - /// Looks up a localized string similar to Open settings.... + /// Sucht eine lokalisierte Zeichenfolge, die Open settings... ähnelt. /// public static string OpenSettingsDots { get { @@ -6754,7 +6604,7 @@ public static string OpenSettingsDots { } /// - /// Looks up a localized string similar to Open website. + /// Sucht eine lokalisierte Zeichenfolge, die Open website ähnelt. /// public static string OpenWebsite { get { @@ -6763,7 +6613,7 @@ public static string OpenWebsite { } /// - /// Looks up a localized string similar to Orange. + /// Sucht eine lokalisierte Zeichenfolge, die Orange ähnelt. /// public static string Orange { get { @@ -6772,7 +6622,7 @@ public static string Orange { } /// - /// Looks up a localized string similar to Organization. + /// Sucht eine lokalisierte Zeichenfolge, die Organization ähnelt. /// public static string Organization { get { @@ -6781,7 +6631,7 @@ public static string Organization { } /// - /// Looks up a localized string similar to OUI. + /// Sucht eine lokalisierte Zeichenfolge, die OUI ähnelt. /// public static string OUI { get { @@ -6790,7 +6640,7 @@ public static string OUI { } /// - /// Looks up a localized string similar to override. + /// Sucht eine lokalisierte Zeichenfolge, die override ähnelt. /// public static string Override { get { @@ -6799,7 +6649,7 @@ public static string Override { } /// - /// Looks up a localized string similar to Override default settings. + /// Sucht eine lokalisierte Zeichenfolge, die Override default settings ähnelt. /// public static string OverrideDefaultSettings { get { @@ -6808,7 +6658,7 @@ public static string OverrideDefaultSettings { } /// - /// Looks up a localized string similar to Overwrite. + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite ähnelt. /// public static string Overwrite { get { @@ -6817,7 +6667,7 @@ public static string Overwrite { } /// - /// Looks up a localized string similar to Overwrite?. + /// Sucht eine lokalisierte Zeichenfolge, die Overwrite? ähnelt. /// public static string OverwriteQuestion { get { @@ -6826,7 +6676,7 @@ public static string OverwriteQuestion { } /// - /// Looks up a localized string similar to Packet loss. + /// Sucht eine lokalisierte Zeichenfolge, die Packet loss ähnelt. /// public static string PacketLoss { get { @@ -6835,7 +6685,7 @@ public static string PacketLoss { } /// - /// Looks up a localized string similar to Packets transmitted. + /// Sucht eine lokalisierte Zeichenfolge, die Packets transmitted ähnelt. /// public static string PacketsTransmitted { get { @@ -6844,7 +6694,7 @@ public static string PacketsTransmitted { } /// - /// Looks up a localized string similar to Parameter. + /// Sucht eine lokalisierte Zeichenfolge, die Parameter ähnelt. /// public static string Parameter { get { @@ -6853,7 +6703,7 @@ public static string Parameter { } /// - /// Looks up a localized string similar to Password. + /// Sucht eine lokalisierte Zeichenfolge, die Password ähnelt. /// public static string Password { get { @@ -6862,7 +6712,7 @@ public static string Password { } /// - /// Looks up a localized string similar to Passwords do not match!. + /// Sucht eine lokalisierte Zeichenfolge, die Passwords do not match! ähnelt. /// public static string PasswordsDoNotMatch { get { @@ -6871,7 +6721,7 @@ public static string PasswordsDoNotMatch { } /// - /// Looks up a localized string similar to Paste. + /// Sucht eine lokalisierte Zeichenfolge, die Paste ähnelt. /// public static string Paste { get { @@ -6880,7 +6730,7 @@ public static string Paste { } /// - /// Looks up a localized string similar to Patch. + /// Sucht eine lokalisierte Zeichenfolge, die Patch ähnelt. /// public static string Patch { get { @@ -6889,7 +6739,7 @@ public static string Patch { } /// - /// Looks up a localized string similar to Path. + /// Sucht eine lokalisierte Zeichenfolge, die Path ähnelt. /// public static string Path { get { @@ -6898,7 +6748,7 @@ public static string Path { } /// - /// Looks up a localized string similar to Pause. + /// Sucht eine lokalisierte Zeichenfolge, die Pause ähnelt. /// public static string Pause { get { @@ -6907,7 +6757,7 @@ public static string Pause { } /// - /// Looks up a localized string similar to Performance. + /// Sucht eine lokalisierte Zeichenfolge, die Performance ähnelt. /// public static string Performance { get { @@ -6916,7 +6766,7 @@ public static string Performance { } /// - /// Looks up a localized string similar to Persistent bitmap caching. + /// Sucht eine lokalisierte Zeichenfolge, die Persistent bitmap caching ähnelt. /// public static string PersistentBitmapCaching { get { @@ -6925,7 +6775,7 @@ public static string PersistentBitmapCaching { } /// - /// Looks up a localized string similar to Petabits. + /// Sucht eine lokalisierte Zeichenfolge, die Petabits ähnelt. /// public static string Petabits { get { @@ -6934,7 +6784,7 @@ public static string Petabits { } /// - /// Looks up a localized string similar to Petabytes. + /// Sucht eine lokalisierte Zeichenfolge, die Petabytes ähnelt. /// public static string Petabytes { get { @@ -6943,7 +6793,7 @@ public static string Petabytes { } /// - /// Looks up a localized string similar to Phy kind. + /// Sucht eine lokalisierte Zeichenfolge, die Phy kind ähnelt. /// public static string PhyKind { get { @@ -6952,7 +6802,7 @@ public static string PhyKind { } /// - /// Looks up a localized string similar to PhysicalAddress. + /// Sucht eine lokalisierte Zeichenfolge, die PhysicalAddress ähnelt. /// public static string PhysicalAddress { get { @@ -6961,7 +6811,7 @@ public static string PhysicalAddress { } /// - /// Looks up a localized string similar to Ping. + /// Sucht eine lokalisierte Zeichenfolge, die Ping ähnelt. /// public static string Ping { get { @@ -6970,7 +6820,7 @@ public static string Ping { } /// - /// Looks up a localized string similar to Ping details. + /// Sucht eine lokalisierte Zeichenfolge, die Ping details ähnelt. /// public static string PingDetails { get { @@ -6979,7 +6829,7 @@ public static string PingDetails { } /// - /// Looks up a localized string similar to Ping Monitor. + /// Sucht eine lokalisierte Zeichenfolge, die Ping Monitor ähnelt. /// public static string PingMonitor { get { @@ -6988,7 +6838,7 @@ public static string PingMonitor { } /// - /// Looks up a localized string similar to Ping status. + /// Sucht eine lokalisierte Zeichenfolge, die Ping status ähnelt. /// public static string PingStatus { get { @@ -6997,7 +6847,7 @@ public static string PingStatus { } /// - /// Looks up a localized string similar to Pink. + /// Sucht eine lokalisierte Zeichenfolge, die Pink ähnelt. /// public static string Pink { get { @@ -7006,7 +6856,7 @@ public static string Pink { } /// - /// Looks up a localized string similar to Port. + /// Sucht eine lokalisierte Zeichenfolge, die Port ähnelt. /// public static string Port { get { @@ -7015,7 +6865,7 @@ public static string Port { } /// - /// Looks up a localized string similar to Portable. + /// Sucht eine lokalisierte Zeichenfolge, die Portable ähnelt. /// public static string Portable { get { @@ -7024,7 +6874,7 @@ public static string Portable { } /// - /// Looks up a localized string similar to Port description. + /// Sucht eine lokalisierte Zeichenfolge, die Port description ähnelt. /// public static string PortDescription { get { @@ -7033,7 +6883,7 @@ public static string PortDescription { } /// - /// Looks up a localized string similar to Port or service. + /// Sucht eine lokalisierte Zeichenfolge, die Port or service ähnelt. /// public static string PortOrService { get { @@ -7042,7 +6892,7 @@ public static string PortOrService { } /// - /// Looks up a localized string similar to Port profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Port profiles ähnelt. /// public static string PortProfiles { get { @@ -7051,7 +6901,7 @@ public static string PortProfiles { } /// - /// Looks up a localized string similar to Ports. + /// Sucht eine lokalisierte Zeichenfolge, die Ports ähnelt. /// public static string Ports { get { @@ -7060,7 +6910,7 @@ public static string Ports { } /// - /// Looks up a localized string similar to Port scan is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Port scan is disabled! ähnelt. /// public static string PortScanIsDisabled { get { @@ -7069,7 +6919,7 @@ public static string PortScanIsDisabled { } /// - /// Looks up a localized string similar to Port Scanner. + /// Sucht eine lokalisierte Zeichenfolge, die Port Scanner ähnelt. /// public static string PortScanner { get { @@ -7078,7 +6928,7 @@ public static string PortScanner { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string PortState_Closed { get { @@ -7087,7 +6937,7 @@ public static string PortState_Closed { } /// - /// Looks up a localized string similar to Open. + /// Sucht eine lokalisierte Zeichenfolge, die Open ähnelt. /// public static string PortState_Open { get { @@ -7096,7 +6946,7 @@ public static string PortState_Open { } /// - /// Looks up a localized string similar to Timed out. + /// Sucht eine lokalisierte Zeichenfolge, die Timed out ähnelt. /// public static string PortState_TimedOut { get { @@ -7105,7 +6955,7 @@ public static string PortState_TimedOut { } /// - /// Looks up a localized string similar to Port status. + /// Sucht eine lokalisierte Zeichenfolge, die Port status ähnelt. /// public static string PortStatus { get { @@ -7114,7 +6964,7 @@ public static string PortStatus { } /// - /// Looks up a localized string similar to PowerShell. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell ähnelt. /// public static string PowerShell { get { @@ -7123,7 +6973,7 @@ public static string PowerShell { } /// - /// Looks up a localized string similar to The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance. + /// Sucht eine lokalisierte Zeichenfolge, die The color of the PowerShell console can be changed to the application theme under Settings > General > Appearance ähnelt. /// public static string PowerShellConsoleColorCanBeChangedUnderSettingsGeneralApperance { get { @@ -7132,7 +6982,7 @@ public static string PowerShellConsoleColorCanBeChangedUnderSettingsGeneralApper } /// - /// Looks up a localized string similar to PowerShell process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die PowerShell process has ended! ähnelt. /// public static string PowerShellProcessHasEnded { get { @@ -7141,7 +6991,7 @@ public static string PowerShellProcessHasEnded { } /// - /// Looks up a localized string similar to Preferred protocol when resolving hostname:. + /// Sucht eine lokalisierte Zeichenfolge, die Preferred protocol when resolving hostname: ähnelt. /// public static string PreferredProtocolWhenResolvingHostname { get { @@ -7150,7 +7000,7 @@ public static string PreferredProtocolWhenResolvingHostname { } /// - /// Looks up a localized string similar to Pre-shared key. + /// Sucht eine lokalisierte Zeichenfolge, die Pre-shared key ähnelt. /// public static string PreSharedKey { get { @@ -7159,7 +7009,7 @@ public static string PreSharedKey { } /// - /// Looks up a localized string similar to Preview. + /// Sucht eine lokalisierte Zeichenfolge, die Preview ähnelt. /// public static string Preview { get { @@ -7168,7 +7018,7 @@ public static string Preview { } /// - /// Looks up a localized string similar to Primary DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Primary DNS server ähnelt. /// public static string PrimaryDNSServer { get { @@ -7177,7 +7027,7 @@ public static string PrimaryDNSServer { } /// - /// Looks up a localized string similar to Priv. + /// Sucht eine lokalisierte Zeichenfolge, die Priv ähnelt. /// public static string Priv { get { @@ -7186,7 +7036,7 @@ public static string Priv { } /// - /// Looks up a localized string similar to Privacy. + /// Sucht eine lokalisierte Zeichenfolge, die Privacy ähnelt. /// public static string Privacy { get { @@ -7195,7 +7045,7 @@ public static string Privacy { } /// - /// Looks up a localized string similar to Private key file. + /// Sucht eine lokalisierte Zeichenfolge, die Private key file ähnelt. /// public static string PrivateKeyFile { get { @@ -7204,7 +7054,7 @@ public static string PrivateKeyFile { } /// - /// Looks up a localized string similar to Process ID. + /// Sucht eine lokalisierte Zeichenfolge, die Process ID ähnelt. /// public static string ProcessID { get { @@ -7213,7 +7063,7 @@ public static string ProcessID { } /// - /// Looks up a localized string similar to Process name. + /// Sucht eine lokalisierte Zeichenfolge, die Process name ähnelt. /// public static string ProcessName { get { @@ -7222,7 +7072,7 @@ public static string ProcessName { } /// - /// Looks up a localized string similar to Process path. + /// Sucht eine lokalisierte Zeichenfolge, die Process path ähnelt. /// public static string ProcessPath { get { @@ -7231,7 +7081,7 @@ public static string ProcessPath { } /// - /// Looks up a localized string similar to Profile. + /// Sucht eine lokalisierte Zeichenfolge, die Profile ähnelt. /// public static string Profile { get { @@ -7240,9 +7090,9 @@ public static string Profile { } /// - /// Looks up a localized string similar to Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. + /// Sucht eine lokalisierte Zeichenfolge, die Profile files are encrypted on disk using AES with a key size of 256 bits and a block size of 128 bits in CBC mode. The encryption key is derived from a master password using Rfc2898DeriveBytes (PBKDF2) with 1,000,000 iterations. At runtime, passwords are stored as SecureString once the profile file is loaded. For some functions, the password must be converted to a normal string and remains unencrypted in memory until the garbage collector cleans them up. /// - ///First make a backup copy of your profile files be [rest of string was truncated]";. + ///First make a backup copy of your profile files be [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string ProfileEncryptionDisclaimer { get { @@ -7251,7 +7101,7 @@ public static string ProfileEncryptionDisclaimer { } /// - /// Looks up a localized string similar to Profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Profile file ähnelt. /// public static string ProfileFile { get { @@ -7260,7 +7110,7 @@ public static string ProfileFile { } /// - /// Looks up a localized string similar to Profile file could not be loaded!. + /// Sucht eine lokalisierte Zeichenfolge, die Profile file could not be loaded! ähnelt. /// public static string ProfileFileCouldNotBeLoaded { get { @@ -7269,13 +7119,13 @@ public static string ProfileFileCouldNotBeLoaded { } /// - /// Looks up a localized string similar to The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. + /// Sucht eine lokalisierte Zeichenfolge, die The profile file could not be loaded and may be corrupted. You can try to restore the file from a backup or delete it. /// ///If this happens unexpectedly or after an update, please report the error on GitHub. /// /// ///Error message: - ///"{0}". + ///"{0}" ähnelt. /// public static string ProfileFileCouldNotBeLoadedMessage { get { @@ -7284,7 +7134,7 @@ public static string ProfileFileCouldNotBeLoadedMessage { } /// - /// Looks up a localized string similar to Profile files. + /// Sucht eine lokalisierte Zeichenfolge, die Profile files ähnelt. /// public static string ProfileFiles { get { @@ -7293,7 +7143,7 @@ public static string ProfileFiles { } /// - /// Looks up a localized string similar to Application. + /// Sucht eine lokalisierte Zeichenfolge, die Application ähnelt. /// public static string ProfileGroup_Application { get { @@ -7302,7 +7152,7 @@ public static string ProfileGroup_Application { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string ProfileGroup_General { get { @@ -7311,7 +7161,7 @@ public static string ProfileGroup_General { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string ProfileName_General { get { @@ -7320,7 +7170,7 @@ public static string ProfileName_General { } /// - /// Looks up a localized string similar to Profile name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die Profile name already exists! ähnelt. /// public static string ProfileNameAlreadyExists { get { @@ -7329,7 +7179,7 @@ public static string ProfileNameAlreadyExists { } /// - /// Looks up a localized string similar to Profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles ähnelt. /// public static string Profiles { get { @@ -7338,7 +7188,7 @@ public static string Profiles { } /// - /// Looks up a localized string similar to Profiles and regions to synchronize. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles and regions to synchronize ähnelt. /// public static string ProfilesAndRegionsToSync { get { @@ -7347,7 +7197,7 @@ public static string ProfilesAndRegionsToSync { } /// - /// Looks up a localized string similar to Profiles reloaded. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles reloaded ähnelt. /// public static string ProfilesReloaded { get { @@ -7356,7 +7206,7 @@ public static string ProfilesReloaded { } /// - /// Looks up a localized string similar to A profile with this name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die A profile with this name already exists! ähnelt. /// public static string ProfileWithThisNameAlreadyExists { get { @@ -7365,7 +7215,7 @@ public static string ProfileWithThisNameAlreadyExists { } /// - /// Looks up a localized string similar to Program. + /// Sucht eine lokalisierte Zeichenfolge, die Program ähnelt. /// public static string Program { get { @@ -7374,7 +7224,7 @@ public static string Program { } /// - /// Looks up a localized string similar to Protocol. + /// Sucht eine lokalisierte Zeichenfolge, die Protocol ähnelt. /// public static string Protocol { get { @@ -7383,7 +7233,7 @@ public static string Protocol { } /// - /// Looks up a localized string similar to Proxy. + /// Sucht eine lokalisierte Zeichenfolge, die Proxy ähnelt. /// public static string Proxy { get { @@ -7392,7 +7242,7 @@ public static string Proxy { } /// - /// Looks up a localized string similar to PTR dns record resolved for "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die PTR dns record resolved for "{0}"! ähnelt. /// public static string PTRDNSRecordResolvedForXXXMessage { get { @@ -7401,7 +7251,7 @@ public static string PTRDNSRecordResolvedForXXXMessage { } /// - /// Looks up a localized string similar to PTR record. + /// Sucht eine lokalisierte Zeichenfolge, die PTR record ähnelt. /// public static string PTRRecord { get { @@ -7410,8 +7260,8 @@ public static string PTRRecord { } /// - /// Looks up a localized string similar to Public IP address check - ///is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Public IP address check + ///is disabled! ähnelt. /// public static string PublicIPAddressCheckIsDisabled { get { @@ -7420,7 +7270,7 @@ public static string PublicIPAddressCheckIsDisabled { } /// - /// Looks up a localized string similar to Public IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv4 address ähnelt. /// public static string PublicIPv4Address { get { @@ -7429,7 +7279,7 @@ public static string PublicIPv4Address { } /// - /// Looks up a localized string similar to Public IPv6 address. + /// Sucht eine lokalisierte Zeichenfolge, die Public IPv6 address ähnelt. /// public static string PublicIPv6Address { get { @@ -7438,7 +7288,7 @@ public static string PublicIPv6Address { } /// - /// Looks up a localized string similar to Purple. + /// Sucht eine lokalisierte Zeichenfolge, die Purple ähnelt. /// public static string Purple { get { @@ -7447,7 +7297,7 @@ public static string Purple { } /// - /// Looks up a localized string similar to PuTTY. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY ähnelt. /// public static string PuTTY { get { @@ -7456,7 +7306,7 @@ public static string PuTTY { } /// - /// Looks up a localized string similar to Session log. + /// Sucht eine lokalisierte Zeichenfolge, die Session log ähnelt. /// public static string PuTTYLogMode_SessionLog { get { @@ -7465,7 +7315,7 @@ public static string PuTTYLogMode_SessionLog { } /// - /// Looks up a localized string similar to SSH log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH log ähnelt. /// public static string PuTTYLogMode_SSHLog { get { @@ -7474,7 +7324,7 @@ public static string PuTTYLogMode_SSHLog { } /// - /// Looks up a localized string similar to SSH and Raw log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH and Raw log ähnelt. /// public static string PuTTYLogMode_SSHRawLog { get { @@ -7483,7 +7333,7 @@ public static string PuTTYLogMode_SSHRawLog { } /// - /// Looks up a localized string similar to PuTTY process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die PuTTY process has ended! ähnelt. /// public static string PuTTYProcessHasEnded { get { @@ -7492,7 +7342,7 @@ public static string PuTTYProcessHasEnded { } /// - /// Looks up a localized string similar to Query. + /// Sucht eine lokalisierte Zeichenfolge, die Query ähnelt. /// public static string Query { get { @@ -7501,7 +7351,7 @@ public static string Query { } /// - /// Looks up a localized string similar to Query class. + /// Sucht eine lokalisierte Zeichenfolge, die Query class ähnelt. /// public static string QueryClass { get { @@ -7510,7 +7360,7 @@ public static string QueryClass { } /// - /// Looks up a localized string similar to Questions. + /// Sucht eine lokalisierte Zeichenfolge, die Questions ähnelt. /// public static string Questions { get { @@ -7519,7 +7369,7 @@ public static string Questions { } /// - /// Looks up a localized string similar to Rate limit reached! Try again in {0} seconds.... + /// Sucht eine lokalisierte Zeichenfolge, die Rate limit reached! Try again in {0} seconds... ähnelt. /// public static string RateLimitReachedTryAgainInXSeconds { get { @@ -7528,7 +7378,7 @@ public static string RateLimitReachedTryAgainInXSeconds { } /// - /// Looks up a localized string similar to RAW. + /// Sucht eine lokalisierte Zeichenfolge, die RAW ähnelt. /// public static string RAW { get { @@ -7537,7 +7387,7 @@ public static string RAW { } /// - /// Looks up a localized string similar to Received. + /// Sucht eine lokalisierte Zeichenfolge, die Received ähnelt. /// public static string Received { get { @@ -7546,7 +7396,7 @@ public static string Received { } /// - /// Looks up a localized string similar to Received / Lost. + /// Sucht eine lokalisierte Zeichenfolge, die Received / Lost ähnelt. /// public static string ReceivedLost { get { @@ -7555,7 +7405,7 @@ public static string ReceivedLost { } /// - /// Looks up a localized string similar to Reconnect. + /// Sucht eine lokalisierte Zeichenfolge, die Reconnect ähnelt. /// public static string Reconnect { get { @@ -7564,7 +7414,7 @@ public static string Reconnect { } /// - /// Looks up a localized string similar to Reconnect if the connection is dropped. + /// Sucht eine lokalisierte Zeichenfolge, die Reconnect if the connection is dropped ähnelt. /// public static string ReconnectIfTheConnectionIsDropped { get { @@ -7573,7 +7423,7 @@ public static string ReconnectIfTheConnectionIsDropped { } /// - /// Looks up a localized string similar to Recursion. + /// Sucht eine lokalisierte Zeichenfolge, die Recursion ähnelt. /// public static string Recursion { get { @@ -7582,7 +7432,7 @@ public static string Recursion { } /// - /// Looks up a localized string similar to Red. + /// Sucht eine lokalisierte Zeichenfolge, die Red ähnelt. /// public static string Red { get { @@ -7591,7 +7441,7 @@ public static string Red { } /// - /// Looks up a localized string similar to Redirect clipboard. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect clipboard ähnelt. /// public static string RedirectClipboard { get { @@ -7600,7 +7450,7 @@ public static string RedirectClipboard { } /// - /// Looks up a localized string similar to Redirect devices. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect devices ähnelt. /// public static string RedirectDevices { get { @@ -7609,7 +7459,7 @@ public static string RedirectDevices { } /// - /// Looks up a localized string similar to Redirect drives. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect drives ähnelt. /// public static string RedirectDrives { get { @@ -7618,7 +7468,7 @@ public static string RedirectDrives { } /// - /// Looks up a localized string similar to Redirect ports. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect ports ähnelt. /// public static string RedirectPorts { get { @@ -7627,7 +7477,7 @@ public static string RedirectPorts { } /// - /// Looks up a localized string similar to Redirect printers. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect printers ähnelt. /// public static string RedirectPrinters { get { @@ -7636,7 +7486,7 @@ public static string RedirectPrinters { } /// - /// Looks up a localized string similar to Redirect smartcards. + /// Sucht eine lokalisierte Zeichenfolge, die Redirect smartcards ähnelt. /// public static string RedirectSmartcards { get { @@ -7645,7 +7495,7 @@ public static string RedirectSmartcards { } /// - /// Looks up a localized string similar to Refresh. + /// Sucht eine lokalisierte Zeichenfolge, die Refresh ähnelt. /// public static string Refresh { get { @@ -7654,7 +7504,7 @@ public static string Refresh { } /// - /// Looks up a localized string similar to Refreshing.... + /// Sucht eine lokalisierte Zeichenfolge, die Refreshing... ähnelt. /// public static string RefreshingDots { get { @@ -7663,7 +7513,7 @@ public static string RefreshingDots { } /// - /// Looks up a localized string similar to Region. + /// Sucht eine lokalisierte Zeichenfolge, die Region ähnelt. /// public static string Region { get { @@ -7672,7 +7522,7 @@ public static string Region { } /// - /// Looks up a localized string similar to Release. + /// Sucht eine lokalisierte Zeichenfolge, die Release ähnelt. /// public static string Release { get { @@ -7681,7 +7531,7 @@ public static string Release { } /// - /// Looks up a localized string similar to Release & Renew. + /// Sucht eine lokalisierte Zeichenfolge, die Release & Renew ähnelt. /// public static string ReleaseRenew { get { @@ -7690,7 +7540,7 @@ public static string ReleaseRenew { } /// - /// Looks up a localized string similar to Reload. + /// Sucht eine lokalisierte Zeichenfolge, die Reload ähnelt. /// public static string Reload { get { @@ -7699,7 +7549,7 @@ public static string Reload { } /// - /// Looks up a localized string similar to Reloaded at {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Reloaded at {0} ähnelt. /// public static string ReloadedAtX { get { @@ -7708,7 +7558,7 @@ public static string ReloadedAtX { } /// - /// Looks up a localized string similar to Remaining time. + /// Sucht eine lokalisierte Zeichenfolge, die Remaining time ähnelt. /// public static string RemainingTime { get { @@ -7717,7 +7567,7 @@ public static string RemainingTime { } /// - /// Looks up a localized string similar to Remote audio. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio ähnelt. /// public static string RemoteAudio { get { @@ -7726,7 +7576,7 @@ public static string RemoteAudio { } /// - /// Looks up a localized string similar to Remote audio playback. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio playback ähnelt. /// public static string RemoteAudioPlayback { get { @@ -7735,7 +7585,7 @@ public static string RemoteAudioPlayback { } /// - /// Looks up a localized string similar to Remote audio recording. + /// Sucht eine lokalisierte Zeichenfolge, die Remote audio recording ähnelt. /// public static string RemoteAudioRecording { get { @@ -7744,7 +7594,7 @@ public static string RemoteAudioRecording { } /// - /// Looks up a localized string similar to Remote console. + /// Sucht eine lokalisierte Zeichenfolge, die Remote console ähnelt. /// public static string RemoteConsole { get { @@ -7753,7 +7603,7 @@ public static string RemoteConsole { } /// - /// Looks up a localized string similar to Remote Desktop. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop ähnelt. /// public static string RemoteDesktop { get { @@ -7762,7 +7612,7 @@ public static string RemoteDesktop { } /// - /// Looks up a localized string similar to Do not record. + /// Sucht eine lokalisierte Zeichenfolge, die Do not record ähnelt. /// public static string RemoteDesktopAudioCaptureRedirectionMode_DoNotRecord { get { @@ -7771,7 +7621,7 @@ public static string RemoteDesktopAudioCaptureRedirectionMode_DoNotRecord { } /// - /// Looks up a localized string similar to Record from this computer. + /// Sucht eine lokalisierte Zeichenfolge, die Record from this computer ähnelt. /// public static string RemoteDesktopAudioCaptureRedirectionMode_RecordFromThisComputer { get { @@ -7780,7 +7630,7 @@ public static string RemoteDesktopAudioCaptureRedirectionMode_RecordFromThisComp } /// - /// Looks up a localized string similar to Do not play. + /// Sucht eine lokalisierte Zeichenfolge, die Do not play ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_DoNotPlay { get { @@ -7789,7 +7639,7 @@ public static string RemoteDesktopAudioRedirectionMode_DoNotPlay { } /// - /// Looks up a localized string similar to Play on remote computer. + /// Sucht eine lokalisierte Zeichenfolge, die Play on remote computer ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_PlayOnRemoteComputer { get { @@ -7798,7 +7648,7 @@ public static string RemoteDesktopAudioRedirectionMode_PlayOnRemoteComputer { } /// - /// Looks up a localized string similar to Play on this computer. + /// Sucht eine lokalisierte Zeichenfolge, die Play on this computer ähnelt. /// public static string RemoteDesktopAudioRedirectionMode_PlayOnThisComputer { get { @@ -7807,7 +7657,7 @@ public static string RemoteDesktopAudioRedirectionMode_PlayOnThisComputer { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer due to one of the following reasons: 1) The requested Remote Desktop Gateway server address and the server SSL certificate subject name do not match. 2) The certificate is expired or revoked. 3) The certificate root authority does not trust the certificate. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331651 { get { @@ -7816,7 +7666,7 @@ public static string RemoteDesktopDisconnectReason_50331651 { } /// - /// Looks up a localized string similar to This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die This computer can't verify the identity of the RD Gateway "". It's not safe to connect to servers that can't be identified. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331653 { get { @@ -7825,7 +7675,7 @@ public static string RemoteDesktopDisconnectReason_50331653 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server address requested and the certificate subject name do not match. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331654 { get { @@ -7834,7 +7684,7 @@ public static string RemoteDesktopDisconnectReason_50331654 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server's certificate has expired or has been revoked. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331655 { get { @@ -7843,7 +7693,7 @@ public static string RemoteDesktopDisconnectReason_50331655 { } /// - /// Looks up a localized string similar to An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while sending data to the Remote Desktop Gateway server. The server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331657 { get { @@ -7852,7 +7702,7 @@ public static string RemoteDesktopDisconnectReason_50331657 { } /// - /// Looks up a localized string similar to An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred while receiving data from the Remote Desktop Gateway server. Either the server is temporarily unavailable or a network connection is down. Try again later, or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331658 { get { @@ -7861,7 +7711,7 @@ public static string RemoteDesktopDisconnectReason_50331658 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server address is unreachable or incorrect. Type a valid Remote Desktop Gateway server address. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331660 { get { @@ -7870,7 +7720,7 @@ public static string RemoteDesktopDisconnectReason_50331660 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331661 { get { @@ -7879,7 +7729,7 @@ public static string RemoteDesktopDisconnectReason_50331661 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server is running low on server resources and is temporarily unavailable. Try reconnecting later or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331663 { get { @@ -7888,7 +7738,7 @@ public static string RemoteDesktopDisconnectReason_50331663 { } /// - /// Looks up a localized string similar to The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die The Remote Desktop Gateway server has ended the connection. Try reconnecting later or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331672 { get { @@ -7897,7 +7747,7 @@ public static string RemoteDesktopDisconnectReason_50331672 { } /// - /// Looks up a localized string similar to The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die The Remote Desktop Gateway server administrator has ended the connection. Try reconnecting later or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331673 { get { @@ -7906,7 +7756,7 @@ public static string RemoteDesktopDisconnectReason_50331673 { } /// - /// Looks up a localized string similar to Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not listed in the RD Gateway's permission list 2) You might have specified the remote computer in NetBIOS format (for example, computer1), but the RD Gateway is expecting an FQDN or IP address format (for example, computer1.fabrikam.com or 157.60.0.1). Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331675 { get { @@ -7915,7 +7765,7 @@ public static string RemoteDesktopDisconnectReason_50331675 { } /// - /// Looks up a localized string similar to Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote Desktop can't connect to the remote computer "" for one of these reasons: 1) Your user account is not authorized to access the RD Gateway "" 2) Your computer is not authorized to access the RD Gateway "" 3) You are using an incompatible authentication method (for example, the RD Gateway might be expecting a smart card but you provided a password) Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331676 { get { @@ -7924,7 +7774,7 @@ public static string RemoteDesktopDisconnectReason_50331676 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because your network administrator has restricted access to this RD Gateway server. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331679 { get { @@ -7933,7 +7783,7 @@ public static string RemoteDesktopDisconnectReason_50331679 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the web proxy server requires authentication. To allow unauthenticated traffic to an RD Gateway server through your web proxy server, contact your network administrator. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331680 { get { @@ -7942,7 +7792,7 @@ public static string RemoteDesktopDisconnectReason_50331680 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server reached its maximum allowed connections. Try reconnecting later or contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331682 { get { @@ -7951,7 +7801,7 @@ public static string RemoteDesktopDisconnectReason_50331682 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server does not support the request. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331683 { get { @@ -7960,7 +7810,7 @@ public static string RemoteDesktopDisconnectReason_50331683 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the client does not support one of the Remote Desktop Gateway's capabilities. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331684 { get { @@ -7969,7 +7819,7 @@ public static string RemoteDesktopDisconnectReason_50331684 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server and this computer are incompatible. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331685 { get { @@ -7978,7 +7828,7 @@ public static string RemoteDesktopDisconnectReason_50331685 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because no certificate was configured to use at the Remote Desktop Gateway server. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331688 { get { @@ -7987,7 +7837,7 @@ public static string RemoteDesktopDisconnectReason_50331688 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the RD Gateway server that you are trying to connect to is not allowed by your computer administrator. If you are the administrator, add this Remote Desktop Gateway server name to the trusted Remote Desktop Gateway server list on your computer and then try connecting again. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331689 { get { @@ -7996,7 +7846,7 @@ public static string RemoteDesktopDisconnectReason_50331689 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your comput [rest of string was truncated]";. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because your computer or device did not meet the Network Access Protection requirements set by your network administrator, for one of the following reasons: 1) The Remote Desktop Gateway server name and the server's public key certificate subject name do not match. 2) The certificate has expired or has been revoked. 3) The certificate root authority does not trust the certificate. 4) The certificate key extension does not support encryption. 5) Your comput [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string RemoteDesktopDisconnectReason_50331690 { get { @@ -8005,7 +7855,7 @@ public static string RemoteDesktopDisconnectReason_50331690 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because a user name and password are required to authenticate to the Remote Desktop Gateway server instead of smart card credentials. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331691 { get { @@ -8014,7 +7864,7 @@ public static string RemoteDesktopDisconnectReason_50331691 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because smart card credentials are required to authenticate to the Remote Desktop Gateway server instead of a user name and password. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331692 { get { @@ -8023,7 +7873,7 @@ public static string RemoteDesktopDisconnectReason_50331692 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because an invalid cookie was sent to the Remote Desktop Gateway server. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331700 { get { @@ -8032,7 +7882,7 @@ public static string RemoteDesktopDisconnectReason_50331700 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the cookie was rejected by the Remote Desktop Gateway server. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331701 { get { @@ -8041,7 +7891,7 @@ public static string RemoteDesktopDisconnectReason_50331701 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway server is expecting an authentication method different from the one attempted. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331703 { get { @@ -8050,7 +7900,7 @@ public static string RemoteDesktopDisconnectReason_50331703 { } /// - /// Looks up a localized string similar to The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die The RD Gateway connection ended because periodic user authentication failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331704 { get { @@ -8059,7 +7909,7 @@ public static string RemoteDesktopDisconnectReason_50331704 { } /// - /// Looks up a localized string similar to The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die The RD Gateway connection ended because periodic user authorization failed. Try reconnecting with a correct user name and password. If the reconnection fails, contact your network administrator for further assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331705 { get { @@ -8068,7 +7918,7 @@ public static string RemoteDesktopDisconnectReason_50331705 { } /// - /// Looks up a localized string similar to Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistanc [rest of string was truncated]";. + /// Sucht eine lokalisierte Zeichenfolge, die Your computer can't connect to the remote computer because the Remote Desktop Gateway and the remote computer are unable to exchange policies. This could happen due to one of the following reasons: 1. The remote computer is not capable of exchanging policies with the Remote Desktop Gateway. 2. The remote computer's configuration does not permit a new connection. 3. The connection between the Remote Desktop Gateway and the remote computer ended. Contact your network administrator for assistanc [Rest der Zeichenfolge wurde abgeschnitten]"; ähnelt. /// public static string RemoteDesktopDisconnectReason_50331707 { get { @@ -8077,7 +7927,7 @@ public static string RemoteDesktopDisconnectReason_50331707 { } /// - /// Looks up a localized string similar to The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance.. + /// Sucht eine lokalisierte Zeichenfolge, die The RD Gateway connection ended because periodic user authorization failed. Your computer or device didn't pass the Network Access Protection (NAP) requirements set by your network administrator. Contact your network administrator for assistance. ähnelt. /// public static string RemoteDesktopDisconnectReason_50331713 { get { @@ -8086,7 +7936,7 @@ public static string RemoteDesktopDisconnectReason_50331713 { } /// - /// Looks up a localized string similar to Socket closed.. + /// Sucht eine lokalisierte Zeichenfolge, die Socket closed. ähnelt. /// public static string RemoteDesktopDisconnectReason_AtClientWinsockFDCLOSE { get { @@ -8095,7 +7945,7 @@ public static string RemoteDesktopDisconnectReason_AtClientWinsockFDCLOSE { } /// - /// Looks up a localized string similar to Remote disconnect by server.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote disconnect by server. ähnelt. /// public static string RemoteDesktopDisconnectReason_ByServer { get { @@ -8104,7 +7954,7 @@ public static string RemoteDesktopDisconnectReason_ByServer { } /// - /// Looks up a localized string similar to Decompression error.. + /// Sucht eine lokalisierte Zeichenfolge, die Decompression error. ähnelt. /// public static string RemoteDesktopDisconnectReason_ClientDecompressionError { get { @@ -8113,7 +7963,7 @@ public static string RemoteDesktopDisconnectReason_ClientDecompressionError { } /// - /// Looks up a localized string similar to Connection timed out.. + /// Sucht eine lokalisierte Zeichenfolge, die Connection timed out. ähnelt. /// public static string RemoteDesktopDisconnectReason_ConnectionTimedOut { get { @@ -8122,7 +7972,7 @@ public static string RemoteDesktopDisconnectReason_ConnectionTimedOut { } /// - /// Looks up a localized string similar to Decryption error.. + /// Sucht eine lokalisierte Zeichenfolge, die Decryption error. ähnelt. /// public static string RemoteDesktopDisconnectReason_DecryptionError { get { @@ -8131,7 +7981,7 @@ public static string RemoteDesktopDisconnectReason_DecryptionError { } /// - /// Looks up a localized string similar to DNS name lookup failure.. + /// Sucht eine lokalisierte Zeichenfolge, die DNS name lookup failure. ähnelt. /// public static string RemoteDesktopDisconnectReason_DNSLookupFailed { get { @@ -8140,7 +7990,7 @@ public static string RemoteDesktopDisconnectReason_DNSLookupFailed { } /// - /// Looks up a localized string similar to DNS lookup failed.. + /// Sucht eine lokalisierte Zeichenfolge, die DNS lookup failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_DNSLookupFailed2 { get { @@ -8149,7 +7999,7 @@ public static string RemoteDesktopDisconnectReason_DNSLookupFailed2 { } /// - /// Looks up a localized string similar to Encryption error.. + /// Sucht eine lokalisierte Zeichenfolge, die Encryption error. ähnelt. /// public static string RemoteDesktopDisconnectReason_EncryptionError { get { @@ -8158,7 +8008,7 @@ public static string RemoteDesktopDisconnectReason_EncryptionError { } /// - /// Looks up a localized string similar to Windows Sockets gethostbyname call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets gethostbyname call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_GetHostByNameFailed { get { @@ -8167,7 +8017,7 @@ public static string RemoteDesktopDisconnectReason_GetHostByNameFailed { } /// - /// Looks up a localized string similar to Host not found.. + /// Sucht eine lokalisierte Zeichenfolge, die Host not found. ähnelt. /// public static string RemoteDesktopDisconnectReason_HostNotFound { get { @@ -8176,7 +8026,7 @@ public static string RemoteDesktopDisconnectReason_HostNotFound { } /// - /// Looks up a localized string similar to Internal error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalError { get { @@ -8185,7 +8035,7 @@ public static string RemoteDesktopDisconnectReason_InternalError { } /// - /// Looks up a localized string similar to Internal security error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal security error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalSecurityError { get { @@ -8194,7 +8044,7 @@ public static string RemoteDesktopDisconnectReason_InternalSecurityError { } /// - /// Looks up a localized string similar to Internal security error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal security error. ähnelt. /// public static string RemoteDesktopDisconnectReason_InternalSecurityError2 { get { @@ -8203,7 +8053,7 @@ public static string RemoteDesktopDisconnectReason_InternalSecurityError2 { } /// - /// Looks up a localized string similar to The encryption method specified is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die The encryption method specified is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidEncryption { get { @@ -8212,7 +8062,7 @@ public static string RemoteDesktopDisconnectReason_InvalidEncryption { } /// - /// Looks up a localized string similar to Bad IP address specified.. + /// Sucht eine lokalisierte Zeichenfolge, die Bad IP address specified. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidIP { get { @@ -8221,7 +8071,7 @@ public static string RemoteDesktopDisconnectReason_InvalidIP { } /// - /// Looks up a localized string similar to The IP address specified is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die The IP address specified is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidIPAddr { get { @@ -8230,7 +8080,7 @@ public static string RemoteDesktopDisconnectReason_InvalidIPAddr { } /// - /// Looks up a localized string similar to Security data is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die Security data is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidSecurityData { get { @@ -8239,7 +8089,7 @@ public static string RemoteDesktopDisconnectReason_InvalidSecurityData { } /// - /// Looks up a localized string similar to Server security data is not valid.. + /// Sucht eine lokalisierte Zeichenfolge, die Server security data is not valid. ähnelt. /// public static string RemoteDesktopDisconnectReason_InvalidServerSecurityInfo { get { @@ -8248,7 +8098,7 @@ public static string RemoteDesktopDisconnectReason_InvalidServerSecurityInfo { } /// - /// Looks up a localized string similar to License negotiation failed.. + /// Sucht eine lokalisierte Zeichenfolge, die License negotiation failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_LicensingFailed { get { @@ -8257,7 +8107,7 @@ public static string RemoteDesktopDisconnectReason_LicensingFailed { } /// - /// Looks up a localized string similar to Licensing time-out.. + /// Sucht eine lokalisierte Zeichenfolge, die Licensing time-out. ähnelt. /// public static string RemoteDesktopDisconnectReason_LicensingTimeout { get { @@ -8266,7 +8116,7 @@ public static string RemoteDesktopDisconnectReason_LicensingTimeout { } /// - /// Looks up a localized string similar to Local disconnection.. + /// Sucht eine lokalisierte Zeichenfolge, die Local disconnection. ähnelt. /// public static string RemoteDesktopDisconnectReason_LocalNotError { get { @@ -8275,7 +8125,7 @@ public static string RemoteDesktopDisconnectReason_LocalNotError { } /// - /// Looks up a localized string similar to No information is available.. + /// Sucht eine lokalisierte Zeichenfolge, die No information is available. ähnelt. /// public static string RemoteDesktopDisconnectReason_NoInfo { get { @@ -8284,7 +8134,7 @@ public static string RemoteDesktopDisconnectReason_NoInfo { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory { get { @@ -8293,7 +8143,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory2 { get { @@ -8302,7 +8152,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory2 { } /// - /// Looks up a localized string similar to Out of memory.. + /// Sucht eine lokalisierte Zeichenfolge, die Out of memory. ähnelt. /// public static string RemoteDesktopDisconnectReason_OutOfMemory3 { get { @@ -8311,7 +8161,7 @@ public static string RemoteDesktopDisconnectReason_OutOfMemory3 { } /// - /// Looks up a localized string similar to Remote disconnect by user.. + /// Sucht eine lokalisierte Zeichenfolge, die Remote disconnect by user. ähnelt. /// public static string RemoteDesktopDisconnectReason_RemoteByUser { get { @@ -8320,7 +8170,7 @@ public static string RemoteDesktopDisconnectReason_RemoteByUser { } /// - /// Looks up a localized string similar to Failed to unpack server certificate.. + /// Sucht eine lokalisierte Zeichenfolge, die Failed to unpack server certificate. ähnelt. /// public static string RemoteDesktopDisconnectReason_ServerCertificateUnpackErr { get { @@ -8329,7 +8179,7 @@ public static string RemoteDesktopDisconnectReason_ServerCertificateUnpackErr { } /// - /// Looks up a localized string similar to Windows Sockets connect failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets connect failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SocketConnectFailed { get { @@ -8338,7 +8188,7 @@ public static string RemoteDesktopDisconnectReason_SocketConnectFailed { } /// - /// Looks up a localized string similar to Windows Sockets recv call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets recv call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SocketRecvFailed { get { @@ -8347,7 +8197,7 @@ public static string RemoteDesktopDisconnectReason_SocketRecvFailed { } /// - /// Looks up a localized string similar to The account is disabled.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is disabled. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountDisabled { get { @@ -8356,7 +8206,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountDisabled { } /// - /// Looks up a localized string similar to The account is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountExpired { get { @@ -8365,7 +8215,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountExpired { } /// - /// Looks up a localized string similar to The account is locked out.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is locked out. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountLockedOut { get { @@ -8374,7 +8224,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountLockedOut { } /// - /// Looks up a localized string similar to The account is restricted.. + /// Sucht eine lokalisierte Zeichenfolge, die The account is restricted. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrAccountRestriction { get { @@ -8383,7 +8233,7 @@ public static string RemoteDesktopDisconnectReason_SslErrAccountRestriction { } /// - /// Looks up a localized string similar to The received certificate is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The received certificate is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrCertExpired { get { @@ -8392,7 +8242,7 @@ public static string RemoteDesktopDisconnectReason_SslErrCertExpired { } /// - /// Looks up a localized string similar to The policy does not support delegation of credentials to the target server.. + /// Sucht eine lokalisierte Zeichenfolge, die The policy does not support delegation of credentials to the target server. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrDelegationPolicy { get { @@ -8401,7 +8251,7 @@ public static string RemoteDesktopDisconnectReason_SslErrDelegationPolicy { } /// - /// Looks up a localized string similar to The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials.. + /// Sucht eine lokalisierte Zeichenfolge, die The server authentication policy does not allow connection requests using saved credentials. The user must enter new credentials. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrFreshCredRequiredByServer { get { @@ -8410,7 +8260,7 @@ public static string RemoteDesktopDisconnectReason_SslErrFreshCredRequiredByServ } /// - /// Looks up a localized string similar to Login failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Login failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrLogonFailure { get { @@ -8419,7 +8269,7 @@ public static string RemoteDesktopDisconnectReason_SslErrLogonFailure { } /// - /// Looks up a localized string similar to No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure.. + /// Sucht eine lokalisierte Zeichenfolge, die No authority could be contacted for authentication. The domain name of the authenticating party could be wrong, the domain could be unreachable, or there might have been a trust relationship failure. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrNoAuthenticatingAuthority { get { @@ -8428,7 +8278,7 @@ public static string RemoteDesktopDisconnectReason_SslErrNoAuthenticatingAuthori } /// - /// Looks up a localized string similar to The specified user has no account.. + /// Sucht eine lokalisierte Zeichenfolge, die The specified user has no account. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrNoSuchUser { get { @@ -8437,7 +8287,7 @@ public static string RemoteDesktopDisconnectReason_SslErrNoSuchUser { } /// - /// Looks up a localized string similar to The password is expired.. + /// Sucht eine lokalisierte Zeichenfolge, die The password is expired. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPasswordExpired { get { @@ -8446,7 +8296,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPasswordExpired { } /// - /// Looks up a localized string similar to The user password must be changed before logging on for the first time.. + /// Sucht eine lokalisierte Zeichenfolge, die The user password must be changed before logging on for the first time. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPasswordMustChange { get { @@ -8455,7 +8305,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPasswordMustChange { } /// - /// Looks up a localized string similar to Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved.. + /// Sucht eine lokalisierte Zeichenfolge, die Delegation of credentials to the target server is not allowed unless mutual authentication has been achieved. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrPolicyNTLMOnly { get { @@ -8464,7 +8314,7 @@ public static string RemoteDesktopDisconnectReason_SslErrPolicyNTLMOnly { } /// - /// Looks up a localized string similar to The smart card is blocked.. + /// Sucht eine lokalisierte Zeichenfolge, die The smart card is blocked. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrSmartcardCardBlocked { get { @@ -8473,7 +8323,7 @@ public static string RemoteDesktopDisconnectReason_SslErrSmartcardCardBlocked { } /// - /// Looks up a localized string similar to An incorrect PIN was presented to the smart card.. + /// Sucht eine lokalisierte Zeichenfolge, die An incorrect PIN was presented to the smart card. ähnelt. /// public static string RemoteDesktopDisconnectReason_SslErrSmartcardWrongPIN { get { @@ -8482,7 +8332,7 @@ public static string RemoteDesktopDisconnectReason_SslErrSmartcardWrongPIN { } /// - /// Looks up a localized string similar to Timeout occurred.. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout occurred. ähnelt. /// public static string RemoteDesktopDisconnectReason_TimeoutOccurred { get { @@ -8491,7 +8341,7 @@ public static string RemoteDesktopDisconnectReason_TimeoutOccurred { } /// - /// Looks up a localized string similar to Internal timer error.. + /// Sucht eine lokalisierte Zeichenfolge, die Internal timer error. ähnelt. /// public static string RemoteDesktopDisconnectReason_TimerError { get { @@ -8500,7 +8350,7 @@ public static string RemoteDesktopDisconnectReason_TimerError { } /// - /// Looks up a localized string similar to The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies.. + /// Sucht eine lokalisierte Zeichenfolge, die The remote session ended because the total login time limit was reached. This limit is set by the server administrator or by network policies. ähnelt. /// public static string RemoteDesktopDisconnectReason_TotalLoginTimeLimitReached { get { @@ -8509,7 +8359,7 @@ public static string RemoteDesktopDisconnectReason_TotalLoginTimeLimitReached { } /// - /// Looks up a localized string similar to Unable to reconnect to the remote session.. + /// Sucht eine lokalisierte Zeichenfolge, die Unable to reconnect to the remote session. ähnelt. /// public static string RemoteDesktopDisconnectReason_UnableToReconnectToRemoteSession { get { @@ -8518,7 +8368,7 @@ public static string RemoteDesktopDisconnectReason_UnableToReconnectToRemoteSess } /// - /// Looks up a localized string similar to Windows Sockets send call failed.. + /// Sucht eine lokalisierte Zeichenfolge, die Windows Sockets send call failed. ähnelt. /// public static string RemoteDesktopDisconnectReason_WinsockSendFailed { get { @@ -8527,7 +8377,7 @@ public static string RemoteDesktopDisconnectReason_WinsockSendFailed { } /// - /// Looks up a localized string similar to Allow me to select later. + /// Sucht eine lokalisierte Zeichenfolge, die Allow me to select later ähnelt. /// public static string RemoteDesktopGatewayServerLogonMethod_Any { get { @@ -8536,7 +8386,7 @@ public static string RemoteDesktopGatewayServerLogonMethod_Any { } /// - /// Looks up a localized string similar to Smart card or Windows Hello for Business. + /// Sucht eine lokalisierte Zeichenfolge, die Smart card or Windows Hello for Business ähnelt. /// public static string RemoteDesktopGatewayServerLogonMethod_Smartcard { get { @@ -8545,7 +8395,7 @@ public static string RemoteDesktopGatewayServerLogonMethod_Smartcard { } /// - /// Looks up a localized string similar to Ask for password (NTLM). + /// Sucht eine lokalisierte Zeichenfolge, die Ask for password (NTLM) ähnelt. /// public static string RemoteDesktopGatewayServerLogonMethod_Userpass { get { @@ -8554,7 +8404,7 @@ public static string RemoteDesktopGatewayServerLogonMethod_Userpass { } /// - /// Looks up a localized string similar to On the remote computer. + /// Sucht eine lokalisierte Zeichenfolge, die On the remote computer ähnelt. /// public static string RemoteDesktopKeyboardHookMode_OnTheRemoteComputer { get { @@ -8563,7 +8413,7 @@ public static string RemoteDesktopKeyboardHookMode_OnTheRemoteComputer { } /// - /// Looks up a localized string similar to On this computer. + /// Sucht eine lokalisierte Zeichenfolge, die On this computer ähnelt. /// public static string RemoteDesktopKeyboardHookMode_OnThisComputer { get { @@ -8572,7 +8422,7 @@ public static string RemoteDesktopKeyboardHookMode_OnThisComputer { } /// - /// Looks up a localized string similar to High-speed broadband (2 Mbps - 10 Mbps). + /// Sucht eine lokalisierte Zeichenfolge, die High-speed broadband (2 Mbps - 10 Mbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_BroadbandHigh { get { @@ -8581,7 +8431,7 @@ public static string RemoteDesktopNetworkConnectionType_BroadbandHigh { } /// - /// Looks up a localized string similar to Low-speed broadband (256 kbps - 2 Mbps). + /// Sucht eine lokalisierte Zeichenfolge, die Low-speed broadband (256 kbps - 2 Mbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_BroadbandLow { get { @@ -8590,7 +8440,7 @@ public static string RemoteDesktopNetworkConnectionType_BroadbandLow { } /// - /// Looks up a localized string similar to Detect connection quality automatically. + /// Sucht eine lokalisierte Zeichenfolge, die Detect connection quality automatically ähnelt. /// public static string RemoteDesktopNetworkConnectionType_DetectAutomatically { get { @@ -8599,7 +8449,7 @@ public static string RemoteDesktopNetworkConnectionType_DetectAutomatically { } /// - /// Looks up a localized string similar to LAN (10 Mbps or higher). + /// Sucht eine lokalisierte Zeichenfolge, die LAN (10 Mbps or higher) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_LAN { get { @@ -8608,7 +8458,7 @@ public static string RemoteDesktopNetworkConnectionType_LAN { } /// - /// Looks up a localized string similar to Modem (56 kbps). + /// Sucht eine lokalisierte Zeichenfolge, die Modem (56 kbps) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_Modem { get { @@ -8617,7 +8467,7 @@ public static string RemoteDesktopNetworkConnectionType_Modem { } /// - /// Looks up a localized string similar to Satellite (2 Mbps - 16 Mbps with high latency). + /// Sucht eine lokalisierte Zeichenfolge, die Satellite (2 Mbps - 16 Mbps with high latency) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_Satellite { get { @@ -8626,7 +8476,7 @@ public static string RemoteDesktopNetworkConnectionType_Satellite { } /// - /// Looks up a localized string similar to WAN (10 Mbps or higher with high latency). + /// Sucht eine lokalisierte Zeichenfolge, die WAN (10 Mbps or higher with high latency) ähnelt. /// public static string RemoteDesktopNetworkConnectionType_WAN { get { @@ -8635,7 +8485,7 @@ public static string RemoteDesktopNetworkConnectionType_WAN { } /// - /// Looks up a localized string similar to Remote hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Remote hostname ähnelt. /// public static string RemoteHostname { get { @@ -8644,7 +8494,7 @@ public static string RemoteHostname { } /// - /// Looks up a localized string similar to Remote IP address. + /// Sucht eine lokalisierte Zeichenfolge, die Remote IP address ähnelt. /// public static string RemoteIPAddress { get { @@ -8653,7 +8503,7 @@ public static string RemoteIPAddress { } /// - /// Looks up a localized string similar to Remote port. + /// Sucht eine lokalisierte Zeichenfolge, die Remote port ähnelt. /// public static string RemotePort { get { @@ -8662,7 +8512,7 @@ public static string RemotePort { } /// - /// Looks up a localized string similar to Remove IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Remove IPv4 address ähnelt. /// public static string RemoveIPv4Address { get { @@ -8671,7 +8521,7 @@ public static string RemoveIPv4Address { } /// - /// Looks up a localized string similar to Remove IPv4 address.... + /// Sucht eine lokalisierte Zeichenfolge, die Remove IPv4 address... ähnelt. /// public static string RemoveIPv4AddressDots { get { @@ -8680,7 +8530,7 @@ public static string RemoveIPv4AddressDots { } /// - /// Looks up a localized string similar to Rename. + /// Sucht eine lokalisierte Zeichenfolge, die Rename ähnelt. /// public static string Rename { get { @@ -8689,7 +8539,7 @@ public static string Rename { } /// - /// Looks up a localized string similar to Renew. + /// Sucht eine lokalisierte Zeichenfolge, die Renew ähnelt. /// public static string Renew { get { @@ -8698,7 +8548,7 @@ public static string Renew { } /// - /// Looks up a localized string similar to Repeat. + /// Sucht eine lokalisierte Zeichenfolge, die Repeat ähnelt. /// public static string Repeat { get { @@ -8707,7 +8557,7 @@ public static string Repeat { } /// - /// Looks up a localized string similar to Report on GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die Report on GitHub ähnelt. /// public static string ReportOnGitHub { get { @@ -8716,7 +8566,7 @@ public static string ReportOnGitHub { } /// - /// Looks up a localized string similar to Reset. + /// Sucht eine lokalisierte Zeichenfolge, die Reset ähnelt. /// public static string Reset { get { @@ -8725,7 +8575,7 @@ public static string Reset { } /// - /// Looks up a localized string similar to All profiles in this profile file will be permanently deleted!. + /// Sucht eine lokalisierte Zeichenfolge, die All profiles in this profile file will be permanently deleted! ähnelt. /// public static string ResetProfilesMessage { get { @@ -8734,7 +8584,7 @@ public static string ResetProfilesMessage { } /// - /// Looks up a localized string similar to Reset settings?. + /// Sucht eine lokalisierte Zeichenfolge, die Reset settings? ähnelt. /// public static string ResetSettingsQuestion { get { @@ -8743,7 +8593,7 @@ public static string ResetSettingsQuestion { } /// - /// Looks up a localized string similar to Resize. + /// Sucht eine lokalisierte Zeichenfolge, die Resize ähnelt. /// public static string Resize { get { @@ -8752,7 +8602,7 @@ public static string Resize { } /// - /// Looks up a localized string similar to Resolve CNAME on ANY requests. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve CNAME on ANY requests ähnelt. /// public static string ResolveCNAMEOnANYRequests { get { @@ -8761,7 +8611,7 @@ public static string ResolveCNAMEOnANYRequests { } /// - /// Looks up a localized string similar to Resolved "{0}" as hostname for ip address "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Resolved "{0}" as hostname for ip address "{1}"! ähnelt. /// public static string ResolvedXXXAsHostnameForIPAddressXXXMessage { get { @@ -8770,7 +8620,7 @@ public static string ResolvedXXXAsHostnameForIPAddressXXXMessage { } /// - /// Looks up a localized string similar to Resolve hostname. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve hostname ähnelt. /// public static string ResolveHostname { get { @@ -8779,7 +8629,7 @@ public static string ResolveHostname { } /// - /// Looks up a localized string similar to Resolve Hostname is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve Hostname is disabled! ähnelt. /// public static string ResolveHostnameIsDisabled { get { @@ -8788,7 +8638,7 @@ public static string ResolveHostnameIsDisabled { } /// - /// Looks up a localized string similar to Resolve IP address for this host (IPv4 is preferred). + /// Sucht eine lokalisierte Zeichenfolge, die Resolve IP address for this host (IPv4 is preferred) ähnelt. /// public static string ResolveIPAddressForThisHost { get { @@ -8797,7 +8647,7 @@ public static string ResolveIPAddressForThisHost { } /// - /// Looks up a localized string similar to Resolve IPv4 address for this host. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve IPv4 address for this host ähnelt. /// public static string ResolveIPv4AddressForThisHost { get { @@ -8806,7 +8656,7 @@ public static string ResolveIPv4AddressForThisHost { } /// - /// Looks up a localized string similar to Resolve MAC address and vendor. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve MAC address and vendor ähnelt. /// public static string ResolveMACAddressAndVendor { get { @@ -8815,7 +8665,7 @@ public static string ResolveMACAddressAndVendor { } /// - /// Looks up a localized string similar to Resolve MAC address is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve MAC address is disabled! ähnelt. /// public static string ResolveMACAddressIsDisabled { get { @@ -8824,7 +8674,7 @@ public static string ResolveMACAddressIsDisabled { } /// - /// Looks up a localized string similar to Resolve PTR. + /// Sucht eine lokalisierte Zeichenfolge, die Resolve PTR ähnelt. /// public static string ResolvePTR { get { @@ -8833,7 +8683,7 @@ public static string ResolvePTR { } /// - /// Looks up a localized string similar to A collection of all country flags in SVG. + /// Sucht eine lokalisierte Zeichenfolge, die A collection of all country flags in SVG ähnelt. /// public static string Resource_Flag_Description { get { @@ -8842,7 +8692,7 @@ public static string Resource_Flag_Description { } /// - /// Looks up a localized string similar to List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43. + /// Sucht eine lokalisierte Zeichenfolge, die List of Top-Level-Domains from iana.org, which is used to query whois servers of the TLD from whois.iana.org via port 43 ähnelt. /// public static string Resource_ListTLD_Description { get { @@ -8851,7 +8701,7 @@ public static string Resource_ListTLD_Description { } /// - /// Looks up a localized string similar to OUI data from ieee.org.. + /// Sucht eine lokalisierte Zeichenfolge, die OUI data from ieee.org. ähnelt. /// public static string Resource_OUI_Description { get { @@ -8860,7 +8710,7 @@ public static string Resource_OUI_Description { } /// - /// Looks up a localized string similar to Service Name and Transport Protocol Port Number Registry from iana.org.. + /// Sucht eine lokalisierte Zeichenfolge, die Service Name and Transport Protocol Port Number Registry from iana.org. ähnelt. /// public static string Resource_ServiceNamePortNumber_Description { get { @@ -8869,7 +8719,7 @@ public static string Resource_ServiceNamePortNumber_Description { } /// - /// Looks up a localized string similar to Resources. + /// Sucht eine lokalisierte Zeichenfolge, die Resources ähnelt. /// public static string Resources { get { @@ -8878,7 +8728,7 @@ public static string Resources { } /// - /// Looks up a localized string similar to Responses. + /// Sucht eine lokalisierte Zeichenfolge, die Responses ähnelt. /// public static string Responses { get { @@ -8887,7 +8737,7 @@ public static string Responses { } /// - /// Looks up a localized string similar to Restart. + /// Sucht eine lokalisierte Zeichenfolge, die Restart ähnelt. /// public static string Restart { get { @@ -8896,7 +8746,7 @@ public static string Restart { } /// - /// Looks up a localized string similar to Restart as Administrator. + /// Sucht eine lokalisierte Zeichenfolge, die Restart as Administrator ähnelt. /// public static string RestartAsAdmin { get { @@ -8905,7 +8755,7 @@ public static string RestartAsAdmin { } /// - /// Looks up a localized string similar to Restart now. + /// Sucht eine lokalisierte Zeichenfolge, die Restart now ähnelt. /// public static string RestartNow { get { @@ -8914,7 +8764,7 @@ public static string RestartNow { } /// - /// Looks up a localized string similar to Restart required. + /// Sucht eine lokalisierte Zeichenfolge, die Restart required ähnelt. /// public static string RestartRequired { get { @@ -8923,7 +8773,7 @@ public static string RestartRequired { } /// - /// Looks up a localized string similar to Restart session. + /// Sucht eine lokalisierte Zeichenfolge, die Restart session ähnelt. /// public static string RestartSession { get { @@ -8932,7 +8782,7 @@ public static string RestartSession { } /// - /// Looks up a localized string similar to Restart the application to change the language!. + /// Sucht eine lokalisierte Zeichenfolge, die Restart the application to change the language! ähnelt. /// public static string RestartTheApplicationToChangeTheLanguage { get { @@ -8941,7 +8791,7 @@ public static string RestartTheApplicationToChangeTheLanguage { } /// - /// Looks up a localized string similar to Restore defaults. + /// Sucht eine lokalisierte Zeichenfolge, die Restore defaults ähnelt. /// public static string RestoreDefaults { get { @@ -8950,7 +8800,7 @@ public static string RestoreDefaults { } /// - /// Looks up a localized string similar to Result. + /// Sucht eine lokalisierte Zeichenfolge, die Result ähnelt. /// public static string Result { get { @@ -8959,7 +8809,7 @@ public static string Result { } /// - /// Looks up a localized string similar to Resume. + /// Sucht eine lokalisierte Zeichenfolge, die Resume ähnelt. /// public static string Resume { get { @@ -8968,7 +8818,7 @@ public static string Resume { } /// - /// Looks up a localized string similar to Retries. + /// Sucht eine lokalisierte Zeichenfolge, die Retries ähnelt. /// public static string Retries { get { @@ -8977,7 +8827,7 @@ public static string Retries { } /// - /// Looks up a localized string similar to Retrying in {0} seconds.... + /// Sucht eine lokalisierte Zeichenfolge, die Retrying in {0} seconds... ähnelt. /// public static string RetryingInXSecondsDots { get { @@ -8986,7 +8836,7 @@ public static string RetryingInXSecondsDots { } /// - /// Looks up a localized string similar to Rlogin. + /// Sucht eine lokalisierte Zeichenfolge, die Rlogin ähnelt. /// public static string Rlogin { get { @@ -8995,7 +8845,7 @@ public static string Rlogin { } /// - /// Looks up a localized string similar to Rlogin port. + /// Sucht eine lokalisierte Zeichenfolge, die Rlogin port ähnelt. /// public static string RloginPort { get { @@ -9004,7 +8854,7 @@ public static string RloginPort { } /// - /// Looks up a localized string similar to Round trip delay. + /// Sucht eine lokalisierte Zeichenfolge, die Round trip delay ähnelt. /// public static string RoundTripDelay { get { @@ -9013,7 +8863,7 @@ public static string RoundTripDelay { } /// - /// Looks up a localized string similar to Route. + /// Sucht eine lokalisierte Zeichenfolge, die Route ähnelt. /// public static string Route { get { @@ -9022,7 +8872,7 @@ public static string Route { } /// - /// Looks up a localized string similar to Routing. + /// Sucht eine lokalisierte Zeichenfolge, die Routing ähnelt. /// public static string Routing { get { @@ -9031,7 +8881,7 @@ public static string Routing { } /// - /// Looks up a localized string similar to Run background job every x-minute. + /// Sucht eine lokalisierte Zeichenfolge, die Run background job every x-minute ähnelt. /// public static string RunBackgroundJobEveryXMinute { get { @@ -9040,7 +8890,7 @@ public static string RunBackgroundJobEveryXMinute { } /// - /// Looks up a localized string similar to Save. + /// Sucht eine lokalisierte Zeichenfolge, die Save ähnelt. /// public static string Save { get { @@ -9049,7 +8899,7 @@ public static string Save { } /// - /// Looks up a localized string similar to Save credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Save credentials ähnelt. /// public static string SaveCredentials { get { @@ -9058,7 +8908,7 @@ public static string SaveCredentials { } /// - /// Looks up a localized string similar to Save settings in the application folder. + /// Sucht eine lokalisierte Zeichenfolge, die Save settings in the application folder ähnelt. /// public static string SaveSettingsInApplicationFolder { get { @@ -9067,7 +8917,7 @@ public static string SaveSettingsInApplicationFolder { } /// - /// Looks up a localized string similar to Scan. + /// Sucht eine lokalisierte Zeichenfolge, die Scan ähnelt. /// public static string Scan { get { @@ -9076,7 +8926,7 @@ public static string Scan { } /// - /// Looks up a localized string similar to Scan for NetBIOS. + /// Sucht eine lokalisierte Zeichenfolge, die Scan for NetBIOS ähnelt. /// public static string ScanForNetBIOS { get { @@ -9085,7 +8935,7 @@ public static string ScanForNetBIOS { } /// - /// Looks up a localized string similar to Scanned. + /// Sucht eine lokalisierte Zeichenfolge, die Scanned ähnelt. /// public static string Scanned { get { @@ -9094,7 +8944,7 @@ public static string Scanned { } /// - /// Looks up a localized string similar to Scan ports. + /// Sucht eine lokalisierte Zeichenfolge, die Scan ports ähnelt. /// public static string ScanPorts { get { @@ -9103,7 +8953,7 @@ public static string ScanPorts { } /// - /// Looks up a localized string similar to Search. + /// Sucht eine lokalisierte Zeichenfolge, die Search ähnelt. /// public static string Search { get { @@ -9112,7 +8962,7 @@ public static string Search { } /// - /// Looks up a localized string similar to Search.... + /// Sucht eine lokalisierte Zeichenfolge, die Search... ähnelt. /// public static string SearchDots { get { @@ -9121,7 +8971,7 @@ public static string SearchDots { } /// - /// Looks up a localized string similar to Searched application not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched application not found! ähnelt. /// public static string SearchedApplicationNotFound { get { @@ -9130,7 +8980,7 @@ public static string SearchedApplicationNotFound { } /// - /// Looks up a localized string similar to Searched language not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched language not found! ähnelt. /// public static string SearchedLanguageNotFound { get { @@ -9139,7 +8989,7 @@ public static string SearchedLanguageNotFound { } /// - /// Looks up a localized string similar to Searched setting not found!. + /// Sucht eine lokalisierte Zeichenfolge, die Searched setting not found! ähnelt. /// public static string SearchedSettingNotFound { get { @@ -9148,7 +8998,7 @@ public static string SearchedSettingNotFound { } /// - /// Looks up a localized string similar to Searching for networks.... + /// Sucht eine lokalisierte Zeichenfolge, die Searching for networks... ähnelt. /// public static string SearchingForNetworksDots { get { @@ -9157,7 +9007,7 @@ public static string SearchingForNetworksDots { } /// - /// Looks up a localized string similar to Searching for WiFi adapters.... + /// Sucht eine lokalisierte Zeichenfolge, die Searching for WiFi adapters... ähnelt. /// public static string SearchingWiFiAdaptersDots { get { @@ -9166,7 +9016,7 @@ public static string SearchingWiFiAdaptersDots { } /// - /// Looks up a localized string similar to Secondary DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Secondary DNS server ähnelt. /// public static string SecondaryDNSServer { get { @@ -9175,7 +9025,7 @@ public static string SecondaryDNSServer { } /// - /// Looks up a localized string similar to Security. + /// Sucht eine lokalisierte Zeichenfolge, die Security ähnelt. /// public static string Security { get { @@ -9184,7 +9034,7 @@ public static string Security { } /// - /// Looks up a localized string similar to Select a profile.... + /// Sucht eine lokalisierte Zeichenfolge, die Select a profile... ähnelt. /// public static string SelectAProfileDots { get { @@ -9193,7 +9043,7 @@ public static string SelectAProfileDots { } /// - /// Looks up a localized string similar to Select a screen resolution. + /// Sucht eine lokalisierte Zeichenfolge, die Select a screen resolution ähnelt. /// public static string SelectAScreenResolution { get { @@ -9202,7 +9052,7 @@ public static string SelectAScreenResolution { } /// - /// Looks up a localized string similar to Selected. + /// Sucht eine lokalisierte Zeichenfolge, die Selected ähnelt. /// public static string Selected { get { @@ -9211,7 +9061,7 @@ public static string Selected { } /// - /// Looks up a localized string similar to Select OID profile. + /// Sucht eine lokalisierte Zeichenfolge, die Select OID profile ähnelt. /// public static string SelectOIDProfile { get { @@ -9220,7 +9070,7 @@ public static string SelectOIDProfile { } /// - /// Looks up a localized string similar to Select port profile. + /// Sucht eine lokalisierte Zeichenfolge, die Select port profile ähnelt. /// public static string SelectPortProfile { get { @@ -9229,7 +9079,7 @@ public static string SelectPortProfile { } /// - /// Looks up a localized string similar to Send. + /// Sucht eine lokalisierte Zeichenfolge, die Send ähnelt. /// public static string Send { get { @@ -9238,7 +9088,7 @@ public static string Send { } /// - /// Looks up a localized string similar to Serial. + /// Sucht eine lokalisierte Zeichenfolge, die Serial ähnelt. /// public static string Serial { get { @@ -9247,7 +9097,7 @@ public static string Serial { } /// - /// Looks up a localized string similar to Serial line. + /// Sucht eine lokalisierte Zeichenfolge, die Serial line ähnelt. /// public static string SerialLine { get { @@ -9256,7 +9106,7 @@ public static string SerialLine { } /// - /// Looks up a localized string similar to Server. + /// Sucht eine lokalisierte Zeichenfolge, die Server ähnelt. /// public static string Server { get { @@ -9265,7 +9115,7 @@ public static string Server { } /// - /// Looks up a localized string similar to Server name. + /// Sucht eine lokalisierte Zeichenfolge, die Server name ähnelt. /// public static string ServerName { get { @@ -9274,7 +9124,7 @@ public static string ServerName { } /// - /// Looks up a localized string similar to Server(s). + /// Sucht eine lokalisierte Zeichenfolge, die Server(s) ähnelt. /// public static string Servers { get { @@ -9283,7 +9133,7 @@ public static string Servers { } /// - /// Looks up a localized string similar to Service. + /// Sucht eine lokalisierte Zeichenfolge, die Service ähnelt. /// public static string Service { get { @@ -9292,7 +9142,7 @@ public static string Service { } /// - /// Looks up a localized string similar to Set default. + /// Sucht eine lokalisierte Zeichenfolge, die Set default ähnelt. /// public static string SetDefault { get { @@ -9301,7 +9151,7 @@ public static string SetDefault { } /// - /// Looks up a localized string similar to Set Master Password. + /// Sucht eine lokalisierte Zeichenfolge, die Set Master Password ähnelt. /// public static string SetMasterPassword { get { @@ -9310,7 +9160,7 @@ public static string SetMasterPassword { } /// - /// Looks up a localized string similar to Set Master Password.... + /// Sucht eine lokalisierte Zeichenfolge, die Set Master Password... ähnelt. /// public static string SetMasterPasswordDots { get { @@ -9319,7 +9169,7 @@ public static string SetMasterPasswordDots { } /// - /// Looks up a localized string similar to Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. /// public static string Settings { get { @@ -9328,7 +9178,7 @@ public static string Settings { } /// - /// Looks up a localized string similar to The settings will be reset and the application will be restarted afterwards!. + /// Sucht eine lokalisierte Zeichenfolge, die The settings will be reset and the application will be restarted afterwards! ähnelt. /// public static string SettingsAreResetAndApplicationWillBeRestartedMessage { get { @@ -9337,11 +9187,11 @@ public static string SettingsAreResetAndApplicationWillBeRestartedMessage { } /// - /// Looks up a localized string similar to The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. + /// Sucht eine lokalisierte Zeichenfolge, die The found settings file was corrupted or is not compatible with this version! You may report this issue on GitHub. /// ///A backup of the settings file was created in the settings folder and the settings were reset. /// - ///Profile files are not affected!. + ///Profile files are not affected! ähnelt. /// public static string SettingsFileFoundWasCorruptOrNotCompatibleMessage { get { @@ -9350,7 +9200,7 @@ public static string SettingsFileFoundWasCorruptOrNotCompatibleMessage { } /// - /// Looks up a localized string similar to Applications. + /// Sucht eine lokalisierte Zeichenfolge, die Applications ähnelt. /// public static string SettingsGroup_Application { get { @@ -9359,7 +9209,7 @@ public static string SettingsGroup_Application { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string SettingsGroup_General { get { @@ -9368,7 +9218,7 @@ public static string SettingsGroup_General { } /// - /// Looks up a localized string similar to Settings have been reset!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings have been reset! ähnelt. /// public static string SettingsHaveBeenReset { get { @@ -9377,7 +9227,7 @@ public static string SettingsHaveBeenReset { } /// - /// Looks up a localized string similar to Appearance. + /// Sucht eine lokalisierte Zeichenfolge, die Appearance ähnelt. /// public static string SettingsName_Appearance { get { @@ -9386,7 +9236,7 @@ public static string SettingsName_Appearance { } /// - /// Looks up a localized string similar to Autostart. + /// Sucht eine lokalisierte Zeichenfolge, die Autostart ähnelt. /// public static string SettingsName_Autostart { get { @@ -9395,7 +9245,7 @@ public static string SettingsName_Autostart { } /// - /// Looks up a localized string similar to General. + /// Sucht eine lokalisierte Zeichenfolge, die General ähnelt. /// public static string SettingsName_General { get { @@ -9404,7 +9254,7 @@ public static string SettingsName_General { } /// - /// Looks up a localized string similar to HotKeys. + /// Sucht eine lokalisierte Zeichenfolge, die HotKeys ähnelt. /// public static string SettingsName_HotKeys { get { @@ -9413,7 +9263,7 @@ public static string SettingsName_HotKeys { } /// - /// Looks up a localized string similar to Language. + /// Sucht eine lokalisierte Zeichenfolge, die Language ähnelt. /// public static string SettingsName_Language { get { @@ -9422,7 +9272,7 @@ public static string SettingsName_Language { } /// - /// Looks up a localized string similar to Network. + /// Sucht eine lokalisierte Zeichenfolge, die Network ähnelt. /// public static string SettingsName_Network { get { @@ -9431,7 +9281,7 @@ public static string SettingsName_Network { } /// - /// Looks up a localized string similar to Profiles. + /// Sucht eine lokalisierte Zeichenfolge, die Profiles ähnelt. /// public static string SettingsName_Profiles { get { @@ -9440,7 +9290,7 @@ public static string SettingsName_Profiles { } /// - /// Looks up a localized string similar to Settings. + /// Sucht eine lokalisierte Zeichenfolge, die Settings ähnelt. /// public static string SettingsName_Settings { get { @@ -9449,7 +9299,7 @@ public static string SettingsName_Settings { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string SettingsName_Status { get { @@ -9458,7 +9308,7 @@ public static string SettingsName_Status { } /// - /// Looks up a localized string similar to Update. + /// Sucht eine lokalisierte Zeichenfolge, die Update ähnelt. /// public static string SettingsName_Update { get { @@ -9467,7 +9317,7 @@ public static string SettingsName_Update { } /// - /// Looks up a localized string similar to Window. + /// Sucht eine lokalisierte Zeichenfolge, die Window ähnelt. /// public static string SettingsName_Window { get { @@ -9476,7 +9326,7 @@ public static string SettingsName_Window { } /// - /// Looks up a localized string similar to Settings reset!. + /// Sucht eine lokalisierte Zeichenfolge, die Settings reset! ähnelt. /// public static string SettingsResetExclamationMark { get { @@ -9485,7 +9335,7 @@ public static string SettingsResetExclamationMark { } /// - /// Looks up a localized string similar to Share Gateway credentials with remote computer. + /// Sucht eine lokalisierte Zeichenfolge, die Share Gateway credentials with remote computer ähnelt. /// public static string ShareGatewayCredentialsWithRemoteComputer { get { @@ -9494,7 +9344,7 @@ public static string ShareGatewayCredentialsWithRemoteComputer { } /// - /// Looks up a localized string similar to Show. + /// Sucht eine lokalisierte Zeichenfolge, die Show ähnelt. /// public static string Show { get { @@ -9503,7 +9353,7 @@ public static string Show { } /// - /// Looks up a localized string similar to Show address bar. + /// Sucht eine lokalisierte Zeichenfolge, die Show address bar ähnelt. /// public static string ShowAddressBar { get { @@ -9512,7 +9362,7 @@ public static string ShowAddressBar { } /// - /// Looks up a localized string similar to Show closed ports. + /// Sucht eine lokalisierte Zeichenfolge, die Show closed ports ähnelt. /// public static string ShowClosedPorts { get { @@ -9521,7 +9371,7 @@ public static string ShowClosedPorts { } /// - /// Looks up a localized string similar to Show current application title. + /// Sucht eine lokalisierte Zeichenfolge, die Show current application title ähnelt. /// public static string ShowCurrentApplicationTitle { get { @@ -9530,7 +9380,7 @@ public static string ShowCurrentApplicationTitle { } /// - /// Looks up a localized string similar to Show error message. + /// Sucht eine lokalisierte Zeichenfolge, die Show error message ähnelt. /// public static string ShowErrorMessage { get { @@ -9539,7 +9389,7 @@ public static string ShowErrorMessage { } /// - /// Looks up a localized string similar to Show local licenses. + /// Sucht eine lokalisierte Zeichenfolge, die Show local licenses ähnelt. /// public static string ShowLocalLicenses { get { @@ -9548,7 +9398,7 @@ public static string ShowLocalLicenses { } /// - /// Looks up a localized string similar to Show only most common query types. + /// Sucht eine lokalisierte Zeichenfolge, die Show only most common query types ähnelt. /// public static string ShowOnlyMostCommonQueryTypes { get { @@ -9557,7 +9407,7 @@ public static string ShowOnlyMostCommonQueryTypes { } /// - /// Looks up a localized string similar to Show SplashScreen on start. + /// Sucht eine lokalisierte Zeichenfolge, die Show SplashScreen on start ähnelt. /// public static string ShowSplashScreenOnStart { get { @@ -9566,7 +9416,7 @@ public static string ShowSplashScreenOnStart { } /// - /// Looks up a localized string similar to Show statistics. + /// Sucht eine lokalisierte Zeichenfolge, die Show statistics ähnelt. /// public static string ShowStatistics { get { @@ -9575,7 +9425,7 @@ public static string ShowStatistics { } /// - /// Looks up a localized string similar to Show status bar. + /// Sucht eine lokalisierte Zeichenfolge, die Show status bar ähnelt. /// public static string ShowStatusBar { get { @@ -9584,7 +9434,7 @@ public static string ShowStatusBar { } /// - /// Looks up a localized string similar to Show status window on network change. + /// Sucht eine lokalisierte Zeichenfolge, die Show status window on network change ähnelt. /// public static string ShowStatusWindowOnNetworkChange { get { @@ -9593,7 +9443,7 @@ public static string ShowStatusWindowOnNetworkChange { } /// - /// Looks up a localized string similar to Show the following application on startup:. + /// Sucht eine lokalisierte Zeichenfolge, die Show the following application on startup: ähnelt. /// public static string ShowTheFollowingApplicationOnStartup { get { @@ -9602,7 +9452,7 @@ public static string ShowTheFollowingApplicationOnStartup { } /// - /// Looks up a localized string similar to Show unreachable IP addresses and ports. + /// Sucht eine lokalisierte Zeichenfolge, die Show unreachable IP addresses and ports ähnelt. /// public static string ShowUnreachableIPAddressesAndPorts { get { @@ -9611,7 +9461,7 @@ public static string ShowUnreachableIPAddressesAndPorts { } /// - /// Looks up a localized string similar to Show window contents while dragging. + /// Sucht eine lokalisierte Zeichenfolge, die Show window contents while dragging ähnelt. /// public static string ShowWindowContentsWhileDragging { get { @@ -9620,7 +9470,7 @@ public static string ShowWindowContentsWhileDragging { } /// - /// Looks up a localized string similar to Sienna. + /// Sucht eine lokalisierte Zeichenfolge, die Sienna ähnelt. /// public static string Sienna { get { @@ -9629,7 +9479,7 @@ public static string Sienna { } /// - /// Looks up a localized string similar to Signal strength. + /// Sucht eine lokalisierte Zeichenfolge, die Signal strength ähnelt. /// public static string SignalStrength { get { @@ -9638,7 +9488,7 @@ public static string SignalStrength { } /// - /// Looks up a localized string similar to A powerful tool for managing networks and troubleshoot network problems!. + /// Sucht eine lokalisierte Zeichenfolge, die A powerful tool for managing networks and troubleshoot network problems! ähnelt. /// public static string Slogan { get { @@ -9647,7 +9497,7 @@ public static string Slogan { } /// - /// Looks up a localized string similar to SNMP. + /// Sucht eine lokalisierte Zeichenfolge, die SNMP ähnelt. /// public static string SNMP { get { @@ -9656,7 +9506,7 @@ public static string SNMP { } /// - /// Looks up a localized string similar to Authentication failed. Please check the community string!. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication failed. Please check the community string! ähnelt. /// public static string SNMPErrorCode_AuthorizationError { get { @@ -9665,7 +9515,7 @@ public static string SNMPErrorCode_AuthorizationError { } /// - /// Looks up a localized string similar to A read-write or write-only object was set to an inconsistent value!. + /// Sucht eine lokalisierte Zeichenfolge, die A read-write or write-only object was set to an inconsistent value! ähnelt. /// public static string SNMPErrorCode_BadValue { get { @@ -9674,7 +9524,7 @@ public static string SNMPErrorCode_BadValue { } /// - /// Looks up a localized string similar to An error occurred during the set operation!. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred during the set operation! ähnelt. /// public static string SNMPErrorCode_CommitFailed { get { @@ -9683,7 +9533,7 @@ public static string SNMPErrorCode_CommitFailed { } /// - /// Looks up a localized string similar to An error occurred for which no specific message is available!. + /// Sucht eine lokalisierte Zeichenfolge, die An error occurred for which no specific message is available! ähnelt. /// public static string SNMPErrorCode_GenError { get { @@ -9692,7 +9542,7 @@ public static string SNMPErrorCode_GenError { } /// - /// Looks up a localized string similar to The object's state is inconsistent, preventing the set operation!. + /// Sucht eine lokalisierte Zeichenfolge, die The object's state is inconsistent, preventing the set operation! ähnelt. /// public static string SNMPErrorCode_InconsistentName { get { @@ -9701,7 +9551,7 @@ public static string SNMPErrorCode_InconsistentName { } /// - /// Looks up a localized string similar to The MIB variable is currently in an inconsistent state and cannot be modified!. + /// Sucht eine lokalisierte Zeichenfolge, die The MIB variable is currently in an inconsistent state and cannot be modified! ähnelt. /// public static string SNMPErrorCode_InconsistentValue { get { @@ -9710,7 +9560,7 @@ public static string SNMPErrorCode_InconsistentValue { } /// - /// Looks up a localized string similar to The requested object is not accessible for modification!. + /// Sucht eine lokalisierte Zeichenfolge, die The requested object is not accessible for modification! ähnelt. /// public static string SNMPErrorCode_NoAccess { get { @@ -9719,7 +9569,7 @@ public static string SNMPErrorCode_NoAccess { } /// - /// Looks up a localized string similar to The requested object does not exist and cannot be created!. + /// Sucht eine lokalisierte Zeichenfolge, die The requested object does not exist and cannot be created! ähnelt. /// public static string SNMPErrorCode_NoCreation { get { @@ -9728,7 +9578,7 @@ public static string SNMPErrorCode_NoCreation { } /// - /// Looks up a localized string similar to The operation was successful without any errors.. + /// Sucht eine lokalisierte Zeichenfolge, die The operation was successful without any errors. ähnelt. /// public static string SNMPErrorCode_NoError { get { @@ -9737,7 +9587,7 @@ public static string SNMPErrorCode_NoError { } /// - /// Looks up a localized string similar to The requested OID could not be found!. + /// Sucht eine lokalisierte Zeichenfolge, die The requested OID could not be found! ähnelt. /// public static string SNMPErrorCode_NoSuchName { get { @@ -9746,7 +9596,7 @@ public static string SNMPErrorCode_NoSuchName { } /// - /// Looks up a localized string similar to The requested object is not writable and cannot be modified!. + /// Sucht eine lokalisierte Zeichenfolge, die The requested object is not writable and cannot be modified! ähnelt. /// public static string SNMPErrorCode_NotWritable { get { @@ -9755,7 +9605,7 @@ public static string SNMPErrorCode_NotWritable { } /// - /// Looks up a localized string similar to The requested OID does not exist and is not writable!. + /// Sucht eine lokalisierte Zeichenfolge, die The requested OID does not exist and is not writable! ähnelt. /// public static string SNMPErrorCode_ReadOnly { get { @@ -9764,7 +9614,7 @@ public static string SNMPErrorCode_ReadOnly { } /// - /// Looks up a localized string similar to There are no available system resources to perform the requested operation!. + /// Sucht eine lokalisierte Zeichenfolge, die There are no available system resources to perform the requested operation! ähnelt. /// public static string SNMPErrorCode_ResourceUnavailable { get { @@ -9773,7 +9623,7 @@ public static string SNMPErrorCode_ResourceUnavailable { } /// - /// Looks up a localized string similar to The response to your request was too large to fit into a single response!. + /// Sucht eine lokalisierte Zeichenfolge, die The response to your request was too large to fit into a single response! ähnelt. /// public static string SNMPErrorCode_TooBig { get { @@ -9782,7 +9632,7 @@ public static string SNMPErrorCode_TooBig { } /// - /// Looks up a localized string similar to A set operation failed, and previous changes could not be rolled back!. + /// Sucht eine lokalisierte Zeichenfolge, die A set operation failed, and previous changes could not be rolled back! ähnelt. /// public static string SNMPErrorCode_UndoFailed { get { @@ -9791,7 +9641,7 @@ public static string SNMPErrorCode_UndoFailed { } /// - /// Looks up a localized string similar to The encoding used for the object is incorrect!. + /// Sucht eine lokalisierte Zeichenfolge, die The encoding used for the object is incorrect! ähnelt. /// public static string SNMPErrorCode_WrongEncoding { get { @@ -9800,7 +9650,7 @@ public static string SNMPErrorCode_WrongEncoding { } /// - /// Looks up a localized string similar to The value assigned to the object exceeds its maximum length!. + /// Sucht eine lokalisierte Zeichenfolge, die The value assigned to the object exceeds its maximum length! ähnelt. /// public static string SNMPErrorCode_WrongLength { get { @@ -9809,7 +9659,7 @@ public static string SNMPErrorCode_WrongLength { } /// - /// Looks up a localized string similar to The object was set to an incompatible data type!. + /// Sucht eine lokalisierte Zeichenfolge, die The object was set to an incompatible data type! ähnelt. /// public static string SNMPErrorCode_WrongType { get { @@ -9818,7 +9668,7 @@ public static string SNMPErrorCode_WrongType { } /// - /// Looks up a localized string similar to The value assigned to the object is not a valid choice!. + /// Sucht eine lokalisierte Zeichenfolge, die The value assigned to the object is not a valid choice! ähnelt. /// public static string SNMPErrorCode_WrongValue { get { @@ -9827,7 +9677,7 @@ public static string SNMPErrorCode_WrongValue { } /// - /// Looks up a localized string similar to Authentication failure (incorrect password, community or key).. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication failure (incorrect password, community or key). ähnelt. /// public static string SNMPV3ErrorCode_AuthenticationFailed { get { @@ -9836,7 +9686,7 @@ public static string SNMPV3ErrorCode_AuthenticationFailed { } /// - /// Looks up a localized string similar to Unknown user name.. + /// Sucht eine lokalisierte Zeichenfolge, die Unknown user name. ähnelt. /// public static string SNMPV3ErrorCode_UnknownUserName { get { @@ -9845,7 +9695,7 @@ public static string SNMPV3ErrorCode_UnknownUserName { } /// - /// Looks up a localized string similar to SNTP Lookup. + /// Sucht eine lokalisierte Zeichenfolge, die SNTP Lookup ähnelt. /// public static string SNTPLookup { get { @@ -9854,7 +9704,7 @@ public static string SNTPLookup { } /// - /// Looks up a localized string similar to SNTP server. + /// Sucht eine lokalisierte Zeichenfolge, die SNTP server ähnelt. /// public static string SNTPServer { get { @@ -9863,7 +9713,7 @@ public static string SNTPServer { } /// - /// Looks up a localized string similar to SNTP server(s). + /// Sucht eine lokalisierte Zeichenfolge, die SNTP server(s) ähnelt. /// public static string SNTPServers { get { @@ -9872,7 +9722,7 @@ public static string SNTPServers { } /// - /// Looks up a localized string similar to An SNTP server with this name already exists!. + /// Sucht eine lokalisierte Zeichenfolge, die An SNTP server with this name already exists! ähnelt. /// public static string SNTPServerWithThisNameAlreadyExists { get { @@ -9881,7 +9731,7 @@ public static string SNTPServerWithThisNameAlreadyExists { } /// - /// Looks up a localized string similar to Socket. + /// Sucht eine lokalisierte Zeichenfolge, die Socket ähnelt. /// public static string Socket { get { @@ -9890,7 +9740,7 @@ public static string Socket { } /// - /// Looks up a localized string similar to Spaces are not allowed!. + /// Sucht eine lokalisierte Zeichenfolge, die Spaces are not allowed! ähnelt. /// public static string SpacesAreNotAllowed { get { @@ -9899,7 +9749,7 @@ public static string SpacesAreNotAllowed { } /// - /// Looks up a localized string similar to Speed. + /// Sucht eine lokalisierte Zeichenfolge, die Speed ähnelt. /// public static string Speed { get { @@ -9908,7 +9758,7 @@ public static string Speed { } /// - /// Looks up a localized string similar to SplashScreen. + /// Sucht eine lokalisierte Zeichenfolge, die SplashScreen ähnelt. /// public static string SplashScreen { get { @@ -9917,7 +9767,7 @@ public static string SplashScreen { } /// - /// Looks up a localized string similar to SSH. + /// Sucht eine lokalisierte Zeichenfolge, die SSH ähnelt. /// public static string SSH { get { @@ -9926,7 +9776,7 @@ public static string SSH { } /// - /// Looks up a localized string similar to SSH log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH log ähnelt. /// public static string SSHLog { get { @@ -9935,7 +9785,7 @@ public static string SSHLog { } /// - /// Looks up a localized string similar to SSH port. + /// Sucht eine lokalisierte Zeichenfolge, die SSH port ähnelt. /// public static string SSHPort { get { @@ -9944,7 +9794,7 @@ public static string SSHPort { } /// - /// Looks up a localized string similar to SSH Raw log. + /// Sucht eine lokalisierte Zeichenfolge, die SSH Raw log ähnelt. /// public static string SSHRawLog { get { @@ -9953,7 +9803,7 @@ public static string SSHRawLog { } /// - /// Looks up a localized string similar to SSID. + /// Sucht eine lokalisierte Zeichenfolge, die SSID ähnelt. /// public static string SSID { get { @@ -9962,7 +9812,7 @@ public static string SSID { } /// - /// Looks up a localized string similar to Start minimized in tray. + /// Sucht eine lokalisierte Zeichenfolge, die Start minimized in tray ähnelt. /// public static string StartMinimizedInTray { get { @@ -9971,7 +9821,7 @@ public static string StartMinimizedInTray { } /// - /// Looks up a localized string similar to Start time. + /// Sucht eine lokalisierte Zeichenfolge, die Start time ähnelt. /// public static string StartTime { get { @@ -9980,7 +9830,7 @@ public static string StartTime { } /// - /// Looks up a localized string similar to Start with Windows (current user). + /// Sucht eine lokalisierte Zeichenfolge, die Start with Windows (current user) ähnelt. /// public static string StartWithWindows { get { @@ -9989,7 +9839,7 @@ public static string StartWithWindows { } /// - /// Looks up a localized string similar to State. + /// Sucht eine lokalisierte Zeichenfolge, die State ähnelt. /// public static string State { get { @@ -9998,7 +9848,7 @@ public static string State { } /// - /// Looks up a localized string similar to Static IPv4 address. + /// Sucht eine lokalisierte Zeichenfolge, die Static IPv4 address ähnelt. /// public static string StaticIPv4Address { get { @@ -10007,7 +9857,7 @@ public static string StaticIPv4Address { } /// - /// Looks up a localized string similar to Static IPv4 DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Static IPv4 DNS server ähnelt. /// public static string StaticIPv4DNSServer { get { @@ -10016,7 +9866,7 @@ public static string StaticIPv4DNSServer { } /// - /// Looks up a localized string similar to Statistics. + /// Sucht eine lokalisierte Zeichenfolge, die Statistics ähnelt. /// public static string Statistics { get { @@ -10025,7 +9875,7 @@ public static string Statistics { } /// - /// Looks up a localized string similar to Status. + /// Sucht eine lokalisierte Zeichenfolge, die Status ähnelt. /// public static string Status { get { @@ -10034,7 +9884,7 @@ public static string Status { } /// - /// Looks up a localized string similar to Status change. + /// Sucht eine lokalisierte Zeichenfolge, die Status change ähnelt. /// public static string StatusChange { get { @@ -10043,7 +9893,7 @@ public static string StatusChange { } /// - /// Looks up a localized string similar to Status window. + /// Sucht eine lokalisierte Zeichenfolge, die Status window ähnelt. /// public static string StatusWindow { get { @@ -10052,7 +9902,7 @@ public static string StatusWindow { } /// - /// Looks up a localized string similar to Steel. + /// Sucht eine lokalisierte Zeichenfolge, die Steel ähnelt. /// public static string Steel { get { @@ -10061,7 +9911,7 @@ public static string Steel { } /// - /// Looks up a localized string similar to Subnet. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet ähnelt. /// public static string Subnet { get { @@ -10070,7 +9920,7 @@ public static string Subnet { } /// - /// Looks up a localized string similar to Subnet 1. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet 1 ähnelt. /// public static string Subnet1 { get { @@ -10079,7 +9929,7 @@ public static string Subnet1 { } /// - /// Looks up a localized string similar to Subnet 2. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet 2 ähnelt. /// public static string Subnet2 { get { @@ -10088,7 +9938,7 @@ public static string Subnet2 { } /// - /// Looks up a localized string similar to Subnet Calculator. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet Calculator ähnelt. /// public static string SubnetCalculator { get { @@ -10097,7 +9947,7 @@ public static string SubnetCalculator { } /// - /// Looks up a localized string similar to Subnet mask. + /// Sucht eine lokalisierte Zeichenfolge, die Subnet mask ähnelt. /// public static string SubnetMask { get { @@ -10106,7 +9956,7 @@ public static string SubnetMask { } /// - /// Looks up a localized string similar to Subnetting. + /// Sucht eine lokalisierte Zeichenfolge, die Subnetting ähnelt. /// public static string Subnetting { get { @@ -10115,7 +9965,7 @@ public static string Subnetting { } /// - /// Looks up a localized string similar to Success!. + /// Sucht eine lokalisierte Zeichenfolge, die Success! ähnelt. /// public static string Success { get { @@ -10124,7 +9974,7 @@ public static string Success { } /// - /// Looks up a localized string similar to Successfully connected to {0}!. + /// Sucht eine lokalisierte Zeichenfolge, die Successfully connected to {0}! ähnelt. /// public static string SuccessfullyConnectedToXXX { get { @@ -10133,34 +9983,7 @@ public static string SuccessfullyConnectedToXXX { } /// - /// Looks up a localized string similar to Synchronize all EC2 instances from AWS. - /// - public static string SyncAllEC2InstancesFromAWS { - get { - return ResourceManager.GetString("SyncAllEC2InstancesFromAWS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synchronize EC2 instances from AWS. - /// - public static string SyncEC2InstancesFromAWS { - get { - return ResourceManager.GetString("SyncEC2InstancesFromAWS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synchronize group EC2 instances from AWS. - /// - public static string SyncGroupEC2InstancesFromAWS { - get { - return ResourceManager.GetString("SyncGroupEC2InstancesFromAWS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Synchronization is disabled!. + /// Sucht eine lokalisierte Zeichenfolge, die Synchronization is disabled! ähnelt. /// public static string SyncIsDisabled { get { @@ -10169,16 +9992,7 @@ public static string SyncIsDisabled { } /// - /// Looks up a localized string similar to Synchronize only running EC2 instances from AWS. - /// - public static string SyncOnlyRunningEC2InstancesFromAWS { - get { - return ResourceManager.GetString("SyncOnlyRunningEC2InstancesFromAWS", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tags. + /// Sucht eine lokalisierte Zeichenfolge, die Tags ähnelt. /// public static string Tags { get { @@ -10187,7 +10001,7 @@ public static string Tags { } /// - /// Looks up a localized string similar to Taupe. + /// Sucht eine lokalisierte Zeichenfolge, die Taupe ähnelt. /// public static string Taupe { get { @@ -10196,7 +10010,7 @@ public static string Taupe { } /// - /// Looks up a localized string similar to TCP/IP stack is available. "{0}" is reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die TCP/IP stack is available. "{0}" is reachable via ICMP! ähnelt. /// public static string TCPIPStackIsAvailableMessage { get { @@ -10205,7 +10019,7 @@ public static string TCPIPStackIsAvailableMessage { } /// - /// Looks up a localized string similar to TCP/IP stack is not available... "{0}" is not reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die TCP/IP stack is not available... "{0}" is not reachable via ICMP! ähnelt. /// public static string TCPIPStackIsNotAvailableMessage { get { @@ -10214,7 +10028,7 @@ public static string TCPIPStackIsNotAvailableMessage { } /// - /// Looks up a localized string similar to Closed. + /// Sucht eine lokalisierte Zeichenfolge, die Closed ähnelt. /// public static string TcpState_Closed { get { @@ -10223,7 +10037,7 @@ public static string TcpState_Closed { } /// - /// Looks up a localized string similar to CloseWait. + /// Sucht eine lokalisierte Zeichenfolge, die CloseWait ähnelt. /// public static string TcpState_CloseWait { get { @@ -10232,7 +10046,7 @@ public static string TcpState_CloseWait { } /// - /// Looks up a localized string similar to Closing. + /// Sucht eine lokalisierte Zeichenfolge, die Closing ähnelt. /// public static string TcpState_Closing { get { @@ -10241,7 +10055,7 @@ public static string TcpState_Closing { } /// - /// Looks up a localized string similar to DeleteTcb. + /// Sucht eine lokalisierte Zeichenfolge, die DeleteTcb ähnelt. /// public static string TcpState_DeleteTcb { get { @@ -10250,7 +10064,7 @@ public static string TcpState_DeleteTcb { } /// - /// Looks up a localized string similar to Established. + /// Sucht eine lokalisierte Zeichenfolge, die Established ähnelt. /// public static string TcpState_Established { get { @@ -10259,7 +10073,7 @@ public static string TcpState_Established { } /// - /// Looks up a localized string similar to FinWait1. + /// Sucht eine lokalisierte Zeichenfolge, die FinWait1 ähnelt. /// public static string TcpState_FinWait1 { get { @@ -10268,7 +10082,7 @@ public static string TcpState_FinWait1 { } /// - /// Looks up a localized string similar to FinWait2. + /// Sucht eine lokalisierte Zeichenfolge, die FinWait2 ähnelt. /// public static string TcpState_FinWait2 { get { @@ -10277,7 +10091,7 @@ public static string TcpState_FinWait2 { } /// - /// Looks up a localized string similar to LastAck. + /// Sucht eine lokalisierte Zeichenfolge, die LastAck ähnelt. /// public static string TcpState_LastAck { get { @@ -10286,7 +10100,7 @@ public static string TcpState_LastAck { } /// - /// Looks up a localized string similar to Listen. + /// Sucht eine lokalisierte Zeichenfolge, die Listen ähnelt. /// public static string TcpState_Listen { get { @@ -10295,7 +10109,7 @@ public static string TcpState_Listen { } /// - /// Looks up a localized string similar to SynReceived. + /// Sucht eine lokalisierte Zeichenfolge, die SynReceived ähnelt. /// public static string TcpState_SynReceived { get { @@ -10304,7 +10118,7 @@ public static string TcpState_SynReceived { } /// - /// Looks up a localized string similar to SynSent. + /// Sucht eine lokalisierte Zeichenfolge, die SynSent ähnelt. /// public static string TcpState_SynSent { get { @@ -10313,7 +10127,7 @@ public static string TcpState_SynSent { } /// - /// Looks up a localized string similar to TimeWait. + /// Sucht eine lokalisierte Zeichenfolge, die TimeWait ähnelt. /// public static string TcpState_TimeWait { get { @@ -10322,7 +10136,7 @@ public static string TcpState_TimeWait { } /// - /// Looks up a localized string similar to Unkown. + /// Sucht eine lokalisierte Zeichenfolge, die Unkown ähnelt. /// public static string TcpState_Unknown { get { @@ -10331,7 +10145,7 @@ public static string TcpState_Unknown { } /// - /// Looks up a localized string similar to Teal. + /// Sucht eine lokalisierte Zeichenfolge, die Teal ähnelt. /// public static string Teal { get { @@ -10340,7 +10154,7 @@ public static string Teal { } /// - /// Looks up a localized string similar to Telnet. + /// Sucht eine lokalisierte Zeichenfolge, die Telnet ähnelt. /// public static string Telnet { get { @@ -10349,7 +10163,7 @@ public static string Telnet { } /// - /// Looks up a localized string similar to Telnet port. + /// Sucht eine lokalisierte Zeichenfolge, die Telnet port ähnelt. /// public static string TelnetPort { get { @@ -10358,7 +10172,7 @@ public static string TelnetPort { } /// - /// Looks up a localized string similar to Terabits. + /// Sucht eine lokalisierte Zeichenfolge, die Terabits ähnelt. /// public static string Terabits { get { @@ -10367,7 +10181,7 @@ public static string Terabits { } /// - /// Looks up a localized string similar to Terabytes. + /// Sucht eine lokalisierte Zeichenfolge, die Terabytes ähnelt. /// public static string Terabytes { get { @@ -10376,7 +10190,7 @@ public static string Terabytes { } /// - /// Looks up a localized string similar to The application can be started without parameters!. + /// Sucht eine lokalisierte Zeichenfolge, die The application can be started without parameters! ähnelt. /// public static string TheApplicationCanBeStartedWithoutParameters { get { @@ -10385,7 +10199,7 @@ public static string TheApplicationCanBeStartedWithoutParameters { } /// - /// Looks up a localized string similar to The application will be restarted.... + /// Sucht eine lokalisierte Zeichenfolge, die The application will be restarted... ähnelt. /// public static string TheApplicationWillBeRestarted { get { @@ -10394,7 +10208,7 @@ public static string TheApplicationWillBeRestarted { } /// - /// Looks up a localized string similar to The following hostnames could not be resolved:. + /// Sucht eine lokalisierte Zeichenfolge, die The following hostnames could not be resolved: ähnelt. /// public static string TheFollowingHostnamesCouldNotBeResolved { get { @@ -10403,7 +10217,7 @@ public static string TheFollowingHostnamesCouldNotBeResolved { } /// - /// Looks up a localized string similar to The following parameters are available:. + /// Sucht eine lokalisierte Zeichenfolge, die The following parameters are available: ähnelt. /// public static string TheFollowingParametersAreAvailable { get { @@ -10412,7 +10226,7 @@ public static string TheFollowingParametersAreAvailable { } /// - /// Looks up a localized string similar to The following parameters can not be processed:. + /// Sucht eine lokalisierte Zeichenfolge, die The following parameters can not be processed: ähnelt. /// public static string TheFollowingParametersCanNotBeProcesses { get { @@ -10421,7 +10235,7 @@ public static string TheFollowingParametersCanNotBeProcesses { } /// - /// Looks up a localized string similar to Theme. + /// Sucht eine lokalisierte Zeichenfolge, die Theme ähnelt. /// public static string Theme { get { @@ -10430,7 +10244,7 @@ public static string Theme { } /// - /// Looks up a localized string similar to Dark. + /// Sucht eine lokalisierte Zeichenfolge, die Dark ähnelt. /// public static string Theme_Dark { get { @@ -10439,7 +10253,7 @@ public static string Theme_Dark { } /// - /// Looks up a localized string similar to Light. + /// Sucht eine lokalisierte Zeichenfolge, die Light ähnelt. /// public static string Theme_Light { get { @@ -10448,7 +10262,7 @@ public static string Theme_Light { } /// - /// Looks up a localized string similar to The process can take up some time and resources (CPU / RAM).. + /// Sucht eine lokalisierte Zeichenfolge, die The process can take up some time and resources (CPU / RAM). ähnelt. /// public static string TheProcessCanTakeUpSomeTimeAndResources { get { @@ -10457,7 +10271,7 @@ public static string TheProcessCanTakeUpSomeTimeAndResources { } /// - /// Looks up a localized string similar to The settings location is not affected!. + /// Sucht eine lokalisierte Zeichenfolge, die The settings location is not affected! ähnelt. /// public static string TheSettingsLocationIsNotAffected { get { @@ -10466,7 +10280,7 @@ public static string TheSettingsLocationIsNotAffected { } /// - /// Looks up a localized string similar to This will reset all settings!. + /// Sucht eine lokalisierte Zeichenfolge, die This will reset all settings! ähnelt. /// public static string ThisWillResetAllSettings { get { @@ -10475,7 +10289,7 @@ public static string ThisWillResetAllSettings { } /// - /// Looks up a localized string similar to ThreadPool additional min. threads. + /// Sucht eine lokalisierte Zeichenfolge, die ThreadPool additional min. threads ähnelt. /// public static string ThreadPoolAdditionalMinThreads { get { @@ -10484,7 +10298,7 @@ public static string ThreadPoolAdditionalMinThreads { } /// - /// Looks up a localized string similar to Threads. + /// Sucht eine lokalisierte Zeichenfolge, die Threads ähnelt. /// public static string Threads { get { @@ -10493,7 +10307,7 @@ public static string Threads { } /// - /// Looks up a localized string similar to TigerVNC. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC ähnelt. /// public static string TigerVNC { get { @@ -10502,7 +10316,7 @@ public static string TigerVNC { } /// - /// Looks up a localized string similar to TigerVNC process has ended!. + /// Sucht eine lokalisierte Zeichenfolge, die TigerVNC process has ended! ähnelt. /// public static string TigerVNCProcessHasEnded { get { @@ -10511,7 +10325,7 @@ public static string TigerVNCProcessHasEnded { } /// - /// Looks up a localized string similar to Time. + /// Sucht eine lokalisierte Zeichenfolge, die Time ähnelt. /// public static string Time { get { @@ -10520,7 +10334,7 @@ public static string Time { } /// - /// Looks up a localized string similar to Time 1. + /// Sucht eine lokalisierte Zeichenfolge, die Time 1 ähnelt. /// public static string Time1 { get { @@ -10529,7 +10343,7 @@ public static string Time1 { } /// - /// Looks up a localized string similar to Time 2. + /// Sucht eine lokalisierte Zeichenfolge, die Time 2 ähnelt. /// public static string Time2 { get { @@ -10538,7 +10352,7 @@ public static string Time2 { } /// - /// Looks up a localized string similar to Time 3. + /// Sucht eine lokalisierte Zeichenfolge, die Time 3 ähnelt. /// public static string Time3 { get { @@ -10547,7 +10361,7 @@ public static string Time3 { } /// - /// Looks up a localized string similar to Time in seconds how long the status window is shown. + /// Sucht eine lokalisierte Zeichenfolge, die Time in seconds how long the status window is shown ähnelt. /// public static string TimeInSecondsHowLongTheStatusWindowIsShown { get { @@ -10556,7 +10370,7 @@ public static string TimeInSecondsHowLongTheStatusWindowIsShown { } /// - /// Looks up a localized string similar to Time (ms) to wait between each ping. + /// Sucht eine lokalisierte Zeichenfolge, die Time (ms) to wait between each ping ähnelt. /// public static string TimeMSToWaitBetweenEachPing { get { @@ -10565,7 +10379,7 @@ public static string TimeMSToWaitBetweenEachPing { } /// - /// Looks up a localized string similar to Timeout. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout ähnelt. /// public static string Timeout { get { @@ -10574,7 +10388,7 @@ public static string Timeout { } /// - /// Looks up a localized string similar to Timeout (ms). + /// Sucht eine lokalisierte Zeichenfolge, die Timeout (ms) ähnelt. /// public static string TimeoutMS { get { @@ -10583,7 +10397,7 @@ public static string TimeoutMS { } /// - /// Looks up a localized string similar to Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong.. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout on SNMP query. Maybe the host is not reachable or the community / password is wrong. ähnelt. /// public static string TimeoutOnSNMPQuery { get { @@ -10592,7 +10406,7 @@ public static string TimeoutOnSNMPQuery { } /// - /// Looks up a localized string similar to Timeout (s). + /// Sucht eine lokalisierte Zeichenfolge, die Timeout (s) ähnelt. /// public static string TimeoutS { get { @@ -10601,7 +10415,7 @@ public static string TimeoutS { } /// - /// Looks up a localized string similar to Timeout when querying the DNS server with the IP address "{0}"!. + /// Sucht eine lokalisierte Zeichenfolge, die Timeout when querying the DNS server with the IP address "{0}"! ähnelt. /// public static string TimeoutWhenQueryingDNSServerMessage { get { @@ -10610,7 +10424,7 @@ public static string TimeoutWhenQueryingDNSServerMessage { } /// - /// Looks up a localized string similar to Timestamp. + /// Sucht eine lokalisierte Zeichenfolge, die Timestamp ähnelt. /// public static string Timestamp { get { @@ -10619,7 +10433,7 @@ public static string Timestamp { } /// - /// Looks up a localized string similar to Time to live. + /// Sucht eine lokalisierte Zeichenfolge, die Time to live ähnelt. /// public static string TimeToLive { get { @@ -10628,7 +10442,7 @@ public static string TimeToLive { } /// - /// Looks up a localized string similar to Hour(s). + /// Sucht eine lokalisierte Zeichenfolge, die Hour(s) ähnelt. /// public static string TimeUnit_Hour { get { @@ -10637,7 +10451,7 @@ public static string TimeUnit_Hour { } /// - /// Looks up a localized string similar to Minute(s). + /// Sucht eine lokalisierte Zeichenfolge, die Minute(s) ähnelt. /// public static string TimeUnit_Minute { get { @@ -10646,7 +10460,7 @@ public static string TimeUnit_Minute { } /// - /// Looks up a localized string similar to Second(s). + /// Sucht eine lokalisierte Zeichenfolge, die Second(s) ähnelt. /// public static string TimeUnit_Second { get { @@ -10655,7 +10469,7 @@ public static string TimeUnit_Second { } /// - /// Looks up a localized string similar to Timezone. + /// Sucht eine lokalisierte Zeichenfolge, die Timezone ähnelt. /// public static string Timezone { get { @@ -10664,7 +10478,7 @@ public static string Timezone { } /// - /// Looks up a localized string similar to Follow or contact me via X.. + /// Sucht eine lokalisierte Zeichenfolge, die Follow or contact me via X. ähnelt. /// public static string ToolTip_ContactOrContactMeViaX { get { @@ -10673,7 +10487,7 @@ public static string ToolTip_ContactOrContactMeViaX { } /// - /// Looks up a localized string similar to Help translate the project on Transifex.. + /// Sucht eine lokalisierte Zeichenfolge, die Help translate the project on Transifex. ähnelt. /// public static string ToolTip_HelpTranslateOnTransifex { get { @@ -10682,7 +10496,7 @@ public static string ToolTip_HelpTranslateOnTransifex { } /// - /// Looks up a localized string similar to Open the documentation.. + /// Sucht eine lokalisierte Zeichenfolge, die Open the documentation. ähnelt. /// public static string ToolTip_OpenTheDocumentation { get { @@ -10691,7 +10505,7 @@ public static string ToolTip_OpenTheDocumentation { } /// - /// Looks up a localized string similar to Report an issue or create a feature request.. + /// Sucht eine lokalisierte Zeichenfolge, die Report an issue or create a feature request. ähnelt. /// public static string ToolTip_ReportIssueOrCreateFeatureRequest { get { @@ -10700,7 +10514,7 @@ public static string ToolTip_ReportIssueOrCreateFeatureRequest { } /// - /// Looks up a localized string similar to Run command... (Ctrl+Shift+P). + /// Sucht eine lokalisierte Zeichenfolge, die Run command... (Ctrl+Shift+P) ähnelt. /// public static string ToolTip_RunCommandWithHotKey { get { @@ -10709,7 +10523,7 @@ public static string ToolTip_RunCommandWithHotKey { } /// - /// Looks up a localized string similar to Star/Fork the Project on GitHub.. + /// Sucht eine lokalisierte Zeichenfolge, die Star/Fork the Project on GitHub. ähnelt. /// public static string ToolTip_StarForkProjectOnGitHub { get { @@ -10718,7 +10532,7 @@ public static string ToolTip_StarForkProjectOnGitHub { } /// - /// Looks up a localized string similar to Support this project with a donation.. + /// Sucht eine lokalisierte Zeichenfolge, die Support this project with a donation. ähnelt. /// public static string ToolTip_SupportThisProjectWithADonation { get { @@ -10727,7 +10541,7 @@ public static string ToolTip_SupportThisProjectWithADonation { } /// - /// Looks up a localized string similar to Total bytes received. + /// Sucht eine lokalisierte Zeichenfolge, die Total bytes received ähnelt. /// public static string TotalBytesReceived { get { @@ -10736,7 +10550,7 @@ public static string TotalBytesReceived { } /// - /// Looks up a localized string similar to Total bytes sent. + /// Sucht eine lokalisierte Zeichenfolge, die Total bytes sent ähnelt. /// public static string TotalBytesSent { get { @@ -10745,7 +10559,7 @@ public static string TotalBytesSent { } /// - /// Looks up a localized string similar to Total download. + /// Sucht eine lokalisierte Zeichenfolge, die Total download ähnelt. /// public static string TotalDownload { get { @@ -10754,7 +10568,7 @@ public static string TotalDownload { } /// - /// Looks up a localized string similar to Total upload. + /// Sucht eine lokalisierte Zeichenfolge, die Total upload ähnelt. /// public static string TotalUpload { get { @@ -10763,7 +10577,7 @@ public static string TotalUpload { } /// - /// Looks up a localized string similar to Trace. + /// Sucht eine lokalisierte Zeichenfolge, die Trace ähnelt. /// public static string Trace { get { @@ -10772,7 +10586,7 @@ public static string Trace { } /// - /// Looks up a localized string similar to Traceroute. + /// Sucht eine lokalisierte Zeichenfolge, die Traceroute ähnelt. /// public static string Traceroute { get { @@ -10781,7 +10595,7 @@ public static string Traceroute { } /// - /// Looks up a localized string similar to Tray. + /// Sucht eine lokalisierte Zeichenfolge, die Tray ähnelt. /// public static string Tray { get { @@ -10790,7 +10604,7 @@ public static string Tray { } /// - /// Looks up a localized string similar to TTL. + /// Sucht eine lokalisierte Zeichenfolge, die TTL ähnelt. /// public static string TTL { get { @@ -10799,7 +10613,7 @@ public static string TTL { } /// - /// Looks up a localized string similar to Type. + /// Sucht eine lokalisierte Zeichenfolge, die Type ähnelt. /// public static string Type { get { @@ -10808,7 +10622,7 @@ public static string Type { } /// - /// Looks up a localized string similar to Unit. + /// Sucht eine lokalisierte Zeichenfolge, die Unit ähnelt. /// public static string Unit { get { @@ -10817,7 +10631,7 @@ public static string Unit { } /// - /// Looks up a localized string similar to Unkown error!. + /// Sucht eine lokalisierte Zeichenfolge, die Unkown error! ähnelt. /// public static string UnkownError { get { @@ -10826,7 +10640,7 @@ public static string UnkownError { } /// - /// Looks up a localized string similar to Unlock profile. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock profile ähnelt. /// public static string UnlockProfile { get { @@ -10835,7 +10649,7 @@ public static string UnlockProfile { } /// - /// Looks up a localized string similar to Unlock profile file. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock profile file ähnelt. /// public static string UnlockProfileFile { get { @@ -10844,7 +10658,7 @@ public static string UnlockProfileFile { } /// - /// Looks up a localized string similar to Unlock the profile file to use the profiles!. + /// Sucht eine lokalisierte Zeichenfolge, die Unlock the profile file to use the profiles! ähnelt. /// public static string UnlockTheProfileFileMessage { get { @@ -10853,7 +10667,7 @@ public static string UnlockTheProfileFileMessage { } /// - /// Looks up a localized string similar to Untray / Bring window to foreground. + /// Sucht eine lokalisierte Zeichenfolge, die Untray / Bring window to foreground ähnelt. /// public static string UntrayBringWindowToForeground { get { @@ -10862,7 +10676,7 @@ public static string UntrayBringWindowToForeground { } /// - /// Looks up a localized string similar to Update. + /// Sucht eine lokalisierte Zeichenfolge, die Update ähnelt. /// public static string Update { get { @@ -10871,7 +10685,7 @@ public static string Update { } /// - /// Looks up a localized string similar to Update available!. + /// Sucht eine lokalisierte Zeichenfolge, die Update available! ähnelt. /// public static string UpdateAvailable { get { @@ -10880,7 +10694,7 @@ public static string UpdateAvailable { } /// - /// Looks up a localized string similar to Upgraded to {0}. + /// Sucht eine lokalisierte Zeichenfolge, die Upgraded to {0} ähnelt. /// public static string UpgradedToXXX { get { @@ -10889,7 +10703,7 @@ public static string UpgradedToXXX { } /// - /// Looks up a localized string similar to Upload. + /// Sucht eine lokalisierte Zeichenfolge, die Upload ähnelt. /// public static string Upload { get { @@ -10898,7 +10712,7 @@ public static string Upload { } /// - /// Looks up a localized string similar to Uptime. + /// Sucht eine lokalisierte Zeichenfolge, die Uptime ähnelt. /// public static string Uptime { get { @@ -10907,7 +10721,7 @@ public static string Uptime { } /// - /// Looks up a localized string similar to URL. + /// Sucht eine lokalisierte Zeichenfolge, die URL ähnelt. /// public static string URL { get { @@ -10916,7 +10730,7 @@ public static string URL { } /// - /// Looks up a localized string similar to Use cache. + /// Sucht eine lokalisierte Zeichenfolge, die Use cache ähnelt. /// public static string UseCache { get { @@ -10925,7 +10739,7 @@ public static string UseCache { } /// - /// Looks up a localized string similar to Use credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Use credentials ähnelt. /// public static string UseCredentials { get { @@ -10934,7 +10748,7 @@ public static string UseCredentials { } /// - /// Looks up a localized string similar to Use the current view size as the screen size. + /// Sucht eine lokalisierte Zeichenfolge, die Use the current view size as the screen size ähnelt. /// public static string UseCurrentViewSize { get { @@ -10943,7 +10757,7 @@ public static string UseCurrentViewSize { } /// - /// Looks up a localized string similar to Use custom DNS server. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom DNS server ähnelt. /// public static string UseCustomDNSServer { get { @@ -10952,7 +10766,7 @@ public static string UseCustomDNSServer { } /// - /// Looks up a localized string similar to Use custom DNS suffix. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom DNS suffix ähnelt. /// public static string UseCustomDNSSuffix { get { @@ -10961,7 +10775,7 @@ public static string UseCustomDNSSuffix { } /// - /// Looks up a localized string similar to Use custom IPv4 address API. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom IPv4 address API ähnelt. /// public static string UseCustomIPv4AddressAPI { get { @@ -10970,7 +10784,7 @@ public static string UseCustomIPv4AddressAPI { } /// - /// Looks up a localized string similar to Use custom IPv6 address API. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom IPv6 address API ähnelt. /// public static string UseCustomIPv6AddressAPI { get { @@ -10979,7 +10793,7 @@ public static string UseCustomIPv6AddressAPI { } /// - /// Looks up a localized string similar to Use custom themes. + /// Sucht eine lokalisierte Zeichenfolge, die Use custom themes ähnelt. /// public static string UseCustomThemes { get { @@ -10988,7 +10802,7 @@ public static string UseCustomThemes { } /// - /// Looks up a localized string similar to Use gateway credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Use gateway credentials ähnelt. /// public static string UseGatewayCredentials { get { @@ -10997,7 +10811,7 @@ public static string UseGatewayCredentials { } /// - /// Looks up a localized string similar to Use only TCP. + /// Sucht eine lokalisierte Zeichenfolge, die Use only TCP ähnelt. /// public static string UseOnlyTCP { get { @@ -11006,7 +10820,7 @@ public static string UseOnlyTCP { } /// - /// Looks up a localized string similar to Use other. + /// Sucht eine lokalisierte Zeichenfolge, die Use other ähnelt. /// public static string UseOther { get { @@ -11015,7 +10829,7 @@ public static string UseOther { } /// - /// Looks up a localized string similar to Use resolver cache. + /// Sucht eine lokalisierte Zeichenfolge, die Use resolver cache ähnelt. /// public static string UseResolverCache { get { @@ -11024,7 +10838,7 @@ public static string UseResolverCache { } /// - /// Looks up a localized string similar to User interface locked!. + /// Sucht eine lokalisierte Zeichenfolge, die User interface locked! ähnelt. /// public static string UserInterfaceLocked { get { @@ -11033,7 +10847,7 @@ public static string UserInterfaceLocked { } /// - /// Looks up a localized string similar to Username. + /// Sucht eine lokalisierte Zeichenfolge, die Username ähnelt. /// public static string Username { get { @@ -11042,7 +10856,7 @@ public static string Username { } /// - /// Looks up a localized string similar to Use the following DNS server addresses:. + /// Sucht eine lokalisierte Zeichenfolge, die Use the following DNS server addresses: ähnelt. /// public static string UseTheFollowingDNSServerAddresses { get { @@ -11051,7 +10865,7 @@ public static string UseTheFollowingDNSServerAddresses { } /// - /// Looks up a localized string similar to Use the following IP address:. + /// Sucht eine lokalisierte Zeichenfolge, die Use the following IP address: ähnelt. /// public static string UseTheFollowingIPAddress { get { @@ -11060,7 +10874,7 @@ public static string UseTheFollowingIPAddress { } /// - /// Looks up a localized string similar to v1/v2c. + /// Sucht eine lokalisierte Zeichenfolge, die v1/v2c ähnelt. /// public static string v1v2c { get { @@ -11069,7 +10883,7 @@ public static string v1v2c { } /// - /// Looks up a localized string similar to v3. + /// Sucht eine lokalisierte Zeichenfolge, die v3 ähnelt. /// public static string v3 { get { @@ -11078,7 +10892,7 @@ public static string v3 { } /// - /// Looks up a localized string similar to Validate. + /// Sucht eine lokalisierte Zeichenfolge, die Validate ähnelt. /// public static string Validate { get { @@ -11087,7 +10901,7 @@ public static string Validate { } /// - /// Looks up a localized string similar to Validation failed!. + /// Sucht eine lokalisierte Zeichenfolge, die Validation failed! ähnelt. /// public static string ValidationFailed { get { @@ -11096,7 +10910,7 @@ public static string ValidationFailed { } /// - /// Looks up a localized string similar to Value. + /// Sucht eine lokalisierte Zeichenfolge, die Value ähnelt. /// public static string Value { get { @@ -11105,7 +10919,7 @@ public static string Value { } /// - /// Looks up a localized string similar to Vendor. + /// Sucht eine lokalisierte Zeichenfolge, die Vendor ähnelt. /// public static string Vendor { get { @@ -11114,7 +10928,7 @@ public static string Vendor { } /// - /// Looks up a localized string similar to Version. + /// Sucht eine lokalisierte Zeichenfolge, die Version ähnelt. /// public static string Version { get { @@ -11123,7 +10937,7 @@ public static string Version { } /// - /// Looks up a localized string similar to Version {0} is available!. + /// Sucht eine lokalisierte Zeichenfolge, die Version {0} is available! ähnelt. /// public static string VersionxxIsAvailable { get { @@ -11132,7 +10946,7 @@ public static string VersionxxIsAvailable { } /// - /// Looks up a localized string similar to Violet. + /// Sucht eine lokalisierte Zeichenfolge, die Violet ähnelt. /// public static string Violet { get { @@ -11141,7 +10955,7 @@ public static string Violet { } /// - /// Looks up a localized string similar to Visible applications. + /// Sucht eine lokalisierte Zeichenfolge, die Visible applications ähnelt. /// public static string VisibleApplications { get { @@ -11150,7 +10964,7 @@ public static string VisibleApplications { } /// - /// Looks up a localized string similar to Visible applications in the bar:. + /// Sucht eine lokalisierte Zeichenfolge, die Visible applications in the bar: ähnelt. /// public static string VisibleApplicationsInTheBar { get { @@ -11159,7 +10973,7 @@ public static string VisibleApplicationsInTheBar { } /// - /// Looks up a localized string similar to Visual styles. + /// Sucht eine lokalisierte Zeichenfolge, die Visual styles ähnelt. /// public static string VisualStyles { get { @@ -11168,7 +10982,7 @@ public static string VisualStyles { } /// - /// Looks up a localized string similar to VLAN. + /// Sucht eine lokalisierte Zeichenfolge, die VLAN ähnelt. /// public static string VLAN { get { @@ -11177,7 +10991,7 @@ public static string VLAN { } /// - /// Looks up a localized string similar to Wake on LAN. + /// Sucht eine lokalisierte Zeichenfolge, die Wake on LAN ähnelt. /// public static string WakeOnLAN { get { @@ -11186,7 +11000,7 @@ public static string WakeOnLAN { } /// - /// Looks up a localized string similar to Wake up. + /// Sucht eine lokalisierte Zeichenfolge, die Wake up ähnelt. /// public static string WakeUp { get { @@ -11195,7 +11009,7 @@ public static string WakeUp { } /// - /// Looks up a localized string similar to Walk mode. + /// Sucht eine lokalisierte Zeichenfolge, die Walk mode ähnelt. /// public static string WalkMode { get { @@ -11204,7 +11018,7 @@ public static string WalkMode { } /// - /// Looks up a localized string similar to Could not resolve ip address for hostname!. + /// Sucht eine lokalisierte Zeichenfolge, die Could not resolve ip address for hostname! ähnelt. /// public static string WarningMessage_CouldNotResolveIPAddressForHostname { get { @@ -11213,9 +11027,9 @@ public static string WarningMessage_CouldNotResolveIPAddressForHostname { } /// - /// Looks up a localized string similar to The current profile file is not encrypted and passwords will stored unencrypted on disk! + /// Sucht eine lokalisierte Zeichenfolge, die The current profile file is not encrypted and passwords will stored unencrypted on disk! /// - ///Enable profile file encryption in Settings>Profile to store credentials securely.. + ///Enable profile file encryption in Settings>Profile to store credentials securely. ähnelt. /// public static string WarningMessage_ProfileFileNotEncryptedStoringPasswords { get { @@ -11224,7 +11038,7 @@ public static string WarningMessage_ProfileFileNotEncryptedStoringPasswords { } /// - /// Looks up a localized string similar to Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances.. + /// Sucht eine lokalisierte Zeichenfolge, die Enabling this setting is not recommended. Multiple instances of the application share the same settings and profile files. The last instance to be closed may overwrite changes made by other instances. ähnelt. /// public static string WarnMessage_MultipleInstances { get { @@ -11233,7 +11047,7 @@ public static string WarnMessage_MultipleInstances { } /// - /// Looks up a localized string similar to Run command.... + /// Sucht eine lokalisierte Zeichenfolge, die Run command... ähnelt. /// public static string Watermark_RunCommand { get { @@ -11242,7 +11056,7 @@ public static string Watermark_RunCommand { } /// - /// Looks up a localized string similar to Run command... (Ctrl+Shift+P). + /// Sucht eine lokalisierte Zeichenfolge, die Run command... (Ctrl+Shift+P) ähnelt. /// public static string Watermark_RunCommandWithHotKey { get { @@ -11251,7 +11065,7 @@ public static string Watermark_RunCommandWithHotKey { } /// - /// Looks up a localized string similar to Web Console. + /// Sucht eine lokalisierte Zeichenfolge, die Web Console ähnelt. /// public static string WebConsole { get { @@ -11260,7 +11074,7 @@ public static string WebConsole { } /// - /// Looks up a localized string similar to Website. + /// Sucht eine lokalisierte Zeichenfolge, die Website ähnelt. /// public static string Website { get { @@ -11269,7 +11083,7 @@ public static string Website { } /// - /// Looks up a localized string similar to The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate!. + /// Sucht eine lokalisierte Zeichenfolge, die The WebView control (Microsoft Edge) cannot connect to websites with an invalid certificate! ähnelt. /// public static string WebViewControlCertificateIsInvalidMessage { get { @@ -11278,7 +11092,7 @@ public static string WebViewControlCertificateIsInvalidMessage { } /// - /// Looks up a localized string similar to Welcome. + /// Sucht eine lokalisierte Zeichenfolge, die Welcome ähnelt. /// public static string Welcome { get { @@ -11287,9 +11101,9 @@ public static string Welcome { } /// - /// Looks up a localized string similar to Thank you for using NETworkManager! + /// Sucht eine lokalisierte Zeichenfolge, die Thank you for using NETworkManager! /// - ///If you enjoy it, please consider supporting its development — whether by leaving a star on GitHub, making a donation, or simply sharing it with others. Your support helps keep the project going and growing.. + ///If you enjoy it, please consider supporting its development — whether by leaving a star on GitHub, making a donation, or simply sharing it with others. Your support helps keep the project going and growing. ähnelt. /// public static string WelcomeMessage { get { @@ -11298,7 +11112,7 @@ public static string WelcomeMessage { } /// - /// Looks up a localized string similar to To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time.. + /// Sucht eine lokalisierte Zeichenfolge, die To provide additional features, third party services are used that are not operated by me. You can deselect them below. No data is transferred to me at any time. ähnelt. /// public static string WelcomePrivacyMessage { get { @@ -11307,7 +11121,7 @@ public static string WelcomePrivacyMessage { } /// - /// Looks up a localized string similar to What's new?. + /// Sucht eine lokalisierte Zeichenfolge, die What's new? ähnelt. /// public static string WhatsNew { get { @@ -11316,7 +11130,7 @@ public static string WhatsNew { } /// - /// Looks up a localized string similar to This release includes new features, improvements, and bug fixes. Check out the changelog for all the details!. + /// Sucht eine lokalisierte Zeichenfolge, die This release includes new features, improvements, and bug fixes. Check out the changelog for all the details! ähnelt. /// public static string WhatsNewMessage { get { @@ -11325,7 +11139,7 @@ public static string WhatsNewMessage { } /// - /// Looks up a localized string similar to White. + /// Sucht eine lokalisierte Zeichenfolge, die White ähnelt. /// public static string White { get { @@ -11334,7 +11148,7 @@ public static string White { } /// - /// Looks up a localized string similar to Whois. + /// Sucht eine lokalisierte Zeichenfolge, die Whois ähnelt. /// public static string Whois { get { @@ -11343,7 +11157,7 @@ public static string Whois { } /// - /// Looks up a localized string similar to Whois server not found for the domain: "{0}". + /// Sucht eine lokalisierte Zeichenfolge, die Whois server not found for the domain: "{0}" ähnelt. /// public static string WhoisServerNotFoundForTheDomain { get { @@ -11352,7 +11166,7 @@ public static string WhoisServerNotFoundForTheDomain { } /// - /// Looks up a localized string similar to Wide Subnet. + /// Sucht eine lokalisierte Zeichenfolge, die Wide Subnet ähnelt. /// public static string WideSubnet { get { @@ -11361,7 +11175,7 @@ public static string WideSubnet { } /// - /// Looks up a localized string similar to Width. + /// Sucht eine lokalisierte Zeichenfolge, die Width ähnelt. /// public static string Width { get { @@ -11370,7 +11184,7 @@ public static string Width { } /// - /// Looks up a localized string similar to WiFi. + /// Sucht eine lokalisierte Zeichenfolge, die WiFi ähnelt. /// public static string WiFi { get { @@ -11379,9 +11193,9 @@ public static string WiFi { } /// - /// Looks up a localized string similar to Starting with Windows 11 24H2, you’ll need to allow access to the Wi-Fi adapter. + /// Sucht eine lokalisierte Zeichenfolge, die Starting with Windows 11 24H2, you’ll need to allow access to the Wi-Fi adapter. /// - ///Open Windows Settings > Privacy & security > Location, enable access for Desktop Apps / NETworkManager, then restart the application.. + ///Open Windows Settings > Privacy & security > Location, enable access for Desktop Apps / NETworkManager, then restart the application. ähnelt. /// public static string WiFiAccessNotAvailableMessage { get { @@ -11390,7 +11204,7 @@ public static string WiFiAccessNotAvailableMessage { } /// - /// Looks up a localized string similar to Access to the network has been revoked. + /// Sucht eine lokalisierte Zeichenfolge, die Access to the network has been revoked ähnelt. /// public static string WiFiConnectionStatus_AccessRevoked { get { @@ -11399,7 +11213,7 @@ public static string WiFiConnectionStatus_AccessRevoked { } /// - /// Looks up a localized string similar to Invalid credentials. + /// Sucht eine lokalisierte Zeichenfolge, die Invalid credentials ähnelt. /// public static string WiFiConnectionStatus_InvalidCredential { get { @@ -11408,7 +11222,7 @@ public static string WiFiConnectionStatus_InvalidCredential { } /// - /// Looks up a localized string similar to Network not available. + /// Sucht eine lokalisierte Zeichenfolge, die Network not available ähnelt. /// public static string WiFiConnectionStatus_NetworkNotAvailable { get { @@ -11417,7 +11231,7 @@ public static string WiFiConnectionStatus_NetworkNotAvailable { } /// - /// Looks up a localized string similar to Successful. + /// Sucht eine lokalisierte Zeichenfolge, die Successful ähnelt. /// public static string WiFiConnectionStatus_Success { get { @@ -11426,7 +11240,7 @@ public static string WiFiConnectionStatus_Success { } /// - /// Looks up a localized string similar to Connection attempt timed out. + /// Sucht eine lokalisierte Zeichenfolge, die Connection attempt timed out ähnelt. /// public static string WiFiConnectionStatus_Timeout { get { @@ -11435,7 +11249,7 @@ public static string WiFiConnectionStatus_Timeout { } /// - /// Looks up a localized string similar to -/-. + /// Sucht eine lokalisierte Zeichenfolge, die -/- ähnelt. /// public static string WiFiConnectionStatus_UnspecifiedFailure { get { @@ -11444,7 +11258,7 @@ public static string WiFiConnectionStatus_UnspecifiedFailure { } /// - /// Looks up a localized string similar to Authentication protocol is not supported!. + /// Sucht eine lokalisierte Zeichenfolge, die Authentication protocol is not supported! ähnelt. /// public static string WiFiConnectionStatus_UnsupportedAuthenticationProtocol { get { @@ -11453,7 +11267,7 @@ public static string WiFiConnectionStatus_UnsupportedAuthenticationProtocol { } /// - /// Looks up a localized string similar to Window. + /// Sucht eine lokalisierte Zeichenfolge, die Window ähnelt. /// public static string Window { get { @@ -11462,7 +11276,7 @@ public static string Window { } /// - /// Looks up a localized string similar to Windows DNS settings. + /// Sucht eine lokalisierte Zeichenfolge, die Windows DNS settings ähnelt. /// public static string WindowsDNSSettings { get { @@ -11471,7 +11285,7 @@ public static string WindowsDNSSettings { } /// - /// Looks up a localized string similar to WPS. + /// Sucht eine lokalisierte Zeichenfolge, die WPS ähnelt. /// public static string WPS { get { @@ -11480,7 +11294,7 @@ public static string WPS { } /// - /// Looks up a localized string similar to Wrong password!. + /// Sucht eine lokalisierte Zeichenfolge, die Wrong password! ähnelt. /// public static string WrongPassword { get { @@ -11489,7 +11303,7 @@ public static string WrongPassword { } /// - /// Looks up a localized string similar to Profile file could not be decrypted with the given password.. + /// Sucht eine lokalisierte Zeichenfolge, die Profile file could not be decrypted with the given password. ähnelt. /// public static string WrongPasswordDecryptionFailedMessage { get { @@ -11498,7 +11312,7 @@ public static string WrongPasswordDecryptionFailedMessage { } /// - /// Looks up a localized string similar to The entered password is wrong.. + /// Sucht eine lokalisierte Zeichenfolge, die The entered password is wrong. ähnelt. /// public static string WrongPasswordMessage { get { @@ -11507,7 +11321,7 @@ public static string WrongPasswordMessage { } /// - /// Looks up a localized string similar to "{0}" A dns records resolved for "{1}"!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" A dns records resolved for "{1}"! ähnelt. /// public static string XADNSRecordsResolvedForXXXMessage { get { @@ -11516,7 +11330,7 @@ public static string XADNSRecordsResolvedForXXXMessage { } /// - /// Looks up a localized string similar to {0} seconds remaining.... + /// Sucht eine lokalisierte Zeichenfolge, die {0} seconds remaining... ähnelt. /// public static string XXSecondsRemainingDots { get { @@ -11525,7 +11339,7 @@ public static string XXSecondsRemainingDots { } /// - /// Looks up a localized string similar to "{0}" detected as gateway ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" detected as gateway ip address! ähnelt. /// public static string XXXDetectedAsGatewayIPAddress { get { @@ -11534,7 +11348,7 @@ public static string XXXDetectedAsGatewayIPAddress { } /// - /// Looks up a localized string similar to "{0}" detected as local ip address!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" detected as local ip address! ähnelt. /// public static string XXXDetectedAsLocalIPAddressMessage { get { @@ -11543,7 +11357,7 @@ public static string XXXDetectedAsLocalIPAddressMessage { } /// - /// Looks up a localized string similar to {0} disconnected!. + /// Sucht eine lokalisierte Zeichenfolge, die {0} disconnected! ähnelt. /// public static string XXXDisconnected { get { @@ -11552,7 +11366,7 @@ public static string XXXDisconnected { } /// - /// Looks up a localized string similar to "{0}" is not reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" is not reachable via ICMP! ähnelt. /// public static string XXXIsNotReachableViaICMPMessage { get { @@ -11561,7 +11375,7 @@ public static string XXXIsNotReachableViaICMPMessage { } /// - /// Looks up a localized string similar to "{0}" is reachable via ICMP!. + /// Sucht eine lokalisierte Zeichenfolge, die "{0}" is reachable via ICMP! ähnelt. /// public static string XXXIsReachableViaICMPMessage { get { @@ -11570,7 +11384,7 @@ public static string XXXIsReachableViaICMPMessage { } /// - /// Looks up a localized string similar to Yellow. + /// Sucht eine lokalisierte Zeichenfolge, die Yellow ähnelt. /// public static string Yellow { get { @@ -11579,7 +11393,7 @@ public static string Yellow { } /// - /// Looks up a localized string similar to Yes. + /// Sucht eine lokalisierte Zeichenfolge, die Yes ähnelt. /// public static string Yes { get { @@ -11588,7 +11402,7 @@ public static string Yes { } /// - /// Looks up a localized string similar to Your system OS is incompatible with the latest release!. + /// Sucht eine lokalisierte Zeichenfolge, die Your system OS is incompatible with the latest release! ähnelt. /// public static string YourSystemOSIsIncompatibleWithTheLatestRelease { get { @@ -11597,7 +11411,7 @@ public static string YourSystemOSIsIncompatibleWithTheLatestRelease { } /// - /// Looks up a localized string similar to Zip. + /// Sucht eine lokalisierte Zeichenfolge, die Zip ähnelt. /// public static string ZipCode { get { diff --git a/Source/NETworkManager.Localization/Resources/Strings.resx b/Source/NETworkManager.Localization/Resources/Strings.resx index df3fb92241..0c22da911e 100644 --- a/Source/NETworkManager.Localization/Resources/Strings.resx +++ b/Source/NETworkManager.Localization/Resources/Strings.resx @@ -2981,9 +2981,6 @@ Enable profile file encryption in Settings>Profile to store credentials secur Settings reset! - - AWS Session Manager - Instance ID @@ -2996,87 +2993,24 @@ Enable profile file encryption in Settings>Profile to store credentials secur log4net is a tool to help the programmer output log statements to a variety of output targets. - - AWS Session Manager - Enabled Region - - Synchronize EC2 instances from AWS - - - Add AWS profile - - - Delete AWS profile - - - The selected AWS profile is permanently deleted. - -The profile is not removed from the ~\.aws\credentials file. - - - Edit AWS profile - - - Synchronize all EC2 instances from AWS - - - Synchronize group EC2 instances from AWS - Profiles and regions to synchronize - - To synchronize EC2 instances from AWS, the AWS CLI must be configured on the system. The EC2 instances can be queried for multiple AWS accounts (profiles) and multiple regions. To do this, the profile stored in the file "~/.aws/credentials" must be configured along with the region to query. - - - AWS SDK for .NET to work with Amazon Elastic Compute Cloud (Amazon EC2) in Amazon Web Services (AWS). - Default profile Default region - - Profile which is used by manually created profiles to connect to an EC2 instance via AWS CLI. - -If not set, the default AWS CLI settings are used. - - - Region which is used by manually created profiles to connect to an EC2 instance via AWS CLI . - -If not set, the default AWS CLI settings are used. - - - If not set, the default AWS CLI settings are used. - Group name cannot start with "{0}"! - - Synchronize only running EC2 instances from AWS - - - An AWS region named "{0}" does not exist! - - - AWS CLI v2 is installed! - - - AWS CLI v2 is not installed! - - - AWS Session Manager Plugin is installed! - - - AWS Session Manager Plugin is not installed! - Check for pre-releases diff --git a/Source/NETworkManager.Models/AWS/AWSProfile.cs b/Source/NETworkManager.Models/AWS/AWSProfile.cs deleted file mode 100644 index 0fcdc08377..0000000000 --- a/Source/NETworkManager.Models/AWS/AWSProfile.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System.Collections.Generic; - -namespace NETworkManager.Models.AWS; - -public static class AWSProfile -{ - public static List GetDefaultList() - { - return - [ - new AWSProfileInfo(false, "default", "eu-central-1"), - new AWSProfileInfo(false, "default", "us-east-1") - ]; - } -} \ No newline at end of file diff --git a/Source/NETworkManager.Models/AWS/AWSProfileInfo.cs b/Source/NETworkManager.Models/AWS/AWSProfileInfo.cs deleted file mode 100644 index e453f8a70b..0000000000 --- a/Source/NETworkManager.Models/AWS/AWSProfileInfo.cs +++ /dev/null @@ -1,42 +0,0 @@ -namespace NETworkManager.Models.AWS; - -/// -/// Class is used to store information about an AWS profile. -/// -public class AWSProfileInfo -{ - /// - /// Create an empty instance of . - /// - public AWSProfileInfo() - { - } - - /// - /// Create an instance of with parameters. - /// - /// . - /// . - /// . - public AWSProfileInfo(bool isEnabled, string profile, string region) - { - IsEnabled = isEnabled; - Profile = profile; - Region = region; - } - - /// - /// Indicates if the AWS profile is enabled. - /// - public bool IsEnabled { get; set; } - - /// - /// Name of the profile configured in ~\.aws\credentials. - /// - public string Profile { get; set; } - - /// - /// AWS region. - /// - public string Region { get; set; } -} \ No newline at end of file diff --git a/Source/NETworkManager.Models/AWS/AWSRegion.cs b/Source/NETworkManager.Models/AWS/AWSRegion.cs deleted file mode 100644 index 26fc100fbf..0000000000 --- a/Source/NETworkManager.Models/AWS/AWSRegion.cs +++ /dev/null @@ -1,21 +0,0 @@ -using System.Collections.Generic; -using Amazon; -using NETworkManager.Utilities; - -namespace NETworkManager.Models.AWS; - -public class AWSRegion : SingletonBase -{ - private readonly HashSet _regions = new(); - - public AWSRegion() - { - foreach (var region in RegionEndpoint.EnumerableAllRegions) - _regions.Add(region.SystemName); - } - - public bool RegionExists(string region) - { - return _regions.Contains(region); - } -} \ No newline at end of file diff --git a/Source/NETworkManager.Models/AWS/AWSSessionManager.cs b/Source/NETworkManager.Models/AWS/AWSSessionManager.cs deleted file mode 100644 index 679ed97cb2..0000000000 --- a/Source/NETworkManager.Models/AWS/AWSSessionManager.cs +++ /dev/null @@ -1,26 +0,0 @@ -namespace NETworkManager.Models.AWS; - -public static class AWSSessionManager -{ - private static readonly string _encodingCommand = - "[console]::InputEncoding = [console]::OutputEncoding = New-Object System.Text.UTF8Encoding"; - - private static readonly string _setLocationCommand = "Set-Location -Path ~"; - private static readonly string _clearHostCommand = "Clear-Host"; - - public static string BuildCommandLine(AWSSessionManagerSessionInfo sessionInfo) - { - var commandLine = - $"-NoExit -NoLogo -NoProfile -Command \"{_encodingCommand}; {_setLocationCommand}; {_clearHostCommand}; aws ssm start-session --target {sessionInfo.InstanceID}"; - - // Add profile - if (!string.IsNullOrEmpty(sessionInfo.Profile)) - commandLine += $" --profile {sessionInfo.Profile}"; - - // Add region - if (!string.IsNullOrEmpty(sessionInfo.Region)) - commandLine += $" --region {sessionInfo.Region}"; - - return $"{commandLine}\""; - } -} \ No newline at end of file diff --git a/Source/NETworkManager.Models/AWS/AWSSessionManagerSessionInfo.cs b/Source/NETworkManager.Models/AWS/AWSSessionManagerSessionInfo.cs deleted file mode 100644 index c0bbfb4ecc..0000000000 --- a/Source/NETworkManager.Models/AWS/AWSSessionManagerSessionInfo.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace NETworkManager.Models.AWS; - -public class AWSSessionManagerSessionInfo -{ - public string ApplicationFilePath { get; set; } - public string InstanceID { get; set; } - public string Profile { get; set; } - public string Region { get; set; } -} \ No newline at end of file diff --git a/Source/NETworkManager.Models/ApplicationManager.cs b/Source/NETworkManager.Models/ApplicationManager.cs index c179b5d774..9d58a9472d 100644 --- a/Source/NETworkManager.Models/ApplicationManager.cs +++ b/Source/NETworkManager.Models/ApplicationManager.cs @@ -17,7 +17,7 @@ public static class ApplicationManager /// IEnumerable with . public static IEnumerable GetNames() { - return (ApplicationName[])Enum.GetValues(typeof(ApplicationName)); + return Enum.GetValues(); } /// @@ -27,8 +27,7 @@ public static IEnumerable GetNames() /// IEnumerable with . public static IEnumerable GetDefaultList() { - return GetNames().Where(x => x != ApplicationName.None) - .Select(name => new ApplicationInfo(name, true, name == ApplicationName.Dashboard)).ToList(); + return [.. GetNames().Where(x => x != ApplicationName.None && x != ApplicationName.AWSSessionManager).Select(name => new ApplicationInfo(name, true, name == ApplicationName.Dashboard))]; } /// @@ -76,10 +75,7 @@ public static Canvas GetIcon(ApplicationName name) break; case ApplicationName.PuTTY: canvas.Children.Add(new PackIconFontAwesome { Kind = PackIconFontAwesomeKind.TerminalSolid }); - break; - case ApplicationName.AWSSessionManager: - canvas.Children.Add(new PackIconFontAwesome { Kind = PackIconFontAwesomeKind.AwsBrands }); - break; + break; case ApplicationName.TigerVNC: canvas.Children.Add(new PackIconMaterial { Kind = PackIconMaterialKind.EyeOutline }); break; diff --git a/Source/NETworkManager.Models/ApplicationName.cs b/Source/NETworkManager.Models/ApplicationName.cs index 29196133fb..7d4a201dee 100644 --- a/Source/NETworkManager.Models/ApplicationName.cs +++ b/Source/NETworkManager.Models/ApplicationName.cs @@ -1,4 +1,6 @@ -namespace NETworkManager.Models; +using Windows.Foundation.Metadata; + +namespace NETworkManager.Models; /// /// Represents all available applications. @@ -66,8 +68,8 @@ public enum ApplicationName PuTTY, /// - /// AWS Systems Manager Session Manager. - /// + /// AWS Session Manager application. + /// AWSSessionManager, /// diff --git a/Source/NETworkManager.Models/NETworkManager.Models.csproj b/Source/NETworkManager.Models/NETworkManager.Models.csproj index 5996d14349..1d43d0b437 100644 --- a/Source/NETworkManager.Models/NETworkManager.Models.csproj +++ b/Source/NETworkManager.Models/NETworkManager.Models.csproj @@ -26,7 +26,6 @@ - diff --git a/Source/NETworkManager.Profiles/Application/AWSSessionManager.cs b/Source/NETworkManager.Profiles/Application/AWSSessionManager.cs deleted file mode 100644 index b9d0f335b6..0000000000 --- a/Source/NETworkManager.Profiles/Application/AWSSessionManager.cs +++ /dev/null @@ -1,28 +0,0 @@ -using NETworkManager.Models.AWS; -using NETworkManager.Settings; - -namespace NETworkManager.Profiles.Application; - -public class AWSSessionManager -{ - public static AWSSessionManagerSessionInfo CreateSessionInfo(ProfileInfo profile) - { - // Get group info - var group = ProfileManager.GetGroupByName(profile.Group); - - return new AWSSessionManagerSessionInfo - { - InstanceID = profile.AWSSessionManager_InstanceID, - Profile = profile.AWSSessionManager_OverrideProfile - ? profile.AWSSessionManager_Profile - : group.AWSSessionManager_OverrideProfile - ? group.AWSSessionManager_Profile - : SettingsManager.Current.AWSSessionManager_Profile, - Region = profile.AWSSessionManager_OverrideRegion - ? profile.AWSSessionManager_Region - : group.AWSSessionManager_OverrideRegion - ? group.AWSSessionManager_Region - : SettingsManager.Current.AWSSessionManager_Region - }; - } -} \ No newline at end of file diff --git a/Source/NETworkManager.Profiles/GroupInfo.cs b/Source/NETworkManager.Profiles/GroupInfo.cs index a688e341d5..4b39c78043 100644 --- a/Source/NETworkManager.Profiles/GroupInfo.cs +++ b/Source/NETworkManager.Profiles/GroupInfo.cs @@ -140,12 +140,6 @@ public GroupInfo(GroupInfo group) : this(group.Name) PuTTY_OverrideAdditionalCommandLine = group.PuTTY_OverrideAdditionalCommandLine; PuTTY_AdditionalCommandLine = group.PuTTY_AdditionalCommandLine; - // AWS Session Manager - AWSSessionManager_OverrideProfile = group.AWSSessionManager_OverrideProfile; - AWSSessionManager_Profile = group.AWSSessionManager_Profile; - AWSSessionManager_OverrideRegion = group.AWSSessionManager_OverrideRegion; - AWSSessionManager_Region = group.AWSSessionManager_Region; - // TigerVNC TigerVNC_OverridePort = group.TigerVNC_OverridePort; TigerVNC_Port = group.TigerVNC_Port; @@ -299,11 +293,6 @@ public GroupInfo(GroupInfo group) : this(group.Name) public bool PuTTY_OverrideAdditionalCommandLine { get; set; } public string PuTTY_AdditionalCommandLine { get; set; } - public bool AWSSessionManager_OverrideProfile { get; set; } - public string AWSSessionManager_Profile { get; set; } - public bool AWSSessionManager_OverrideRegion { get; set; } - public string AWSSessionManager_Region { get; set; } - public bool TigerVNC_OverridePort { get; set; } public int TigerVNC_Port { get; set; } = GlobalStaticConfiguration.TigerVNC_DefaultVNCPort; diff --git a/Source/NETworkManager.Profiles/GroupViewManager.cs b/Source/NETworkManager.Profiles/GroupViewManager.cs index 8678920df8..72ddd1cba1 100644 --- a/Source/NETworkManager.Profiles/GroupViewManager.cs +++ b/Source/NETworkManager.Profiles/GroupViewManager.cs @@ -7,18 +7,16 @@ namespace NETworkManager.Profiles; public static class GroupViewManager { // List of all applications - public static List List => new() - { + public static List List => + [ // General new GroupViewInfo(GroupViewName.General, new PackIconModern { Kind = PackIconModernKind.Box }), // Applications new GroupViewInfo(GroupViewName.RemoteDesktop, ApplicationManager.GetIcon(ApplicationName.RemoteDesktop)), new GroupViewInfo(GroupViewName.PowerShell, ApplicationManager.GetIcon(ApplicationName.PowerShell)), - new GroupViewInfo(GroupViewName.PuTTY, ApplicationManager.GetIcon(ApplicationName.PuTTY)), - new GroupViewInfo(GroupViewName.AWSSessionManager, - ApplicationManager.GetIcon(ApplicationName.AWSSessionManager)), + new GroupViewInfo(GroupViewName.PuTTY, ApplicationManager.GetIcon(ApplicationName.PuTTY)), new GroupViewInfo(GroupViewName.TigerVNC, ApplicationManager.GetIcon(ApplicationName.TigerVNC)), new GroupViewInfo(GroupViewName.SNMP, ApplicationManager.GetIcon(ApplicationName.SNMP)) - }; + ]; } \ No newline at end of file diff --git a/Source/NETworkManager.Profiles/GroupViewName.cs b/Source/NETworkManager.Profiles/GroupViewName.cs index bac7a76ba9..044e06dcf8 100644 --- a/Source/NETworkManager.Profiles/GroupViewName.cs +++ b/Source/NETworkManager.Profiles/GroupViewName.cs @@ -5,8 +5,7 @@ public enum GroupViewName General, RemoteDesktop, PowerShell, - PuTTY, - AWSSessionManager, + PuTTY, TigerVNC, SNMP } \ No newline at end of file diff --git a/Source/NETworkManager.Profiles/ProfileInfo.cs b/Source/NETworkManager.Profiles/ProfileInfo.cs index 3cb7f8c0b5..a31a345b77 100644 --- a/Source/NETworkManager.Profiles/ProfileInfo.cs +++ b/Source/NETworkManager.Profiles/ProfileInfo.cs @@ -188,14 +188,6 @@ public ProfileInfo(ProfileInfo profile) PuTTY_OverrideAdditionalCommandLine = profile.PuTTY_OverrideAdditionalCommandLine; PuTTY_AdditionalCommandLine = profile.PuTTY_AdditionalCommandLine; - // AWS Session Manager - AWSSessionManager_Enabled = profile.AWSSessionManager_Enabled; - AWSSessionManager_InstanceID = profile.AWSSessionManager_InstanceID; - AWSSessionManager_OverrideProfile = profile.AWSSessionManager_OverrideProfile; - AWSSessionManager_Profile = profile.AWSSessionManager_Profile; - AWSSessionManager_OverrideRegion = profile.AWSSessionManager_OverrideRegion; - AWSSessionManager_Region = profile.AWSSessionManager_Region; - // TigerVNC TigerVNC_Enabled = profile.TigerVNC_Enabled; TigerVNC_InheritHost = profile.TigerVNC_InheritHost; @@ -442,13 +434,6 @@ public ProfileInfo(ProfileInfo profile) public bool PuTTY_OverrideAdditionalCommandLine { get; set; } public string PuTTY_AdditionalCommandLine { get; set; } - public bool AWSSessionManager_Enabled { get; set; } - public string AWSSessionManager_InstanceID { get; set; } - public bool AWSSessionManager_OverrideProfile { get; set; } - public string AWSSessionManager_Profile { get; set; } - public bool AWSSessionManager_OverrideRegion { get; set; } - public string AWSSessionManager_Region { get; set; } - public bool TigerVNC_Enabled { get; set; } public bool TigerVNC_InheritHost { get; set; } = true; public string TigerVNC_Host { get; set; } diff --git a/Source/NETworkManager.Profiles/ProfileName.cs b/Source/NETworkManager.Profiles/ProfileName.cs index e187ad9fbd..2bddf74fb3 100644 --- a/Source/NETworkManager.Profiles/ProfileName.cs +++ b/Source/NETworkManager.Profiles/ProfileName.cs @@ -11,8 +11,7 @@ public enum ProfileName DNSLookup, RemoteDesktop, PowerShell, - PuTTY, - AWSSessionManager, + PuTTY, TigerVNC, WebConsole, SNMP, diff --git a/Source/NETworkManager.Profiles/ProfileViewManager.cs b/Source/NETworkManager.Profiles/ProfileViewManager.cs index a26d398a10..91982aa3aa 100644 --- a/Source/NETworkManager.Profiles/ProfileViewManager.cs +++ b/Source/NETworkManager.Profiles/ProfileViewManager.cs @@ -31,9 +31,7 @@ public static class ProfileViewManager new ProfileViewInfo(ProfileName.PowerShell, ApplicationManager.GetIcon(ApplicationName.PowerShell), ProfileGroup.Application), new ProfileViewInfo(ProfileName.PuTTY, ApplicationManager.GetIcon(ApplicationName.PuTTY), - ProfileGroup.Application), - new ProfileViewInfo(ProfileName.AWSSessionManager, - ApplicationManager.GetIcon(ApplicationName.AWSSessionManager), ProfileGroup.Application), + ProfileGroup.Application), new ProfileViewInfo(ProfileName.TigerVNC, ApplicationManager.GetIcon(ApplicationName.TigerVNC), ProfileGroup.Application), new ProfileViewInfo(ProfileName.WebConsole, ApplicationManager.GetIcon(ApplicationName.WebConsole), diff --git a/Source/NETworkManager.Settings/ConfigurationInfo.cs b/Source/NETworkManager.Settings/ConfigurationInfo.cs index bf5686edc9..faca9a95f2 100644 --- a/Source/NETworkManager.Settings/ConfigurationInfo.cs +++ b/Source/NETworkManager.Settings/ConfigurationInfo.cs @@ -217,36 +217,6 @@ public bool IsPuTTYWindowDragging } } - private int _awsSessionManagerTabCount; - - public int AWSSessionManagerTabCount - { - get => _awsSessionManagerTabCount; - set - { - if (value == _awsSessionManagerTabCount) - return; - - _awsSessionManagerTabCount = value; - OnPropertyChanged(); - } - } - - private bool _isAWSSessionManagerWindowDragging; - - public bool IsAWSSessionManagerWindowDragging - { - get => _isAWSSessionManagerWindowDragging; - set - { - if (value == _isAWSSessionManagerWindowDragging) - return; - - _isAWSSessionManagerWindowDragging = value; - OnPropertyChanged(); - } - } - private int _tigerVNCTabCount; public int TigerVNCTabCount diff --git a/Source/NETworkManager.Settings/ConfigurationManager.cs b/Source/NETworkManager.Settings/ConfigurationManager.cs index 15a3192bf8..5d97b654e0 100644 --- a/Source/NETworkManager.Settings/ConfigurationManager.cs +++ b/Source/NETworkManager.Settings/ConfigurationManager.cs @@ -49,8 +49,7 @@ public static void OnDialogOpen() { case ApplicationName.RemoteDesktop when Current.RemoteDesktopTabCount > 0: case ApplicationName.PowerShell when Current.PowerShellTabCount > 0: - case ApplicationName.PuTTY when Current.PuTTYTabCount > 0: - case ApplicationName.AWSSessionManager when Current.AWSSessionManagerTabCount > 0: + case ApplicationName.PuTTY when Current.PuTTYTabCount > 0: case ApplicationName.TigerVNC when Current.TigerVNCTabCount > 0: case ApplicationName.WebConsole when Current.WebConsoleTabCount > 0: Current.FixAirspace = true; diff --git a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs index 263fe8a277..48843d0237 100644 --- a/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs +++ b/Source/NETworkManager.Settings/GlobalStaticConfiguration.cs @@ -198,10 +198,6 @@ public static class GlobalStaticConfiguration public static int PuTTY_RloginPort => 513; public static int PuTTY_RawPort => 23; - // Application: AWSSessionManager - public static bool AWSSessionManager_EnableSyncInstanceIDsFromAWS => false; - public static bool AWSSessionManager_SyncOnlyRunningInstancesFromAWS => true; - // Application: TigerVNC public static int TigerVNC_DefaultVNCPort => 5900; diff --git a/Source/NETworkManager.Settings/SettingsInfo.cs b/Source/NETworkManager.Settings/SettingsInfo.cs index 3fb3ccab2a..a60d8bcf01 100644 --- a/Source/NETworkManager.Settings/SettingsInfo.cs +++ b/Source/NETworkManager.Settings/SettingsInfo.cs @@ -2,7 +2,6 @@ using Lextm.SharpSnmpLib.Messaging; using NETworkManager.Controls; using NETworkManager.Models; -using NETworkManager.Models.AWS; using NETworkManager.Models.Export; using NETworkManager.Models.Network; using NETworkManager.Models.PowerShell; @@ -3068,177 +3067,6 @@ public int PuTTY_RawPort #endregion - #region AWS Session Manager - - private bool _awsSessionManager_EnableSyncInstanceIDsFromAWS = - GlobalStaticConfiguration.AWSSessionManager_EnableSyncInstanceIDsFromAWS; - - public bool AWSSessionManager_EnableSyncInstanceIDsFromAWS - { - get => _awsSessionManager_EnableSyncInstanceIDsFromAWS; - set - { - if (value == _awsSessionManager_EnableSyncInstanceIDsFromAWS) - return; - - _awsSessionManager_EnableSyncInstanceIDsFromAWS = value; - OnPropertyChanged(); - } - } - - private ObservableCollection _awsSessionManager_AWSProfiles = new(); - - public ObservableCollection AWSSessionManager_AWSProfiles - { - get => _awsSessionManager_AWSProfiles; - set - { - if (value == _awsSessionManager_AWSProfiles) - return; - - _awsSessionManager_AWSProfiles = value; - OnPropertyChanged(); - } - } - - private bool awsSessionManager_SyncOnlyRunningInstancesFromAWS = - GlobalStaticConfiguration.AWSSessionManager_SyncOnlyRunningInstancesFromAWS; - - public bool AWSSessionManager_SyncOnlyRunningInstancesFromAWS - { - get => awsSessionManager_SyncOnlyRunningInstancesFromAWS; - set - { - if (value == awsSessionManager_SyncOnlyRunningInstancesFromAWS) - return; - - awsSessionManager_SyncOnlyRunningInstancesFromAWS = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Profile; - - public string AWSSessionManager_Profile - { - get => _awsSessionManager_Profile; - set - { - if (value == _awsSessionManager_Profile) - return; - - _awsSessionManager_Profile = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Region; - - public string AWSSessionManager_Region - { - get => _awsSessionManager_Region; - set - { - if (value == _awsSessionManager_Region) - return; - - _awsSessionManager_Region = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_ApplicationFilePath; - - public string AWSSessionManager_ApplicationFilePath - { - get => _awsSessionManager_ApplicationFilePath; - set - { - if (value == _awsSessionManager_ApplicationFilePath) - return; - - _awsSessionManager_ApplicationFilePath = value; - OnPropertyChanged(); - } - } - - private ObservableCollection _awsSessionManager_InstanceIDHistory = new(); - - public ObservableCollection AWSSessionManager_InstanceIDHistory - { - get => _awsSessionManager_InstanceIDHistory; - set - { - if (value == _awsSessionManager_InstanceIDHistory) - return; - - _awsSessionManager_InstanceIDHistory = value; - OnPropertyChanged(); - } - } - - private ObservableCollection _awsSessionManager_ProfileHistory = new(); - - public ObservableCollection AWSSessionManager_ProfileHistory - { - get => _awsSessionManager_ProfileHistory; - set - { - if (value == _awsSessionManager_ProfileHistory) - return; - - _awsSessionManager_ProfileHistory = value; - OnPropertyChanged(); - } - } - - private ObservableCollection _awsSessionManager_RegionHistory = new(); - - public ObservableCollection AWSSessionManager_RegionHistory - { - get => _awsSessionManager_RegionHistory; - set - { - if (value == _awsSessionManager_RegionHistory) - return; - - _awsSessionManager_RegionHistory = value; - OnPropertyChanged(); - } - } - - private bool _awsSessionManager_ExpandProfileView = GlobalStaticConfiguration.Profile_ExpandProfileView; - - public bool AWSSessionManager_ExpandProfileView - { - get => _awsSessionManager_ExpandProfileView; - set - { - if (value == _awsSessionManager_ExpandProfileView) - return; - - _awsSessionManager_ExpandProfileView = value; - OnPropertyChanged(); - } - } - - private double _awsSessionManager_ProfileWidth = GlobalStaticConfiguration.Profile_DefaultWidthExpanded; - - public double AWSSessionManager_ProfileWidth - { - get => _awsSessionManager_ProfileWidth; - set - { - if (Math.Abs(value - _awsSessionManager_ProfileWidth) < GlobalStaticConfiguration.Profile_FloatPointFix) - return; - - _awsSessionManager_ProfileWidth = value; - OnPropertyChanged(); - } - } - - #endregion - #region TigerVNC private ObservableCollection _tigerVNC_HostHistory = new(); @@ -4604,12 +4432,6 @@ public SettingsInfo() PuTTY_PrivateKeyFileHistory.CollectionChanged += CollectionChanged; PuTTY_ProfileHistory.CollectionChanged += CollectionChanged; - // AWSSessionManager - AWSSessionManager_AWSProfiles.CollectionChanged += CollectionChanged; - AWSSessionManager_InstanceIDHistory.CollectionChanged += CollectionChanged; - AWSSessionManager_ProfileHistory.CollectionChanged += CollectionChanged; - AWSSessionManager_RegionHistory.CollectionChanged += CollectionChanged; - // TigerVNC TigerVNC_HostHistory.CollectionChanged += CollectionChanged; TigerVNC_PortHistory.CollectionChanged += CollectionChanged; diff --git a/Source/NETworkManager.Settings/SettingsManager.cs b/Source/NETworkManager.Settings/SettingsManager.cs index 5f15514d66..2d3146aab9 100644 --- a/Source/NETworkManager.Settings/SettingsManager.cs +++ b/Source/NETworkManager.Settings/SettingsManager.cs @@ -336,7 +336,33 @@ private static void UpgradeTo_2025_8_11_0() private static void UpgradeToLatest(Version version) { Log.Info($"Apply upgrade to {version}..."); - } + Log.Info("Removing deprecated app \"AWS Session Manager\", if it exists..."); + + var appToRemove = Current.General_ApplicationList + .FirstOrDefault(x => x.Name == ApplicationName.AWSSessionManager); + + if (appToRemove != null) + { + if (appToRemove.IsDefault) + { + Log.Info("\"AWS Session Manager\" is set as the default app. Setting the new default app to the first visible app..."); + + var newDefaultApp = Current.General_ApplicationList.FirstOrDefault(x => x.IsVisible); + + if (newDefaultApp != null) + { + Log.Info($"Set \"{newDefaultApp.Name}\" as the new default app"); + newDefaultApp.IsDefault = true; + } + else + { + Log.Error("No visible app found to set as the new default app."); + } + } + + Current.General_ApplicationList.Remove(appToRemove); + } + } #endregion } \ No newline at end of file diff --git a/Source/NETworkManager.Settings/SettingsName.cs b/Source/NETworkManager.Settings/SettingsName.cs index 328be3b5eb..f79a5db65f 100644 --- a/Source/NETworkManager.Settings/SettingsName.cs +++ b/Source/NETworkManager.Settings/SettingsName.cs @@ -22,7 +22,6 @@ public enum SettingsName RemoteDesktop, PowerShell, PuTTY, - AWSSessionManager, TigerVNC, WebConsole, SNMP, diff --git a/Source/NETworkManager.Settings/SettingsViewManager.cs b/Source/NETworkManager.Settings/SettingsViewManager.cs index 6358376925..1701eb4798 100644 --- a/Source/NETworkManager.Settings/SettingsViewManager.cs +++ b/Source/NETworkManager.Settings/SettingsViewManager.cs @@ -52,9 +52,7 @@ public static class SettingsViewManager new SettingsViewInfo(SettingsName.PowerShell, ApplicationManager.GetIcon(ApplicationName.PowerShell), SettingsGroup.Application), new SettingsViewInfo(SettingsName.PuTTY, ApplicationManager.GetIcon(ApplicationName.PuTTY), - SettingsGroup.Application), - new SettingsViewInfo(SettingsName.AWSSessionManager, - ApplicationManager.GetIcon(ApplicationName.AWSSessionManager), SettingsGroup.Application), + SettingsGroup.Application), new SettingsViewInfo(SettingsName.TigerVNC, ApplicationManager.GetIcon(ApplicationName.TigerVNC), SettingsGroup.Application), new SettingsViewInfo(SettingsName.WebConsole, ApplicationManager.GetIcon(ApplicationName.WebConsole), diff --git a/Source/NETworkManager.Validators/AWSRegionExistsValidator.cs b/Source/NETworkManager.Validators/AWSRegionExistsValidator.cs deleted file mode 100644 index c1218e56ca..0000000000 --- a/Source/NETworkManager.Validators/AWSRegionExistsValidator.cs +++ /dev/null @@ -1,20 +0,0 @@ -using System.Globalization; -using System.Windows.Controls; -using NETworkManager.Localization.Resources; -using NETworkManager.Models.AWS; - -namespace NETworkManager.Validators; - -public class AWSRegionExistsValidator : ValidationRule -{ - public override ValidationResult Validate(object value, CultureInfo cultureInfo) - { - var region = value as string; - - if (AWSRegion.GetInstance().RegionExists(region)) - return ValidationResult.ValidResult; - - return new ValidationResult(false, - string.Format(Strings.AnAWSRegionNamedXDoesNotExist, region)); - } -} \ No newline at end of file diff --git a/Source/NETworkManager.Validators/EmptyOrAWSRegionExistsValidator.cs b/Source/NETworkManager.Validators/EmptyOrAWSRegionExistsValidator.cs deleted file mode 100644 index 627310ec9a..0000000000 --- a/Source/NETworkManager.Validators/EmptyOrAWSRegionExistsValidator.cs +++ /dev/null @@ -1,23 +0,0 @@ -using System.Globalization; -using System.Windows.Controls; -using NETworkManager.Localization.Resources; -using NETworkManager.Models.AWS; - -namespace NETworkManager.Validators; - -public class EmptyOrAWSRegionExistsValidator : ValidationRule -{ - public override ValidationResult Validate(object value, CultureInfo cultureInfo) - { - var region = value as string; - - if (string.IsNullOrEmpty(region)) - return ValidationResult.ValidResult; - - if (AWSRegion.GetInstance().RegionExists(region)) - return ValidationResult.ValidResult; - - return new ValidationResult(false, - string.Format(Strings.AnAWSRegionNamedXDoesNotExist, region)); - } -} \ No newline at end of file diff --git a/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml b/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml deleted file mode 100644 index 836315518b..0000000000 --- a/Source/NETworkManager/Controls/AWSSessionManagerControl.xaml +++ /dev/null @@ -1,74 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + diff --git a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs index 1853dbecc4..150db6d68f 100644 --- a/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs +++ b/Source/NETworkManager/Controls/DragablzTabHostWindow.xaml.cs @@ -95,8 +95,7 @@ private void OnPropertyChanged([CallerMemberName] string propertyName = null) private readonly HashSet _embeddedWindowApplicationNames = [ ApplicationName.PowerShell, - ApplicationName.PuTTY, - ApplicationName.AWSSessionManager + ApplicationName.PuTTY ]; private ApplicationName _applicationName; @@ -306,36 +305,6 @@ private void PuTTY_RestartSessionAction(object view) #endregion - #region AWSSessionManager commands - - private bool AWSSessionManager_IsConnected_CanExecute(object view) - { - if (view is AWSSessionManagerControl control) - return control.IsConnected; - - return false; - } - - public ICommand AWSSessionManager_ReconnectCommand => new RelayCommand(AWSSessionManager_ReconnectAction); - - private void AWSSessionManager_ReconnectAction(object view) - { - if (view is AWSSessionManagerControl control) - if (control.ReconnectCommand.CanExecute(null)) - control.ReconnectCommand.Execute(null); - } - - public ICommand AWSSessionManager_ResizeWindowCommand => new RelayCommand(AWSSessionManager_ResizeWindowAction, - AWSSessionManager_IsConnected_CanExecute); - - private void AWSSessionManager_ResizeWindowAction(object view) - { - if (view is AWSSessionManagerControl control) - control.ResizeEmbeddedWindow(); - } - - #endregion - #region TigerVNC commands public ICommand TigerVNC_ReconnectCommand => new RelayCommand(TigerVNC_ReconnectAction); @@ -389,10 +358,7 @@ private void DragablzTabHostWindow_OnClosing(object sender, CancelEventArgs e) break; case ApplicationName.PuTTY: ConfigurationManager.Current.IsPuTTYWindowDragging = false; - break; - case ApplicationName.AWSSessionManager: - ConfigurationManager.Current.IsAWSSessionManagerWindowDragging = false; - break; + break; case ApplicationName.TigerVNC: ConfigurationManager.Current.IsTigerVNCWindowDragging = false; break; @@ -415,10 +381,7 @@ private void TabablzControl_OnIsDraggingWindowChanged(object sender, RoutedPrope break; case ApplicationName.PuTTY: ConfigurationManager.Current.IsPuTTYWindowDragging = e.NewValue; - break; - case ApplicationName.AWSSessionManager: - ConfigurationManager.Current.IsAWSSessionManagerWindowDragging = e.NewValue; - break; + break; case ApplicationName.TigerVNC: ConfigurationManager.Current.IsTigerVNCWindowDragging = e.NewValue; break; diff --git a/Source/NETworkManager/MainWindow.xaml.cs b/Source/NETworkManager/MainWindow.xaml.cs index b3935b33cc..6ab7593e84 100644 --- a/Source/NETworkManager/MainWindow.xaml.cs +++ b/Source/NETworkManager/MainWindow.xaml.cs @@ -7,7 +7,6 @@ using NETworkManager.Localization; using NETworkManager.Localization.Resources; using NETworkManager.Models; -using NETworkManager.Models.AWS; using NETworkManager.Models.EventSystem; using NETworkManager.Models.Network; using NETworkManager.Profiles; @@ -494,8 +493,7 @@ await this.ShowMessageAsync(Strings.SettingsHaveBeenReset, SettingsManager.Current.General_ApplicationList = [.. ApplicationManager.GetDefaultList()]; SettingsManager.Current.IPScanner_CustomCommands = [.. IPScannerCustomCommand.GetDefaultList()]; SettingsManager.Current.PortScanner_PortProfiles = [.. PortProfile.GetDefaultList()]; - SettingsManager.Current.DNSLookup_DNSServers = [.. DNSServer.GetDefaultList()]; - SettingsManager.Current.AWSSessionManager_AWSProfiles = [.. AWSProfile.GetDefaultList()]; + SettingsManager.Current.DNSLookup_DNSServers = [.. DNSServer.GetDefaultList()]; SettingsManager.Current.SNMP_OidProfiles = [.. SNMPOIDProfile.GetDefaultList()]; SettingsManager.Current.SNTPLookup_SNTPServers = [.. SNTPServer.GetDefaultList()]; SettingsManager.Current.WelcomeDialog_Show = false; @@ -690,8 +688,7 @@ private void LoadApplicationList() private DNSLookupHostView _dnsLookupHostView; private RemoteDesktopHostView _remoteDesktopHostView; private PowerShellHostView _powerShellHostView; - private PuTTYHostView _puttyHostView; - private AWSSessionManagerHostView _awsSessionManagerHostView; + private PuTTYHostView _puttyHostView; private TigerVNCHostView _tigerVNCHostView; private WebConsoleHostView _webConsoleHostView; private SNMPHostView _snmpHostView; @@ -806,15 +803,7 @@ private void OnApplicationViewVisible(ApplicationName name, bool fromSettings = _puttyHostView.OnViewVisible(); ContentControlApplication.Content = _puttyHostView; - break; - case ApplicationName.AWSSessionManager: - if (_awsSessionManagerHostView == null) - _awsSessionManagerHostView = new AWSSessionManagerHostView(); - else - _awsSessionManagerHostView.OnViewVisible(fromSettings); - - ContentControlApplication.Content = _awsSessionManagerHostView; - break; + break; case ApplicationName.TigerVNC: if (_tigerVNCHostView == null) _tigerVNCHostView = new TigerVNCHostView(); @@ -978,10 +967,7 @@ private void OnApplicationViewHide(ApplicationName name) break; case ApplicationName.PuTTY: _puttyHostView?.OnViewHide(); - break; - case ApplicationName.AWSSessionManager: - _awsSessionManagerHostView?.OnViewHide(); - break; + break; case ApplicationName.TigerVNC: _tigerVNCHostView?.OnViewHide(); break; @@ -1109,9 +1095,7 @@ await this.ShowMessageAsync(Strings.Error, break; case ApplicationName.PuTTY: _puttyHostView.AddTab(data.Args); - break; - case ApplicationName.AWSSessionManager: - break; + break; case ApplicationName.TigerVNC: _tigerVNCHostView.AddTab(data.Args); break; @@ -1486,21 +1470,18 @@ private async void SwitchProfile(ProfileFileInfo info) settings.DefaultButtonFocus = MessageDialogResult.Affirmative; ConfigurationManager.OnDialogOpen(); + await this.ShowMessageAsync(Strings.ProfileFileCouldNotBeLoaded, string.Format(Strings.ProfileFileCouldNotBeLoadedMessage, ex.Message), MessageDialogStyle.Affirmative, settings); + ConfigurationManager.OnDialogClose(); } } private void OnProfilesLoaded(ApplicationName name) { - switch (name) - { - case ApplicationName.AWSSessionManager: - _awsSessionManagerHostView?.OnProfileLoaded(); - break; - } + } /// @@ -2026,9 +2007,6 @@ private async void FocusEmbeddedWindow() case ApplicationName.PuTTY: _puttyHostView?.FocusEmbeddedWindow(); break; - case ApplicationName.AWSSessionManager: - _awsSessionManagerHostView?.FocusEmbeddedWindow(); - break; } } diff --git a/Source/NETworkManager/NETworkManager.csproj b/Source/NETworkManager/NETworkManager.csproj index 8d0cfb546b..c9d60305ac 100644 --- a/Source/NETworkManager/NETworkManager.csproj +++ b/Source/NETworkManager/NETworkManager.csproj @@ -60,7 +60,6 @@ - diff --git a/Source/NETworkManager/ProfileDialogManager.cs b/Source/NETworkManager/ProfileDialogManager.cs index d36342fdff..2018416487 100644 --- a/Source/NETworkManager/ProfileDialogManager.cs +++ b/Source/NETworkManager/ProfileDialogManager.cs @@ -215,14 +215,6 @@ private static ProfileInfo ParseProfileInfo(ProfileViewModel instance) PuTTY_OverrideAdditionalCommandLine = instance.PuTTY_OverrideAdditionalCommandLine, PuTTY_AdditionalCommandLine = instance.PuTTY_AdditionalCommandLine?.Trim(), - // AWS Session Manager - AWSSessionManager_Enabled = instance.AWSSessionManager_Enabled, - AWSSessionManager_InstanceID = instance.AWSSessionManager_InstanceID, - AWSSessionManager_OverrideProfile = instance.AWSSessionManager_OverrideProfile, - AWSSessionManager_Profile = instance.AWSSessionManager_Profile, - AWSSessionManager_OverrideRegion = instance.AWSSessionManager_OverrideRegion, - AWSSessionManager_Region = instance.AWSSessionManager_Region, - // TigerVNC TigerVNC_Enabled = instance.TigerVNC_Enabled, TigerVNC_InheritHost = instance.TigerVNC_InheritHost, @@ -423,12 +415,6 @@ private static GroupInfo ParseGroupInfo(GroupViewModel instance) PuTTY_OverrideAdditionalCommandLine = instance.PuTTY_OverrideAdditionalCommandLine, PuTTY_AdditionalCommandLine = instance.PuTTY_AdditionalCommandLine?.Trim(), - // AWS Session Manager - AWSSessionManager_OverrideProfile = instance.AWSSessionManager_OverrideProfile, - AWSSessionManager_Profile = instance.AWSSessionManager_Profile, - AWSSessionManager_OverrideRegion = instance.AWSSessionManager_OverrideRegion, - AWSSessionManager_Region = instance.AWSSessionManager_Region, - // TigerVNC TigerVNC_OverridePort = instance.TigerVNC_OverridePort, TigerVNC_Port = instance.TigerVNC_Port, diff --git a/Source/NETworkManager/RunCommandManager.cs b/Source/NETworkManager/RunCommandManager.cs index 33f4a41dc0..ae329f243e 100644 --- a/Source/NETworkManager/RunCommandManager.cs +++ b/Source/NETworkManager/RunCommandManager.cs @@ -52,8 +52,7 @@ private static IEnumerable GetApplicationList() ApplicationName.DNSLookup => true, ApplicationName.RemoteDesktop => true, ApplicationName.PowerShell => true, - ApplicationName.PuTTY => true, - ApplicationName.AWSSessionManager => true, + ApplicationName.PuTTY => true, ApplicationName.TigerVNC => true, ApplicationName.WebConsole => true, ApplicationName.SNMP => true, @@ -69,8 +68,7 @@ private static IEnumerable GetApplicationList() ApplicationName.DNSLookup => " ", ApplicationName.RemoteDesktop => DefaultArguments, ApplicationName.PowerShell => DefaultArguments, - ApplicationName.PuTTY => DefaultArguments, - ApplicationName.AWSSessionManager => "", + ApplicationName.PuTTY => DefaultArguments, ApplicationName.TigerVNC => DefaultArguments, ApplicationName.WebConsole => "", ApplicationName.SNMP => DefaultArguments, diff --git a/Source/NETworkManager/ViewModels/AWSProfileViewModel.cs b/Source/NETworkManager/ViewModels/AWSProfileViewModel.cs deleted file mode 100644 index ea6d652c60..0000000000 --- a/Source/NETworkManager/ViewModels/AWSProfileViewModel.cs +++ /dev/null @@ -1,127 +0,0 @@ -using System; -using System.Windows.Input; -using NETworkManager.Models.AWS; -using NETworkManager.Utilities; - -namespace NETworkManager.ViewModels; - -public class AWSProfileViewModel : ViewModelBase -{ - private readonly AWSProfileInfo _info; - private readonly bool _isLoading; - - private bool _infoChanged; - - private bool _isEdited; - - private bool _isEnabled; - - private string _profile; - - private string _region; - - public AWSProfileViewModel(Action saveCommand, Action cancelHandler, - bool isEdited = false, AWSProfileInfo info = null) - { - _isLoading = true; - - SaveCommand = new RelayCommand(_ => saveCommand(this)); - CancelCommand = new RelayCommand(_ => cancelHandler(this)); - - IsEdited = isEdited; - - _info = info ?? new AWSProfileInfo(); - - IsEnabled = _info.IsEnabled; - Profile = _info.Profile; - Region = _info.Region; - - _isLoading = false; - } - - public ICommand SaveCommand { get; } - - public ICommand CancelCommand { get; } - - public bool IsEnabled - { - get => _isEnabled; - set - { - if (_isEnabled == value) - return; - - _isEnabled = value; - - if (!_isLoading) - Validate(); - - OnPropertyChanged(); - } - } - - public string Profile - { - get => _profile; - set - { - if (_profile == value) - return; - - _profile = value; - - if (!_isLoading) - Validate(); - - OnPropertyChanged(); - } - } - - public string Region - { - get => _region; - set - { - if (_region == value) - return; - - _region = value; - - if (!_isLoading) - Validate(); - - OnPropertyChanged(); - } - } - - public bool InfoChanged - { - get => _infoChanged; - set - { - if (value == _infoChanged) - return; - - _infoChanged = value; - OnPropertyChanged(); - } - } - - public bool IsEdited - { - get => _isEdited; - set - { - if (value == _isEdited) - return; - - _isEdited = value; - OnPropertyChanged(); - } - } - - private void Validate() - { - InfoChanged = _info.IsEnabled != IsEnabled || _info.Profile != Profile || _info.Region != Region; - } -} \ No newline at end of file diff --git a/Source/NETworkManager/ViewModels/AWSSessionManagerConnectViewModel.cs b/Source/NETworkManager/ViewModels/AWSSessionManagerConnectViewModel.cs deleted file mode 100644 index c9743e34f2..0000000000 --- a/Source/NETworkManager/ViewModels/AWSSessionManagerConnectViewModel.cs +++ /dev/null @@ -1,87 +0,0 @@ -using System; -using System.ComponentModel; -using System.Windows.Data; -using System.Windows.Input; -using NETworkManager.Settings; -using NETworkManager.Utilities; - -namespace NETworkManager.ViewModels; - -public class AWSSessionManagerConnectViewModel : ViewModelBase -{ - private string _instanceID; - - private string _profile; - - private string _region; - - public AWSSessionManagerConnectViewModel(Action connectCommand, - Action cancelHandler) - { - ConnectCommand = new RelayCommand(_ => connectCommand(this)); - CancelCommand = new RelayCommand(_ => cancelHandler(this)); - - InstanceIDHistoryView = - CollectionViewSource.GetDefaultView(SettingsManager.Current.AWSSessionManager_InstanceIDHistory); - ProfileHistoryView = - CollectionViewSource.GetDefaultView(SettingsManager.Current.AWSSessionManager_ProfileHistory); - RegionHistoryView = - CollectionViewSource.GetDefaultView(SettingsManager.Current.AWSSessionManager_RegionHistory); - - LoadSettings(); - } - - public ICommand ConnectCommand { get; } - public ICommand CancelCommand { get; } - - public string InstanceID - { - get => _instanceID; - set - { - if (value == _instanceID) - return; - - _instanceID = value; - OnPropertyChanged(); - } - } - - public ICollectionView InstanceIDHistoryView { get; } - - public string Profile - { - get => _profile; - set - { - if (value == _profile) - return; - - _profile = value; - OnPropertyChanged(); - } - } - - public ICollectionView ProfileHistoryView { get; } - - public string Region - { - get => _region; - set - { - if (value == _region) - return; - - _region = value; - OnPropertyChanged(); - } - } - - public ICollectionView RegionHistoryView { get; } - - private void LoadSettings() - { - Profile = SettingsManager.Current.AWSSessionManager_Profile; - Region = SettingsManager.Current.AWSSessionManager_Region; - } -} \ No newline at end of file diff --git a/Source/NETworkManager/ViewModels/AWSSessionManagerHostViewModel.cs b/Source/NETworkManager/ViewModels/AWSSessionManagerHostViewModel.cs deleted file mode 100644 index 98433b6b12..0000000000 --- a/Source/NETworkManager/ViewModels/AWSSessionManagerHostViewModel.cs +++ /dev/null @@ -1,1284 +0,0 @@ -using Amazon; -using Amazon.EC2; -using Amazon.EC2.Model; -using Amazon.Runtime.CredentialManagement; -using Dragablz; -using log4net; -using MahApps.Metro.Controls.Dialogs; -using Microsoft.Win32; -using NETworkManager.Controls; -using NETworkManager.Documentation; -using NETworkManager.Localization.Resources; -using NETworkManager.Models; -using NETworkManager.Models.AWS; -using NETworkManager.Models.EventSystem; -using NETworkManager.Models.PowerShell; -using NETworkManager.Profiles; -using NETworkManager.Settings; -using NETworkManager.Utilities; -using NETworkManager.Views; -using System; -using System.Collections.Generic; -using System.Collections.ObjectModel; -using System.Collections.Specialized; -using System.ComponentModel; -using System.Diagnostics; -using System.IO; -using System.Linq; -using System.Text.RegularExpressions; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Data; -using System.Windows.Input; -using System.Windows.Threading; -using AWSSessionManagerProfile = NETworkManager.Profiles.Application.AWSSessionManager; - -namespace NETworkManager.ViewModels; - -public class AWSSessionManagerHostViewModel : ViewModelBase, IProfileManager -{ - #region Variables - - private static readonly ILog Log = LogManager.GetLogger(typeof(AWSSessionManagerHostViewModel)); - - private readonly IDialogCoordinator _dialogCoordinator; - - private readonly DispatcherTimer _searchDispatcherTimer = new(); - private bool _searchDisabled; - - public IInterTabClient InterTabClient { get; } - - private string _interTabPartition; - - public string InterTabPartition - { - get => _interTabPartition; - set - { - if (value == _interTabPartition) - return; - - _interTabPartition = value; - OnPropertyChanged(); - } - } - - public ObservableCollection TabItems { get; } - - private readonly bool _isLoading; - private bool _isViewActive = true; - - private bool _isAWSCLIInstalled; - - public bool IsAWSCLIInstalled - { - get => _isAWSCLIInstalled; - set - { - if (value == _isAWSCLIInstalled) - return; - - _isAWSCLIInstalled = value; - OnPropertyChanged(); - } - } - - private bool _isAWSSessionManagerPluginInstalled; - - public bool IsAWSSessionManagerPluginInstalled - { - get => _isAWSSessionManagerPluginInstalled; - set - { - if (value == _isAWSSessionManagerPluginInstalled) - return; - - _isAWSSessionManagerPluginInstalled = value; - OnPropertyChanged(); - } - } - - private bool _isExecutableConfigured; - - public bool IsExecutableConfigured - { - get => _isExecutableConfigured; - set - { - if (value == _isExecutableConfigured) - return; - - _isExecutableConfigured = value; - OnPropertyChanged(); - } - } - - private bool _isSyncEnabled; - - public bool IsSyncEnabled - { - get => _isSyncEnabled; - set - { - if (value == _isSyncEnabled) - return; - - _isSyncEnabled = value; - OnPropertyChanged(); - } - } - - private bool _isSyncing; - - public bool IsSyncing - { - get => _isSyncing; - set - { - if (value == _isSyncing) - return; - - _isSyncing = value; - OnPropertyChanged(); - } - } - - private int _selectedTabIndex; - - public int SelectedTabIndex - { - get => _selectedTabIndex; - set - { - if (value == _selectedTabIndex) - return; - - _selectedTabIndex = value; - OnPropertyChanged(); - } - } - - private bool _headerContextMenuIsOpen; - - public bool HeaderContextMenuIsOpen - { - get => _headerContextMenuIsOpen; - set - { - if (value == _headerContextMenuIsOpen) - return; - - _headerContextMenuIsOpen = value; - OnPropertyChanged(); - } - } - - #region Profiles - - private ICollectionView _profiles; - - public ICollectionView Profiles - { - get => _profiles; - private set - { - if (value == _profiles) - return; - - _profiles = value; - OnPropertyChanged(); - } - } - - private ProfileInfo _selectedProfile = new(); - - public ProfileInfo SelectedProfile - { - get => _selectedProfile; - set - { - if (value == _selectedProfile) - return; - - _selectedProfile = value; - OnPropertyChanged(); - } - } - - private string _search; - - public string Search - { - get => _search; - set - { - if (value == _search) - return; - - _search = value; - - // Start searching... - if (!_searchDisabled) - { - IsSearching = true; - _searchDispatcherTimer.Start(); - } - - OnPropertyChanged(); - } - } - - private bool _textBoxSearchIsFocused; - - private bool _isSearching; - - public bool IsSearching - { - get => _isSearching; - set - { - if (value == _isSearching) - return; - - _isSearching = value; - OnPropertyChanged(); - } - } - - private bool _profileFilterIsOpen; - - public bool ProfileFilterIsOpen - { - get => _profileFilterIsOpen; - set - { - if (value == _profileFilterIsOpen) - return; - - _profileFilterIsOpen = value; - OnPropertyChanged(); - } - } - - public ICollectionView ProfileFilterTagsView { get; } - - private ObservableCollection ProfileFilterTags { get; } = []; - - private bool _profileFilterTagsMatchAny = GlobalStaticConfiguration.Profile_TagsMatchAny; - - public bool ProfileFilterTagsMatchAny - { - get => _profileFilterTagsMatchAny; - set - { - if (value == _profileFilterTagsMatchAny) - return; - - _profileFilterTagsMatchAny = value; - OnPropertyChanged(); - } - } - - private bool _profileFilterTagsMatchAll; - - public bool ProfileFilterTagsMatchAll - { - get => _profileFilterTagsMatchAll; - set - { - if (value == _profileFilterTagsMatchAll) - return; - - _profileFilterTagsMatchAll = value; - OnPropertyChanged(); - } - } - - private bool _isProfileFilterSet; - - public bool IsProfileFilterSet - { - get => _isProfileFilterSet; - set - { - if (value == _isProfileFilterSet) - return; - - _isProfileFilterSet = value; - OnPropertyChanged(); - } - } - - private readonly GroupExpanderStateStore _groupExpanderStateStore = new(); - public GroupExpanderStateStore GroupExpanderStateStore => _groupExpanderStateStore; - - private bool _canProfileWidthChange = true; - private double _tempProfileWidth; - - private bool _expandProfileView; - - public bool ExpandProfileView - { - get => _expandProfileView; - set - { - if (value == _expandProfileView) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_ExpandProfileView = value; - - _expandProfileView = value; - - if (_canProfileWidthChange) - ResizeProfile(false); - - OnPropertyChanged(); - } - } - - private GridLength _profileWidth; - - public GridLength ProfileWidth - { - get => _profileWidth; - set - { - if (value == _profileWidth) - return; - - if (!_isLoading && Math.Abs(value.Value - GlobalStaticConfiguration.Profile_WidthCollapsed) > - GlobalStaticConfiguration.Profile_FloatPointFix) // Do not save the size when collapsed - SettingsManager.Current.AWSSessionManager_ProfileWidth = value.Value; - - _profileWidth = value; - - if (_canProfileWidthChange) - ResizeProfile(true); - - OnPropertyChanged(); - } - } - - private bool _profileContextMenuIsOpen; - - public bool ProfileContextMenuIsOpen - { - get => _profileContextMenuIsOpen; - set - { - if (value == _profileContextMenuIsOpen) - return; - - _profileContextMenuIsOpen = value; - OnPropertyChanged(); - } - } - - #endregion - - #endregion - - #region Constructor, load settings - - public AWSSessionManagerHostViewModel(IDialogCoordinator instance) - { - _isLoading = true; - - _dialogCoordinator = instance; - - // Check if AWS tools are installed - CheckRequirements(); - - // Check if PowerShell executable is configured - CheckExecutable(); - - // Try to find PowerShell executable - if (!IsExecutableConfigured) - TryFindExecutable(); - - WriteDefaultProfileToRegistry(); - - InterTabClient = new DragablzInterTabClient(ApplicationName.AWSSessionManager); - InterTabPartition = nameof(ApplicationName.AWSSessionManager); - - TabItems = []; - - // Profiles - CreateTags(); - - ProfileFilterTagsView = CollectionViewSource.GetDefaultView(ProfileFilterTags); - ProfileFilterTagsView.SortDescriptions.Add(new SortDescription(nameof(ProfileFilterTagsInfo.Name), - ListSortDirection.Ascending)); - - SetProfilesView(new ProfileFilterInfo()); - - ProfileManager.OnProfilesUpdated += ProfileManager_OnProfilesUpdated; - - _searchDispatcherTimer.Interval = GlobalStaticConfiguration.SearchDispatcherTimerTimeSpan; - _searchDispatcherTimer.Tick += SearchDispatcherTimer_Tick; - - LoadSettings(); - - SettingsManager.Current.PropertyChanged += SettingsManager_PropertyChanged; - SettingsManager.Current.AWSSessionManager_AWSProfiles.CollectionChanged += - AWSSessionManager_AWSProfiles_CollectionChanged; - - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - - _isLoading = false; - } - - private void LoadSettings() - { - IsSyncEnabled = SettingsManager.Current.AWSSessionManager_EnableSyncInstanceIDsFromAWS; - - ExpandProfileView = SettingsManager.Current.AWSSessionManager_ExpandProfileView; - - ProfileWidth = ExpandProfileView - ? new GridLength(SettingsManager.Current.AWSSessionManager_ProfileWidth) - : new GridLength(GlobalStaticConfiguration.Profile_WidthCollapsed); - - _tempProfileWidth = SettingsManager.Current.AWSSessionManager_ProfileWidth; - } - - #endregion - - #region ICommand & Actions - - public ICommand CheckRequirementsCommand => new RelayCommand(_ => CheckRequirementsAction()); - - private void CheckRequirementsAction() - { - CheckRequirements(); - } - - public ItemActionCallback CloseItemCommand => CloseItemAction; - - private void CloseItemAction(ItemActionCallbackArgs args) - { - ((args.DragablzItem.Content as DragablzTabItem)?.View as AWSSessionManagerControl)?.CloseTab(); - } - - private bool Connect_CanExecute(object obj) - { - return IsExecutableConfigured; - } - - public ICommand ConnectCommand => new RelayCommand(_ => ConnectAction(), Connect_CanExecute); - - private void ConnectAction() - { - Connect().ConfigureAwait(false); - } - - private bool IsConnected_CanExecute(object view) - { - if (view is AWSSessionManagerControl control) - return control.IsConnected; - - return false; - } - - public ICommand ReconnectCommand => new RelayCommand(ReconnectAction); - - private void ReconnectAction(object view) - { - if (view is AWSSessionManagerControl control) - if (control.ReconnectCommand.CanExecute(null)) - control.ReconnectCommand.Execute(null); - } - - public ICommand ResizeWindowCommand => new RelayCommand(ResizeWindowAction, IsConnected_CanExecute); - - private void ResizeWindowAction(object view) - { - if (view is AWSSessionManagerControl control) - control.ResizeEmbeddedWindow(); - } - - public ICommand ConnectProfileCommand => new RelayCommand(_ => ConnectProfileAction(), ConnectProfile_CanExecute); - - private bool ConnectProfile_CanExecute(object obj) - { - return !IsSearching && SelectedProfile != null; - } - - private void ConnectProfileAction() - { - ConnectProfile(); - } - - public ICommand ConnectProfileExternalCommand => new RelayCommand(_ => ConnectProfileExternalAction()); - - private void ConnectProfileExternalAction() - { - ConnectProfileExternal(); - } - - public ICommand AddProfileCommand => new RelayCommand(_ => AddProfileAction()); - - private void AddProfileAction() - { - ProfileDialogManager - .ShowAddProfileDialog(Application.Current.MainWindow, this, null, null, ApplicationName.AWSSessionManager) - .ConfigureAwait(false); - } - - private bool ModifyProfile_CanExecute(object obj) - { - return SelectedProfile is { IsDynamic: false }; - } - - public ICommand EditProfileCommand => new RelayCommand(_ => EditProfileAction(), ModifyProfile_CanExecute); - - private void EditProfileAction() - { - ProfileDialogManager.ShowEditProfileDialog(Application.Current.MainWindow, this, SelectedProfile) - .ConfigureAwait(false); - } - - public ICommand CopyAsProfileCommand => new RelayCommand(_ => CopyAsProfileAction(), ModifyProfile_CanExecute); - - private void CopyAsProfileAction() - { - ProfileDialogManager.ShowCopyAsProfileDialog(Application.Current.MainWindow, this, SelectedProfile) - .ConfigureAwait(false); - } - - public ICommand DeleteProfileCommand => new RelayCommand(_ => DeleteProfileAction(), ModifyProfile_CanExecute); - - private void DeleteProfileAction() - { - ProfileDialogManager - .ShowDeleteProfileDialog(Application.Current.MainWindow, this, new List { SelectedProfile }) - .ConfigureAwait(false); - } - - public ICommand EditGroupCommand => new RelayCommand(EditGroupAction); - - private void EditGroupAction(object group) - { - ProfileDialogManager - .ShowEditGroupDialog(Application.Current.MainWindow, this, ProfileManager.GetGroupByName($"{group}")) - .ConfigureAwait(false); - } - - private bool SyncInstanceIDsFromAWS_CanExecute(object obj) - { - return !IsSyncing && IsSyncEnabled; - } - - public ICommand SyncAllInstanceIDsFromAWSCommand => - new RelayCommand(_ => SyncAllInstanceIDsFromAWSAction(), SyncInstanceIDsFromAWS_CanExecute); - - private void SyncAllInstanceIDsFromAWSAction() - { - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - } - - public ICommand SyncGroupInstanceIDsFromAWSCommand => - new RelayCommand(SyncGroupInstanceIDsFromAWSAction, SyncInstanceIDsFromAWS_CanExecute); - - private void SyncGroupInstanceIDsFromAWSAction(object group) - { - SyncGroupInstanceIDsFromAWS((string)group).ConfigureAwait(false); - } - - public ICommand TextBoxSearchGotFocusCommand - { - get { return new RelayCommand(_ => _textBoxSearchIsFocused = true); } - } - - public ICommand TextBoxSearchLostFocusCommand - { - get { return new RelayCommand(_ => _textBoxSearchIsFocused = false); } - } - - public ICommand OpenProfileFilterCommand => new RelayCommand(_ => OpenProfileFilterAction()); - - private void OpenProfileFilterAction() - { - ConfigurationManager.Current.IsProfileFilterPopupOpen = true; - - ProfileFilterIsOpen = true; - } - - public ICommand ApplyProfileFilterCommand => new RelayCommand(_ => ApplyProfileFilterAction()); - - private void ApplyProfileFilterAction() - { - RefreshProfiles(); - - ProfileFilterIsOpen = false; - } - - public ICommand ClearProfileFilterCommand => new RelayCommand(_ => ClearProfileFilterAction()); - - private void ClearProfileFilterAction() - { - _searchDisabled = true; - Search = string.Empty; - _searchDisabled = false; - - foreach (var tag in ProfileFilterTags) - tag.IsSelected = false; - - RefreshProfiles(); - - IsProfileFilterSet = false; - ProfileFilterIsOpen = false; - } - - public ICommand ExpandAllProfileGroupsCommand => new RelayCommand(_ => ExpandAllProfileGroupsAction()); - - private void ExpandAllProfileGroupsAction() - { - SetIsExpandedForAllProfileGroups(true); - } - - public ICommand CollapseAllProfileGroupsCommand => new RelayCommand(_ => CollapseAllProfileGroupsAction()); - - private void CollapseAllProfileGroupsAction() - { - SetIsExpandedForAllProfileGroups(false); - } - - public ICommand OpenDocumentationCommand - { - get { return new RelayCommand(_ => OpenDocumentationAction()); } - } - - private void OpenDocumentationAction() - { - DocumentationManager.OpenDocumentation(DocumentationIdentifier.ApplicationAWSSessionManager); - } - - public ICommand OpenSettingsCommand => new RelayCommand(_ => OpenSettingsAction()); - - private static void OpenSettingsAction() - { - EventSystem.RedirectToSettings(); - } - - #endregion - - #region Methods - - private void CheckRequirements() - { - using var key = - Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall"); - - if (key == null) - return; - - foreach (var subKeyName in key.GetSubKeyNames()) - { - using var subKey = key.OpenSubKey(subKeyName); - - var displayName = subKey?.GetValue("DisplayName"); - - switch (displayName) - { - case null: - continue; - case "AWS Command Line Interface v2": - IsAWSCLIInstalled = true; - break; - case "Session Manager Plugin": - IsAWSSessionManagerPluginInstalled = true; - break; - } - } - } - - /// - /// Check if the executable is configured and exists. - /// - private void CheckExecutable() - { - IsExecutableConfigured = !string.IsNullOrEmpty(SettingsManager.Current.AWSSessionManager_ApplicationFilePath) && - File.Exists(SettingsManager.Current.AWSSessionManager_ApplicationFilePath); - - if (IsExecutableConfigured) - Log.Info( - $"PowerShell executable found: \"{SettingsManager.Current.AWSSessionManager_ApplicationFilePath}\""); - else - Log.Warn("PowerShell executable not found!"); - } - - /// - /// Try to find executable. - /// - private void TryFindExecutable() - { - Log.Info("Try to find PowerShell executable..."); - - var applicationFilePath = ApplicationHelper.Find(PowerShell.PwshFileName); - - if (string.IsNullOrEmpty(applicationFilePath)) - applicationFilePath = ApplicationHelper.Find(PowerShell.WindowsPowerShellFileName); - - SettingsManager.Current.AWSSessionManager_ApplicationFilePath = applicationFilePath; - - CheckExecutable(); - - if (!IsExecutableConfigured) - Log.Warn("Install PowerShell or configure the path in the settings."); - } - - private bool IsConfigured => IsAWSCLIInstalled && IsAWSSessionManagerPluginInstalled && IsExecutableConfigured; - - private async Task SyncAllInstanceIDsFromAWS() - { - if (!IsSyncEnabled) - { - Log.Info("Sync all EC2 instances from AWS is disabled in the settings."); - return; - } - - Log.Info("Sync all EC2 instance(s) from AWS..."); - - if (!IsConfigured) - { - Log.Warn( - $"Preconditions not met! AWS CLI installed {IsAWSCLIInstalled}. AWS Session Manager plugin installed {IsAWSSessionManagerPluginInstalled}. PowerShell configured {IsExecutableConfigured}."); - return; - } - - if (IsSyncing) - { - Log.Info("Skip... Sync is already running!"); - return; - } - - // Check if profiles are available - if (ProfileManager.LoadedProfileFile == null) - { - Log.Warn("Profile file is not loaded (or decrypted)! Please select (or unlock) a profile file first."); - return; - } - - IsSyncing = true; - - foreach (var profile in SettingsManager.Current.AWSSessionManager_AWSProfiles) - { - if (!profile.IsEnabled) - { - Log.Info($"Skip AWS profile \"[{profile.Profile}\\{profile.Region}]\" because it is disabled!"); - continue; - } - - await SyncInstanceIDsFromAWS(profile.Profile, profile.Region); - } - - // Make the user happy, let him see a reload animation (and he cannot spam the reload command) - await Task.Delay(GlobalStaticConfiguration.ApplicationUIRefreshInterval); - - Log.Info("All Instance IDs synced from AWS!"); - - IsSyncing = false; - } - - private async Task SyncGroupInstanceIDsFromAWS(string group) - { - Log.Info($"Sync group \"{group}\"..."); - - IsSyncing = true; - - // Extract "profile\region" from "~ [profile\region]" - Regex regex = new(@"\[(.*?)\]"); - var result = regex.Match(group); - - if (result.Success) - { - // Split "profile\region" into profile and region - var groupData = result.Groups[1].Value.Split(@"\"); - await SyncInstanceIDsFromAWS(groupData[0], groupData[1]); - } - else - { - Log.Error($"Could not extract AWS profile and AWS region from \"{group}\"!"); - } - - // Make the user happy, let him see a reload animation (and he cannot spam the reload command) - await Task.Delay(GlobalStaticConfiguration.ApplicationUIRefreshInterval); - - Log.Info("Group synced!"); - - IsSyncing = false; - } - - private async Task SyncInstanceIDsFromAWS(string profile, string region) - { - Log.Info($"Sync EC2 Instance(s) for AWS profile \"[{profile}\\{region}]\"..."); - - CredentialProfileStoreChain credentialProfileStoreChain = new(); - credentialProfileStoreChain.TryGetAWSCredentials(profile, out var credentials); - - if (credentials == null) - { - Log.Error( - $"Could not detect AWS credentials for AWS profile \"{profile}\"! You can configure them in the file \"%USERPROFILE%\\.aws\\config\" or via aws cli with the command \"aws configure --profile \" "); - return; - } - - using AmazonEC2Client client = new(credentials, RegionEndpoint.GetBySystemName(region)); - - DescribeInstancesResponse response; - - try - { - response = await client.DescribeInstancesAsync(); - } - catch (AmazonEC2Exception ex) - { - Log.Error($"Could not get EC2 Instance(s) from AWS! Error message: \"{ex.Message}\""); - return; - } - - var groupName = $"~ [{profile}\\{region}]"; - - // Create a new group info for profiles - var groupInfo = new GroupInfo - { - Name = groupName, - IsDynamic = true - }; - - foreach (var reservation in response.Reservations) - foreach (var instance in reservation.Instances) - { - if (SettingsManager.Current.AWSSessionManager_SyncOnlyRunningInstancesFromAWS && - instance.State.Name.Value != "running") - continue; - - var tagName = instance.Tags.FirstOrDefault(x => x.Key == "Name"); - - var name = tagName == null || tagName.Value == null - ? instance.InstanceId - : $"{tagName.Value} ({instance.InstanceId})"; - - groupInfo.Profiles.Add(new ProfileInfo - { - Name = name, - Host = instance.InstanceId, - Group = $"~ [{profile}\\{region}]", - IsDynamic = true, - - AWSSessionManager_Enabled = true, - AWSSessionManager_InstanceID = instance.InstanceId, - AWSSessionManager_OverrideProfile = true, - AWSSessionManager_Profile = profile, - AWSSessionManager_OverrideRegion = true, - AWSSessionManager_Region = region - }); - } - - // Remove, replace or add group - var profilesChangedCurrentState = ProfileManager.ProfilesChanged; - ProfileManager.ProfilesChanged = false; - - if (groupInfo.Profiles.Count == 0) - { - if (ProfileManager.GroupExists(groupName)) - ProfileManager.RemoveGroup(ProfileManager.GetGroupByName(groupName)); - - Log.Info("No EC2 Instance(s) found!"); - } - else - { - if (ProfileManager.GroupExists(groupName)) - ProfileManager.ReplaceGroup(ProfileManager.GetGroupByName(groupName), groupInfo); - else - ProfileManager.AddGroup(groupInfo); - - Log.Info($"Found {groupInfo.Profiles.Count} EC2 Instance(s) and added them to the group \"{groupName}\"!"); - } - - ProfileManager.ProfilesChanged = profilesChangedCurrentState; - } - - private void RemoveDynamicGroups() - { - foreach (var profile in SettingsManager.Current.AWSSessionManager_AWSProfiles) - { - if (!profile.IsEnabled) - continue; - - RemoveDynamicGroup(profile.Profile, profile.Region); - } - } - - private void RemoveDynamicGroup(string profile, string region) - { - var groupName = $"~ [{profile}\\{region}]"; - - var profilesChangedCurrentState = ProfileManager.ProfilesChanged; - ProfileManager.ProfilesChanged = false; - - if (ProfileManager.GroupExists(groupName)) - ProfileManager.RemoveGroup(ProfileManager.GetGroupByName(groupName)); - - ProfileManager.ProfilesChanged = profilesChangedCurrentState; - } - - private async Task Connect() - { - var customDialog = new CustomDialog - { - Title = Strings.Connect - }; - - var connectViewModel = new AWSSessionManagerConnectViewModel(async instance => - { - await _dialogCoordinator.HideMetroDialogAsync(this, customDialog); - ConfigurationManager.OnDialogClose(); - - // Create profile info - var sessionInfo = new AWSSessionManagerSessionInfo - { - InstanceID = instance.InstanceID, - Profile = instance.Profile, - Region = instance.Region - }; - - // Add to history - // Note: The history can only be updated after the values have been read. - // Otherwise, in some cases, incorrect values are taken over. - AddInstanceIDToHistory(instance.InstanceID); - AddProfileToHistory(instance.Profile); - AddRegionToHistory(instance.Region); - - // Connect - Connect(sessionInfo); - }, async _ => - { - await _dialogCoordinator.HideMetroDialogAsync(this, customDialog); - ConfigurationManager.OnDialogClose(); - }); - - customDialog.Content = new AWSSessionManagerConnectDialog - { - DataContext = connectViewModel - }; - - ConfigurationManager.OnDialogOpen(); - await _dialogCoordinator.ShowMetroDialogAsync(this, customDialog); - } - - private void ConnectProfile() - { - var sessionInfo = AWSSessionManagerProfile.CreateSessionInfo(SelectedProfile); - - Connect(sessionInfo, SelectedProfile.Name); - } - - private void ConnectProfileExternal() - { - var sessionInfo = AWSSessionManagerProfile.CreateSessionInfo(SelectedProfile); - - Process.Start(new ProcessStartInfo - { - FileName = SettingsManager.Current.AWSSessionManager_ApplicationFilePath, - Arguments = Models.AWS.AWSSessionManager.BuildCommandLine(sessionInfo) - }); - } - - private void Connect(AWSSessionManagerSessionInfo sessionInfo, string header = null) - { - sessionInfo.ApplicationFilePath = SettingsManager.Current.AWSSessionManager_ApplicationFilePath; - - var tabId = Guid.NewGuid(); - - TabItems.Add(new DragablzTabItem(header ?? sessionInfo.InstanceID, - new AWSSessionManagerControl(tabId, sessionInfo), tabId)); - - // Select the added tab - SelectedTabIndex = TabItems.Count - 1; - } - - // Modify history list - private static void AddInstanceIDToHistory(string instanceID) - { - if (string.IsNullOrEmpty(instanceID)) - return; - - SettingsManager.Current.AWSSessionManager_InstanceIDHistory = new ObservableCollection( - ListHelper.Modify(SettingsManager.Current.AWSSessionManager_InstanceIDHistory.ToList(), instanceID, - SettingsManager.Current.General_HistoryListEntries)); - } - - private static void AddProfileToHistory(string profile) - { - if (string.IsNullOrEmpty(profile)) - return; - - SettingsManager.Current.AWSSessionManager_ProfileHistory = new ObservableCollection( - ListHelper.Modify(SettingsManager.Current.AWSSessionManager_ProfileHistory.ToList(), profile, - SettingsManager.Current.General_HistoryListEntries)); - } - - private static void AddRegionToHistory(string region) - { - if (string.IsNullOrEmpty(region)) - return; - - SettingsManager.Current.AWSSessionManager_RegionHistory = new ObservableCollection( - ListHelper.Modify(SettingsManager.Current.AWSSessionManager_RegionHistory.ToList(), region, - SettingsManager.Current.General_HistoryListEntries)); - } - - private void SetIsExpandedForAllProfileGroups(bool isExpanded) - { - foreach (var group in Profiles.Groups.Cast()) - GroupExpanderStateStore[group.Name.ToString()] = isExpanded; - } - - private void ResizeProfile(bool dueToChangedSize) - { - _canProfileWidthChange = false; - - if (dueToChangedSize) - { - ExpandProfileView = Math.Abs(ProfileWidth.Value - GlobalStaticConfiguration.Profile_WidthCollapsed) > - GlobalStaticConfiguration.Profile_FloatPointFix; - } - else - { - if (ExpandProfileView) - { - ProfileWidth = - Math.Abs(_tempProfileWidth - GlobalStaticConfiguration.Profile_WidthCollapsed) < - GlobalStaticConfiguration.Profile_FloatPointFix - ? new GridLength(GlobalStaticConfiguration.Profile_DefaultWidthExpanded) - : new GridLength(_tempProfileWidth); - } - else - { - _tempProfileWidth = ProfileWidth.Value; - ProfileWidth = new GridLength(GlobalStaticConfiguration.Profile_WidthCollapsed); - } - } - - _canProfileWidthChange = true; - } - - public void FocusEmbeddedWindow() - { - /* Don't continue if - - Search TextBox is focused - - Header ContextMenu is opened - - Profile ContextMenu is opened - */ - if (_textBoxSearchIsFocused || HeaderContextMenuIsOpen || ProfileContextMenuIsOpen) - return; - - var window = Application.Current.Windows.OfType().FirstOrDefault(x => x.IsActive); - - if (window == null) - return; - - // Find all TabablzControl in the active window - foreach (var tabablzControl in VisualTreeHelper.FindVisualChildren(window)) - { - // Skip if no items - if (tabablzControl.Items.Count == 0) - continue; - - // Focus embedded window in the selected tab - (((DragablzTabItem)tabablzControl.SelectedItem)?.View as IEmbeddedWindow)?.FocusEmbeddedWindow(); - - break; - } - } - - public void OnViewVisible(bool fromSettings) - { - _isViewActive = true; - - RefreshProfiles(); - - // Do not synchronize If the view becomes visible again - // after the settings have been opened - if (!fromSettings) - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - } - - public void OnViewHide() - { - _isViewActive = false; - } - - public void OnProfileLoaded() - { - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - } - - private void CreateTags() - { - var tags = ProfileManager.Groups.SelectMany(x => x.Profiles).Where(x => x.AWSSessionManager_Enabled) - .SelectMany(x => x.TagsCollection).Distinct().ToList(); - - var tagSet = new HashSet(tags); - - for (var i = ProfileFilterTags.Count - 1; i >= 0; i--) - { - if (!tagSet.Contains(ProfileFilterTags[i].Name)) - ProfileFilterTags.RemoveAt(i); - } - - var existingTagNames = new HashSet(ProfileFilterTags.Select(ft => ft.Name)); - - foreach (var tag in tags.Where(tag => !existingTagNames.Contains(tag))) - { - ProfileFilterTags.Add(new ProfileFilterTagsInfo(false, tag)); - } - } - - private void SetProfilesView(ProfileFilterInfo filter, ProfileInfo profile = null) - { - Profiles = new CollectionViewSource - { - Source = ProfileManager.Groups.SelectMany(x => x.Profiles).Where(x => x.AWSSessionManager_Enabled && ( - string.IsNullOrEmpty(filter.Search) || - x.Name.IndexOf(filter.Search, StringComparison.OrdinalIgnoreCase) > -1 || - x.AWSSessionManager_InstanceID.IndexOf(filter.Search, StringComparison.OrdinalIgnoreCase) > -1) && ( - // If no tags are selected, show all profiles - (!filter.Tags.Any()) || - // Any tag can match - (filter.TagsFilterMatch == ProfileFilterTagsMatch.Any && - filter.Tags.Any(tag => x.TagsCollection.Contains(tag))) || - // All tags must match - (filter.TagsFilterMatch == ProfileFilterTagsMatch.All && - filter.Tags.All(tag => x.TagsCollection.Contains(tag)))) - ).OrderBy(x => x.Group).ThenBy(x => x.Name) - }.View; - - Profiles.GroupDescriptions.Add(new PropertyGroupDescription(nameof(ProfileInfo.Group))); - - // Set specific profile or first if null - SelectedProfile = null; - - if (profile != null) - SelectedProfile = Profiles.Cast().FirstOrDefault(x => x.Equals(profile)) ?? - Profiles.Cast().FirstOrDefault(); - else - SelectedProfile = Profiles.Cast().FirstOrDefault(); - } - - private void RefreshProfiles() - { - if (!_isViewActive) - return; - - var filter = new ProfileFilterInfo - { - Search = Search, - Tags = [.. ProfileFilterTags.Where(x => x.IsSelected).Select(x => x.Name)], - TagsFilterMatch = ProfileFilterTagsMatchAny ? ProfileFilterTagsMatch.Any : ProfileFilterTagsMatch.All - }; - - SetProfilesView(filter, SelectedProfile); - - IsProfileFilterSet = !string.IsNullOrEmpty(filter.Search) || filter.Tags.Any(); - } - - public void OnProfileFilterClosed() - { - ConfigurationManager.Current.IsProfileFilterPopupOpen = false; - } - - public void OnProfileManagerDialogOpen() - { - ConfigurationManager.OnDialogOpen(); - } - - public void OnProfileManagerDialogClose() - { - ConfigurationManager.OnDialogClose(); - } - - private void WriteDefaultProfileToRegistry() - { - if (!SettingsManager.Current.Appearance_PowerShellModifyGlobalProfile) - return; - - if (!IsExecutableConfigured) - return; - - Log.Debug("Write PowerShell profile to registry..."); - - PowerShell.WriteDefaultProfileToRegistry( - SettingsManager.Current.Appearance_Theme, - SettingsManager.Current.AWSSessionManager_ApplicationFilePath); - } - - #endregion - - #region Event - - private void SettingsManager_PropertyChanged(object sender, PropertyChangedEventArgs e) - { - switch (e.PropertyName) - { - case nameof(SettingsInfo.AWSSessionManager_EnableSyncInstanceIDsFromAWS): - { - IsSyncEnabled = SettingsManager.Current.AWSSessionManager_EnableSyncInstanceIDsFromAWS; - - if (IsSyncEnabled) - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - else - RemoveDynamicGroups(); - break; - } - case nameof(SettingsInfo.AWSSessionManager_SyncOnlyRunningInstancesFromAWS): - SyncAllInstanceIDsFromAWS().ConfigureAwait(false); - break; - case nameof(SettingsInfo.AWSSessionManager_ApplicationFilePath): - CheckExecutable(); - WriteDefaultProfileToRegistry(); - break; - case nameof(SettingsInfo.Appearance_PowerShellModifyGlobalProfile): - case nameof(SettingsInfo.Appearance_Theme): - WriteDefaultProfileToRegistry(); - break; - } - } - - private void AWSSessionManager_AWSProfiles_CollectionChanged(object sender, - NotifyCollectionChangedEventArgs e) - { - // Remove groups - if (e.OldItems != null) - foreach (AWSProfileInfo profile in e.OldItems) - RemoveDynamicGroup(profile.Profile, profile.Region); - - // Sync new groups - if (e.NewItems == null) - return; - - foreach (AWSProfileInfo profile in e.NewItems) - if (profile.IsEnabled) - SyncInstanceIDsFromAWS(profile.Profile, profile.Region).ConfigureAwait(false); - } - - private void ProfileManager_OnProfilesUpdated(object sender, EventArgs e) - { - CreateTags(); - - RefreshProfiles(); - } - - private void SearchDispatcherTimer_Tick(object sender, EventArgs e) - { - _searchDispatcherTimer.Stop(); - - RefreshProfiles(); - - IsSearching = false; - } - - #endregion -} \ No newline at end of file diff --git a/Source/NETworkManager/ViewModels/AWSSessionManagerSettingsViewModel.cs b/Source/NETworkManager/ViewModels/AWSSessionManagerSettingsViewModel.cs deleted file mode 100644 index fe0809c4c1..0000000000 --- a/Source/NETworkManager/ViewModels/AWSSessionManagerSettingsViewModel.cs +++ /dev/null @@ -1,318 +0,0 @@ -using MahApps.Metro.Controls.Dialogs; -using MahApps.Metro.SimpleChildWindow; -using NETworkManager.Localization.Resources; -using NETworkManager.Models.AWS; -using NETworkManager.Settings; -using NETworkManager.Utilities; -using NETworkManager.Views; -using System; -using System.ComponentModel; -using System.Diagnostics; -using System.IO; -using System.Threading.Tasks; -using System.Windows; -using System.Windows.Data; -using System.Windows.Input; - -namespace NETworkManager.ViewModels; - -public class AWSSessionManagerSettingsViewModel : ViewModelBase -{ - #region Variables - - private readonly IDialogCoordinator _dialogCoordinator; - - private readonly bool _isLoading; - - private bool _enableSyncInstanceIDsFromAWS; - - public bool EnableSyncInstanceIDsFromAWS - { - get => _enableSyncInstanceIDsFromAWS; - set - { - if (value == _enableSyncInstanceIDsFromAWS) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_EnableSyncInstanceIDsFromAWS = value; - - _enableSyncInstanceIDsFromAWS = value; - OnPropertyChanged(); - } - } - - public ICollectionView AWSProfiles { get; } - - private AWSProfileInfo _selectedAWSProfile = new(); - - public AWSProfileInfo SelectedAWSProfile - { - get => _selectedAWSProfile; - set - { - if (value == _selectedAWSProfile) - return; - - _selectedAWSProfile = value; - OnPropertyChanged(); - } - } - - private bool _syncOnlyRunningInstancesFromAWS; - - public bool SyncOnlyRunningInstancesFromAWS - { - get => _syncOnlyRunningInstancesFromAWS; - set - { - if (value == _syncOnlyRunningInstancesFromAWS) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_SyncOnlyRunningInstancesFromAWS = value; - - _syncOnlyRunningInstancesFromAWS = value; - OnPropertyChanged(); - } - } - - private string _profile; - - public string Profile - { - get => _profile; - set - { - if (value == _profile) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_Profile = value; - - _profile = value; - OnPropertyChanged(); - } - } - - private string _region; - - public string Region - { - get => _region; - set - { - if (value == _region) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_Region = value; - - _region = value; - OnPropertyChanged(); - } - } - - private string _applicationFilePath; - - public string ApplicationFilePath - { - get => _applicationFilePath; - set - { - if (value == _applicationFilePath) - return; - - if (!_isLoading) - SettingsManager.Current.AWSSessionManager_ApplicationFilePath = value; - - IsConfigured = !string.IsNullOrEmpty(value); - - _applicationFilePath = value; - OnPropertyChanged(); - } - } - - private bool _isConfigured; - - public bool IsConfigured - { - get => _isConfigured; - set - { - if (value == _isConfigured) - return; - - _isConfigured = value; - OnPropertyChanged(); - } - } - - #endregion - - #region Contructor, load settings - - public AWSSessionManagerSettingsViewModel(IDialogCoordinator instance) - { - _isLoading = true; - - _dialogCoordinator = instance; - - AWSProfiles = CollectionViewSource.GetDefaultView(SettingsManager.Current.AWSSessionManager_AWSProfiles); - AWSProfiles.SortDescriptions.Add(new SortDescription(nameof(AWSProfileInfo.Profile), - ListSortDirection.Ascending)); - AWSProfiles.SortDescriptions.Add( - new SortDescription(nameof(AWSProfileInfo.Region), ListSortDirection.Ascending)); - - LoadSettings(); - - _isLoading = false; - } - - private void LoadSettings() - { - EnableSyncInstanceIDsFromAWS = SettingsManager.Current.AWSSessionManager_EnableSyncInstanceIDsFromAWS; - SyncOnlyRunningInstancesFromAWS = SettingsManager.Current.AWSSessionManager_SyncOnlyRunningInstancesFromAWS; - Profile = SettingsManager.Current.AWSSessionManager_Profile; - Region = SettingsManager.Current.AWSSessionManager_Region; - ApplicationFilePath = SettingsManager.Current.AWSSessionManager_ApplicationFilePath; - IsConfigured = File.Exists(ApplicationFilePath); - } - - #endregion - - #region ICommands & Actions - - public ICommand AddAWSProfileCommand => new RelayCommand(_ => AddAWSProfileAction()); - - private void AddAWSProfileAction() - { - AddAWSProfile().ConfigureAwait(false); - } - - public ICommand EditAWSProfileCommand => new RelayCommand(_ => EditAWSProfileAction()); - - private void EditAWSProfileAction() - { - EditAWSProfile().ConfigureAwait(false); - } - - public ICommand DeleteAWSProfileCommand => new RelayCommand(_ => DeleteAWSProfileAction()); - - private void DeleteAWSProfileAction() - { - DeleteAWSProfile().ConfigureAwait(false); - } - - public ICommand BrowseFileCommand => new RelayCommand(_ => BrowseFileAction()); - - private void BrowseFileAction() - { - var openFileDialog = new System.Windows.Forms.OpenFileDialog - { - Filter = GlobalStaticConfiguration.ApplicationFileExtensionFilter - }; - - if (openFileDialog.ShowDialog() == System.Windows.Forms.DialogResult.OK) - ApplicationFilePath = openFileDialog.FileName; - } - - public ICommand ConfigureCommand => new RelayCommand(_ => ConfigureAction()); - - private void ConfigureAction() - { - Configure().ConfigureAwait(false); - } - - #endregion - - #region Methods - - private async Task AddAWSProfile() - { - var customDialog = new CustomDialog - { - Title = Strings.AddAWSProfile - }; - - var viewModel = new AWSProfileViewModel(instance => - { - _dialogCoordinator.HideMetroDialogAsync(this, customDialog); - - SettingsManager.Current.AWSSessionManager_AWSProfiles.Add(new AWSProfileInfo(instance.IsEnabled, - instance.Profile, instance.Region)); - }, _ => { _dialogCoordinator.HideMetroDialogAsync(this, customDialog); }); - - customDialog.Content = new AWSProfileDialog - { - DataContext = viewModel - }; - - await _dialogCoordinator.ShowMetroDialogAsync(this, customDialog); - } - - public async Task EditAWSProfile() - { - var customDialog = new CustomDialog - { - Title = Strings.EditAWSProfile - }; - - var viewModel = new AWSProfileViewModel(instance => - { - _dialogCoordinator.HideMetroDialogAsync(this, customDialog); - - SettingsManager.Current.AWSSessionManager_AWSProfiles.Remove(SelectedAWSProfile); - SettingsManager.Current.AWSSessionManager_AWSProfiles.Add(new AWSProfileInfo(instance.IsEnabled, - instance.Profile, instance.Region)); - }, _ => { _dialogCoordinator.HideMetroDialogAsync(this, customDialog); }, true, SelectedAWSProfile); - - customDialog.Content = new AWSProfileDialog - { - DataContext = viewModel - }; - - await _dialogCoordinator.ShowMetroDialogAsync(this, customDialog); - } - - private async Task DeleteAWSProfile() - { - var result = await DialogHelper.ShowOKCancelMessageAsync(Application.Current.MainWindow, - Strings.DeleteAWSProfile, - Strings.DeleteAWSProfileMessage, - ChildWindowIcon.Info, - Strings.Delete); - - - if (!result) - return; - - SettingsManager.Current.AWSSessionManager_AWSProfiles.Remove(SelectedAWSProfile); - } - - private async Task Configure() - { - try - { - Process.Start(SettingsManager.Current.AWSSessionManager_ApplicationFilePath); - } - catch (Exception ex) - { - var settings = AppearanceManager.MetroDialog; - - settings.AffirmativeButtonText = Strings.OK; - - await _dialogCoordinator.ShowMessageAsync(this, Strings.Error, ex.Message, - MessageDialogStyle.Affirmative, settings); - } - } - - public void SetFilePathFromDragDrop(string filePath) - { - ApplicationFilePath = filePath; - - OnPropertyChanged(nameof(ApplicationFilePath)); - } - - #endregion -} \ No newline at end of file diff --git a/Source/NETworkManager/ViewModels/GroupViewModel.cs b/Source/NETworkManager/ViewModels/GroupViewModel.cs index 930761c1cc..dcbd1311c4 100644 --- a/Source/NETworkManager/ViewModels/GroupViewModel.cs +++ b/Source/NETworkManager/ViewModels/GroupViewModel.cs @@ -1431,70 +1431,6 @@ public ConnectionMode PuTTY_ConnectionMode #endregion - #region AWS Session Manager - - private bool _awsSessionManager_OverrideProfile; - - public bool AWSSessionManager_OverrideProfile - { - get => _awsSessionManager_OverrideProfile; - set - { - if (value == _awsSessionManager_OverrideProfile) - return; - - _awsSessionManager_OverrideProfile = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Profile; - - public string AWSSessionManager_Profile - { - get => _awsSessionManager_Profile; - set - { - if (value == _awsSessionManager_Profile) - return; - - _awsSessionManager_Profile = value; - OnPropertyChanged(); - } - } - - private bool _awsSessionManager_OverrideRegion; - - public bool AWSSessionManager_OverrideRegion - { - get => _awsSessionManager_OverrideRegion; - set - { - if (value == _awsSessionManager_OverrideRegion) - return; - - _awsSessionManager_OverrideRegion = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Region; - - public string AWSSessionManager_Region - { - get => _awsSessionManager_Region; - set - { - if (value == _awsSessionManager_Region) - return; - - _awsSessionManager_Region = value; - OnPropertyChanged(); - } - } - - #endregion - #region TigerVNC private bool _tigerVNC_OverridePort; @@ -1903,12 +1839,6 @@ public GroupViewModel(Action saveCommand, Action PuTTY_OverrideAdditionalCommandLine = groupInfo.PuTTY_OverrideAdditionalCommandLine; PuTTY_AdditionalCommandLine = groupInfo.PuTTY_AdditionalCommandLine; - // AWS Session Manager - AWSSessionManager_OverrideProfile = groupInfo.AWSSessionManager_OverrideProfile; - AWSSessionManager_Profile = groupInfo.AWSSessionManager_Profile; - AWSSessionManager_OverrideRegion = groupInfo.AWSSessionManager_OverrideRegion; - AWSSessionManager_Region = groupInfo.AWSSessionManager_Region; - // TigerVNC TigerVNC_OverridePort = groupInfo.TigerVNC_OverridePort; TigerVNC_Port = groupInfo.TigerVNC_Port; diff --git a/Source/NETworkManager/ViewModels/ProfileViewModel.cs b/Source/NETworkManager/ViewModels/ProfileViewModel.cs index a28e0e1bde..2838d1cec2 100644 --- a/Source/NETworkManager/ViewModels/ProfileViewModel.cs +++ b/Source/NETworkManager/ViewModels/ProfileViewModel.cs @@ -264,16 +264,6 @@ public ProfileViewModel(Action saveCommand, Action _awsSessionManager_Enabled; - set - { - if (value == _awsSessionManager_Enabled) - return; - - _awsSessionManager_Enabled = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_InstanceID; - - public string AWSSessionManager_InstanceID - { - get => _awsSessionManager_InstanceID; - set - { - if (value == _awsSessionManager_InstanceID) - return; - - _awsSessionManager_InstanceID = value; - OnPropertyChanged(); - } - } - - private bool _awsSessionManager_OverrideProfile; - - public bool AWSSessionManager_OverrideProfile - { - get => _awsSessionManager_OverrideProfile; - set - { - if (value == _awsSessionManager_OverrideProfile) - return; - - _awsSessionManager_OverrideProfile = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Profile; - - public string AWSSessionManager_Profile - { - get => _awsSessionManager_Profile; - set - { - if (value == _awsSessionManager_Profile) - return; - - _awsSessionManager_Profile = value; - OnPropertyChanged(); - } - } - - private bool _awsSessionManager_OverrideRegion; - - public bool AWSSessionManager_OverrideRegion - { - get => _awsSessionManager_OverrideRegion; - set - { - if (value == _awsSessionManager_OverrideRegion) - return; - - _awsSessionManager_OverrideRegion = value; - OnPropertyChanged(); - } - } - - private string _awsSessionManager_Region; - - public string AWSSessionManager_Region - { - get => _awsSessionManager_Region; - set - { - if (value == _awsSessionManager_Region) - return; - - _awsSessionManager_Region = value; - OnPropertyChanged(); - } - } - - #endregion - #region TigerVNC private bool _tigerVNC_Enabled; diff --git a/Source/NETworkManager/ViewModels/SettingsViewModel.cs b/Source/NETworkManager/ViewModels/SettingsViewModel.cs index 4330c85b25..caf06fb168 100644 --- a/Source/NETworkManager/ViewModels/SettingsViewModel.cs +++ b/Source/NETworkManager/ViewModels/SettingsViewModel.cs @@ -137,8 +137,7 @@ public SettingsViewInfo SelectedSettingsView private DNSLookupSettingsView _dnsLookupSettingsViewModel; private RemoteDesktopSettingsView _remoteDesktopSettingsView; private PowerShellSettingsView _powerShellSettingsView; - private PuTTYSettingsView _puTTYSettingsView; - private AWSSessionManagerSettingsView _awsSessionManagerSettingsView; + private PuTTYSettingsView _puTTYSettingsView; private TigerVNCSettingsView _tigerVNCSettingsView; private WebConsoleSettingsView _webConsoleSettingsView; private SNMPSettingsView _snmpSettingsView; @@ -315,12 +314,7 @@ private void ChangeSettingsContent(SettingsViewInfo settingsViewInfo) _puTTYSettingsView ??= new PuTTYSettingsView(); SettingsContent = _puTTYSettingsView; - break; - case SettingsName.AWSSessionManager: - _awsSessionManagerSettingsView ??= new AWSSessionManagerSettingsView(); - - SettingsContent = _awsSessionManagerSettingsView; - break; + break; case SettingsName.TigerVNC: _tigerVNCSettingsView ??= new TigerVNCSettingsView(); diff --git a/Source/NETworkManager/Views/AWSProfileDialog.xaml b/Source/NETworkManager/Views/AWSProfileDialog.xaml deleted file mode 100644 index dba5297ccc..0000000000 --- a/Source/NETworkManager/Views/AWSProfileDialog.xaml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs b/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs deleted file mode 100644 index 82def2f6e5..0000000000 --- a/Source/NETworkManager/Views/AWSSessionManagerHostView.xaml.cs +++ /dev/null @@ -1,63 +0,0 @@ -using System; -using System.Windows; -using System.Windows.Controls; -using System.Windows.Input; -using MahApps.Metro.Controls.Dialogs; -using NETworkManager.ViewModels; - -namespace NETworkManager.Views; - -public partial class AWSSessionManagerHostView -{ - private readonly AWSSessionManagerHostViewModel _viewModel = new(DialogCoordinator.Instance); - - private bool _loaded; - - public AWSSessionManagerHostView() - { - InitializeComponent(); - DataContext = _viewModel; - } - - private void UserControl_Loaded(object sender, RoutedEventArgs e) - { - _loaded = true; - } - - private void ContextMenu_Opened(object sender, RoutedEventArgs e) - { - if (sender is ContextMenu menu) - menu.DataContext = _viewModel; - } - - private void ListBoxItem_MouseDoubleClick(object sender, MouseButtonEventArgs e) - { - if (e.ChangedButton == MouseButton.Left) - _viewModel.ConnectProfileCommand.Execute(null); - } - - public void OnViewHide() - { - _viewModel.OnViewHide(); - } - - public void OnViewVisible(bool fromSettings) - { - _viewModel.OnViewVisible(fromSettings); - } - - public void OnProfileLoaded() - { - _viewModel.OnProfileLoaded(); - } - - public void FocusEmbeddedWindow() - { - _viewModel.FocusEmbeddedWindow(); - } - - private void PopupProfileFilter_Closed(object sender, EventArgs e) - { - _viewModel.OnProfileFilterClosed(); - } -} \ No newline at end of file diff --git a/Source/NETworkManager/Views/AWSSessionManagerSettingsView.xaml b/Source/NETworkManager/Views/AWSSessionManagerSettingsView.xaml deleted file mode 100644 index 10f3043c2d..0000000000 --- a/Source/NETworkManager/Views/AWSSessionManagerSettingsView.xaml +++ /dev/null @@ -1,189 +0,0 @@ - - - - - - - - - - - - - - - - - -