From f884c47ad889cc446f2af0b9400e7a38fc131e9a Mon Sep 17 00:00:00 2001 From: Dimitrij Date: Fri, 17 Sep 2021 22:58:58 +0100 Subject: [PATCH] set Language as resource --- mRemoteNG/App/CompatibilityChecker.cs | 1 + mRemoteNG/App/Import.cs | 1 + .../App/Initialization/StartupDataLogger.cs | 1 + mRemoteNG/App/Runtime.cs | 1 + mRemoteNG/App/Shutdown.cs | 1 + .../Config/Connections/SqlConnectionsSaver.cs | 1 + .../Config/DataProviders/FileBackupCreator.cs | 1 + .../Xml/XmlConnectionsDeserializer.cs | 1 + .../ActiveDirectoryDeserializer.cs | 1 + ...oteDesktopConnectionManagerDeserializer.cs | 3 +- .../Versioning/SqlDatabaseVersionVerifier.cs | 1 + .../Connection/AbstractConnectionRecord.cs | 1 + mRemoteNG/Connection/ConnectionInfo.cs | 1 + .../Connection/ConnectionInfoInheritance.cs | 1 + mRemoteNG/Connection/ConnectionInitiator.cs | 1 + mRemoteNG/Connection/ConnectionsService.cs | 1 + .../Http/Connection.Protocol.HTTPBase.cs | 1 + .../Connection/Protocol/IntegratedProgram.cs | 1 + .../Connection.Protocol.PowerShell.cs | 1 + .../Connection/Protocol/ProtocolFactory.cs | 1 + mRemoteNG/Connection/Protocol/ProtocolType.cs | 1 + mRemoteNG/Connection/Protocol/PuttyBase.cs | 1 + .../Protocol/RDP/AuthenticationLevel.cs | 1 + .../Protocol/RDP/RDGatewayUsageMethod.cs | 1 + .../RDP/RDGatewayUseConnectionCredentials.cs | 1 + .../Connection/Protocol/RDP/RDPColors.cs | 1 + .../Connection/Protocol/RDP/RDPResolutions.cs | 1 + .../Protocol/RDP/RDPSoundQuality.cs | 1 + .../Connection/Protocol/RDP/RDPSounds.cs | 1 + .../Connection/Protocol/RDP/RdpErrorCodes.cs | 1 + .../Connection/Protocol/RDP/RdpProtocol6.cs | 1 + .../Connection/Protocol/RDP/RdpProtocol7.cs | 1 + .../Connection/Protocol/RDP/RdpProtocol8.cs | 1 + .../Protocol/VNC/Connection.Protocol.VNC.cs | 1 + mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs | 1 + mRemoteNG/Connection/PuttySessionInfo.cs | 3 +- mRemoteNG/Connection/WebHelper.cs | 1 + .../CredentialDeletionMsgBoxConfirmer.cs | 1 + .../Credential/PlaceholderCredentialRecord.cs | 1 + mRemoteNG/Language/Language.Designer.cs | 3 +- .../MessageWriters/PopupMessageWriter.cs | 1 + mRemoteNG/Properties/AssemblyInfo.cs | 2 +- mRemoteNG/Properties/Resources.Designer.cs | 189 +++++++++--------- mRemoteNG/Properties/Resources.resx | 3 + mRemoteNG/Properties/Settings.Designer.cs | 11 +- .../PasswordIncludesLowerCaseConstraint.cs | 1 + .../PasswordIncludesNumbersConstraint.cs | 1 + ...wordIncludesSpecialCharactersConstraint.cs | 1 + .../PasswordIncludesUpperCaseConstraint.cs | 1 + .../PasswordLengthConstraint.cs | 1 + .../AeadCryptographyProvider.cs | 3 +- .../LegacyRijndaelCryptographyProvider.cs | 3 +- .../Cmdline/StartupArgumentsInterpreter.cs | 1 + mRemoteNG/Tools/ExternalTool.cs | 1 + mRemoteNG/Tools/MiscTools.cs | 1 + mRemoteNG/Tools/NotificationAreaIcon.cs | 1 + mRemoteNG/Tools/ReconnectGroup.Designer.cs | 5 +- mRemoteNG/Tools/ReconnectGroup.cs | 1 + mRemoteNG/Tools/ScanHost.cs | 1 + mRemoteNG/Tools/SecureTransfer.cs | 1 + mRemoteNG/Tools/Tools.LocalizedAttributes.cs | 3 +- .../Tree/ConnectionTreeDragAndDropHandler.cs | 1 + mRemoteNG/Tree/Root/RootNodeInfo.cs | 1 + .../Tree/Root/RootPuttySessionsNodeInfo.cs | 1 + .../SelectedConnectionDeletionConfirmer.cs | 1 + .../UI/Controls/ConnectionContextMenu.cs | 1 + .../ConnectionInfoPropertyGrid.cs | 1 + .../Controls/ConnectionTree/ConnectionTree.cs | 1 + .../UI/Controls/CredentialRecordListBox.cs | 1 + .../UI/Controls/CredentialRecordListView.cs | 1 + .../UI/Controls/ExternalToolsToolStrip.cs | 1 + mRemoteNG/UI/Controls/MultiSshToolStrip.cs | 1 + mRemoteNG/UI/Controls/QuickConnectComboBox.cs | 1 + .../UI/Controls/QuickConnectToolStrip.cs | 1 + mRemoteNG/UI/Controls/mrngIpTextBox.cs | 1 + mRemoteNG/UI/Controls/mrngSearchBox.cs | 1 + mRemoteNG/UI/DialogFactory.cs | 1 + mRemoteNG/UI/Forms/FrmAbout.cs | 1 + mRemoteNG/UI/Forms/FrmExport.cs | 1 + mRemoteNG/UI/Forms/FrmInputBox.cs | 1 + mRemoteNG/UI/Forms/FrmPassword.Designer.cs | 5 +- mRemoteNG/UI/Forms/FrmPassword.cs | 1 + mRemoteNG/UI/Forms/FrmUnhandledException.cs | 1 + .../UI/Forms/OptionsPages/AdvancedPage.cs | 1 + .../UI/Forms/OptionsPages/AppearancePage.cs | 1 + .../OptionsPages/ConnectionsPage.Designer.cs | 7 +- .../UI/Forms/OptionsPages/ConnectionsPage.cs | 1 + .../UI/Forms/OptionsPages/CredentialsPage.cs | 1 + .../Forms/OptionsPages/NotificationsPage.cs | 1 + .../UI/Forms/OptionsPages/SecurityPage.cs | 1 + .../UI/Forms/OptionsPages/SqlServerPage.cs | 1 + .../UI/Forms/OptionsPages/StartupExitPage.cs | 1 + .../OptionsPages/TabsPanelsPage.Designer.cs | 7 +- .../UI/Forms/OptionsPages/TabsPanelsPage.cs | 1 + mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs | 1 + .../UI/Forms/OptionsPages/UpdatesPage.cs | 1 + mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs | 9 +- mRemoteNG/UI/Forms/frmChoosePanel.cs | 1 + mRemoteNG/UI/Forms/frmMain.cs | 1 + mRemoteNG/UI/Forms/frmOptions.cs | 3 +- mRemoteNG/UI/Menu/AdvancedWindowMenu.cs | 1 + mRemoteNG/UI/Menu/FileMenu.cs | 1 + mRemoteNG/UI/Menu/HelpMenu.cs | 1 + mRemoteNG/UI/Menu/ToolsMenu.cs | 1 + mRemoteNG/UI/Menu/ViewMenu.cs | 1 + mRemoteNG/UI/Panels/PanelAdder.cs | 1 + mRemoteNG/UI/Tabs/ConnectionTab.cs | 1 + mRemoteNG/UI/Tabs/DockPaneStripNG.cs | 1 + mRemoteNG/UI/TaskDialog/frmTaskDialog.cs | 1 + .../UI/Window/ActiveDirectoryImportWindow.cs | 1 + mRemoteNG/UI/Window/ConfigWindow.cs | 1 + mRemoteNG/UI/Window/ConnectionTreeWindow.cs | 1 + mRemoteNG/UI/Window/ConnectionWindow.cs | 1 + .../UI/Window/ErrorAndInfoWindow.Designer.cs | 9 +- mRemoteNG/UI/Window/ErrorAndInfoWindow.cs | 1 + mRemoteNG/UI/Window/ExternalToolsWindow.cs | 1 + mRemoteNG/UI/Window/PortScanWindow.cs | 1 + mRemoteNG/UI/Window/SSHTransferWindow.cs | 1 + mRemoteNG/UI/Window/UltraVNCWindow.cs | 1 + mRemoteNG/UI/Window/UpdateWindow.cs | 1 + mRemoteNG/mRemoteNG.csproj | 3 - 121 files changed, 247 insertions(+), 127 deletions(-) diff --git a/mRemoteNG/App/CompatibilityChecker.cs b/mRemoteNG/App/CompatibilityChecker.cs index b838a1f2..cc60270d 100644 --- a/mRemoteNG/App/CompatibilityChecker.cs +++ b/mRemoteNG/App/CompatibilityChecker.cs @@ -7,6 +7,7 @@ using mRemoteNG.Messages; using mRemoteNG.Properties; using mRemoteNG.UI.Forms; using mRemoteNG.UI.TaskDialog; +using mRemoteNG.Resources.Language; namespace mRemoteNG.App { diff --git a/mRemoteNG/App/Import.cs b/mRemoteNG/App/Import.cs index bf496321..60b50205 100644 --- a/mRemoteNG/App/Import.cs +++ b/mRemoteNG/App/Import.cs @@ -7,6 +7,7 @@ using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; using mRemoteNG.Container; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.App { diff --git a/mRemoteNG/App/Initialization/StartupDataLogger.cs b/mRemoteNG/App/Initialization/StartupDataLogger.cs index ded52c9a..eab7a3c7 100644 --- a/mRemoteNG/App/Initialization/StartupDataLogger.cs +++ b/mRemoteNG/App/Initialization/StartupDataLogger.cs @@ -3,6 +3,7 @@ using System.Management; using System.Threading; using System.Windows.Forms; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; namespace mRemoteNG.App.Initialization { diff --git a/mRemoteNG/App/Runtime.cs b/mRemoteNG/App/Runtime.cs index fc9dcad9..bf34daf5 100644 --- a/mRemoteNG/App/Runtime.cs +++ b/mRemoteNG/App/Runtime.cs @@ -16,6 +16,7 @@ using System.Security; using System.Threading; using System.Windows.Forms; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.App { diff --git a/mRemoteNG/App/Shutdown.cs b/mRemoteNG/App/Shutdown.cs index 135bef96..e69c557e 100644 --- a/mRemoteNG/App/Shutdown.cs +++ b/mRemoteNG/App/Shutdown.cs @@ -7,6 +7,7 @@ using mRemoteNG.Config.Putty; using mRemoteNG.Properties; using mRemoteNG.UI.Controls; using mRemoteNG.UI.Forms; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Config/Connections/SqlConnectionsSaver.cs b/mRemoteNG/Config/Connections/SqlConnectionsSaver.cs index e6c38bb0..d39295e9 100644 --- a/mRemoteNG/Config/Connections/SqlConnectionsSaver.cs +++ b/mRemoteNG/Config/Connections/SqlConnectionsSaver.cs @@ -17,6 +17,7 @@ using mRemoteNG.Security.SymmetricEncryption; using mRemoteNG.Tools; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Config.Connections { diff --git a/mRemoteNG/Config/DataProviders/FileBackupCreator.cs b/mRemoteNG/Config/DataProviders/FileBackupCreator.cs index 330ccf71..57c9fbef 100644 --- a/mRemoteNG/Config/DataProviders/FileBackupCreator.cs +++ b/mRemoteNG/Config/DataProviders/FileBackupCreator.cs @@ -2,6 +2,7 @@ using System.IO; using mRemoteNG.App; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Config.DataProviders { diff --git a/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs index bcc2ab9a..56e80e79 100644 --- a/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs +++ b/mRemoteNG/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs @@ -17,6 +17,7 @@ using mRemoteNG.Tree; using mRemoteNG.Tree.Root; using mRemoteNG.UI.Forms; using mRemoteNG.UI.TaskDialog; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Config.Serializers.ConnectionSerializers.Xml { diff --git a/mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs index fa6591f0..15ca955c 100644 --- a/mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs +++ b/mRemoteNG/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs @@ -9,6 +9,7 @@ using mRemoteNG.Container; using mRemoteNG.Tools; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Config.Serializers.MiscSerializers { diff --git a/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs index 3925ae97..dee482d0 100644 --- a/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs +++ b/mRemoteNG/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.IO; using System.Security.Cryptography; using System.Text; @@ -9,6 +9,7 @@ using mRemoteNG.Connection.Protocol.RDP; using mRemoteNG.Container; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Config.Serializers.MiscSerializers { diff --git a/mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs b/mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs index 17d80204..8e14486f 100644 --- a/mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs +++ b/mRemoteNG/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs @@ -2,6 +2,7 @@ using mRemoteNG.App.Info; using mRemoteNG.Config.DatabaseConnectors; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; using System; namespace mRemoteNG.Config.Serializers.Versioning diff --git a/mRemoteNG/Connection/AbstractConnectionRecord.cs b/mRemoteNG/Connection/AbstractConnectionRecord.cs index 9ad98875..b3b799c2 100644 --- a/mRemoteNG/Connection/AbstractConnectionRecord.cs +++ b/mRemoteNG/Connection/AbstractConnectionRecord.cs @@ -7,6 +7,7 @@ using mRemoteNG.Connection.Protocol.VNC; using mRemoteNG.Properties; using mRemoteNG.Tools; using mRemoteNG.Tools.Attributes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection diff --git a/mRemoteNG/Connection/ConnectionInfo.cs b/mRemoteNG/Connection/ConnectionInfo.cs index 8e58df21..1da5c72b 100644 --- a/mRemoteNG/Connection/ConnectionInfo.cs +++ b/mRemoteNG/Connection/ConnectionInfo.cs @@ -16,6 +16,7 @@ using mRemoteNG.Connection.Protocol.VNC; using mRemoteNG.Container; using mRemoteNG.Properties; using mRemoteNG.Tree; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection diff --git a/mRemoteNG/Connection/ConnectionInfoInheritance.cs b/mRemoteNG/Connection/ConnectionInfoInheritance.cs index 73135617..713c9233 100644 --- a/mRemoteNG/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteNG/Connection/ConnectionInfoInheritance.cs @@ -3,6 +3,7 @@ using System.ComponentModel; using System.Linq; using System.Reflection; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection { diff --git a/mRemoteNG/Connection/ConnectionInitiator.cs b/mRemoteNG/Connection/ConnectionInitiator.cs index 8bcf64e9..ff8d0780 100644 --- a/mRemoteNG/Connection/ConnectionInitiator.cs +++ b/mRemoteNG/Connection/ConnectionInitiator.cs @@ -11,6 +11,7 @@ using mRemoteNG.UI.Panels; using mRemoteNG.UI.Tabs; using mRemoteNG.UI.Window; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection diff --git a/mRemoteNG/Connection/ConnectionsService.cs b/mRemoteNG/Connection/ConnectionsService.cs index 0eb25cf6..4e8a5712 100644 --- a/mRemoteNG/Connection/ConnectionsService.cs +++ b/mRemoteNG/Connection/ConnectionsService.cs @@ -18,6 +18,7 @@ using mRemoteNG.Tools; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; using mRemoteNG.UI; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection { diff --git a/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs index 1d303b6a..00df0dbe 100644 --- a/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs +++ b/mRemoteNG/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs @@ -4,6 +4,7 @@ using Microsoft.Web.WebView2.WinForms; using mRemoteNG.Tools; using mRemoteNG.App; using mRemoteNG.UI.Tabs; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.Http diff --git a/mRemoteNG/Connection/Protocol/IntegratedProgram.cs b/mRemoteNG/Connection/Protocol/IntegratedProgram.cs index 8db7f59b..42c72d0c 100644 --- a/mRemoteNG/Connection/Protocol/IntegratedProgram.cs +++ b/mRemoteNG/Connection/Protocol/IntegratedProgram.cs @@ -7,6 +7,7 @@ using mRemoteNG.App; using mRemoteNG.Messages; using mRemoteNG.Properties; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol { diff --git a/mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs b/mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs index 603647f7..4197ad83 100644 --- a/mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs +++ b/mRemoteNG/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs @@ -3,6 +3,7 @@ using System.Drawing; using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.PowerShell { diff --git a/mRemoteNG/Connection/Protocol/ProtocolFactory.cs b/mRemoteNG/Connection/Protocol/ProtocolFactory.cs index e3d592b8..8f20464a 100644 --- a/mRemoteNG/Connection/Protocol/ProtocolFactory.cs +++ b/mRemoteNG/Connection/Protocol/ProtocolFactory.cs @@ -8,6 +8,7 @@ using mRemoteNG.Connection.Protocol.VNC; using System; using mRemoteNG.Connection.Protocol.PowerShell; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol { diff --git a/mRemoteNG/Connection/Protocol/ProtocolType.cs b/mRemoteNG/Connection/Protocol/ProtocolType.cs index 07fdfdfe..6f4016fd 100644 --- a/mRemoteNG/Connection/Protocol/ProtocolType.cs +++ b/mRemoteNG/Connection/Protocol/ProtocolType.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol { diff --git a/mRemoteNG/Connection/Protocol/PuttyBase.cs b/mRemoteNG/Connection/Protocol/PuttyBase.cs index 633b037a..45afdeac 100644 --- a/mRemoteNG/Connection/Protocol/PuttyBase.cs +++ b/mRemoteNG/Connection/Protocol/PuttyBase.cs @@ -10,6 +10,7 @@ using System.Drawing; using System.Threading; using System.Windows.Forms; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs b/mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs index dcae7030..008e02eb 100644 --- a/mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs +++ b/mRemoteNG/Connection/Protocol/RDP/AuthenticationLevel.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs index 398d6eca..cc3eb38c 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUsageMethod.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs index 8f5e6f19..49e7c084 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDPColors.cs b/mRemoteNG/Connection/Protocol/RDP/RDPColors.cs index 34c03c60..ca45ff7a 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDPColors.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDPColors.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs b/mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs index d4367e20..c34f3055 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDPResolutions.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs b/mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs index cca98da1..2e9f3741 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDPSoundQuality.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs b/mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs index 13d84792..45f18beb 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RDPSounds.cs @@ -1,4 +1,5 @@ using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs b/mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs index e0216758..a5dbf8c3 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RdpErrorCodes.cs @@ -1,6 +1,7 @@ using System; using System.Collections; using mRemoteNG.App; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs index 415fb7d5..502c461a 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol6.cs @@ -14,6 +14,7 @@ using mRemoteNG.UI; using mRemoteNG.UI.Forms; using mRemoteNG.UI.Tabs; using MSTSCLib; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs index f5d29e87..1b6a0419 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol7.cs @@ -3,6 +3,7 @@ using mRemoteNG.App; using MSTSCLib; using System; using System.Windows.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs index 410bb93c..c1cb1057 100644 --- a/mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs +++ b/mRemoteNG/Connection/Protocol/RDP/RdpProtocol8.cs @@ -5,6 +5,7 @@ using AxMSTSCLib; using mRemoteNG.App; using mRemoteNG.Messages; using MSTSCLib; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.RDP { diff --git a/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs b/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs index e212b257..04f2cc66 100644 --- a/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs +++ b/mRemoteNG/Connection/Protocol/VNC/Connection.Protocol.VNC.cs @@ -5,6 +5,7 @@ using System.Net.Sockets; using mRemoteNG.App; using mRemoteNG.Tools; using mRemoteNG.UI.Forms; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs b/mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs index 35f74e9f..8d632b34 100644 --- a/mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs +++ b/mRemoteNG/Connection/Protocol/VNC/VNCEnum.cs @@ -1,5 +1,6 @@ using System.ComponentModel; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection.Protocol.VNC { diff --git a/mRemoteNG/Connection/PuttySessionInfo.cs b/mRemoteNG/Connection/PuttySessionInfo.cs index 33dc514e..f609dd6a 100644 --- a/mRemoteNG/Connection/PuttySessionInfo.cs +++ b/mRemoteNG/Connection/PuttySessionInfo.cs @@ -1,4 +1,4 @@ -using mRemoteNG.App; +using mRemoteNG.App; using mRemoteNG.Messages; using mRemoteNG.Tools; using System; @@ -6,6 +6,7 @@ using System.ComponentModel; using mRemoteNG.Connection.Protocol; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection diff --git a/mRemoteNG/Connection/WebHelper.cs b/mRemoteNG/Connection/WebHelper.cs index c58f1b06..fa86cef7 100644 --- a/mRemoteNG/Connection/WebHelper.cs +++ b/mRemoteNG/Connection/WebHelper.cs @@ -1,4 +1,5 @@ using mRemoteNG.Connection.Protocol; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Connection { diff --git a/mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs b/mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs index ab64d25e..5afdcb1e 100644 --- a/mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs +++ b/mRemoteNG/Credential/CredentialDeletionMsgBoxConfirmer.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.Linq; using System.Windows.Forms; using mRemoteNG.Tree; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Credential diff --git a/mRemoteNG/Credential/PlaceholderCredentialRecord.cs b/mRemoteNG/Credential/PlaceholderCredentialRecord.cs index ee4d5fdc..9916893b 100644 --- a/mRemoteNG/Credential/PlaceholderCredentialRecord.cs +++ b/mRemoteNG/Credential/PlaceholderCredentialRecord.cs @@ -3,6 +3,7 @@ using System.Collections.Generic; using System.ComponentModel; using System.Linq; using System.Security; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Credential { diff --git a/mRemoteNG/Language/Language.Designer.cs b/mRemoteNG/Language/Language.Designer.cs index bc9cf2af..e1c702b3 100644 --- a/mRemoteNG/Language/Language.Designer.cs +++ b/mRemoteNG/Language/Language.Designer.cs @@ -9,7 +9,8 @@ //------------------------------------------------------------------------------ -namespace mRemoteNG.Resources.Language{ +namespace mRemoteNG.Resources.Language +{ using System; diff --git a/mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs b/mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs index 07f5f57c..9b1c147e 100644 --- a/mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs +++ b/mRemoteNG/Messages/MessageWriters/PopupMessageWriter.cs @@ -1,5 +1,6 @@ using System; using System.Windows.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Messages.MessageWriters { diff --git a/mRemoteNG/Properties/AssemblyInfo.cs b/mRemoteNG/Properties/AssemblyInfo.cs index 276bcab2..d5598745 100644 --- a/mRemoteNG/Properties/AssemblyInfo.cs +++ b/mRemoteNG/Properties/AssemblyInfo.cs @@ -13,7 +13,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription("Multi-protocol remote connections manager")] [assembly: AssemblyCompany("mRemoteNG")] [assembly: AssemblyProduct("mRemoteNG")] -[assembly: AssemblyCopyright("2020 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")] +[assembly: AssemblyCopyright("2021 mRemoteNG Dev Team, 2010-2013 Riley McArdle, 2007-2009 Felix Deimel")] [assembly: AssemblyTrademark("")] [assembly: ComVisible(false)] diff --git a/mRemoteNG/Properties/Resources.Designer.cs b/mRemoteNG/Properties/Resources.Designer.cs index 7a9954e9..cc9b4322 100644 --- a/mRemoteNG/Properties/Resources.Designer.cs +++ b/mRemoteNG/Properties/Resources.Designer.cs @@ -1,27 +1,26 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ -namespace mRemoteNG { - using System; - - +//mRemoteNG.Properties +namespace mRemoteNG.Properties +{ using System; /// - /// Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw. + /// A strongly-typed resource class, for looking up localized strings, etc. /// - // Diese Klasse wurde von der StronglyTypedResourceBuilder automatisch generiert - // -Klasse über ein Tool wie ResGen oder Visual Studio automatisch generiert. - // Um einen Member hinzuzufügen oder zu entfernen, bearbeiten Sie die .ResX-Datei und führen dann ResGen - // mit der /str-Option erneut aus, oder Sie erstellen Ihr VS-Projekt neu. + // 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", "16.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] @@ -36,7 +35,7 @@ namespace mRemoteNG { } /// - /// Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird. + /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Resources.ResourceManager ResourceManager { @@ -50,8 +49,8 @@ namespace mRemoteNG { } /// - /// Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle - /// Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden. + /// Overrides the current thread's CurrentUICulture property for all + /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] internal static global::System.Globalization.CultureInfo Culture { @@ -64,7 +63,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Add_16x { get { @@ -74,7 +73,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap AddFolder_16x { get { @@ -84,7 +83,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap AddItem_16x { get { @@ -94,7 +93,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap AppearanceEditor_16x { get { @@ -104,7 +103,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ASPWebSite_16x { get { @@ -114,7 +113,17 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). + /// + internal static System.Drawing.Icon Backup_Icon { + get { + object obj = ResourceManager.GetObject("Backup_Icon", resourceCulture); + return ((System.Drawing.Icon)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Close_16x { get { @@ -124,7 +133,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap CloseSolution_16x { get { @@ -134,7 +143,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap CollapseAll_16x { get { @@ -144,7 +153,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ConnectedOverlay { get { @@ -154,7 +163,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Console_16x { get { @@ -164,7 +173,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Copy_16x { get { @@ -174,7 +183,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Diagram_16x { get { @@ -184,7 +193,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Disconnect_16x { get { @@ -194,7 +203,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Document_16x { get { @@ -204,7 +213,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ExpandAll_16x { get { @@ -214,7 +223,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ExpandDown_16x { get { @@ -224,7 +233,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Export_16x { get { @@ -234,7 +243,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ExtendedProperty_16x { get { @@ -244,7 +253,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap F1Help_16x { get { @@ -254,7 +263,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Favorite_16x { get { @@ -264,7 +273,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap FolderClosed_16x { get { @@ -274,7 +283,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap FullScreen_16x { get { @@ -284,7 +293,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap GlyphDown_16x { get { @@ -294,7 +303,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap GlyphLeft_16x { get { @@ -304,7 +313,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap GlyphRight_16x { get { @@ -314,7 +323,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap GlyphUp_16x { get { @@ -324,7 +333,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Header_dark { get { @@ -334,7 +343,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap HostStatus_Check { get { @@ -344,7 +353,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap HostStatus_Off { get { @@ -354,7 +363,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap HostStatus_On { get { @@ -364,7 +373,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap InsertPanel_16x { get { @@ -374,7 +383,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Key_16x { get { @@ -384,7 +393,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Loading_Spinner { get { @@ -394,7 +403,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Lock_16x { get { @@ -404,7 +413,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap LogError_16x { get { @@ -414,7 +423,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap LogWarning_16x { get { @@ -424,7 +433,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Message_16x { get { @@ -434,7 +443,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Monitor_16x { get { @@ -444,7 +453,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Icon ähnlich wie (Symbol). + /// Looks up a localized resource of type System.Drawing.Icon similar to (Icon). /// internal static System.Drawing.Icon mRemoteNG_Icon { get { @@ -454,14 +463,14 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Zeichenfolge, die <Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> + /// Looks up a localized string similar to <Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'> /// <VisualElements /// BackgroundColor='#343A40' /// ShowNameOnSquare150x150Logo='on' /// ForegroundText='light' /// Square150x150Logo='VisualElements_150.png' /// Square70x70Logo='VisualElements_70.png' /> - ///</Application> ähnelt. + ///</Application>. /// internal static string mRemoteNG_VisualElementsManifest { get { @@ -470,7 +479,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap NewFile_16x { get { @@ -480,7 +489,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap OpenFile_16x { get { @@ -490,7 +499,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Panel_16x { get { @@ -500,7 +509,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Property_16x { get { @@ -510,7 +519,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap PuttyConfig { get { @@ -520,7 +529,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap PuttySessions { get { @@ -530,7 +539,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Refresh_16x { get { @@ -540,7 +549,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Remove_16x { get { @@ -550,7 +559,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Rename_16x { get { @@ -560,7 +569,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Resize_16x { get { @@ -570,7 +579,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Run_16x { get { @@ -580,7 +589,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap RunUpdate_16x { get { @@ -590,7 +599,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Save_16x { get { @@ -600,7 +609,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Schema_16x { get { @@ -610,7 +619,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SchemaObjectProperty_16x { get { @@ -620,7 +629,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Search_16x { get { @@ -630,7 +639,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SearchAndApps_16x { get { @@ -640,7 +649,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Settings_16x { get { @@ -650,7 +659,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SortAscending_16x { get { @@ -660,7 +669,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SortDescending_16x { get { @@ -670,7 +679,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SQLDatabase_16x { get { @@ -680,7 +689,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap StartupProject_16x { get { @@ -690,7 +699,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap StatusInformation_16x { get { @@ -700,7 +709,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Stop_16x { get { @@ -710,7 +719,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap SyncArrow_16x { get { @@ -720,7 +729,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Tab_16x { get { @@ -730,7 +739,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap Test_16x { get { @@ -740,7 +749,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ToggleOfficeKeyboardScheme_16x { get { @@ -750,7 +759,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap UIAboutBox_16x { get { @@ -760,7 +769,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap UniqueKeyError_16x { get { @@ -770,7 +779,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap ViewDownBySchema_16x { get { @@ -780,7 +789,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap VisualElements_150 { get { @@ -790,7 +799,7 @@ namespace mRemoteNG { } /// - /// Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + /// Looks up a localized resource of type System.Drawing.Bitmap. /// internal static System.Drawing.Bitmap VisualElements_70 { get { diff --git a/mRemoteNG/Properties/Resources.resx b/mRemoteNG/Properties/Resources.resx index 33fb75ec..7bf6e35f 100644 --- a/mRemoteNG/Properties/Resources.resx +++ b/mRemoteNG/Properties/Resources.resx @@ -337,4 +337,7 @@ ..\Resources\Property_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\Backup_Icon.ico;System.Drawing.Icon, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/mRemoteNG/Properties/Settings.Designer.cs b/mRemoteNG/Properties/Settings.Designer.cs index 2407b4f5..859604ea 100644 --- a/mRemoteNG/Properties/Settings.Designer.cs +++ b/mRemoteNG/Properties/Settings.Designer.cs @@ -1,14 +1,15 @@ //------------------------------------------------------------------------------ // -// Dieser Code wurde von einem Tool generiert. -// Laufzeitversion:4.0.30319.42000 +// This code was generated by a tool. +// Runtime Version:4.0.30319.42000 // -// Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn -// der Code erneut generiert wird. +// Changes to this file may cause incorrect behavior and will be lost if +// the code is regenerated. // //------------------------------------------------------------------------------ -namespace mRemoteNG.Properties { +namespace mRemoteNG.Properties +{ [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] diff --git a/mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs index 04d87a4c..e1f76978 100644 --- a/mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs +++ b/mRemoteNG/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs @@ -1,6 +1,7 @@ using System; using System.Security; using System.Text.RegularExpressions; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.PasswordCreation { diff --git a/mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs index b147f2b8..f3ddee22 100644 --- a/mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs +++ b/mRemoteNG/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs @@ -1,6 +1,7 @@ using System; using System.Security; using System.Text.RegularExpressions; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.PasswordCreation { diff --git a/mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs index b8c4494f..ea816131 100644 --- a/mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs +++ b/mRemoteNG/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs @@ -2,6 +2,7 @@ using System.Collections.Generic; using System.Security; using System.Text.RegularExpressions; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.PasswordCreation diff --git a/mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs index b5e0f67c..0e45c71d 100644 --- a/mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs +++ b/mRemoteNG/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs @@ -1,6 +1,7 @@ using System; using System.Security; using System.Text.RegularExpressions; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.PasswordCreation { diff --git a/mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs b/mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs index 68b30143..d5196aab 100644 --- a/mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs +++ b/mRemoteNG/Security/PasswordCreation/PasswordLengthConstraint.cs @@ -1,5 +1,6 @@ using System; using System.Security; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.PasswordCreation diff --git a/mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs b/mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs index 134f16b0..b3f4c64c 100644 --- a/mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs +++ b/mRemoteNG/Security/SymmetricEncryption/AeadCryptographyProvider.cs @@ -1,4 +1,4 @@ -/* +/* * Initial work: * This work (Modern Encryption of a String C#, by James Tuley), * identified by James Tuley, is free of known copyright restrictions. @@ -16,6 +16,7 @@ using Org.BouncyCastle.Crypto.Engines; using Org.BouncyCastle.Crypto.Modes; using Org.BouncyCastle.Crypto.Parameters; using Org.BouncyCastle.Security; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs b/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs index 0b551de8..476f1140 100644 --- a/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs +++ b/mRemoteNG/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs @@ -1,10 +1,11 @@ -using System; +using System; using System.IO; using System.Security; using System.Security.Cryptography; using System.Text; using mRemoteNG.App; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Security.SymmetricEncryption diff --git a/mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs b/mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs index 9eb1b5f6..f2cfc1e5 100644 --- a/mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs +++ b/mRemoteNG/Tools/Cmdline/StartupArgumentsInterpreter.cs @@ -6,6 +6,7 @@ using System.Windows.Forms; using mRemoteNG.App.Info; using mRemoteNG.Messages; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools.Cmdline diff --git a/mRemoteNG/Tools/ExternalTool.cs b/mRemoteNG/Tools/ExternalTool.cs index f965b2fb..a574e52d 100644 --- a/mRemoteNG/Tools/ExternalTool.cs +++ b/mRemoteNG/Tools/ExternalTool.cs @@ -9,6 +9,7 @@ using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; using mRemoteNG.Container; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Tools/MiscTools.cs b/mRemoteNG/Tools/MiscTools.cs index 3472c608..2e0f508a 100644 --- a/mRemoteNG/Tools/MiscTools.cs +++ b/mRemoteNG/Tools/MiscTools.cs @@ -11,6 +11,7 @@ using mRemoteNG.Messages; using mRemoteNG.Properties; using mRemoteNG.UI.Forms; using MySql.Data.Types; +using mRemoteNG.Resources.Language; using static System.String; namespace mRemoteNG.Tools diff --git a/mRemoteNG/Tools/NotificationAreaIcon.cs b/mRemoteNG/Tools/NotificationAreaIcon.cs index 395bfbca..14902a2a 100644 --- a/mRemoteNG/Tools/NotificationAreaIcon.cs +++ b/mRemoteNG/Tools/NotificationAreaIcon.cs @@ -6,6 +6,7 @@ using mRemoteNG.Connection; using mRemoteNG.Container; using mRemoteNG.Properties; using mRemoteNG.UI.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools diff --git a/mRemoteNG/Tools/ReconnectGroup.Designer.cs b/mRemoteNG/Tools/ReconnectGroup.Designer.cs index 0143c07c..2166207c 100644 --- a/mRemoteNG/Tools/ReconnectGroup.Designer.cs +++ b/mRemoteNG/Tools/ReconnectGroup.Designer.cs @@ -1,4 +1,5 @@ using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools { @@ -69,7 +70,7 @@ namespace mRemoteNG.Tools this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(159, 23); this.btnClose.TabIndex = 7; - this.btnClose.Text = global::mRemoteNG.Language._Close; + this.btnClose.Text = Language._Close; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // @@ -91,7 +92,7 @@ namespace mRemoteNG.Tools this.chkReconnectWhenReady.Name = "chkReconnectWhenReady"; this.chkReconnectWhenReady.Size = new System.Drawing.Size(140, 17); this.chkReconnectWhenReady.TabIndex = 6; - this.chkReconnectWhenReady.Text = global::mRemoteNG.Language.CheckboxReconnectWhenReady; + this.chkReconnectWhenReady.Text = Language.CheckboxReconnectWhenReady; this.chkReconnectWhenReady.UseVisualStyleBackColor = true; this.chkReconnectWhenReady.CheckedChanged += new System.EventHandler(this.chkReconnectWhenReady_CheckedChanged); // diff --git a/mRemoteNG/Tools/ReconnectGroup.cs b/mRemoteNG/Tools/ReconnectGroup.cs index 6387bd53..6aa9bc26 100644 --- a/mRemoteNG/Tools/ReconnectGroup.cs +++ b/mRemoteNG/Tools/ReconnectGroup.cs @@ -1,5 +1,6 @@ using System; using System.Drawing; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools { diff --git a/mRemoteNG/Tools/ScanHost.cs b/mRemoteNG/Tools/ScanHost.cs index 6af10c60..ad347ae8 100644 --- a/mRemoteNG/Tools/ScanHost.cs +++ b/mRemoteNG/Tools/ScanHost.cs @@ -8,6 +8,7 @@ using mRemoteNG.Connection.Protocol.SSH; using mRemoteNG.Connection.Protocol.Telnet; using mRemoteNG.Connection.Protocol.VNC; using mRemoteNG.Messages; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools diff --git a/mRemoteNG/Tools/SecureTransfer.cs b/mRemoteNG/Tools/SecureTransfer.cs index 6feb30a7..2c93e052 100644 --- a/mRemoteNG/Tools/SecureTransfer.cs +++ b/mRemoteNG/Tools/SecureTransfer.cs @@ -4,6 +4,7 @@ using mRemoteNG.App; using Renci.SshNet; using Renci.SshNet.Sftp; using static System.IO.FileMode; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tools { diff --git a/mRemoteNG/Tools/Tools.LocalizedAttributes.cs b/mRemoteNG/Tools/Tools.LocalizedAttributes.cs index c67ce616..d4c2d7fb 100644 --- a/mRemoteNG/Tools/Tools.LocalizedAttributes.cs +++ b/mRemoteNG/Tools/Tools.LocalizedAttributes.cs @@ -1,5 +1,6 @@ -using System; +using System; using System.ComponentModel; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs b/mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs index 6aadb61f..b97f6bf1 100644 --- a/mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs +++ b/mRemoteNG/Tree/ConnectionTreeDragAndDropHandler.cs @@ -5,6 +5,7 @@ using BrightIdeasSoftware; using mRemoteNG.Connection; using mRemoteNG.Container; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tree diff --git a/mRemoteNG/Tree/Root/RootNodeInfo.cs b/mRemoteNG/Tree/Root/RootNodeInfo.cs index be8f30cb..fd5f7856 100644 --- a/mRemoteNG/Tree/Root/RootNodeInfo.cs +++ b/mRemoteNG/Tree/Root/RootNodeInfo.cs @@ -3,6 +3,7 @@ using System.ComponentModel; using mRemoteNG.Connection; using mRemoteNG.Container; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tree.Root diff --git a/mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs b/mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs index 53198d45..748fd1df 100644 --- a/mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs +++ b/mRemoteNG/Tree/Root/RootPuttySessionsNodeInfo.cs @@ -1,5 +1,6 @@ using mRemoteNG.Properties; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tree.Root { diff --git a/mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs b/mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs index 7a265aff..bf83cc6a 100644 --- a/mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs +++ b/mRemoteNG/Tree/SelectedConnectionDeletionConfirmer.cs @@ -2,6 +2,7 @@ using mRemoteNG.Container; using System; using System.Windows.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.Tree diff --git a/mRemoteNG/UI/Controls/ConnectionContextMenu.cs b/mRemoteNG/UI/Controls/ConnectionContextMenu.cs index c9930606..87f7c5e6 100644 --- a/mRemoteNG/UI/Controls/ConnectionContextMenu.cs +++ b/mRemoteNG/UI/Controls/ConnectionContextMenu.cs @@ -10,6 +10,7 @@ using mRemoteNG.Tools; using mRemoteNG.Tools.Clipboard; using mRemoteNG.Tree; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; // ReSharper disable UnusedParameter.Local diff --git a/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs b/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs index 59387d3f..3bf8322b 100644 --- a/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs +++ b/mRemoteNG/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs @@ -16,6 +16,7 @@ using mRemoteNG.Security; using mRemoteNG.Tools; using mRemoteNG.Tools.Attributes; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid { diff --git a/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs index f23c8c87..95a90044 100644 --- a/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs +++ b/mRemoteNG/UI/Controls/ConnectionTree/ConnectionTree.cs @@ -15,6 +15,7 @@ using mRemoteNG.Tools.Clipboard; using mRemoteNG.Tree; using mRemoteNG.Tree.ClickHandlers; using mRemoteNG.Tree.Root; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/UI/Controls/CredentialRecordListBox.cs b/mRemoteNG/UI/Controls/CredentialRecordListBox.cs index 83a76b7d..e3c46f7c 100644 --- a/mRemoteNG/UI/Controls/CredentialRecordListBox.cs +++ b/mRemoteNG/UI/Controls/CredentialRecordListBox.cs @@ -2,6 +2,7 @@ using System.ComponentModel; using System.Windows.Forms; using mRemoteNG.Credential; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/CredentialRecordListView.cs b/mRemoteNG/UI/Controls/CredentialRecordListView.cs index c3f38b12..c51cea3a 100644 --- a/mRemoteNG/UI/Controls/CredentialRecordListView.cs +++ b/mRemoteNG/UI/Controls/CredentialRecordListView.cs @@ -6,6 +6,7 @@ using mRemoteNG.Credential; using mRemoteNG.Credential.Repositories; using mRemoteNG.Tools.CustomCollections; using mRemoteNG.UI.Controls.PageSequence; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs b/mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs index e2e97748..ec1e553e 100644 --- a/mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs +++ b/mRemoteNG/UI/Controls/ExternalToolsToolStrip.cs @@ -5,6 +5,7 @@ using mRemoteNG.App; using mRemoteNG.Messages; using mRemoteNG.Tools; using mRemoteNG.Tree; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/MultiSshToolStrip.cs b/mRemoteNG/UI/Controls/MultiSshToolStrip.cs index 47d9ad50..9764d9f4 100644 --- a/mRemoteNG/UI/Controls/MultiSshToolStrip.cs +++ b/mRemoteNG/UI/Controls/MultiSshToolStrip.cs @@ -7,6 +7,7 @@ using System.Linq; using mRemoteNG.App; using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/QuickConnectComboBox.cs b/mRemoteNG/UI/Controls/QuickConnectComboBox.cs index 4fb49c29..1a1a4038 100644 --- a/mRemoteNG/UI/Controls/QuickConnectComboBox.cs +++ b/mRemoteNG/UI/Controls/QuickConnectComboBox.cs @@ -4,6 +4,7 @@ using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Connection; using mRemoteNG.Connection.Protocol; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs b/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs index 9289c2da..2586a853 100644 --- a/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs +++ b/mRemoteNG/UI/Controls/QuickConnectToolStrip.cs @@ -11,6 +11,7 @@ using mRemoteNG.Container; using mRemoteNG.Properties; using mRemoteNG.Themes; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/mrngIpTextBox.cs b/mRemoteNG/UI/Controls/mrngIpTextBox.cs index 15aa2a42..3ad5dc48 100644 --- a/mRemoteNG/UI/Controls/mrngIpTextBox.cs +++ b/mRemoteNG/UI/Controls/mrngIpTextBox.cs @@ -6,6 +6,7 @@ using System; using System.Windows.Forms; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/Controls/mrngSearchBox.cs b/mRemoteNG/UI/Controls/mrngSearchBox.cs index 2003a303..eab3887d 100644 --- a/mRemoteNG/UI/Controls/mrngSearchBox.cs +++ b/mRemoteNG/UI/Controls/mrngSearchBox.cs @@ -1,5 +1,6 @@ using System; using System.Windows.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Controls { diff --git a/mRemoteNG/UI/DialogFactory.cs b/mRemoteNG/UI/DialogFactory.cs index 478522a7..64b1b71c 100644 --- a/mRemoteNG/UI/DialogFactory.cs +++ b/mRemoteNG/UI/DialogFactory.cs @@ -5,6 +5,7 @@ using mRemoteNG.App; using mRemoteNG.App.Info; using mRemoteNG.Messages; using mRemoteNG.UI.TaskDialog; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI { diff --git a/mRemoteNG/UI/Forms/FrmAbout.cs b/mRemoteNG/UI/Forms/FrmAbout.cs index a8191a12..35632f00 100644 --- a/mRemoteNG/UI/Forms/FrmAbout.cs +++ b/mRemoteNG/UI/Forms/FrmAbout.cs @@ -2,6 +2,7 @@ using System.Windows.Forms; using mRemoteNG.App.Info; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/FrmExport.cs b/mRemoteNG/UI/Forms/FrmExport.cs index 204cb515..29dc3246 100644 --- a/mRemoteNG/UI/Forms/FrmExport.cs +++ b/mRemoteNG/UI/Forms/FrmExport.cs @@ -6,6 +6,7 @@ using mRemoteNG.Config.Connections; using mRemoteNG.Connection; using mRemoteNG.Container; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/FrmInputBox.cs b/mRemoteNG/UI/Forms/FrmInputBox.cs index b78d6c06..a04afb95 100644 --- a/mRemoteNG/UI/Forms/FrmInputBox.cs +++ b/mRemoteNG/UI/Forms/FrmInputBox.cs @@ -1,5 +1,6 @@ using System.Windows.Forms; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/FrmPassword.Designer.cs b/mRemoteNG/UI/Forms/FrmPassword.Designer.cs index bb494f22..090e6cee 100644 --- a/mRemoteNG/UI/Forms/FrmPassword.Designer.cs +++ b/mRemoteNG/UI/Forms/FrmPassword.Designer.cs @@ -1,4 +1,5 @@ using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { @@ -75,7 +76,7 @@ namespace mRemoteNG.UI.Forms this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 7; - this.btnOK.Text = global::mRemoteNG.Language._Ok; + this.btnOK.Text = Language._Ok; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // @@ -88,7 +89,7 @@ namespace mRemoteNG.UI.Forms this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(75, 23); this.btnCancel.TabIndex = 6; - this.btnCancel.Text = global::mRemoteNG.Language._Cancel; + this.btnCancel.Text = Language._Cancel; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // diff --git a/mRemoteNG/UI/Forms/FrmPassword.cs b/mRemoteNG/UI/Forms/FrmPassword.cs index f9f96e40..20363086 100644 --- a/mRemoteNG/UI/Forms/FrmPassword.cs +++ b/mRemoteNG/UI/Forms/FrmPassword.cs @@ -4,6 +4,7 @@ using System.Windows.Forms; using mRemoteNG.Security; using mRemoteNG.Themes; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/FrmUnhandledException.cs b/mRemoteNG/UI/Forms/FrmUnhandledException.cs index a387f82d..34ff87d9 100644 --- a/mRemoteNG/UI/Forms/FrmUnhandledException.cs +++ b/mRemoteNG/UI/Forms/FrmUnhandledException.cs @@ -5,6 +5,7 @@ using System.Text; using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.App.Info; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs index e5dc3ab5..e6ec5b61 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/AdvancedPage.cs @@ -7,6 +7,7 @@ using mRemoteNG.Config.Putty; using mRemoteNG.Connection.Protocol; using mRemoteNG.Properties; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs index 97e378e9..6663a038 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/AppearancePage.cs @@ -3,6 +3,7 @@ using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Properties; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs index 7c4bc7e9..89d4fc9b 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs @@ -1,6 +1,5 @@ - - -using mRemoteNG.UI.Controls; +using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { @@ -154,7 +153,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.chkSingleClickOnOpenedConnectionSwitchesToIt.Name = "chkSingleClickOnOpenedConnectionSwitchesToIt"; this.chkSingleClickOnOpenedConnectionSwitchesToIt.Size = new System.Drawing.Size(492, 17); this.chkSingleClickOnOpenedConnectionSwitchesToIt.TabIndex = 1; - this.chkSingleClickOnOpenedConnectionSwitchesToIt.Text = global::mRemoteNG.Language.SingleClickOnOpenConnectionSwitchesToIt; + this.chkSingleClickOnOpenedConnectionSwitchesToIt.Text = Language.SingleClickOnOpenConnectionSwitchesToIt; this.chkSingleClickOnOpenedConnectionSwitchesToIt.UseVisualStyleBackColor = true; // // lblAutoSave1 diff --git a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs index 557fee51..6649cbcb 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ConnectionsPage.cs @@ -3,6 +3,7 @@ using System; using System.Collections.Generic; using mRemoteNG.Config.Connections; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs index 3197d076..50c6982f 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/CredentialsPage.cs @@ -2,6 +2,7 @@ using mRemoteNG.App; using mRemoteNG.Properties; using mRemoteNG.Security.SymmetricEncryption; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs index 7412407a..c3bcdb6b 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/NotificationsPage.cs @@ -3,6 +3,7 @@ using System.IO; using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs index 29c9dee6..f11cc2b8 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/SecurityPage.cs @@ -8,6 +8,7 @@ using mRemoteNG.Config.Serializers.ConnectionSerializers.Xml; using mRemoteNG.Properties; using mRemoteNG.Security; using mRemoteNG.Security.Factories; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs index 6d865fb6..b5118bf7 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/SqlServerPage.cs @@ -4,6 +4,7 @@ using mRemoteNG.Config.Connections.Multiuser; using mRemoteNG.Config.DatabaseConnectors; using mRemoteNG.Properties; using mRemoteNG.Security.SymmetricEncryption; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs index 1ad0e9fc..836dbcb8 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/StartupExitPage.cs @@ -1,5 +1,6 @@ using System; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs index 66e11b91..404aecb9 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs @@ -1,6 +1,5 @@ - - -using mRemoteNG.UI.Controls; +using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { @@ -80,7 +79,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.chkIdentifyQuickConnectTabs.Name = "chkIdentifyQuickConnectTabs"; this.chkIdentifyQuickConnectTabs.Size = new System.Drawing.Size(315, 17); this.chkIdentifyQuickConnectTabs.TabIndex = 4; - this.chkIdentifyQuickConnectTabs.Text = global::mRemoteNG.Language.IdentifyQuickConnectTabs; + this.chkIdentifyQuickConnectTabs.Text = Language.IdentifyQuickConnectTabs; this.chkIdentifyQuickConnectTabs.UseVisualStyleBackColor = true; // // chkOpenNewTabRightOfSelected diff --git a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs index d03a4d5e..c8999794 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/TabsPanelsPage.cs @@ -1,4 +1,5 @@ using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs index bc00382d..6266db90 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/ThemePage.cs @@ -6,6 +6,7 @@ using System.Collections.Generic; using BrightIdeasSoftware; using mRemoteNG.Properties; using mRemoteNG.UI.TaskDialog; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs index 6c86ce55..4e336e54 100644 --- a/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs +++ b/mRemoteNG/UI/Forms/OptionsPages/UpdatesPage.cs @@ -8,6 +8,7 @@ using mRemoteNG.Properties; using mRemoteNG.Security.SymmetricEncryption; using mRemoteNG.Tools; using mRemoteNG.UI.TaskDialog; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms.OptionsPages { diff --git a/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs b/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs index b285b905..4f6b341e 100644 --- a/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs +++ b/mRemoteNG/UI/Forms/frmChoosePanel.Designer.cs @@ -1,6 +1,5 @@ - - -using mRemoteNG.UI.Controls; +using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { @@ -54,7 +53,7 @@ namespace mRemoteNG.UI.Forms this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 24); this.btnOK.TabIndex = 20; - this.btnOK.Text = global::mRemoteNG.Language._Ok; + this.btnOK.Text = Language._Ok; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // @@ -76,7 +75,7 @@ namespace mRemoteNG.UI.Forms this.btnNew.Name = "btnNew"; this.btnNew.Size = new System.Drawing.Size(75, 24); this.btnNew.TabIndex = 40; - this.btnNew.Text = global::mRemoteNG.Language._New; + this.btnNew.Text = Language._New; this.btnNew.UseVisualStyleBackColor = true; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // diff --git a/mRemoteNG/UI/Forms/frmChoosePanel.cs b/mRemoteNG/UI/Forms/frmChoosePanel.cs index 57110215..432b782f 100644 --- a/mRemoteNG/UI/Forms/frmChoosePanel.cs +++ b/mRemoteNG/UI/Forms/frmChoosePanel.cs @@ -2,6 +2,7 @@ using mRemoteNG.App; using mRemoteNG.Themes; using mRemoteNG.UI.Panels; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { diff --git a/mRemoteNG/UI/Forms/frmMain.cs b/mRemoteNG/UI/Forms/frmMain.cs index aacd7a72..fa0ab8a7 100644 --- a/mRemoteNG/UI/Forms/frmMain.cs +++ b/mRemoteNG/UI/Forms/frmMain.cs @@ -30,6 +30,7 @@ using mRemoteNG.UI.Panels; using WeifenLuo.WinFormsUI.Docking; using mRemoteNG.UI.Controls; using Settings = mRemoteNG.Properties.Settings; +using mRemoteNG.Resources.Language; // ReSharper disable MemberCanBePrivate.Global diff --git a/mRemoteNG/UI/Forms/frmOptions.cs b/mRemoteNG/UI/Forms/frmOptions.cs index 0da3984c..0ed14f95 100644 --- a/mRemoteNG/UI/Forms/frmOptions.cs +++ b/mRemoteNG/UI/Forms/frmOptions.cs @@ -7,6 +7,7 @@ using System.Windows.Forms; using mRemoteNG.Themes; using System.Configuration; using mRemoteNG.Properties; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Forms { @@ -82,7 +83,7 @@ namespace mRemoteNG.UI.Forms {typeof(SecurityPage).Name, new SecurityPage {Dock = DockStyle.Fill}}, {typeof(AdvancedPage).Name, new AdvancedPage {Dock = DockStyle.Fill}}, {typeof(BackupPage).Name, new BackupPage {Dock = DockStyle.Fill}}, - {typeof(ComponentsPage).Name, new ComponentsPage {Dock = DockStyle.Fill}}, + //{typeof(ComponentsPage).Name, new ComponentsPage {Dock = DockStyle.Fill}}, }; } diff --git a/mRemoteNG/UI/Menu/AdvancedWindowMenu.cs b/mRemoteNG/UI/Menu/AdvancedWindowMenu.cs index eb43d314..96550245 100644 --- a/mRemoteNG/UI/Menu/AdvancedWindowMenu.cs +++ b/mRemoteNG/UI/Menu/AdvancedWindowMenu.cs @@ -1,6 +1,7 @@ using System; using System.Windows.Forms; using mRemoteNG.Tools; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Menu/FileMenu.cs b/mRemoteNG/UI/Menu/FileMenu.cs index dac9cc7f..80ba2965 100644 --- a/mRemoteNG/UI/Menu/FileMenu.cs +++ b/mRemoteNG/UI/Menu/FileMenu.cs @@ -6,6 +6,7 @@ using mRemoteNG.Properties; using mRemoteNG.Security; using mRemoteNG.UI.Forms; using mRemoteNG.UI.Window; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Menu/HelpMenu.cs b/mRemoteNG/UI/Menu/HelpMenu.cs index a887c71d..b3a61930 100644 --- a/mRemoteNG/UI/Menu/HelpMenu.cs +++ b/mRemoteNG/UI/Menu/HelpMenu.cs @@ -4,6 +4,7 @@ using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.App.Info; using mRemoteNG.UI.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Menu/ToolsMenu.cs b/mRemoteNG/UI/Menu/ToolsMenu.cs index 5bdddcd1..32f83022 100644 --- a/mRemoteNG/UI/Menu/ToolsMenu.cs +++ b/mRemoteNG/UI/Menu/ToolsMenu.cs @@ -2,6 +2,7 @@ using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Credential; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Menu/ViewMenu.cs b/mRemoteNG/UI/Menu/ViewMenu.cs index 7ff5d4d9..1d79eee9 100644 --- a/mRemoteNG/UI/Menu/ViewMenu.cs +++ b/mRemoteNG/UI/Menu/ViewMenu.cs @@ -6,6 +6,7 @@ using mRemoteNG.Properties; using mRemoteNG.UI.Forms; using mRemoteNG.UI.Panels; using mRemoteNG.UI.Window; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Menu { diff --git a/mRemoteNG/UI/Panels/PanelAdder.cs b/mRemoteNG/UI/Panels/PanelAdder.cs index 700e17e8..239b0df4 100644 --- a/mRemoteNG/UI/Panels/PanelAdder.cs +++ b/mRemoteNG/UI/Panels/PanelAdder.cs @@ -7,6 +7,7 @@ using System.Collections; using System.Linq; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Panels { diff --git a/mRemoteNG/UI/Tabs/ConnectionTab.cs b/mRemoteNG/UI/Tabs/ConnectionTab.cs index 7b9ddad9..31c9faff 100644 --- a/mRemoteNG/UI/Tabs/ConnectionTab.cs +++ b/mRemoteNG/UI/Tabs/ConnectionTab.cs @@ -9,6 +9,7 @@ using mRemoteNG.Connection.Protocol.VNC; using mRemoteNG.Properties; using mRemoteNG.UI.TaskDialog; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Tabs { diff --git a/mRemoteNG/UI/Tabs/DockPaneStripNG.cs b/mRemoteNG/UI/Tabs/DockPaneStripNG.cs index 537211a2..a769424a 100644 --- a/mRemoteNG/UI/Tabs/DockPaneStripNG.cs +++ b/mRemoteNG/UI/Tabs/DockPaneStripNG.cs @@ -7,6 +7,7 @@ using System.Windows.Forms; using mRemoteNG.Connection; using mRemoteNG.Properties; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Tabs { diff --git a/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs b/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs index 50aee430..38eef4a6 100644 --- a/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs +++ b/mRemoteNG/UI/TaskDialog/frmTaskDialog.cs @@ -4,6 +4,7 @@ using System.Collections.Generic; using System.Drawing; using System.Windows.Forms; using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.TaskDialog { diff --git a/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs index 2def983e..96383d38 100644 --- a/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs +++ b/mRemoteNG/UI/Window/ActiveDirectoryImportWindow.cs @@ -5,6 +5,7 @@ using WeifenLuo.WinFormsUI.Docking; using mRemoteNG.App; using mRemoteNG.Container; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/UI/Window/ConfigWindow.cs b/mRemoteNG/UI/Window/ConfigWindow.cs index aa32a3fa..0666e358 100644 --- a/mRemoteNG/UI/Window/ConfigWindow.cs +++ b/mRemoteNG/UI/Window/ConfigWindow.cs @@ -14,6 +14,7 @@ using mRemoteNG.Themes; using mRemoteNG.Tree.Root; using mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window diff --git a/mRemoteNG/UI/Window/ConnectionTreeWindow.cs b/mRemoteNG/UI/Window/ConnectionTreeWindow.cs index e1e5598f..bc32b3f3 100644 --- a/mRemoteNG/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteNG/UI/Window/ConnectionTreeWindow.cs @@ -16,6 +16,7 @@ using mRemoteNG.Tree.Root; using mRemoteNG.UI.Controls.ConnectionTree; using mRemoteNG.UI.TaskDialog; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; // ReSharper disable ArrangeAccessorOwnerBody diff --git a/mRemoteNG/UI/Window/ConnectionWindow.cs b/mRemoteNG/UI/Window/ConnectionWindow.cs index 4829267b..a20fb5b7 100644 --- a/mRemoteNG/UI/Window/ConnectionWindow.cs +++ b/mRemoteNG/UI/Window/ConnectionWindow.cs @@ -18,6 +18,7 @@ using mRemoteNG.UI.Forms; using mRemoteNG.UI.Tabs; using mRemoteNG.UI.TaskDialog; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs index efc94417..3c547af1 100644 --- a/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs +++ b/mRemoteNG/UI/Window/ErrorAndInfoWindow.Designer.cs @@ -1,5 +1,6 @@  using mRemoteNG.UI.Controls; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { @@ -82,7 +83,7 @@ namespace mRemoteNG.UI.Window // // clmMessage // - this.clmMessage.Text = global::mRemoteNG.Language.Message; + this.clmMessage.Text = Language.Message; this.clmMessage.Width = 184; // // cMenMC @@ -102,7 +103,7 @@ namespace mRemoteNG.UI.Window this.cMenMCCopy.Name = "cMenMCCopy"; this.cMenMCCopy.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C))); this.cMenMCCopy.Size = new System.Drawing.Size(140, 22); - this.cMenMCCopy.Text = global::mRemoteNG.Language.Copy; + this.cMenMCCopy.Text = Language.Copy; this.cMenMCCopy.Click += new System.EventHandler(this.cMenMCCopy_Click); // // cMenMCDelete @@ -111,7 +112,7 @@ namespace mRemoteNG.UI.Window this.cMenMCDelete.Name = "cMenMCDelete"; this.cMenMCDelete.ShortcutKeys = System.Windows.Forms.Keys.Delete; this.cMenMCDelete.Size = new System.Drawing.Size(140, 22); - this.cMenMCDelete.Text = global::mRemoteNG.Language.Delete; + this.cMenMCDelete.Text = Language.Delete; this.cMenMCDelete.Click += new System.EventHandler(this.cMenMCDelete_Click); // // imgListMC @@ -152,7 +153,7 @@ namespace mRemoteNG.UI.Window this.Font = new System.Drawing.Font("Segoe UI", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.HideOnClose = true; this.Name = "ErrorAndInfoWindow"; - this.TabText = global::mRemoteNG.Language.Notifications; + this.TabText = Language.Notifications; this.Text = "Notifications"; this.Load += new System.EventHandler(this.ErrorsAndInfos_Load); this.Resize += new System.EventHandler(this.ErrorsAndInfos_Resize); diff --git a/mRemoteNG/UI/Window/ErrorAndInfoWindow.cs b/mRemoteNG/UI/Window/ErrorAndInfoWindow.cs index 422c65fa..51e5f633 100644 --- a/mRemoteNG/UI/Window/ErrorAndInfoWindow.cs +++ b/mRemoteNG/UI/Window/ErrorAndInfoWindow.cs @@ -9,6 +9,7 @@ using mRemoteNG.App; using mRemoteNG.Messages; using mRemoteNG.UI.Forms; using mRemoteNG.Themes; +using mRemoteNG.Resources.Language; using Message = mRemoteNG.Messages.Message; namespace mRemoteNG.UI.Window diff --git a/mRemoteNG/UI/Window/ExternalToolsWindow.cs b/mRemoteNG/UI/Window/ExternalToolsWindow.cs index 92902a42..d164d01e 100644 --- a/mRemoteNG/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteNG/UI/Window/ExternalToolsWindow.cs @@ -9,6 +9,7 @@ using WeifenLuo.WinFormsUI.Docking; using mRemoteNG.UI.Forms; using mRemoteNG.Themes; using mRemoteNG.Tools.CustomCollections; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/UI/Window/PortScanWindow.cs b/mRemoteNG/UI/Window/PortScanWindow.cs index 76b60cf7..27824807 100644 --- a/mRemoteNG/UI/Window/PortScanWindow.cs +++ b/mRemoteNG/UI/Window/PortScanWindow.cs @@ -11,6 +11,7 @@ using mRemoteNG.Messages; using mRemoteNG.Tools; using mRemoteNG.Tree.Root; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/UI/Window/SSHTransferWindow.cs b/mRemoteNG/UI/Window/SSHTransferWindow.cs index 07933af5..b102bf35 100644 --- a/mRemoteNG/UI/Window/SSHTransferWindow.cs +++ b/mRemoteNG/UI/Window/SSHTransferWindow.cs @@ -8,6 +8,7 @@ using System.Windows.Forms; using mRemoteNG.Messages; using mRemoteNG.UI.Controls; using mRemoteNG.UI.Forms; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/UI/Window/UltraVNCWindow.cs b/mRemoteNG/UI/Window/UltraVNCWindow.cs index f065eb35..e6d829d5 100644 --- a/mRemoteNG/UI/Window/UltraVNCWindow.cs +++ b/mRemoteNG/UI/Window/UltraVNCWindow.cs @@ -1,6 +1,7 @@ using System; using mRemoteNG.App; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window diff --git a/mRemoteNG/UI/Window/UpdateWindow.cs b/mRemoteNG/UI/Window/UpdateWindow.cs index da3f912d..0d0da221 100644 --- a/mRemoteNG/UI/Window/UpdateWindow.cs +++ b/mRemoteNG/UI/Window/UpdateWindow.cs @@ -10,6 +10,7 @@ using mRemoteNG.App.Update; using mRemoteNG.Messages; using mRemoteNG.Themes; using WeifenLuo.WinFormsUI.Docking; +using mRemoteNG.Resources.Language; namespace mRemoteNG.UI.Window { diff --git a/mRemoteNG/mRemoteNG.csproj b/mRemoteNG/mRemoteNG.csproj index adbe5fe2..f3cb90a5 100644 --- a/mRemoteNG/mRemoteNG.csproj +++ b/mRemoteNG/mRemoteNG.csproj @@ -516,9 +516,6 @@ BackupPage.cs - - ComponentsPage.cs - UserControl