From cb926c417874f3351d8b6b886c69b33166811f04 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sat, 30 May 2020 23:31:05 +0200 Subject: [PATCH 01/11] removed "str" prefix --- mRemoteV1/App/CompatibilityChecker.cs | 12 +- mRemoteV1/App/Import.cs | 16 +- .../App/Initialization/StartupDataLogger.cs | 2 +- mRemoteV1/App/Runtime.cs | 22 +- mRemoteV1/App/Shutdown.cs | 2 +- .../Config/Connections/SqlConnectionsSaver.cs | 2 +- .../Config/DataProviders/FileBackupCreator.cs | 2 +- .../Xml/XmlConnectionsDeserializer.cs | 10 +- .../ActiveDirectoryDeserializer.cs | 2 +- ...oteDesktopConnectionManagerDeserializer.cs | 2 +- .../Versioning/SqlDatabaseVersionVerifier.cs | 4 +- .../Connection/AbstractConnectionRecord.cs | 414 +- mRemoteV1/Connection/ConnectionInfo.cs | 6 +- .../Connection/ConnectionInfoInheritance.cs | 408 +- mRemoteV1/Connection/ConnectionInitiator.cs | 32 +- mRemoteV1/Connection/ConnectionsService.cs | 10 +- .../Http/Connection.Protocol.HTTPBase.cs | 16 +- .../Connection/Protocol/ICA/IcaProtocol.cs | 22 +- .../Connection/Protocol/IntegratedProgram.cs | 16 +- .../Connection.Protocol.PowerShell.cs | 4 +- .../Connection/Protocol/ProtocolFactory.cs | 2 +- mRemoteV1/Connection/Protocol/ProtocolType.cs | 24 +- mRemoteV1/Connection/Protocol/PuttyBase.cs | 18 +- .../Protocol/RDP/AuthenticationLevel.cs | 6 +- .../Protocol/RDP/RDGatewayUsageMethod.cs | 6 +- .../RDP/RDGatewayUseConnectionCredentials.cs | 6 +- .../Connection/Protocol/RDP/RDPColors.cs | 10 +- .../Connection/Protocol/RDP/RDPResolutions.cs | 6 +- .../Protocol/RDP/RDPSoundQuality.cs | 6 +- .../Connection/Protocol/RDP/RDPSounds.cs | 6 +- .../Connection/Protocol/RDP/RdpErrorCodes.cs | 22 +- .../Connection/Protocol/RDP/RdpProtocol6.cs | 44 +- .../Connection/Protocol/RDP/RdpProtocol7.cs | 2 +- .../Protocol/VNC/Connection.Protocol.VNC.cs | 38 +- mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs | 22 +- mRemoteV1/Connection/PuttySessionInfo.cs | 2 +- mRemoteV1/Connection/WebHelper.cs | 2 +- .../CredentialDeletionMsgBoxConfirmer.cs | 2 +- .../MessageWriters/PopupMessageWriter.cs | 8 +- .../Resources/Language/Language.Designer.cs | 3477 ++++++++--------- .../Resources/Language/Language.cs-CZ.resx | 1562 ++++---- mRemoteV1/Resources/Language/Language.de.resx | 1650 ++++---- mRemoteV1/Resources/Language/Language.el.resx | 144 +- .../Resources/Language/Language.en-US.resx | 128 +- .../Resources/Language/Language.es-AR.resx | 172 +- mRemoteV1/Resources/Language/Language.es.resx | 1274 +++--- mRemoteV1/Resources/Language/Language.fr.resx | 1344 +++---- mRemoteV1/Resources/Language/Language.hu.resx | 210 +- mRemoteV1/Resources/Language/Language.it.resx | 1332 +++---- .../Resources/Language/Language.ja-JP.resx | 1464 +++---- .../Resources/Language/Language.ko-KR.resx | 1564 ++++---- mRemoteV1/Resources/Language/Language.lt.resx | 128 +- .../Resources/Language/Language.nb-NO.resx | 1660 ++++---- mRemoteV1/Resources/Language/Language.nl.resx | 1342 +++---- mRemoteV1/Resources/Language/Language.pl.resx | 1224 +++--- .../Resources/Language/Language.pt-BR.resx | 232 +- mRemoteV1/Resources/Language/Language.pt.resx | 1316 +++---- mRemoteV1/Resources/Language/Language.resx | 1744 ++++----- mRemoteV1/Resources/Language/Language.ru.resx | 1666 ++++---- .../Resources/Language/Language.tr-TR.resx | 1396 +++---- mRemoteV1/Resources/Language/Language.uk.resx | 1642 ++++---- .../Resources/Language/Language.zh-CN.resx | 1706 ++++---- .../Resources/Language/Language.zh-TW.resx | 1332 +++---- .../PasswordIncludesLowerCaseConstraint.cs | 2 +- .../PasswordIncludesNumbersConstraint.cs | 2 +- ...wordIncludesSpecialCharactersConstraint.cs | 2 +- .../PasswordIncludesUpperCaseConstraint.cs | 2 +- .../PasswordLengthConstraint.cs | 2 +- .../AeadCryptographyProvider.cs | 2 +- .../LegacyRijndaelCryptographyProvider.cs | 6 +- .../Cmdline/StartupArgumentsInterpreter.cs | 2 +- mRemoteV1/Tools/ExternalTool.cs | 2 +- mRemoteV1/Tools/MiscTools.cs | 6 +- mRemoteV1/Tools/NotificationAreaIcon.cs | 4 +- mRemoteV1/Tools/ReconnectGroup.Designer.cs | 4 +- mRemoteV1/Tools/ReconnectGroup.cs | 8 +- mRemoteV1/Tools/ScanHost.cs | 2 +- mRemoteV1/Tools/SecureTransfer.cs | 4 +- mRemoteV1/Tools/Tools.LocalizedAttributes.cs | 4 +- .../Tree/ConnectionTreeDragAndDropHandler.cs | 10 +- mRemoteV1/Tree/Root/RootNodeInfo.cs | 16 +- .../Tree/Root/RootPuttySessionsNodeInfo.cs | 10 +- .../SelectedConnectionDeletionConfirmer.cs | 6 +- mRemoteV1/UI/Controls/Base/NGSearchBox.cs | 2 +- .../UI/Controls/ConnectionContextMenu.cs | 52 +- .../ConnectionInfoPropertyGrid.cs | 10 +- .../Controls/ConnectionTree/ConnectionTree.cs | 2 +- .../UI/Controls/CredentialRecordListBox.cs | 4 +- .../UI/Controls/CredentialRecordListView.cs | 6 +- .../UI/Controls/ExternalToolsToolStrip.cs | 4 +- mRemoteV1/UI/Controls/IPTextBox.cs | 2 +- mRemoteV1/UI/Controls/MultiSshToolStrip.cs | 4 +- mRemoteV1/UI/Controls/QuickConnectComboBox.cs | 2 +- .../UI/Controls/QuickConnectToolStrip.cs | 8 +- mRemoteV1/UI/DialogFactory.cs | 12 +- mRemoteV1/UI/Forms/ExportForm.cs | 46 +- mRemoteV1/UI/Forms/FrmAbout.cs | 12 +- mRemoteV1/UI/Forms/Input/FrmInputBox.cs | 4 +- .../UI/Forms/OptionsPages/AdvancedPage.cs | 26 +- .../UI/Forms/OptionsPages/AppearancePage.cs | 18 +- .../UI/Forms/OptionsPages/ComponentsPage.cs | 46 +- .../OptionsPages/ConnectionsPage.Designer.cs | 2 +- .../UI/Forms/OptionsPages/ConnectionsPage.cs | 26 +- .../UI/Forms/OptionsPages/CredentialsPage.cs | 14 +- .../Forms/OptionsPages/NotificationsPage.cs | 58 +- .../UI/Forms/OptionsPages/SecurityPage.cs | 12 +- .../UI/Forms/OptionsPages/SqlServerPage.cs | 24 +- .../UI/Forms/OptionsPages/StartupExitPage.cs | 12 +- .../OptionsPages/TabsPanelsPage.Designer.cs | 2 +- .../UI/Forms/OptionsPages/TabsPanelsPage.cs | 22 +- mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs | 18 +- .../UI/Forms/OptionsPages/UpdatesPage.cs | 52 +- mRemoteV1/UI/Forms/PasswordForm.Designer.cs | 4 +- mRemoteV1/UI/Forms/PasswordForm.cs | 16 +- .../UI/Forms/UnhandledExceptionWindow.cs | 8 +- mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs | 4 +- mRemoteV1/UI/Forms/frmChoosePanel.cs | 10 +- mRemoteV1/UI/Forms/frmMain.cs | 20 +- mRemoteV1/UI/Forms/frmOptions.cs | 12 +- mRemoteV1/UI/Menu/HelpMenu.cs | 32 +- mRemoteV1/UI/Menu/MainFileMenu.cs | 104 +- .../UI/Menu/ScreenSelectionSystemMenu.cs | 4 +- mRemoteV1/UI/Menu/ToolsMenu.cs | 26 +- mRemoteV1/UI/Menu/ViewMenu.cs | 62 +- mRemoteV1/UI/Panels/PanelAdder.cs | 12 +- mRemoteV1/UI/Tabs/ConnectionTab.cs | 4 +- mRemoteV1/UI/Tabs/DockPaneStripNG.cs | 2 +- mRemoteV1/UI/TaskDialog/frmTaskDialog.cs | 20 +- .../UI/Window/ActiveDirectoryImportWindow.cs | 10 +- mRemoteV1/UI/Window/ConfigWindow.cs | 36 +- mRemoteV1/UI/Window/ConnectionTreeWindow.cs | 18 +- mRemoteV1/UI/Window/ConnectionWindow.cs | 48 +- .../UI/Window/ErrorAndInfoWindow.Designer.cs | 8 +- mRemoteV1/UI/Window/ErrorAndInfoWindow.cs | 18 +- mRemoteV1/UI/Window/ExternalToolsWindow.cs | 66 +- .../UI/Window/PortScanWindow.Designer.cs | 8 +- mRemoteV1/UI/Window/PortScanWindow.cs | 34 +- mRemoteV1/UI/Window/SSHTransferWindow.cs | 36 +- .../UI/Window/ScreenshotManagerWindow.cs | 16 +- mRemoteV1/UI/Window/UltraVNCWindow.cs | 4 +- mRemoteV1/UI/Window/UpdateWindow.cs | 40 +- 141 files changed, 16108 insertions(+), 16117 deletions(-) diff --git a/mRemoteV1/App/CompatibilityChecker.cs b/mRemoteV1/App/CompatibilityChecker.cs index a2b69803f..fb603eab5 100644 --- a/mRemoteV1/App/CompatibilityChecker.cs +++ b/mRemoteV1/App/CompatibilityChecker.cs @@ -29,16 +29,16 @@ namespace mRemoteNG.App messageCollector.AddMessage(MessageClass.InformationMsg, "Checking FIPS Policy...", true); if (!FipsPolicyEnabledForServer2003() && !FipsPolicyEnabledForServer2008AndNewer()) return; - var errorText = string.Format(Language.strErrorFipsPolicyIncompatible, GeneralAppInfo.ProductName); + var errorText = string.Format(Language.ErrorFipsPolicyIncompatible, GeneralAppInfo.ProductName); messageCollector.AddMessage(MessageClass.ErrorMsg, errorText, true); //About to pop up a message, let's not block it... FrmSplashScreen.getInstance().Close(); var ShouldIStayOrShouldIGo = CTaskDialog.MessageBox(Application.ProductName, - Language.strCompatibilityProblemDetected, errorText, "", + Language.CompatibilityProblemDetected, errorText, "", "", - Language.strCheckboxDoNotShowThisMessageAgain, + Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.OkCancel, ESysIcons.Warning, ESysIcons.Warning); if (CTaskDialog.VerificationChecked && ShouldIStayOrShouldIGo == DialogResult.OK) @@ -87,10 +87,10 @@ namespace mRemoteNG.App } if (proccesses.Length <= 0) return; - CTaskDialog.MessageBox(Application.ProductName, Language.strCompatibilityProblemDetected, - string.Format(Language.strCompatibilityLenovoAutoScrollUtilityDetected, + CTaskDialog.MessageBox(Application.ProductName, Language.CompatibilityProblemDetected, + string.Format(Language.CompatibilityLenovoAutoScrollUtilityDetected, Application.ProductName), "", - "", Language.strCheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.Ok, + "", Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.Ok, ESysIcons.Warning, ESysIcons.Warning); if (CTaskDialog.VerificationChecked) diff --git a/mRemoteV1/App/Import.cs b/mRemoteV1/App/Import.cs index d1832f90b..bbc3b7e59 100644 --- a/mRemoteV1/App/Import.cs +++ b/mRemoteV1/App/Import.cs @@ -23,13 +23,13 @@ namespace mRemoteNG.App openFileDialog.Multiselect = true; var fileTypes = new List(); - fileTypes.AddRange(new[] {Language.strFilterAllImportable, "*.xml;*.rdp;*.rdg;*.dat;*.csv"}); - fileTypes.AddRange(new[] {Language.strFiltermRemoteXML, "*.xml"}); - fileTypes.AddRange(new[] {Language.strFiltermRemoteCSV, "*.csv"}); - fileTypes.AddRange(new[] {Language.strFilterRDP, "*.rdp"}); - fileTypes.AddRange(new[] {Language.strFilterRdgFiles, "*.rdg"}); - fileTypes.AddRange(new[] {Language.strFilterPuttyConnectionManager, "*.dat"}); - fileTypes.AddRange(new[] {Language.strFilterAll, "*.*"}); + fileTypes.AddRange(new[] {Language.FilterAllImportable, "*.xml;*.rdp;*.rdg;*.dat;*.csv"}); + fileTypes.AddRange(new[] {Language.FiltermRemoteXML, "*.xml"}); + fileTypes.AddRange(new[] {Language.FiltermRemoteCSV, "*.csv"}); + fileTypes.AddRange(new[] {Language.FilterRDP, "*.rdp"}); + fileTypes.AddRange(new[] {Language.FilterRdgFiles, "*.rdg"}); + fileTypes.AddRange(new[] {Language.FilterPuttyConnectionManager, "*.dat"}); + fileTypes.AddRange(new[] {Language.FilterAll, "*.*"}); openFileDialog.Filter = string.Join("|", fileTypes.ToArray()); @@ -40,7 +40,7 @@ namespace mRemoteNG.App openFileDialog.FileNames, importDestinationContainer, Runtime.ConnectionsService, - fileName => MessageBox.Show(string.Format(Language.strImportFileFailedContent, fileName), Language.strImportFileFailedMainInstruction, + fileName => MessageBox.Show(string.Format(Language.ImportFileFailedContent, fileName), Language.ImportFileFailedMainInstruction, MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1)); } } diff --git a/mRemoteV1/App/Initialization/StartupDataLogger.cs b/mRemoteV1/App/Initialization/StartupDataLogger.cs index d205a8af6..3409bf2e7 100644 --- a/mRemoteV1/App/Initialization/StartupDataLogger.cs +++ b/mRemoteV1/App/Initialization/StartupDataLogger.cs @@ -96,7 +96,7 @@ namespace mRemoteNG.App.Initialization { var data = $"{Application.ProductName} {Application.ProductVersion}"; if (Runtime.IsPortableEdition) - data += $" {Language.strLabelPortableEdition}"; + data += $" {Language.LabelPortableEdition}"; data += " starting."; _messageCollector.AddMessage(MessageClass.InformationMsg, data, true); } diff --git a/mRemoteV1/App/Runtime.cs b/mRemoteV1/App/Runtime.cs index 2c86269c8..b263f9123 100644 --- a/mRemoteV1/App/Runtime.cs +++ b/mRemoteV1/App/Runtime.cs @@ -111,13 +111,13 @@ namespace mRemoteNG.App if (Settings.Default.UseSQLServer) { - MessageCollector.AddExceptionMessage(Language.strLoadFromSqlFailed, ex); - var commandButtons = string.Join("|", Language.strCommandTryAgain, - Language.strCommandOpenConnectionFile, - string.Format(Language.strCommandExitProgram, + MessageCollector.AddExceptionMessage(Language.LoadFromSqlFailed, ex); + var commandButtons = string.Join("|", Language.CommandTryAgain, + Language.CommandOpenConnectionFile, + string.Format(Language.CommandExitProgram, Application.ProductName)); - CTaskDialog.ShowCommandBox(Application.ProductName, Language.strLoadFromSqlFailed, - Language.strLoadFromSqlFailedContent, + CTaskDialog.ShowCommandBox(Application.ProductName, Language.LoadFromSqlFailed, + Language.LoadFromSqlFailedContent, MiscTools.GetExceptionMessageRecursive(ex), "", "", commandButtons, false, ESysIcons.Error, ESysIcons.Error); switch (CTaskDialog.CommandButtonResult) @@ -138,7 +138,7 @@ namespace mRemoteNG.App if (ex is FileNotFoundException && !withDialog) { MessageCollector.AddExceptionMessage( - string.Format(Language.strConnectionsFileCouldNotBeLoadedNew, + string.Format(Language.ConnectionsFileCouldNotBeLoadedNew, connectionFileName), ex, MessageClass.InformationMsg); @@ -147,7 +147,7 @@ namespace mRemoteNG.App Language.ConfigurationCreateNew, Language.ConfigurationCustomPath, Language.ConfigurationImportFile, - Language.strMenuExit + Language.MenuExit }; var answered = false; @@ -189,7 +189,7 @@ namespace mRemoteNG.App { MessageCollector.AddExceptionMessage( string - .Format(Language.strConnectionsFileCouldNotBeLoadedNew, + .Format(Language.ConnectionsFileCouldNotBeLoadedNew, connectionFileName), exc, MessageClass.InformationMsg); } @@ -199,7 +199,7 @@ namespace mRemoteNG.App } MessageCollector.AddExceptionStackTrace( - string.Format(Language.strConnectionsFileCouldNotBeLoaded, + string.Format(Language.ConnectionsFileCouldNotBeLoaded, connectionFileName), ex); if (connectionFileName != ConnectionsService.GetStartupConnectionFileName()) { @@ -208,7 +208,7 @@ namespace mRemoteNG.App else { MessageBox.Show(FrmMain.Default, - string.Format(Language.strErrorStartupConnectionFileLoad, Environment.NewLine, + string.Format(Language.ErrorStartupConnectionFileLoad, Environment.NewLine, Application.ProductName, ConnectionsService.GetStartupConnectionFileName(), MiscTools.GetExceptionMessageRecursive(ex)), diff --git a/mRemoteV1/App/Shutdown.cs b/mRemoteV1/App/Shutdown.cs index 817d451ad..da6a985a3 100644 --- a/mRemoteV1/App/Shutdown.cs +++ b/mRemoteV1/App/Shutdown.cs @@ -41,7 +41,7 @@ namespace mRemoteNG.App } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strSettingsCouldNotBeSavedOrTrayDispose, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.SettingsCouldNotBeSavedOrTrayDispose, ex); } } diff --git a/mRemoteV1/Config/Connections/SqlConnectionsSaver.cs b/mRemoteV1/Config/Connections/SqlConnectionsSaver.cs index f858ccaeb..e8082f3f7 100644 --- a/mRemoteV1/Config/Connections/SqlConnectionsSaver.cs +++ b/mRemoteV1/Config/Connections/SqlConnectionsSaver.cs @@ -68,7 +68,7 @@ namespace mRemoteNG.Config.Connections if (!databaseVersionVerifier.VerifyDatabaseVersion(metaData.ConfVersion)) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strErrorConnectionListSaveFailed); + Language.ErrorConnectionListSaveFailed); return; } diff --git a/mRemoteV1/Config/DataProviders/FileBackupCreator.cs b/mRemoteV1/Config/DataProviders/FileBackupCreator.cs index 453eaeaf0..fe6fd9cab 100644 --- a/mRemoteV1/Config/DataProviders/FileBackupCreator.cs +++ b/mRemoteV1/Config/DataProviders/FileBackupCreator.cs @@ -20,7 +20,7 @@ namespace mRemoteNG.Config.DataProviders } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strConnectionsFileBackupFailed, ex, + Runtime.MessageCollector.AddExceptionMessage(Language.ConnectionsFileBackupFailed, ex, MessageClass.WarningMsg); throw; } diff --git a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs b/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs index c1e8ed514..9300ff47c 100644 --- a/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs +++ b/mRemoteV1/Config/Serializers/ConnectionSerializers/Xml/XmlConnectionsDeserializer.cs @@ -87,7 +87,7 @@ namespace mRemoteNG.Config.Serializers.Xml catch (Exception ex) { Runtime.ConnectionsService.IsConnectionsFileLoaded = false; - Runtime.MessageCollector.AddExceptionStackTrace(Language.strLoadFromXmlFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.LoadFromXmlFailed, ex); throw; } } @@ -108,7 +108,7 @@ namespace mRemoteNG.Config.Serializers.Xml Convert.ToDouble(_xmlDocument.DocumentElement.Attributes["ConfVersion"].Value.Replace(",", "."), CultureInfo.InvariantCulture); else - Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.strOldConffile); + Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.OldConffile); if (!(_confVersion > MaxSupportedConfVersion)) return; ShowIncompatibleVersionDialogBox(); @@ -197,7 +197,7 @@ namespace mRemoteNG.Config.Serializers.Xml } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strAddNodeFromXmlFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.AddNodeFromXmlFailed, ex); throw; } } @@ -390,7 +390,7 @@ namespace mRemoteNG.Config.Serializers.Xml if (xmlnode.GetAttributeAsBool("Inherit")) connectionInfo.Inheritance.TurnOnInheritanceCompletely(); connectionInfo.Icon = xmlnode.GetAttributeAsString("Icon").Replace(".ico", ""); - connectionInfo.Panel = Language.strGeneral; + connectionInfo.Panel = Language.General; } if (_confVersion >= 1.5) @@ -566,7 +566,7 @@ namespace mRemoteNG.Config.Serializers.Xml catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - string.Format(Language.strGetConnectionInfoFromXmlFailed, + string.Format(Language.GetConnectionInfoFromXmlFailed, connectionInfo.Name, ConnectionFileName, ex.Message)); } diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs b/mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs index ed117177c..e914cffb9 100644 --- a/mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs +++ b/mRemoteV1/Config/Serializers/MiscSerializers/ActiveDirectoryDeserializer.cs @@ -38,7 +38,7 @@ namespace mRemoteNG.Config.Serializers private void ImportContainers(string ldapPath, ContainerInfo parentContainer) { var match = Regex.Match(ldapPath, "ou=([^,]*)", RegexOptions.IgnoreCase); - var name = match.Success ? match.Groups[1].Captures[0].Value : Language.strActiveDirectory; + var name = match.Success ? match.Groups[1].Captures[0].Value : Language.ActiveDirectory; var newContainer = new ContainerInfo {Name = name}; parentContainer.AddChild(newContainer); diff --git a/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs b/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs index 8f784908b..873783f62 100644 --- a/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs +++ b/mRemoteV1/Config/Serializers/MiscSerializers/RemoteDesktopConnectionManagerDeserializer.cs @@ -118,7 +118,7 @@ namespace mRemoteNG.Config.Serializers // Program Version 2.7 wraps these properties containerPropertiesNode = containerPropertiesNode.SelectSingleNode("./properties"); } - newContainer.Name = containerPropertiesNode?.SelectSingleNode("./name")?.InnerText ?? Language.strNewFolder; + newContainer.Name = containerPropertiesNode?.SelectSingleNode("./name")?.InnerText ?? Language.NewFolder; if (bool.TryParse(containerPropertiesNode?.SelectSingleNode("./expanded")?.InnerText, out var expanded)) newContainer.IsExpanded = expanded; parentContainer.AddChild(newContainer); diff --git a/mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs b/mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs index 999b77118..17d80204a 100644 --- a/mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs +++ b/mRemoteV1/Config/Serializers/Versioning/SqlDatabaseVersionVerifier.cs @@ -54,14 +54,14 @@ namespace mRemoteNG.Config.Serializers.Versioning if (isVerified == false) Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strErrorBadDatabaseVersion, + string.Format(Language.ErrorBadDatabaseVersion, databaseVersion, GeneralAppInfo.ProductName)); } catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - string.Format(Language.strErrorVerifyDatabaseVersionFailed, + string.Format(Language.ErrorVerifyDatabaseVersionFailed, ex.Message)); } diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index 6dc7a1cd8..88f542e61 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -98,37 +98,37 @@ namespace mRemoteNG.Connection #region Display - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameName)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionName))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameName)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionName))] public virtual string Name { get => _name; set => SetField(ref _name, value, "Name"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDescription)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDescription))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDescription)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDescription))] public virtual string Description { get => GetPropertyValue("Description", _description); set => SetField(ref _description, value, "Description"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), TypeConverter(typeof(ConnectionIcon)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameIcon)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionIcon))] + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameIcon)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionIcon))] public virtual string Icon { get => GetPropertyValue("Icon", _icon); set => SetField(ref _icon, value, "Icon"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePanel)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPanel))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public virtual string Panel { get => GetPropertyValue("Panel", _panel); @@ -139,9 +139,9 @@ namespace mRemoteNG.Connection #region Connection - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameAddress)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAddress)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAddress)), UsedInAllProtocolsExcept()] public virtual string Hostname { @@ -149,9 +149,9 @@ namespace mRemoteNG.Connection set => SetField(ref _hostname, value?.Trim(), "Hostname"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePort)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePort)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPort)), UsedInAllProtocolsExcept(ProtocolType.ICA)] public virtual int Port { @@ -159,9 +159,9 @@ namespace mRemoteNG.Connection set => SetField(ref _port, value, "Port"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUsername)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUsername)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUsername)), UsedInAllProtocolsExcept(ProtocolType.VNC, ProtocolType.Telnet, ProtocolType.Rlogin, ProtocolType.RAW)] public virtual string Username { @@ -169,9 +169,9 @@ namespace mRemoteNG.Connection set => SetField(ref _username, Settings.Default.DoNotTrimUsername ? value : value?.Trim(), "Username"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePassword)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePassword)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPassword)), PasswordPropertyText(true), UsedInAllProtocolsExcept(ProtocolType.Telnet, ProtocolType.Rlogin, ProtocolType.RAW)] public virtual string Password @@ -180,9 +180,9 @@ namespace mRemoteNG.Connection set => SetField(ref _password, value, "Password"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDomain)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDomain)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDomain)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA, ProtocolType.IntApp, ProtocolType.PowerShell)] public string Domain { @@ -190,9 +190,9 @@ namespace mRemoteNG.Connection set => SetField(ref _domain, value?.Trim(), "Domain"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVmId)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVmId)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVmId)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVmId)), UsedInProtocol(ProtocolType.RDP)] public string VmId { @@ -200,9 +200,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vmId, value?.Trim(), "VmId"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameSSHTunnelConnection)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionSSHTunnelConnection)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHTunnelConnection)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(SshTunnelTypeConverter)), UsedInAllProtocolsExcept()] public string SSHTunnelConnectionName @@ -214,9 +214,9 @@ namespace mRemoteNG.Connection #region Protocol - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameProtocol)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionProtocol)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameProtocol)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionProtocol)), TypeConverter(typeof(MiscTools.EnumTypeConverter))] public virtual ProtocolType Protocol { @@ -224,9 +224,9 @@ namespace mRemoteNG.Connection set => SetField(ref _protocol, value, "Protocol"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRdpVersion)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRdpVersion)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRdpVersion)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public virtual RdpVersion RdpVersion @@ -235,9 +235,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpProtocolVersion, value, nameof(RdpVersion)); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameExternalTool)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionExternalTool)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalTool)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(ExternalToolsTypeConverter)), UsedInProtocol(ProtocolType.IntApp)] public string ExtApp @@ -246,9 +246,9 @@ namespace mRemoteNG.Connection set => SetField(ref _extApp, value, "ExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePuttySession)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPuttySession)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePuttySession)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(Config.Putty.PuttySessionsManager.SessionList)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2, ProtocolType.Telnet, ProtocolType.RAW, ProtocolType.Rlogin)] @@ -258,9 +258,9 @@ namespace mRemoteNG.Connection set => SetField(ref _puttySession, value, "PuttySession"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameSSHOptions)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionSSHOptions)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHOptions)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHOptions)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2)] public virtual string SSHOptions { @@ -268,9 +268,9 @@ namespace mRemoteNG.Connection set => SetField(ref _sshOptions, value, "SSHOptions"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameEncryptionStrength)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionEncryptionStrength)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncryptionStrength)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.ICA)] public IcaProtocol.EncryptionStrength ICAEncryptionStrength @@ -279,9 +279,9 @@ namespace mRemoteNG.Connection set => SetField(ref _icaEncryption, value, "ICAEncryptionStrength"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUseConsoleSession)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUseConsoleSession)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseConsoleSession)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool UseConsoleSession @@ -290,9 +290,9 @@ namespace mRemoteNG.Connection set => SetField(ref _useConsoleSession, value, "UseConsoleSession"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameAuthenticationLevel)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionAuthenticationLevel)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationLevel)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public AuthenticationLevel RDPAuthenticationLevel @@ -301,9 +301,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpAuthenticationLevel, value, "RDPAuthenticationLevel"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDPMinutesToIdleTimeout)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDPMinutesToIdleTimeout)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] public virtual int RDPMinutesToIdleTimeout { @@ -318,9 +318,9 @@ namespace mRemoteNG.Connection } } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDPAlertIdleTimeout)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDPAlertIdleTimeout)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPAlertIdleTimeout)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] public bool RDPAlertIdleTimeout { @@ -328,9 +328,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpAlertIdleTimeout, value, "RDPAlertIdleTimeout"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameLoadBalanceInfo)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionLoadBalanceInfo)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameLoadBalanceInfo)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionLoadBalanceInfo)), UsedInProtocol(ProtocolType.RDP)] public string LoadBalanceInfo { @@ -338,9 +338,9 @@ namespace mRemoteNG.Connection set => SetField(ref _loadBalanceInfo, value?.Trim(), "LoadBalanceInfo"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRenderingEngine)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRenderingEngine)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRenderingEngine)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.HTTP, ProtocolType.HTTPS)] public HTTPBase.RenderingEngine RenderingEngine @@ -349,9 +349,9 @@ namespace mRemoteNG.Connection set => SetField(ref _renderingEngine, value, "RenderingEngine"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUseCredSsp)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUseCredSsp)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseCredSsp)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool UseCredSsp @@ -360,9 +360,9 @@ namespace mRemoteNG.Connection set => SetField(ref _useCredSsp, value, "UseCredSsp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUseVmId)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUseVmId)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseVmId)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool UseVmId @@ -371,9 +371,9 @@ namespace mRemoteNG.Connection set => SetField(ref _useVmId, value, "UseVmId"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUseEnhancedMode)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUseEnhancedMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseEnhancedMode)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool UseEnhancedMode @@ -385,9 +385,9 @@ namespace mRemoteNG.Connection #region RD Gateway - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayUsageMethod)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDGatewayUsageMethod)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public RDGatewayUsageMethod RDGatewayUsageMethod @@ -396,9 +396,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUsageMethod, value, "RDGatewayUsageMethod"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayHostname)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDGatewayHostname)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayHostname)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayHostname)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayHostname { @@ -406,9 +406,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayHostname, value?.Trim(), "RDGatewayHostname"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayUseConnectionCredentials)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDGatewayUseConnectionCredentials)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public RDGatewayUseConnectionCredentials RDGatewayUseConnectionCredentials @@ -417,9 +417,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUseConnectionCredentials, value, "RDGatewayUseConnectionCredentials"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayUsername)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDGatewayUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsername)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsername)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayUsername { @@ -427,9 +427,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUsername, value?.Trim(), "RDGatewayUsername"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayPassword)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyNameRDGatewayPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayPassword)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyNameRDGatewayPassword)), PasswordPropertyText(true), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayPassword @@ -438,9 +438,9 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayPassword, value, "RDGatewayPassword"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRDGatewayDomain)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRDGatewayDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayDomain)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayDomain)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayDomain { @@ -452,9 +452,9 @@ namespace mRemoteNG.Connection #region Appearance - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameResolution)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionResolution)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameResolution)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] public RDPResolutions Resolution @@ -463,9 +463,9 @@ namespace mRemoteNG.Connection set => SetField(ref _resolution, value, "Resolution"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameAutomaticResize)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionAutomaticResize)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAutomaticResize)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool AutomaticResize @@ -474,9 +474,9 @@ namespace mRemoteNG.Connection set => SetField(ref _automaticResize, value, "AutomaticResize"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameColors)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionColors)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] public RDPColors Colors @@ -485,9 +485,9 @@ namespace mRemoteNG.Connection set => SetField(ref _colors, value, "Colors"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameCacheBitmaps)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionCacheBitmaps)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCacheBitmaps)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] public bool CacheBitmaps @@ -496,9 +496,9 @@ namespace mRemoteNG.Connection set => SetField(ref _cacheBitmaps, value, "CacheBitmaps"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisplayWallpaper)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisplayWallpaper)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayWallpaper)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisplayWallpaper @@ -507,9 +507,9 @@ namespace mRemoteNG.Connection set => SetField(ref _displayWallpaper, value, "DisplayWallpaper"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisplayThemes)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisplayThemes)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayThemes)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisplayThemes @@ -518,9 +518,9 @@ namespace mRemoteNG.Connection set => SetField(ref _displayThemes, value, "DisplayThemes"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameEnableFontSmoothing)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionEnableFontSmoothing)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableFontSmoothing)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool EnableFontSmoothing @@ -529,9 +529,9 @@ namespace mRemoteNG.Connection set => SetField(ref _enableFontSmoothing, value, "EnableFontSmoothing"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameEnableDesktopComposition)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionEnableDesktopComposition)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableDesktopComposition)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool EnableDesktopComposition @@ -540,9 +540,9 @@ namespace mRemoteNG.Connection set => SetField(ref _enableDesktopComposition, value, "EnableDesktopComposition"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisableFullWindowDrag)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisableFullWindowDrag)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableFullWindowDrag)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisableFullWindowDrag @@ -551,9 +551,9 @@ namespace mRemoteNG.Connection set => SetField(ref _disableFullWindowDrag, value, "DisableFullWindowDrag"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisableMenuAnimations)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisableMenuAnimations)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableMenuAnimations)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisableMenuAnimations @@ -562,9 +562,9 @@ namespace mRemoteNG.Connection set => SetField(ref _disableMenuAnimations, value, "DisableMenuAnimations"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisableCursorShadow)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisableCursorShadow)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisableCursorShadow @@ -573,9 +573,9 @@ namespace mRemoteNG.Connection set => SetField(ref _disableCursorShadow, value, "DisableCursorShadow"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameDisableCursorShadow)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionDisableCursorShadow)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool DisableCursorBlinking @@ -587,9 +587,9 @@ namespace mRemoteNG.Connection #region Redirect - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectKeys)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectKeys)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectKeys)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectKeys @@ -598,9 +598,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectKeys, value, "RedirectKeys"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectDrives)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectDrives)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectDrives)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectDiskDrives @@ -609,9 +609,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectDiskDrives, value, "RedirectDiskDrives"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectPrinters)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectPrinters)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectPrinters)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectPrinters @@ -620,9 +620,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectPrinters, value, "RedirectPrinters"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectClipboard)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectClipboard)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectClipboard)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectClipboard @@ -632,9 +632,9 @@ namespace mRemoteNG.Connection } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectPorts)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectPorts)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectPorts)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPorts)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectPorts @@ -643,9 +643,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectPorts, value, "RedirectPorts"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectSmartCards)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectSmartCards)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSmartCards)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectSmartCards @@ -654,9 +654,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectSmartCards, value, "RedirectSmartCards"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectSounds)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectSounds)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSounds)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public RDPSounds RedirectSound @@ -665,9 +665,9 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectSound, value, "RedirectSound"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameSoundQuality)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionSoundQuality)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSoundQuality)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public RDPSoundQuality SoundQuality @@ -676,9 +676,9 @@ namespace mRemoteNG.Connection set => SetField(ref _soundQuality, value, "SoundQuality"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameRedirectAudioCapture)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionRedirectAudioCapture)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectAudioCapture)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public bool RedirectAudioCapture @@ -693,9 +693,9 @@ namespace mRemoteNG.Connection [Browsable(false)] public string ConstantID { get; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameExternalToolBefore)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionExternalToolBefore)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolBefore)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(ExternalToolsTypeConverter))] public virtual string PreExtApp { @@ -703,9 +703,9 @@ namespace mRemoteNG.Connection set => SetField(ref _preExtApp, value, "PreExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameExternalToolAfter)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionExternalToolAfter)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolAfter)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(ExternalToolsTypeConverter))] public virtual string PostExtApp { @@ -713,27 +713,27 @@ namespace mRemoteNG.Connection set => SetField(ref _postExtApp, value, "PostExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameMACAddress)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionMACAddress))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameMACAddress)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionMACAddress))] public virtual string MacAddress { get => GetPropertyValue("MacAddress", _macAddress); set => SetField(ref _macAddress, value, "MacAddress"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameUser1)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionUser1))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUser1)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUser1))] public virtual string UserField { get => GetPropertyValue("UserField", _userField); set => SetField(ref _userField, value, "UserField"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameFavorite)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionFavorite)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameFavorite)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public virtual bool Favorite { @@ -745,9 +745,9 @@ namespace mRemoteNG.Connection #region VNC // TODO: it seems all these VNC properties were added and serialized but // never hooked up to the VNC protocol or shown to the user - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameCompression)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionCompression)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCompression)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -757,9 +757,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncCompression, value, "VNCCompression"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameEncoding)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionEncoding)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncoding)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -769,9 +769,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncEncoding, value, "VNCEncoding"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameAuthenticationMode)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionAuthenticationMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationMode)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -781,9 +781,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncAuthMode, value, "VNCAuthMode"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVNCProxyType)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVNCProxyType)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyType)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyType)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -793,9 +793,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyType, value, "VNCProxyType"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVNCProxyAddress)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVNCProxyAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyAddress)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyAddress)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] public string VNCProxyIP @@ -804,9 +804,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyIp, value, "VNCProxyIP"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVNCProxyPort)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVNCProxyPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyPort)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyPort)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] public int VNCProxyPort @@ -815,9 +815,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyPort, value, "VNCProxyPort"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVNCProxyUsername)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVNCProxyUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyUsername)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyUsername)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] public string VNCProxyUsername @@ -826,9 +826,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyUsername, value, "VNCProxyUsername"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameVNCProxyPassword)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionVNCProxyPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyPassword)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyPassword)), PasswordPropertyText(true), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -838,9 +838,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyPassword, value, "VNCProxyPassword"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameColors)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionColors)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -850,9 +850,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncColors, value, "VNCColors"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameSmartSizeMode)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionSmartSizeMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSmartSizeMode)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC)] public ProtocolVNC.SmartSizeMode VNCSmartSizeMode @@ -861,9 +861,9 @@ namespace mRemoteNG.Connection set => SetField(ref _vncSmartSizeMode, value, "VNCSmartSizeMode"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameViewOnly)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionViewOnly)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameViewOnly)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionViewOnly)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.VNC)] public bool VNCViewOnly diff --git a/mRemoteV1/Connection/ConnectionInfo.cs b/mRemoteV1/Connection/ConnectionInfo.cs index 27d593196..ec132535d 100644 --- a/mRemoteV1/Connection/ConnectionInfo.cs +++ b/mRemoteV1/Connection/ConnectionInfo.cs @@ -276,17 +276,17 @@ namespace mRemoteNG.Connection } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strConnectionSetDefaultPortFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.ConnectionSetDefaultPortFailed, ex); return 0; } } private void SetTreeDisplayDefaults() { - Name = Language.strNewConnection; + Name = Language.NewConnection; Description = Settings.Default.ConDefaultDescription; Icon = Settings.Default.ConDefaultIcon; - Panel = Language.strGeneral; + Panel = Language.General; } private void SetConnectionDefaults() diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index 6665005dd..81744d6d4 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -14,9 +14,9 @@ namespace mRemoteNG.Connection #region General - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGeneral)), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameAll)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionAll)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGeneral)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAll)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAll)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EverythingInherited { @@ -28,21 +28,21 @@ namespace mRemoteNG.Connection #region Display - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDescription)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDescription)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDescription)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDescription)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Description { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameIcon)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionIcon)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameIcon)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionIcon)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Icon { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNamePanel)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionPanel)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPanel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Panel { get; set; } @@ -50,43 +50,43 @@ namespace mRemoteNG.Connection #region Connection - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUsername)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUsername)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Username { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVmId)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVmId)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVmId)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool VmId { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNamePassword)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePassword)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Password { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDomain)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDomain)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDomain)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Domain { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNamePort)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePort)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPort)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Port { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.strPropertyNameSSHTunnelConnection)), - LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.strPropertyDescriptionSSHTunnelConnection)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.PropertyNameSSHTunnelConnection)), + LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool SSHTunnelConnectionName { get; set; } @@ -95,93 +95,93 @@ namespace mRemoteNG.Connection #region Protocol - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameProtocol)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionProtocol)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameProtocol)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionProtocol)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Protocol { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRdpVersion)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRdpVersion)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRdpVersion)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RdpVersion { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameExternalTool)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionExternalTool)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalTool)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNamePuttySession)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionPuttySession)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePuttySession)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PuttySession { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameSSHOptions)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionSSHOptions)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSSHOptions)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSSHOptions)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SSHOptions { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameEncryptionStrength)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionEncryptionStrength)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncryptionStrength)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ICAEncryptionStrength { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameAuthenticationLevel)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionAuthenticationLevel)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationLevel)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAuthenticationLevel { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDPMinutesToIdleTimeout)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDPMinutesToIdleTimeout)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPMinutesToIdleTimeout { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDPAlertIdleTimeout)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDPAlertIdleTimeout)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPAlertIdleTimeout)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAlertIdleTimeout { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameLoadBalanceInfo)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionLoadBalanceInfo)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameLoadBalanceInfo)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionLoadBalanceInfo)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool LoadBalanceInfo { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRenderingEngine)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRenderingEngine)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRenderingEngine)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RenderingEngine { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUseConsoleSession)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUseConsoleSession)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseConsoleSession)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseConsoleSession { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUseCredSsp)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUseCredSsp)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseCredSsp)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseCredSsp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUseVmId)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUseVmId)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseVmId)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseVmId { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUseEnhancedMode)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUseEnhancedMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseEnhancedMode)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseEnhancedMode { get; set; } @@ -189,39 +189,39 @@ namespace mRemoteNG.Connection #region RD Gateway - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayUsageMethod)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayUsageMethod)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsageMethod { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayHostname)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayHostname)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayHostname)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayHostname)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayHostname { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayUseConnectionCredentials)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayUseConnectionCredentials)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUseConnectionCredentials { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayUsername)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsername)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsername { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayPassword)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayPassword)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayPassword { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryGateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRDGatewayDomain)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRDGatewayDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayDomain)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayDomain)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayDomain { get; set; } @@ -229,75 +229,75 @@ namespace mRemoteNG.Connection #region Appearance - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameResolution)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionResolution)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameResolution)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Resolution { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameAutomaticResize)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionAutomaticResize)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAutomaticResize)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool AutomaticResize { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameColors)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionColors)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Colors { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameCacheBitmaps)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionCacheBitmaps)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCacheBitmaps)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool CacheBitmaps { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisplayWallpaper)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisplayWallpaper)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayWallpaper)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayWallpaper { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisplayThemes)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisplayThemes)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayThemes)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayThemes { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameEnableFontSmoothing)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionEnableFontSmoothing)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableFontSmoothing)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableFontSmoothing { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameEnableDesktopComposition)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionEnableDesktopComposition)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableDesktopComposition)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableDesktopComposition { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisableFullWindowDrag)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisableFullWindowDrag)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableFullWindowDrag)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableFullWindowDrag { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisableMenuAnimations)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisableMenuAnimations)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableMenuAnimations)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableMenuAnimations { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisableCursorShadow)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisableCursorShadow)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableCursorShadow { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameDisableCursorBlinking)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionDisableCursorBlinking)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorBlinking)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorBlinking)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableCursorBlinking { get; set; } @@ -305,57 +305,57 @@ namespace mRemoteNG.Connection #region Redirect - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectKeys)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectKeys)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectKeys)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectKeys { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectDrives)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectDrives)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectDrives)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectDiskDrives { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectPrinters)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectPrinters)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectPrinters)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPrinters { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectClipboard)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectClipboard)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectClipboard)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectClipboard { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectPorts)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectPorts)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectPorts)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPorts)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPorts { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectSmartCards)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectSmartCards)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSmartCards)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSmartCards { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectSounds)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectSounds)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSounds)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSound { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameSoundQuality)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionSoundQuality)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSoundQuality)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SoundQuality { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameRedirectAudioCapture)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionRedirectAudioCapture)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectAudioCapture)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectAudioCapture { get; set; } @@ -363,91 +363,91 @@ namespace mRemoteNG.Connection #region Misc - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameExternalToolBefore)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionExternalToolBefore)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolBefore)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PreExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameExternalToolAfter)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionExternalToolAfter)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolAfter)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PostExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameMACAddress)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionMACAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameMACAddress)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionMACAddress)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool MacAddress { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameUser1)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionUser1)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUser1)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUser1)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UserField { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameFavorite)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionFavorite)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameFavorite)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Favorite { get; set; } #endregion #region VNC - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameCompression)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionCompression)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCompression)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCCompression {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameEncoding)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionEncoding)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncoding)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCEncoding {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryConnection), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameAuthenticationMode)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionAuthenticationMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationMode)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCAuthMode {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVNCProxyType)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVNCProxyType)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyType)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyType)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyType {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVNCProxyAddress)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVNCProxyAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyAddress)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyAddress)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyIP {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVNCProxyPort)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVNCProxyPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyPort)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyPort)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPort {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVNCProxyUsername)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVNCProxyUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyUsername)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyUsername {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameVNCProxyPassword)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionVNCProxyPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyPassword)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPassword {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameColors)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionColors)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCColors {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameSmartSizeMode)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionSmartSizeMode)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSmartSizeMode)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCSmartSizeMode {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.strPropertyNameViewOnly)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.strPropertyDescriptionViewOnly)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameViewOnly)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionViewOnly)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCViewOnly {get; set;} #endregion diff --git a/mRemoteV1/Connection/ConnectionInitiator.cs b/mRemoteV1/Connection/ConnectionInitiator.cs index dc5dc051d..9607d48e7 100644 --- a/mRemoteV1/Connection/ConnectionInitiator.cs +++ b/mRemoteV1/Connection/ConnectionInitiator.cs @@ -65,7 +65,7 @@ namespace mRemoteNG.Connection if (connectionInfo.Hostname == "" && connectionInfo.Protocol != ProtocolType.IntApp) { Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - Language.strConnectionOpenFailedNoHostname); + Language.ConnectionOpenFailedNoHostname); return; } @@ -95,7 +95,7 @@ namespace mRemoteNG.Connection if (connectionInfoSshTunnel == null) { Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelConfigProblem, connectionInfoOriginal.Name, connectionInfoOriginal.SSHTunnelConnectionName)); + string.Format(Language.SSHTunnelConfigProblem, connectionInfoOriginal.Name, connectionInfoOriginal.SSHTunnelConnectionName)); return; } Runtime.MessageCollector.AddMessage(MessageClass.DebugMsg, @@ -123,7 +123,7 @@ namespace mRemoteNG.Connection if (!(protocolSshTunnel is PuttyBase puttyBaseSshTunnel)) { Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelIsNotPutty, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SSHTunnelIsNotPutty, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -137,7 +137,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelNotInitialized, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SSHTunnelNotInitialized, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -145,7 +145,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelNotConnected, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SSHTunnelNotConnected, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -166,7 +166,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelFailed, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SSHTunnelFailed, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -186,7 +186,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.strSSHTunnelPortNotReadyInTime, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SSHTunnelPortNotReadyInTime, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -230,7 +230,7 @@ namespace mRemoteNG.Connection } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strConnectionOpenFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ConnectionOpenFailed, ex); } } @@ -372,14 +372,14 @@ namespace mRemoteNG.Connection } Runtime.MessageCollector.AddMessage(msgClass, string.Format( - Language.strProtocolEventDisconnected, + Language.ProtocolEventDisconnected, disconnectedMessage, strHostname, prot.InterfaceControl.Info.Protocol.ToString())); } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strProtocolEventDisconnectFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ProtocolEventDisconnectFailed, ex); } } @@ -388,7 +388,7 @@ namespace mRemoteNG.Connection try { var prot = (ProtocolBase)sender; - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strConnenctionCloseEvent, + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.ConnenctionCloseEvent, true); string connDetail; if (prot.InterfaceControl.OriginalInfo.Hostname == "" && @@ -400,7 +400,7 @@ namespace mRemoteNG.Connection connDetail = "UNKNOWN"; Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strConnenctionClosedByUser, connDetail, + string.Format(Language.ConnenctionClosedByUser, connDetail, prot.InterfaceControl.Info.Protocol, Environment.UserName)); prot.InterfaceControl.OriginalInfo.OpenConnections.Remove(prot); @@ -413,17 +413,17 @@ namespace mRemoteNG.Connection } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strConnenctionCloseEventFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ConnenctionCloseEventFailed, ex); } } private static void Prot_Event_Connected(object sender) { var prot = (ProtocolBase)sender; - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strConnectionEventConnected, + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.ConnectionEventConnected, true); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strConnectionEventConnectedDetail, + string.Format(Language.ConnectionEventConnectedDetail, prot.InterfaceControl.OriginalInfo.Hostname, prot.InterfaceControl.Info.Protocol, Environment.UserName, prot.InterfaceControl.Info.Description, @@ -437,7 +437,7 @@ namespace mRemoteNG.Connection var prot = (ProtocolBase)sender; var msg = string.Format( - Language.strConnectionEventErrorOccured, + Language.ConnectionEventErrorOccured, errorMessage, prot.InterfaceControl.OriginalInfo.Hostname, errorCode?.ToString() ?? "-"); diff --git a/mRemoteV1/Connection/ConnectionsService.cs b/mRemoteV1/Connection/ConnectionsService.cs index aeb8352ca..b721e95f8 100644 --- a/mRemoteV1/Connection/ConnectionsService.cs +++ b/mRemoteV1/Connection/ConnectionsService.cs @@ -62,7 +62,7 @@ namespace mRemoteNG.Connection } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strCouldNotCreateNewConnectionsFile, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.CouldNotCreateNewConnectionsFile, ex); } } @@ -78,7 +78,7 @@ namespace mRemoteNG.Connection newConnectionInfo.CopyFrom(DefaultConnectionInfo.Instance); newConnectionInfo.Name = Settings.Default.IdentifyQuickConnectTabs - ? string.Format(Language.strQuick, uriBuilder.Host) + ? string.Format(Language.Quick, uriBuilder.Host) : uriBuilder.Host; newConnectionInfo.Protocol = protocol; @@ -93,7 +93,7 @@ namespace mRemoteNG.Connection } if (string.IsNullOrEmpty(newConnectionInfo.Panel)) - newConnectionInfo.Panel = Language.strGeneral; + newConnectionInfo.Panel = Language.General; newConnectionInfo.IsQuickConnect = true; @@ -101,7 +101,7 @@ namespace mRemoteNG.Connection } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strQuickConnectFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.QuickConnectFailed, ex); return null; } } @@ -260,7 +260,7 @@ namespace mRemoteNG.Connection catch (Exception ex) { Runtime.MessageCollector?.AddExceptionMessage( - string.Format(Language.strConnectionsFileCouldNotSaveAs, + string.Format(Language.ConnectionsFileCouldNotSaveAs, connectionFileName), ex, logOnly: false); } finally diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs b/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs index 6fcf15c08..cfacdf577 100644 --- a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs +++ b/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs @@ -42,7 +42,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHttpConnectionFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpConnectionFailed, ex); } } @@ -93,7 +93,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHttpSetPropsFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpSetPropsFailed, ex); return false; } } @@ -120,7 +120,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHttpConnectFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpConnectFailed, ex); return false; } } @@ -164,7 +164,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHTTPFailedURLBuild, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HTTPFailedURLBuild, ex); return string.Empty; } } @@ -241,7 +241,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHttpDocumentTileChangeFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpDocumentTileChangeFailed, ex); } } @@ -273,7 +273,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strHttpDocumentTileChangeFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpDocumentTileChangeFailed, ex); } } @@ -283,10 +283,10 @@ namespace mRemoteNG.Connection.Protocol.Http public enum RenderingEngine { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpInternetExplorer))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.HttpInternetExplorer))] IE = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttpCEF))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.HttpCEF))] CEF = 2 } diff --git a/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs b/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs index 6b9435595..a26708040 100644 --- a/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs +++ b/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs @@ -30,7 +30,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaControlFailed + Environment.NewLine + ex.Message, + Language.IcaControlFailed + Environment.NewLine + ex.Message, true); } } @@ -88,7 +88,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaSetPropsFailed + Environment.NewLine + ex.Message, + Language.IcaSetPropsFailed + Environment.NewLine + ex.Message, true); return false; } @@ -107,7 +107,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaConnectionFailed + Environment.NewLine + ex.Message); + Language.IcaConnectionFailed + Environment.NewLine + ex.Message); return false; } } @@ -182,7 +182,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaSetCredentialsFailed + Environment.NewLine + + Language.IcaSetCredentialsFailed + Environment.NewLine + ex.Message, true); } } @@ -228,7 +228,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaSetResolutionFailed + Environment.NewLine + + Language.IcaSetResolutionFailed + Environment.NewLine + ex.Message, true); } } @@ -289,7 +289,7 @@ namespace mRemoteNG.Connection.Protocol.ICA catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strIcaSetEventHandlersFailed + Environment.NewLine + + Language.IcaSetEventHandlersFailed + Environment.NewLine + ex.Message, true); } } @@ -361,19 +361,19 @@ namespace mRemoteNG.Connection.Protocol.ICA public enum EncryptionStrength { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strEncBasic))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.EncBasic))] EncrBasic = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strEnc128BitLogonOnly))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Enc128BitLogonOnly))] Encr128BitLogonOnly = 127, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strEnc40Bit))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Enc40Bit))] Encr40Bit = 40, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strEnc56Bit))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Enc56Bit))] Encr56Bit = 56, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strEnc128Bit))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Enc128Bit))] Encr128Bit = 128 } diff --git a/mRemoteV1/Connection/Protocol/IntegratedProgram.cs b/mRemoteV1/Connection/Protocol/IntegratedProgram.cs index 2e0367f7e..34563b326 100644 --- a/mRemoteV1/Connection/Protocol/IntegratedProgram.cs +++ b/mRemoteV1/Connection/Protocol/IntegratedProgram.cs @@ -97,14 +97,14 @@ namespace mRemoteNG.Connection.Protocol } NativeMethods.SetParent(_handle, InterfaceControl.Handle); - Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, Language.strIntAppStuff, true); + Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, Language.IntAppStuff, true); Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strIntAppHandle, _handle), true); + string.Format(Language.IntAppHandle, _handle), true); Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strIntAppTitle, _process.MainWindowTitle), + string.Format(Language.IntAppTitle, _process.MainWindowTitle), true); Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strIntAppParentHandle, + string.Format(Language.IntAppParentHandle, InterfaceControl.Parent.Handle), true); Resize(this, new EventArgs()); @@ -126,7 +126,7 @@ namespace mRemoteNG.Connection.Protocol } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppFocusFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppFocusFailed, ex); } } @@ -143,7 +143,7 @@ namespace mRemoteNG.Connection.Protocol } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppResizeFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppResizeFailed, ex); } } @@ -164,7 +164,7 @@ namespace mRemoteNG.Connection.Protocol } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppKillFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppKillFailed, ex); } try @@ -176,7 +176,7 @@ namespace mRemoteNG.Connection.Protocol } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppDisposeFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppDisposeFailed, ex); } } diff --git a/mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs b/mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs index 43aee0885..603647f78 100644 --- a/mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs +++ b/mRemoteV1/Connection/Protocol/PowerShell/Connection.Protocol.PowerShell.cs @@ -65,7 +65,7 @@ namespace mRemoteNG.Connection.Protocol.PowerShell } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppFocusFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppFocusFailed, ex); } } @@ -82,7 +82,7 @@ namespace mRemoteNG.Connection.Protocol.PowerShell } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strIntAppResizeFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.IntAppResizeFailed, ex); } } diff --git a/mRemoteV1/Connection/Protocol/ProtocolFactory.cs b/mRemoteV1/Connection/Protocol/ProtocolFactory.cs index f97aecb89..0195fed0e 100644 --- a/mRemoteV1/Connection/Protocol/ProtocolFactory.cs +++ b/mRemoteV1/Connection/Protocol/ProtocolFactory.cs @@ -49,7 +49,7 @@ namespace mRemoteNG.Connection.Protocol case ProtocolType.IntApp: if (connectionInfo.ExtApp == "") { - throw (new Exception(Language.strNoExtAppDefined)); + throw (new Exception(Language.NoExtAppDefined)); } return new IntegratedProgram(); } diff --git a/mRemoteV1/Connection/Protocol/ProtocolType.cs b/mRemoteV1/Connection/Protocol/ProtocolType.cs index b8405885d..febd7d168 100644 --- a/mRemoteV1/Connection/Protocol/ProtocolType.cs +++ b/mRemoteV1/Connection/Protocol/ProtocolType.cs @@ -4,40 +4,40 @@ namespace mRemoteNG.Connection.Protocol { public enum ProtocolType { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP))] RDP = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strVnc))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] VNC = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strSsh1))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Ssh1))] SSH1 = 2, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strSsh2))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Ssh2))] SSH2 = 3, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strTelnet))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Telnet))] Telnet = 4, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRlogin))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rlogin))] Rlogin = 5, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRAW))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RAW))] RAW = 6, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttp))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] HTTP = 7, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttps))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Https))] HTTPS = 8, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strICA))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.ICA))] ICA = 9, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strPowerShell))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.PowerShell))] PowerShell = 10, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strExtApp))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.ExtApp))] IntApp = 20 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/PuttyBase.cs b/mRemoteV1/Connection/Protocol/PuttyBase.cs index acad8c85e..d1ef18d09 100644 --- a/mRemoteV1/Connection/Protocol/PuttyBase.cs +++ b/mRemoteV1/Connection/Protocol/PuttyBase.cs @@ -179,14 +179,14 @@ namespace mRemoteNG.Connection.Protocol NativeMethods.SetParent(PuttyHandle, InterfaceControl.Handle); } - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strPuttyStuff, true); + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.PuttyStuff, true); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strPuttyHandle, PuttyHandle), true); + string.Format(Language.PuttyHandle, PuttyHandle), true); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strPuttyTitle, PuttyProcess.MainWindowTitle), + string.Format(Language.PuttyTitle, PuttyProcess.MainWindowTitle), true); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strPuttyParentHandle, + string.Format(Language.PuttyParentHandle, InterfaceControl.Parent.Handle), true); Resize(this, new EventArgs()); @@ -211,7 +211,7 @@ namespace mRemoteNG.Connection.Protocol catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strPuttyFocusFailed + Environment.NewLine + ex.Message, + Language.PuttyFocusFailed + Environment.NewLine + ex.Message, true); } } @@ -244,7 +244,7 @@ namespace mRemoteNG.Connection.Protocol catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strPuttyResizeFailed + Environment.NewLine + ex.Message, + Language.PuttyResizeFailed + Environment.NewLine + ex.Message, true); } } @@ -261,7 +261,7 @@ namespace mRemoteNG.Connection.Protocol catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strPuttyKillFailed + Environment.NewLine + ex.Message, + Language.PuttyKillFailed + Environment.NewLine + ex.Message, true); } @@ -272,7 +272,7 @@ namespace mRemoteNG.Connection.Protocol catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strPuttyDisposeFailed + Environment.NewLine + ex.Message, + Language.PuttyDisposeFailed + Environment.NewLine + ex.Message, true); } @@ -289,7 +289,7 @@ namespace mRemoteNG.Connection.Protocol catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strPuttyShowSettingsDialogFailed + Environment.NewLine + + Language.PuttyShowSettingsDialogFailed + Environment.NewLine + ex.Message, true); } } diff --git a/mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs b/mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs index c800c701c..dcae7030e 100644 --- a/mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs +++ b/mRemoteV1/Connection/Protocol/RDP/AuthenticationLevel.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum AuthenticationLevel { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strAlwaysConnectEvenIfAuthFails))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.AlwaysConnectEvenIfAuthFails))] NoAuth = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strDontConnectWhenAuthFails))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.DontConnectWhenAuthFails))] AuthRequired = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strWarnIfAuthFails))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.WarnIfAuthFails))] WarnOnFailedAuth = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs b/mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs index 505650d34..398d6eca9 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDGatewayUsageMethod.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDGatewayUsageMethod { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNever))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Never))] Never = 0, // TSC_PROXY_MODE_NONE_DIRECT - [LocalizedAttributes.LocalizedDescription(nameof(Language.strAlways))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Always))] Always = 1, // TSC_PROXY_MODE_DIRECT - [LocalizedAttributes.LocalizedDescription(nameof(Language.strDetect))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Detect))] Detect = 2 // TSC_PROXY_MODE_DETECT } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs b/mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs index f6b1d32df..8f5e6f193 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDGatewayUseConnectionCredentials.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDGatewayUseConnectionCredentials { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strUseDifferentUsernameAndPassword))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.UseDifferentUsernameAndPassword))] No = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strUseSameUsernameAndPassword))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.UseSameUsernameAndPassword))] Yes = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strUseSmartCard))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.UseSmartCard))] SmartCard = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs b/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs index f4b757adb..fb04e00ea 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs @@ -4,19 +4,19 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPColors { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP256Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP256Colors))] Colors256 = 8, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP32768Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP32768Colors))] Colors15Bit = 15, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP65536Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP65536Colors))] Colors16Bit = 16, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP16777216Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP16777216Colors))] Colors24Bit = 24, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDP4294967296Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP4294967296Colors))] Colors32Bit = 32 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs index 814d953d4..a761a22dd 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs @@ -5,13 +5,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPResolutions { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPFitToPanel))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPFitToPanel))] FitToWindow, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strFullscreen))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Fullscreen))] Fullscreen, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSmartSize))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSmartSize))] SmartSize, [Description("800x600")] Res800x600, [Description("1024x768")] Res1024x768, diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs b/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs index 458b30c80..37cee3756 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPSoundQuality { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundQualityDynamic))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityDynamic))] Dynamic = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundQualityMedium))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityMedium))] Medium = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundQualityHigh))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityHigh))] High = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs index dae7e4eba..8296dfb45 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPSounds { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundBringToThisComputer))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundBringToThisComputer))] BringToThisComputer = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundLeaveAtRemoteComputer))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundLeaveAtRemoteComputer))] LeaveAtRemoteComputer = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strRDPSoundDoNotPlay))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundDoNotPlay))] DoNotPlay = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs b/mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs index f159f0b41..e02167587 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RdpErrorCodes.cs @@ -12,15 +12,15 @@ namespace mRemoteNG.Connection.Protocol.RDP { _description = new Hashtable { - {"0", nameof(Language.strRdpErrorUnknown)}, - {"1", nameof(Language.strRdpErrorCode1)}, - {"2", nameof(Language.strRdpErrorOutOfMemory)}, - {"3", nameof(Language.strRdpErrorWindowCreation)}, - {"4", nameof(Language.strRdpErrorCode2)}, - {"5", nameof(Language.strRdpErrorCode3)}, - {"6", nameof(Language.strRdpErrorCode4)}, - {"7", nameof(Language.strRdpErrorConnection)}, - {"100", nameof(Language.strRdpErrorWinsock)} + {"0", nameof(Language.RdpErrorUnknown)}, + {"1", nameof(Language.RdpErrorCode1)}, + {"2", nameof(Language.RdpErrorOutOfMemory)}, + {"3", nameof(Language.RdpErrorWindowCreation)}, + {"4", nameof(Language.RdpErrorCode2)}, + {"5", nameof(Language.RdpErrorCode3)}, + {"6", nameof(Language.RdpErrorCode4)}, + {"7", nameof(Language.RdpErrorConnection)}, + {"100", nameof(Language.RdpErrorWinsock)} }; } @@ -35,8 +35,8 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpErrorGetFailure, ex); - return string.Format(Language.strRdpErrorUnknown, id); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpErrorGetFailure, ex); + return string.Format(Language.RdpErrorUnknown, id); } } } diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs b/mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs index c0de96b51..f1d64bdbb 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RdpProtocol6.cs @@ -80,7 +80,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetRedirectKeysFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetRedirectKeysFailed, ex); } } } @@ -131,7 +131,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetPropsFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetPropsFailed, ex); return false; } } @@ -161,7 +161,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } else { - Runtime.MessageCollector.AddExceptionMessage(Language.strRdpControlCreationFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.RdpControlCreationFailed, ex); } Control.Dispose(); return false; @@ -182,7 +182,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strConnectionOpenFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ConnectionOpenFailed, ex); } return false; @@ -196,7 +196,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpDisconnectFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpDisconnectFailed, ex); Close(); } } @@ -209,7 +209,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpToggleFullscreenFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpToggleFullscreenFailed, ex); } } @@ -221,7 +221,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpToggleSmartSizeFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpToggleSmartSizeFailed, ex); } } @@ -252,7 +252,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpFocusFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpFocusFailed, ex); } } @@ -320,7 +320,7 @@ namespace mRemoteNG.Connection.Protocol.RDP SetPerformanceFlags(); - _rdpClient.ConnectingText = Language.strConnecting; + _rdpClient.ConnectingText = Language.Connecting; } protected object GetExtendedProperty(string property) @@ -358,12 +358,12 @@ namespace mRemoteNG.Connection.Protocol.RDP { if (_rdpClient.TransportSettings.GatewayIsSupported == 0) { - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strRdpGatewayNotSupported, + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.RdpGatewayNotSupported, true); return; } - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strRdpGatewayIsSupported, + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.RdpGatewayIsSupported, true); if (connectionInfo.RDGatewayUsageMethod != RDGatewayUsageMethod.Never) @@ -402,7 +402,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetGatewayFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetGatewayFailed, ex); } } @@ -428,14 +428,14 @@ namespace mRemoteNG.Connection.Protocol.RDP if (_rdpVersion >= Versions.RDC61) { Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strRdpSetConsoleSwitch, _rdpVersion), + string.Format(Language.RdpSetConsoleSwitch, _rdpVersion), true); _rdpClient.AdvancedSettings7.ConnectToAdministerServer = value; } else { Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.strRdpSetConsoleSwitch, _rdpVersion) + + string.Format(Language.RdpSetConsoleSwitch, _rdpVersion) + Environment.NewLine + "No longer supported in this RDP version. Reference: https://msdn.microsoft.com/en-us/library/aa380863(v=vs.85).aspx", true); @@ -446,7 +446,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetConsoleSessionFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetConsoleSessionFailed, ex); } } @@ -514,7 +514,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetCredentialsFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetCredentialsFailed, ex); } } @@ -561,7 +561,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetResolutionFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetResolutionFailed, ex); } } @@ -576,7 +576,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetPortFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetPortFailed, ex); } } @@ -593,7 +593,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetRedirectionFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetRedirectionFailed, ex); } } @@ -630,7 +630,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetPerformanceFlagsFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetPerformanceFlagsFailed, ex); } } @@ -642,7 +642,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetAuthenticationLevelFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetAuthenticationLevelFailed, ex); } } @@ -679,7 +679,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetEventHandlersFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetEventHandlersFailed, ex); } } diff --git a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs b/mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs index aab3a2e46..f5d29e87a 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RdpProtocol7.cs @@ -35,7 +35,7 @@ namespace mRemoteNG.Connection.Protocol.RDP } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strRdpSetPropsFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.RdpSetPropsFailed, ex); return false; } diff --git a/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs b/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs index f98f2682c..17fac7cf6 100644 --- a/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs +++ b/mRemoteV1/Connection/Protocol/VNC/Connection.Protocol.VNC.cs @@ -61,7 +61,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncSetPropsFailed + Environment.NewLine + ex.Message, + Language.VncSetPropsFailed + Environment.NewLine + ex.Message, true); return false; } @@ -78,7 +78,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strConnectionOpenFailed + Environment.NewLine + + Language.ConnectionOpenFailed + Environment.NewLine + ex.Message); return false; } @@ -95,7 +95,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncConnectionDisconnectFailed + Environment.NewLine + + Language.VncConnectionDisconnectFailed + Environment.NewLine + ex.Message, true); } } @@ -118,7 +118,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncSendSpecialKeysFailed + Environment.NewLine + + Language.VncSendSpecialKeysFailed + Environment.NewLine + ex.Message, true); } } @@ -133,7 +133,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncToggleSmartSizeFailed + Environment.NewLine + + Language.VncToggleSmartSizeFailed + Environment.NewLine + ex.Message, true); } } @@ -147,7 +147,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncToggleViewOnlyFailed + Environment.NewLine + + Language.VncToggleViewOnlyFailed + Environment.NewLine + ex.Message, true); } } @@ -172,7 +172,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncRefreshFailed + Environment.NewLine + ex.Message, + Language.VncRefreshFailed + Environment.NewLine + ex.Message, true); } } @@ -196,7 +196,7 @@ namespace mRemoteNG.Connection.Protocol.VNC catch (Exception ex) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strVncSetEventHandlersFailed + Environment.NewLine + + Language.VncSetEventHandlersFailed + Environment.NewLine + ex.Message, true); } } @@ -288,7 +288,7 @@ namespace mRemoteNG.Connection.Protocol.VNC public enum Compression { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNoCompression))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoCompression))] CompNone = 99, [Description("0")] Comp0 = 0, [Description("1")] Comp1 = 1, @@ -316,44 +316,44 @@ namespace mRemoteNG.Connection.Protocol.VNC public enum AuthMode { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strVnc))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] AuthVNC, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strWindows))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Windows))] AuthWin } public enum ProxyType { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNone))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.None))] ProxyNone, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttp))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] ProxyHTTP, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strSocks5))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Socks5))] ProxySocks5, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strUltraVncRepeater))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.UltraVncRepeater))] ProxyUltra } public enum Colors { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNormal))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Normal))] ColNormal, [Description("8-bit")] Col8Bit } public enum SmartSizeMode { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNoSmartSize))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoSmartSize))] SmartSNo, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strFree))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Free))] SmartSFree, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strAspect))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Aspect))] SmartSAspect } diff --git a/mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs b/mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs index 55f801dcc..35f74e9f4 100644 --- a/mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs +++ b/mRemoteV1/Connection/Protocol/VNC/VNCEnum.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.Connection.Protocol.VNC public enum Compression { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNoCompression))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoCompression))] CompNone = 99, [Description("0")] Comp0 = 0, [Description("1")] Comp1 = 1, @@ -44,44 +44,44 @@ namespace mRemoteNG.Connection.Protocol.VNC public enum AuthMode { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strVnc))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] AuthVNC, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strWindows))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Windows))] AuthWin } public enum ProxyType { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNone))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.None))] ProxyNone, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strHttp))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] ProxyHTTP, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strSocks5))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Socks5))] ProxySocks5, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strUltraVncRepeater))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.UltraVncRepeater))] ProxyUltra } public enum Colors { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNormal))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Normal))] ColNormal, [Description("8-bit")] Col8Bit } public enum SmartSizeMode { - [LocalizedAttributes.LocalizedDescription(nameof(Language.strNoSmartSize))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.NoSmartSize))] SmartSNo, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strFree))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Free))] SmartSFree, - [LocalizedAttributes.LocalizedDescription(nameof(Language.strAspect))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Aspect))] SmartSAspect } } \ No newline at end of file diff --git a/mRemoteV1/Connection/PuttySessionInfo.cs b/mRemoteV1/Connection/PuttySessionInfo.cs index e15d82f46..33dc514e8 100644 --- a/mRemoteV1/Connection/PuttySessionInfo.cs +++ b/mRemoteV1/Connection/PuttySessionInfo.cs @@ -78,7 +78,7 @@ namespace mRemoteNG.Connection catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strErrorCouldNotLaunchPutty + Environment.NewLine + + Language.ErrorCouldNotLaunchPutty + Environment.NewLine + ex.Message); } } diff --git a/mRemoteV1/Connection/WebHelper.cs b/mRemoteV1/Connection/WebHelper.cs index 276738051..c58f1b064 100644 --- a/mRemoteV1/Connection/WebHelper.cs +++ b/mRemoteV1/Connection/WebHelper.cs @@ -14,7 +14,7 @@ namespace mRemoteNG.Connection connectionInfo.Protocol = url.StartsWith("https:") ? ProtocolType.HTTPS : ProtocolType.HTTP; connectionInfo.SetDefaultPort(); if (string.IsNullOrEmpty(connectionInfo.Panel)) - connectionInfo.Panel = Language.strGeneral; + connectionInfo.Panel = Language.General; connectionInfo.IsQuickConnect = true; var connectionInitiator = new ConnectionInitiator(); connectionInitiator.OpenConnection(connectionInfo, ConnectionInfo.Force.DoNotJump); diff --git a/mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs b/mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs index f433371d7..ab64d25eb 100644 --- a/mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs +++ b/mRemoteV1/Credential/CredentialDeletionMsgBoxConfirmer.cs @@ -31,7 +31,7 @@ namespace mRemoteNG.Credential targetsArray.Length)); return PromptUser( string.Format( - Language.strConfirmDeleteCredentialRecord, + Language.ConfirmDeleteCredentialRecord, targetsArray.First().Title)); } diff --git a/mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs b/mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs index 2e6a0495c..07f5f57ca 100644 --- a/mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs +++ b/mRemoteV1/Messages/MessageWriters/PopupMessageWriter.cs @@ -10,19 +10,19 @@ namespace mRemoteNG.Messages.MessageWriters switch (message.Class) { case MessageClass.DebugMsg: - MessageBox.Show(message.Text, string.Format(Language.strTitleInformation, message.Date), + MessageBox.Show(message.Text, string.Format(Language.TitleInformation, message.Date), MessageBoxButtons.OK, MessageBoxIcon.Information); break; case MessageClass.InformationMsg: - MessageBox.Show(message.Text, string.Format(Language.strTitleInformation, message.Date), + MessageBox.Show(message.Text, string.Format(Language.TitleInformation, message.Date), MessageBoxButtons.OK, MessageBoxIcon.Information); break; case MessageClass.WarningMsg: - MessageBox.Show(message.Text, string.Format(Language.strTitleWarning, message.Date), + MessageBox.Show(message.Text, string.Format(Language.TitleWarning, message.Date), MessageBoxButtons.OK, MessageBoxIcon.Warning); break; case MessageClass.ErrorMsg: - MessageBox.Show(message.Text, string.Format(Language.strTitleError, message.Date), + MessageBox.Show(message.Text, string.Format(Language.TitleError, message.Date), MessageBoxButtons.OK, MessageBoxIcon.Error); break; default: diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index decd3dc5c..117fa2128 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -378,7 +378,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to About. /// - internal static string strAbout { + internal static string About { get { return ResourceManager.GetString("strAbout", resourceCulture); } @@ -387,7 +387,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Accept. /// - internal static string strAccept { + internal static string Accept { get { return ResourceManager.GetString("strAccept", resourceCulture); } @@ -396,7 +396,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Active. /// - internal static string strActive { + internal static string Active { get { return ResourceManager.GetString("strActive", resourceCulture); } @@ -405,7 +405,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Active Directory. /// - internal static string strActiveDirectory { + internal static string ActiveDirectory { get { return ResourceManager.GetString("strActiveDirectory", resourceCulture); } @@ -414,7 +414,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Activity. /// - internal static string strActivity { + internal static string Activity { get { return ResourceManager.GetString("strActivity", resourceCulture); } @@ -423,7 +423,7 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Add. /// - internal static string strAdd { + internal static string Add { get { return ResourceManager.GetString("strAdd", resourceCulture); } @@ -432,378 +432,378 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to New Connection. /// - internal static string strAddConnection { + internal static string AddConnection { get { - return ResourceManager.GetString("strAddConnection", resourceCulture); + return ResourceManager.GetString("AddConnection", resourceCulture); } } /// /// Looks up a localized string similar to New folder. /// - internal static string strAddFolder { + internal static string AddFolder { get { - return ResourceManager.GetString("strAddFolder", resourceCulture); + return ResourceManager.GetString("AddFolder", resourceCulture); } } /// /// Looks up a localized string similar to AddNodeFromXML failed!. /// - internal static string strAddNodeFromXmlFailed { + internal static string AddNodeFromXmlFailed { get { - return ResourceManager.GetString("strAddNodeFromXmlFailed", resourceCulture); + return ResourceManager.GetString("AddNodeFromXmlFailed", resourceCulture); } } /// /// Looks up a localized string similar to AddNodesFromSQL failed!. /// - internal static string strAddNodesFromSqlFailed { + internal static string AddNodesFromSqlFailed { get { - return ResourceManager.GetString("strAddNodesFromSqlFailed", resourceCulture); + return ResourceManager.GetString("AddNodesFromSqlFailed", resourceCulture); } } /// /// Looks up a localized string similar to Advanced security options. /// - internal static string strAdvancedSecurityOptions { + internal static string AdvancedSecurityOptions { get { - return ResourceManager.GetString("strAdvancedSecurityOptions", resourceCulture); + return ResourceManager.GetString("AdvancedSecurityOptions", resourceCulture); } } /// /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required). /// - internal static string strAllowOnlySingleInstance { + internal static string AllowOnlySingleInstance { get { - return ResourceManager.GetString("strAllowOnlySingleInstance", resourceCulture); + return ResourceManager.GetString("AllowOnlySingleInstance", resourceCulture); } } /// /// Looks up a localized string similar to Always. /// - internal static string strAlways { + internal static string Always { get { - return ResourceManager.GetString("strAlways", resourceCulture); + return ResourceManager.GetString("Always", resourceCulture); } } /// /// Looks up a localized string similar to Always connect, even if authentication fails. /// - internal static string strAlwaysConnectEvenIfAuthFails { + internal static string AlwaysConnectEvenIfAuthFails { get { - return ResourceManager.GetString("strAlwaysConnectEvenIfAuthFails", resourceCulture); + return ResourceManager.GetString("AlwaysConnectEvenIfAuthFails", resourceCulture); } } /// /// Looks up a localized string similar to Always show connection tabs. /// - internal static string strAlwaysShowConnectionTabs { + internal static string AlwaysShowConnectionTabs { get { - return ResourceManager.GetString("strAlwaysShowConnectionTabs", resourceCulture); + return ResourceManager.GetString("AlwaysShowConnectionTabs", resourceCulture); } } /// /// Looks up a localized string similar to Always show panel selection dialog when opening connections. /// - internal static string strAlwaysShowPanelSelection { + internal static string AlwaysShowPanelSelection { get { - return ResourceManager.GetString("strAlwaysShowPanelSelection", resourceCulture); + return ResourceManager.GetString("AlwaysShowPanelSelection", resourceCulture); } } /// /// Looks up a localized string similar to Always show panel tabs. /// - internal static string strAlwaysShowPanelTabs { + internal static string AlwaysShowPanelTabs { get { - return ResourceManager.GetString("strAlwaysShowPanelTabs", resourceCulture); + return ResourceManager.GetString("AlwaysShowPanelTabs", resourceCulture); } } /// /// Looks up a localized string similar to Always show notification area icon. /// - internal static string strAlwaysShowSysTrayIcon { + internal static string AlwaysShowSysTrayIcon { get { - return ResourceManager.GetString("strAlwaysShowSysTrayIcon", resourceCulture); + return ResourceManager.GetString("AlwaysShowSysTrayIcon", resourceCulture); } } /// /// Looks up a localized string similar to Ask me again later. /// - internal static string strAskUpdatesCommandAskLater { + internal static string AskUpdatesCommandAskLater { get { - return ResourceManager.GetString("strAskUpdatesCommandAskLater", resourceCulture); + return ResourceManager.GetString("AskUpdatesCommandAskLater", resourceCulture); } } /// /// Looks up a localized string similar to Customize the settings now. /// - internal static string strAskUpdatesCommandCustom { + internal static string AskUpdatesCommandCustom { get { - return ResourceManager.GetString("strAskUpdatesCommandCustom", resourceCulture); + return ResourceManager.GetString("AskUpdatesCommandCustom", resourceCulture); } } /// /// Looks up a localized string similar to Use the recommended settings. /// - internal static string strAskUpdatesCommandRecommended { + internal static string AskUpdatesCommandRecommended { get { - return ResourceManager.GetString("strAskUpdatesCommandRecommended", resourceCulture); + return ResourceManager.GetString("AskUpdatesCommandRecommended", resourceCulture); } } /// /// Looks up a localized string similar to {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly.. /// - internal static string strAskUpdatesContent { + internal static string AskUpdatesContent { get { - return ResourceManager.GetString("strAskUpdatesContent", resourceCulture); + return ResourceManager.GetString("AskUpdatesContent", resourceCulture); } } /// /// Looks up a localized string similar to Automatic update settings. /// - internal static string strAskUpdatesMainInstruction { + internal static string AskUpdatesMainInstruction { get { - return ResourceManager.GetString("strAskUpdatesMainInstruction", resourceCulture); + return ResourceManager.GetString("AskUpdatesMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Aspect. /// - internal static string strAspect { + internal static string Aspect { get { - return ResourceManager.GetString("strAspect", resourceCulture); + return ResourceManager.GetString("Aspect", resourceCulture); } } /// /// Looks up a localized string similar to Assigned Credential. /// - internal static string strAssignedCredential { + internal static string AssignedCredential { get { - return ResourceManager.GetString("strAssignedCredential", resourceCulture); + return ResourceManager.GetString("AssignedCredential", resourceCulture); } } /// /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. /// - internal static string strAutoSaveEvery { + internal static string AutoSaveEvery { get { - return ResourceManager.GetString("strAutoSaveEvery", resourceCulture); + return ResourceManager.GetString("AutoSaveEvery", resourceCulture); } } /// /// Looks up a localized string similar to Minutes (0 means disabled). /// - internal static string strAutoSaveMins { + internal static string AutoSaveMins { get { - return ResourceManager.GetString("strAutoSaveMins", resourceCulture); + return ResourceManager.GetString("AutoSaveMins", resourceCulture); } } /// /// Looks up a localized string similar to Latest version. /// - internal static string strAvailableVersion { + internal static string AvailableVersion { get { - return ResourceManager.GetString("strAvailableVersion", resourceCulture); + return ResourceManager.GetString("AvailableVersion", resourceCulture); } } /// /// Looks up a localized string similar to Back. /// - internal static string strBack { + internal static string Back { get { - return ResourceManager.GetString("strBack", resourceCulture); + return ResourceManager.GetString("Back", resourceCulture); } } /// /// Looks up a localized string similar to Apply. /// - internal static string strButtonApply { + internal static string ButtonApply { get { - return ResourceManager.GetString("strButtonApply", resourceCulture); + return ResourceManager.GetString("ButtonApply", resourceCulture); } } /// /// Looks up a localized string similar to &Browse.... /// - internal static string strButtonBrowse { + internal static string ButtonBrowse { get { - return ResourceManager.GetString("strButtonBrowse", resourceCulture); + return ResourceManager.GetString("ButtonBrowse", resourceCulture); } } /// /// Looks up a localized string similar to &Cancel. /// - internal static string strButtonCancel { + internal static string ButtonCancel { get { - return ResourceManager.GetString("strButtonCancel", resourceCulture); + return ResourceManager.GetString("ButtonCancel", resourceCulture); } } /// /// Looks up a localized string similar to Change. /// - internal static string strButtonChange { + internal static string ButtonChange { get { - return ResourceManager.GetString("strButtonChange", resourceCulture); + return ResourceManager.GetString("ButtonChange", resourceCulture); } } /// /// Looks up a localized string similar to &Close. /// - internal static string strButtonClose { + internal static string ButtonClose { get { - return ResourceManager.GetString("strButtonClose", resourceCulture); + return ResourceManager.GetString("ButtonClose", resourceCulture); } } /// /// Looks up a localized string similar to Default Inheritance. /// - internal static string strButtonDefaultInheritance { + internal static string ButtonDefaultInheritance { get { - return ResourceManager.GetString("strButtonDefaultInheritance", resourceCulture); + return ResourceManager.GetString("ButtonDefaultInheritance", resourceCulture); } } /// /// Looks up a localized string similar to Default Properties. /// - internal static string strButtonDefaultProperties { + internal static string ButtonDefaultProperties { get { - return ResourceManager.GetString("strButtonDefaultProperties", resourceCulture); + return ResourceManager.GetString("ButtonDefaultProperties", resourceCulture); } } /// /// Looks up a localized string similar to Disconnect. /// - internal static string strButtonDisconnect { + internal static string ButtonDisconnect { get { - return ResourceManager.GetString("strButtonDisconnect", resourceCulture); + return ResourceManager.GetString("ButtonDisconnect", resourceCulture); } } /// /// Looks up a localized string similar to Icon. /// - internal static string strButtonIcon { + internal static string ButtonIcon { get { - return ResourceManager.GetString("strButtonIcon", resourceCulture); + return ResourceManager.GetString("ButtonIcon", resourceCulture); } } /// /// Looks up a localized string similar to &Import. /// - internal static string strButtonImport { + internal static string ButtonImport { get { - return ResourceManager.GetString("strButtonImport", resourceCulture); + return ResourceManager.GetString("ButtonImport", resourceCulture); } } /// /// Looks up a localized string similar to Inheritance. /// - internal static string strButtonInheritance { + internal static string ButtonInheritance { get { - return ResourceManager.GetString("strButtonInheritance", resourceCulture); + return ResourceManager.GetString("ButtonInheritance", resourceCulture); } } /// /// Looks up a localized string similar to &Launch. /// - internal static string strButtonLaunch { + internal static string ButtonLaunch { get { - return ResourceManager.GetString("strButtonLaunch", resourceCulture); + return ResourceManager.GetString("ButtonLaunch", resourceCulture); } } /// /// Looks up a localized string similar to Launch PuTTY. /// - internal static string strButtonLaunchPutty { + internal static string ButtonLaunchPutty { get { - return ResourceManager.GetString("strButtonLaunchPutty", resourceCulture); + return ResourceManager.GetString("ButtonLaunchPutty", resourceCulture); } } /// /// Looks up a localized string similar to &New. /// - internal static string strButtonNew { + internal static string ButtonNew { get { - return ResourceManager.GetString("strButtonNew", resourceCulture); + return ResourceManager.GetString("ButtonNew", resourceCulture); } } /// /// Looks up a localized string similar to &OK. /// - internal static string strButtonOK { + internal static string ButtonOK { get { - return ResourceManager.GetString("strButtonOK", resourceCulture); + return ResourceManager.GetString("ButtonOK", resourceCulture); } } /// /// Looks up a localized string similar to Properties. /// - internal static string strButtonProperties { + internal static string ButtonProperties { get { - return ResourceManager.GetString("strButtonProperties", resourceCulture); + return ResourceManager.GetString("ButtonProperties", resourceCulture); } } /// /// Looks up a localized string similar to &Scan. /// - internal static string strButtonScan { + internal static string ButtonScan { get { - return ResourceManager.GetString("strButtonScan", resourceCulture); + return ResourceManager.GetString("ButtonScan", resourceCulture); } } /// /// Looks up a localized string similar to &Stop. /// - internal static string strButtonStop { + internal static string ButtonStop { get { - return ResourceManager.GetString("strButtonStop", resourceCulture); + return ResourceManager.GetString("ButtonStop", resourceCulture); } } /// /// Looks up a localized string similar to Test Proxy. /// - internal static string strButtonTestProxy { + internal static string ButtonTestProxy { get { - return ResourceManager.GetString("strButtonTestProxy", resourceCulture); + return ResourceManager.GetString("ButtonTestProxy", resourceCulture); } } @@ -811,144 +811,144 @@ namespace mRemoteNG { /// Looks up a localized string similar to You cannot import a normal connection file. ///Please use File - Open Connection File for normal connection files!. /// - internal static string strCannotImportNormalSessionFile { + internal static string CannotImportNormalSessionFile { get { - return ResourceManager.GetString("strCannotImportNormalSessionFile", resourceCulture); + return ResourceManager.GetString("CannotImportNormalSessionFile", resourceCulture); } } /// /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. /// - internal static string strCannotStartPortScan { + internal static string CannotStartPortScan { get { - return ResourceManager.GetString("strCannotStartPortScan", resourceCulture); + return ResourceManager.GetString("CannotStartPortScan", resourceCulture); } } /// /// Looks up a localized string similar to Appearance. /// - internal static string strCategoryAppearance { + internal static string CategoryAppearance { get { - return ResourceManager.GetString("strCategoryAppearance", resourceCulture); + return ResourceManager.GetString("CategoryAppearance", resourceCulture); } } /// /// Looks up a localized string similar to Connection. /// - internal static string strCategoryConnection { + internal static string CategoryConnection { get { - return ResourceManager.GetString("strCategoryConnection", resourceCulture); + return ResourceManager.GetString("CategoryConnection", resourceCulture); } } /// /// Looks up a localized string similar to Credentials. /// - internal static string strCategoryCredentials { + internal static string CategoryCredentials { get { - return ResourceManager.GetString("strCategoryCredentials", resourceCulture); + return ResourceManager.GetString("CategoryCredentials", resourceCulture); } } /// /// Looks up a localized string similar to Display. /// - internal static string strCategoryDisplay { + internal static string CategoryDisplay { get { - return ResourceManager.GetString("strCategoryDisplay", resourceCulture); + return ResourceManager.GetString("CategoryDisplay", resourceCulture); } } /// /// Looks up a localized string similar to Gateway. /// - internal static string strCategoryGateway { + internal static string CategoryGateway { get { - return ResourceManager.GetString("strCategoryGateway", resourceCulture); + return ResourceManager.GetString("CategoryGateway", resourceCulture); } } /// /// Looks up a localized string similar to General. /// - internal static string strCategoryGeneral { + internal static string CategoryGeneral { get { - return ResourceManager.GetString("strCategoryGeneral", resourceCulture); + return ResourceManager.GetString("CategoryGeneral", resourceCulture); } } /// /// Looks up a localized string similar to Miscellaneous. /// - internal static string strCategoryMiscellaneous { + internal static string CategoryMiscellaneous { get { - return ResourceManager.GetString("strCategoryMiscellaneous", resourceCulture); + return ResourceManager.GetString("CategoryMiscellaneous", resourceCulture); } } /// /// Looks up a localized string similar to Protocol. /// - internal static string strCategoryProtocol { + internal static string CategoryProtocol { get { - return ResourceManager.GetString("strCategoryProtocol", resourceCulture); + return ResourceManager.GetString("CategoryProtocol", resourceCulture); } } /// /// Looks up a localized string similar to Proxy. /// - internal static string strCategoryProxy { + internal static string CategoryProxy { get { - return ResourceManager.GetString("strCategoryProxy", resourceCulture); + return ResourceManager.GetString("CategoryProxy", resourceCulture); } } /// /// Looks up a localized string similar to Redirect. /// - internal static string strCategoryRedirect { + internal static string CategoryRedirect { get { - return ResourceManager.GetString("strCategoryRedirect", resourceCulture); + return ResourceManager.GetString("CategoryRedirect", resourceCulture); } } /// /// Looks up a localized string similar to Always show this screen at startup. /// - internal static string strCcAlwaysShowScreen { + internal static string CcAlwaysShowScreen { get { - return ResourceManager.GetString("strCcAlwaysShowScreen", resourceCulture); + return ResourceManager.GetString("CcAlwaysShowScreen", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// - internal static string strCcCheckAgain { + internal static string CcCheckAgain { get { - return ResourceManager.GetString("strCcCheckAgain", resourceCulture); + return ResourceManager.GetString("CcCheckAgain", resourceCulture); } } /// /// Looks up a localized string similar to Check failed!. /// - internal static string strCcCheckFailed { + internal static string CcCheckFailed { get { - return ResourceManager.GetString("strCcCheckFailed", resourceCulture); + return ResourceManager.GetString("CcCheckFailed", resourceCulture); } } /// /// Looks up a localized string similar to Check succeeded!. /// - internal static string strCcCheckSucceeded { + internal static string CcCheckSucceeded { get { - return ResourceManager.GetString("strCcCheckSucceeded", resourceCulture); + return ResourceManager.GetString("CcCheckSucceeded", resourceCulture); } } @@ -958,27 +958,27 @@ namespace mRemoteNG { ///To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). ///If this check still fails or you are unable to use the (RDP) Sessions feat [rest of string was truncated]";. /// - internal static string strCcEOLFailed { + internal static string CcEOLFailed { get { - return ResourceManager.GetString("strCcEOLFailed", resourceCulture); + return ResourceManager.GetString("CcEOLFailed", resourceCulture); } } /// /// Looks up a localized string similar to EOLWTSCOM was found and seems to be registered properly.. /// - internal static string strCcEOLOK { + internal static string CcEOLOK { get { - return ResourceManager.GetString("strCcEOLOK", resourceCulture); + return ResourceManager.GetString("CcEOLOK", resourceCulture); } } /// /// Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/. /// - internal static string strCcICAFailed { + internal static string CcICAFailed { get { - return ResourceManager.GetString("strCcICAFailed", resourceCulture); + return ResourceManager.GetString("CcICAFailed", resourceCulture); } } @@ -986,18 +986,18 @@ namespace mRemoteNG { /// Looks up a localized string similar to All ICA components were found and seem to be registered properly. ///Citrix ICA Client Control Version {0}. /// - internal static string strCcICAOK { + internal static string CcICAOK { get { - return ResourceManager.GetString("strCcICAOK", resourceCulture); + return ResourceManager.GetString("CcICAOK", resourceCulture); } } /// /// Looks up a localized string similar to not installed properly. /// - internal static string strCcNotInstalledProperly { + internal static string CcNotInstalledProperly { get { - return ResourceManager.GetString("strCcNotInstalledProperly", resourceCulture); + return ResourceManager.GetString("CcNotInstalledProperly", resourceCulture); } } @@ -1005,18 +1005,18 @@ namespace mRemoteNG { /// Looks up a localized string similar to The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path. ///Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path). /// - internal static string strCcPuttyFailed { + internal static string CcPuttyFailed { get { - return ResourceManager.GetString("strCcPuttyFailed", resourceCulture); + return ResourceManager.GetString("CcPuttyFailed", resourceCulture); } } /// /// Looks up a localized string similar to The PuTTY executable was found and should be ready to use.. /// - internal static string strCcPuttyOK { + internal static string CcPuttyOK { get { - return ResourceManager.GetString("strCcPuttyOK", resourceCulture); + return ResourceManager.GetString("CcPuttyOK", resourceCulture); } } @@ -1024,18 +1024,18 @@ namespace mRemoteNG { /// Looks up a localized string similar to For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 8.0 installed. You can download it here: http://support.microsoft.com/kb/925876 ///If this check still fails or you are unable to use RDP, please consult the at {0}.. /// - internal static string strCcRDPFailed { + internal static string CcRDPFailed { get { - return ResourceManager.GetString("strCcRDPFailed", resourceCulture); + return ResourceManager.GetString("CcRDPFailed", resourceCulture); } } /// /// Looks up a localized string similar to The following RDP protocol versions are supported on this machine: {0}. /// - internal static string strCcRDPOK { + internal static string CcRDPOK { get { - return ResourceManager.GetString("strCcRDPOK", resourceCulture); + return ResourceManager.GetString("CcRDPOK", resourceCulture); } } @@ -1044,9 +1044,9 @@ namespace mRemoteNG { ///Please make sure that you have the VncSharp.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\). ///If you are still not able to pass this check or use VNC in mRemoteNG please consult the at {0}.. /// - internal static string strCcVNCFailed { + internal static string CcVNCFailed { get { - return ResourceManager.GetString("strCcVNCFailed", resourceCulture); + return ResourceManager.GetString("CcVNCFailed", resourceCulture); } } @@ -1054,396 +1054,396 @@ namespace mRemoteNG { /// Looks up a localized string similar to All VNC components were found and seem to be registered properly. ///VncSharp Control Version {0}. /// - internal static string strCcVNCOK { + internal static string CcVNCOK { get { - return ResourceManager.GetString("strCcVNCOK", resourceCulture); + return ResourceManager.GetString("CcVNCOK", resourceCulture); } } /// /// Looks up a localized string similar to Changelog. /// - internal static string strChangelog { + internal static string Changelog { get { - return ResourceManager.GetString("strChangelog", resourceCulture); + return ResourceManager.GetString("Changelog", resourceCulture); } } /// /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only). /// - internal static string strCheckboxAutomaticReconnect { + internal static string CheckboxAutomaticReconnect { get { - return ResourceManager.GetString("strCheckboxAutomaticReconnect", resourceCulture); + return ResourceManager.GetString("CheckboxAutomaticReconnect", resourceCulture); } } /// /// Looks up a localized string similar to Domain. /// - internal static string strCheckboxDomain { + internal static string CheckboxDomain { get { - return ResourceManager.GetString("strCheckboxDomain", resourceCulture); + return ResourceManager.GetString("CheckboxDomain", resourceCulture); } } /// /// Looks up a localized string similar to Do not show this message again.. /// - internal static string strCheckboxDoNotShowThisMessageAgain { + internal static string CheckboxDoNotShowThisMessageAgain { get { - return ResourceManager.GetString("strCheckboxDoNotShowThisMessageAgain", resourceCulture); + return ResourceManager.GetString("CheckboxDoNotShowThisMessageAgain", resourceCulture); } } /// /// Looks up a localized string similar to Inheritance. /// - internal static string strCheckboxInheritance { + internal static string CheckboxInheritance { get { - return ResourceManager.GetString("strCheckboxInheritance", resourceCulture); + return ResourceManager.GetString("CheckboxInheritance", resourceCulture); } } /// /// Looks up a localized string similar to Password. /// - internal static string strCheckboxPassword { + internal static string CheckboxPassword { get { - return ResourceManager.GetString("strCheckboxPassword", resourceCulture); + return ResourceManager.GetString("CheckboxPassword", resourceCulture); } } /// /// Looks up a localized string similar to This proxy server requires authentication. /// - internal static string strCheckboxProxyAuthentication { + internal static string CheckboxProxyAuthentication { get { - return ResourceManager.GetString("strCheckboxProxyAuthentication", resourceCulture); + return ResourceManager.GetString("CheckboxProxyAuthentication", resourceCulture); } } /// /// Looks up a localized string similar to Use custom PuTTY path:. /// - internal static string strCheckboxPuttyPath { + internal static string CheckboxPuttyPath { get { - return ResourceManager.GetString("strCheckboxPuttyPath", resourceCulture); + return ResourceManager.GetString("CheckboxPuttyPath", resourceCulture); } } /// /// Looks up a localized string similar to Reconnect when ready. /// - internal static string strCheckboxReconnectWhenReady { + internal static string CheckboxReconnectWhenReady { get { - return ResourceManager.GetString("strCheckboxReconnectWhenReady", resourceCulture); + return ResourceManager.GetString("CheckboxReconnectWhenReady", resourceCulture); } } /// /// Looks up a localized string similar to Use a proxy server to connect. /// - internal static string strCheckboxUpdateUseProxy { + internal static string CheckboxUpdateUseProxy { get { - return ResourceManager.GetString("strCheckboxUpdateUseProxy", resourceCulture); + return ResourceManager.GetString("CheckboxUpdateUseProxy", resourceCulture); } } /// /// Looks up a localized string similar to Username. /// - internal static string strCheckboxUsername { + internal static string CheckboxUsername { get { - return ResourceManager.GetString("strCheckboxUsername", resourceCulture); + return ResourceManager.GetString("CheckboxUsername", resourceCulture); } } /// /// Looks up a localized string similar to Wait for exit. /// - internal static string strCheckboxWaitForExit { + internal static string CheckboxWaitForExit { get { - return ResourceManager.GetString("strCheckboxWaitForExit", resourceCulture); + return ResourceManager.GetString("CheckboxWaitForExit", resourceCulture); } } /// /// Looks up a localized string similar to Check Again. /// - internal static string strCheckForUpdate { + internal static string CheckForUpdate { get { - return ResourceManager.GetString("strCheckForUpdate", resourceCulture); + return ResourceManager.GetString("CheckForUpdate", resourceCulture); } } /// /// Looks up a localized string similar to Check for updates at startup. /// - internal static string strCheckForUpdatesOnStartup { + internal static string CheckForUpdatesOnStartup { get { - return ResourceManager.GetString("strCheckForUpdatesOnStartup", resourceCulture); + return ResourceManager.GetString("CheckForUpdatesOnStartup", resourceCulture); } } /// /// Looks up a localized string similar to Check now. /// - internal static string strCheckNow { + internal static string CheckNow { get { - return ResourceManager.GetString("strCheckNow", resourceCulture); + return ResourceManager.GetString("CheckNow", resourceCulture); } } /// /// Looks up a localized string similar to Check proper installation of components at startup. /// - internal static string strCheckProperInstallationOfComponentsAtStartup { + internal static string CheckProperInstallationOfComponentsAtStartup { get { - return ResourceManager.GetString("strCheckProperInstallationOfComponentsAtStartup", resourceCulture); + return ResourceManager.GetString("CheckProperInstallationOfComponentsAtStartup", resourceCulture); } } /// /// Looks up a localized string similar to Choose a path for the mRemoteNG log file. /// - internal static string strChooseLogPath { + internal static string ChooseLogPath { get { - return ResourceManager.GetString("strChooseLogPath", resourceCulture); + return ResourceManager.GetString("ChooseLogPath", resourceCulture); } } /// /// Looks up a localized string similar to Choose panel before connecting. /// - internal static string strChoosePanelBeforeConnecting { + internal static string ChoosePanelBeforeConnecting { get { - return ResourceManager.GetString("strChoosePanelBeforeConnecting", resourceCulture); + return ResourceManager.GetString("ChoosePanelBeforeConnecting", resourceCulture); } } /// /// Looks up a localized string similar to Choose path. /// - internal static string strChoosePath { + internal static string ChoosePath { get { - return ResourceManager.GetString("strChoosePath", resourceCulture); + return ResourceManager.GetString("ChoosePath", resourceCulture); } } /// /// Looks up a localized string similar to Closed Ports. /// - internal static string strClosedPorts { + internal static string ClosedPorts { get { - return ResourceManager.GetString("strClosedPorts", resourceCulture); + return ResourceManager.GetString("ClosedPorts", resourceCulture); } } /// /// Looks up a localized string similar to Close to notification area. /// - internal static string strCloseToSysTray { + internal static string CloseToSysTray { get { - return ResourceManager.GetString("strCloseToSysTray", resourceCulture); + return ResourceManager.GetString("CloseToSysTray", resourceCulture); } } /// /// Looks up a localized string similar to Collapse all folders. /// - internal static string strCollapseAllFolders { + internal static string CollapseAllFolders { get { - return ResourceManager.GetString("strCollapseAllFolders", resourceCulture); + return ResourceManager.GetString("CollapseAllFolders", resourceCulture); } } /// /// Looks up a localized string similar to Arguments. /// - internal static string strColumnArguments { + internal static string ColumnArguments { get { - return ResourceManager.GetString("strColumnArguments", resourceCulture); + return ResourceManager.GetString("ColumnArguments", resourceCulture); } } /// /// Looks up a localized string similar to Display Name. /// - internal static string strColumnDisplayName { + internal static string ColumnDisplayName { get { - return ResourceManager.GetString("strColumnDisplayName", resourceCulture); + return ResourceManager.GetString("ColumnDisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Filename. /// - internal static string strColumnFilename { + internal static string ColumnFilename { get { - return ResourceManager.GetString("strColumnFilename", resourceCulture); + return ResourceManager.GetString("ColumnFilename", resourceCulture); } } /// /// Looks up a localized string similar to Hostname/IP. /// - internal static string strColumnHostnameIP { + internal static string ColumnHostnameIP { get { - return ResourceManager.GetString("strColumnHostnameIP", resourceCulture); + return ResourceManager.GetString("ColumnHostnameIP", resourceCulture); } } /// /// Looks up a localized string similar to Message. /// - internal static string strColumnMessage { + internal static string ColumnMessage { get { - return ResourceManager.GetString("strColumnMessage", resourceCulture); + return ResourceManager.GetString("ColumnMessage", resourceCulture); } } /// /// Looks up a localized string similar to Username. /// - internal static string strColumnUsername { + internal static string ColumnUsername { get { - return ResourceManager.GetString("strColumnUsername", resourceCulture); + return ResourceManager.GetString("ColumnUsername", resourceCulture); } } /// /// Looks up a localized string similar to Wait For Exit. /// - internal static string strColumnWaitForExit { + internal static string ColumnWaitForExit { get { - return ResourceManager.GetString("strColumnWaitForExit", resourceCulture); + return ResourceManager.GetString("ColumnWaitForExit", resourceCulture); } } /// /// Looks up a localized string similar to E&xit {0}. /// - internal static string strCommandExitProgram { + internal static string CommandExitProgram { get { - return ResourceManager.GetString("strCommandExitProgram", resourceCulture); + return ResourceManager.GetString("CommandExitProgram", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't parse command line args!. /// - internal static string strCommandLineArgsCouldNotBeParsed { + internal static string CommandLineArgsCouldNotBeParsed { get { - return ResourceManager.GetString("strCommandLineArgsCouldNotBeParsed", resourceCulture); + return ResourceManager.GetString("CommandLineArgsCouldNotBeParsed", resourceCulture); } } /// /// Looks up a localized string similar to &Open a connection file. /// - internal static string strCommandOpenConnectionFile { + internal static string CommandOpenConnectionFile { get { - return ResourceManager.GetString("strCommandOpenConnectionFile", resourceCulture); + return ResourceManager.GetString("CommandOpenConnectionFile", resourceCulture); } } /// /// Looks up a localized string similar to &Try again. /// - internal static string strCommandTryAgain { + internal static string CommandTryAgain { get { - return ResourceManager.GetString("strCommandTryAgain", resourceCulture); + return ResourceManager.GetString("CommandTryAgain", resourceCulture); } } /// /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it.. /// - internal static string strCompatibilityLenovoAutoScrollUtilityDetected { + internal static string CompatibilityLenovoAutoScrollUtilityDetected { get { - return ResourceManager.GetString("strCompatibilityLenovoAutoScrollUtilityDetected", resourceCulture); + return ResourceManager.GetString("CompatibilityLenovoAutoScrollUtilityDetected", resourceCulture); } } /// /// Looks up a localized string similar to Compatibility problem detected. /// - internal static string strCompatibilityProblemDetected { + internal static string CompatibilityProblemDetected { get { - return ResourceManager.GetString("strCompatibilityProblemDetected", resourceCulture); + return ResourceManager.GetString("CompatibilityProblemDetected", resourceCulture); } } /// /// Looks up a localized string similar to Components Check. /// - internal static string strComponentsCheck { + internal static string ComponentsCheck { get { - return ResourceManager.GetString("strComponentsCheck", resourceCulture); + return ResourceManager.GetString("ComponentsCheck", resourceCulture); } } /// /// Looks up a localized string similar to btnIcon_Click failed!. /// - internal static string strConfigPropertyGridButtonIconClickFailed { + internal static string ConfigPropertyGridButtonIconClickFailed { get { - return ResourceManager.GetString("strConfigPropertyGridButtonIconClickFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridButtonIconClickFailed", resourceCulture); } } /// /// Looks up a localized string similar to ShowHideGridItems failed!. /// - internal static string strConfigPropertyGridHideItemsFailed { + internal static string ConfigPropertyGridHideItemsFailed { get { - return ResourceManager.GetString("strConfigPropertyGridHideItemsFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridHideItemsFailed", resourceCulture); } } /// /// Looks up a localized string similar to IconMenu_Click failed!. /// - internal static string strConfigPropertyGridMenuClickFailed { + internal static string ConfigPropertyGridMenuClickFailed { get { - return ResourceManager.GetString("strConfigPropertyGridMenuClickFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridMenuClickFailed", resourceCulture); } } /// /// Looks up a localized string similar to Property Grid object failed!. /// - internal static string strConfigPropertyGridObjectFailed { + internal static string ConfigPropertyGridObjectFailed { get { - return ResourceManager.GetString("strConfigPropertyGridObjectFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridObjectFailed", resourceCulture); } } /// /// Looks up a localized string similar to SetHostStatus failed!. /// - internal static string strConfigPropertyGridSetHostStatusFailed { + internal static string ConfigPropertyGridSetHostStatusFailed { get { - return ResourceManager.GetString("strConfigPropertyGridSetHostStatusFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridSetHostStatusFailed", resourceCulture); } } /// /// Looks up a localized string similar to pGrid_PopertyValueChanged failed!. /// - internal static string strConfigPropertyGridValueFailed { + internal static string ConfigPropertyGridValueFailed { get { - return ResourceManager.GetString("strConfigPropertyGridValueFailed", resourceCulture); + return ResourceManager.GetString("ConfigPropertyGridValueFailed", resourceCulture); } } /// /// Looks up a localized string similar to Config UI load failed!. /// - internal static string strConfigUiLoadFailed { + internal static string ConfigUiLoadFailed { get { - return ResourceManager.GetString("strConfigUiLoadFailed", resourceCulture); + return ResourceManager.GetString("ConfigUiLoadFailed", resourceCulture); } } @@ -1451,189 +1451,189 @@ namespace mRemoteNG { /// Looks up a localized string similar to Do you want to close the connection: ///"{0}"?. /// - internal static string strConfirmCloseConnectionMainInstruction { + internal static string ConfirmCloseConnectionMainInstruction { get { - return ResourceManager.GetString("strConfirmCloseConnectionMainInstruction", resourceCulture); + return ResourceManager.GetString("ConfirmCloseConnectionMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to close all connections except for "{0}"?. /// - internal static string strConfirmCloseConnectionOthersInstruction { + internal static string ConfirmCloseConnectionOthersInstruction { get { - return ResourceManager.GetString("strConfirmCloseConnectionOthersInstruction", resourceCulture); + return ResourceManager.GetString("ConfirmCloseConnectionOthersInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed.. /// - internal static string strConfirmCloseConnectionPanelMainInstruction { + internal static string ConfirmCloseConnectionPanelMainInstruction { get { - return ResourceManager.GetString("strConfirmCloseConnectionPanelMainInstruction", resourceCulture); + return ResourceManager.GetString("ConfirmCloseConnectionPanelMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to close all connections to the right of "{0}"?. /// - internal static string strConfirmCloseConnectionRightInstruction { + internal static string ConfirmCloseConnectionRightInstruction { get { - return ResourceManager.GetString("strConfirmCloseConnectionRightInstruction", resourceCulture); + return ResourceManager.GetString("ConfirmCloseConnectionRightInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?. /// - internal static string strConfirmDeleteCredentialRecord { + internal static string ConfirmDeleteCredentialRecord { get { - return ResourceManager.GetString("strConfirmDeleteCredentialRecord", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteCredentialRecord", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the external tool, "{0}"?. /// - internal static string strConfirmDeleteExternalTool { + internal static string ConfirmDeleteExternalTool { get { - return ResourceManager.GetString("strConfirmDeleteExternalTool", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the {0} selected external tools?. /// - internal static string strConfirmDeleteExternalToolMultiple { + internal static string ConfirmDeleteExternalToolMultiple { get { - return ResourceManager.GetString("strConfirmDeleteExternalToolMultiple", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteExternalToolMultiple", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the connection, "{0}"?. /// - internal static string strConfirmDeleteNodeConnection { + internal static string ConfirmDeleteNodeConnection { get { - return ResourceManager.GetString("strConfirmDeleteNodeConnection", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteNodeConnection", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the empty folder, "{0}"?. /// - internal static string strConfirmDeleteNodeFolder { + internal static string ConfirmDeleteNodeFolder { get { - return ResourceManager.GetString("strConfirmDeleteNodeFolder", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteNodeFolder", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted.. /// - internal static string strConfirmDeleteNodeFolderNotEmpty { + internal static string ConfirmDeleteNodeFolderNotEmpty { get { - return ResourceManager.GetString("strConfirmDeleteNodeFolderNotEmpty", resourceCulture); + return ResourceManager.GetString("ConfirmDeleteNodeFolderNotEmpty", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to close all open connections?. /// - internal static string strConfirmExitMainInstruction { + internal static string ConfirmExitMainInstruction { get { - return ResourceManager.GetString("strConfirmExitMainInstruction", resourceCulture); + return ResourceManager.GetString("ConfirmExitMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Are you sure you want to reset the panels to their default layout?. /// - internal static string strConfirmResetLayout { + internal static string ConfirmResetLayout { get { - return ResourceManager.GetString("strConfirmResetLayout", resourceCulture); + return ResourceManager.GetString("ConfirmResetLayout", resourceCulture); } } /// /// Looks up a localized string similar to Connect. /// - internal static string strConnect { + internal static string Connect { get { - return ResourceManager.GetString("strConnect", resourceCulture); + return ResourceManager.GetString("Connect", resourceCulture); } } /// /// Looks up a localized string similar to Connect in fullscreen mode. /// - internal static string strConnectInFullscreen { + internal static string ConnectInFullscreen { get { - return ResourceManager.GetString("strConnectInFullscreen", resourceCulture); + return ResourceManager.GetString("ConnectInFullscreen", resourceCulture); } } /// /// Looks up a localized string similar to Connecting.... /// - internal static string strConnecting { + internal static string Connecting { get { - return ResourceManager.GetString("strConnecting", resourceCulture); + return ResourceManager.GetString("Connecting", resourceCulture); } } /// /// Looks up a localized string similar to Protocol Event Connected. /// - internal static string strConnectionEventConnected { + internal static string ConnectionEventConnected { get { - return ResourceManager.GetString("strConnectionEventConnected", resourceCulture); + return ResourceManager.GetString("ConnectionEventConnected", resourceCulture); } } /// /// Looks up a localized string similar to Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}"). /// - internal static string strConnectionEventConnectedDetail { + internal static string ConnectionEventConnectedDetail { get { - return ResourceManager.GetString("strConnectionEventConnectedDetail", resourceCulture); + return ResourceManager.GetString("ConnectionEventConnectedDetail", resourceCulture); } } /// /// Looks up a localized string similar to A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}". /// - internal static string strConnectionEventErrorOccured { + internal static string ConnectionEventErrorOccured { get { - return ResourceManager.GetString("strConnectionEventErrorOccured", resourceCulture); + return ResourceManager.GetString("ConnectionEventErrorOccured", resourceCulture); } } /// /// Looks up a localized string similar to Connection file path. /// - internal static string strConnectionFilePath { + internal static string ConnectionFilePath { get { - return ResourceManager.GetString("strConnectionFilePath", resourceCulture); + return ResourceManager.GetString("ConnectionFilePath", resourceCulture); } } /// /// Looks up a localized string similar to Opening connection failed!. /// - internal static string strConnectionOpenFailed { + internal static string ConnectionOpenFailed { get { - return ResourceManager.GetString("strConnectionOpenFailed", resourceCulture); + return ResourceManager.GetString("ConnectionOpenFailed", resourceCulture); } } /// /// Looks up a localized string similar to Cannot open connection: No hostname specified!. /// - internal static string strConnectionOpenFailedNoHostname { + internal static string ConnectionOpenFailedNoHostname { get { - return ResourceManager.GetString("strConnectionOpenFailedNoHostname", resourceCulture); + return ResourceManager.GetString("ConnectionOpenFailedNoHostname", resourceCulture); } } @@ -1642,54 +1642,54 @@ namespace mRemoteNG { ///Error Code: {0} ///Error Description: {1}. /// - internal static string strConnectionRdpErrorDetail { + internal static string ConnectionRdpErrorDetail { get { - return ResourceManager.GetString("strConnectionRdpErrorDetail", resourceCulture); + return ResourceManager.GetString("ConnectionRdpErrorDetail", resourceCulture); } } /// /// Looks up a localized string similar to Connections. /// - internal static string strConnections { + internal static string Connections { get { - return ResourceManager.GetString("strConnections", resourceCulture); + return ResourceManager.GetString("Connections", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't set default port!. /// - internal static string strConnectionSetDefaultPortFailed { + internal static string ConnectionSetDefaultPortFailed { get { - return ResourceManager.GetString("strConnectionSetDefaultPortFailed", resourceCulture); + return ResourceManager.GetString("ConnectionSetDefaultPortFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create backup of connections file!. /// - internal static string strConnectionsFileBackupFailed { + internal static string ConnectionsFileBackupFailed { get { - return ResourceManager.GetString("strConnectionsFileBackupFailed", resourceCulture); + return ResourceManager.GetString("ConnectionsFileBackupFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't import connections file!. /// - internal static string strConnectionsFileCouldNotBeImported { + internal static string ConnectionsFileCouldNotBeImported { get { - return ResourceManager.GetString("strConnectionsFileCouldNotBeImported", resourceCulture); + return ResourceManager.GetString("ConnectionsFileCouldNotBeImported", resourceCulture); } } /// /// Looks up a localized string similar to Connections file "{0}" could not be loaded!. /// - internal static string strConnectionsFileCouldNotBeLoaded { + internal static string ConnectionsFileCouldNotBeLoaded { get { - return ResourceManager.GetString("strConnectionsFileCouldNotBeLoaded", resourceCulture); + return ResourceManager.GetString("ConnectionsFileCouldNotBeLoaded", resourceCulture); } } @@ -1697,144 +1697,144 @@ namespace mRemoteNG { /// Looks up a localized string similar to Connections file "{0}" could not be loaded! ///Starting with new connections file.. /// - internal static string strConnectionsFileCouldNotBeLoadedNew { + internal static string ConnectionsFileCouldNotBeLoadedNew { get { - return ResourceManager.GetString("strConnectionsFileCouldNotBeLoadedNew", resourceCulture); + return ResourceManager.GetString("ConnectionsFileCouldNotBeLoadedNew", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't save connections file!. /// - internal static string strConnectionsFileCouldNotBeSaved { + internal static string ConnectionsFileCouldNotBeSaved { get { - return ResourceManager.GetString("strConnectionsFileCouldNotBeSaved", resourceCulture); + return ResourceManager.GetString("ConnectionsFileCouldNotBeSaved", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't save connections file as "{0}"!. /// - internal static string strConnectionsFileCouldNotSaveAs { + internal static string ConnectionsFileCouldNotSaveAs { get { - return ResourceManager.GetString("strConnectionsFileCouldNotSaveAs", resourceCulture); + return ResourceManager.GetString("ConnectionsFileCouldNotSaveAs", resourceCulture); } } /// /// Looks up a localized string similar to Connect without credentials. /// - internal static string strConnectNoCredentials { + internal static string ConnectNoCredentials { get { - return ResourceManager.GetString("strConnectNoCredentials", resourceCulture); + return ResourceManager.GetString("ConnectNoCredentials", resourceCulture); } } /// /// Looks up a localized string similar to Connect to console session. /// - internal static string strConnectToConsoleSession { + internal static string ConnectToConsoleSession { get { - return ResourceManager.GetString("strConnectToConsoleSession", resourceCulture); + return ResourceManager.GetString("ConnectToConsoleSession", resourceCulture); } } /// /// Looks up a localized string similar to Connect (with options). /// - internal static string strConnectWithOptions { + internal static string ConnectWithOptions { get { - return ResourceManager.GetString("strConnectWithOptions", resourceCulture); + return ResourceManager.GetString("ConnectWithOptions", resourceCulture); } } /// /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}.. /// - internal static string strConnenctionClosedByUser { + internal static string ConnenctionClosedByUser { get { - return ResourceManager.GetString("strConnenctionClosedByUser", resourceCulture); + return ResourceManager.GetString("ConnenctionClosedByUser", resourceCulture); } } /// /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}"). /// - internal static string strConnenctionClosedByUserDetail { + internal static string ConnenctionClosedByUserDetail { get { - return ResourceManager.GetString("strConnenctionClosedByUserDetail", resourceCulture); + return ResourceManager.GetString("ConnenctionClosedByUserDetail", resourceCulture); } } /// /// Looks up a localized string similar to Connection Event Closed. /// - internal static string strConnenctionCloseEvent { + internal static string ConnenctionCloseEvent { get { - return ResourceManager.GetString("strConnenctionCloseEvent", resourceCulture); + return ResourceManager.GetString("ConnenctionCloseEvent", resourceCulture); } } /// /// Looks up a localized string similar to Connection Event Closed failed!. /// - internal static string strConnenctionCloseEventFailed { + internal static string ConnenctionCloseEventFailed { get { - return ResourceManager.GetString("strConnenctionCloseEventFailed", resourceCulture); + return ResourceManager.GetString("ConnenctionCloseEventFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create new connections file!. /// - internal static string strCouldNotCreateNewConnectionsFile { + internal static string CouldNotCreateNewConnectionsFile { get { - return ResourceManager.GetString("strCouldNotCreateNewConnectionsFile", resourceCulture); + return ResourceManager.GetString("CouldNotCreateNewConnectionsFile", resourceCulture); } } /// /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid.. /// - internal static string strCouldNotFindToolStripInFilteredPropertyGrid { + internal static string CouldNotFindToolStripInFilteredPropertyGrid { get { - return ResourceManager.GetString("strCouldNotFindToolStripInFilteredPropertyGrid", resourceCulture); + return ResourceManager.GetString("CouldNotFindToolStripInFilteredPropertyGrid", resourceCulture); } } /// /// Looks up a localized string similar to Create and open new file. /// - internal static string strCreateAndOpenNewFile { + internal static string CreateAndOpenNewFile { get { - return ResourceManager.GetString("strCreateAndOpenNewFile", resourceCulture); + return ResourceManager.GetString("CreateAndOpenNewFile", resourceCulture); } } /// /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts. /// - internal static string strCreateEmptyPanelOnStartUp { + internal static string CreateEmptyPanelOnStartUp { get { - return ResourceManager.GetString("strCreateEmptyPanelOnStartUp", resourceCulture); + return ResourceManager.GetString("CreateEmptyPanelOnStartUp", resourceCulture); } } /// /// Looks up a localized string similar to Credential Editor. /// - internal static string strCredentialEditor { + internal static string CredentialEditor { get { - return ResourceManager.GetString("strCredentialEditor", resourceCulture); + return ResourceManager.GetString("CredentialEditor", resourceCulture); } } /// /// Looks up a localized string similar to Credential Manager. /// - internal static string strCredentialManager { + internal static string CredentialManager { get { - return ResourceManager.GetString("strCredentialManager", resourceCulture); + return ResourceManager.GetString("CredentialManager", resourceCulture); } } @@ -1843,315 +1843,315 @@ namespace mRemoteNG { /// ///This page will walk you through the process of upgrading your connections file or give you a chance to open a different connections file if you do not want to perform the upgrade.. /// - internal static string strCredentialManagerUpgradeDescription { + internal static string CredentialManagerUpgradeDescription { get { - return ResourceManager.GetString("strCredentialManagerUpgradeDescription", resourceCulture); + return ResourceManager.GetString("CredentialManagerUpgradeDescription", resourceCulture); } } /// /// Looks up a localized string similar to Credits. /// - internal static string strCredits { + internal static string Credits { get { - return ResourceManager.GetString("strCredits", resourceCulture); + return ResourceManager.GetString("Credits", resourceCulture); } } /// /// Looks up a localized string similar to Installed version. /// - internal static string strCurrentVersion { + internal static string CurrentVersion { get { - return ResourceManager.GetString("strCurrentVersion", resourceCulture); + return ResourceManager.GetString("CurrentVersion", resourceCulture); } } /// /// Looks up a localized string similar to Debug. /// - internal static string strDebug { + internal static string Debug { get { - return ResourceManager.GetString("strDebug", resourceCulture); + return ResourceManager.GetString("Debug", resourceCulture); } } /// /// Looks up a localized string similar to Default Theme. /// - internal static string strDefaultTheme { + internal static string DefaultTheme { get { - return ResourceManager.GetString("strDefaultTheme", resourceCulture); + return ResourceManager.GetString("DefaultTheme", resourceCulture); } } /// /// Looks up a localized string similar to Delete.... /// - internal static string strDelete { + internal static string Delete { get { - return ResourceManager.GetString("strDelete", resourceCulture); + return ResourceManager.GetString("Delete", resourceCulture); } } /// /// Looks up a localized string similar to Detect. /// - internal static string strDetect { + internal static string Detect { get { - return ResourceManager.GetString("strDetect", resourceCulture); + return ResourceManager.GetString("Detect", resourceCulture); } } /// /// Looks up a localized string similar to Don't connect to console session. /// - internal static string strDontConnectToConsoleSessionMenuItem { + internal static string DontConnectToConsoleSessionMenuItem { get { - return ResourceManager.GetString("strDontConnectToConsoleSessionMenuItem", resourceCulture); + return ResourceManager.GetString("DontConnectToConsoleSessionMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Don't connect if authentication fails. /// - internal static string strDontConnectWhenAuthFails { + internal static string DontConnectWhenAuthFails { get { - return ResourceManager.GetString("strDontConnectWhenAuthFails", resourceCulture); + return ResourceManager.GetString("DontConnectWhenAuthFails", resourceCulture); } } /// /// Looks up a localized string similar to Double click on tab closes it. /// - internal static string strDoubleClickTabClosesIt { + internal static string DoubleClickTabClosesIt { get { - return ResourceManager.GetString("strDoubleClickTabClosesIt", resourceCulture); + return ResourceManager.GetString("DoubleClickTabClosesIt", resourceCulture); } } /// /// Looks up a localized string similar to Download and Install. /// - internal static string strDownloadAndInstall { + internal static string DownloadAndInstall { get { - return ResourceManager.GetString("strDownloadAndInstall", resourceCulture); + return ResourceManager.GetString("DownloadAndInstall", resourceCulture); } } /// /// Looks up a localized string similar to Download. /// - internal static string strDownloadPortable { + internal static string DownloadPortable { get { - return ResourceManager.GetString("strDownloadPortable", resourceCulture); + return ResourceManager.GetString("DownloadPortable", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate. /// - internal static string strDuplicate { + internal static string Duplicate { get { - return ResourceManager.GetString("strDuplicate", resourceCulture); + return ResourceManager.GetString("Duplicate", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to continue with no password?. /// - internal static string strEmptyPasswordContinue { + internal static string EmptyPasswordContinue { get { - return ResourceManager.GetString("strEmptyPasswordContinue", resourceCulture); + return ResourceManager.GetString("EmptyPasswordContinue", resourceCulture); } } /// /// Looks up a localized string similar to For empty Username, Password or Domain fields use:. /// - internal static string strEmptyUsernamePasswordDomainFields { + internal static string EmptyUsernamePasswordDomainFields { get { - return ResourceManager.GetString("strEmptyUsernamePasswordDomainFields", resourceCulture); + return ResourceManager.GetString("EmptyUsernamePasswordDomainFields", resourceCulture); } } /// /// Looks up a localized string similar to 128-bit. /// - internal static string strEnc128Bit { + internal static string Enc128Bit { get { - return ResourceManager.GetString("strEnc128Bit", resourceCulture); + return ResourceManager.GetString("Enc128Bit", resourceCulture); } } /// /// Looks up a localized string similar to 128-bit (logon only). /// - internal static string strEnc128BitLogonOnly { + internal static string Enc128BitLogonOnly { get { - return ResourceManager.GetString("strEnc128BitLogonOnly", resourceCulture); + return ResourceManager.GetString("Enc128BitLogonOnly", resourceCulture); } } /// /// Looks up a localized string similar to 40-bit. /// - internal static string strEnc40Bit { + internal static string Enc40Bit { get { - return ResourceManager.GetString("strEnc40Bit", resourceCulture); + return ResourceManager.GetString("Enc40Bit", resourceCulture); } } /// /// Looks up a localized string similar to 56-bit. /// - internal static string strEnc56Bit { + internal static string Enc56Bit { get { - return ResourceManager.GetString("strEnc56Bit", resourceCulture); + return ResourceManager.GetString("Enc56Bit", resourceCulture); } } /// /// Looks up a localized string similar to Basic. /// - internal static string strEncBasic { + internal static string EncBasic { get { - return ResourceManager.GetString("strEncBasic", resourceCulture); + return ResourceManager.GetString("EncBasic", resourceCulture); } } /// /// Looks up a localized string similar to Completely encrypt connection file. /// - internal static string strEncryptCompleteConnectionFile { + internal static string EncryptCompleteConnectionFile { get { - return ResourceManager.GetString("strEncryptCompleteConnectionFile", resourceCulture); + return ResourceManager.GetString("EncryptCompleteConnectionFile", resourceCulture); } } /// /// Looks up a localized string similar to Block Cipher Mode. /// - internal static string strEncryptionBlockCipherMode { + internal static string EncryptionBlockCipherMode { get { - return ResourceManager.GetString("strEncryptionBlockCipherMode", resourceCulture); + return ResourceManager.GetString("EncryptionBlockCipherMode", resourceCulture); } } /// /// Looks up a localized string similar to Encryption Engine. /// - internal static string strEncryptionEngine { + internal static string EncryptionEngine { get { - return ResourceManager.GetString("strEncryptionEngine", resourceCulture); + return ResourceManager.GetString("EncryptionEngine", resourceCulture); } } /// /// Looks up a localized string similar to Key Derivation Function Iterations. /// - internal static string strEncryptionKeyDerivationIterations { + internal static string EncryptionKeyDerivationIterations { get { - return ResourceManager.GetString("strEncryptionKeyDerivationIterations", resourceCulture); + return ResourceManager.GetString("EncryptionKeyDerivationIterations", resourceCulture); } } /// /// Looks up a localized string similar to Last IP. /// - internal static string strEndIP { + internal static string EndIP { get { - return ResourceManager.GetString("strEndIP", resourceCulture); + return ResourceManager.GetString("EndIP", resourceCulture); } } /// /// Looks up a localized string similar to Last Port. /// - internal static string strEndPort { + internal static string EndPort { get { - return ResourceManager.GetString("strEndPort", resourceCulture); + return ResourceManager.GetString("EndPort", resourceCulture); } } /// /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}. /// - internal static string strErrorAddExternalToolsToToolBarFailed { + internal static string ErrorAddExternalToolsToToolBarFailed { get { - return ResourceManager.GetString("strErrorAddExternalToolsToToolBarFailed", resourceCulture); + return ResourceManager.GetString("ErrorAddExternalToolsToToolBarFailed", resourceCulture); } } /// /// Looks up a localized string similar to AddFolder (UI.Window.ConnectionTreeWindow) failed. {0}. /// - internal static string strErrorAddFolderFailed { + internal static string ErrorAddFolderFailed { get { - return ResourceManager.GetString("strErrorAddFolderFailed", resourceCulture); + return ResourceManager.GetString("ErrorAddFolderFailed", resourceCulture); } } /// /// Looks up a localized string similar to The database version {0} is not compatible with this version of {1}.. /// - internal static string strErrorBadDatabaseVersion { + internal static string ErrorBadDatabaseVersion { get { - return ResourceManager.GetString("strErrorBadDatabaseVersion", resourceCulture); + return ResourceManager.GetString("ErrorBadDatabaseVersion", resourceCulture); } } /// /// Looks up a localized string similar to CloneNode (Tree.Node) failed . {0}. /// - internal static string strErrorCloneNodeFailed { + internal static string ErrorCloneNodeFailed { get { - return ResourceManager.GetString("strErrorCloneNodeFailed", resourceCulture); + return ResourceManager.GetString("ErrorCloneNodeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Error code {0}.. /// - internal static string strErrorCode { + internal static string ErrorCode { get { - return ResourceManager.GetString("strErrorCode", resourceCulture); + return ResourceManager.GetString("ErrorCode", resourceCulture); } } /// /// Looks up a localized string similar to The connection list could not be saved.. /// - internal static string strErrorConnectionListSaveFailed { + internal static string ErrorConnectionListSaveFailed { get { - return ResourceManager.GetString("strErrorConnectionListSaveFailed", resourceCulture); + return ResourceManager.GetString("ErrorConnectionListSaveFailed", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY could not be launched.. /// - internal static string strErrorCouldNotLaunchPutty { + internal static string ErrorCouldNotLaunchPutty { get { - return ResourceManager.GetString("strErrorCouldNotLaunchPutty", resourceCulture); + return ResourceManager.GetString("ErrorCouldNotLaunchPutty", resourceCulture); } } /// /// Looks up a localized string similar to Decryption failed. {0}. /// - internal static string strErrorDecryptionFailed { + internal static string ErrorDecryptionFailed { get { - return ResourceManager.GetString("strErrorDecryptionFailed", resourceCulture); + return ResourceManager.GetString("ErrorDecryptionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Encryption failed. {0}. /// - internal static string strErrorEncryptionFailed { + internal static string ErrorEncryptionFailed { get { - return ResourceManager.GetString("strErrorEncryptionFailed", resourceCulture); + return ResourceManager.GetString("ErrorEncryptionFailed", resourceCulture); } } @@ -2162,2151 +2162,2142 @@ namespace mRemoteNG { /// ///{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit.. /// - internal static string strErrorFipsPolicyIncompatible { + internal static string ErrorFipsPolicyIncompatible { get { - return ResourceManager.GetString("strErrorFipsPolicyIncompatible", resourceCulture); + return ResourceManager.GetString("ErrorFipsPolicyIncompatible", resourceCulture); } } /// /// Looks up a localized string similar to Errors. /// - internal static string strErrors { + internal static string Errors { get { - return ResourceManager.GetString("strErrors", resourceCulture); + return ResourceManager.GetString("Errors", resourceCulture); } } /// /// Looks up a localized string similar to The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit.. /// - internal static string strErrorStartupConnectionFileLoad { + internal static string ErrorStartupConnectionFileLoad { get { - return ResourceManager.GetString("strErrorStartupConnectionFileLoad", resourceCulture); + return ResourceManager.GetString("ErrorStartupConnectionFileLoad", resourceCulture); } } /// /// Looks up a localized string similar to VerifyDatabaseVersion (Config.Connections.Save) failed. {0}. /// - internal static string strErrorVerifyDatabaseVersionFailed { + internal static string ErrorVerifyDatabaseVersionFailed { get { - return ResourceManager.GetString("strErrorVerifyDatabaseVersionFailed", resourceCulture); + return ResourceManager.GetString("ErrorVerifyDatabaseVersionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Expand all folders. /// - internal static string strExpandAllFolders { + internal static string ExpandAllFolders { get { - return ResourceManager.GetString("strExpandAllFolders", resourceCulture); + return ResourceManager.GetString("ExpandAllFolders", resourceCulture); } } /// /// Looks up a localized string similar to Experimental. /// - internal static string strExperimental { + internal static string Experimental { get { - return ResourceManager.GetString("strExperimental", resourceCulture); + return ResourceManager.GetString("Experimental", resourceCulture); } } /// /// Looks up a localized string similar to Export. /// - internal static string strExport { + internal static string Export { get { - return ResourceManager.GetString("strExport", resourceCulture); + return ResourceManager.GetString("Export", resourceCulture); } } /// /// Looks up a localized string similar to Export everything. /// - internal static string strExportEverything { + internal static string ExportEverything { get { - return ResourceManager.GetString("strExportEverything", resourceCulture); + return ResourceManager.GetString("ExportEverything", resourceCulture); } } /// /// Looks up a localized string similar to Export File. /// - internal static string strExportFile { + internal static string ExportFile { get { - return ResourceManager.GetString("strExportFile", resourceCulture); + return ResourceManager.GetString("ExportFile", resourceCulture); } } /// /// Looks up a localized string similar to Export Items. /// - internal static string strExportItems { + internal static string ExportItems { get { - return ResourceManager.GetString("strExportItems", resourceCulture); + return ResourceManager.GetString("ExportItems", resourceCulture); } } /// /// Looks up a localized string similar to Export mRemote/mRemoteNG XML. /// - internal static string strExportmRemoteXML { + internal static string ExportmRemoteXML { get { - return ResourceManager.GetString("strExportmRemoteXML", resourceCulture); + return ResourceManager.GetString("ExportmRemoteXML", resourceCulture); } } /// /// Looks up a localized string similar to Export Properties. /// - internal static string strExportProperties { + internal static string ExportProperties { get { - return ResourceManager.GetString("strExportProperties", resourceCulture); + return ResourceManager.GetString("ExportProperties", resourceCulture); } } /// /// Looks up a localized string similar to Export the currently selected connection. /// - internal static string strExportSelectedConnection { + internal static string ExportSelectedConnection { get { - return ResourceManager.GetString("strExportSelectedConnection", resourceCulture); + return ResourceManager.GetString("ExportSelectedConnection", resourceCulture); } } /// /// Looks up a localized string similar to Export the currently selected folder. /// - internal static string strExportSelectedFolder { + internal static string ExportSelectedFolder { get { - return ResourceManager.GetString("strExportSelectedFolder", resourceCulture); + return ResourceManager.GetString("ExportSelectedFolder", resourceCulture); } } /// /// Looks up a localized string similar to &Export to File.... /// - internal static string strExportToFileMenuItem { + internal static string ExportToFileMenuItem { get { - return ResourceManager.GetString("strExportToFileMenuItem", resourceCulture); + return ResourceManager.GetString("ExportToFileMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Ext. App. /// - internal static string strExtApp { + internal static string ExtApp { get { - return ResourceManager.GetString("strExtApp", resourceCulture); + return ResourceManager.GetString("ExtApp", resourceCulture); } } /// /// Looks up a localized string similar to New External Tool. /// - internal static string strExternalToolDefaultName { + internal static string ExternalToolDefaultName { get { - return ResourceManager.GetString("strExternalToolDefaultName", resourceCulture); + return ResourceManager.GetString("ExternalToolDefaultName", resourceCulture); } } /// /// Looks up a localized string similar to Includes icons by [FAMFAMFAM]. /// - internal static string strFAMFAMFAMAttribution { + internal static string FAMFAMFAMAttribution { get { - return ResourceManager.GetString("strFAMFAMFAMAttribution", resourceCulture); + return ResourceManager.GetString("FAMFAMFAMAttribution", resourceCulture); } } /// /// Looks up a localized string similar to http://www.famfamfam.com/. /// - internal static string strFAMFAMFAMAttributionURL { + internal static string FAMFAMFAMAttributionURL { get { - return ResourceManager.GetString("strFAMFAMFAMAttributionURL", resourceCulture); + return ResourceManager.GetString("FAMFAMFAMAttributionURL", resourceCulture); } } /// /// Looks up a localized string similar to File &Format:. /// - internal static string strFileFormatLabel { + internal static string FileFormatLabel { get { - return ResourceManager.GetString("strFileFormatLabel", resourceCulture); + return ResourceManager.GetString("FileFormatLabel", resourceCulture); } } /// /// Looks up a localized string similar to All Files (*.*). /// - internal static string strFilterAll { + internal static string FilterAll { get { - return ResourceManager.GetString("strFilterAll", resourceCulture); + return ResourceManager.GetString("FilterAll", resourceCulture); } } /// /// Looks up a localized string similar to All importable files. /// - internal static string strFilterAllImportable { + internal static string FilterAllImportable { get { - return ResourceManager.GetString("strFilterAllImportable", resourceCulture); + return ResourceManager.GetString("FilterAllImportable", resourceCulture); } } /// /// Looks up a localized string similar to Application Files (*.exe). /// - internal static string strFilterApplication { + internal static string FilterApplication { get { - return ResourceManager.GetString("strFilterApplication", resourceCulture); + return ResourceManager.GetString("FilterApplication", resourceCulture); } } /// /// Looks up a localized string similar to mRemote CSV Files (*.csv). /// - internal static string strFiltermRemoteCSV { + internal static string FiltermRemoteCSV { get { - return ResourceManager.GetString("strFiltermRemoteCSV", resourceCulture); + return ResourceManager.GetString("FiltermRemoteCSV", resourceCulture); } } /// /// Looks up a localized string similar to mRemote XML Files (*.xml). /// - internal static string strFiltermRemoteXML { + internal static string FiltermRemoteXML { get { - return ResourceManager.GetString("strFiltermRemoteXML", resourceCulture); + return ResourceManager.GetString("FiltermRemoteXML", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Connection Manager files. /// - internal static string strFilterPuttyConnectionManager { + internal static string FilterPuttyConnectionManager { get { - return ResourceManager.GetString("strFilterPuttyConnectionManager", resourceCulture); + return ResourceManager.GetString("FilterPuttyConnectionManager", resourceCulture); } } /// /// Looks up a localized string similar to Remote Desktop Connection Manager files (*.rdg). /// - internal static string strFilterRdgFiles { + internal static string FilterRdgFiles { get { - return ResourceManager.GetString("strFilterRdgFiles", resourceCulture); + return ResourceManager.GetString("FilterRdgFiles", resourceCulture); } } /// /// Looks up a localized string similar to RDP Files (*.rdp). /// - internal static string strFilterRDP { + internal static string FilterRDP { get { - return ResourceManager.GetString("strFilterRDP", resourceCulture); + return ResourceManager.GetString("FilterRDP", resourceCulture); } } /// /// Looks up a localized string similar to visionapp Remote Desktop 2008 CSV Files (*.csv). /// - internal static string strFiltervRD2008CSV { + internal static string FiltervRD2008CSV { get { - return ResourceManager.GetString("strFiltervRD2008CSV", resourceCulture); + return ResourceManager.GetString("FiltervRD2008CSV", resourceCulture); } } /// /// Looks up a localized string similar to Could not find a credential record with ID matching "{0}" for the connection record named "{1}".. /// - internal static string strFindMatchingCredentialFailed { + internal static string FindMatchingCredentialFailed { get { - return ResourceManager.GetString("strFindMatchingCredentialFailed", resourceCulture); + return ResourceManager.GetString("FindMatchingCredentialFailed", resourceCulture); } } /// /// Looks up a localized string similar to Inherit {0}. /// - internal static string strFormatInherit { + internal static string FormatInherit { get { - return ResourceManager.GetString("strFormatInherit", resourceCulture); + return ResourceManager.GetString("FormatInherit", resourceCulture); } } /// /// Looks up a localized string similar to Description of inherited property: {0}. /// - internal static string strFormatInheritDescription { + internal static string FormatInheritDescription { get { - return ResourceManager.GetString("strFormatInheritDescription", resourceCulture); + return ResourceManager.GetString("FormatInheritDescription", resourceCulture); } } /// /// Looks up a localized string similar to Free. /// - internal static string strFree { + internal static string Free { get { - return ResourceManager.GetString("strFree", resourceCulture); + return ResourceManager.GetString("Free", resourceCulture); } } /// /// Looks up a localized string similar to Fullscreen. /// - internal static string strFullscreen { + internal static string Fullscreen { get { - return ResourceManager.GetString("strFullscreen", resourceCulture); + return ResourceManager.GetString("Fullscreen", resourceCulture); } } /// /// Looks up a localized string similar to General. /// - internal static string strGeneral { + internal static string General { get { - return ResourceManager.GetString("strGeneral", resourceCulture); + return ResourceManager.GetString("General", resourceCulture); } } /// /// Looks up a localized string similar to Get Connection Info From SQL failed. /// - internal static string strGetConnectionInfoFromSqlFailed { + internal static string GetConnectionInfoFromSqlFailed { get { - return ResourceManager.GetString("strGetConnectionInfoFromSqlFailed", resourceCulture); + return ResourceManager.GetString("GetConnectionInfoFromSqlFailed", resourceCulture); } } /// /// Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}. /// - internal static string strGetConnectionInfoFromXmlFailed { + internal static string GetConnectionInfoFromXmlFailed { get { - return ResourceManager.GetString("strGetConnectionInfoFromXmlFailed", resourceCulture); + return ResourceManager.GetString("GetConnectionInfoFromXmlFailed", resourceCulture); } } /// /// Looks up a localized string similar to Automatic Reconnect. /// - internal static string strGroupboxAutomaticReconnect { + internal static string GroupboxAutomaticReconnect { get { - return ResourceManager.GetString("strGroupboxAutomaticReconnect", resourceCulture); + return ResourceManager.GetString("GroupboxAutomaticReconnect", resourceCulture); } } /// /// Looks up a localized string similar to Connection. /// - internal static string strGroupboxConnection { + internal static string GroupboxConnection { get { - return ResourceManager.GetString("strGroupboxConnection", resourceCulture); + return ResourceManager.GetString("GroupboxConnection", resourceCulture); } } /// /// Looks up a localized string similar to External Tool Properties. /// - internal static string strGroupboxExternalToolProperties { + internal static string GroupboxExternalToolProperties { get { - return ResourceManager.GetString("strGroupboxExternalToolProperties", resourceCulture); + return ResourceManager.GetString("GroupboxExternalToolProperties", resourceCulture); } } /// /// Looks up a localized string similar to Files. /// - internal static string strGroupboxFiles { + internal static string GroupboxFiles { get { - return ResourceManager.GetString("strGroupboxFiles", resourceCulture); + return ResourceManager.GetString("GroupboxFiles", resourceCulture); } } /// /// Looks up a localized string similar to Host. /// - internal static string strHost { + internal static string Host { get { - return ResourceManager.GetString("strHost", resourceCulture); + return ResourceManager.GetString("Host", resourceCulture); } } /// /// Looks up a localized string similar to HTTP. /// - internal static string strHttp { + internal static string Http { get { - return ResourceManager.GetString("strHttp", resourceCulture); + return ResourceManager.GetString("Http", resourceCulture); } } /// /// Looks up a localized string similar to CEF (Chromium). /// - internal static string strHttpCEF { + internal static string HttpCEF { get { - return ResourceManager.GetString("strHttpCEF", resourceCulture); + return ResourceManager.GetString("HttpCEF", resourceCulture); } } /// /// Looks up a localized string similar to HTTP Connect Failed!. /// - internal static string strHttpConnectFailed { + internal static string HttpConnectFailed { get { - return ResourceManager.GetString("strHttpConnectFailed", resourceCulture); + return ResourceManager.GetString("HttpConnectFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create new HTTP Connection!. /// - internal static string strHttpConnectionFailed { + internal static string HttpConnectionFailed { get { - return ResourceManager.GetString("strHttpConnectionFailed", resourceCulture); + return ResourceManager.GetString("HttpConnectionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Changing HTTP Document Tile Failed!. /// - internal static string strHttpDocumentTileChangeFailed { + internal static string HttpDocumentTileChangeFailed { get { - return ResourceManager.GetString("strHttpDocumentTileChangeFailed", resourceCulture); + return ResourceManager.GetString("HttpDocumentTileChangeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Failed to contruct the URL to load. /// - internal static string strHTTPFailedURLBuild { + internal static string HTTPFailedURLBuild { get { - return ResourceManager.GetString("strHTTPFailedURLBuild", resourceCulture); + return ResourceManager.GetString("HTTPFailedURLBuild", resourceCulture); } } /// /// Looks up a localized string similar to Internet Explorer. /// - internal static string strHttpInternetExplorer { + internal static string HttpInternetExplorer { get { - return ResourceManager.GetString("strHttpInternetExplorer", resourceCulture); + return ResourceManager.GetString("HttpInternetExplorer", resourceCulture); } } /// /// Looks up a localized string similar to HTTPS. /// - internal static string strHttps { + internal static string Https { get { - return ResourceManager.GetString("strHttps", resourceCulture); + return ResourceManager.GetString("Https", resourceCulture); } } /// /// Looks up a localized string similar to Set HTTP Props failed!. /// - internal static string strHttpSetPropsFailed { + internal static string HttpSetPropsFailed { get { - return ResourceManager.GetString("strHttpSetPropsFailed", resourceCulture); + return ResourceManager.GetString("HttpSetPropsFailed", resourceCulture); } } /// /// Looks up a localized string similar to Allow Always. /// - internal static string strHttpsInsecureAllowAlways { + internal static string HttpsInsecureAllowAlways { get { - return ResourceManager.GetString("strHttpsInsecureAllowAlways", resourceCulture); + return ResourceManager.GetString("HttpsInsecureAllowAlways", resourceCulture); } } /// /// Looks up a localized string similar to Allow Once. /// - internal static string strHttpsInsecureAllowOnce { + internal static string HttpsInsecureAllowOnce { get { - return ResourceManager.GetString("strHttpsInsecureAllowOnce", resourceCulture); + return ResourceManager.GetString("HttpsInsecureAllowOnce", resourceCulture); } } /// /// Looks up a localized string similar to Don't Allow. /// - internal static string strHttpsInsecureDontAllow { + internal static string HttpsInsecureDontAllow { get { - return ResourceManager.GetString("strHttpsInsecureDontAllow", resourceCulture); + return ResourceManager.GetString("HttpsInsecureDontAllow", resourceCulture); } } /// /// Looks up a localized string similar to Allow Insecure Certificate for URL: {0}?. /// - internal static string strHttpsInsecurePrompt { + internal static string HttpsInsecurePrompt { get { - return ResourceManager.GetString("strHttpsInsecurePrompt", resourceCulture); + return ResourceManager.GetString("HttpsInsecurePrompt", resourceCulture); } } /// /// Looks up a localized string similar to Allow Insecure Certificate?. /// - internal static string strHttpsInsecurePromptTitle { + internal static string HttpsInsecurePromptTitle { get { - return ResourceManager.GetString("strHttpsInsecurePromptTitle", resourceCulture); + return ResourceManager.GetString("HttpsInsecurePromptTitle", resourceCulture); } } /// /// Looks up a localized string similar to ICA. /// - internal static string strICA { + internal static string ICA { get { - return ResourceManager.GetString("strICA", resourceCulture); + return ResourceManager.GetString("ICA", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create new ICA Connection!. /// - internal static string strIcaConnectionFailed { + internal static string IcaConnectionFailed { get { - return ResourceManager.GetString("strIcaConnectionFailed", resourceCulture); + return ResourceManager.GetString("IcaConnectionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Loading ICA Plugin failed!. /// - internal static string strIcaControlFailed { + internal static string IcaControlFailed { get { - return ResourceManager.GetString("strIcaControlFailed", resourceCulture); + return ResourceManager.GetString("IcaControlFailed", resourceCulture); } } /// /// Looks up a localized string similar to ICA SetCredentials failed!. /// - internal static string strIcaSetCredentialsFailed { + internal static string IcaSetCredentialsFailed { get { - return ResourceManager.GetString("strIcaSetCredentialsFailed", resourceCulture); + return ResourceManager.GetString("IcaSetCredentialsFailed", resourceCulture); } } /// /// Looks up a localized string similar to ICA Set Event Handlers Failed!. /// - internal static string strIcaSetEventHandlersFailed { + internal static string IcaSetEventHandlersFailed { get { - return ResourceManager.GetString("strIcaSetEventHandlersFailed", resourceCulture); + return ResourceManager.GetString("IcaSetEventHandlersFailed", resourceCulture); } } /// /// Looks up a localized string similar to ICA Set Props Failed!. /// - internal static string strIcaSetPropsFailed { + internal static string IcaSetPropsFailed { get { - return ResourceManager.GetString("strIcaSetPropsFailed", resourceCulture); + return ResourceManager.GetString("IcaSetPropsFailed", resourceCulture); } } /// /// Looks up a localized string similar to ICA Set Resolution Failed!. /// - internal static string strIcaSetResolutionFailed { + internal static string IcaSetResolutionFailed { get { - return ResourceManager.GetString("strIcaSetResolutionFailed", resourceCulture); + return ResourceManager.GetString("IcaSetResolutionFailed", resourceCulture); } } /// /// Looks up a localized string similar to ID. /// - internal static string strID { + internal static string ID { get { - return ResourceManager.GetString("strID", resourceCulture); + return ResourceManager.GetString("ID", resourceCulture); } } /// /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:". /// - internal static string strIdentifyQuickConnectTabs { + internal static string IdentifyQuickConnectTabs { get { - return ResourceManager.GetString("strIdentifyQuickConnectTabs", resourceCulture); + return ResourceManager.GetString("IdentifyQuickConnectTabs", resourceCulture); } } /// /// Looks up a localized string similar to Import from Active Directory. /// - internal static string strImportAD { + internal static string ImportAD { get { - return ResourceManager.GetString("strImportAD", resourceCulture); + return ResourceManager.GetString("ImportAD", resourceCulture); } } /// /// Looks up a localized string similar to Import/Export. /// - internal static string strImportExport { + internal static string ImportExport { get { - return ResourceManager.GetString("strImportExport", resourceCulture); + return ResourceManager.GetString("ImportExport", resourceCulture); } } /// /// Looks up a localized string similar to An error occurred while importing the file "{0}".. /// - internal static string strImportFileFailedContent { + internal static string ImportFileFailedContent { get { - return ResourceManager.GetString("strImportFileFailedContent", resourceCulture); + return ResourceManager.GetString("ImportFileFailedContent", resourceCulture); } } /// /// Looks up a localized string similar to Import failed. /// - internal static string strImportFileFailedMainInstruction { + internal static string ImportFileFailedMainInstruction { get { - return ResourceManager.GetString("strImportFileFailedMainInstruction", resourceCulture); + return ResourceManager.GetString("ImportFileFailedMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to Import from &File.... /// - internal static string strImportFromFileMenuItem { + internal static string ImportFromFileMenuItem { get { - return ResourceManager.GetString("strImportFromFileMenuItem", resourceCulture); + return ResourceManager.GetString("ImportFromFileMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Under the root{0}{1}|Under the selected folder{0}{2}. /// - internal static string strImportLocationCommandButtons { + internal static string ImportLocationCommandButtons { get { - return ResourceManager.GetString("strImportLocationCommandButtons", resourceCulture); + return ResourceManager.GetString("ImportLocationCommandButtons", resourceCulture); } } /// /// Looks up a localized string similar to Where would you like the imported items to be placed?. /// - internal static string strImportLocationContent { + internal static string ImportLocationContent { get { - return ResourceManager.GetString("strImportLocationContent", resourceCulture); + return ResourceManager.GetString("ImportLocationContent", resourceCulture); } } /// /// Looks up a localized string similar to Import location. /// - internal static string strImportLocationMainInstruction { + internal static string ImportLocationMainInstruction { get { - return ResourceManager.GetString("strImportLocationMainInstruction", resourceCulture); + return ResourceManager.GetString("ImportLocationMainInstruction", resourceCulture); } } /// /// Looks up a localized string similar to &Import. /// - internal static string strImportMenuItem { + internal static string ImportMenuItem { get { - return ResourceManager.GetString("strImportMenuItem", resourceCulture); + return ResourceManager.GetString("ImportMenuItem", resourceCulture); } } /// /// Looks up a localized string similar to Import mRemote/mRemoteNG XML. /// - internal static string strImportmRemoteXML { + internal static string ImportmRemoteXML { get { - return ResourceManager.GetString("strImportmRemoteXML", resourceCulture); + return ResourceManager.GetString("ImportmRemoteXML", resourceCulture); } } /// /// Looks up a localized string similar to Import from Port Scan. /// - internal static string strImportPortScan { + internal static string ImportPortScan { get { - return ResourceManager.GetString("strImportPortScan", resourceCulture); + return ResourceManager.GetString("ImportPortScan", resourceCulture); } } /// /// Looks up a localized string similar to Import from RDP file(s). /// - internal static string strImportRDPFiles { + internal static string ImportRDPFiles { get { - return ResourceManager.GetString("strImportRDPFiles", resourceCulture); + return ResourceManager.GetString("ImportRDPFiles", resourceCulture); } } /// /// Looks up a localized string similar to Import sub OUs. /// - internal static string strImportSubOUs { + internal static string ImportSubOUs { get { - return ResourceManager.GetString("strImportSubOUs", resourceCulture); + return ResourceManager.GetString("ImportSubOUs", resourceCulture); } } /// /// Looks up a localized string similar to Inactive. /// - internal static string strInactive { + internal static string Inactive { get { - return ResourceManager.GetString("strInactive", resourceCulture); + return ResourceManager.GetString("Inactive", resourceCulture); } } /// /// Looks up a localized string similar to Informations. /// - internal static string strInformations { + internal static string Informations { get { - return ResourceManager.GetString("strInformations", resourceCulture); + return ResourceManager.GetString("Informations", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG is up to date. /// - internal static string strInheritNewConnection { + internal static string InheritNewConnection { get { - return ResourceManager.GetString("strInheritNewConnection", resourceCulture); + return ResourceManager.GetString("InheritNewConnection", resourceCulture); } } /// /// Looks up a localized string similar to Dispose of Int App process failed!. /// - internal static string strIntAppDisposeFailed { + internal static string IntAppDisposeFailed { get { - return ResourceManager.GetString("strIntAppDisposeFailed", resourceCulture); + return ResourceManager.GetString("IntAppDisposeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Int App Focus Failed!. /// - internal static string strIntAppFocusFailed { + internal static string IntAppFocusFailed { get { - return ResourceManager.GetString("strIntAppFocusFailed", resourceCulture); + return ResourceManager.GetString("IntAppFocusFailed", resourceCulture); } } /// /// Looks up a localized string similar to Int App Handle: {0}. /// - internal static string strIntAppHandle { + internal static string IntAppHandle { get { - return ResourceManager.GetString("strIntAppHandle", resourceCulture); + return ResourceManager.GetString("IntAppHandle", resourceCulture); } } /// /// Looks up a localized string similar to Killing Int App Process failed!. /// - internal static string strIntAppKillFailed { + internal static string IntAppKillFailed { get { - return ResourceManager.GetString("strIntAppKillFailed", resourceCulture); + return ResourceManager.GetString("IntAppKillFailed", resourceCulture); } } /// /// Looks up a localized string similar to Panel Handle: {0}. /// - internal static string strIntAppParentHandle { + internal static string IntAppParentHandle { get { - return ResourceManager.GetString("strIntAppParentHandle", resourceCulture); + return ResourceManager.GetString("IntAppParentHandle", resourceCulture); } } /// /// Looks up a localized string similar to Int App Resize failed!. /// - internal static string strIntAppResizeFailed { + internal static string IntAppResizeFailed { get { - return ResourceManager.GetString("strIntAppResizeFailed", resourceCulture); + return ResourceManager.GetString("IntAppResizeFailed", resourceCulture); } } /// /// Looks up a localized string similar to --- IntApp Stuff ---. /// - internal static string strIntAppStuff { + internal static string IntAppStuff { get { - return ResourceManager.GetString("strIntAppStuff", resourceCulture); + return ResourceManager.GetString("IntAppStuff", resourceCulture); } } /// /// Looks up a localized string similar to Int App Title: {0}. /// - internal static string strIntAppTitle { + internal static string IntAppTitle { get { - return ResourceManager.GetString("strIntAppTitle", resourceCulture); + return ResourceManager.GetString("IntAppTitle", resourceCulture); } } /// /// Looks up a localized string similar to Must Be Between 0 and 255. /// - internal static string strIPRange { + internal static string IPRange { get { - return ResourceManager.GetString("strIPRange", resourceCulture); + return ResourceManager.GetString("IPRange", resourceCulture); } } /// /// Looks up a localized string similar to CTRL-ALT-DEL. /// - internal static string strKeysCtrlAltDel { + internal static string KeysCtrlAltDel { get { - return ResourceManager.GetString("strKeysCtrlAltDel", resourceCulture); + return ResourceManager.GetString("KeysCtrlAltDel", resourceCulture); } } /// /// Looks up a localized string similar to CTRL-ESC. /// - internal static string strKeysCtrlEsc { + internal static string KeysCtrlEsc { get { - return ResourceManager.GetString("strKeysCtrlEsc", resourceCulture); + return ResourceManager.GetString("KeysCtrlEsc", resourceCulture); } } /// /// Looks up a localized string similar to Address:. /// - internal static string strLabelAddress { + internal static string LabelAddress { get { - return ResourceManager.GetString("strLabelAddress", resourceCulture); + return ResourceManager.GetString("LabelAddress", resourceCulture); } } /// /// Looks up a localized string similar to Arguments:. /// - internal static string strLabelArguments { + internal static string LabelArguments { get { - return ResourceManager.GetString("strLabelArguments", resourceCulture); + return ResourceManager.GetString("LabelArguments", resourceCulture); } } /// /// Looks up a localized string similar to Change Log:. /// - internal static string strLabelChangeLog { + internal static string LabelChangeLog { get { - return ResourceManager.GetString("strLabelChangeLog", resourceCulture); + return ResourceManager.GetString("LabelChangeLog", resourceCulture); } } /// /// Looks up a localized string similar to When closing connections:. /// - internal static string strLabelClosingConnections { + internal static string LabelClosingConnections { get { - return ResourceManager.GetString("strLabelClosingConnections", resourceCulture); + return ResourceManager.GetString("LabelClosingConnections", resourceCulture); } } /// /// Looks up a localized string similar to &Connect:. /// - internal static string strLabelConnect { + internal static string LabelConnect { get { - return ResourceManager.GetString("strLabelConnect", resourceCulture); + return ResourceManager.GetString("LabelConnect", resourceCulture); } } /// /// Looks up a localized string similar to Display Name. /// - internal static string strLabelDisplayName { + internal static string LabelDisplayName { get { - return ResourceManager.GetString("strLabelDisplayName", resourceCulture); + return ResourceManager.GetString("LabelDisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Domain:. /// - internal static string strLabelDomain { + internal static string LabelDomain { get { - return ResourceManager.GetString("strLabelDomain", resourceCulture); + return ResourceManager.GetString("LabelDomain", resourceCulture); } } /// /// Looks up a localized string similar to Filename:. /// - internal static string strLabelFilename { + internal static string LabelFilename { get { - return ResourceManager.GetString("strLabelFilename", resourceCulture); + return ResourceManager.GetString("LabelFilename", resourceCulture); } } /// /// Looks up a localized string similar to Hostname:. /// - internal static string strLabelHostname { + internal static string LabelHostname { get { - return ResourceManager.GetString("strLabelHostname", resourceCulture); + return ResourceManager.GetString("LabelHostname", resourceCulture); } } /// /// Looks up a localized string similar to Options:. /// - internal static string strLabelOptions { + internal static string LabelOptions { get { - return ResourceManager.GetString("strLabelOptions", resourceCulture); + return ResourceManager.GetString("LabelOptions", resourceCulture); } } /// /// Looks up a localized string similar to Password:. /// - internal static string strLabelPassword { + internal static string LabelPassword { get { - return ResourceManager.GetString("strLabelPassword", resourceCulture); + return ResourceManager.GetString("LabelPassword", resourceCulture); } } /// /// Looks up a localized string similar to Port:. /// - internal static string strLabelPort { + internal static string LabelPort { get { - return ResourceManager.GetString("strLabelPort", resourceCulture); + return ResourceManager.GetString("LabelPort", resourceCulture); } } /// /// Looks up a localized string similar to Portable Edition. /// - internal static string strLabelPortableEdition { + internal static string LabelPortableEdition { get { - return ResourceManager.GetString("strLabelPortableEdition", resourceCulture); + return ResourceManager.GetString("LabelPortableEdition", resourceCulture); } } /// /// Looks up a localized string similar to Protocol:. /// - internal static string strLabelProtocol { + internal static string LabelProtocol { get { - return ResourceManager.GetString("strLabelProtocol", resourceCulture); + return ResourceManager.GetString("LabelProtocol", resourceCulture); } } /// /// Looks up a localized string similar to To configure PuTTY sessions click this button:. /// - internal static string strLabelPuttySessionsConfig { + internal static string LabelPuttySessionsConfig { get { - return ResourceManager.GetString("strLabelPuttySessionsConfig", resourceCulture); + return ResourceManager.GetString("LabelPuttySessionsConfig", resourceCulture); } } /// /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. /// - internal static string strLabelPuttyTimeout { + internal static string LabelPuttyTimeout { get { - return ResourceManager.GetString("strLabelPuttyTimeout", resourceCulture); + return ResourceManager.GetString("LabelPuttyTimeout", resourceCulture); } } /// /// Looks up a localized string similar to Read only:. /// - internal static string strLabelReadOnly { + internal static string LabelReadOnly { get { - return ResourceManager.GetString("strLabelReadOnly", resourceCulture); + return ResourceManager.GetString("LabelReadOnly", resourceCulture); } } /// /// Looks up a localized string similar to Released under the GNU General Public License (GPL). /// - internal static string strLabelReleasedUnderGPL { + internal static string LabelReleasedUnderGPL { get { - return ResourceManager.GetString("strLabelReleasedUnderGPL", resourceCulture); + return ResourceManager.GetString("LabelReleasedUnderGPL", resourceCulture); } } /// /// Looks up a localized string similar to Seconds. /// - internal static string strLabelSeconds { + internal static string LabelSeconds { get { - return ResourceManager.GetString("strLabelSeconds", resourceCulture); + return ResourceManager.GetString("LabelSeconds", resourceCulture); } } /// /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue.. /// - internal static string strLabelSelectPanel { + internal static string LabelSelectPanel { get { - return ResourceManager.GetString("strLabelSelectPanel", resourceCulture); + return ResourceManager.GetString("LabelSelectPanel", resourceCulture); } } /// /// Looks up a localized string similar to Server status:. /// - internal static string strLabelServerStatus { + internal static string LabelServerStatus { get { - return ResourceManager.GetString("strLabelServerStatus", resourceCulture); + return ResourceManager.GetString("LabelServerStatus", resourceCulture); } } /// /// Looks up a localized string similar to Database:. /// - internal static string strLabelSQLDatabaseName { + internal static string LabelSQLDatabaseName { get { - return ResourceManager.GetString("strLabelSQLDatabaseName", resourceCulture); + return ResourceManager.GetString("LabelSQLDatabaseName", resourceCulture); } } /// /// Looks up a localized string similar to Database:. /// - internal static string strLabelSQLServerDatabaseName { + internal static string LabelSQLServerDatabaseName { get { - return ResourceManager.GetString("strLabelSQLServerDatabaseName", resourceCulture); + return ResourceManager.GetString("LabelSQLServerDatabaseName", resourceCulture); } } /// /// Looks up a localized string similar to Username:. /// - internal static string strLabelUsername { + internal static string LabelUsername { get { - return ResourceManager.GetString("strLabelUsername", resourceCulture); + return ResourceManager.GetString("LabelUsername", resourceCulture); } } /// /// Looks up a localized string similar to Verify:. /// - internal static string strLabelVerify { + internal static string LabelVerify { get { - return ResourceManager.GetString("strLabelVerify", resourceCulture); + return ResourceManager.GetString("LabelVerify", resourceCulture); } } /// /// Looks up a localized string similar to Language. /// - internal static string strLanguage { + internal static string LanguageString { get { - return ResourceManager.GetString("strLanguage", resourceCulture); + return ResourceManager.GetString("LanguageString", resourceCulture); } } /// /// Looks up a localized string similar to (Automatically Detect). /// - internal static string strLanguageDefault { + internal static string LanguageDefault { get { - return ResourceManager.GetString("strLanguageDefault", resourceCulture); + return ResourceManager.GetString("LanguageDefault", resourceCulture); } } /// /// Looks up a localized string similar to {0} must be restarted before changes to the language will take effect.. /// - internal static string strLanguageRestartRequired { + internal static string LanguageRestartRequired { get { - return ResourceManager.GetString("strLanguageRestartRequired", resourceCulture); + return ResourceManager.GetString("LanguageRestartRequired", resourceCulture); } } /// /// Looks up a localized string similar to License. /// - internal static string strLicense { + internal static string License { get { - return ResourceManager.GetString("strLicense", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. - /// - internal static string strLoadBalanceInfoUseUtf8 { - get { - return ResourceManager.GetString("strLoadBalanceInfoUseUtf8", resourceCulture); + return ResourceManager.GetString("License", resourceCulture); } } /// /// Looks up a localized string similar to Load from SQL failed. /// - internal static string strLoadFromSqlFailed { + internal static string LoadFromSqlFailed { get { - return ResourceManager.GetString("strLoadFromSqlFailed", resourceCulture); + return ResourceManager.GetString("LoadFromSqlFailed", resourceCulture); } } /// /// Looks up a localized string similar to The connection information could not be loaded from the SQL server.. /// - internal static string strLoadFromSqlFailedContent { + internal static string LoadFromSqlFailedContent { get { - return ResourceManager.GetString("strLoadFromSqlFailedContent", resourceCulture); + return ResourceManager.GetString("LoadFromSqlFailedContent", resourceCulture); } } /// /// Looks up a localized string similar to Load From XML failed!. /// - internal static string strLoadFromXmlFailed { + internal static string LoadFromXmlFailed { get { - return ResourceManager.GetString("strLoadFromXmlFailed", resourceCulture); + return ResourceManager.GetString("LoadFromXmlFailed", resourceCulture); } } /// /// Looks up a localized string similar to Local file. /// - internal static string strLocalFile { + internal static string LocalFile { get { - return ResourceManager.GetString("strLocalFile", resourceCulture); + return ResourceManager.GetString("LocalFile", resourceCulture); } } /// /// Looks up a localized string similar to Local file does not exist!. /// - internal static string strLocalFileDoesNotExist { + internal static string LocalFileDoesNotExist { get { - return ResourceManager.GetString("strLocalFileDoesNotExist", resourceCulture); + return ResourceManager.GetString("LocalFileDoesNotExist", resourceCulture); } } /// /// Looks up a localized string similar to Lock toolbar positions. /// - internal static string strLockToolbars { + internal static string LockToolbars { get { - return ResourceManager.GetString("strLockToolbars", resourceCulture); + return ResourceManager.GetString("LockToolbars", resourceCulture); } } /// /// Looks up a localized string similar to Log file path. /// - internal static string strLogFilePath { + internal static string LogFilePath { get { - return ResourceManager.GetString("strLogFilePath", resourceCulture); + return ResourceManager.GetString("LogFilePath", resourceCulture); } } /// /// Looks up a localized string similar to Logging. /// - internal static string strLogging { + internal static string Logging { get { - return ResourceManager.GetString("strLogging", resourceCulture); + return ResourceManager.GetString("Logging", resourceCulture); } } /// /// Looks up a localized string similar to Logoff. /// - internal static string strLogOff { + internal static string LogOff { get { - return ResourceManager.GetString("strLogOff", resourceCulture); + return ResourceManager.GetString("LogOff", resourceCulture); } } /// /// Looks up a localized string similar to Log these message types. /// - internal static string strLogTheseMessageTypes { + internal static string LogTheseMessageTypes { get { - return ResourceManager.GetString("strLogTheseMessageTypes", resourceCulture); + return ResourceManager.GetString("LogTheseMessageTypes", resourceCulture); } } /// /// Looks up a localized string similar to Log to application directory. /// - internal static string strLogToAppDir { + internal static string LogToAppDir { get { - return ResourceManager.GetString("strLogToAppDir", resourceCulture); + return ResourceManager.GetString("LogToAppDir", resourceCulture); } } /// /// Looks up a localized string similar to Writing to report file failed!. /// - internal static string strLogWriteToFileFailed { + internal static string LogWriteToFileFailed { get { - return ResourceManager.GetString("strLogWriteToFileFailed", resourceCulture); + return ResourceManager.GetString("LogWriteToFileFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't save report to final location.. /// - internal static string strLogWriteToFileFinalLocationFailed { + internal static string LogWriteToFileFinalLocationFailed { get { - return ResourceManager.GetString("strLogWriteToFileFinalLocationFailed", resourceCulture); + return ResourceManager.GetString("LogWriteToFileFinalLocationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Uses the Magic library by [Crownwood Software]. /// - internal static string strMagicLibraryAttribution { + internal static string MagicLibraryAttribution { get { - return ResourceManager.GetString("strMagicLibraryAttribution", resourceCulture); + return ResourceManager.GetString("MagicLibraryAttribution", resourceCulture); } } /// /// Looks up a localized string similar to http://www.dotnetmagic.com/. /// - internal static string strMagicLibraryAttributionURL { + internal static string MagicLibraryAttributionURL { get { - return ResourceManager.GetString("strMagicLibraryAttributionURL", resourceCulture); + return ResourceManager.GetString("MagicLibraryAttributionURL", resourceCulture); } } /// /// Looks up a localized string similar to About. /// - internal static string strMenuAbout { + internal static string MenuAbout { get { - return ResourceManager.GetString("strMenuAbout", resourceCulture); + return ResourceManager.GetString("MenuAbout", resourceCulture); } } /// /// Looks up a localized string similar to Add Connection Panel. /// - internal static string strMenuAddConnectionPanel { + internal static string MenuAddConnectionPanel { get { - return ResourceManager.GetString("strMenuAddConnectionPanel", resourceCulture); + return ResourceManager.GetString("MenuAddConnectionPanel", resourceCulture); } } /// /// Looks up a localized string similar to Check for Updates. /// - internal static string strMenuCheckForUpdates { + internal static string MenuCheckForUpdates { get { - return ResourceManager.GetString("strMenuCheckForUpdates", resourceCulture); + return ResourceManager.GetString("MenuCheckForUpdates", resourceCulture); } } /// /// Looks up a localized string similar to Config. /// - internal static string strMenuConfig { + internal static string MenuConfig { get { - return ResourceManager.GetString("strMenuConfig", resourceCulture); + return ResourceManager.GetString("MenuConfig", resourceCulture); } } /// /// Looks up a localized string similar to Connect. /// - internal static string strMenuConnect { + internal static string MenuConnect { get { - return ResourceManager.GetString("strMenuConnect", resourceCulture); + return ResourceManager.GetString("MenuConnect", resourceCulture); } } /// /// Looks up a localized string similar to Connection Panels. /// - internal static string strMenuConnectionPanels { + internal static string MenuConnectionPanels { get { - return ResourceManager.GetString("strMenuConnectionPanels", resourceCulture); + return ResourceManager.GetString("MenuConnectionPanels", resourceCulture); } } /// /// Looks up a localized string similar to Connections. /// - internal static string strMenuConnections { + internal static string MenuConnections { get { - return ResourceManager.GetString("strMenuConnections", resourceCulture); + return ResourceManager.GetString("MenuConnections", resourceCulture); } } /// /// Looks up a localized string similar to Connections and Config. /// - internal static string strMenuConnectionsAndConfig { + internal static string MenuConnectionsAndConfig { get { - return ResourceManager.GetString("strMenuConnectionsAndConfig", resourceCulture); + return ResourceManager.GetString("MenuConnectionsAndConfig", resourceCulture); } } /// /// Looks up a localized string similar to Copy. /// - internal static string strMenuCopy { + internal static string MenuCopy { get { - return ResourceManager.GetString("strMenuCopy", resourceCulture); + return ResourceManager.GetString("MenuCopy", resourceCulture); } } /// /// Looks up a localized string similar to Copy Hostname. /// - internal static string strMenuCopyHostname { + internal static string MenuCopyHostname { get { - return ResourceManager.GetString("strMenuCopyHostname", resourceCulture); + return ResourceManager.GetString("MenuCopyHostname", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl-Alt-Del. /// - internal static string strMenuCtrlAltDel { + internal static string MenuCtrlAltDel { get { - return ResourceManager.GetString("strMenuCtrlAltDel", resourceCulture); + return ResourceManager.GetString("MenuCtrlAltDel", resourceCulture); } } /// /// Looks up a localized string similar to Ctrl-Esc. /// - internal static string strMenuCtrlEsc { + internal static string MenuCtrlEsc { get { - return ResourceManager.GetString("strMenuCtrlEsc", resourceCulture); + return ResourceManager.GetString("MenuCtrlEsc", resourceCulture); } } /// /// Looks up a localized string similar to Delete.... /// - internal static string strMenuDelete { + internal static string MenuDelete { get { - return ResourceManager.GetString("strMenuDelete", resourceCulture); + return ResourceManager.GetString("MenuDelete", resourceCulture); } } /// /// Looks up a localized string similar to Delete Connection.... /// - internal static string strMenuDeleteConnection { + internal static string MenuDeleteConnection { get { - return ResourceManager.GetString("strMenuDeleteConnection", resourceCulture); + return ResourceManager.GetString("MenuDeleteConnection", resourceCulture); } } /// /// Looks up a localized string similar to Delete External Tool.... /// - internal static string strMenuDeleteExternalTool { + internal static string MenuDeleteExternalTool { get { - return ResourceManager.GetString("strMenuDeleteExternalTool", resourceCulture); + return ResourceManager.GetString("MenuDeleteExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to Delete Folder.... /// - internal static string strMenuDeleteFolder { + internal static string MenuDeleteFolder { get { - return ResourceManager.GetString("strMenuDeleteFolder", resourceCulture); + return ResourceManager.GetString("MenuDeleteFolder", resourceCulture); } } /// /// Looks up a localized string similar to Disconnect. /// - internal static string strMenuDisconnect { + internal static string MenuDisconnect { get { - return ResourceManager.GetString("strMenuDisconnect", resourceCulture); + return ResourceManager.GetString("MenuDisconnect", resourceCulture); } } /// /// Looks up a localized string similar to Disconnect All But This. /// - internal static string strMenuDisconnectOthers { + internal static string MenuDisconnectOthers { get { - return ResourceManager.GetString("strMenuDisconnectOthers", resourceCulture); + return ResourceManager.GetString("MenuDisconnectOthers", resourceCulture); } } /// /// Looks up a localized string similar to Disconnect Tabs To The Right. /// - internal static string strMenuDisconnectOthersRight { + internal static string MenuDisconnectOthersRight { get { - return ResourceManager.GetString("strMenuDisconnectOthersRight", resourceCulture); + return ResourceManager.GetString("MenuDisconnectOthersRight", resourceCulture); } } /// /// Looks up a localized string similar to Donate. /// - internal static string strMenuDonate { + internal static string MenuDonate { get { - return ResourceManager.GetString("strMenuDonate", resourceCulture); + return ResourceManager.GetString("MenuDonate", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate. /// - internal static string strMenuDuplicate { + internal static string MenuDuplicate { get { - return ResourceManager.GetString("strMenuDuplicate", resourceCulture); + return ResourceManager.GetString("MenuDuplicate", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate Connection. /// - internal static string strMenuDuplicateConnection { + internal static string MenuDuplicateConnection { get { - return ResourceManager.GetString("strMenuDuplicateConnection", resourceCulture); + return ResourceManager.GetString("MenuDuplicateConnection", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate Folder. /// - internal static string strMenuDuplicateFolder { + internal static string MenuDuplicateFolder { get { - return ResourceManager.GetString("strMenuDuplicateFolder", resourceCulture); + return ResourceManager.GetString("MenuDuplicateFolder", resourceCulture); } } /// /// Looks up a localized string similar to Duplicate Tab. /// - internal static string strMenuDuplicateTab { + internal static string MenuDuplicateTab { get { - return ResourceManager.GetString("strMenuDuplicateTab", resourceCulture); + return ResourceManager.GetString("MenuDuplicateTab", resourceCulture); } } /// /// Looks up a localized string similar to Exit. /// - internal static string strMenuExit { + internal static string MenuExit { get { - return ResourceManager.GetString("strMenuExit", resourceCulture); + return ResourceManager.GetString("MenuExit", resourceCulture); } } /// /// Looks up a localized string similar to External Tools. /// - internal static string strMenuExternalTools { + internal static string MenuExternalTools { get { - return ResourceManager.GetString("strMenuExternalTools", resourceCulture); + return ResourceManager.GetString("MenuExternalTools", resourceCulture); } } /// /// Looks up a localized string similar to External Tools Toolbar. /// - internal static string strMenuExternalToolsToolbar { + internal static string MenuExternalToolsToolbar { get { - return ResourceManager.GetString("strMenuExternalToolsToolbar", resourceCulture); + return ResourceManager.GetString("MenuExternalToolsToolbar", resourceCulture); } } /// /// Looks up a localized string similar to &File. /// - internal static string strMenuFile { + internal static string MenuFile { get { - return ResourceManager.GetString("strMenuFile", resourceCulture); + return ResourceManager.GetString("MenuFile", resourceCulture); } } /// /// Looks up a localized string similar to Full Screen. /// - internal static string strMenuFullScreen { + internal static string MenuFullScreen { get { - return ResourceManager.GetString("strMenuFullScreen", resourceCulture); + return ResourceManager.GetString("MenuFullScreen", resourceCulture); } } /// /// Looks up a localized string similar to Full Screen (RDP). /// - internal static string strMenuFullScreenRDP { + internal static string MenuFullScreenRDP { get { - return ResourceManager.GetString("strMenuFullScreenRDP", resourceCulture); + return ResourceManager.GetString("MenuFullScreenRDP", resourceCulture); } } /// /// Looks up a localized string similar to &Help. /// - internal static string strMenuHelp { + internal static string MenuHelp { get { - return ResourceManager.GetString("strMenuHelp", resourceCulture); + return ResourceManager.GetString("MenuHelp", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG Help. /// - internal static string strMenuHelpContents { + internal static string MenuHelpContents { get { - return ResourceManager.GetString("strMenuHelpContents", resourceCulture); + return ResourceManager.GetString("MenuHelpContents", resourceCulture); } } /// /// Looks up a localized string similar to Jump to. /// - internal static string strMenuJumpTo { + internal static string MenuJumpTo { get { - return ResourceManager.GetString("strMenuJumpTo", resourceCulture); + return ResourceManager.GetString("MenuJumpTo", resourceCulture); } } /// /// Looks up a localized string similar to Launch External Tool. /// - internal static string strMenuLaunchExternalTool { + internal static string MenuLaunchExternalTool { get { - return ResourceManager.GetString("strMenuLaunchExternalTool", resourceCulture); + return ResourceManager.GetString("MenuLaunchExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to Lock toolbar positions. /// - internal static string strMenuLockToolbars { + internal static string MenuLockToolbars { get { - return ResourceManager.GetString("strMenuLockToolbars", resourceCulture); + return ResourceManager.GetString("MenuLockToolbars", resourceCulture); } } /// /// Looks up a localized string similar to Multi SSH toolbar. /// - internal static string strMenuMultiSshToolbar { + internal static string MenuMultiSshToolbar { get { - return ResourceManager.GetString("strMenuMultiSshToolbar", resourceCulture); + return ResourceManager.GetString("MenuMultiSshToolbar", resourceCulture); } } /// /// Looks up a localized string similar to New Connection File. /// - internal static string strMenuNewConnectionFile { + internal static string MenuNewConnectionFile { get { - return ResourceManager.GetString("strMenuNewConnectionFile", resourceCulture); + return ResourceManager.GetString("MenuNewConnectionFile", resourceCulture); } } /// /// Looks up a localized string similar to New External Tool. /// - internal static string strMenuNewExternalTool { + internal static string MenuNewExternalTool { get { - return ResourceManager.GetString("strMenuNewExternalTool", resourceCulture); + return ResourceManager.GetString("MenuNewExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to Notifications. /// - internal static string strMenuNotifications { + internal static string MenuNotifications { get { - return ResourceManager.GetString("strMenuNotifications", resourceCulture); + return ResourceManager.GetString("MenuNotifications", resourceCulture); } } /// /// Looks up a localized string similar to Copy All. /// - internal static string strMenuNotificationsCopyAll { + internal static string MenuNotificationsCopyAll { get { - return ResourceManager.GetString("strMenuNotificationsCopyAll", resourceCulture); + return ResourceManager.GetString("MenuNotificationsCopyAll", resourceCulture); } } /// /// Looks up a localized string similar to Delete. /// - internal static string strMenuNotificationsDelete { + internal static string MenuNotificationsDelete { get { - return ResourceManager.GetString("strMenuNotificationsDelete", resourceCulture); + return ResourceManager.GetString("MenuNotificationsDelete", resourceCulture); } } /// /// Looks up a localized string similar to Delete All. /// - internal static string strMenuNotificationsDeleteAll { + internal static string MenuNotificationsDeleteAll { get { - return ResourceManager.GetString("strMenuNotificationsDeleteAll", resourceCulture); + return ResourceManager.GetString("MenuNotificationsDeleteAll", resourceCulture); } } /// /// Looks up a localized string similar to Open Connection File.... /// - internal static string strMenuOpenConnectionFile { + internal static string MenuOpenConnectionFile { get { - return ResourceManager.GetString("strMenuOpenConnectionFile", resourceCulture); + return ResourceManager.GetString("MenuOpenConnectionFile", resourceCulture); } } /// /// Looks up a localized string similar to Options. /// - internal static string strMenuOptions { + internal static string MenuOptions { get { - return ResourceManager.GetString("strMenuOptions", resourceCulture); + return ResourceManager.GetString("MenuOptions", resourceCulture); } } /// /// Looks up a localized string similar to Paste. /// - internal static string strMenuPaste { + internal static string MenuPaste { get { - return ResourceManager.GetString("strMenuPaste", resourceCulture); + return ResourceManager.GetString("MenuPaste", resourceCulture); } } /// /// Looks up a localized string similar to Port Scan. /// - internal static string strMenuPortScan { + internal static string MenuPortScan { get { - return ResourceManager.GetString("strMenuPortScan", resourceCulture); + return ResourceManager.GetString("MenuPortScan", resourceCulture); } } /// /// Looks up a localized string similar to Quick Connect Toolbar. /// - internal static string strMenuQuickConnectToolbar { + internal static string MenuQuickConnectToolbar { get { - return ResourceManager.GetString("strMenuQuickConnectToolbar", resourceCulture); + return ResourceManager.GetString("MenuQuickConnectToolbar", resourceCulture); } } /// /// Looks up a localized string similar to Reconnect. /// - internal static string strMenuReconnect { + internal static string MenuReconnect { get { - return ResourceManager.GetString("strMenuReconnect", resourceCulture); + return ResourceManager.GetString("MenuReconnect", resourceCulture); } } /// /// Looks up a localized string similar to Reconnect All Open Connections. /// - internal static string strMenuReconnectAll { + internal static string MenuReconnectAll { get { - return ResourceManager.GetString("strMenuReconnectAll", resourceCulture); + return ResourceManager.GetString("MenuReconnectAll", resourceCulture); } } /// /// Looks up a localized string similar to Refresh Screen (VNC). /// - internal static string strMenuRefreshScreen { + internal static string MenuRefreshScreen { get { - return ResourceManager.GetString("strMenuRefreshScreen", resourceCulture); + return ResourceManager.GetString("MenuRefreshScreen", resourceCulture); } } /// /// Looks up a localized string similar to Rename. /// - internal static string strMenuRename { + internal static string MenuRename { get { - return ResourceManager.GetString("strMenuRename", resourceCulture); + return ResourceManager.GetString("MenuRename", resourceCulture); } } /// /// Looks up a localized string similar to Rename Connection. /// - internal static string strMenuRenameConnection { + internal static string MenuRenameConnection { get { - return ResourceManager.GetString("strMenuRenameConnection", resourceCulture); + return ResourceManager.GetString("MenuRenameConnection", resourceCulture); } } /// /// Looks up a localized string similar to Rename Folder. /// - internal static string strMenuRenameFolder { + internal static string MenuRenameFolder { get { - return ResourceManager.GetString("strMenuRenameFolder", resourceCulture); + return ResourceManager.GetString("MenuRenameFolder", resourceCulture); } } /// /// Looks up a localized string similar to Rename Tab. /// - internal static string strMenuRenameTab { + internal static string MenuRenameTab { get { - return ResourceManager.GetString("strMenuRenameTab", resourceCulture); + return ResourceManager.GetString("MenuRenameTab", resourceCulture); } } /// /// Looks up a localized string similar to Report a Bug. /// - internal static string strMenuReportBug { + internal static string MenuReportBug { get { - return ResourceManager.GetString("strMenuReportBug", resourceCulture); + return ResourceManager.GetString("MenuReportBug", resourceCulture); } } /// /// Looks up a localized string similar to Reset layout. /// - internal static string strMenuResetLayout { + internal static string MenuResetLayout { get { - return ResourceManager.GetString("strMenuResetLayout", resourceCulture); + return ResourceManager.GetString("MenuResetLayout", resourceCulture); } } /// /// Looks up a localized string similar to Save Connection File. /// - internal static string strMenuSaveConnectionFile { + internal static string MenuSaveConnectionFile { get { - return ResourceManager.GetString("strMenuSaveConnectionFile", resourceCulture); + return ResourceManager.GetString("MenuSaveConnectionFile", resourceCulture); } } /// /// Looks up a localized string similar to Save Connection File As.... /// - internal static string strMenuSaveConnectionFileAs { + internal static string MenuSaveConnectionFileAs { get { - return ResourceManager.GetString("strMenuSaveConnectionFileAs", resourceCulture); + return ResourceManager.GetString("MenuSaveConnectionFileAs", resourceCulture); } } /// /// Looks up a localized string similar to Screenshot. /// - internal static string strMenuScreenshot { + internal static string MenuScreenshot { get { - return ResourceManager.GetString("strMenuScreenshot", resourceCulture); + return ResourceManager.GetString("MenuScreenshot", resourceCulture); } } /// /// Looks up a localized string similar to Screenshot Manager. /// - internal static string strMenuScreenshotManager { + internal static string MenuScreenshotManager { get { - return ResourceManager.GetString("strMenuScreenshotManager", resourceCulture); + return ResourceManager.GetString("MenuScreenshotManager", resourceCulture); } } /// /// Looks up a localized string similar to Send Special Keys (VNC). /// - internal static string strMenuSendSpecialKeys { + internal static string MenuSendSpecialKeys { get { - return ResourceManager.GetString("strMenuSendSpecialKeys", resourceCulture); + return ResourceManager.GetString("MenuSendSpecialKeys", resourceCulture); } } /// /// Looks up a localized string similar to Retrieve. /// - internal static string strMenuSessionRetrieve { + internal static string MenuSessionRetrieve { get { - return ResourceManager.GetString("strMenuSessionRetrieve", resourceCulture); + return ResourceManager.GetString("MenuSessionRetrieve", resourceCulture); } } /// /// Looks up a localized string similar to Sessions. /// - internal static string strMenuSessions { + internal static string MenuSessions { get { - return ResourceManager.GetString("strMenuSessions", resourceCulture); + return ResourceManager.GetString("MenuSessions", resourceCulture); } } /// /// Looks up a localized string similar to Sessions and Screenshots. /// - internal static string strMenuSessionsAndScreenshots { + internal static string MenuSessionsAndScreenshots { get { - return ResourceManager.GetString("strMenuSessionsAndScreenshots", resourceCulture); + return ResourceManager.GetString("MenuSessionsAndScreenshots", resourceCulture); } } /// /// Looks up a localized string similar to &Show Help Text. /// - internal static string strMenuShowHelpText { + internal static string MenuShowHelpText { get { - return ResourceManager.GetString("strMenuShowHelpText", resourceCulture); + return ResourceManager.GetString("MenuShowHelpText", resourceCulture); } } /// /// Looks up a localized string similar to Show Text. /// - internal static string strMenuShowText { + internal static string MenuShowText { get { - return ResourceManager.GetString("strMenuShowText", resourceCulture); + return ResourceManager.GetString("MenuShowText", resourceCulture); } } /// /// Looks up a localized string similar to SmartSize (RDP/VNC). /// - internal static string strMenuSmartSize { + internal static string MenuSmartSize { get { - return ResourceManager.GetString("strMenuSmartSize", resourceCulture); + return ResourceManager.GetString("MenuSmartSize", resourceCulture); } } /// /// Looks up a localized string similar to SSH File Transfer. /// - internal static string strMenuSSHFileTransfer { + internal static string MenuSSHFileTransfer { get { - return ResourceManager.GetString("strMenuSSHFileTransfer", resourceCulture); + return ResourceManager.GetString("MenuSSHFileTransfer", resourceCulture); } } /// /// Looks up a localized string similar to Start Chat (VNC). /// - internal static string strMenuStartChat { + internal static string MenuStartChat { get { - return ResourceManager.GetString("strMenuStartChat", resourceCulture); + return ResourceManager.GetString("MenuStartChat", resourceCulture); } } /// /// Looks up a localized string similar to Support Forum. /// - internal static string strMenuSupportForum { + internal static string MenuSupportForum { get { - return ResourceManager.GetString("strMenuSupportForum", resourceCulture); + return ResourceManager.GetString("MenuSupportForum", resourceCulture); } } /// /// Looks up a localized string similar to &Tools. /// - internal static string strMenuTools { + internal static string MenuTools { get { - return ResourceManager.GetString("strMenuTools", resourceCulture); + return ResourceManager.GetString("MenuTools", resourceCulture); } } /// /// Looks up a localized string similar to Transfer File (SSH). /// - internal static string strMenuTransferFile { + internal static string MenuTransferFile { get { - return ResourceManager.GetString("strMenuTransferFile", resourceCulture); + return ResourceManager.GetString("MenuTransferFile", resourceCulture); } } /// /// Looks up a localized string similar to &View. /// - internal static string strMenuView { + internal static string MenuView { get { - return ResourceManager.GetString("strMenuView", resourceCulture); + return ResourceManager.GetString("MenuView", resourceCulture); } } /// /// Looks up a localized string similar to View Only. /// - internal static string strMenuViewOnly { + internal static string MenuViewOnly { get { - return ResourceManager.GetString("strMenuViewOnly", resourceCulture); + return ResourceManager.GetString("MenuViewOnly", resourceCulture); } } /// /// Looks up a localized string similar to Website. /// - internal static string strMenuWebsite { + internal static string MenuWebsite { get { - return ResourceManager.GetString("strMenuWebsite", resourceCulture); + return ResourceManager.GetString("MenuWebsite", resourceCulture); } } /// /// Looks up a localized string similar to Minimize to notification area. /// - internal static string strMinimizeToSysTray { + internal static string MinimizeToSysTray { get { - return ResourceManager.GetString("strMinimizeToSysTray", resourceCulture); + return ResourceManager.GetString("MinimizeToSysTray", resourceCulture); } } /// /// Looks up a localized string similar to Move down. /// - internal static string strMoveDown { + internal static string MoveDown { get { - return ResourceManager.GetString("strMoveDown", resourceCulture); + return ResourceManager.GetString("MoveDown", resourceCulture); } } /// /// Looks up a localized string similar to Move up. /// - internal static string strMoveUp { + internal static string MoveUp { get { - return ResourceManager.GetString("strMoveUp", resourceCulture); + return ResourceManager.GetString("MoveUp", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG CSV. /// - internal static string strMremoteNgCsv { + internal static string MremoteNgCsv { get { - return ResourceManager.GetString("strMremoteNgCsv", resourceCulture); + return ResourceManager.GetString("MremoteNgCsv", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG XML. /// - internal static string strMremoteNgXml { + internal static string MremoteNgXml { get { - return ResourceManager.GetString("strMremoteNgXml", resourceCulture); + return ResourceManager.GetString("MremoteNgXml", resourceCulture); } } /// /// Looks up a localized string similar to Multi SSH:. /// - internal static string strMultiSSH { + internal static string MultiSSH { get { - return ResourceManager.GetString("strMultiSSH", resourceCulture); + return ResourceManager.GetString("MultiSSH", resourceCulture); } } /// /// Looks up a localized string similar to Multi SSH toolbar. /// - internal static string strMultiSshToolbar { + internal static string MultiSshToolbar { get { - return ResourceManager.GetString("strMultiSshToolbar", resourceCulture); + return ResourceManager.GetString("MultiSshToolbar", resourceCulture); } } /// /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately.. /// - internal static string strMultiSSHToolTip { + internal static string MultiSSHToolTip { get { - return ResourceManager.GetString("strMultiSSHToolTip", resourceCulture); + return ResourceManager.GetString("MultiSSHToolTip", resourceCulture); } } /// /// Looks up a localized string similar to My current credentials (Windows logon information). /// - internal static string strMyCurrentWindowsCreds { + internal static string MyCurrentWindowsCreds { get { - return ResourceManager.GetString("strMyCurrentWindowsCreds", resourceCulture); + return ResourceManager.GetString("MyCurrentWindowsCreds", resourceCulture); } } /// /// Looks up a localized string similar to Never. /// - internal static string strNever { + internal static string Never { get { - return ResourceManager.GetString("strNever", resourceCulture); + return ResourceManager.GetString("Never", resourceCulture); } } /// /// Looks up a localized string similar to New Connection. /// - internal static string strNewConnection { + internal static string NewConnection { get { - return ResourceManager.GetString("strNewConnection", resourceCulture); + return ResourceManager.GetString("NewConnection", resourceCulture); } } /// /// Looks up a localized string similar to New Folder. /// - internal static string strNewFolder { + internal static string NewFolder { get { - return ResourceManager.GetString("strNewFolder", resourceCulture); + return ResourceManager.GetString("NewFolder", resourceCulture); } } /// /// Looks up a localized string similar to New Panel. /// - internal static string strNewPanel { + internal static string NewPanel { get { - return ResourceManager.GetString("strNewPanel", resourceCulture); + return ResourceManager.GetString("NewPanel", resourceCulture); } } /// /// Looks up a localized string similar to New Root. /// - internal static string strNewRoot { + internal static string NewRoot { get { - return ResourceManager.GetString("strNewRoot", resourceCulture); + return ResourceManager.GetString("NewRoot", resourceCulture); } } /// /// Looks up a localized string similar to New Title. /// - internal static string strNewTitle { + internal static string NewTitle { get { - return ResourceManager.GetString("strNewTitle", resourceCulture); + return ResourceManager.GetString("NewTitle", resourceCulture); } } /// /// Looks up a localized string similar to No. /// - internal static string strNo { + internal static string No { get { - return ResourceManager.GetString("strNo", resourceCulture); + return ResourceManager.GetString("No", resourceCulture); } } /// /// Looks up a localized string similar to No сompression. /// - internal static string strNoCompression { + internal static string NoCompression { get { - return ResourceManager.GetString("strNoCompression", resourceCulture); + return ResourceManager.GetString("NoCompression", resourceCulture); } } /// /// Looks up a localized string similar to This node is already in this folder.. /// - internal static string strNodeAlreadyInFolder { + internal static string NodeAlreadyInFolder { get { - return ResourceManager.GetString("strNodeAlreadyInFolder", resourceCulture); + return ResourceManager.GetString("NodeAlreadyInFolder", resourceCulture); } } /// /// Looks up a localized string similar to Cannot drag node onto itself.. /// - internal static string strNodeCannotDragOnSelf { + internal static string NodeCannotDragOnSelf { get { - return ResourceManager.GetString("strNodeCannotDragOnSelf", resourceCulture); + return ResourceManager.GetString("NodeCannotDragOnSelf", resourceCulture); } } /// /// Looks up a localized string similar to Cannot drag parent node onto child.. /// - internal static string strNodeCannotDragParentOnChild { + internal static string NodeCannotDragParentOnChild { get { - return ResourceManager.GetString("strNodeCannotDragParentOnChild", resourceCulture); + return ResourceManager.GetString("NodeCannotDragParentOnChild", resourceCulture); } } /// /// Looks up a localized string similar to This node is not draggable.. /// - internal static string strNodeNotDraggable { + internal static string NodeNotDraggable { get { - return ResourceManager.GetString("strNodeNotDraggable", resourceCulture); + return ResourceManager.GetString("NodeNotDraggable", resourceCulture); } } /// /// Looks up a localized string similar to No ext. app specified.. /// - internal static string strNoExtAppDefined { + internal static string NoExtAppDefined { get { - return ResourceManager.GetString("strNoExtAppDefined", resourceCulture); + return ResourceManager.GetString("NoExtAppDefined", resourceCulture); } } /// /// Looks up a localized string similar to None. /// - internal static string strNoInformation { + internal static string NoInformation { get { - return ResourceManager.GetString("strNoInformation", resourceCulture); + return ResourceManager.GetString("NoInformation", resourceCulture); } } /// /// Looks up a localized string similar to None. /// - internal static string strNone { + internal static string None { get { - return ResourceManager.GetString("strNone", resourceCulture); + return ResourceManager.GetString("None", resourceCulture); } } /// /// Looks up a localized string similar to Normal. /// - internal static string strNormal { + internal static string Normal { get { - return ResourceManager.GetString("strNormal", resourceCulture); + return ResourceManager.GetString("Normal", resourceCulture); } } /// /// Looks up a localized string similar to No SmartSize. /// - internal static string strNoSmartSize { + internal static string NoSmartSize { get { - return ResourceManager.GetString("strNoSmartSize", resourceCulture); + return ResourceManager.GetString("NoSmartSize", resourceCulture); } } /// /// Looks up a localized string similar to No update available. /// - internal static string strNoUpdateAvailable { + internal static string NoUpdateAvailable { get { - return ResourceManager.GetString("strNoUpdateAvailable", resourceCulture); + return ResourceManager.GetString("NoUpdateAvailable", resourceCulture); } } @@ -4314,1674 +4305,1674 @@ namespace mRemoteNG { /// Looks up a localized string similar to You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. ///If you run into such an error, please create a new connection file!. /// - internal static string strOldConffile { + internal static string OldConffile { get { - return ResourceManager.GetString("strOldConffile", resourceCulture); + return ResourceManager.GetString("OldConffile", resourceCulture); } } /// /// Looks up a localized string similar to Open a different file. /// - internal static string strOpenADifferentFile { + internal static string OpenADifferentFile { get { - return ResourceManager.GetString("strOpenADifferentFile", resourceCulture); + return ResourceManager.GetString("OpenADifferentFile", resourceCulture); } } /// /// Looks up a localized string similar to Open file. /// - internal static string strOpenFile { + internal static string OpenFile { get { - return ResourceManager.GetString("strOpenFile", resourceCulture); + return ResourceManager.GetString("OpenFile", resourceCulture); } } /// /// Looks up a localized string similar to Open new tab to the right of the currently selected tab. /// - internal static string strOpenNewTabRight { + internal static string OpenNewTabRight { get { - return ResourceManager.GetString("strOpenNewTabRight", resourceCulture); + return ResourceManager.GetString("OpenNewTabRight", resourceCulture); } } /// /// Looks up a localized string similar to Open Ports. /// - internal static string strOpenPorts { + internal static string OpenPorts { get { - return ResourceManager.GetString("strOpenPorts", resourceCulture); + return ResourceManager.GetString("OpenPorts", resourceCulture); } } /// /// Looks up a localized string similar to &Delete. /// - internal static string strOptionsKeyboardButtonDelete { + internal static string OptionsKeyboardButtonDelete { get { - return ResourceManager.GetString("strOptionsKeyboardButtonDelete", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardButtonDelete", resourceCulture); } } /// /// Looks up a localized string similar to &New. /// - internal static string strOptionsKeyboardButtonNew { + internal static string OptionsKeyboardButtonNew { get { - return ResourceManager.GetString("strOptionsKeyboardButtonNew", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardButtonNew", resourceCulture); } } /// /// Looks up a localized string similar to &Reset to Default. /// - internal static string strOptionsKeyboardButtonReset { + internal static string OptionsKeyboardButtonReset { get { - return ResourceManager.GetString("strOptionsKeyboardButtonReset", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardButtonReset", resourceCulture); } } /// /// Looks up a localized string similar to Reset &All to Default. /// - internal static string strOptionsKeyboardButtonResetAll { + internal static string OptionsKeyboardButtonResetAll { get { - return ResourceManager.GetString("strOptionsKeyboardButtonResetAll", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardButtonResetAll", resourceCulture); } } /// /// Looks up a localized string similar to Tabs. /// - internal static string strOptionsKeyboardCommandsGroupTabs { + internal static string OptionsKeyboardCommandsGroupTabs { get { - return ResourceManager.GetString("strOptionsKeyboardCommandsGroupTabs", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardCommandsGroupTabs", resourceCulture); } } /// /// Looks up a localized string similar to Next tab. /// - internal static string strOptionsKeyboardCommandsNextTab { + internal static string OptionsKeyboardCommandsNextTab { get { - return ResourceManager.GetString("strOptionsKeyboardCommandsNextTab", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardCommandsNextTab", resourceCulture); } } /// /// Looks up a localized string similar to Previous tab. /// - internal static string strOptionsKeyboardCommandsPreviousTab { + internal static string OptionsKeyboardCommandsPreviousTab { get { - return ResourceManager.GetString("strOptionsKeyboardCommandsPreviousTab", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardCommandsPreviousTab", resourceCulture); } } /// /// Looks up a localized string similar to Modify shortcut. /// - internal static string strOptionsKeyboardGroupModifyShortcut { + internal static string OptionsKeyboardGroupModifyShortcut { get { - return ResourceManager.GetString("strOptionsKeyboardGroupModifyShortcut", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardGroupModifyShortcut", resourceCulture); } } /// /// Looks up a localized string similar to Keyboard shortcuts. /// - internal static string strOptionsKeyboardLabelKeyboardShortcuts { + internal static string OptionsKeyboardLabelKeyboardShortcuts { get { - return ResourceManager.GetString("strOptionsKeyboardLabelKeyboardShortcuts", resourceCulture); + return ResourceManager.GetString("OptionsKeyboardLabelKeyboardShortcuts", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG Options. /// - internal static string strOptionsPageTitle { + internal static string OptionsPageTitle { get { - return ResourceManager.GetString("strOptionsPageTitle", resourceCulture); + return ResourceManager.GetString("OptionsPageTitle", resourceCulture); } } /// /// Looks up a localized string similar to Testing.... /// - internal static string strOptionsProxyTesting { + internal static string OptionsProxyTesting { get { - return ResourceManager.GetString("strOptionsProxyTesting", resourceCulture); + return ResourceManager.GetString("OptionsProxyTesting", resourceCulture); } } /// /// Looks up a localized string similar to Keyboard. /// - internal static string strOptionsTabKeyboard { + internal static string OptionsTabKeyboard { get { - return ResourceManager.GetString("strOptionsTabKeyboard", resourceCulture); + return ResourceManager.GetString("OptionsTabKeyboard", resourceCulture); } } /// /// Looks up a localized string similar to Theme. /// - internal static string strOptionsTabTheme { + internal static string OptionsTabTheme { get { - return ResourceManager.GetString("strOptionsTabTheme", resourceCulture); + return ResourceManager.GetString("OptionsTabTheme", resourceCulture); } } /// /// Looks up a localized string similar to &Delete. /// - internal static string strOptionsThemeButtonDelete { + internal static string OptionsThemeButtonDelete { get { - return ResourceManager.GetString("strOptionsThemeButtonDelete", resourceCulture); + return ResourceManager.GetString("OptionsThemeButtonDelete", resourceCulture); } } /// /// Looks up a localized string similar to &New. /// - internal static string strOptionsThemeButtonNew { + internal static string OptionsThemeButtonNew { get { - return ResourceManager.GetString("strOptionsThemeButtonNew", resourceCulture); + return ResourceManager.GetString("OptionsThemeButtonNew", resourceCulture); } } /// /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. /// - internal static string strOptionsThemeChangeWarning { + internal static string OptionsThemeChangeWarning { get { - return ResourceManager.GetString("strOptionsThemeChangeWarning", resourceCulture); + return ResourceManager.GetString("OptionsThemeChangeWarning", resourceCulture); } } /// /// Looks up a localized string similar to Do you really want to delete the theme?. /// - internal static string strOptionsThemeDeleteConfirmation { + internal static string OptionsThemeDeleteConfirmation { get { - return ResourceManager.GetString("strOptionsThemeDeleteConfirmation", resourceCulture); + return ResourceManager.GetString("OptionsThemeDeleteConfirmation", resourceCulture); } } /// /// Looks up a localized string similar to Enable themes. /// - internal static string strOptionsThemeEnableTheming { + internal static string OptionsThemeEnableTheming { get { - return ResourceManager.GetString("strOptionsThemeEnableTheming", resourceCulture); + return ResourceManager.GetString("OptionsThemeEnableTheming", resourceCulture); } } /// /// Looks up a localized string similar to No themes are loaded, check that the default mRemoteNG themes exist in the 'themes' folder. /// - internal static string strOptionsThemeErrorNoThemes { + internal static string OptionsThemeErrorNoThemes { get { - return ResourceManager.GetString("strOptionsThemeErrorNoThemes", resourceCulture); + return ResourceManager.GetString("OptionsThemeErrorNoThemes", resourceCulture); } } /// /// Looks up a localized string similar to New theme name. /// - internal static string strOptionsThemeNewThemeCaption { + internal static string OptionsThemeNewThemeCaption { get { - return ResourceManager.GetString("strOptionsThemeNewThemeCaption", resourceCulture); + return ResourceManager.GetString("OptionsThemeNewThemeCaption", resourceCulture); } } /// /// Looks up a localized string similar to Cannot create theme, name already present or special characters in the name. /// - internal static string strOptionsThemeNewThemeError { + internal static string OptionsThemeNewThemeError { get { - return ResourceManager.GetString("strOptionsThemeNewThemeError", resourceCulture); + return ResourceManager.GetString("OptionsThemeNewThemeError", resourceCulture); } } /// /// Looks up a localized string similar to Type the new theme name. /// - internal static string strOptionsThemeNewThemeText { + internal static string OptionsThemeNewThemeText { get { - return ResourceManager.GetString("strOptionsThemeNewThemeText", resourceCulture); + return ResourceManager.GetString("OptionsThemeNewThemeText", resourceCulture); } } /// /// Looks up a localized string similar to Out Of Range. /// - internal static string strOutOfRange { + internal static string OutOfRange { get { - return ResourceManager.GetString("strOutOfRange", resourceCulture); + return ResourceManager.GetString("OutOfRange", resourceCulture); } } /// /// Looks up a localized string similar to Panel Name. /// - internal static string strPanelName { + internal static string PanelName { get { - return ResourceManager.GetString("strPanelName", resourceCulture); + return ResourceManager.GetString("PanelName", resourceCulture); } } /// /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}. /// - internal static string strPasswordConstainsSpecialCharactersConstraintHint { + internal static string PasswordConstainsSpecialCharactersConstraintHint { get { - return ResourceManager.GetString("strPasswordConstainsSpecialCharactersConstraintHint", resourceCulture); + return ResourceManager.GetString("PasswordConstainsSpecialCharactersConstraintHint", resourceCulture); } } /// /// Looks up a localized string similar to Password must contain at least {0} lower case character(s). /// - internal static string strPasswordContainsLowerCaseConstraintHint { + internal static string PasswordContainsLowerCaseConstraintHint { get { - return ResourceManager.GetString("strPasswordContainsLowerCaseConstraintHint", resourceCulture); + return ResourceManager.GetString("PasswordContainsLowerCaseConstraintHint", resourceCulture); } } /// /// Looks up a localized string similar to Password must contain at least {0} number(s). /// - internal static string strPasswordContainsNumbersConstraint { + internal static string PasswordContainsNumbersConstraint { get { - return ResourceManager.GetString("strPasswordContainsNumbersConstraint", resourceCulture); + return ResourceManager.GetString("PasswordContainsNumbersConstraint", resourceCulture); } } /// /// Looks up a localized string similar to Password must contain at least {0} upper case character(s). /// - internal static string strPasswordContainsUpperCaseConstraintHint { + internal static string PasswordContainsUpperCaseConstraintHint { get { - return ResourceManager.GetString("strPasswordContainsUpperCaseConstraintHint", resourceCulture); + return ResourceManager.GetString("PasswordContainsUpperCaseConstraintHint", resourceCulture); } } /// /// Looks up a localized string similar to Password length must be between {0} and {1}. /// - internal static string strPasswordLengthConstraintHint { + internal static string PasswordLengthConstraintHint { get { - return ResourceManager.GetString("strPasswordLengthConstraintHint", resourceCulture); + return ResourceManager.GetString("PasswordLengthConstraintHint", resourceCulture); } } /// /// Looks up a localized string similar to Both passwords must match.. /// - internal static string strPasswordStatusMustMatch { + internal static string PasswordStatusMustMatch { get { - return ResourceManager.GetString("strPasswordStatusMustMatch", resourceCulture); + return ResourceManager.GetString("PasswordStatusMustMatch", resourceCulture); } } /// /// Looks up a localized string similar to The password must be at least 3 characters long.. /// - internal static string strPasswordStatusTooShort { + internal static string PasswordStatusTooShort { get { - return ResourceManager.GetString("strPasswordStatusTooShort", resourceCulture); + return ResourceManager.GetString("PasswordStatusTooShort", resourceCulture); } } /// /// Looks up a localized string similar to Please fill all fields. /// - internal static string strPleaseFillAllFields { + internal static string PleaseFillAllFields { get { - return ResourceManager.GetString("strPleaseFillAllFields", resourceCulture); + return ResourceManager.GetString("PleaseFillAllFields", resourceCulture); } } /// /// Looks up a localized string similar to Popups. /// - internal static string strPopups { + internal static string Popups { get { - return ResourceManager.GetString("strPopups", resourceCulture); + return ResourceManager.GetString("Popups", resourceCulture); } } /// /// Looks up a localized string similar to Port scan complete.. /// - internal static string strPortScanComplete { + internal static string PortScanComplete { get { - return ResourceManager.GetString("strPortScanComplete", resourceCulture); + return ResourceManager.GetString("PortScanComplete", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't load PortScan panel!. /// - internal static string strPortScanCouldNotLoadPanel { + internal static string PortScanCouldNotLoadPanel { get { - return ResourceManager.GetString("strPortScanCouldNotLoadPanel", resourceCulture); + return ResourceManager.GetString("PortScanCouldNotLoadPanel", resourceCulture); } } /// /// Looks up a localized string similar to To scan a single port, select the "First Port" only.. /// - internal static string strPortScanSinglePort { + internal static string PortScanSinglePort { get { - return ResourceManager.GetString("strPortScanSinglePort", resourceCulture); + return ResourceManager.GetString("PortScanSinglePort", resourceCulture); } } /// /// Looks up a localized string similar to PowerShell. /// - internal static string strPowerShell { + internal static string PowerShell { get { - return ResourceManager.GetString("strPowerShell", resourceCulture); + return ResourceManager.GetString("PowerShell", resourceCulture); } } /// /// Looks up a localized string similar to (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!). /// - internal static string strPropertiesWillOnlyBeSavedMRemoteXML { + internal static string PropertiesWillOnlyBeSavedMRemoteXML { get { - return ResourceManager.GetString("strPropertiesWillOnlyBeSavedMRemoteXML", resourceCulture); + return ResourceManager.GetString("PropertiesWillOnlyBeSavedMRemoteXML", resourceCulture); } } /// /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. /// - internal static string strPropertyDescriptionAddress { + internal static string PropertyDescriptionAddress { get { - return ResourceManager.GetString("strPropertyDescriptionAddress", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionAddress", resourceCulture); } } /// /// Looks up a localized string similar to Toggle all inheritance options.. /// - internal static string strPropertyDescriptionAll { + internal static string PropertyDescriptionAll { get { - return ResourceManager.GetString("strPropertyDescriptionAll", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionAll", resourceCulture); } } /// /// Looks up a localized string similar to Select which authentication level this connection should use.. /// - internal static string strPropertyDescriptionAuthenticationLevel { + internal static string PropertyDescriptionAuthenticationLevel { get { - return ResourceManager.GetString("strPropertyDescriptionAuthenticationLevel", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionAuthenticationLevel", resourceCulture); } } /// /// Looks up a localized string similar to Select how you want to authenticate against the VNC server.. /// - internal static string strPropertyDescriptionAuthenticationMode { + internal static string PropertyDescriptionAuthenticationMode { get { - return ResourceManager.GetString("strPropertyDescriptionAuthenticationMode", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionAuthenticationMode", resourceCulture); } } /// /// Looks up a localized string similar to Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher.. /// - internal static string strPropertyDescriptionAutomaticResize { + internal static string PropertyDescriptionAutomaticResize { get { - return ResourceManager.GetString("strPropertyDescriptionAutomaticResize", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionAutomaticResize", resourceCulture); } } /// /// Looks up a localized string similar to Select whether to use bitmap caching or not.. /// - internal static string strPropertyDescriptionCacheBitmaps { + internal static string PropertyDescriptionCacheBitmaps { get { - return ResourceManager.GetString("strPropertyDescriptionCacheBitmaps", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionCacheBitmaps", resourceCulture); } } /// /// Looks up a localized string similar to Select the colour quality to be used.. /// - internal static string strPropertyDescriptionColors { + internal static string PropertyDescriptionColors { get { - return ResourceManager.GetString("strPropertyDescriptionColors", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionColors", resourceCulture); } } /// /// Looks up a localized string similar to Select the compression value to be used.. /// - internal static string strPropertyDescriptionCompression { + internal static string PropertyDescriptionCompression { get { - return ResourceManager.GetString("strPropertyDescriptionCompression", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionCompression", resourceCulture); } } /// /// Looks up a localized string similar to Select which credential to use for this connection.. /// - internal static string strPropertyDescriptionCredential { + internal static string PropertyDescriptionCredential { get { - return ResourceManager.GetString("strPropertyDescriptionCredential", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionCredential", resourceCulture); } } /// /// Looks up a localized string similar to Put your notes or a description for the host here.. /// - internal static string strPropertyDescriptionDescription { + internal static string PropertyDescriptionDescription { get { - return ResourceManager.GetString("strPropertyDescriptionDescription", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDescription", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether cursor flashes should be disabled.. /// - internal static string strPropertyDescriptionDisableCursorBlinking { + internal static string PropertyDescriptionDisableCursorBlinking { get { - return ResourceManager.GetString("strPropertyDescriptionDisableCursorBlinking", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisableCursorBlinking", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether a mouse shadow should be visible.. /// - internal static string strPropertyDescriptionDisableCursorShadow { + internal static string PropertyDescriptionDisableCursorShadow { get { - return ResourceManager.GetString("strPropertyDescriptionDisableCursorShadow", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisableCursorShadow", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether window content is displayed when you drag the window to a new location.. /// - internal static string strPropertyDescriptionDisableFullWindowDrag { + internal static string PropertyDescriptionDisableFullWindowDrag { get { - return ResourceManager.GetString("strPropertyDescriptionDisableFullWindowDrag", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisableFullWindowDrag", resourceCulture); } } /// /// Looks up a localized string similar to Determines whether menus and windows can be displayed with animation effects in the remote session.. /// - internal static string strPropertyDescriptionDisableMenuAnimations { + internal static string PropertyDescriptionDisableMenuAnimations { get { - return ResourceManager.GetString("strPropertyDescriptionDisableMenuAnimations", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisableMenuAnimations", resourceCulture); } } /// /// Looks up a localized string similar to Select yes if the theme of the remote host should be displayed.. /// - internal static string strPropertyDescriptionDisplayThemes { + internal static string PropertyDescriptionDisplayThemes { get { - return ResourceManager.GetString("strPropertyDescriptionDisplayThemes", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisplayThemes", resourceCulture); } } /// /// Looks up a localized string similar to Select yes if the wallpaper of the remote host should be displayed.. /// - internal static string strPropertyDescriptionDisplayWallpaper { + internal static string PropertyDescriptionDisplayWallpaper { get { - return ResourceManager.GetString("strPropertyDescriptionDisplayWallpaper", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDisplayWallpaper", resourceCulture); } } /// /// Looks up a localized string similar to Enter your domain.. /// - internal static string strPropertyDescriptionDomain { + internal static string PropertyDescriptionDomain { get { - return ResourceManager.GetString("strPropertyDescriptionDomain", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionDomain", resourceCulture); } } /// /// Looks up a localized string similar to Select whether to use desktop composition or not.. /// - internal static string strPropertyDescriptionEnableDesktopComposition { + internal static string PropertyDescriptionEnableDesktopComposition { get { - return ResourceManager.GetString("strPropertyDescriptionEnableDesktopComposition", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionEnableDesktopComposition", resourceCulture); } } /// /// Looks up a localized string similar to Select whether to use font smoothing or not.. /// - internal static string strPropertyDescriptionEnableFontSmoothing { + internal static string PropertyDescriptionEnableFontSmoothing { get { - return ResourceManager.GetString("strPropertyDescriptionEnableFontSmoothing", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionEnableFontSmoothing", resourceCulture); } } /// /// Looks up a localized string similar to Select the encoding mode to be used.. /// - internal static string strPropertyDescriptionEncoding { + internal static string PropertyDescriptionEncoding { get { - return ResourceManager.GetString("strPropertyDescriptionEncoding", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionEncoding", resourceCulture); } } /// /// Looks up a localized string similar to Select the encryption strength of the remote host.. /// - internal static string strPropertyDescriptionEncryptionStrength { + internal static string PropertyDescriptionEncryptionStrength { get { - return ResourceManager.GetString("strPropertyDescriptionEncryptionStrength", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionEncryptionStrength", resourceCulture); } } /// /// Looks up a localized string similar to Select the external tool to be started.. /// - internal static string strPropertyDescriptionExternalTool { + internal static string PropertyDescriptionExternalTool { get { - return ResourceManager.GetString("strPropertyDescriptionExternalTool", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to Select a external tool to be started after the disconnection to the remote host.. /// - internal static string strPropertyDescriptionExternalToolAfter { + internal static string PropertyDescriptionExternalToolAfter { get { - return ResourceManager.GetString("strPropertyDescriptionExternalToolAfter", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionExternalToolAfter", resourceCulture); } } /// /// Looks up a localized string similar to Select a external tool to be started before the connection to the remote host is established.. /// - internal static string strPropertyDescriptionExternalToolBefore { + internal static string PropertyDescriptionExternalToolBefore { get { - return ResourceManager.GetString("strPropertyDescriptionExternalToolBefore", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionExternalToolBefore", resourceCulture); } } /// /// Looks up a localized string similar to Show this connection in the favorites menu.. /// - internal static string strPropertyDescriptionFavorite { + internal static string PropertyDescriptionFavorite { get { - return ResourceManager.GetString("strPropertyDescriptionFavorite", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionFavorite", resourceCulture); } } /// /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host.. /// - internal static string strPropertyDescriptionIcon { + internal static string PropertyDescriptionIcon { get { - return ResourceManager.GetString("strPropertyDescriptionIcon", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionIcon", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the load balancing information for use by load balancing routers to choose the best server.. /// - internal static string strPropertyDescriptionLoadBalanceInfo { + internal static string PropertyDescriptionLoadBalanceInfo { get { - return ResourceManager.GetString("strPropertyDescriptionLoadBalanceInfo", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionLoadBalanceInfo", resourceCulture); } } /// /// Looks up a localized string similar to Enter the MAC address of the remote host if you wish to use it in an external tool.. /// - internal static string strPropertyDescriptionMACAddress { + internal static string PropertyDescriptionMACAddress { get { - return ResourceManager.GetString("strPropertyDescriptionMACAddress", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionMACAddress", resourceCulture); } } /// /// Looks up a localized string similar to This is the name that will be displayed in the connections tree.. /// - internal static string strPropertyDescriptionName { + internal static string PropertyDescriptionName { get { - return ResourceManager.GetString("strPropertyDescriptionName", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionName", resourceCulture); } } /// /// Looks up a localized string similar to Sets the panel in which the connection will open.. /// - internal static string strPropertyDescriptionPanel { + internal static string PropertyDescriptionPanel { get { - return ResourceManager.GetString("strPropertyDescriptionPanel", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionPanel", resourceCulture); } } /// /// Looks up a localized string similar to Enter your password.. /// - internal static string strPropertyDescriptionPassword { + internal static string PropertyDescriptionPassword { get { - return ResourceManager.GetString("strPropertyDescriptionPassword", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionPassword", resourceCulture); } } /// /// Looks up a localized string similar to Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG.. /// - internal static string strPropertyDescriptionPasswordProtect { + internal static string PropertyDescriptionPasswordProtect { get { - return ResourceManager.GetString("strPropertyDescriptionPasswordProtect", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionPasswordProtect", resourceCulture); } } /// /// Looks up a localized string similar to Enter the port the selected protocol is listening on.. /// - internal static string strPropertyDescriptionPort { + internal static string PropertyDescriptionPort { get { - return ResourceManager.GetString("strPropertyDescriptionPort", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionPort", resourceCulture); } } /// /// Looks up a localized string similar to Choose the protocol mRemoteNG should use to connect to the host.. /// - internal static string strPropertyDescriptionProtocol { + internal static string PropertyDescriptionProtocol { get { - return ResourceManager.GetString("strPropertyDescriptionProtocol", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionProtocol", resourceCulture); } } /// /// Looks up a localized string similar to Select a PuTTY session to be used when connecting.. /// - internal static string strPropertyDescriptionPuttySession { + internal static string PropertyDescriptionPuttySession { get { - return ResourceManager.GetString("strPropertyDescriptionPuttySession", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionPuttySession", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the domain name that a user provides to connect to the RD Gateway server.. /// - internal static string strPropertyDescriptionRDGatewayDomain { + internal static string PropertyDescriptionRDGatewayDomain { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayDomain", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayDomain", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the host name of the Remote Desktop Gateway server.. /// - internal static string strPropertyDescriptionRDGatewayHostname { + internal static string PropertyDescriptionRDGatewayHostname { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayHostname", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayHostname", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. /// - internal static string strPropertyDescriptionRDGatewayPassword { + internal static string PropertyDescriptionRDGatewayPassword { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayPassword", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayPassword", resourceCulture); } } /// /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. /// - internal static string strPropertyDescriptionRDGatewayUsageMethod { + internal static string PropertyDescriptionRDGatewayUsageMethod { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsageMethod", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayUsageMethod", resourceCulture); } } /// /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection.. /// - internal static string strPropertyDescriptionRDGatewayUseConnectionCredentials { + internal static string PropertyDescriptionRDGatewayUseConnectionCredentials { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayUseConnectionCredentials", resourceCulture); } } /// /// Looks up a localized string similar to Specifies the user name that a user provides to connect to the RD Gateway server.. /// - internal static string strPropertyDescriptionRDGatewayUsername { + internal static string PropertyDescriptionRDGatewayUsername { get { - return ResourceManager.GetString("strPropertyDescriptionRDGatewayUsername", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDGatewayUsername", resourceCulture); } } /// /// Looks up a localized string similar to Select whether to receive an alert after the RDP session disconnects due to inactivity. /// - internal static string strPropertyDescriptionRDPAlertIdleTimeout { + internal static string PropertyDescriptionRDPAlertIdleTimeout { get { - return ResourceManager.GetString("strPropertyDescriptionRDPAlertIdleTimeout", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDPAlertIdleTimeout", resourceCulture); } } /// /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). /// - internal static string strPropertyDescriptionRDPMinutesToIdleTimeout { + internal static string PropertyDescriptionRDPMinutesToIdleTimeout { get { - return ResourceManager.GetString("strPropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRDPMinutesToIdleTimeout", resourceCulture); } } /// /// Looks up a localized string similar to Sets the version of RDP to use when opening connections.. /// - internal static string strPropertyDescriptionRdpVersion { + internal static string PropertyDescriptionRdpVersion { get { - return ResourceManager.GetString("strPropertyDescriptionRdpVersion", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRdpVersion", resourceCulture); } } /// /// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer.. /// - internal static string strPropertyDescriptionRedirectAudioCapture { + internal static string PropertyDescriptionRedirectAudioCapture { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectAudioCapture", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectAudioCapture", resourceCulture); } } /// /// Looks up a localized string similar to Select whether the clipboard should be shared.. /// - internal static string strPropertyDescriptionRedirectClipboard { + internal static string PropertyDescriptionRedirectClipboard { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectClipboard", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectClipboard", resourceCulture); } } /// /// Looks up a localized string similar to Select whether local disk drives should be shown on the remote host.. /// - internal static string strPropertyDescriptionRedirectDrives { + internal static string PropertyDescriptionRedirectDrives { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectDrives", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectDrives", resourceCulture); } } /// /// Looks up a localized string similar to Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host.. /// - internal static string strPropertyDescriptionRedirectKeys { + internal static string PropertyDescriptionRedirectKeys { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectKeys", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectKeys", resourceCulture); } } /// /// Looks up a localized string similar to Select whether microphones should be shared.. /// - internal static string strPropertyDescriptionRedirectMicrophones { + internal static string PropertyDescriptionRedirectMicrophones { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectMicrophones", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectMicrophones", resourceCulture); } } /// /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. /// - internal static string strPropertyDescriptionRedirectPorts { + internal static string PropertyDescriptionRedirectPorts { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectPorts", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectPorts", resourceCulture); } } /// /// Looks up a localized string similar to Select whether local printers should be shown on the remote host.. /// - internal static string strPropertyDescriptionRedirectPrinters { + internal static string PropertyDescriptionRedirectPrinters { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectPrinters", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectPrinters", resourceCulture); } } /// /// Looks up a localized string similar to Select whether local smart cards should be available on the remote host.. /// - internal static string strPropertyDescriptionRedirectSmartCards { + internal static string PropertyDescriptionRedirectSmartCards { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectSmartCards", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectSmartCards", resourceCulture); } } /// /// Looks up a localized string similar to Select how remote sound should be redirected.. /// - internal static string strPropertyDescriptionRedirectSounds { + internal static string PropertyDescriptionRedirectSounds { get { - return ResourceManager.GetString("strPropertyDescriptionRedirectSounds", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRedirectSounds", resourceCulture); } } /// /// Looks up a localized string similar to Select one of the available rendering engines that will be used to display HTML.. /// - internal static string strPropertyDescriptionRenderingEngine { + internal static string PropertyDescriptionRenderingEngine { get { - return ResourceManager.GetString("strPropertyDescriptionRenderingEngine", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionRenderingEngine", resourceCulture); } } /// /// Looks up a localized string similar to Choose the resolution or mode this connection will open in.. /// - internal static string strPropertyDescriptionResolution { + internal static string PropertyDescriptionResolution { get { - return ResourceManager.GetString("strPropertyDescriptionResolution", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionResolution", resourceCulture); } } /// /// Looks up a localized string similar to Select the SmartSize mode to be used.. /// - internal static string strPropertyDescriptionSmartSizeMode { + internal static string PropertyDescriptionSmartSizeMode { get { - return ResourceManager.GetString("strPropertyDescriptionSmartSizeMode", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSmartSizeMode", resourceCulture); } } /// /// Looks up a localized string similar to Choose the Sound Quality provided by the protocol: Dynamic, Medium, High. /// - internal static string strPropertyDescriptionSoundQuality { + internal static string PropertyDescriptionSoundQuality { get { - return ResourceManager.GetString("strPropertyDescriptionSoundQuality", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSoundQuality", resourceCulture); } } /// /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details.. /// - internal static string strPropertyDescriptionSSHOptions { + internal static string PropertyDescriptionSSHOptions { get { - return ResourceManager.GetString("strPropertyDescriptionSSHOptions", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSSHOptions", resourceCulture); } } /// /// Looks up a localized string similar to For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.. /// - internal static string strPropertyDescriptionSSHTunnelConnection { + internal static string PropertyDescriptionSSHTunnelConnection { get { - return ResourceManager.GetString("strPropertyDescriptionSSHTunnelConnection", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSSHTunnelConnection", resourceCulture); } } /// /// Looks up a localized string similar to Connect to the console session of the remote host.. /// - internal static string strPropertyDescriptionUseConsoleSession { + internal static string PropertyDescriptionUseConsoleSession { get { - return ResourceManager.GetString("strPropertyDescriptionUseConsoleSession", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUseConsoleSession", resourceCulture); } } /// /// Looks up a localized string similar to Use the Credential Security Support Provider (CredSSP) for authentication if it is available.. /// - internal static string strPropertyDescriptionUseCredSsp { + internal static string PropertyDescriptionUseCredSsp { get { - return ResourceManager.GetString("strPropertyDescriptionUseCredSsp", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUseCredSsp", resourceCulture); } } /// /// Looks up a localized string similar to Connect to a Hyper-V host with enhanced mode enabled.. /// - internal static string strPropertyDescriptionUseEnhancedMode { + internal static string PropertyDescriptionUseEnhancedMode { get { - return ResourceManager.GetString("strPropertyDescriptionUseEnhancedMode", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUseEnhancedMode", resourceCulture); } } /// /// Looks up a localized string similar to Feel free to enter any information you need here.. /// - internal static string strPropertyDescriptionUser1 { + internal static string PropertyDescriptionUser1 { get { - return ResourceManager.GetString("strPropertyDescriptionUser1", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUser1", resourceCulture); } } /// /// Looks up a localized string similar to Enter your username.. /// - internal static string strPropertyDescriptionUsername { + internal static string PropertyDescriptionUsername { get { - return ResourceManager.GetString("strPropertyDescriptionUsername", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUsername", resourceCulture); } } /// /// Looks up a localized string similar to Use VM ID to connect to VM running on Hyper-V.. /// - internal static string strPropertyDescriptionUseVmId { + internal static string PropertyDescriptionUseVmId { get { - return ResourceManager.GetString("strPropertyDescriptionUseVmId", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionUseVmId", resourceCulture); } } /// /// Looks up a localized string similar to If you want to establish a view only connection to the host select yes.. /// - internal static string strPropertyDescriptionViewOnly { + internal static string PropertyDescriptionViewOnly { get { - return ResourceManager.GetString("strPropertyDescriptionViewOnly", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionViewOnly", resourceCulture); } } /// /// Looks up a localized string similar to The ID of the Hyper-V virtual machine to connect to.. /// - internal static string strPropertyDescriptionVmId { + internal static string PropertyDescriptionVmId { get { - return ResourceManager.GetString("strPropertyDescriptionVmId", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVmId", resourceCulture); } } /// /// Looks up a localized string similar to Enter the proxy address to be used.. /// - internal static string strPropertyDescriptionVNCProxyAddress { + internal static string PropertyDescriptionVNCProxyAddress { get { - return ResourceManager.GetString("strPropertyDescriptionVNCProxyAddress", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVNCProxyAddress", resourceCulture); } } /// /// Looks up a localized string similar to Enter your password for authenticating against the proxy.. /// - internal static string strPropertyDescriptionVNCProxyPassword { + internal static string PropertyDescriptionVNCProxyPassword { get { - return ResourceManager.GetString("strPropertyDescriptionVNCProxyPassword", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVNCProxyPassword", resourceCulture); } } /// /// Looks up a localized string similar to Enter the port the proxy server listens on.. /// - internal static string strPropertyDescriptionVNCProxyPort { + internal static string PropertyDescriptionVNCProxyPort { get { - return ResourceManager.GetString("strPropertyDescriptionVNCProxyPort", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVNCProxyPort", resourceCulture); } } /// /// Looks up a localized string similar to If you use a proxy to tunnel VNC connections, select which type it is.. /// - internal static string strPropertyDescriptionVNCProxyType { + internal static string PropertyDescriptionVNCProxyType { get { - return ResourceManager.GetString("strPropertyDescriptionVNCProxyType", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVNCProxyType", resourceCulture); } } /// /// Looks up a localized string similar to Enter your username for authenticating against the proxy.. /// - internal static string strPropertyDescriptionVNCProxyUsername { + internal static string PropertyDescriptionVNCProxyUsername { get { - return ResourceManager.GetString("strPropertyDescriptionVNCProxyUsername", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionVNCProxyUsername", resourceCulture); } } /// /// Looks up a localized string similar to Hostname/IP. /// - internal static string strPropertyNameAddress { + internal static string PropertyNameAddress { get { - return ResourceManager.GetString("strPropertyNameAddress", resourceCulture); + return ResourceManager.GetString("PropertyNameAddress", resourceCulture); } } /// /// Looks up a localized string similar to All. /// - internal static string strPropertyNameAll { + internal static string PropertyNameAll { get { - return ResourceManager.GetString("strPropertyNameAll", resourceCulture); + return ResourceManager.GetString("PropertyNameAll", resourceCulture); } } /// /// Looks up a localized string similar to Server Authentication. /// - internal static string strPropertyNameAuthenticationLevel { + internal static string PropertyNameAuthenticationLevel { get { - return ResourceManager.GetString("strPropertyNameAuthenticationLevel", resourceCulture); + return ResourceManager.GetString("PropertyNameAuthenticationLevel", resourceCulture); } } /// /// Looks up a localized string similar to Authentication mode. /// - internal static string strPropertyNameAuthenticationMode { + internal static string PropertyNameAuthenticationMode { get { - return ResourceManager.GetString("strPropertyNameAuthenticationMode", resourceCulture); + return ResourceManager.GetString("PropertyNameAuthenticationMode", resourceCulture); } } /// /// Looks up a localized string similar to Automatic resize. /// - internal static string strPropertyNameAutomaticResize { + internal static string PropertyNameAutomaticResize { get { - return ResourceManager.GetString("strPropertyNameAutomaticResize", resourceCulture); + return ResourceManager.GetString("PropertyNameAutomaticResize", resourceCulture); } } /// /// Looks up a localized string similar to Cache Bitmaps. /// - internal static string strPropertyNameCacheBitmaps { + internal static string PropertyNameCacheBitmaps { get { - return ResourceManager.GetString("strPropertyNameCacheBitmaps", resourceCulture); + return ResourceManager.GetString("PropertyNameCacheBitmaps", resourceCulture); } } /// /// Looks up a localized string similar to Colours. /// - internal static string strPropertyNameColors { + internal static string PropertyNameColors { get { - return ResourceManager.GetString("strPropertyNameColors", resourceCulture); + return ResourceManager.GetString("PropertyNameColors", resourceCulture); } } /// /// Looks up a localized string similar to Compression. /// - internal static string strPropertyNameCompression { + internal static string PropertyNameCompression { get { - return ResourceManager.GetString("strPropertyNameCompression", resourceCulture); + return ResourceManager.GetString("PropertyNameCompression", resourceCulture); } } /// /// Looks up a localized string similar to Description. /// - internal static string strPropertyNameDescription { + internal static string PropertyNameDescription { get { - return ResourceManager.GetString("strPropertyNameDescription", resourceCulture); + return ResourceManager.GetString("PropertyNameDescription", resourceCulture); } } /// /// Looks up a localized string similar to Disable Cursor blinking. /// - internal static string strPropertyNameDisableCursorBlinking { + internal static string PropertyNameDisableCursorBlinking { get { - return ResourceManager.GetString("strPropertyNameDisableCursorBlinking", resourceCulture); + return ResourceManager.GetString("PropertyNameDisableCursorBlinking", resourceCulture); } } /// /// Looks up a localized string similar to Disable Cursor Shadow. /// - internal static string strPropertyNameDisableCursorShadow { + internal static string PropertyNameDisableCursorShadow { get { - return ResourceManager.GetString("strPropertyNameDisableCursorShadow", resourceCulture); + return ResourceManager.GetString("PropertyNameDisableCursorShadow", resourceCulture); } } /// /// Looks up a localized string similar to Disable Full Window drag. /// - internal static string strPropertyNameDisableFullWindowDrag { + internal static string PropertyNameDisableFullWindowDrag { get { - return ResourceManager.GetString("strPropertyNameDisableFullWindowDrag", resourceCulture); + return ResourceManager.GetString("PropertyNameDisableFullWindowDrag", resourceCulture); } } /// /// Looks up a localized string similar to Disable Menu Animations. /// - internal static string strPropertyNameDisableMenuAnimations { + internal static string PropertyNameDisableMenuAnimations { get { - return ResourceManager.GetString("strPropertyNameDisableMenuAnimations", resourceCulture); + return ResourceManager.GetString("PropertyNameDisableMenuAnimations", resourceCulture); } } /// /// Looks up a localized string similar to Display Themes. /// - internal static string strPropertyNameDisplayThemes { + internal static string PropertyNameDisplayThemes { get { - return ResourceManager.GetString("strPropertyNameDisplayThemes", resourceCulture); + return ResourceManager.GetString("PropertyNameDisplayThemes", resourceCulture); } } /// /// Looks up a localized string similar to Display Wallpaper. /// - internal static string strPropertyNameDisplayWallpaper { + internal static string PropertyNameDisplayWallpaper { get { - return ResourceManager.GetString("strPropertyNameDisplayWallpaper", resourceCulture); + return ResourceManager.GetString("PropertyNameDisplayWallpaper", resourceCulture); } } /// /// Looks up a localized string similar to Domain. /// - internal static string strPropertyNameDomain { + internal static string PropertyNameDomain { get { - return ResourceManager.GetString("strPropertyNameDomain", resourceCulture); + return ResourceManager.GetString("PropertyNameDomain", resourceCulture); } } /// /// Looks up a localized string similar to Desktop Composition. /// - internal static string strPropertyNameEnableDesktopComposition { + internal static string PropertyNameEnableDesktopComposition { get { - return ResourceManager.GetString("strPropertyNameEnableDesktopComposition", resourceCulture); + return ResourceManager.GetString("PropertyNameEnableDesktopComposition", resourceCulture); } } /// /// Looks up a localized string similar to Font Smoothing. /// - internal static string strPropertyNameEnableFontSmoothing { + internal static string PropertyNameEnableFontSmoothing { get { - return ResourceManager.GetString("strPropertyNameEnableFontSmoothing", resourceCulture); + return ResourceManager.GetString("PropertyNameEnableFontSmoothing", resourceCulture); } } /// /// Looks up a localized string similar to Encoding. /// - internal static string strPropertyNameEncoding { + internal static string PropertyNameEncoding { get { - return ResourceManager.GetString("strPropertyNameEncoding", resourceCulture); + return ResourceManager.GetString("PropertyNameEncoding", resourceCulture); } } /// /// Looks up a localized string similar to Encryption Strength. /// - internal static string strPropertyNameEncryptionStrength { + internal static string PropertyNameEncryptionStrength { get { - return ResourceManager.GetString("strPropertyNameEncryptionStrength", resourceCulture); + return ResourceManager.GetString("PropertyNameEncryptionStrength", resourceCulture); } } /// /// Looks up a localized string similar to External Tool. /// - internal static string strPropertyNameExternalTool { + internal static string PropertyNameExternalTool { get { - return ResourceManager.GetString("strPropertyNameExternalTool", resourceCulture); + return ResourceManager.GetString("PropertyNameExternalTool", resourceCulture); } } /// /// Looks up a localized string similar to External Tool After. /// - internal static string strPropertyNameExternalToolAfter { + internal static string PropertyNameExternalToolAfter { get { - return ResourceManager.GetString("strPropertyNameExternalToolAfter", resourceCulture); + return ResourceManager.GetString("PropertyNameExternalToolAfter", resourceCulture); } } /// /// Looks up a localized string similar to External Tool Before. /// - internal static string strPropertyNameExternalToolBefore { + internal static string PropertyNameExternalToolBefore { get { - return ResourceManager.GetString("strPropertyNameExternalToolBefore", resourceCulture); + return ResourceManager.GetString("PropertyNameExternalToolBefore", resourceCulture); } } /// /// Looks up a localized string similar to Favorite. /// - internal static string strPropertyNameFavorite { + internal static string PropertyNameFavorite { get { - return ResourceManager.GetString("strPropertyNameFavorite", resourceCulture); + return ResourceManager.GetString("PropertyNameFavorite", resourceCulture); } } /// /// Looks up a localized string similar to Icon. /// - internal static string strPropertyNameIcon { + internal static string PropertyNameIcon { get { - return ResourceManager.GetString("strPropertyNameIcon", resourceCulture); + return ResourceManager.GetString("PropertyNameIcon", resourceCulture); } } /// /// Looks up a localized string similar to Load Balance Info. /// - internal static string strPropertyNameLoadBalanceInfo { + internal static string PropertyNameLoadBalanceInfo { get { - return ResourceManager.GetString("strPropertyNameLoadBalanceInfo", resourceCulture); + return ResourceManager.GetString("PropertyNameLoadBalanceInfo", resourceCulture); } } /// /// Looks up a localized string similar to MAC Address. /// - internal static string strPropertyNameMACAddress { + internal static string PropertyNameMACAddress { get { - return ResourceManager.GetString("strPropertyNameMACAddress", resourceCulture); + return ResourceManager.GetString("PropertyNameMACAddress", resourceCulture); } } /// /// Looks up a localized string similar to Name. /// - internal static string strPropertyNameName { + internal static string PropertyNameName { get { - return ResourceManager.GetString("strPropertyNameName", resourceCulture); + return ResourceManager.GetString("PropertyNameName", resourceCulture); } } /// /// Looks up a localized string similar to Panel. /// - internal static string strPropertyNamePanel { + internal static string PropertyNamePanel { get { - return ResourceManager.GetString("strPropertyNamePanel", resourceCulture); + return ResourceManager.GetString("PropertyNamePanel", resourceCulture); } } /// /// Looks up a localized string similar to Password. /// - internal static string strPropertyNamePassword { + internal static string PropertyNamePassword { get { - return ResourceManager.GetString("strPropertyNamePassword", resourceCulture); + return ResourceManager.GetString("PropertyNamePassword", resourceCulture); } } /// /// Looks up a localized string similar to Password protect. /// - internal static string strPropertyNamePasswordProtect { + internal static string PropertyNamePasswordProtect { get { - return ResourceManager.GetString("strPropertyNamePasswordProtect", resourceCulture); + return ResourceManager.GetString("PropertyNamePasswordProtect", resourceCulture); } } /// /// Looks up a localized string similar to Port. /// - internal static string strPropertyNamePort { + internal static string PropertyNamePort { get { - return ResourceManager.GetString("strPropertyNamePort", resourceCulture); + return ResourceManager.GetString("PropertyNamePort", resourceCulture); } } /// /// Looks up a localized string similar to Protocol. /// - internal static string strPropertyNameProtocol { + internal static string PropertyNameProtocol { get { - return ResourceManager.GetString("strPropertyNameProtocol", resourceCulture); + return ResourceManager.GetString("PropertyNameProtocol", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Session. /// - internal static string strPropertyNamePuttySession { + internal static string PropertyNamePuttySession { get { - return ResourceManager.GetString("strPropertyNamePuttySession", resourceCulture); + return ResourceManager.GetString("PropertyNamePuttySession", resourceCulture); } } /// /// Looks up a localized string similar to Gateway Domain. /// - internal static string strPropertyNameRDGatewayDomain { + internal static string PropertyNameRDGatewayDomain { get { - return ResourceManager.GetString("strPropertyNameRDGatewayDomain", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayDomain", resourceCulture); } } /// /// Looks up a localized string similar to Gateway Hostname. /// - internal static string strPropertyNameRDGatewayHostname { + internal static string PropertyNameRDGatewayHostname { get { - return ResourceManager.GetString("strPropertyNameRDGatewayHostname", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayHostname", resourceCulture); } } /// /// Looks up a localized string similar to Remote Desktop Gateway Password. /// - internal static string strPropertyNameRDGatewayPassword { + internal static string PropertyNameRDGatewayPassword { get { - return ResourceManager.GetString("strPropertyNameRDGatewayPassword", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayPassword", resourceCulture); } } /// /// Looks up a localized string similar to Use Gateway. /// - internal static string strPropertyNameRDGatewayUsageMethod { + internal static string PropertyNameRDGatewayUsageMethod { get { - return ResourceManager.GetString("strPropertyNameRDGatewayUsageMethod", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayUsageMethod", resourceCulture); } } /// /// Looks up a localized string similar to Gateway Credentials. /// - internal static string strPropertyNameRDGatewayUseConnectionCredentials { + internal static string PropertyNameRDGatewayUseConnectionCredentials { get { - return ResourceManager.GetString("strPropertyNameRDGatewayUseConnectionCredentials", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayUseConnectionCredentials", resourceCulture); } } /// /// Looks up a localized string similar to Gateway Username. /// - internal static string strPropertyNameRDGatewayUsername { + internal static string PropertyNameRDGatewayUsername { get { - return ResourceManager.GetString("strPropertyNameRDGatewayUsername", resourceCulture); + return ResourceManager.GetString("PropertyNameRDGatewayUsername", resourceCulture); } } /// /// Looks up a localized string similar to Alert on Idle disconnect. /// - internal static string strPropertyNameRDPAlertIdleTimeout { + internal static string PropertyNameRDPAlertIdleTimeout { get { - return ResourceManager.GetString("strPropertyNameRDPAlertIdleTimeout", resourceCulture); + return ResourceManager.GetString("PropertyNameRDPAlertIdleTimeout", resourceCulture); } } /// /// Looks up a localized string similar to Minutes to Idle. /// - internal static string strPropertyNameRDPMinutesToIdleTimeout { + internal static string PropertyNameRDPMinutesToIdleTimeout { get { - return ResourceManager.GetString("strPropertyNameRDPMinutesToIdleTimeout", resourceCulture); + return ResourceManager.GetString("PropertyNameRDPMinutesToIdleTimeout", resourceCulture); } } /// /// Looks up a localized string similar to RDP Version. /// - internal static string strPropertyNameRdpVersion { + internal static string PropertyNameRdpVersion { get { - return ResourceManager.GetString("strPropertyNameRdpVersion", resourceCulture); + return ResourceManager.GetString("PropertyNameRdpVersion", resourceCulture); } } /// /// Looks up a localized string similar to Audio Capture. /// - internal static string strPropertyNameRedirectAudioCapture { + internal static string PropertyNameRedirectAudioCapture { get { - return ResourceManager.GetString("strPropertyNameRedirectAudioCapture", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectAudioCapture", resourceCulture); } } /// /// Looks up a localized string similar to Clipboard. /// - internal static string strPropertyNameRedirectClipboard { + internal static string PropertyNameRedirectClipboard { get { - return ResourceManager.GetString("strPropertyNameRedirectClipboard", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectClipboard", resourceCulture); } } /// /// Looks up a localized string similar to Disk Drives. /// - internal static string strPropertyNameRedirectDrives { + internal static string PropertyNameRedirectDrives { get { - return ResourceManager.GetString("strPropertyNameRedirectDrives", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectDrives", resourceCulture); } } /// /// Looks up a localized string similar to Key Combinations. /// - internal static string strPropertyNameRedirectKeys { + internal static string PropertyNameRedirectKeys { get { - return ResourceManager.GetString("strPropertyNameRedirectKeys", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectKeys", resourceCulture); } } /// /// Looks up a localized string similar to Ports. /// - internal static string strPropertyNameRedirectPorts { + internal static string PropertyNameRedirectPorts { get { - return ResourceManager.GetString("strPropertyNameRedirectPorts", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectPorts", resourceCulture); } } /// /// Looks up a localized string similar to Printers. /// - internal static string strPropertyNameRedirectPrinters { + internal static string PropertyNameRedirectPrinters { get { - return ResourceManager.GetString("strPropertyNameRedirectPrinters", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectPrinters", resourceCulture); } } /// /// Looks up a localized string similar to Smart Cards. /// - internal static string strPropertyNameRedirectSmartCards { + internal static string PropertyNameRedirectSmartCards { get { - return ResourceManager.GetString("strPropertyNameRedirectSmartCards", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectSmartCards", resourceCulture); } } /// /// Looks up a localized string similar to Sounds. /// - internal static string strPropertyNameRedirectSounds { + internal static string PropertyNameRedirectSounds { get { - return ResourceManager.GetString("strPropertyNameRedirectSounds", resourceCulture); + return ResourceManager.GetString("PropertyNameRedirectSounds", resourceCulture); } } /// /// Looks up a localized string similar to Rendering Engine. /// - internal static string strPropertyNameRenderingEngine { + internal static string PropertyNameRenderingEngine { get { - return ResourceManager.GetString("strPropertyNameRenderingEngine", resourceCulture); + return ResourceManager.GetString("PropertyNameRenderingEngine", resourceCulture); } } /// /// Looks up a localized string similar to Resolution. /// - internal static string strPropertyNameResolution { + internal static string PropertyNameResolution { get { - return ResourceManager.GetString("strPropertyNameResolution", resourceCulture); + return ResourceManager.GetString("PropertyNameResolution", resourceCulture); } } /// /// Looks up a localized string similar to SmartSize Mode. /// - internal static string strPropertyNameSmartSizeMode { + internal static string PropertyNameSmartSizeMode { get { - return ResourceManager.GetString("strPropertyNameSmartSizeMode", resourceCulture); + return ResourceManager.GetString("PropertyNameSmartSizeMode", resourceCulture); } } /// /// Looks up a localized string similar to Sound quality. /// - internal static string strPropertyNameSoundQuality { + internal static string PropertyNameSoundQuality { get { - return ResourceManager.GetString("strPropertyNameSoundQuality", resourceCulture); + return ResourceManager.GetString("PropertyNameSoundQuality", resourceCulture); } } /// /// Looks up a localized string similar to SSH Options. /// - internal static string strPropertyNameSSHOptions { + internal static string PropertyNameSSHOptions { get { - return ResourceManager.GetString("strPropertyNameSSHOptions", resourceCulture); + return ResourceManager.GetString("PropertyNameSSHOptions", resourceCulture); } } /// /// Looks up a localized string similar to SSH Tunnel. /// - internal static string strPropertyNameSSHTunnelConnection { + internal static string PropertyNameSSHTunnelConnection { get { - return ResourceManager.GetString("strPropertyNameSSHTunnelConnection", resourceCulture); + return ResourceManager.GetString("PropertyNameSSHTunnelConnection", resourceCulture); } } /// /// Looks up a localized string similar to Use Console Session. /// - internal static string strPropertyNameUseConsoleSession { + internal static string PropertyNameUseConsoleSession { get { - return ResourceManager.GetString("strPropertyNameUseConsoleSession", resourceCulture); + return ResourceManager.GetString("PropertyNameUseConsoleSession", resourceCulture); } } /// /// Looks up a localized string similar to Use CredSSP. /// - internal static string strPropertyNameUseCredSsp { + internal static string PropertyNameUseCredSsp { get { - return ResourceManager.GetString("strPropertyNameUseCredSsp", resourceCulture); + return ResourceManager.GetString("PropertyNameUseCredSsp", resourceCulture); } } /// /// Looks up a localized string similar to Use enhanced mode. /// - internal static string strPropertyNameUseEnhancedMode { + internal static string PropertyNameUseEnhancedMode { get { - return ResourceManager.GetString("strPropertyNameUseEnhancedMode", resourceCulture); + return ResourceManager.GetString("PropertyNameUseEnhancedMode", resourceCulture); } } /// /// Looks up a localized string similar to User Field. /// - internal static string strPropertyNameUser1 { + internal static string PropertyNameUser1 { get { - return ResourceManager.GetString("strPropertyNameUser1", resourceCulture); + return ResourceManager.GetString("PropertyNameUser1", resourceCulture); } } /// /// Looks up a localized string similar to Username. /// - internal static string strPropertyNameUsername { + internal static string PropertyNameUsername { get { - return ResourceManager.GetString("strPropertyNameUsername", resourceCulture); + return ResourceManager.GetString("PropertyNameUsername", resourceCulture); } } /// /// Looks up a localized string similar to Use VM ID. /// - internal static string strPropertyNameUseVmId { + internal static string PropertyNameUseVmId { get { - return ResourceManager.GetString("strPropertyNameUseVmId", resourceCulture); + return ResourceManager.GetString("PropertyNameUseVmId", resourceCulture); } } /// /// Looks up a localized string similar to View Only. /// - internal static string strPropertyNameViewOnly { + internal static string PropertyNameViewOnly { get { - return ResourceManager.GetString("strPropertyNameViewOnly", resourceCulture); + return ResourceManager.GetString("PropertyNameViewOnly", resourceCulture); } } /// /// Looks up a localized string similar to VM ID. /// - internal static string strPropertyNameVmId { + internal static string PropertyNameVmId { get { - return ResourceManager.GetString("strPropertyNameVmId", resourceCulture); + return ResourceManager.GetString("PropertyNameVmId", resourceCulture); } } /// /// Looks up a localized string similar to Proxy Address. /// - internal static string strPropertyNameVNCProxyAddress { + internal static string PropertyNameVNCProxyAddress { get { - return ResourceManager.GetString("strPropertyNameVNCProxyAddress", resourceCulture); + return ResourceManager.GetString("PropertyNameVNCProxyAddress", resourceCulture); } } /// /// Looks up a localized string similar to Proxy Password. /// - internal static string strPropertyNameVNCProxyPassword { + internal static string PropertyNameVNCProxyPassword { get { - return ResourceManager.GetString("strPropertyNameVNCProxyPassword", resourceCulture); + return ResourceManager.GetString("PropertyNameVNCProxyPassword", resourceCulture); } } /// /// Looks up a localized string similar to Proxy Port. /// - internal static string strPropertyNameVNCProxyPort { + internal static string PropertyNameVNCProxyPort { get { - return ResourceManager.GetString("strPropertyNameVNCProxyPort", resourceCulture); + return ResourceManager.GetString("PropertyNameVNCProxyPort", resourceCulture); } } /// /// Looks up a localized string similar to Proxy Type. /// - internal static string strPropertyNameVNCProxyType { + internal static string PropertyNameVNCProxyType { get { - return ResourceManager.GetString("strPropertyNameVNCProxyType", resourceCulture); + return ResourceManager.GetString("PropertyNameVNCProxyType", resourceCulture); } } /// /// Looks up a localized string similar to Proxy Username. /// - internal static string strPropertyNameVNCProxyUsername { + internal static string PropertyNameVNCProxyUsername { get { - return ResourceManager.GetString("strPropertyNameVNCProxyUsername", resourceCulture); + return ResourceManager.GetString("PropertyNameVNCProxyUsername", resourceCulture); } } /// /// Looks up a localized string similar to Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}". /// - internal static string strProtocolEventDisconnected { + internal static string ProtocolEventDisconnected { get { - return ResourceManager.GetString("strProtocolEventDisconnected", resourceCulture); + return ResourceManager.GetString("ProtocolEventDisconnected", resourceCulture); } } @@ -5989,774 +5980,774 @@ namespace mRemoteNG { /// Looks up a localized string similar to Protocol Event Disconnected failed. ///{0}. /// - internal static string strProtocolEventDisconnectFailed { + internal static string ProtocolEventDisconnectFailed { get { - return ResourceManager.GetString("strProtocolEventDisconnectFailed", resourceCulture); + return ResourceManager.GetString("ProtocolEventDisconnectFailed", resourceCulture); } } /// /// Looks up a localized string similar to Protocol to import. /// - internal static string strProtocolToImport { + internal static string ProtocolToImport { get { - return ResourceManager.GetString("strProtocolToImport", resourceCulture); + return ResourceManager.GetString("ProtocolToImport", resourceCulture); } } /// /// Looks up a localized string similar to Proxy test failed!. /// - internal static string strProxyTestFailed { + internal static string ProxyTestFailed { get { - return ResourceManager.GetString("strProxyTestFailed", resourceCulture); + return ResourceManager.GetString("ProxyTestFailed", resourceCulture); } } /// /// Looks up a localized string similar to Proxy test succeeded!. /// - internal static string strProxyTestSucceeded { + internal static string ProxyTestSucceeded { get { - return ResourceManager.GetString("strProxyTestSucceeded", resourceCulture); + return ResourceManager.GetString("ProxyTestSucceeded", resourceCulture); } } /// /// Looks up a localized string similar to Dispose of Putty process failed!. /// - internal static string strPuttyDisposeFailed { + internal static string PuttyDisposeFailed { get { - return ResourceManager.GetString("strPuttyDisposeFailed", resourceCulture); + return ResourceManager.GetString("PuttyDisposeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't set focus!. /// - internal static string strPuttyFocusFailed { + internal static string PuttyFocusFailed { get { - return ResourceManager.GetString("strPuttyFocusFailed", resourceCulture); + return ResourceManager.GetString("PuttyFocusFailed", resourceCulture); } } /// /// Looks up a localized string similar to Get Putty Sessions Failed!. /// - internal static string strPuttyGetSessionsFailed { + internal static string PuttyGetSessionsFailed { get { - return ResourceManager.GetString("strPuttyGetSessionsFailed", resourceCulture); + return ResourceManager.GetString("PuttyGetSessionsFailed", resourceCulture); } } /// /// Looks up a localized string similar to Putty Handle: {0}. /// - internal static string strPuttyHandle { + internal static string PuttyHandle { get { - return ResourceManager.GetString("strPuttyHandle", resourceCulture); + return ResourceManager.GetString("PuttyHandle", resourceCulture); } } /// /// Looks up a localized string similar to Killing Putty Process failed!. /// - internal static string strPuttyKillFailed { + internal static string PuttyKillFailed { get { - return ResourceManager.GetString("strPuttyKillFailed", resourceCulture); + return ResourceManager.GetString("PuttyKillFailed", resourceCulture); } } /// /// Looks up a localized string similar to Panel Handle: {0}. /// - internal static string strPuttyParentHandle { + internal static string PuttyParentHandle { get { - return ResourceManager.GetString("strPuttyParentHandle", resourceCulture); + return ResourceManager.GetString("PuttyParentHandle", resourceCulture); } } /// /// Looks up a localized string similar to Putty Resize Failed!. /// - internal static string strPuttyResizeFailed { + internal static string PuttyResizeFailed { get { - return ResourceManager.GetString("strPuttyResizeFailed", resourceCulture); + return ResourceManager.GetString("PuttyResizeFailed", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Saved Sessions. /// - internal static string strPuttySavedSessionsRootName { + internal static string PuttySavedSessionsRootName { get { - return ResourceManager.GetString("strPuttySavedSessionsRootName", resourceCulture); + return ResourceManager.GetString("PuttySavedSessionsRootName", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Session Settings. /// - internal static string strPuttySessionSettings { + internal static string PuttySessionSettings { get { - return ResourceManager.GetString("strPuttySessionSettings", resourceCulture); + return ResourceManager.GetString("PuttySessionSettings", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Settings. /// - internal static string strPuttySettings { + internal static string PuttySettings { get { - return ResourceManager.GetString("strPuttySettings", resourceCulture); + return ResourceManager.GetString("PuttySettings", resourceCulture); } } /// /// Looks up a localized string similar to Show PuTTY Settings Dialog failed!. /// - internal static string strPuttyShowSettingsDialogFailed { + internal static string PuttyShowSettingsDialogFailed { get { - return ResourceManager.GetString("strPuttyShowSettingsDialogFailed", resourceCulture); + return ResourceManager.GetString("PuttyShowSettingsDialogFailed", resourceCulture); } } /// /// Looks up a localized string similar to Putty Start Failed!. /// - internal static string strPuttyStartFailed { + internal static string PuttyStartFailed { get { - return ResourceManager.GetString("strPuttyStartFailed", resourceCulture); + return ResourceManager.GetString("PuttyStartFailed", resourceCulture); } } /// /// Looks up a localized string similar to --- PuTTY Stuff ---. /// - internal static string strPuttyStuff { + internal static string PuttyStuff { get { - return ResourceManager.GetString("strPuttyStuff", resourceCulture); + return ResourceManager.GetString("PuttyStuff", resourceCulture); } } /// /// Looks up a localized string similar to PuTTY Title: {0}. /// - internal static string strPuttyTitle { + internal static string PuttyTitle { get { - return ResourceManager.GetString("strPuttyTitle", resourceCulture); + return ResourceManager.GetString("PuttyTitle", resourceCulture); } } /// /// Looks up a localized string similar to Quick: {0}. /// - internal static string strQuick { + internal static string Quick { get { - return ResourceManager.GetString("strQuick", resourceCulture); + return ResourceManager.GetString("Quick", resourceCulture); } } /// /// Looks up a localized string similar to Quick Connect. /// - internal static string strQuickConnect { + internal static string QuickConnect { get { - return ResourceManager.GetString("strQuickConnect", resourceCulture); + return ResourceManager.GetString("QuickConnect", resourceCulture); } } /// /// Looks up a localized string similar to Quick Connect Add Failed!. /// - internal static string strQuickConnectAddFailed { + internal static string QuickConnectAddFailed { get { - return ResourceManager.GetString("strQuickConnectAddFailed", resourceCulture); + return ResourceManager.GetString("QuickConnectAddFailed", resourceCulture); } } /// /// Looks up a localized string similar to Creating quick connect failed. /// - internal static string strQuickConnectFailed { + internal static string QuickConnectFailed { get { - return ResourceManager.GetString("strQuickConnectFailed", resourceCulture); + return ResourceManager.GetString("QuickConnectFailed", resourceCulture); } } /// /// Looks up a localized string similar to &Warn me when closing connections. /// - internal static string strRadioCloseWarnAll { + internal static string RadioCloseWarnAll { get { - return ResourceManager.GetString("strRadioCloseWarnAll", resourceCulture); + return ResourceManager.GetString("RadioCloseWarnAll", resourceCulture); } } /// /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. /// - internal static string strRadioCloseWarnExit { + internal static string RadioCloseWarnExit { get { - return ResourceManager.GetString("strRadioCloseWarnExit", resourceCulture); + return ResourceManager.GetString("RadioCloseWarnExit", resourceCulture); } } /// /// Looks up a localized string similar to Warn me only when closing &multiple connections. /// - internal static string strRadioCloseWarnMultiple { + internal static string RadioCloseWarnMultiple { get { - return ResourceManager.GetString("strRadioCloseWarnMultiple", resourceCulture); + return ResourceManager.GetString("RadioCloseWarnMultiple", resourceCulture); } } /// /// Looks up a localized string similar to Do &not warn me when closing connections. /// - internal static string strRadioCloseWarnNever { + internal static string RadioCloseWarnNever { get { - return ResourceManager.GetString("strRadioCloseWarnNever", resourceCulture); + return ResourceManager.GetString("RadioCloseWarnNever", resourceCulture); } } /// /// Looks up a localized string similar to RAW. /// - internal static string strRAW { + internal static string RAW { get { - return ResourceManager.GetString("strRAW", resourceCulture); + return ResourceManager.GetString("RAW", resourceCulture); } } /// /// Looks up a localized string similar to RDP. /// - internal static string strRDP { + internal static string RDP { get { - return ResourceManager.GetString("strRDP", resourceCulture); + return ResourceManager.GetString("RDP", resourceCulture); } } /// /// Looks up a localized string similar to 16777216 Colours (24-bit). /// - internal static string strRDP16777216Colors { + internal static string RDP16777216Colors { get { - return ResourceManager.GetString("strRDP16777216Colors", resourceCulture); + return ResourceManager.GetString("RDP16777216Colors", resourceCulture); } } /// /// Looks up a localized string similar to 256 Colours (8-bit). /// - internal static string strRDP256Colors { + internal static string RDP256Colors { get { - return ResourceManager.GetString("strRDP256Colors", resourceCulture); + return ResourceManager.GetString("RDP256Colors", resourceCulture); } } /// /// Looks up a localized string similar to 32768 Colours (15-bit). /// - internal static string strRDP32768Colors { + internal static string RDP32768Colors { get { - return ResourceManager.GetString("strRDP32768Colors", resourceCulture); + return ResourceManager.GetString("RDP32768Colors", resourceCulture); } } /// /// Looks up a localized string similar to 16777216 Colours (32-bit). /// - internal static string strRDP4294967296Colors { + internal static string RDP4294967296Colors { get { - return ResourceManager.GetString("strRDP4294967296Colors", resourceCulture); + return ResourceManager.GetString("RDP4294967296Colors", resourceCulture); } } /// /// Looks up a localized string similar to 65536 Colours (16-bit). /// - internal static string strRDP65536Colors { + internal static string RDP65536Colors { get { - return ResourceManager.GetString("strRDP65536Colors", resourceCulture); + return ResourceManager.GetString("RDP65536Colors", resourceCulture); } } /// /// Looks up a localized string similar to RDP Add Resolution failed!. /// - internal static string strRdpAddResolutionFailed { + internal static string RdpAddResolutionFailed { get { - return ResourceManager.GetString("strRdpAddResolutionFailed", resourceCulture); + return ResourceManager.GetString("RdpAddResolutionFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP Add Resolutions failed!. /// - internal static string strRdpAddResolutionsFailed { + internal static string RdpAddResolutionsFailed { get { - return ResourceManager.GetString("strRdpAddResolutionsFailed", resourceCulture); + return ResourceManager.GetString("RdpAddResolutionsFailed", resourceCulture); } } /// /// Looks up a localized string similar to Add Session failed. /// - internal static string strRdpAddSessionFailed { + internal static string RdpAddSessionFailed { get { - return ResourceManager.GetString("strRdpAddSessionFailed", resourceCulture); + return ResourceManager.GetString("RdpAddSessionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Close RDP Connection failed!. /// - internal static string strRdpCloseConnectionFailed { + internal static string RdpCloseConnectionFailed { get { - return ResourceManager.GetString("strRdpCloseConnectionFailed", resourceCulture); + return ResourceManager.GetString("RdpCloseConnectionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements.. /// - internal static string strRdpControlCreationFailed { + internal static string RdpControlCreationFailed { get { - return ResourceManager.GetString("strRdpControlCreationFailed", resourceCulture); + return ResourceManager.GetString("RdpControlCreationFailed", resourceCulture); } } /// /// Looks up a localized string similar to Disable Themes. /// - internal static string strRDPDisableThemes { + internal static string RDPDisableThemes { get { - return ResourceManager.GetString("strRDPDisableThemes", resourceCulture); + return ResourceManager.GetString("RDPDisableThemes", resourceCulture); } } /// /// Looks up a localized string similar to Disable Wallpaper. /// - internal static string strRDPDisableWallpaper { + internal static string RDPDisableWallpaper { get { - return ResourceManager.GetString("strRDPDisableWallpaper", resourceCulture); + return ResourceManager.GetString("RDPDisableWallpaper", resourceCulture); } } /// /// Looks up a localized string similar to RDP disconnected!. /// - internal static string strRdpDisconnected { + internal static string RdpDisconnected { get { - return ResourceManager.GetString("strRdpDisconnected", resourceCulture); + return ResourceManager.GetString("RdpDisconnected", resourceCulture); } } /// /// Looks up a localized string similar to RDP Disconnect failed, trying to close!. /// - internal static string strRdpDisconnectFailed { + internal static string RdpDisconnectFailed { get { - return ResourceManager.GetString("strRdpDisconnectFailed", resourceCulture); + return ResourceManager.GetString("RdpDisconnectFailed", resourceCulture); } } /// /// Looks up a localized string similar to Internal error code 1.. /// - internal static string strRdpErrorCode1 { + internal static string RdpErrorCode1 { get { - return ResourceManager.GetString("strRdpErrorCode1", resourceCulture); + return ResourceManager.GetString("RdpErrorCode1", resourceCulture); } } /// /// Looks up a localized string similar to Internal error code 2.. /// - internal static string strRdpErrorCode2 { + internal static string RdpErrorCode2 { get { - return ResourceManager.GetString("strRdpErrorCode2", resourceCulture); + return ResourceManager.GetString("RdpErrorCode2", resourceCulture); } } /// /// Looks up a localized string similar to Internal error code 3. This is not a valid state.. /// - internal static string strRdpErrorCode3 { + internal static string RdpErrorCode3 { get { - return ResourceManager.GetString("strRdpErrorCode3", resourceCulture); + return ResourceManager.GetString("RdpErrorCode3", resourceCulture); } } /// /// Looks up a localized string similar to Internal error code 4.. /// - internal static string strRdpErrorCode4 { + internal static string RdpErrorCode4 { get { - return ResourceManager.GetString("strRdpErrorCode4", resourceCulture); + return ResourceManager.GetString("RdpErrorCode4", resourceCulture); } } /// /// Looks up a localized string similar to An unrecoverable error has occurred during client connection.. /// - internal static string strRdpErrorConnection { + internal static string RdpErrorConnection { get { - return ResourceManager.GetString("strRdpErrorConnection", resourceCulture); + return ResourceManager.GetString("RdpErrorConnection", resourceCulture); } } /// /// Looks up a localized string similar to GetError failed (FatalErrors). /// - internal static string strRdpErrorGetFailure { + internal static string RdpErrorGetFailure { get { - return ResourceManager.GetString("strRdpErrorGetFailure", resourceCulture); + return ResourceManager.GetString("RdpErrorGetFailure", resourceCulture); } } /// /// Looks up a localized string similar to An unknown fatal RDP error has occurred. Error code {0}.. /// - internal static string strRdpErrorGetUnknown { + internal static string RdpErrorGetUnknown { get { - return ResourceManager.GetString("strRdpErrorGetUnknown", resourceCulture); + return ResourceManager.GetString("RdpErrorGetUnknown", resourceCulture); } } /// /// Looks up a localized string similar to An out-of-memory error has occurred.. /// - internal static string strRdpErrorOutOfMemory { + internal static string RdpErrorOutOfMemory { get { - return ResourceManager.GetString("strRdpErrorOutOfMemory", resourceCulture); + return ResourceManager.GetString("RdpErrorOutOfMemory", resourceCulture); } } /// /// Looks up a localized string similar to An unknown error has occurred.. /// - internal static string strRdpErrorUnknown { + internal static string RdpErrorUnknown { get { - return ResourceManager.GetString("strRdpErrorUnknown", resourceCulture); + return ResourceManager.GetString("RdpErrorUnknown", resourceCulture); } } /// /// Looks up a localized string similar to A window-creation error has occurred.. /// - internal static string strRdpErrorWindowCreation { + internal static string RdpErrorWindowCreation { get { - return ResourceManager.GetString("strRdpErrorWindowCreation", resourceCulture); + return ResourceManager.GetString("RdpErrorWindowCreation", resourceCulture); } } /// /// Looks up a localized string similar to Winsock initialization error.. /// - internal static string strRdpErrorWinsock { + internal static string RdpErrorWinsock { get { - return ResourceManager.GetString("strRdpErrorWinsock", resourceCulture); + return ResourceManager.GetString("RdpErrorWinsock", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't import rdp file!. /// - internal static string strRdpFileCouldNotBeImported { + internal static string RdpFileCouldNotBeImported { get { - return ResourceManager.GetString("strRdpFileCouldNotBeImported", resourceCulture); + return ResourceManager.GetString("RdpFileCouldNotBeImported", resourceCulture); } } /// /// Looks up a localized string similar to Fit To Panel. /// - internal static string strRDPFitToPanel { + internal static string RDPFitToPanel { get { - return ResourceManager.GetString("strRDPFitToPanel", resourceCulture); + return ResourceManager.GetString("RDPFitToPanel", resourceCulture); } } /// /// Looks up a localized string similar to RDP Focus failed!. /// - internal static string strRdpFocusFailed { + internal static string RdpFocusFailed { get { - return ResourceManager.GetString("strRdpFocusFailed", resourceCulture); + return ResourceManager.GetString("RdpFocusFailed", resourceCulture); } } /// /// Looks up a localized string similar to RD Gateway is supported.. /// - internal static string strRdpGatewayIsSupported { + internal static string RdpGatewayIsSupported { get { - return ResourceManager.GetString("strRdpGatewayIsSupported", resourceCulture); + return ResourceManager.GetString("RdpGatewayIsSupported", resourceCulture); } } /// /// Looks up a localized string similar to RD Gateway is not supported!. /// - internal static string strRdpGatewayNotSupported { + internal static string RdpGatewayNotSupported { get { - return ResourceManager.GetString("strRdpGatewayNotSupported", resourceCulture); + return ResourceManager.GetString("RdpGatewayNotSupported", resourceCulture); } } /// /// Looks up a localized string similar to GetSessions failed!. /// - internal static string strRdpGetSessionsFailed { + internal static string RdpGetSessionsFailed { get { - return ResourceManager.GetString("strRdpGetSessionsFailed", resourceCulture); + return ResourceManager.GetString("RdpGetSessionsFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP Connection Timeout. /// - internal static string strRDPOverallConnectionTimeout { + internal static string RDPOverallConnectionTimeout { get { - return ResourceManager.GetString("strRDPOverallConnectionTimeout", resourceCulture); + return ResourceManager.GetString("RDPOverallConnectionTimeout", resourceCulture); } } /// /// Looks up a localized string similar to RDP reconnection count:. /// - internal static string strRdpReconnectCount { + internal static string RdpReconnectCount { get { - return ResourceManager.GetString("strRdpReconnectCount", resourceCulture); + return ResourceManager.GetString("RdpReconnectCount", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetAuthenticationLevel failed!. /// - internal static string strRdpSetAuthenticationLevelFailed { + internal static string RdpSetAuthenticationLevelFailed { get { - return ResourceManager.GetString("strRdpSetAuthenticationLevelFailed", resourceCulture); + return ResourceManager.GetString("RdpSetAuthenticationLevelFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetUseConsoleSession failed!. /// - internal static string strRdpSetConsoleSessionFailed { + internal static string RdpSetConsoleSessionFailed { get { - return ResourceManager.GetString("strRdpSetConsoleSessionFailed", resourceCulture); + return ResourceManager.GetString("RdpSetConsoleSessionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Setting Console switch for RDC {0}.. /// - internal static string strRdpSetConsoleSwitch { + internal static string RdpSetConsoleSwitch { get { - return ResourceManager.GetString("strRdpSetConsoleSwitch", resourceCulture); + return ResourceManager.GetString("RdpSetConsoleSwitch", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetCredentials failed!. /// - internal static string strRdpSetCredentialsFailed { + internal static string RdpSetCredentialsFailed { get { - return ResourceManager.GetString("strRdpSetCredentialsFailed", resourceCulture); + return ResourceManager.GetString("RdpSetCredentialsFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetEventHandlers failed!. /// - internal static string strRdpSetEventHandlersFailed { + internal static string RdpSetEventHandlersFailed { get { - return ResourceManager.GetString("strRdpSetEventHandlersFailed", resourceCulture); + return ResourceManager.GetString("RdpSetEventHandlersFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetRDGateway failed!. /// - internal static string strRdpSetGatewayFailed { + internal static string RdpSetGatewayFailed { get { - return ResourceManager.GetString("strRdpSetGatewayFailed", resourceCulture); + return ResourceManager.GetString("RdpSetGatewayFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetPerformanceFlags failed!. /// - internal static string strRdpSetPerformanceFlagsFailed { + internal static string RdpSetPerformanceFlagsFailed { get { - return ResourceManager.GetString("strRdpSetPerformanceFlagsFailed", resourceCulture); + return ResourceManager.GetString("RdpSetPerformanceFlagsFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetPort failed!. /// - internal static string strRdpSetPortFailed { + internal static string RdpSetPortFailed { get { - return ResourceManager.GetString("strRdpSetPortFailed", resourceCulture); + return ResourceManager.GetString("RdpSetPortFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetProps failed!. /// - internal static string strRdpSetPropsFailed { + internal static string RdpSetPropsFailed { get { - return ResourceManager.GetString("strRdpSetPropsFailed", resourceCulture); + return ResourceManager.GetString("RdpSetPropsFailed", resourceCulture); } } /// /// Looks up a localized string similar to Rdp Set Redirection Failed!. /// - internal static string strRdpSetRedirectionFailed { + internal static string RdpSetRedirectionFailed { get { - return ResourceManager.GetString("strRdpSetRedirectionFailed", resourceCulture); + return ResourceManager.GetString("RdpSetRedirectionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Rdp Set Redirect Keys Failed!. /// - internal static string strRdpSetRedirectKeysFailed { + internal static string RdpSetRedirectKeysFailed { get { - return ResourceManager.GetString("strRdpSetRedirectKeysFailed", resourceCulture); + return ResourceManager.GetString("RdpSetRedirectKeysFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP SetResolution failed!. /// - internal static string strRdpSetResolutionFailed { + internal static string RdpSetResolutionFailed { get { - return ResourceManager.GetString("strRdpSetResolutionFailed", resourceCulture); + return ResourceManager.GetString("RdpSetResolutionFailed", resourceCulture); } } /// /// Looks up a localized string similar to Smart Size. /// - internal static string strRDPSmartSize { + internal static string RDPSmartSize { get { - return ResourceManager.GetString("strRDPSmartSize", resourceCulture); + return ResourceManager.GetString("RDPSmartSize", resourceCulture); } } /// /// Looks up a localized string similar to Bring to this computer. /// - internal static string strRDPSoundBringToThisComputer { + internal static string RDPSoundBringToThisComputer { get { - return ResourceManager.GetString("strRDPSoundBringToThisComputer", resourceCulture); + return ResourceManager.GetString("RDPSoundBringToThisComputer", resourceCulture); } } /// /// Looks up a localized string similar to Do not play. /// - internal static string strRDPSoundDoNotPlay { + internal static string RDPSoundDoNotPlay { get { - return ResourceManager.GetString("strRDPSoundDoNotPlay", resourceCulture); + return ResourceManager.GetString("RDPSoundDoNotPlay", resourceCulture); } } /// /// Looks up a localized string similar to Leave at remote computer. /// - internal static string strRDPSoundLeaveAtRemoteComputer { + internal static string RDPSoundLeaveAtRemoteComputer { get { - return ResourceManager.GetString("strRDPSoundLeaveAtRemoteComputer", resourceCulture); + return ResourceManager.GetString("RDPSoundLeaveAtRemoteComputer", resourceCulture); } } /// /// Looks up a localized string similar to Dynamic. /// - internal static string strRDPSoundQualityDynamic { + internal static string RDPSoundQualityDynamic { get { - return ResourceManager.GetString("strRDPSoundQualityDynamic", resourceCulture); + return ResourceManager.GetString("RDPSoundQualityDynamic", resourceCulture); } } /// /// Looks up a localized string similar to High. /// - internal static string strRDPSoundQualityHigh { + internal static string RDPSoundQualityHigh { get { - return ResourceManager.GetString("strRDPSoundQualityHigh", resourceCulture); + return ResourceManager.GetString("RDPSoundQualityHigh", resourceCulture); } } /// /// Looks up a localized string similar to Medium. /// - internal static string strRDPSoundQualityMedium { + internal static string RDPSoundQualityMedium { get { - return ResourceManager.GetString("strRDPSoundQualityMedium", resourceCulture); + return ResourceManager.GetString("RDPSoundQualityMedium", resourceCulture); } } /// /// Looks up a localized string similar to RDP ToggleFullscreen failed!. /// - internal static string strRdpToggleFullscreenFailed { + internal static string RdpToggleFullscreenFailed { get { - return ResourceManager.GetString("strRdpToggleFullscreenFailed", resourceCulture); + return ResourceManager.GetString("RdpToggleFullscreenFailed", resourceCulture); } } /// /// Looks up a localized string similar to RDP ToggleSmartSize failed!. /// - internal static string strRdpToggleSmartSizeFailed { + internal static string RdpToggleSmartSizeFailed { get { - return ResourceManager.GetString("strRdpToggleSmartSizeFailed", resourceCulture); + return ResourceManager.GetString("RdpToggleSmartSizeFailed", resourceCulture); } } /// /// Looks up a localized string similar to Reconnect All Connections. /// - internal static string strReconnectAllConnections { + internal static string ReconnectAllConnections { get { - return ResourceManager.GetString("strReconnectAllConnections", resourceCulture); + return ResourceManager.GetString("ReconnectAllConnections", resourceCulture); } } /// /// Looks up a localized string similar to Reconnect to previously opened sessions on startup. /// - internal static string strReconnectAtStartup { + internal static string ReconnectAtStartup { get { - return ResourceManager.GetString("strReconnectAtStartup", resourceCulture); + return ResourceManager.GetString("ReconnectAtStartup", resourceCulture); } } /// /// Looks up a localized string similar to Refresh. /// - internal static string strRefresh { + internal static string Refresh { get { - return ResourceManager.GetString("strRefresh", resourceCulture); + return ResourceManager.GetString("Refresh", resourceCulture); } } /// /// Looks up a localized string similar to Release Channel. /// - internal static string strReleaseChannel { + internal static string ReleaseChannel { get { - return ResourceManager.GetString("strReleaseChannel", resourceCulture); + return ResourceManager.GetString("ReleaseChannel", resourceCulture); } } @@ -6765,1170 +6756,1170 @@ namespace mRemoteNG { ///Beta channel includes Betas & Release Candidates. ///Development Channel includes Alphas, Betas & Release Candidates.. /// - internal static string strReleaseChannelExplanation { + internal static string ReleaseChannelExplanation { get { - return ResourceManager.GetString("strReleaseChannelExplanation", resourceCulture); + return ResourceManager.GetString("ReleaseChannelExplanation", resourceCulture); } } /// /// Looks up a localized string similar to Remote file. /// - internal static string strRemoteFile { + internal static string RemoteFile { get { - return ResourceManager.GetString("strRemoteFile", resourceCulture); + return ResourceManager.GetString("RemoteFile", resourceCulture); } } /// /// Looks up a localized string similar to Remove. /// - internal static string strRemove { + internal static string Remove { get { - return ResourceManager.GetString("strRemove", resourceCulture); + return ResourceManager.GetString("Remove", resourceCulture); } } /// /// Looks up a localized string similar to Remove All. /// - internal static string strRemoveAll { + internal static string RemoveAll { get { - return ResourceManager.GetString("strRemoveAll", resourceCulture); + return ResourceManager.GetString("RemoveAll", resourceCulture); } } /// /// Looks up a localized string similar to Rename. /// - internal static string strRename { + internal static string Rename { get { - return ResourceManager.GetString("strRename", resourceCulture); + return ResourceManager.GetString("Rename", resourceCulture); } } /// /// Looks up a localized string similar to Rlogin. /// - internal static string strRlogin { + internal static string Rlogin { get { - return ResourceManager.GetString("strRlogin", resourceCulture); + return ResourceManager.GetString("Rlogin", resourceCulture); } } /// /// Looks up a localized string similar to Run elevated. /// - internal static string strRunElevated { + internal static string RunElevated { get { - return ResourceManager.GetString("strRunElevated", resourceCulture); + return ResourceManager.GetString("RunElevated", resourceCulture); } } /// /// Looks up a localized string similar to Run elevate. /// - internal static string strRunElevateHeader { + internal static string RunElevateHeader { get { - return ResourceManager.GetString("strRunElevateHeader", resourceCulture); + return ResourceManager.GetString("RunElevateHeader", resourceCulture); } } /// /// Looks up a localized string similar to Save. /// - internal static string strSave { + internal static string Save { get { - return ResourceManager.GetString("strSave", resourceCulture); + return ResourceManager.GetString("Save", resourceCulture); } } /// /// Looks up a localized string similar to Save All. /// - internal static string strSaveAll { + internal static string SaveAll { get { - return ResourceManager.GetString("strSaveAll", resourceCulture); + return ResourceManager.GetString("SaveAll", resourceCulture); } } /// /// Looks up a localized string similar to Do you want to save the current connections file before loading another?. /// - internal static string strSaveConnectionsFileBeforeOpeningAnother { + internal static string SaveConnectionsFileBeforeOpeningAnother { get { - return ResourceManager.GetString("strSaveConnectionsFileBeforeOpeningAnother", resourceCulture); + return ResourceManager.GetString("SaveConnectionsFileBeforeOpeningAnother", resourceCulture); } } /// /// Looks up a localized string similar to Save connections on exit. /// - internal static string strSaveConsOnExit { + internal static string SaveConsOnExit { get { - return ResourceManager.GetString("strSaveConsOnExit", resourceCulture); + return ResourceManager.GetString("SaveConsOnExit", resourceCulture); } } /// /// Looks up a localized string similar to Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png. /// - internal static string strSaveImageFilter { + internal static string SaveImageFilter { get { - return ResourceManager.GetString("strSaveImageFilter", resourceCulture); + return ResourceManager.GetString("SaveImageFilter", resourceCulture); } } /// /// Looks up a localized string similar to Screen. /// - internal static string strScreen { + internal static string Screen { get { - return ResourceManager.GetString("strScreen", resourceCulture); + return ResourceManager.GetString("Screen", resourceCulture); } } /// /// Looks up a localized string similar to Screenshot. /// - internal static string strScreenshot { + internal static string Screenshot { get { - return ResourceManager.GetString("strScreenshot", resourceCulture); + return ResourceManager.GetString("Screenshot", resourceCulture); } } /// /// Looks up a localized string similar to Screenshots. /// - internal static string strScreenshots { + internal static string Screenshots { get { - return ResourceManager.GetString("strScreenshots", resourceCulture); + return ResourceManager.GetString("Screenshots", resourceCulture); } } /// /// Looks up a localized string similar to Search. /// - internal static string strSearchPrompt { + internal static string SearchPrompt { get { - return ResourceManager.GetString("strSearchPrompt", resourceCulture); + return ResourceManager.GetString("SearchPrompt", resourceCulture); } } /// /// Looks up a localized string similar to Send To.... /// - internal static string strSendTo { + internal static string SendTo { get { - return ResourceManager.GetString("strSendTo", resourceCulture); + return ResourceManager.GetString("SendTo", resourceCulture); } } /// /// Looks up a localized string similar to Get Sessions Background failed. /// - internal static string strSessionGetFailed { + internal static string SessionGetFailed { get { - return ResourceManager.GetString("strSessionGetFailed", resourceCulture); + return ResourceManager.GetString("SessionGetFailed", resourceCulture); } } /// /// Looks up a localized string similar to Kill Session Background failed. /// - internal static string strSessionKillFailed { + internal static string SessionKillFailed { get { - return ResourceManager.GetString("strSessionKillFailed", resourceCulture); + return ResourceManager.GetString("SessionKillFailed", resourceCulture); } } /// /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. /// - internal static string strSetHostnameLikeDisplayName { + internal static string SetHostnameLikeDisplayName { get { - return ResourceManager.GetString("strSetHostnameLikeDisplayName", resourceCulture); + return ResourceManager.GetString("SetHostnameLikeDisplayName", resourceCulture); } } /// /// Looks up a localized string similar to Setting main form text failed. /// - internal static string strSettingMainFormTextFailed { + internal static string SettingMainFormTextFailed { get { - return ResourceManager.GetString("strSettingMainFormTextFailed", resourceCulture); + return ResourceManager.GetString("SettingMainFormTextFailed", resourceCulture); } } /// /// Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!. /// - internal static string strSettingsCouldNotBeSavedOrTrayDispose { + internal static string SettingsCouldNotBeSavedOrTrayDispose { get { - return ResourceManager.GetString("strSettingsCouldNotBeSavedOrTrayDispose", resourceCulture); + return ResourceManager.GetString("SettingsCouldNotBeSavedOrTrayDispose", resourceCulture); } } /// /// Looks up a localized string similar to Show description tooltips in connection tree. /// - internal static string strShowDescriptionTooltips { + internal static string ShowDescriptionTooltips { get { - return ResourceManager.GetString("strShowDescriptionTooltips", resourceCulture); + return ResourceManager.GetString("ShowDescriptionTooltips", resourceCulture); } } /// /// Looks up a localized string similar to Show full connections file path in window title. /// - internal static string strShowFullConsFilePath { + internal static string ShowFullConsFilePath { get { - return ResourceManager.GetString("strShowFullConsFilePath", resourceCulture); + return ResourceManager.GetString("ShowFullConsFilePath", resourceCulture); } } /// /// Looks up a localized string similar to Show logon information on tab names. /// - internal static string strShowLogonInfoOnTabs { + internal static string ShowLogonInfoOnTabs { get { - return ResourceManager.GetString("strShowLogonInfoOnTabs", resourceCulture); + return ResourceManager.GetString("ShowLogonInfoOnTabs", resourceCulture); } } /// /// Looks up a localized string similar to Show On Toolbar. /// - internal static string strShowOnToolbar { + internal static string ShowOnToolbar { get { - return ResourceManager.GetString("strShowOnToolbar", resourceCulture); + return ResourceManager.GetString("ShowOnToolbar", resourceCulture); } } /// /// Looks up a localized string similar to Show on toolbar column. /// - internal static string strShowOnToolbarColumnHeader { + internal static string ShowOnToolbarColumnHeader { get { - return ResourceManager.GetString("strShowOnToolbarColumnHeader", resourceCulture); + return ResourceManager.GetString("ShowOnToolbarColumnHeader", resourceCulture); } } /// /// Looks up a localized string similar to Show protocols on tab names. /// - internal static string strShowProtocolOnTabs { + internal static string ShowProtocolOnTabs { get { - return ResourceManager.GetString("strShowProtocolOnTabs", resourceCulture); + return ResourceManager.GetString("ShowProtocolOnTabs", resourceCulture); } } /// /// Looks up a localized string similar to Show these message types. /// - internal static string strShowTheseMessageTypes { + internal static string ShowTheseMessageTypes { get { - return ResourceManager.GetString("strShowTheseMessageTypes", resourceCulture); + return ResourceManager.GetString("ShowTheseMessageTypes", resourceCulture); } } /// /// Looks up a localized string similar to Single click on connection opens it. /// - internal static string strSingleClickOnConnectionOpensIt { + internal static string SingleClickOnConnectionOpensIt { get { - return ResourceManager.GetString("strSingleClickOnConnectionOpensIt", resourceCulture); + return ResourceManager.GetString("SingleClickOnConnectionOpensIt", resourceCulture); } } /// /// Looks up a localized string similar to Single click on opened connection in Connection Tree switches to opened Connection Tab. /// - internal static string strSingleClickOnOpenConnectionSwitchesToIt { + internal static string SingleClickOnOpenConnectionSwitchesToIt { get { - return ResourceManager.GetString("strSingleClickOnOpenConnectionSwitchesToIt", resourceCulture); + return ResourceManager.GetString("SingleClickOnOpenConnectionSwitchesToIt", resourceCulture); } } /// /// Looks up a localized string similar to Aspect. /// - internal static string strSmartSizeModeAspect { + internal static string SmartSizeModeAspect { get { - return ResourceManager.GetString("strSmartSizeModeAspect", resourceCulture); + return ResourceManager.GetString("SmartSizeModeAspect", resourceCulture); } } /// /// Looks up a localized string similar to Free. /// - internal static string strSmartSizeModeFree { + internal static string SmartSizeModeFree { get { - return ResourceManager.GetString("strSmartSizeModeFree", resourceCulture); + return ResourceManager.GetString("SmartSizeModeFree", resourceCulture); } } /// /// Looks up a localized string similar to No SmartSize. /// - internal static string strSmartSizeModeNone { + internal static string SmartSizeModeNone { get { - return ResourceManager.GetString("strSmartSizeModeNone", resourceCulture); + return ResourceManager.GetString("SmartSizeModeNone", resourceCulture); } } /// /// Looks up a localized string similar to Socks 5. /// - internal static string strSocks5 { + internal static string Socks5 { get { - return ResourceManager.GetString("strSocks5", resourceCulture); + return ResourceManager.GetString("Socks5", resourceCulture); } } /// /// Looks up a localized string similar to Sort. /// - internal static string strSort { + internal static string Sort { get { - return ResourceManager.GetString("strSort", resourceCulture); + return ResourceManager.GetString("Sort", resourceCulture); } } /// /// Looks up a localized string similar to Ascending (A-Z). /// - internal static string strSortAsc { + internal static string SortAsc { get { - return ResourceManager.GetString("strSortAsc", resourceCulture); + return ResourceManager.GetString("SortAsc", resourceCulture); } } /// /// Looks up a localized string similar to Descending (Z-A). /// - internal static string strSortDesc { + internal static string SortDesc { get { - return ResourceManager.GetString("strSortDesc", resourceCulture); + return ResourceManager.GetString("SortDesc", resourceCulture); } } /// /// Looks up a localized string similar to Special Keys. /// - internal static string strSpecialKeys { + internal static string SpecialKeys { get { - return ResourceManager.GetString("strSpecialKeys", resourceCulture); + return ResourceManager.GetString("SpecialKeys", resourceCulture); } } /// /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. /// - internal static string strSQLInfo { + internal static string SQLInfo { get { - return ResourceManager.GetString("strSQLInfo", resourceCulture); + return ResourceManager.GetString("SQLInfo", resourceCulture); } } /// /// Looks up a localized string similar to SQL Server. /// - internal static string strSQLServer { + internal static string SQLServer { get { - return ResourceManager.GetString("strSQLServer", resourceCulture); + return ResourceManager.GetString("SQLServer", resourceCulture); } } /// /// Looks up a localized string similar to SQL Update check finished and there is an update available! Going to refresh connections.. /// - internal static string strSqlUpdateCheckUpdateAvailable { + internal static string SqlUpdateCheckUpdateAvailable { get { - return ResourceManager.GetString("strSqlUpdateCheckUpdateAvailable", resourceCulture); + return ResourceManager.GetString("SqlUpdateCheckUpdateAvailable", resourceCulture); } } /// /// Looks up a localized string similar to SSH version 1. /// - internal static string strSsh1 { + internal static string Ssh1 { get { - return ResourceManager.GetString("strSsh1", resourceCulture); + return ResourceManager.GetString("Ssh1", resourceCulture); } } /// /// Looks up a localized string similar to SSH version 2. /// - internal static string strSsh2 { + internal static string Ssh2 { get { - return ResourceManager.GetString("strSsh2", resourceCulture); + return ResourceManager.GetString("Ssh2", resourceCulture); } } /// /// Looks up a localized string similar to SSH background transfer failed!. /// - internal static string strSSHStartTransferBG { + internal static string SSHStartTransferBG { get { - return ResourceManager.GetString("strSSHStartTransferBG", resourceCulture); + return ResourceManager.GetString("SSHStartTransferBG", resourceCulture); } } /// /// Looks up a localized string similar to Transfer successful!. /// - internal static string strSSHTranferSuccessful { + internal static string SSHTranferSuccessful { get { - return ResourceManager.GetString("strSSHTranferSuccessful", resourceCulture); + return ResourceManager.GetString("SSHTranferSuccessful", resourceCulture); } } /// /// Looks up a localized string similar to SSH Transfer End (UI.Window.SSHTransfer) failed!. /// - internal static string strSSHTransferEndFailed { + internal static string SSHTransferEndFailed { get { - return ResourceManager.GetString("strSSHTransferEndFailed", resourceCulture); + return ResourceManager.GetString("SSHTransferEndFailed", resourceCulture); } } /// /// Looks up a localized string similar to SSH transfer failed.. /// - internal static string strSSHTransferFailed { + internal static string SSHTransferFailed { get { - return ResourceManager.GetString("strSSHTransferFailed", resourceCulture); + return ResourceManager.GetString("SSHTransferFailed", resourceCulture); } } /// /// Looks up a localized string similar to Connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. /// - internal static string strSSHTunnelConfigProblem { + internal static string SSHTunnelConfigProblem { get { - return ResourceManager.GetString("strSSHTunnelConfigProblem", resourceCulture); + return ResourceManager.GetString("SSHTunnelConfigProblem", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string strSSHTunnelFailed { + internal static string SSHTunnelFailed { get { - return ResourceManager.GetString("strSSHTunnelFailed", resourceCulture); + return ResourceManager.GetString("SSHTunnelFailed", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol.. /// - internal static string strSSHTunnelIsNotPutty { + internal static string SSHTunnelIsNotPutty { get { - return ResourceManager.GetString("strSSHTunnelIsNotPutty", resourceCulture); + return ResourceManager.GetString("SSHTunnelIsNotPutty", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string strSSHTunnelNotConnected { + internal static string SSHTunnelNotConnected { get { - return ResourceManager.GetString("strSSHTunnelNotConnected", resourceCulture); + return ResourceManager.GetString("SSHTunnelNotConnected", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string strSSHTunnelNotInitialized { + internal static string SSHTunnelNotInitialized { get { - return ResourceManager.GetString("strSSHTunnelNotInitialized", resourceCulture); + return ResourceManager.GetString("SSHTunnelNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string strSSHTunnelPortNotReadyInTime { + internal static string SSHTunnelPortNotReadyInTime { get { - return ResourceManager.GetString("strSSHTunnelPortNotReadyInTime", resourceCulture); + return ResourceManager.GetString("SSHTunnelPortNotReadyInTime", resourceCulture); } } /// /// Looks up a localized string similar to First IP. /// - internal static string strStartIP { + internal static string StartIP { get { - return ResourceManager.GetString("strStartIP", resourceCulture); + return ResourceManager.GetString("StartIP", resourceCulture); } } /// /// Looks up a localized string similar to Start minimized. /// - internal static string strStartMinimized { + internal static string StartMinimized { get { - return ResourceManager.GetString("strStartMinimized", resourceCulture); + return ResourceManager.GetString("StartMinimized", resourceCulture); } } /// /// Looks up a localized string similar to First Port. /// - internal static string strStartPort { + internal static string StartPort { get { - return ResourceManager.GetString("strStartPort", resourceCulture); + return ResourceManager.GetString("StartPort", resourceCulture); } } /// /// Looks up a localized string similar to Startup/Exit. /// - internal static string strStartupExit { + internal static string StartupExit { get { - return ResourceManager.GetString("strStartupExit", resourceCulture); + return ResourceManager.GetString("StartupExit", resourceCulture); } } /// /// Looks up a localized string similar to Status. /// - internal static string strStatus { + internal static string Status { get { - return ResourceManager.GetString("strStatus", resourceCulture); + return ResourceManager.GetString("Status", resourceCulture); } } /// /// Looks up a localized string similar to Switch to Notifications panel on:. /// - internal static string strSwitchToErrorsAndInfos { + internal static string SwitchToErrorsAndInfos { get { - return ResourceManager.GetString("strSwitchToErrorsAndInfos", resourceCulture); + return ResourceManager.GetString("SwitchToErrorsAndInfos", resourceCulture); } } /// /// Looks up a localized string similar to Advanced. /// - internal static string strTabAdvanced { + internal static string TabAdvanced { get { - return ResourceManager.GetString("strTabAdvanced", resourceCulture); + return ResourceManager.GetString("TabAdvanced", resourceCulture); } } /// /// Looks up a localized string similar to Appearance. /// - internal static string strTabAppearance { + internal static string TabAppearance { get { - return ResourceManager.GetString("strTabAppearance", resourceCulture); + return ResourceManager.GetString("TabAppearance", resourceCulture); } } /// /// Looks up a localized string similar to Tabs && Panels. /// - internal static string strTabsAndPanels { + internal static string TabsAndPanels { get { - return ResourceManager.GetString("strTabsAndPanels", resourceCulture); + return ResourceManager.GetString("TabsAndPanels", resourceCulture); } } /// /// Looks up a localized string similar to Security. /// - internal static string strTabSecurity { + internal static string TabSecurity { get { - return ResourceManager.GetString("strTabSecurity", resourceCulture); + return ResourceManager.GetString("TabSecurity", resourceCulture); } } /// /// Looks up a localized string similar to Updates. /// - internal static string strTabUpdates { + internal static string TabUpdates { get { - return ResourceManager.GetString("strTabUpdates", resourceCulture); + return ResourceManager.GetString("TabUpdates", resourceCulture); } } /// /// Looks up a localized string similar to Telnet. /// - internal static string strTelnet { + internal static string Telnet { get { - return ResourceManager.GetString("strTelnet", resourceCulture); + return ResourceManager.GetString("Telnet", resourceCulture); } } /// /// Looks up a localized string similar to The following:. /// - internal static string strTheFollowing { + internal static string TheFollowing { get { - return ResourceManager.GetString("strTheFollowing", resourceCulture); + return ResourceManager.GetString("TheFollowing", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel. /// - internal static string strThemeCategoryConfigPanel { + internal static string ThemeCategoryConfigPanel { get { - return ResourceManager.GetString("strThemeCategoryConfigPanel", resourceCulture); + return ResourceManager.GetString("ThemeCategoryConfigPanel", resourceCulture); } } /// /// Looks up a localized string similar to Connections Panel. /// - internal static string strThemeCategoryConnectionsPanel { + internal static string ThemeCategoryConnectionsPanel { get { - return ResourceManager.GetString("strThemeCategoryConnectionsPanel", resourceCulture); + return ResourceManager.GetString("ThemeCategoryConnectionsPanel", resourceCulture); } } /// /// Looks up a localized string similar to General. /// - internal static string strThemeCategoryGeneral { + internal static string ThemeCategoryGeneral { get { - return ResourceManager.GetString("strThemeCategoryGeneral", resourceCulture); + return ResourceManager.GetString("ThemeCategoryGeneral", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the config panel.. /// - internal static string strThemeDescriptionConfigPanelBackgroundColor { + internal static string ThemeDescriptionConfigPanelBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the category text in the config panel.. /// - internal static string strThemeDescriptionConfigPanelCategoryTextColor { + internal static string ThemeDescriptionConfigPanelCategoryTextColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelCategoryTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelCategoryTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the grid lines in the config panel. /// - internal static string strThemeDescriptionConfigPanelGridLineColor { + internal static string ThemeDescriptionConfigPanelGridLineColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelGridLineColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelGridLineColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the help area of the config panel.. /// - internal static string strThemeDescriptionConfigPanelHelpBackgroundColor { + internal static string ThemeDescriptionConfigPanelHelpBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelHelpBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelHelpBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the help area of the config panel.. /// - internal static string strThemeDescriptionConfigPanelHelpTextColor { + internal static string ThemeDescriptionConfigPanelHelpTextColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelHelpTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelHelpTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the config panel.. /// - internal static string strThemeDescriptionConfigPanelTextColor { + internal static string ThemeDescriptionConfigPanelTextColor { get { - return ResourceManager.GetString("strThemeDescriptionConfigPanelTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConfigPanelTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the connections panel.. /// - internal static string strThemeDescriptionConnectionsPanelBackgroundColor { + internal static string ThemeDescriptionConnectionsPanelBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionConnectionsPanelBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConnectionsPanelBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the connections panel.. /// - internal static string strThemeDescriptionConnectionsPanelTextColor { + internal static string ThemeDescriptionConnectionsPanelTextColor { get { - return ResourceManager.GetString("strThemeDescriptionConnectionsPanelTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConnectionsPanelTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the tree lines in the connections panel.. /// - internal static string strThemeDescriptionConnectionsPanelTreeLineColor { + internal static string ThemeDescriptionConnectionsPanelTreeLineColor { get { - return ResourceManager.GetString("strThemeDescriptionConnectionsPanelTreeLineColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionConnectionsPanelTreeLineColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the menus.. /// - internal static string strThemeDescriptionMenuBackgroundColor { + internal static string ThemeDescriptionMenuBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionMenuBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionMenuBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the menus.. /// - internal static string strThemeDescriptionMenuTextColor { + internal static string ThemeDescriptionMenuTextColor { get { - return ResourceManager.GetString("strThemeDescriptionMenuTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionMenuTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the search box.. /// - internal static string strThemeDescriptionSearchBoxBackgroundColor { + internal static string ThemeDescriptionSearchBoxBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionSearchBoxBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionSearchBoxBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the search box.. /// - internal static string strThemeDescriptionSearchBoxTextColor { + internal static string ThemeDescriptionSearchBoxTextColor { get { - return ResourceManager.GetString("strThemeDescriptionSearchBoxTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionSearchBoxTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the prompt text in the search box.. /// - internal static string strThemeDescriptionSearchBoxTextPromptColor { + internal static string ThemeDescriptionSearchBoxTextPromptColor { get { - return ResourceManager.GetString("strThemeDescriptionSearchBoxTextPromptColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionSearchBoxTextPromptColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the toolbars.. /// - internal static string strThemeDescriptionToolbarBackgroundColor { + internal static string ThemeDescriptionToolbarBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionToolbarBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionToolbarBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to The colour of the text in the toolbars.. /// - internal static string strThemeDescriptionToolbarTextColor { + internal static string ThemeDescriptionToolbarTextColor { get { - return ResourceManager.GetString("strThemeDescriptionToolbarTextColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionToolbarTextColor", resourceCulture); } } /// /// Looks up a localized string similar to The background colour of the main window.. /// - internal static string strThemeDescriptionWindowBackgroundColor { + internal static string ThemeDescriptionWindowBackgroundColor { get { - return ResourceManager.GetString("strThemeDescriptionWindowBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeDescriptionWindowBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Background Colour. /// - internal static string strThemeNameConfigPanelBackgroundColor { + internal static string ThemeNameConfigPanelBackgroundColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Category Text Colour. /// - internal static string strThemeNameConfigPanelCategoryTextColor { + internal static string ThemeNameConfigPanelCategoryTextColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelCategoryTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelCategoryTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Grid Line Colour. /// - internal static string strThemeNameConfigPanelGridLineColor { + internal static string ThemeNameConfigPanelGridLineColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelGridLineColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelGridLineColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Help Background Colour. /// - internal static string strThemeNameConfigPanelHelpBackgroundColor { + internal static string ThemeNameConfigPanelHelpBackgroundColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelHelpBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelHelpBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Help Text Colour. /// - internal static string strThemeNameConfigPanelHelpTextColor { + internal static string ThemeNameConfigPanelHelpTextColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelHelpTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelHelpTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Config Panel Text Colour. /// - internal static string strThemeNameConfigPanelTextColor { + internal static string ThemeNameConfigPanelTextColor { get { - return ResourceManager.GetString("strThemeNameConfigPanelTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConfigPanelTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Connections Panel Background Colour. /// - internal static string strThemeNameConnectionsPanelBackgroundColor { + internal static string ThemeNameConnectionsPanelBackgroundColor { get { - return ResourceManager.GetString("strThemeNameConnectionsPanelBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConnectionsPanelBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Connections Panel Text Colour. /// - internal static string strThemeNameConnectionsPanelTextColor { + internal static string ThemeNameConnectionsPanelTextColor { get { - return ResourceManager.GetString("strThemeNameConnectionsPanelTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConnectionsPanelTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Connections Panel Tree Line Colour. /// - internal static string strThemeNameConnectionsPanelTreeLineColor { + internal static string ThemeNameConnectionsPanelTreeLineColor { get { - return ResourceManager.GetString("strThemeNameConnectionsPanelTreeLineColor", resourceCulture); + return ResourceManager.GetString("ThemeNameConnectionsPanelTreeLineColor", resourceCulture); } } /// /// Looks up a localized string similar to Menu Background Colour. /// - internal static string strThemeNameMenuBackgroundColor { + internal static string ThemeNameMenuBackgroundColor { get { - return ResourceManager.GetString("strThemeNameMenuBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameMenuBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Menu Text Colour. /// - internal static string strThemeNameMenuTextColor { + internal static string ThemeNameMenuTextColor { get { - return ResourceManager.GetString("strThemeNameMenuTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameMenuTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Search Box Background Colour. /// - internal static string strThemeNameSearchBoxBackgroundColor { + internal static string ThemeNameSearchBoxBackgroundColor { get { - return ResourceManager.GetString("strThemeNameSearchBoxBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameSearchBoxBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Search Box Text Colour. /// - internal static string strThemeNameSearchBoxTextColor { + internal static string ThemeNameSearchBoxTextColor { get { - return ResourceManager.GetString("strThemeNameSearchBoxTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameSearchBoxTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Search Box Text Prompt Colour. /// - internal static string strThemeNameSearchBoxTextPromptColor { + internal static string ThemeNameSearchBoxTextPromptColor { get { - return ResourceManager.GetString("strThemeNameSearchBoxTextPromptColor", resourceCulture); + return ResourceManager.GetString("ThemeNameSearchBoxTextPromptColor", resourceCulture); } } /// /// Looks up a localized string similar to Toolbar Background Colour. /// - internal static string strThemeNameToolbarBackgroundColor { + internal static string ThemeNameToolbarBackgroundColor { get { - return ResourceManager.GetString("strThemeNameToolbarBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameToolbarBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Toolbar Text Colour. /// - internal static string strThemeNameToolbarTextColor { + internal static string ThemeNameToolbarTextColor { get { - return ResourceManager.GetString("strThemeNameToolbarTextColor", resourceCulture); + return ResourceManager.GetString("ThemeNameToolbarTextColor", resourceCulture); } } /// /// Looks up a localized string similar to Window Background Colour. /// - internal static string strThemeNameWindowBackgroundColor { + internal static string ThemeNameWindowBackgroundColor { get { - return ResourceManager.GetString("strThemeNameWindowBackgroundColor", resourceCulture); + return ResourceManager.GetString("ThemeNameWindowBackgroundColor", resourceCulture); } } /// /// Looks up a localized string similar to Timeout [seconds]. /// - internal static string strTimeoutInSeconds { + internal static string TimeoutInSeconds { get { - return ResourceManager.GetString("strTimeoutInSeconds", resourceCulture); + return ResourceManager.GetString("TimeoutInSeconds", resourceCulture); } } /// /// Looks up a localized string similar to Title. /// - internal static string strTitle { + internal static string Title { get { - return ResourceManager.GetString("strTitle", resourceCulture); + return ResourceManager.GetString("Title", resourceCulture); } } /// /// Looks up a localized string similar to Error ({0}). /// - internal static string strTitleError { + internal static string TitleError { get { - return ResourceManager.GetString("strTitleError", resourceCulture); + return ResourceManager.GetString("TitleError", resourceCulture); } } /// /// Looks up a localized string similar to Information ({0}). /// - internal static string strTitleInformation { + internal static string TitleInformation { get { - return ResourceManager.GetString("strTitleInformation", resourceCulture); + return ResourceManager.GetString("TitleInformation", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG password. /// - internal static string strTitlePassword { + internal static string TitlePassword { get { - return ResourceManager.GetString("strTitlePassword", resourceCulture); + return ResourceManager.GetString("TitlePassword", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG password for {0}. /// - internal static string strTitlePasswordWithName { + internal static string TitlePasswordWithName { get { - return ResourceManager.GetString("strTitlePasswordWithName", resourceCulture); + return ResourceManager.GetString("TitlePasswordWithName", resourceCulture); } } /// /// Looks up a localized string similar to Select Panel. /// - internal static string strTitleSelectPanel { + internal static string TitleSelectPanel { get { - return ResourceManager.GetString("strTitleSelectPanel", resourceCulture); + return ResourceManager.GetString("TitleSelectPanel", resourceCulture); } } /// /// Looks up a localized string similar to Warning ({0}). /// - internal static string strTitleWarning { + internal static string TitleWarning { get { - return ResourceManager.GetString("strTitleWarning", resourceCulture); + return ResourceManager.GetString("TitleWarning", resourceCulture); } } /// /// Looks up a localized string similar to Track active connection in the connection tree. /// - internal static string strTrackActiveConnectionInConnectionTree { + internal static string TrackActiveConnectionInConnectionTree { get { - return ResourceManager.GetString("strTrackActiveConnectionInConnectionTree", resourceCulture); + return ResourceManager.GetString("TrackActiveConnectionInConnectionTree", resourceCulture); } } /// /// Looks up a localized string similar to Transfer. /// - internal static string strTransfer { + internal static string Transfer { get { - return ResourceManager.GetString("strTransfer", resourceCulture); + return ResourceManager.GetString("Transfer", resourceCulture); } } /// /// Looks up a localized string similar to Transfer failed!. /// - internal static string strTransferFailed { + internal static string TransferFailed { get { - return ResourceManager.GetString("strTransferFailed", resourceCulture); + return ResourceManager.GetString("TransferFailed", resourceCulture); } } /// /// Looks up a localized string similar to Try to integrate. /// - internal static string strTryIntegrate { + internal static string TryIntegrate { get { - return ResourceManager.GetString("strTryIntegrate", resourceCulture); + return ResourceManager.GetString("TryIntegrate", resourceCulture); } } /// /// Looks up a localized string similar to Try to integrate. /// - internal static string strTryToIntegrateColumnHeader { + internal static string TryToIntegrateColumnHeader { get { - return ResourceManager.GetString("strTryToIntegrateColumnHeader", resourceCulture); + return ResourceManager.GetString("TryToIntegrateColumnHeader", resourceCulture); } } /// /// Looks up a localized string similar to Type. /// - internal static string strType { + internal static string Type { get { - return ResourceManager.GetString("strType", resourceCulture); + return ResourceManager.GetString("Type", resourceCulture); } } /// /// Looks up a localized string similar to Ultra VNC Repeater. /// - internal static string strUltraVncRepeater { + internal static string UltraVncRepeater { get { - return ResourceManager.GetString("strUltraVncRepeater", resourceCulture); + return ResourceManager.GetString("UltraVncRepeater", resourceCulture); } } /// /// Looks up a localized string similar to UltraVNC SingleClick port:. /// - internal static string strUltraVNCSCListeningPort { + internal static string UltraVNCSCListeningPort { get { - return ResourceManager.GetString("strUltraVNCSCListeningPort", resourceCulture); + return ResourceManager.GetString("UltraVNCSCListeningPort", resourceCulture); } } /// /// Looks up a localized string similar to UltraVNC SingleClick. /// - internal static string strUltraVNCSingleClick { + internal static string UltraVNCSingleClick { get { - return ResourceManager.GetString("strUltraVNCSingleClick", resourceCulture); + return ResourceManager.GetString("UltraVNCSingleClick", resourceCulture); } } /// /// Looks up a localized string similar to Uncheck the properties you want not to be saved!. /// - internal static string strUncheckProperties { + internal static string UncheckProperties { get { - return ResourceManager.GetString("strUncheckProperties", resourceCulture); + return ResourceManager.GetString("UncheckProperties", resourceCulture); } } /// /// Looks up a localized string similar to Unnamed Theme. /// - internal static string strUnnamedTheme { + internal static string UnnamedTheme { get { - return ResourceManager.GetString("strUnnamedTheme", resourceCulture); + return ResourceManager.GetString("UnnamedTheme", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG requires an update. /// - internal static string strUpdateAvailable { + internal static string UpdateAvailable { get { - return ResourceManager.GetString("strUpdateAvailable", resourceCulture); + return ResourceManager.GetString("UpdateAvailable", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG can periodically connect to the mRemoteNG website to check for updates.. /// - internal static string strUpdateCheck { + internal static string UpdateCheck { get { - return ResourceManager.GetString("strUpdateCheck", resourceCulture); + return ResourceManager.GetString("UpdateCheck", resourceCulture); } } /// /// Looks up a localized string similar to The update information could not be downloaded.. /// - internal static string strUpdateCheckCompleteFailed { + internal static string UpdateCheckCompleteFailed { get { - return ResourceManager.GetString("strUpdateCheckCompleteFailed", resourceCulture); + return ResourceManager.GetString("UpdateCheckCompleteFailed", resourceCulture); } } /// /// Looks up a localized string similar to Check failed. /// - internal static string strUpdateCheckFailedLabel { + internal static string UpdateCheckFailedLabel { get { - return ResourceManager.GetString("strUpdateCheckFailedLabel", resourceCulture); + return ResourceManager.GetString("UpdateCheckFailedLabel", resourceCulture); } } /// /// Looks up a localized string similar to Checking for updates.... /// - internal static string strUpdateCheckingLabel { + internal static string UpdateCheckingLabel { get { - return ResourceManager.GetString("strUpdateCheckingLabel", resourceCulture); + return ResourceManager.GetString("UpdateCheckingLabel", resourceCulture); } } /// /// Looks up a localized string similar to mRemoteNG Portable Edition does not currently support automatic updates.. /// - internal static string strUpdateCheckPortableEdition { + internal static string UpdateCheckPortableEdition { get { - return ResourceManager.GetString("strUpdateCheckPortableEdition", resourceCulture); + return ResourceManager.GetString("UpdateCheckPortableEdition", resourceCulture); } } @@ -7936,306 +7927,306 @@ namespace mRemoteNG { /// Looks up a localized string similar to Download complete! ///mRemoteNG will now quit and begin with the installation.. /// - internal static string strUpdateDownloadComplete { + internal static string UpdateDownloadComplete { get { - return ResourceManager.GetString("strUpdateDownloadComplete", resourceCulture); + return ResourceManager.GetString("UpdateDownloadComplete", resourceCulture); } } /// /// Looks up a localized string similar to The update could not be downloaded.. /// - internal static string strUpdateDownloadCompleteFailed { + internal static string UpdateDownloadCompleteFailed { get { - return ResourceManager.GetString("strUpdateDownloadCompleteFailed", resourceCulture); + return ResourceManager.GetString("UpdateDownloadCompleteFailed", resourceCulture); } } /// /// Looks up a localized string similar to The update download could not be initiated.. /// - internal static string strUpdateDownloadFailed { + internal static string UpdateDownloadFailed { get { - return ResourceManager.GetString("strUpdateDownloadFailed", resourceCulture); + return ResourceManager.GetString("UpdateDownloadFailed", resourceCulture); } } /// /// Looks up a localized string similar to Every {0} days. /// - internal static string strUpdateFrequencyCustom { + internal static string UpdateFrequencyCustom { get { - return ResourceManager.GetString("strUpdateFrequencyCustom", resourceCulture); + return ResourceManager.GetString("UpdateFrequencyCustom", resourceCulture); } } /// /// Looks up a localized string similar to Daily. /// - internal static string strUpdateFrequencyDaily { + internal static string UpdateFrequencyDaily { get { - return ResourceManager.GetString("strUpdateFrequencyDaily", resourceCulture); + return ResourceManager.GetString("UpdateFrequencyDaily", resourceCulture); } } /// /// Looks up a localized string similar to Monthly. /// - internal static string strUpdateFrequencyMonthly { + internal static string UpdateFrequencyMonthly { get { - return ResourceManager.GetString("strUpdateFrequencyMonthly", resourceCulture); + return ResourceManager.GetString("UpdateFrequencyMonthly", resourceCulture); } } /// /// Looks up a localized string similar to Weekly. /// - internal static string strUpdateFrequencyWeekly { + internal static string UpdateFrequencyWeekly { get { - return ResourceManager.GetString("strUpdateFrequencyWeekly", resourceCulture); + return ResourceManager.GetString("UpdateFrequencyWeekly", resourceCulture); } } /// /// Looks up a localized string similar to The change log could not be downloaded.. /// - internal static string strUpdateGetChangeLogFailed { + internal static string UpdateGetChangeLogFailed { get { - return ResourceManager.GetString("strUpdateGetChangeLogFailed", resourceCulture); + return ResourceManager.GetString("UpdateGetChangeLogFailed", resourceCulture); } } /// /// Looks up a localized string similar to Download Completed!. /// - internal static string strUpdatePortableDownloadComplete { + internal static string UpdatePortableDownloadComplete { get { - return ResourceManager.GetString("strUpdatePortableDownloadComplete", resourceCulture); + return ResourceManager.GetString("UpdatePortableDownloadComplete", resourceCulture); } } /// /// Looks up a localized string similar to Upgrade. /// - internal static string strUpgrade { + internal static string Upgrade { get { - return ResourceManager.GetString("strUpgrade", resourceCulture); + return ResourceManager.GetString("Upgrade", resourceCulture); } } /// /// Looks up a localized string similar to Use default. /// - internal static string strUseDefault { + internal static string UseDefault { get { - return ResourceManager.GetString("strUseDefault", resourceCulture); + return ResourceManager.GetString("UseDefault", resourceCulture); } } /// /// Looks up a localized string similar to Use a different username and password. /// - internal static string strUseDifferentUsernameAndPassword { + internal static string UseDifferentUsernameAndPassword { get { - return ResourceManager.GetString("strUseDifferentUsernameAndPassword", resourceCulture); + return ResourceManager.GetString("UseDifferentUsernameAndPassword", resourceCulture); } } /// /// Looks up a localized string similar to User. /// - internal static string strUser { + internal static string User { get { - return ResourceManager.GetString("strUser", resourceCulture); + return ResourceManager.GetString("User", resourceCulture); } } /// /// Looks up a localized string similar to Use the same username and password. /// - internal static string strUseSameUsernameAndPassword { + internal static string UseSameUsernameAndPassword { get { - return ResourceManager.GetString("strUseSameUsernameAndPassword", resourceCulture); + return ResourceManager.GetString("UseSameUsernameAndPassword", resourceCulture); } } /// /// Looks up a localized string similar to Use a smart card. /// - internal static string strUseSmartCard { + internal static string UseSmartCard { get { - return ResourceManager.GetString("strUseSmartCard", resourceCulture); + return ResourceManager.GetString("UseSmartCard", resourceCulture); } } /// /// Looks up a localized string similar to Use SQL Server to load && save connections. /// - internal static string strUseSQLServer { + internal static string UseSQLServer { get { - return ResourceManager.GetString("strUseSQLServer", resourceCulture); + return ResourceManager.GetString("UseSQLServer", resourceCulture); } } /// /// Looks up a localized string similar to Version. /// - internal static string strVersion { + internal static string Version { get { - return ResourceManager.GetString("strVersion", resourceCulture); + return ResourceManager.GetString("Version", resourceCulture); } } /// /// Looks up a localized string similar to VNC. /// - internal static string strVnc { + internal static string Vnc { get { - return ResourceManager.GetString("strVnc", resourceCulture); + return ResourceManager.GetString("Vnc", resourceCulture); } } /// /// Looks up a localized string similar to VNC disconnect failed!. /// - internal static string strVncConnectionDisconnectFailed { + internal static string VncConnectionDisconnectFailed { get { - return ResourceManager.GetString("strVncConnectionDisconnectFailed", resourceCulture); + return ResourceManager.GetString("VncConnectionDisconnectFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Refresh Screen Failed!. /// - internal static string strVncRefreshFailed { + internal static string VncRefreshFailed { get { - return ResourceManager.GetString("strVncRefreshFailed", resourceCulture); + return ResourceManager.GetString("VncRefreshFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC SendSpecialKeys failed!. /// - internal static string strVncSendSpecialKeysFailed { + internal static string VncSendSpecialKeysFailed { get { - return ResourceManager.GetString("strVncSendSpecialKeysFailed", resourceCulture); + return ResourceManager.GetString("VncSendSpecialKeysFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Set Event Handlers failed!. /// - internal static string strVncSetEventHandlersFailed { + internal static string VncSetEventHandlersFailed { get { - return ResourceManager.GetString("strVncSetEventHandlersFailed", resourceCulture); + return ResourceManager.GetString("VncSetEventHandlersFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Set Props Failed!. /// - internal static string strVncSetPropsFailed { + internal static string VncSetPropsFailed { get { - return ResourceManager.GetString("strVncSetPropsFailed", resourceCulture); + return ResourceManager.GetString("VncSetPropsFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Start Chat Failed!. /// - internal static string strVncStartChatFailed { + internal static string VncStartChatFailed { get { - return ResourceManager.GetString("strVncStartChatFailed", resourceCulture); + return ResourceManager.GetString("VncStartChatFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Toggle SmartSize Failed!. /// - internal static string strVncToggleSmartSizeFailed { + internal static string VncToggleSmartSizeFailed { get { - return ResourceManager.GetString("strVncToggleSmartSizeFailed", resourceCulture); + return ResourceManager.GetString("VncToggleSmartSizeFailed", resourceCulture); } } /// /// Looks up a localized string similar to VNC Toggle ViewOnly Failed!. /// - internal static string strVncToggleViewOnlyFailed { + internal static string VncToggleViewOnlyFailed { get { - return ResourceManager.GetString("strVncToggleViewOnlyFailed", resourceCulture); + return ResourceManager.GetString("VncToggleViewOnlyFailed", resourceCulture); } } /// /// Looks up a localized string similar to Warn me if authentication fails. /// - internal static string strWarnIfAuthFails { + internal static string WarnIfAuthFails { get { - return ResourceManager.GetString("strWarnIfAuthFails", resourceCulture); + return ResourceManager.GetString("WarnIfAuthFails", resourceCulture); } } /// /// Looks up a localized string similar to Warnings. /// - internal static string strWarnings { + internal static string Warnings { get { - return ResourceManager.GetString("strWarnings", resourceCulture); + return ResourceManager.GetString("Warnings", resourceCulture); } } /// /// Looks up a localized string similar to Uses the DockPanel Suite by [Weifen Luo]. /// - internal static string strWeifenLuoAttribution { + internal static string WeifenLuoAttribution { get { - return ResourceManager.GetString("strWeifenLuoAttribution", resourceCulture); + return ResourceManager.GetString("WeifenLuoAttribution", resourceCulture); } } /// /// Looks up a localized string similar to http://sourceforge.net/projects/dockpanelsuite/. /// - internal static string strWeifenLuoAttributionURL { + internal static string WeifenLuoAttributionURL { get { - return ResourceManager.GetString("strWeifenLuoAttributionURL", resourceCulture); + return ResourceManager.GetString("WeifenLuoAttributionURL", resourceCulture); } } /// /// Looks up a localized string similar to Windows. /// - internal static string strWindows { + internal static string Windows { get { - return ResourceManager.GetString("strWindows", resourceCulture); + return ResourceManager.GetString("Windows", resourceCulture); } } /// /// Looks up a localized string similar to Working directory. /// - internal static string strWorkingDirColumnHeader { + internal static string WorkingDirColumnHeader { get { - return ResourceManager.GetString("strWorkingDirColumnHeader", resourceCulture); + return ResourceManager.GetString("WorkingDirColumnHeader", resourceCulture); } } /// /// Looks up a localized string similar to XULrunner path:. /// - internal static string strXULrunnerPath { + internal static string XULrunnerPath { get { - return ResourceManager.GetString("strXULrunnerPath", resourceCulture); + return ResourceManager.GetString("XULrunnerPath", resourceCulture); } } /// /// Looks up a localized string similar to Yes. /// - internal static string strYes { + internal static string Yes { get { - return ResourceManager.GetString("strYes", resourceCulture); + return ResourceManager.GetString("Yes", resourceCulture); } } diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 3b00f0b20..69dd71cf3 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -117,2371 +117,2371 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + O Aplikaci - + Aktuální - + Aktuální složka - + Aktivita - + Nové připojení - + Nová složka - + Operace přidání uzlu (AddNodeFromXML) selhala! - + Operace přidání uzlu (AddNodesFromSQL) selhala! - + Umožnit spuštění jen jedné instance aplikace (bude potřeba restartovat mRemoteNG) - + Vždy - + Vždy připojit, i když autentizace selže - + Při navázání spojení vždy nabídnout výběr panelu - + Vždy zobrazovat záložky (taby) panelů - + Vždy zobrazit notifikační ikonu - + Zeptat se na nastavení později - + Upravit nastavení teď - + Použít doporučená nastavení - + {0} může automaticky hledat aktualizace, které mohou obsahovat nové funkce a opravy chyb. Doporučuje se, abyste dovolili {0} hledat aktualizace každý týden. - + Natavení automatických aktualizací - + Poměr stran - + Automaticky získat informace o sezení - + Automaticky ukládat každých: - + Minut(y) (0 = vypnuto) - + Poslední verze - + &Procházet... - + &Storno - + Změnit - + &Zavřít - + Výchozí převezetí z nadřízené - + Výchozí vlastnosti - + Odpojit - + Ikona - + &Importovat - + Z nadřazené - + &Spustit - + Spustit PuTTY - + &Nový - + &OK - + Vlastnosti - + &Scanovat - + &Stop - + Test Proxy - + Hlavní soubor s nastavenými spojeními nelze importovat. You cannot import a normal connection file. Prosím použijte Soubor - Otevřít seznam spojení... pro načtení souboru s nastavením spojení! - + Nelze scanovat porty, IP adresa má nesprávný tvar! - + Vzhled - + Spojení - + Autentizace - + Zobrazení - + Brána - + Všeobecné - + Různé - + Protokol - + Přesměrování - + Vždy zobrazit tento dialog při startu - + Obnovit - + Kontrola selhala! - + Kontrola úspěšná! - + Funckionalita pro (RDP) sezení vyžaduje, abyste měli ve Vašem systému zaregistrovánu knihovnu eolwtscom.dll . mRemoteNG je sice s touto komponentou dodáváno, avšak pokud jej nenainstalujete s pomocí Instalátoru, není knihovna automaticky zaregistrována. Pro provedení registrace ručně spusťe následující příkaz v konzoli příkazového řádku (Start->Spustit->cmd) v administrátorském režimu(!) : regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (kde C:\Program Files\mRemoteNG\ is je cesta ke složce Vaší kopie mRemoteNG ). Pokud tato kontrola stále selhává nebo nejste schopni používat funkcionalitu RDP v mRemoteNG, prosím obraťte se na diskuzní fórum mRemoteNG na adrese http://forum.mremoteng.org/. - + Knihovna EOLWTSCOM byla nalezena a zdá se, že je správně zaregistrována. - + Funkcionalita ICA vyžaduje, aby byl nainstalován XenDesktop Online Plugin a knihovna wfica.ocx byla zaregistrována. Klienta můžete stáhnout zde: http://www.citrix.com/download/ Pokud máte XenDesktop Online Plugin nainstalován a kontrola stále selhává, pokuste se zaregistrovat wfica.ocx ručně. K tomu otevřete dialog "Spustit" (Start->Spustit) a zadejte následující text: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (kde c:\Program Files\Citrix\ICA Client\ je cesta ke složce s Vaší instalací XenDesktop Online Plugin). Pokud tato kontrola stále selhává nebo nejste schopni používat funkcionalitu ICA v mRemoteNG, prosím obraťte se na diskuzní fórum mRemoteNG na adrese http://forum.mremoteng.org/. - + Všechny komponenty ICA byly nalezeny a zdají se být řádně zaregistrovány. Citrix ICA Client Control verze {0} - + není správně instalováno - + Protokoly SSH, Telnet, Rlogin and RAW potřebují ke své práci program PuTTY. PuTTY je součástí každého balíčku s mRemoteNG a je k nalezení ve složce, kde je mRemoteNG nainstalován. Prosím ujistěte se, že budťo máte soubor Putty.exe ve složce vašeho mRemoteNG (výchozí je: c:\Program Files\mRemoteNG\) nebo že jste zadali správnou cestu ke složce obsahující program PuTTY v Nástrojích (menu Nástroje -> Možnosti -> Pokročilé -> Vlastní cesta k PuTTY) - + Program PuTTY byl nalezen a měl by být připraven k použití. - + Aby RDP fungovalo, musíte mí nainstlaovanou poslední verzi Remote Desktop Connection (Terminal Services) Client 8.0. Můžete jej stáhnout zde : http://support.microsoft.com/kb/925876 Pokud tato kontrola stále selhává nebo nejste schopni používat RDP v mRemoteNG, prosím prosím obraťte se na diskuzní fórum mRemoteNG na adrese http://forum.mremoteng.org/. - + Všechny komponenty RDP byly nalezeny a zdají se být řádně zaregistrovány. Remote Desktop Connection Control verze {0} - + Funkcionalita VNC vyžaduje knihovnu VncSharp.dll ve složce s vaší instalací mRemoteNG. Prosím ujistěte se, že máte v aplikační složce vaší instalace mRemoteNG soubor VncSharp.dll (zpravidla složka C:\Program Files\mRemoteNG\). Pokud tato kontrola stále selhává nebo nejste schopni používat VNC v mRemoteNG, prosím prosím obraťte se na diskuzní fórum mRemoteNG na adrese http://forum.mremoteng.org/. - + Všechny VNC součásti byly nalezeny a zdají se být řádně zaregistrovány. VncSharp Control verze {0} - + Automaticky obnovit připojení v případě přerušení spojení se serverem(pouze RDP && ICA) - + Doména - + Tuto zprávu příště nezobrazovat. - + Dle nadřazené - + Heslo - + Tento proxy server vyžaduje autentizaci - + Vlastní cesta k PuTTY: - + Obnovit spojení jakmile je připraveno - + Pro spojení použít proxy server - + Login - + Čekat na logout - + Opakovat kontrolu - + Zkontroluj aktualizace při spuštění - + Zkontrolovat nyní - + Zkontroluj komponenty při spuštění - + Před připojením vybrat panel - + Zavřené porty - + Sbalit vše - + Přepínače (parametry) - + Zobrazené jméno - + Jméno souboru - + Host/IP - + Zpráva - + Login - + Čekat na logout - + E&xit {0} - + Nemohl jsem zpracovat přepínače z příkazového řádku! - + &Otevřít seznam spojení - + &Zkusit znovu - + {0} detekoval v systému běžící aplikaci Lenovo Auto Scroll Utility. Tato aplikace je známá jako zdroj problémů s {0}. Doporučujeme ji uzavřít nebo odinstalovat. - + Detekován porblém s kompatibilitou - + Kontrola komponent - + Operace btnIcon_Click selhala! - + Operace ShowHideGridItems selhala! - + Operace IconMenu_Click selhala! - + Operace vlastností (Property Grid object) selhala! - + Operace SetHostStatus selhala! - + Operace pGrid_PopertyValueChanged selhala! - + Operace Config UI load selhala! - + Přejete si uzavřít spojení: "{0}"? - + Opravdu chcete zavřít panel "{0}"? Všechna spojení v něm obsažená budou také uzavřena. - + Jste si jisti, že si přejete smazat externí nástroj "{0}"? - + Jste si jisti, že si přejete smazat {0} vybraných externích nástorojů? - + Jste si jisti, že si přejete smazat spojení "{0}"? - + Jste si jisti, že si přejete smazat prázdnou složku "{0}"? - + Jste si jisti, že si přejete smazat složku "{0}"? Všechny složky a spojení v ní obsažené budou smazány také!!!! - + Přejte si zavřít všechna otevřená spojení? - + Jste si jisti, že si přejete obnovit výchozí rozložení panelů? - + Připojit - + Připojit na celou obrazovku - + Připojuji... - + Protokol událostí připojen - + Připojení k "{0}" přes "{1}" bylo provedeno uživatelem "{2}" (Popis: "{3}"; Login: "{4}") Připojení selhalo! - + Chyba protokolu (či horizontu?) událostí - + Otevření spojení selhalo! - + Nemohu navázat spojení: Nebyla specifikována adresa či jméno hostitele! - + Chyba RDP! Kód chyby: {0} Popis: {1} - + Spojení - + nastavit výchozí port! - + Nepovedlo se vytvořit zálohu souboru seznamu spojení! - + Nepovedlo se naimportovat soubor se seznamem spojení! - + Nepovedlo se načíst soubor seznamu spojení "{0}"! - + Nepovedlo se načíst soubor seznamu spojení "{0}"! Otevírám nový prázdný soubor seznamu spojení. - + Nepovedlo se uložit soubor seznamu spojení! - + Nepovedlo se uložit soubor seznamu spojení "{0}"! - + Připojit bez loginu - + Připojit k otevřenému sezení konzole - + Připojit (s možnostmi) - + Připojení k {0} přes {1} uzavřeno uživatelem {2}. - + Připojení k {0} přes {1} uzavřeno uživatelem {2}. (Popis: "{3}"; Uživatel: "{4}") - + Událost uzavření spojení - + Události uzavření spojení selhala! - + Nepovedlo se vytvořit nový soubor seznamu připojení! - + Nepovedlo se najít ovládací prvek ToolStrip control v objektu FilteredPropertyGrid. - + Instalovaná verze - + Výchozí vzhled - + Detekovat - + Nepovedlo se připojit do sezení konzole - + Nepřipojovat pokud autentizace selže - + Zavřít tab dvojklikem na něj - + Stáhnout a nainstalovat - + Duplikovat - + Přejete si pokračovat bez hesla? - + Pro prázdná políčka Login, Heslo nebo Doména použít: - + 128-bit - + 128-bit (jen pro logon) - + 40-bit - + 56-bit - + Basic - + Zakódovat celý soubor seznamu připojení - + Koncová IP - + Skončit portem - + Metoda AddExternalToolsToToolBar (frmMain) selhala. {0} - + Metoda AddFolder (UI.Window.ConnectionTreeWindow) selhala. {0} - + Tato verze databáze {0} není kompatibilní s touto verzí {1}. - + Metoda CloneNode (Tree.Node) selhala. {0} - + Kód chyby {0}. - + Seznam připojení nemohl být uložen. - + Spuštění PuTTY se nezdařilo. - + Dešifrování se nezdařilo. {0} - + Začifrování se nezdařilo. {0} - + Chyby - + Výchozí soubor seznamu spojení se nepodařilo načíst.{0}{0}{2}{0}{3}{0}{0}Aby se zabránilo ztrátě dat, {1} se nyní ukončí. - + Metoda VerifyDatabaseVersion (Config.Connections.Save) selhala. {0} - + Rozbalit vše - + Experimentální - + Exportovat - + Exportovat vše - + Exportovat soubor - + Exportovat položky - + Exportovat mRemote/mRemoteNG XML - + Exportovat vlastnosti - + Exportuj vybrané spojení - + Export vybranou složku - + &Exportovat do souboru... - + Ext. App - + Nový Externí Nástroj - + Obsahuje ikony od [FAMFAMFAM] - + http://www.famfamfam.com/ - + &Formát souboru: - + Všechny soubory (*.*) - + Všechny importovatelné soubory - + Soubory aplikací (*.exe) - + Soubory mRemote CSV (*.csv) - + Soubory mRemote XML (*.xml) - + Soubory PuTTY Connection Manager - + Soubory Remote Desktop Connection Manager (*.rdg) - + Soubory RDP (*.rdp) - + Soubory visionapp Remote Desktop 2008 CSV (*.csv) - + Převzít {0} - + Popis převzaté vlastnosti: {0} - + Uvolnit - + Celá obrazovka - + Všeobecné - + Získání informací o spojení z SQL selhalo (Get Connection Info From SQL) - + Došlo k chybě při čtení tohoto nastavení připojení "{0}" z "{1}". {2} - + Automaticky obnovit spojení - + Spojení - + Vlastnosti externích nástrojů - + Soubory - + Hostitel - + HTTP - + Spojení HTTP selhalo! - + Nezdařilo se vytvoření noebého spojení HTTP! - + Změna nadpisu dokumentu HTTP selhala! - + Internet Explorer - + HTTPS - + Nastavení vlast. HTTP selhalo! - + ICA - + Nepovedo se vytvořit nové spojení ICA! - + Načtení pluginu ICA Plugin selhalo! - + Metoda ICA SetCredentials selhala! - + Metoda ICA Set Event Handlers selhala! - + Metoda ICA (nastavení vlastností) Set Props selhala! - + Metoda ICA Set Resolution (nastavení rozlišení) selhala! - + Označ záložky rychlého připojení prefixem "Quick:" - + Import z Active Directory - + Import/Export - + Při importování souboru "{0}" došlo k chybě. - + Import selhal - + Import ze &souboru... - + V rámci kořenu{0}{1}|V rámci vybrané složky{0}{2} - + Kam mají být umístěny importované položky? - + Umístění importu - + &Import - + Importovat mRemote/mRemoteNG XML - + Importovat ze scanu portů - + Importovat z .RDP soburu/ů - + Neaktivní - + Informace - + mRemoteNG je aktuální - + Zrušení procesu Int App process selhalo! - + Metoda Int App Focus selhala! - + Int App Handle: {0} - + Ukončení Int App Process selhalo! - + Handler Panelu : {0} - + Metoda Int App Resize selhala! - + --- IntApp výstup --- - + Int App Název: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Adresa: - + Parametry: - + Change Log: - + Když se ukončují spojení: - + &Připojit: - + Zobrazený název: - + Doména: - + Název souboru: - + Hostitel: - + Možnosti: - + Heslo: - + Port: - + Přenosná verze - + Protokol: - + Pro konfiguraci sezení PuTTY stiskněte toto tlačítko: - + Maximální doba čekání na PuTTY a integrované externí nástroje: - + Vydáno pod GNU General Public License (GPL) - + sekund - + Z níže uvedeného seznamu vyberte panel nebo stiskněte "Nový" pro přidání nového. Pro pokračování stiskněte "OK". - + Stav Serveru: - + Databáze: - + Databáze: - + Login: - + Verifikuj: - + Jazyk - + (Automaticky) - + Aby se projevila změna jazyka, musí být {0} restartován. - + Načtení z SQL selhalo - + Informace o spojení nemohly být načteny z SQL serveru. - + Načtení z XML selhalo! - + Lokální soubor - + Lokální soubor neexistuje! - + Logoff - + Zápis do souboru reportu selhalo! - + Nebylo možné uložit report do požadovaného umístění. - + Využívá "Magic library" od [Crownwood Software] - + http://www.dotnetmagic.com/ - + O aplikaci - + Nový panel spojení - + Vyhledat aktualizace - + Nastavení - + Připojit - + Panely - + Spojení - + Nastavení spojení - + Kopírovat - + Ctrl-Alt-Del - + Ctrl-Esc - + Smazat... - + Smazat spojení... - + Smazat vnější nástroj... - + Smazat složku... - + Odpojit - + Přispějte - + Klonovat - + Klonovat připojení - + Klonovat složku - + Klonovat záložku tabu - + Exit - + Externí nástroje - + Nástrojová lišta externích nástrojů - + &Soubor - + Celá obrazovka - + Celá obrazovka (RDP) - + &Nápověda - + Nápověda mRemoteNG - + Jít na - + Spustit externí nástroj - + Nový soubor seznamu spojení - + Nový externí nástroj - + Varovné zprávy - + Kopírovat vše - + Smazat - + Smazat vše - + Otevřít soubor seznamu spojení... - + Možnosti - + Vložit - + Scan portů - + Nástrojová lišta rychlého připojení - + Obnovit připojení - + Obnovit obraz (VNC) - + Přejmenovat - + Přejmenovat spojení - + Přejmenovat složku - + Přejmonovat záložku tabu - + Nahlásit chybu - + Výchozí vzhled - + Uložit seznam spojení - + Uložit seznam spojení jako... - + Snímek obrazovky - + Správa snímků obrazovek - + Poslat speciální stisk kláves (VNC) - + Získat - + Sezení - + Sezení a snímky obrazovek - + &Zobraz texty nápovedy - + Zobraz text - + Automatická velikost (RDP/VNC) - + SSH přenos souborů - + Spustit (VNC) chat - + Diskuzní fórum podpory - + &Nástroje - + Přenos souboru (SSH) - + &Zobrazení - + Pouze prohlížet (VNC) - + Webová stránka - + Minimizovat do oznamovací oblasti - + Přesunout dolů - + Přesunout nahoru - + mRemoteNG CSV - + mRemoteNG XML - + Aktivní přihl. údaje (z Windows logon) - + Nikdy - + Nové spojení - + Nová složka - + Nový panel - + Nový kořen - + Nový popisek - + Ne - + Bez komprimace - + Nebyla specifikována ext. aplikace. - + (žádné) - + (žádné) - + Normal - + Ne automatickou velikost - + Nejsou k dispozici žádné aktualizace - + Pokoušíte se načíst soubor seznamu spojení, který byl vytvořen pomocí velmi ranné verze mRemote, což by mohlo vést k běhové chybě. Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojení! - + Otevřít novou záložku tabu vpravo od právě vybraného - + Otevřené porty - + &Smazat - + &Nové - + &Resetovat na výchozí - + Resetovat &všechny na výchozí - + Taby - + Další tab - + Předchozí tab - + Uprav zkratku - + Klévesové zkratky - + Ověřuji... - + Klávesnice - + Vzhled - + &Odstranit - + &Nový - + Název panelu - + Chránit heslem - + Obě hesla musejí být stejná. - + helso musí být dlouhé alespoň 3 znaky. - + Prosím vyplňte všechna vstupní pole - + Scanování portů dokončeno. - + Nezdařilo se otevřít panel PortScan! - + (Tyto vlastnosti se uloží pouze tehdy, pokud vyberete formát výstupního souboru typu "mRemote" nebo "mRemoteNG XML"!) - + zadejte název hostitele nebo jeho IP adresu ke které se chcete připojit. - + Změnit všude převzetí z nadřazené. - + Vyberte jakou úroveň autentizace má toto spojení použít. - + Vyberte jak se chcete autentizovat VNC serveru. - + Vyberte zda si přejete autoamticky změnit velikost virtuální obrazovky v rámci spojení když se změní velikost okna nebo je zapnut režim celé obrazovky. Toto vyžaduje RDC ve verzi 8.0 nebo vyšší. - + Vyberte zda chcete využívat mezipamět bitmapových dat či nikoliv. - + Vyberte barevnou hloubku. - + Vyberete úroveň komprese. - + Sem zadejte své poznámky nebo popis hostitele. - + Zvolte "ano" pokud má být použit vzhled (téma) nastavený na vzdáleném hostiteli. - + Zvolte "ano" pokud se má zobrazovat pozadí plochy dle nastavení na vzdáleném hosititeli. - + Zadejte doménu pod kterou spadají uživatelské přihlašovací údaje (NETBIOSNAME před '\') . - + Vyberte zda použít pokročilé prvky rozhraní (Aero etc.) nebo ne. - + Vyberte zda použít vyhlazování písem. - + Vyberte způsob kódování přenosu. - + Vyberte požadovanou sílu šifrování vzdáleného hostitele. - + Vyberte externí nástroj, který má být spuštěn. - + Vyberte externí nástroj, který má být spuštěn po odpojení od vzdáleného hostitele. - + Vyberte externí nástroj, který má být spuštěn před spojením se vzdáleným hostitelem. - + Vyberte ikonu zobrazovanou pro toto spojení. - + Specifikuje pomocné informace pro rozkladače zátěže (load balancery - NLB) pro výběr nejlepšího serveru. - + Pokud se využívá v externím nástroji, zadejte sem MAC adresu vzdáleného hostitele. - + Toto jméno bude zobrazeno ve stromě seznamu spojení a jejich složek. - + Zadaný název určí panel, ve kterém se má spojení otevřít. - + Sem zadejte Vaše heslo. - + Zadejte port typu protokolu, na kterém poslouchá server/hostitel, ke kterému se připojujete. - + Vyberte jakým způsobem (typem spojení) se má mRemoteNG spojit s tímto hostitelem. - + Vyberte uložené sezení PuTTY, které se použije pro toto spojení. - + Specifikuje doménové jměno, které uživatel předává při spojení s bránou vzdálené plochy (RD Gateway server). - + Specifikuje název hostitele serveru brány vzdálené plochy (Remote Desktop Gateway server), přes kterého má být toto spojení zprostředkováno. - + Specifikuje kdy má být použít server brány vzdálené plochy (Remote Desktop Gateway = RD Gateway). - + Specifikuje, zda pro přihlášení k serveru brány vzdálené plochy použít stejné jméno a heslo jako je hlavní login pro toto spojení. - + Specifikuje uživatelské jméno (login) odlišné od hlavního, které se použije pouze pro spojení se serverem brány vzdálené plochy (RD Gateway server). - + Specifikuje, zda mají být lokální disky na tomto počítači připojeny ke vzdálenému hostiteli. - + Vyberte, zda mají být složené stisky kláves (např. Alt-Tab) přesměrovány na vzdáleného hostitele, když je okno mRemote aktivní (má focus). - + Specifikuje, zda mají být lokální hardwarové porty (COM, LPT - paralelní) z tohoto počítače připojeny ke vzdálenému hostiteli. - + Specifikuje, zda mají být tiskárny lokálně připojené (nainstalované na tomto počítači) připojeny ke vzdálenému hostiteli. - + Specifikuje, zda mají být čipové karty disponibilní na tomto počítači zprostředkovány také vzdálenému hostiteli. - + Vyberte, jak mají být přesměrovány zvuky ze vzdáleného hostitele. - + Vyberte který vykreslovací engine má zobrazovat webové stránky HTML. - + Vyberte rozlišení nebo režim, ve kterém se toto spojení otevře. - + Vyberte zda má být použita automatická změna velikosti (rozlišení). - + Připojit se ke konzoli (příkazovému řádku) vzdáleného hostitele (pokud podporuje více variant). - + V případě jeho dostupnosti, použít při autentizaci poskytovatele podpory bezpečných přihlašovacích údajů (Credential Security Support Provider - CredSSP). - + Sem můžete zadat jakékoliv informace uznáte za vhodné. - + Sem vložte své uživatelské (přihlašovací) jméno = login. - + Pokud si přejete připojit se k hostiteli v režimu pouze prohlížení (bez ovládání), vyberte "ano". - + Vložte adresu proxy serveru, přes který má spojení probíhat. - + Zadejte heslo k proxy serveru, který má spojení zprostředkovat. - + Zadejte port, na kterém proxy server naslouchá. - + Pokud používáte proxy pro zprostřekování (tunelování) VNC psojení, zadejte jakým typem proxy tak činíte. - + Vložte vaše uživatelské jméno pro autentizaci vůči proxy serveru. - + Hostname/DN/IP - + Vše - + Po autentizaci - + Režim autentizace - + Automatické rozlišení - + Mezipaměť bitmap - + Bar. hloubka - + Komprese - + Popis - + Použít téma vzhledu - + Pozadí plochy - + Doména - + Pokroč. plocha (Aero) - + Vyhlazování písem - + Kódování - + Síla šifrování - + Externí nástroj - + Externí nástroj po odp. - + Externí nástroj před spoj. - + Ikona - + Load Balance Info - + Adresa MAC - + Jméno - + Panel - + Heslo - + Port - + Protokol - + Konfigurace PuTTY - + Doména (RD brána) - + Host/DN/IP (RD brána) - + Heslo (RD brána) - + Použít RD bránu - + Přihl. údaje brány - + Login brány - + Připojit lok. disky - + Posílat kláv. zkr. - + Připoj COM/LPT - + Připoj tiskárny - + Poskytuj karty - + Zvuky - + Vykreslovací engine - + Rozlišení - + Režim resize - + Připoj k příkazové konzoli - + Použít CredSSP - + Poznámka - + Login jméno - + Jen sledovat - + Adresa proxy - + Heslo proxy - + Port proxy - + Typ proxy - + Login k proxy - + Událost prokolu Odpojeno. Zpráva: {0} - + Událost protokolu "Odpojeno" selhala. {0} - + Protocol k importu - + Test proxy selhal! - + Test proxy uspěl! - + Odstranění procesu PuTTY selhalo! - + Nemohu aktivovat okno (focus)! - + Získání seznamu konfigurací sezení/spojení PuTTY selhalo! - + PuTTY Handle: {0} - + Ukončení procesu PuTTY selhalo! - + Panel Handle: {0} - + Změna rozlišení okna PuTTY selhala! - + Uložená sezení/spojení PuTTY - + Nastavení PuTTY sezení/spojení - + Nastavení PuTTY - + Příkaz na zobrazení dialogového okna PuTTY Nastavení selhal! - + Spuštění PuTTY selhalo! - + --- PuTTY výstup --- - + PuTTY název okna: {0} - + Quick: {0} - + Rychlé spojení - + Přidání rychlého spojení selhalo! - + Vytvoření rychlého spojení selhalo - + &Varuj mě, když zavírám spojení - + Varuj mě jen, když u&končuji mRemoteNG - + Varuj mě jen, když zavírám více&násobná spojení - + Neva&ruj mě, když zavírám spojení - + RAW - + RDP - + 16777216 barev (24-bit) - + 256 barev (8-bit) - + 32768 barev (15-bit) - + 16777216 barev (32-bit) - + 65536 barev (16-bit) - + Metoda RDP Add Resolution selhala! - + Metoda RDP Add Resolutions selhala! - + Metoda Add Session selhala - + Metoda Close RDP Connection selhala! - + Nebylo možné aktivovat ovládací prvek okna RDP, prosím zkontrolujte požadavky mRemoteNG na prerekvizity. - + Vypnout blikání kurzoru - + Vypnout stín kurzoru - + Vypnout přetahování celého okna (Full Window) - + Vypnout animace menu - + Vypnout nastavení vzhledu - + Vypnout pozadí plochy - + RDP odpojeno! - + Pokud o odpojední RDP selhal, zkouším uzavřít! - + Interní chyba kód 1. - + Interní chyba kód 2. - + Interní chyba kód 3. Toto není validní stav. - + Interní chyba kód 4. - + Během připojování klienta došlo k nepominutelné chybě. - + Metoda GetError selhala (FatalErrors) - + Došlo k neznámé nepominutelné chybě RDP. Kód chyby {0}. - + Došlo k chybě "nedostatek paměti". - + Došlo k neznámé chybě. - + Došlo k chybě při vytváření okna. - + Chyba inicializace Winsock. - + Nezdařil se import souboru rdb! - + Přizpůsobit panelu - + Aktivace RDP okna (focus) selhala! - + Brána RD (RD Gateway) je podporována. - + Brána RD (RD Gateway) NENÍ podporována! - + Metoda GetSessions selhala! - + Počet pokusů o znovunavázání spojení RDP: - + Metoda RDP SetAuthenticationLevel selhala! - + Metoda RDP SetUseConsoleSession selhala! - + Nastavuji přepínací parametr konzole Setting RDC {0}. - + Metoda RDP SetCredentials selhala! - + Metoda RDP SetEventHandlers selhala! - + Metoda RDP SetRDGateway selhala! - + Metoda RDP SetPerformanceFlags selhala! - + Metoda RDP SetPort selhala! - + Metoda RDP SetProps selhala! - + Metoda Rdp Set Redirection selhala! - + Nastavení přesměrování klávesových zkratek (Rdp Set Redirect Keys) selhalo! - + Metoda RDP SetResolution selhala! - + Autom. velikost - + Přehrávat v místním počítači - + Vůbec nepřehrávat - + Přehrávat na vzdáleném počítači - + Metoda RDP ToggleFullscreen selhala! - + Metoda RDP ToggleSmartSize selhala! - + Znovu se připojit k předchozím otevřeným relacím při startu aplikace - + Obnovit - + Vzdálený soubor - + Odstranit vše - + Přejmenovat - + Rlogin - + Uložit - + Uložit vše - + Přejete si uložit stávající soubor seznamu připojení před načtením jiného? - + Ukládat spojení při ukončení aplikace - + Soubor Graphics Interchange Format (.gif)|*.gif|Soubor Joint Photographic Experts Group (.jpeg)|*.jpeg|Soubor Joint Photographic Experts Group (.jpg)|*.jpg|Soubor Portable Network Graphics (.png)|*.png - + Obrazovka - + Snímek obrazovky - + Snímky obrazovek - + Hledat - + Odeslat.. - + Metoda Get Sessions Background selhala - + Odstranění (Session Background) selhalo - + Při konfiguraci spojení vyplnit DN hostitele podle zadaného názvu spojení - + Nastavení textu hlavního formuláře selhalo - + Nebylo možné uložti nastavení nebo zrušit ikonu v oznamovací oblasti! - + Zobrazovat "popis" jako tooltip v seznamu spojení - + V názvu okna zobrazovat úplnou cestu k souboru seznamu spojení - + Zobrazovat v názvu záložek (tabech) informace o loginu - + Zobrazovat v názvu záložek (tabech) protokol (typ spojení) - + Otevírat spojením jedním klikem v seznamu - + Kliknutím na již otevřené spojení v seznamu přepne na jeho tab záložku - + Konst. poměr stran - + Volné - + Nepoužívat auto resize - + Socks 5 - + Řazení - + Vzestupně (A-Z) - + Sestupně (Z-A) - + Klávesové zkratky - + Prosím navštivte nápovědu - Začínáme - Konfigurace SQL pro získání dalších informací! - + SQL Server - + Vyhledávání aktualizací SQL ukončeno a aktualizace jsou k dispozici. Budu aktualizovat seznam spojení. - + SSH ver 1 - + SSH ver 2 - + Selhal přenos na pozadí přes SSH! - + Přenos úspěšně dokončen! - + Selhala metoda SSH Transfer End (UI.Window.SSHTransfer)! - + Selhal přenos přes SSH. - + Počáteční IP - + Počáteční Port - + Startup/Exit - + Stav - + Přepnout do notifikačního panelu při: - + Pokročilé - + Vzhled - + Taby && Panely - + Aktualizace - + Telnet - + Následující: - + Konfigurační panel - + Panel spojení - + Všeobecné - + Barva pozadí konfiguračního panelu. - + Barva textu nadpisů kategorií v konfiguračním panelu. - + Barva ohraničení tabulky v konfiguračním panelu - + Barva pozadí nápovědy v konfiguračním panelu. - + Barva textu nápovědy v konfiguračním panelu. - + Barva textu v konfiguračním panelu. - + Barva pozadí v panelu seznamu spojení. - + Barva textu v panelu seznamu spojení. - + Barva čar stromu seznamu v panelu spojení. - + Barva pozadí v nabídkách (menu). - + Barva textu v nabídkách (menu). - + Barva pozadí v políčku pro vyhledávání. - + Barva textu v políčku pro vyhledávání. - + Barva vyskakujícího textu v políčku pro vyhledávání. - + Barva pozadí nástrojových lišt (toolbar). - + barva textu nástrojových lišt (toolbar). - + Barva pozadí hlavního okna aplikace. - + Barva pozadí konfiguračního panelu - + Barva textu konfiguračního panelu - + Barva ohraničení tabulek konfiguračního panelu - + Barva pozadí nápovědy konfiguračního panelu - + Barva textu nápovědy konfiguračního panelu - + Barva textu konfiguračního panelu - + Barva pozadí panelu seznamu připojení - + Barva textu panelu seznamu připojení - + Barva čar stromu seznamu připojení - + Barva pozadí nabídek - + Barva textu nabídek - + Barva pozadí pole vyhledávání - + Barva textu pole vyhledávání - + Barva textu nabídky v poli vyhledávání - + Barva pozadí nástrojové lišty - + Barva textu nástrojové lišty - + Barva pozadí okna - + Chyba ({0}) - + Informace ({0}) - + Heslo - + Heslo pro {0} - + Vybrat panel - + Varování ({0}) - + Přenést - + Přenos selhal! - + Zkouším integrovat - + Typ - + Ultra VNC Repeater - + UltraVNC SingleClick port: - + Nezaškrtávejte ty vlastnosti, které nechcete uložit! - + Vzhled be názvu - + mRemoteNG vyžaduje aktualizaci - + mRemoteNG se může pravidelně připojovat k webu mRemoteNG aby zkontroloval aktualizace. - + Informace o aktualizacích nemohly být staženy. - + Vyhledání aktualizací selhalo! - + Vyhledávám aktualizace... - + mRemoteNG Portable Edition nyní nepodporuje automatické aktualizace. - + Stahování ukončeno! mRemoteNG se nyní ukončí a zahájí instalaci. - + Aktualizaci se nepodařilo stáhnout. - + Stahování aktualizací se nepodařilo zahájit. - + Každý(ch) {0} dnů - + Denně - + Měsíčně - + Týdně - + Seznam informací o změnách se nepodařilo stáhnout. - + Použít jiné uživatelské jméno (login) a heslo - + Uživatel - + Použít stejné uživatelské jméno (login) a heslo - + Použít čipovou kartu - + Použít SQL Server ke stažení && uloženho seznamu spojení - + Verze - + VNC - + Odpojení VNC selhalo! - + Obnovení obrazovky VNC selhalo! - + VNC zaslat klávesovou zkratku selhalo! - + Selhala metoda VNC Set Event Handlers! - + Nastavení VNC Set Props selhalo! - + Volání VNC Start Chat selhalo! - + Přepnutí VNC automatické velikosti (SmartSize) selhalo! - + Přepnutí VNC do režimu ViewOnly selhalo! - + Varuj mě pokud autentizace selže - + Varování - + Využívá DockPanel Suite od [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + Složka umístění XULrunner: - + Ano - + Obnovit všechna otevřená spojení - + Čas čekání (timeout) na RDP spojení - + Tento uzel již v této složce existuje. - + Nelze přetáhnout uzel na sebe sama. - + Nelze přetáhnout nadřazený uzel na jeho potomka. - + Tento uzel nelze přetahovat myší. - + Režim blokové šifry - + Šifrovací metody - + Bezpečnost - + Počet iterací funkce derivující klíč - + Variabilní - + Vysoká - + Střední - + Vyberte si jednu z kvalit zvuku poskytovanou protokolem: Variabilní, Střední, Vvysoká - + Kvalita zvuku - + Stahování přenosné verze dokončeno! - + Stáhnout - + Počet minut neaktivity v sezení RDP než bude automaticky odpojeno (0 = bez omezení) - + Minut neaktivity do odp. - + Akceptovat - + Přidat - + Editor přihlašovacích údajů - + Správce přihlašovacích údajů - + ID - + Odstranit - + Název - + Vyberte jaké přihlašovací údaje použít pro toto spojení. - + Jste si jisti že chcete odstranit záznam přihlašovacích údajů {0}? - + Přihlašovací údaje s ID "{0}" nebyly nalezeny pro pozužití ve spojení jménem "{1}". - + Zapsat zprávu logu když se RDP sezení odpojí kvůli neaktivitě. - + Upozornit při odpojení z neaktivity - + Heslo musí obsahovat alespoň {0} z těchto písmen: {1} - + Heslo musí obsahovat alespoň {0} malých písmen. - + Heslo musí obsahovat alespoň {0} číslic. - + Heslo musí obsahovat alespoň {0} velkých písmen. - + Delká hesla musí být alespoň {0} a nejvýše {1} znaků. - + Vyberte cestu k souboru logu aplikace mRemoteNG. - + Debugging - + Zobrazovat tyto zprávy - + Cesta k souboru logu - + Logovat tyto typy zpráv - + Vybrat cestu - + Otevřít soubor - + Použít výchozí - + Logování - + Zprávy logu - + Logovat do adresáře kde je aplikace umístěna. - + + Zvolte jak bude přesměrováno vstupní zvukové zařízení + -+ ++ + Vstupní zvuková zařízení + -+ ++ + Ponechat vstup na místním počítači + -+ ++ + Vstup zaslat na vzdálený počítač -+ ++ Přiřazené přihlašovací informace \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index 75c81de53..ebcbb6664 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -117,2148 +117,2148 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Über - + Aktiv - + Aktivität - + Neue Verbindung - + Neuer Ordner - + Das Laden des Knotens über XML ist fehlgeschlagen! - + Das Laden des Knotens über SQL laden ist fehlgeschlagen! - + Nur eine Instanz zulassen (mRemoteNG-Neustart benötigt) - + Immer - + Immer verbinden, auch wenn Authentifizierung fehlschlägt - + Panel Auswahldialog immer anzeigen - + Panel immer anzeigen - + Tray Icon immer anzeigen - + Später nochmal fragen - + Einstellungen jetzt anpassen - + Empfohlenen Einstellungen verwenden - + {0} kann automatisch nach Updates suchen, die neue Funktionen und Fehlerbehebungen enthalten können. Es wird empfohlen, dass Sie {0} erlauben wöchentlich nach Updates zu suchen. - + Automatische Update-Einstellungen - + Aspekt - + Automatisch Sitzungsinformationen einholen - + Automatisch speichern in Minuten (0 bedeutet deaktiviert): - + Minuten (0 bedeutet deaktiviert) - + Verfügbare Version - + &Wählen... - + &Abbrechen - + Ändern - + &Schließen - + Standardvererbung - + Standardeigenschaften - + Trennen - + Symbol - + &Importieren - + Vererbung - + Starte PuTTY - + &Neu - + &Okay - + Eigenschaften - + &Scannen - + &Halt - + Proxy prüfen - + Sie können keine Verbindungsdatei importieren. Bitte verwenden Sie Datei - Verbindungen laden für normale Verbindungsdateien! - + Die eingegebenen IP-Daten sind ungültig, kann den Port Scan nicht starten. - + Aussehen - + Verbindung - + Anmeldedaten - + Anzeige - + Gateway - + Allgemein - + Verschiedenes - + Protokoll - + Umleitung - + Diesen Bildschirm bei jedem Start anzeigen - + Aktualisieren - + Prüfung fehlgeschlagen! - + Prüfung erfolgreich! - + Die (RDP-) Sitzungsfunktion benötigt die Datei eolwtscom.dll. Diese muss korrekt registriert sein. Alle mRemoteNG-Pakete beinhalten diese Datei, jedoch muss sie, wenn Sie eines der nicht-Setup Pakete verwenden, manuell registriert werden. Öffnen Sie hierzu den Ausführen-Dialog (Start - Ausführen) und geben Sie Folgendes ein: regsvr32 "c:\Programme\mRemoteNG\eolwtscom.dll" (Wobei c:\Programme\mRemoteNG\ Ihr mRemoteNG-Installationspfad ist). Wenn Sie noch immer Probleme mit der (RDP-) Sitzungsfunktion in mRemoteNG haben, konsultieren Sie bitte das mRemoteNG-Forum: http://forum.mremoteng.org/ - + EOLWTSCOM wurde gefunden und scheint korrekt registriert zu sein. - + ICA benötigt eine funktionierende XenDesktop-Online-Plugin-Installation und dass die Datei wfica.ocx korrekt registriert ist. Hier können Sie das Plugin herunterladen: http://www.citrix.com/download/ Wenn sie das XenDesktop Online Plugin installiert haben und noch immer Probleme haben, diese Prüfung erfolgreich abzuschließen, versuchen Sie, die Datei wfica.ocx manuell zu registrieren. Öffnen Sie hierzu den Ausführen-Dialog (Start - Ausführen) und geben Sie Folgendes ein: regsvr32 "c:\Programme\Citrix\ICA Client\wfica.ocx" (Wobei c:\Programme\Citrix\ICA Client\ ihr XenDesktop-Online-Plugin-Installationspfad ist). Wenn Sie noch immer Probleme mit ICA haben, konsultieren sie bitte das mRemoteNG-Forum: http://forum.mremoteng.org/ - + Alle ICA-Komponenten wurden gefunden und scheinen korrekt registriert zu sein. Citrix ICA Client Control Version {0} - + nicht korrekt installiert - + Die Protokolle SSH, Telnet, Rlogin und RAW benötigen PuTTY. PuTTY wird in allen mRemote Paketen mitgeliefert und befindet sich im Installationspfad. Bitte versichern Sie sich, dass sich die Datei PuttyNG.exe in ihrem mRemote Installationspfad befindet (Standard: c:\Programme\mRemoteNG\) oder dass Sie einen korrekten Pfad in den Optionen (Extras - Optionen - Erweitert - Eigener PuTTY-Pfad) angegeben haben. - + PuTTY wurde gefunden und scheint betriebsbereit zu sein. - + Um RDP korrekt betreiben können, muss mindestens Remote Desktop Connection (Terminal Services Client) 6.0 installiert sein. Hier können Sie die Software herunterladen: http://support.microsoft.com/kb/951616 Wenn Sie RDP 6.1 bereits installiert haben und die Prüfung noch immer fehlschlägt, versuchen Sie, die Datei mstscax.dll manuell zu registrieren. Öffnen Sie hierzu den Ausführen-Dialog (Start - Ausführen) und geben Sie Folgendes ein: regsvr32 "c:\windows\system32\mstscax.dll" (Wobei c:\ Ihr System-Laufwerk ist). Wenn Sie noch immer Probleme mit RDP haben, konsultieren Sie bitte das mRemoteNG-Forum: http://forum.mremoteng.org/ - + Alle RDP-Komponenten wurden gefunden und scheinen korrekt registriert zu sein. Remote Desktop Verbindung Control Version {0} - + VNC benötigt die Datei VncSharp.dll im mRemoteNG-Programmordner. Bitte stellen Sie sicher, dass Sie die Datei VncSharp.dll in Ihrem mRemoteNG-Programmordner haben (üblicherweise C:\Programme\mRemoteNG\). Wenn Sie noch immer Probleme mit VNC haben, konsultieren Sie bitte das mRemoteNG-Forum: http://forum.mremoteng.org/ - + Alle VNC-Komponenten wurden gefunden und scheinen korrekt registriert zu sein. VncSharp Control Version {0} - + Automatisch versuchen zu verbinden, wenn Verbindung getrennt wird (nur RDP && ICA) - + Domäne - + Diese Nachricht nicht erneut zeigen. - + Vererbung - + Passwort - + Benutze Authentifizierung - + Eigener PuTTY-Pfad: - + Verbinden wenn bereit - + Proxy für automatische Updates verwenden - + Benutzername - + Auf Beendigung warten - + Prüfen - + Beim Start auf Updates und Benachrichtigungen prüfen - + Jetzt prüfen - + Überprüfe die Installation aller Komponenten beim Start - + Panel vor Verbindung auswählen - + Geschlossene Ports - + Alle Ordner schließen - + Parameter - + Anzeigename - + Dateiname - + Hostname/IP - + Nachricht - + Benutzername - + Auf Beendigung warten - + Die Kommandozeilenparameter konnten nicht ausgewertet werden! - + {0} hat festgestellt, dass das Lenovo Auto Scroll Utility auf diesem Computer ausgeführt wird. Dieses Dienstprogramm ist dafür bekannt, dass es Probleme mit {0} verursacht. Es wird empfohlen, dass Sie es deaktivieren oder deinstallieren. - + Kompatibilitätsproblem entdeckt - + Komponenten prüfen - + Bild Knopf Ereignis fehlgeschlagen! - + Verstecken nicht benötigter Eigenschaften fehlgeschlagen! - + Menü Ereignis fehlgeschlagen! - + Eigenschaften Grid Objekt Fehler! - + Host Status setzen fehlgeschlagen! - + Eigenschaften Grid Wert Fehler! - + Laden des Konfigurationsfensters fehlgeschlagen! - + Möchten Sie die Verbindung "{0}" schließen? - + Sind Sie sicher, dass Sie das Panel "{0}" schließen möchten? Alle Verbindungen die es enthält werden ebenfalls geschlossen. - + Sind Sie sicher, dass Sie das extene Programm "{0}" entfernen möchten? - + Sind Sie sicher, dass Sie die {0} selektierten externen Programme entfernen möchten? - + Sind Sie sicher, dass Sie die Verbindung "{0}" entfernen möchten? - + Sind Sie sicher, dass Sie den leeren Ordner "{0}" entfernen möchten? - + Sind Sie sicher, dass Sie den Ordner "{0}" entfernen möchten? Jeder Ordner und jede Verbindung in diesem Ordner werden ebenfalls gelöscht. - + Möchten Sie alle offenen Verbindungen schließen? - + Sind Sie sicher, dass Sie das Panel auf das Standardlayout zurücksetzen wollen? - + Verbinden - + Im Vollbildmodus verbinden - + Verbinde... - + Ereignis Verbindung hergestellt - + Verbindung zu "{0}" mit "{1}" hergestellt von Benutzer "{2}" (Beschreibung: "{3}"; Benutzer Feld: "{4}") Verbindung fehlgeschlagen! - + Ein Protokoll-Ereignisfehler ist aufgetreten! - + Öffnen der Verbindung ist fehlgeschlagen! - + Öffnen der Verbindung fehlgeschlagen: Kein Hostname definiert! - + RDP-Fehler! Fehler Code: {0} Fehler Beschreibung: {1} - + Verbindungen - + Setzen der Standard-Verbindungsdaten fehlgeschlagen! - + Sicherheitskopie der Verbindungsdatei konnte nicht erstellt werden! - + Verbindungsdatei konnte nicht importiert werden! - + Verbindungsdatei "{0}" konnte nicht geladen werden! - + Verbindungsdatei "{0}" konnte nicht geladen werden! Starte mit neuer Datei. - + Verbindungsdatei konnte nicht gespeichert werden! - + Verbindungsdatei konnte nicht als "{0}" gespeichert werden! - + Mit der Konsolensitzung verbinden - + Verbinden (mit Optionen) - + Verbindung zu {0} mit {1} wurde vom Benutzer {2} getrennt. (Description: " & Prot.InterfaceControl.Info.Description & "; User Field: " & Prot.InterfaceControl.Info.UserField & ")" - + Verbindung zu {0} mit {1} wurde vom Benutzer {2} getrennt. (Beschreibung: "{3}"; Benutzer Feld: "{4}") - + Ereignis Verbindung beenden - + Ereignis Verbindung beenden fehlgeschlagen! - + Kann keine neue Verbindungsdatei erstellen! - + Das ToolStrip-Steuerelement konnte in FilteredPropertyGrid nicht gefunden werden. - + Aktuelle Version - + Standard-Aussehen - + Erkennen - + Keine Verbindung herstellen, wenn Authentifizierung fehlschlägt - + Doppelklick schließt Tabs - + Herunterladen && Installieren - + Duplizieren - + Wollen Sie ohne Passwort fortfahren? - + Bei leeren Feldern für Benutzername, Passwort oder Domäne verwende: - + 128 Bit - + 128 Bit (nur Anmeldung) - + 40 Bit - + 56 Bit - + Einfach - + Verbindungsdatendatei vollständig verschlüsseln - + Letzte IP - + Letzter Port - + AddExternalToolsToToolBar (FrmMain) ist fehlgeschlagen. {0} - + AddFolder (UI.Window.Tree) ist fehlgeschlagen. {0} - + Die Datenbankversion {0} ist nicht kompatibel mit dieser Version von {1}. - + CloneNode (Tree.Node) ist fehlgeschlagen. {0} - + Fehler Nummer {0}. - + Die Verbindungsliste konnte nicht gespeichert werden. - + Entschlüsselung ist gescheitert. {0} - + Verschlüsselung fehlgeschlagen. {0} - + Fehler - + Die Verbindungseinstellungen konnten nicht geladen werden.{0}{0}{2}{0}{3}{0}{0}Um Datenverlust zu vermeiden, wird {1} jetzt beendet. - + VerifyDatabaseVersion (Config.Connections.Save) ist fehlgeschlagen. {0} - + Alle Ordner erweitern - + Experimentell - + Exportieren - + mRemote/mRemoteNG XML exportieren - + Externes Programm - + Beinhaltet die Symbole von [FAMFAMFAM] - + Alle Dateien (*.*) - + Application Dateien (*.exe) - + mRemote-CSV-Dateien (*.csv) - + mRemote-XML-Dateien (*.xml) - + RDP-Dateien (*.rdp) - + visionapp Remote Desktop 2008 CSV Dateien (*.csv) - + Vererbe {0} - + Beschreibung des zu vererbenden Elements: {0} - + Frei - + Vollbild - + Allgemein - + Das Laden der Verbindungsdaten über SQL ist fehlgeschlagen! - + Fehler beim Laden des Verbindungseintrags für "{0}" von "{1}". {2} - + Automatisches Wiederverbinden - + Verbindung - + Eigenschaften des externen Programmes - + Dateien - + Host - + Verbindung mit HTTP fehlgeschlagen! - + Erstellen der HTTP-Verbindung fehlgeschlagen! - + Fehler beim Ändern des HTTP-Dokumentfensters! - + Setzen der HTTP-Parameter fehlgeschlagen! - + ICA-Verbindung fehlgeschlagen! - + Einbinden des ICA-Plugins fehlgeschlagen! - + Setzen der ICA-Authenifizierung ist fehlgeschlagen! - + Setzen der Fehlerbehandlung fehlgeschlagen! - + Setzen der ICA-Paramter fehlgeschlagen! - + Setzen der Auflösung fehlgschlagen! - + QuickConnect-Tabs identifizieren, indem das Präfix "Quick" benutzt wird - + Von Active Directory importieren - + Importieren/Exportieren - + mRemote/mRemoteNG XML importieren - + Von Port Scan importieren - + Aus .RDP-Datei(en) importieren - + Inaktiv - + Informationen - + mRemoteNG ist aktuell - + Zerstören des Internen Programmes fehlgeschlagen! - + Setzen des Fokus fehlgeschlagen! - + Internes Programm Handle: {0} - + Beenden des Internen Programmes fehlgeschlagen! - + Panel Handle: {0} - + Internes Programm Größenanpassung fehlgeschlagen! - + --- Internes Programm --- - + Internes Programm Titel: {0} - + STRG-ALT-ENTF - + STRG-ESC - + Addresse: - + Parameter: - + Veränderungsprotokoll: - + Beim Schließen der Verbindungen: - + &Verbinden: - + Anzeigename - + Domäne: - + Dateiname: - + Hostname: - + Optionen: - + Passwort: - + Port: - + Portable Edition - + Protokoll: - + Klicken Sie hier, um die PuTTY-Sitzung zu konfigurieren: - + Maximale Zeit, die auf PuTTY und integrierte externe Programme gewartet wird: - + Unter der GNU General Public License (GPL) veröffentlicht - + Sekunden - + Wählen Sie ein Panel aus der Liste oder klicken Sie auf Neu, um ein neues zu erstellen. Klicken Sie OK um fortzufahren. - + Serverstatus: - + Datenbank: - + Datenbank: - + Benutzername: - + Überprüfen: - + Sprache - + (Automatisch erkannt) - + {0} muss neu gestartet werden, bevor die Sprache aktiv wird. - + Laden per SQL fehlgeschlagen! - + Laden der XML-Datei fehlgeschlagen! - + Lokale Datei - + Die lokale Datei existiert nicht! - + Abmelden - + Schreiben des Report.log fehlgeschlagen! - + Kann das Report.log nicht im Zielordner speichern! - + Benutzt die Magic Bibliothek von [Crownwood Software] - + Über - + Verbindungs-Panel hinzufügen - + Suche nach Updates - + Konfiguration - + Verbinden - + Verbindungs-Panels - + Verbindungen - + Verbindungen und Konfiguration - + Kopieren - + STRG-ALT-ENTF - + STRG-ESC - + Löschen - + Verbindung löschen - + Entfernen - + Ordner löschen - + Trennen - + Spenden - + Duplizieren - + Verbindung duplizieren - + Ordner duplizieren - + Tab klonen - + Beenden - + Externe Programme - + Externe Programme Symbolleiste - + &Datei - + Vollbild - + Vollbild (RDP) - + &Hilfe - + Hilfe - + Springe zu - + Starten - + Neue Verbindungsdatei - + Meldungen - + Alle Kopieren - + Löschen - + Alle Löschen - + Verbindungsdatei öffnen - + Optionen - + Einfügen - + Port-Scan - + QuickConnect Symbolleiste - + Wiederverbinden - + Anzeige aktualisieren (VNC) - + Umbenennen - + Verbindung umbenennen - + Ordner umbenennen - + Tab umbenennen - + Fehler melden - + Layout zurücksetzen - + Verbindungsdatei speichern - + Verbindungsdatei speichern unter - + Bildschirmschnappschuss - + Bildschirmschnappschuss-Verwaltung - + Tastenkombination senden (VNC) - + Sitzungen - + Sitzungen and Bildschirmschnappschüsse - + &Hilfetext anzeigen - + Text anzeigen - + Smart-Size-Modus (RDP/VNC) - + SSH-Dateiübertragung - + Chat starten (VNC) - + Forum - + E&xtras - + Datei übertragen (SSH) - + &Ansicht - + View-Only-Modus - + Webseite - + In den System Tray minimieren - + Nach unten - + Nach oben - + meine aktuellen Windows-Anmeldeinformationen - + Niemals - + Neue Verbindung - + Neuer Ordner - + Neues Panel - + Neue Wurzel - + Neuer Titel - + Nein - + Keine Kompression - + Kein externes Programm definiert! - + keine Anmeldeinformationen - + Keine Angabe - + Normal - + Keine automatische Größenanpassung (Smart-Size) - + Keine Updates verfügbar - + Sie versuchen, eine Verbindungsdatei zu laden, die mit einer sehr frühen mRemote/mRemoteNG-Version erstellt wurde - dies kann zu Fehlern führen. Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstellen! - + Neue Tabs rechts vom momentan selektierten Tab öffnen - + Offene Ports - + Theme - + &Löschen - + &Neu - + Panel-Name - + Passwortschutz - + Bitte alle Felder ausfüllen! - + Kann das Port-Scan-Panel nicht laden! - + (Diese Einstellungen werden nur gespeichert, wenn Sie mRemote XML als Dateiformat auswählen!) - + Der Hostname oder die IP, zu der eine Verbinung aufgebaut werden soll. - + Umschalten aller Vererbungen - + Wählen Sie, welche Authentifizierungs-Variante verwendet wird. - + Wählen Sie, wie Sie sich am VNC-Server authentifizieren wollen. - + Wählen Sie, ob Bitmap-Zwischenspeicherung verwendet werden soll. - + Wählen Sie die zu verwendende Farbqualität. - + Wählen Sie die Kompressionsrate, die verwendet werden soll. - + Geben Sie hier Ihre Notitzen oder eine Beschreibung des Hosts ein. - + Wählen Sie, ob Themen am Remote Host angezeigt werden sollen. - + Wählen Sie, ob Hintergrundbilder am Remote Host angezeigt werden sollen. - + Geben Sie hier ihre Domäne ein. - + Wählen, ob die Desktopgestaltung genutzt werden soll. - + Wählen Sie, ob eine Schriftglättung genutzt werden soll oder nicht. - + Wählen Sie die zu verwendende Codierung. - + Wählen Sie die Verschlüsselungsstärke des Remote Hosts. - + Wählen Sie die zu startende externe Applikation. - + Wählen Sie eine externe Applikation, die gestartet werden soll, nachdem die Verbindung zum Remote Host getrennt wurde. - + Wählen Sie eine externe Applikation, die gestartet werden soll, bevor die Verbindung zum Remote Host aufgebaut wurde. - + Das ausgewählte Icon wird bei Verbindung zum Host im Tab angezeigt. - + Geben Sie die MAC-Adresse des Remote Hosts ein (kann für externe Applikationen verwendet werden). - + Dies ist der Name, der im Verbindungsbaum angezeigt wird. - + Setzt das Panel, in dem die Verbindung geöffnet wird. - + Geben Sie hier ihr Passwort ein. - + Geben Sie den Port ein, auf dem das Protokoll auf Verbindungen wartet. - + Wählen Sie das Protokoll, das verwendet werden soll, um eine Verbindung aufzubauen. - + Wählen Sie eine PuTTY-Sitzung, die bei Verbindung verwendet werden soll. - + Gibt den Domänennamen an, der für die Verbindung zum Gateway-Server verwendet werden soll. - + Gibt den Namen des Remote-Desktop-Gateway-Servers an. - + Spezifiziert, ob ein Remote-Desktop-Gateway- (RD-Gateway-) Server verwendet werden soll. - + Gibt an, ob die Anmeldung am Gateway mit den Zugangsdaten für die Verbindung erfolgen sollen oder nicht. - + Definiert den Benutzernamen zum Verbinden mit dem Gateway-Server. - + Wählen Sie, ob ihre lokalen Festplatten im entfernten System angezeigt werden sollen. - + Wählen Sie, ob Tastenkombinationen wie z.B. Alt-Tab auf das entfernte System umgeleitet werden sollen. - + Wählen Sie, ob ihre lokalen Ports wie z.B. COM, Parallel auf dem entfernte System angezeigt werden sollen. - + Wählen Sie, ob ihre lokalen Drucker auf dem entfernten System zur Verfügung stehen sollen. - + Wählen Sie, ob lokale Smartcards auf dem Remotehost verfügbar sein sollen. - + Wählen Sie, wie Töne auf dem entfernten System wiedergegeben werden sollen. - + Wählen Sie eine der Rendering Engines die verwendet wird um HTML darzustellen. - + Wählen Sie die Auflösung, in welcher die Verbindung geöffnet werden soll. - + Wählen Sie den automatischen Anpassungsmodus (SmartSize), der verwendet werden soll. - + Zur Konsolensitzung des entfernten Hosts verbinden. - + Verwenden Sie den Anmeldeinformationen-Security-Support-Provider (CredSSP) für die Authentifizierung, wenn er verfügbar ist. - + Dieses Feld ist frei beschreibbar. - + Geben Sie hier ihren Benutzernamen ein. - + Wählen Sie, ob sie eine Nur-Anzeige- (View-Only-) Verbindung aufbauen wollen. - + Geben Sie die IP des Proxy-Servers ein. - + Geben Sie Ihr Passwort ein. - + Geben Sie den Port des Proxy-Servers ein. - + Wenn Sie einen Proxy verwenden um auf das entfernte System zugreifen zu können, wählen sie hier den Typ. - + Geben Sie Ihren Benutzernamen ein. - + Hostname/IP - + Alles - + Serverauthentifizierung - + Authentifizierungsmodus - + Bitmaps zwischenspeichern - + Farben - + Komprimierung - + Beschreibung - + Themen anzeigen - + Hintergrundbild anzeigen - + Domäne - + Desktopgestaltung - + Schriftglättung - + Codierung - + Verschlüsselungsstärke - + Externes Programm - + Externes Programm nachher - + Externes Programm vorher - + Symbol - + MAC-Adresse - + Name - + Panel - + Passwort - + Port - + Protokoll - + PuTTY-Sitzung - + Gateway-Domäne - + Gateway-Hostname - + Gateway-Passwort - + Verwende Gateway - + Gateway-Anmeldedaten - + Gateway-Benutzername - + Festplatten - + Tastenkombinationen - + Ports - + Drucker - + Smartcards - + Töne - + Rendering Engine - + Auflösung - + Smart-Size-Modus - + Verwende Konsole - + Verwenden Sie CredSSP - + Benutzerfeld - + Benutzername - + View-Only - + Proxy-Adresse - + Proxy-Passwort - + Proxy-Port - + Proxy-Typ - + Proxy-Benutzername - + Protokollereignis Verbindung getrennnt. {0} - + Protokollereignis Verbindung trennen fehlgeschlagen. {0} - + Zu importierendes Protokoll - + Proxy-Test fehlgeschlagen! - + Proxy-Test erfolgreich! - + Zerstören von PuTTY fehlgeschlagen! - + Setzen des Fokus fehlgeschlagen! - + Auslesen der PuTTY-Verbindungsliste fehlgeschlagen! - + Putty Handle: {0} - + Beenden von PuTTY fehlgeschlagen! - + Panel Handle: {0} - + Ändern der Größe fehlgschlagen! - + PuTTY-gespeicherte Sitzungen - + PuTTY-Einstellungen - + Anzeigen des PuTTY-Konfigurationsfensters fehlgeschlagen! - + Konnte PuTTY nicht starten! - + --- PuTTY --- - + Putty Title: {0} - + Direkt: {0} - + Hinzufügen zur Direktverbindungshistorie fehlgeschlagen! - + Direkte Verbindung fehlgeschlagen! - + &Warnen, wenn Verbindungen beendet werden - + Warne mich nur beim B&eenden von mRemoteNG - + Nur beim Beenden &mehrerer Verbindungen warnen - + Nicht warnen, wenn Verbindungen beendet werden - + Rohdaten (RAW) - + RDP - + 16777216 Farben (24Bit) - + 256 Farben (8Bit) - + 32768 Farben (15Bit) - + 16777216 Farben (32Bit) - + 65536 Farben (16Bit) - + Hinzufügen der Auflösung fehlgeschlagen! - + Hinzufügen der Auflösungen fehlgeschlagen! - + Hinzufügen der Sitzung ist fehlgeschlagen! - + Schließen der RDP-Verbindung fehlgeschlagen! - + Konte das RDP-Plugin nicht einbinden, bitte prüfen Sie die mRemoteNG-Voraussetzungen. - + Cursor-Blinken abschalten - + Cursorschatten deaktivieren - + Fensterinhalt beim Ziehen nicht anzeigen - + Menüanimationen deaktivieren - + Themen deaktivieren - + Entferne Hintergrundbild - + RDP-Verbindung getrennt! - + Trennen der Verbindung fehlgeschlagen, versuche zu schließen! - + Interner Fehler Code 1. - + Interner Fehler Code 2. - + Interner Fehler Code 3 - dies ist kein zugelassener Zustand. - + Interner Fehler Code 4. - + Beim Aufbau der Verbindung ist ein nicht behebbarer Fehler aufgetreten! - + Fehler beim Auslesen der Fehlermeldung! - + Ein unbekannter schwerer Fehler ist der RDP-Verbindung "{0}" aufgetreten! - + Kein freier Speicher verfügbar. - + Ein unbekannter Fehler ist aufgetreten. - + Fenster konnte nicht erstellt werden. - + Winsock-Initialisierung fehlgeschlagen! - + RDP-Datei konnte nicht importiert werden! - + An Panel anpassen - + Setzen des Fokus fehlgeschlagen! - + RDP-Gateway wird unterstützt. - + RDP-Gateway wird nicht unterstützt! - + Auslesen der RDP-Sitzungen fehlgeschlagen! - + RDP-Verbindungsversuche: - + Setzen des RDP-Authenifizierungs-Levels fehlgeschlagen! - + Verwenden der Konsolensitzung fehlgeschlagen! - + Setzen der Konsolenumschaltung für RDC {0}. - + Setzen der RDP-Anmeldedaten fehlgeschlagen! - + Setzen der RDP-Fehlderbehandlungsroutine fehlgeschlagen! - + Setzen des RDP-Gateway fehlgeschlagen! - + Setzen der Performanz-Parameter fehlgeschlagen! - + Setzen des RDP-Ports fehlgeschlagen! - + Setzen der RDP-Parameter fehlgeschlagen! - + Setzen der RDP-Weiterleitung fehlgeschlagen! - + Setzen der RDP-Weiterleitungsschlüssel fehlgeschlagen! - + Setzen der Auflösung fehlgeschlagen! - + Automatisch skalieren - + Hier wiedergeben - + Nicht wiedergeben - + Auf dem Host wiedergeben - + Umschalten in Vollbild-Modus fehlgeschlagen! - + Umschalten der automatischen Größenanpassung (SmartSize) fehlgeschlagen! - + Offene Verbindungen speichern und beim nächsten Start wiederverbinden - + Aktualisieren - + Entfernte Datei - + Alle entfernen - + Umbenennen - + Rlogin - + Speichern - + Alle speichern - + Wollen sie die aktuelle Verbindungsdatei speichern, bevor eine andere geladen wird? - + Verbindungen beim Schließen speichern - + Graphics Interchange Format Datei (.gif)|*.gif|Joint Photographic Experts Group Datei (.jpeg)|*.jpeg|Joint Photographic Experts Group Datei (.jpg)|*.jpg|Portable Network Graphics Datei (.png)|*.png - + Bildschirm - + Bildschirmschnappschuss - + Bilschirmschnappschüsse - + Suche - + Senden an... - + Holen der Sitzung im Hintergrund fehlgeschlagen! - + Beenden der Sitzung im Hintergrund fehlgeschlagen! - + Beim Anlegen einer neuen Verbindung Hostname wie Anzeigename setzen - + Setzen der Hauptformular-Texte fehlgeschlagen! - + Konnte die Konfiguration nicht sichern oder das Tray Symbol entfernen! - + Beschreibungs-Tooltips in der Verbindungsliste anzeigen - + Vollen Verbindungsdateipfad im Titel anzeigen - + Anmeldeinformationen im Tab Titel anzeigen - + Protokoll im Titel des Tab anzeigen - + Ein einzelner Klick auf eine Verbindung öffnet diese - + Ein einzelner Klick auf eine geöffnete Verbindung springt zu dieser - + Aspekt - + verfügbar - + Kein SmartSize - + Socks 5 - + Sortieren - + Aufsteigend (A-Z) - + Absteigend (Z-A) - + spezielle Tasten - + Für mehr Informationen bitte Hilfeeintrag lesen (Info - Help - Getting started - SQL Configuration) - + SQL-Server: - + SQL-Aktualisierungsprüfung beendet und es existiert eine Aktualisierung! Aktualisiere die Verbindungsdaten. - + SSH Version 1 - + SSH Version 2 - + SSH Übertragung im Hintergrund fehlgeschlagen! - + Übertragung erfolgreich! - + SSH Abschluss der Übertragung fehlgeschlagen! - + SSH-Übertragung fehlgeschlagen. - + Erste IP - + Erster Port - + Start/Ende - + Status - + Öffne das Fehler && Infos Panel bei: - + Erweitert - + Aussehen - + Tabs && Panele - + Aktualisierungen - + Telnet - + die folgenden: - + Config-Panel - + Connections Panel - + Allgemein - + Die Hintergrundfarbe des Config-Panels. - + Die Farbe des Textes im Bedienfeld "Config". - + Die Farbe der Rasterlinien im Config-Panel - + Die Hintergrundfarbe des Bereichs Hilfe des Config-Panel. - + Die Farbe des Textes auf den Link "Hilfe" des Bereichs Config. - + Die Farbe des Textes im Config-Panel. - + Die Hintergrundfarbe des Fensters Verbindungen. - + Die Farbe des Textes im Bereich Verbindungen. - + Die Farbe der Strukturlinien im Bereich Verbindungen. - + Die Hintergrundfarbe der Menüs. - + Die Farbe des Textes in den Menüs. - + Die Hintergrundfarbe des Suchfelds. - + Die Farbe des Textes in dem Suchfeld. - + Die Farbe des Textes der Eingabeaufforderung im Suchfeld. - + Die Hintergrundfarbe der Symbolleisten. - + Die Farbe des Textes in den Symbolleisten. - + Die Hintergrundfarbe des Hauptfensters. - + Config-Panel-Hintergrundfarbe - + Config-Panel-Kategorie-Textfarbe - + Config-Panel-Grid-Linienfarbe - + Config-Panel-Hilfe-Hintergrundfarbe - + Config-Panel-Hilfe-Textfarbe - + Config-Panel-Textfarbe - + Verbindungen-Panel-Hintergrund-Farbe - + Verbindungen-Panel-Textfarbe - + Verbindungen-Panel-Baumgrenze-Farbe - + Menü-Hintergrund-Farbe - + Menü-Textfarbe - + Suchfeld-Hintergrundfarbe - + Suchfeld-Textfarbe - + Suchfeld-Prompt-Textfarbe - + Symbolleiste-Hintergrundfarbe - + Symbolleiste-Textfarbe - + Fenster-Hintergrundfarbe - + Fehler ({0}) - + Informationen ({0}) - + mRemoteNG Passwort - + Wähle Panel - + Warnung ({0}) - + Übertragen - + Übertragung fehlgeschlagen! - + Integration versuchen - + Typ - + Ultra Vnc Repeater - + UltraVNC SingleClick Port: - + Deaktivieren Sie alle Eigenschaften, die nicht gespeichert werden sollen. - + Unbenanntes Aussehen - + mRemoteNG-Update verfügbar! - + mRemoteNG kann periodisch auf der mRemoteNG-Webseite nach Aktualisierungen und Neuigkeiten suchen. - + Abschliessen der Prüfung auf Aktualisierung ist fehlgeschlagen! - + Prüfung auf Aktualisierung ist fehlgeschlagen! - + mRemoteNG Portable Edition unterstützt derzeit keine automatische Updates. - + Download fertiggestellt! mRemoteNG wird nun geschlossen und die Installation gestartet. - + Abschluss des Downloads ist fehlgeschlagen! - + Herunterladen der Aktualisierung ist fehlgeschlagen! - + Alle {0} Tage - + Täglich - + Monatlich - + Wöchentlich - + Starten der Aktualisierung ist fehlgeschlagen! - + Anderen Benutzernamen und Passwort verwenden - + Nur Fehler- && Informations-Panel benutzen (Keine Popups) - + Benutzer - + Selben Benutzer und Passwort verwenden - + Verwenden sie eine Smartcard - + SQL-Server für das Laden && Speichern der Verbindungen verwenden - + Version - + VNC - + Trennen der VNC-Verbindung fehlgeschlagen! - + VNC atualisieren des Bildschirminhalts ist fehlgeschlagen! - + Senden spezieller Tastenkombinationen ist fehlgeschlagen! - + Setzen der Fehlerbehandlungsroutine fehlgeschlagen! - + Setzen der VNC-Parameter fehlgeschlagen! - + Starten des VNC-Chat fehlgeschlagen! - + Setzen der automatischen Größenanpassung (SmartSize) fehlgeschlagen! - + Setzen des Nur-Ansicht-Modus fehlgeschlagen! - + Warnung anzeigen, wenn Authentifizierung fehlschlägt - + Warnungen - + Benutzt die DockPanel Suite von [Weifen Luo] - + Logfile schreiben (mRemoteNG.log) - + XULrunner Pfad: - + Ja - + Alle offenen Verbindungen neu verbinden - + &Starten - + Eine Verbindungsdatei öffnen - + Ohne Anmeldedaten verbinden - + Keine Verbindung zur Konsolensitzung herstellen - + PuTTY konnte nicht gestartet werden. - + Alles exportieren - + Datei exportieren - + Eigenschaften exportieren - + Alle wichtigen Dateien - + Import-Vorgang fehlgeschlagen - + Von &Datei importieren - + Wo sollen die importierten Elemente abgelegt werden? - + Import Ziel - + &Löschen - + &Neu - + &Neu - + Nächster Tab - + Hotkeys ändern - + Testen... - + Tastatur - + Prüfung fehlgeschlagen - + Nach Updates suchen... - + Verschlüsselungs-Engine - + Sicherheit - + Dynamisch - + Hoch - + Mittel - + Klangqualität - + Download abgeschlossen! - + Entfernen - + Titel - + Datei öffnen - + Immer zulassen - + Einmal zulassen - + Nicht erlauben @@ -2267,16 +2267,16 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Quelle - + Zurück - + Erstelle und öffne neue Datei - + Andere Datei öffnen - + In v1.76 haben wir ein Berechtigungsverwaltungssystem eingeführt. Diese Funktion erfordert eine erhebliche Änderung bei der Speicherung und Interaktion mit Anmeldeinformationen in mRemoteNG. Sie müssen eine Aktualisierung Ihrer mRemoteNG-Verbindungsdatei durchführen. Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdatei oder gibt Ihnen die Möglichkeit, eine andere Verbindungsdatei zu öffnen, wenn Sie das Upgrade nicht durchführen möchten. @@ -2284,64 +2284,64 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Neue Verbindungsdatei erstellen - + B&eende {0} - + &Nochmal versuchen - + Neues externes Programm - + Die Verbindungsinformationen konnten nicht vom SQL-Server geladen werden. - + Vorheriger Tab - + Tastenkombinationen - + Die beide Passwörter müssen übereinstimmen. - + Das Passwort muss mindestens 3 Zeichen lang sein. - + Port-Scan abgeschlossen. - + Wählen Sie aus, ob die Größe der Verbindung automatisch angepasst werden soll, wenn die Fenstergröße geändert oder der Vollbildmodus umgeschaltet wird. Benötigt RDC 8.0 oder höher. - + Gibt die Lastausgleichsinformationen an, die von Lastenausgleichsroutern verwendet werden, um den besten Server auszuwählen. - + Lastausgleichsinfo - + mRemoteNG Passwort für {0} - + RDP-Verbindungs-Timeout - + Dieser Knoten befindet sich bereits in diesem Ordner. - + Der Knoten kann nicht auf sich selbst gezogen werden. - + Der übergeordnete Knoten kann nicht auf den untergeordneten Knoten gezogen werden. - + Dieser Knoten ist nicht verschiebbar. - + Block-Cipher-Modus - + Zeige diese Nachrichtentypen @@ -2365,147 +2365,147 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Verbindung testen - + Time-Out [Sekunden] - + &Alles zurücksetzen - + Automatische Größenänderung - + PuTTY Sitzungseinstellungen - + In der Symbolleiste anzeigen - + Akzeptieren - + Anmeldeinformationen Editor - + Zugewiesene Anmeldedaten - + Unsicheres Zertifikat zulassen? Freischalten - + Themes aktivieren - + Neuer Thema Name Verbindung testen - + In Datei &exportieren - + Beim Importieren der Datei ist ein Fehler aufgetreten ("{0}"). - + Symbolleisten sperren - + Multi-SSH Symbolleiste - + Erweiterte Sicherheitsoptionen - + Diese Nachrichtentypen protokollieren - + Es werden keine Themes geladen, vergewissern Sie sich, dass das Standard mremoteNG-Theme im Ordner 'themes' vorhanden ist Login fehlgeschlagen für Benutzer '{0}'. - + mRemoteNG Optionen - + Unter dem Stamm {0} {1} | Unter dem ausgewählten Ordner {0} {2} - + Neues externes Tool - + Abrufen - + Der Changelog konnte nicht heruntergeladen werden. - + Wählen Sie die vom Protokoll bereitgestellte Klangqualität: Dynamisch, Mittel, Hoch - + Die Anzahl der Minuten, die die RDP-Sitzung im Leerlauf verbleibt, bevor sie automatisch getrennt wird (0 bedeutet kein Limit) - + Minuten zum Leerlauf - + Hinzufügen - + Wählen Sie aus, welche Anmeldeinformationen für diese Verbindung verwendet werden sollen. - + Möchten Sie die Anmeldeinformationen {0} wirklich löschen? - + Es konnte kein Anmeldedatensatz mit der ID "{0}" für den Verbindungsdatensatz mit dem Namen "{1}" gefunden werden. - + Wählen Sie, ob eine Benachrichtigung empfangen werden soll, nachdem die RDP-Sitzung aufgrund von Inaktivität getrennt wurde - + Benachrichtigung bei Leerlauftrennung - + Das Passwort muss mindestens {0} der folgenden Zeichen enthalten: {1} - + Das Passwort muss mindestens {0} Kleinbuchstaben enthalten - + Passwort muss mindestens {0} Nummer (n) enthalten - + Passwort muss mindestens {0} Großbuchstaben enthalten - + Die Passwortlänge muss zwischen {0} und {1} liegen - + Wählen Sie einen Pfad für das mRemoteNG-Logfile - + Pfad des Logfiles - + Pfad auswählen - + Standard verwenden - + Protokollierung - + In das Anwendungsverzeichnis protokollieren - + Unsicheres Zertifikat für URL zulassen: {0}? @@ -2520,19 +2520,19 @@ Die Passwortlänge muss zwischen {0} und {1} liegen Auffordern das Credential Repository beim Start zu entsperren - + Verbindungsdateipfad Anmeldeinformationen nicht verfügbar - + Soll das Theme wirklich gelöscht werden? - + Das Theme kann nicht erstellt werden, Name bereits vorhanden oder Sonderzeichen im Namen - + Namen des neuen Theme angeben @@ -2547,46 +2547,46 @@ Die Passwortlänge muss zwischen {0} und {1} liegen Verwenden Sie die UTF8-Codierung für die RDP-Eigenschaft "Load Balance Info" - + Die Aktuell gewählte Verbindung exportieren - + Den Aktuell gewählten Ordner exportieren - + Anmeldeinformationen Manager - + Pop-ups - + http://www.famfamfam.com/ - + Element exportieren - + HTTP - + Internet Explorer - + HTTPS - + ICA - + Tabs - + http://sourceforge.net/projects/dockpanelsuite/ - + Download - + ID @@ -2595,48 +2595,48 @@ Die Passwortlänge muss zwischen {0} und {1} liegen Suchleiste über den Verbindungen anzeigen - + Erstelle ein leeres Panel, wenn mRemoteNG gestartet wird - + Update-Kanal - + Stable enthält nur finale Versionen. Beta beinhaltet Betas & Release Candidates. Development umfasst Alphas, Betas und Release Candidates. - + Aktive Verbindung im Verbindungsbaum verfolgen - + Iterationen der Ableitungsfunktion - + UTF8-Kodierung für RDP Eigenschaft "Load Balance Info" verwenden Anmeldedaten - + Anwenden - + Warnung: Ein Neustart ist erforderlich, um Änderungen am Theme anzuwenden. - + Zwischenablage - + Umleitung der Zwischenablage erlauben. - + Multi-SSH Symbolleiste - + Zeige diese Verbindung in den Favoriten - + Favorit @@ -2651,67 +2651,67 @@ Development umfasst Alphas, Betas und Release Candidates. Leerzeichen nicht aus Benutzernamen entfernen - + Benutze VM ID - + Verwenden Sie die VM ID, um eine Verbindung zu einer VM herzustellen die auf Hyper-V ausgeführt wird. - + Die ID der virtuellen Hyper-V-Maschine, zu der eine Verbindung hergestellt werden soll. RDP-Client konnte nicht erstellt werden. Die RDP-Protokollversion {0} wird auf diesem System nicht unterstützt. Bitte wählen Sie eine ältere Protokollversion. - + Legt die Version des RDP fest, die beim Öffnen von Verbindungen verwendet wird. - + Zum Verbinden mittels eines SSH Tunnels (Jump Host) geben Sie hier den Namen der SSH Verbindung an, welche benutzt werden soll um den SSH Tunnel einzurichten. - + Geben Sie hier zusaetzliche Optionen an welche fuer die SSH Verbindung verwendet werden sollen. Fuer weitere Infos zu den moeglichen Optionen konsultieren sie die Putty Dokumentation. - + Konfigurationsfehler der Verbindung. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Eine Verbindung mit dem als SSH Tunnel konfiguriertem Namen konnte nicht gefunden werden. Löschen Sie die SSH Tunnel Konfiguration or geben sie eine existierende SSH Verbindung an, welche zum Aufbau eine Tunnels zum Erreichen des eigentlichen Zielsystems verwendet werden soll. - + Konfigurationsfehler des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Die als SSH Tunnel konfigurierte Verbindung wurde zwar gefunden, aber das zugehörige Protokoll ist nicht von Putty abgeleitet. Stellen Sie sicher dass die als SSH Tunnel konfigurierte Verbindung das SSH version 1 oder 2 Protokoll verwendet. - + Initialisierungsproblem des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Initialisierung der SSH Verbindung fehlgeschlagen. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + Verbindungsproblem des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. SSH Verbindungsaufbau fehlgeschlagen. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + SSH Tunnel Verbindung fehlgeschlagen. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Putty Prozess vorzeitig beendet. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + Zeitüberschreitung des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Lokaler Tunnel Port nicht vor Ablauf der Zeitüberschreitung verfügbar. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + Minimiert starten - + Legen Sie ein Kennwort fest, mit dem die Verbindungsdatei verschlüsselt werden soll. Sie werden aufgefordert Ihr Passwort einzugeben, bevor Sie mRemoteNG starten. - + In den System Tray schließen - + Lizenz - + Legt fest, ob das Blinken des Cursors deaktiviert werden soll. - + Legt fest, ob ein Mausschatten sichtbar sein soll. - + Legt fest, ob Menüs und Fenster mit Animationseffekten in der Remote-Sitzung angezeigt werden können. - + Legt fest, ob der Fensterinhalt angezeigt wird, wenn Sie das Fenster an eine neue Position ziehen. \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteV1/Resources/Language/Language.el.resx index de25f6c3c..142275519 100644 --- a/mRemoteV1/Resources/Language/Language.el.resx +++ b/mRemoteV1/Resources/Language/Language.el.resx @@ -117,226 +117,226 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Σχετικά με - + Ενεργό - + Δραστηριότητα - + Νέα σύνδεση - + Νέος φάκελος - + AddNodeFromXML απέτυχε! - + AddNodesFromSQL απέτυχε! - + Επιτρέπετε μόνο ένα μόνο παράδειγμα της εφαρμογής (απαιτείται επανεκκίνηση του mRemoteNG) - + Πάντα - + Πάντοτε να συνδεθεί, ακόμη και αν ο έλεγχος ταυτότητας αποτυγχάνει - + Πάντα Εμφάνιση πίνακα διαλόγου επιλογής κατά το άνοιγμα συνδέσεων - + Να εμφανίζονται πάντα γνωστοποίησης περιοχων εικόνας - + Ρωτήστε με ξανά αργότερα - + Προσαρμογή των ρυθμίσεων τώρα - + Χρήση των προτεινόμενων ρυθμίσεων - + {0} μπορεί να ελέγχει αυτόματα ενημερώσεις που μπορούν να παρέχουν νέα χαρακτηριστικά και διορθώσεις σφαλμάτων. Συνιστάται να επιτρέψετε {0} να ελέγξει για ενημερώσεις σε εβδομαδιαία βάση. - + Ρυθμίσεις αυτόματης ενημέρωσης - + Πτυχή - + Αυτόματη λήψη πληροφοριών περιόδου - + Αυτόματη αποθήκευση κάθε: - + Λεπτά (0 σημαίνει απενεργοποιημένο) - + Τρέχουσα έκδοση - + &Αναζήτηση... - + &Ακύρωση - + Αλλαγή - + &Κλείσιμο - + Προεπιλογή κληρονομικότητας - + Προεπιλεγμένες ιδιότητες - + Αποσύνδεση - + Εικονίδιο - + &Εισαγωγή - + Κληρονομιά - + Εκκίνηση του PuTTY - + & Νέο - + &ΟΚ - + Ιδιότητες - + &Σάρωση - + &Διακοπή - + Δοκιμή διακομιστή μεσολάβησης - + Δεν μπορείτε να εισαγάγετε ένα κανονικό αρχείο σύνδεσης. Παρακαλούμε χρησιμοποιήστε Αρχείο - Συνδέσεις φορτίου για τα κανονικά αρχεία σύνδεσης! - + Δεν είναι δυνατή η εκκίνηση της σάρωσης υποδοχων, εσφαλμένη μορφή IP! - + Εμφάνιση - + Σύνδεση - + Πιστοποιήσεις - + Οθόνη - + Πύλη - + Γενική - + Διάφορα - + Πρωτόκολλο - + Ανακατεύθυνση - + Πάντα εμφάνιση αυτής της οθόνης κατά την εκκίνηση - + Ανανέωση - + Ο ελέγχος απέτυχε! - + Ο ελεγχος πέτυχε! - + Η δυνατότητα (RDP) συνεδρίες προϋποθέτει ότι έχετε μια εγγεγραμμένο αντίγραφο του eolwtscom.dll στο σύστημά σας. mRemoteNG πλοία με αυτό το στοιχείο αλλά θα δεν εγγραφείτε αυτόματα εκτός αν η εκτέλεση του πακέτου εγκατάστασης. Να εγγραφείτε δεν με μη αυτόματο τρόπο αυτό: Ανοίξτε στο τρέχω διάλογος (έναρξη - Run) και πληκτρολογήστε τα παρακάτω: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (όπου c:\Program Files\mRemoteNG\ είναι η διαδρομή προς την εγκατάσταση mRemoteNG). Εάν είστε ακόμα δεν είναι σε θέση να περάσει ο έλεγχος αυτός ή να χρησιμοποιήσετε τη δυνατότητα συνεδρίες (RDP) στο mRemoteNG συμβουλευτείτε το mRemoteNG φόρουμ στο http://forum.mremoteng.org/ - + Το EOLWTSCOM βρέθηκε και φαίνεται να έχει καταχωρηθεί σωστά. - + ICA απαιτεί ότι είναι εγκατεστημένο το XenDesktop Online Plugin και ότι καταχωρείται η βιβλιοθήκη wfica.ocx. Μπορείτε να κατεβάσετε τον πελάτη εδώ: http://www.citrix.com/download/ αν έχετε το XenDesktop Online Plugin εγκατασταθεί και ο έλεγχος συνεχίσει να αποτυγχάνει, προσπαθήστε να εγγραφείτε wfica.ocx με μη αυτόματο τρόπο. Να κάνει αυτό ανοίγω πάνω στο τρέχω διάλογος (έναρξη - Run) και πληκτρολογήστε τα παρακάτω: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (όπου c:\Program Files\Citrix\ICA Client\ είναι η διαδρομή στην εγκατάσταση XenDesktop Online Plugin). Εάν είστε ακόμα δεν είναι σε θέση να περάσει ο έλεγχος αυτός ή να χρησιμοποιήσετε ICA στο mRemoteNG συμβουλευτείτε το mRemoteNG φόρουμ στο http://forum.mremoteng.org/" - + Όλα τα συστατικά ICA βρέθηκαν και φαίνεται να καταχωρηθηκαν σωστά. Πρόγραμμα-πελάτη Citrix ICA ελέγχου έκδοση {0} - + δεν έχει εγκατασταθεί σωστά - + Σύνδεση σε λειτουργία πλήρους οθόνης - + Σύνδεση... - + Πρωτόκολλο γεγονός που συνδέεται - + Σύνδεση με "{0}" μέσω "{1}" από το χρήστη "{2}" (Περιγραφή: «{3}»? Χρήστη το πεδίο: «{4}") Η συνδεση απέτυχε! - + Πρωτόκολλο ErrorOccured εκδήλωση - + Άνοιγμα σύνδεσης απέτυχε! - + Δεν μπορεί να ανοίχθει η σύνδεση: Το όνομα του κεντρικού υπολογιστή δεν ειναι καθορισμένο! - + RDP λάθος! Κωδικός σφάλματος: {0} Περιγραφή σφάλματος: {1} - + Συνδέσεις - + Αδυναμία ορισμού προεπιλεγμένης θύρας! - + Δεν ήταν δυνατή η δημιουργία αντιγράφων ασφαλείας των συνδέσεων αρχείου! - + Δεν ήταν δυνατή η εισαγωγή συνδέσεων αρχείου! - + Το αρχείο συνδέσεων "{0}" δεν μπορεί να φορτωθεί! \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 2804de239..6a938193f 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -120,176 +120,176 @@ Place search bar above connection tree - + Select the color quality to be used. - + Colors - + 16777216 Colors (24-bit) - + 256 Colors (8-bit) - + 32768 Colors (15-bit) - + 16777216 Colors (32-bit) - + 65536 Colors (16-bit) - + The background color of the config panel. - + The color of the category text in the config panel. - + The color of the grid lines in the config panel - + The background color of the help area of the config panel. - + The color of the text in the help area of the config panel. - + The color of the text in the config panel. - + The background color of the connections panel. - + The color of the text in the connections panel. - + The color of the tree lines in the connections panel. - + The background color of the menus. - + The color of the text in the menus. - + The background color of the search box. - + The color of the text in the search box. - + The color of the prompt text in the search box. - + The background color of the toolbars. - + The color of the text in the toolbars. - + The background color of the main window. - + Config Panel Background Color - + Config Panel Category Text Color - + Config Panel Grid Line Color - + Config Panel Help Background Color - + Config Panel Help Text Color - + Config Panel Text Color - + Connections Panel Background Color - + Connections Panel Text Color - + Connections Panel Tree Line Color - + Menu Background Color - + Menu Text Color - + Search Box Background Color - + Search Box Text Color - + Search Box Text Prompt Color - + Toolbar Background Color - + Toolbar Text Color - + Window Background Color - + Active Directory - + The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. {0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit. - + Internet Explorer - + Under the root{0}{1}|Under the selected folder{0}{2} - + None - + None - + Select whether clipboard should be shared. - + Clipboard - + Warning: Restart is required to commit any theme configuration change. - + Must Be Between 0 and 255 - + Out Of Range - + Delete... - + Reconnect All Connections - + UltraVNC SingleClick - + Disconnect All But This @@ -313,30 +313,30 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for This exception will force mRemoteNG to close - + Copy Hostname - + To scan a single port, select the "First Port" only. - + Track active connection in the connection tree - + Always show connection tabs - + Release Channel - + Stable channel includes final releases only. Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteV1/Resources/Language/Language.es-AR.resx index 1a66f6a04..576b4a81b 100644 --- a/mRemoteV1/Resources/Language/Language.es-AR.resx +++ b/mRemoteV1/Resources/Language/Language.es-AR.resx @@ -117,269 +117,269 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Activo - + Actividad - + Propiedades por defecto - + Desconectar - + Icono - + Ejecutar PuTTY - + & OK - + Propiedades - + & Scanear - + & Parar - + Probar Proxy - + Credenciales - + Varios - + Siempre mostrar esta pantalla al inicio - + no está correctamente instalado - + El ejecutable de PuTTY se encontró y debería estar listo para usarse. - + Todos los componentes RDP se encontraron y parecen estar registrados correctamente. Versión de escritorio remoto {0} - + Todos los componentes de VNC se encontraron y parecen estar registrados correctamente. VncSharp Control {0} - + Intentar reconectar automáticamente cuando se desconecte (solo para RDP && ICA) - + Dominio - + No mostrar este mensaje de nuevo. - + Herencia - + Contraseña - + Este servidor proxy requiere autenticación - + Usar ruta de Putty personalizada: - + Vuelva a conectarse cuando esté listo - + Usar un servidor proxy para conectarse - + Usuario - + Esperar a Salir - + Pruebe nuevamente - + Comprobar las actualizaciones y anuncios en el inicio - + Compruebe ahora - + Verifique la correcta instalación de los componentes en el inicio - + Elija el panel antes de conectarse - + Puertos Cerrados - + Contraer todas las carpetas - + Comprobación de componentes - + btnIcon_Click falló! - + ¿Desea cerrar la conexión: "{0}"? - + ¿Está seguro que desea cerrar el panel, "{0}"? Cualquier conexión que contenga el panel también estará cerrada. - + ¿Está seguro que desea eliminar la carpeta vacía, "{0}"? - + ¿Está seguro que desea eliminar la carpeta "{0}"? También se eliminará cualquier carpetas o conexiones que contiene. - + ¿Desea cerrar todas las conexiones abiertas? - + ¿Estás seguro que deseas restablecer los paneles a su diseño predeterminado? - + Conectar - + Conectando... - + Evento de protocolo conectado ¡Error de conexión! - + No se pudo abrir la conexión! - + No se puede abrir la conexión: ningún nombre de host especificado! - + Error de RDP. Código de Error: {0} Descripción del Error: {1} - + Conexiones - + No se ha podido establecer el puerto predeterminado! - + No se pudo crear copia de seguridad del archivo de conexiones! - + No se pudo importar archivo de conexiones! - + No se pudo cargar el archivo de conexiones "{0}"! - + No se pudo guardar el archivo de conexiones! - + No se pudo guardar archivo de conexiones como "{0}"! - + Conectar con la sesión de consola - + Conectar (con opciones) - + Conexión a {0} {1} vía cerrada por usuario {2}. - + Conexión a {0} {1} vía cerrada por usuario {2}. (Descripción: "{3}"; Campo de usuario: "{4}") - + Evento de conexión cerrada - + Evento de cerrar conexión falló! - + No se pudo crear el nuevo archivo de conexiones! - + Versión instalada - + Detectar - + No conectar si falla la autenticación - + Descargar e instalar - + Duplicar - + ¿Desea continuar sin contraseña? - + Si desea Nombre de usuario, password o dominio vacio use: - + 128-bit - + 128-bit (iniciar sesión) - + Básica - + Encriptar completamente el archivo de conexiones - + Último IP - + Último puerto - + BarraAgregarHerramientasExternas (frmMain) falló. {0} - + La versión de la base de datos {0} no es compatible con esta versión de {1}. - + ClonarModulo (Tree.Node) falló. {0} - + Código de Error {0}. - + La lista de conexiones no pudo ser guardada. - + La decriptación falló. {0} - + La encriptación falló. {0} - + Errores - + VerificarVersionBasedeDatos (Config.Connections.Save) falló. {0} \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index 2ba57cbfc..7ce51eb4c 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -117,1940 +117,1940 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Acerca de - + Activo - + Actividad - + Nueva Conexión - + Nueva Carpeta - + ¡Adición de Nodo desde XML fallida! - + ¡Adición de nodos desde SQL fallida! - + Permitir una sola instancia de la aplicación (reinicio de mRemoteNG necesario) - + Siempre - + Conectar siempre, aunque falle la autentificación - + Mostrar siempre el diálogo de selección de panel cuando se abran conexiones - + Mostrar las pestañas del panel siempre - + Mostrar siempre el Icono de la Bandeja del Sistema - + Pregúnteme más adelante - + Personalice las opciones ahora - + Emplear la opciones recomendadas - + {0} puede comprobar automáticamente actualizaciones que aportarán nuevas funcionalidades y correción de errores. Es recomendable que permita a {0} comprobar actualizaciones semanalmente. - + Opciones de actualización automática - + Aspecto - + Obtener información de sesión automáticamente - + Autoguardar cada: - + Minutos (0 significa deshabilitado) - + Versión Disponible - + &Ver... - + &Cancelar - + Cambiar - + &Cerra - + Herencia por Defecto - + Propiedades por Defecto - + Desconectar - + Icono - + &Importar - + Herencia - + Lanzar PuTTY - + &Nuevo - + &OK - + Propiedades - + &Escanear - + &Parar - + Probar Proxy - + No puede importar un archivo de conexión. ¡Utilice Archivo - Cargar Conexiones para archivos de conexión! - + ¡No puede iniciarse el Escáner de Puertos, incorrecto formato IP! - + Apariencia - + Conexión - + Credenciales - + Pantalla - + Puerta de Enlace - + General - + Varios - + Protocolo - + Redirección - + Mostrar siempre esta pantalla en el inicio - + Actualizar - + Comprobación fallida! - + Comprobación realizada! - + La característica de Sesiones (RDP) necesita que se haya registrado la librería eolwtscom.dll en su sistema. mRemoteNG viene con este componente pero no lo registra automáticamente a menos que ejecute el paquete de instalación. Para registrarlo manualmente haga ésto: Abra el diálogo de ejecutar (Inicio - Ejecutar) e introduzca lo siguiente: regsvr32 "c:\Archivos de Programa\mRemoteNG\eolwtscom.dll" (donde c:\Archivos de Programa\mRemoteNG\ es la ruta a la instalación de mRemoteNG). Si continúa sin funcionar la comprobación ó no puede utilizar Sesiones (RDP) en mRemoteNG, consulte el Foro de mRemoteNG en http://forum.mremoteng.org/ - + EOLWTSCOM ha sido localizado y parece estar registrado correctamente. - + ICA necesita que esté instalado XenDesktop Online Plugin y que la librería wfica.ocx esté registrada. Puede descargar el cliente aquí: http://www.citrix.com/download/ Si tiene instalado XenDesktop Online Plugin y la comprobación continúa fallando, pruebe a registrar wfica.ocx manualmente. Para hacer ésto, abra el diálogo ejecutar (Inicio - Ejecutar) e introduzca lo siguiente: regsvr32 "c:\Archivos de Programa\Citrix\ICA Client\wfica.ocx" (Donde c:\Archivos de Programa\Citrix\ICA Client\ es la ruta a su instalación de XenDesktop Online Plugin). Si continúa sin funcionar la comprobación ó no puede utilizar ICA en mRemoteNG, consulte el Foro de mRemoteNG en http://forum.mremoteng.org/ - + Todos los componentes de ICA han sido localizados y parecen estar registrados correctamente. Versión {0} de Citrix ICA Client Control - + no instalado adecuadamente - + Los protocolos SSH, Telnet, Rlogin y RAW necesitan PuTTY para funcionar. PuTTY viene con cada paquete de mRemoteNG y se encuentra en la ruta de instalación. Por favor, asegúrese de que tiene Putty.exe en el directorio de mRemoteNG (por defecto: c:\Archivos de Programa\mRemoteNG) ó que ha especificado una ruta correcta a su ejecutable de PuTTY en las Opciones (Herramientas-Opciones-Avanzado-Ruta personalizada a PuTTY) - + El ejecutable de PuTTY ha sido localizado y está listo para usarse. - + Para que RDP funcione adecuadamente necesita tener instalada al menos la versión 8.0 de Remote Desktop Connection (Cliente de Servicios de Terminal). Puede descargarlo de la dirección: https://support.microsoft.com/kb/2592687. Si tiene instalado RDP 8.0 y la comprobación sigue fallando, intente registrar la librería mstscax.dll manualmente. Para hacerlo, abra el diálogo de ejecutar (Inicio-Ejecutar) e introduzca lo siguiente: regsvr32 "c:\windows\system32\mstscax.dll" (donde c:\ es su unidad de sistema). Si continúa teniendo problemas para hacer funcionar RDP, consulte el Foro de mRemoteNG en http://forum.mremoteng.org/ - + Todos los componentes RDP han sido localizados y parecen registrados adecuadamente. Versión de Control {0} de la Conexión de Escritorio Remoto - + VNC necesita que VncSharp.dll esté situada en la carpeta donde está instalado mRemoteNG. Por favor, compruebe que tiene el archivo VncSharp.dll en la carpeta de instalación de mRemoteNG (normalmente C:\Archivos de Programa\mRemoteNG\). Si continúa sin funcionar la comprobación ó no puede utilizar VNC en mRemoteNG, consulte el Foro de mRemoteNG en http://forum.mremoteng.org/ - + Todos los componentes VNC han sido localizados y parecen registrados adecuadamente. Versión de Control {0} de VncSharp - + Tratar de reconectar automáticamente al ser desconectado del servidor (solo RDP && ICA) - + Dominio - + No mostar este mensaje de nuevo. - + Herencia - + Contraseña - + Este servidor procy requiere autentificación - + Usar ruta a PuTTY personalizada: - + Reconectar cuando esté listo - + Usar servidor proxy para conectar - + Nombre de Usuario - + Esperar a Salir - + Comprobar de nuevo - + Comprobar actualizaciones y novedades en el arranque - + Comprobar ahora - + Comprobar la adecuada instalación de componentes en el arranque - + Seleccionar Panel antes de conectar - + Puertos Cerrados - + Contraer todas las carpetas - + Argumentos - + Nombre Mostrado - + Nombre de Archivo - + Nombre del Host/IP - + Mensaje - + Nombre de Usuario - + Esperar a Salir - + ¡No se pudieron procesar los argumentos de línea de comandos! - + Detectado problema de compatibilidad - + Comprobación de Componentes - + ¡Error en btnIcon_Click! - + ¡Fallo en ShowHideGridItems! - + ¡Fallo en IconMenu_Click! - + ¡Fallo en el objeto de propiedad de red! - + No se pudo definir el estado del host! - + ¡Fallo en pGrid_PopertyValueChanged! - + Error al Cargar la Interfaz de Configuración de Usuario - + ¿Desea cerrar la conexión: "{0}"? - + ¿Está seguro de querer cerrar el panel, "{0}"? Cualquier conexión que contenga el panel también será cerrada. - + ¿Está seguro de querer borrar la herramienta externa, "{0}"? - + ¿Está seguro de querer borrar las {0} herramientas externas seleccionadas? - + ¿Está seguro de querer eliminar la conexión, "{0}"? - + ¿Está seguro de querer eliminar la carpeta vacía, "{0}"? - + ¿Está seguro de querer eliminar la carpeta, "{0}"? Cualquier carpeta o conexión que contenga será también eliminada. - + ¿Quiere cerrar todas las conexiones abiertas? - + ¿Está seguro de querer resetear los paneles a su configuración inicial? - + Conectar - + Conectar en modo de pantalla completa - + Conectando... - + Se lanzó el evento Connected en Protocol - + Connexión a "{0}" via "{1}" establecida por el usuario "{2}" (Descripción: "{3}"; Campo de Usuario: "{4}") ¡Conexión fallida! - + Ha ocurrido un error en evento de protocolo - + ¡Conexión fallida! - + ¡No se pudo establecerse la conexión: No se ha especificado el nombre del host! - + ¡Error RDP! Código de Error: {0} Descripción del Error: {1} - + Conexiones - + ¡No se pudo definir el puerto por defecto! - + ¡No pudo crearse copia de seguridad del archivo de conexiones! - + ¡No pudo importarse el archivo de conexiones! - + ¡El archivo de conexiones "{0}" no pudo ser cargado! - + ¡El archivo de conexiones "{0}" no pudo ser cargado! Arrancando con un nuevo archivo de conexiones. - + ¡No pudo guardarse el archivo de conexiones! - + ¡No pudo guardarse el archivo de conexiones como "{0}"! - + Conectar a sesión de consola - + Conectar (con Opciones) - + Connexión a {0} via {1} cerrada por el usuario {2}. - + Connexión a {0} via {1} cerrada por el usuario {2}. (Descripción: "{3}"; Campo de Usuario: "{4}") - + Evento de conexión cerrado - + ¡Ha fallado el evento Closed en Connection! - + ¡No se pudo crear un nuevo archivo de conexiones! - + Versión Instalada - + Tema por defecto - + Detectar - + No conectar si la autentificación falla - + Doble clic en una pestaña la cierra - + Descargar e Instalar - + Duplicar - + ¿Quiere continuar sin contraseña? - + Para campos de Nombre de Usuario, Contraseña y Dominio vacíos usar: - + 128-bit - + 128-bit (sólo inicio de sesión) - + Básico - + Cifrar por completo el archivo de conexión - + IP Final - + Puerto Final - + Fallo al AddExternalToolsToToolBar (frmMain). {0} - + Añadir Carpeta (UI.Window.Tree) fallida. {0} - + La versión de Base de Datos {0} No es compatible con esta versión de {1}. - + Clonado de Nodo (Tree.Node) fallido. {0} - + Código de error {0}. - + La lista de conexiones no ha podido ser grabada. - + Descifrado fallido. {0} - + Cifrado fallido. {0} - + Errores - + No ha podido cargarse el archivo de conexión inicial.{0}{0}{2}{0}{3}{0}{0}Para evitar la pérdida de datos, {1} se cerrará ahora. - + Error.{0} en Proceso VerifyDatabaseVersion (Config.Connections.Save) - + Expandir todas las carpetas - + Experimental - + Exportar - + Exportar mRemote/mRemoteNG XML - + App Externa - + Incluye iconos de [FAMFAMFAM] - + Todos los archivos (*.*) - + Archivos de Aplicación (*.exe) - + Archivos CSV de mRemote (*.csv) - + Archivos XML de mRemote (*.xml) - + Archivos RDP (*.rdp) - + Archivos CSV de visionapp Remote Desktop 2008 (*.csv) - + Herencia {0} - + Descripción de la propiedad heredada: {0} - + Gratis - + Pantalla Completa - + General - + Adquisición de Información de la Conexión desde SQL fallida - + Ha ocurrido un error mientras se cargaba la conexión de "{0}" desde "{1}". {2} - + Reconexión Automática - + Conexión - + Propiedades de la Herramienta Externa - + Archivos - + Servidor - + ¡Conexión HTTP Fallida! - + ¡No se pudo crear una nueva conexión HTTP! - + ¡Fallo al cambiar el azulejo del documento HTTP! - + ¡Asignación de Propiedades HTTP fallida! - + ¡No se pudo crear una nueva conexión ICA! - + ¡Fallo en la carga del Plugin ICA! - + ¡Asignación de Credenciales ICA fallida! - + ¡Asignación de Manejadores de Eventos ICA fallida! - + ¡Asignación de Propiedades ICA fallida! - + ¡Asignación de Resolución ICA fallida! - + Importar desde Directorio Activo - + Importar/Exportar - + Importar mRemote/mRemoteNG XML - + Importar desde el Escáner de Puertos - + Importar desde archivo(s) .RDP - + Inactivo - + Informaciones - + mRemoteNG está actualizado - + ¡La liberación del proceso Int App ha fallado! - + ¡No se pudo centrar el foco en Int App! - + Manejar aplicación interna: {0} - + ¡Fallo en el proceso de detención de la aplicación interna! - + Manejar el panel: {0} - + ¡Fallo al redimensionar la aplicación interna! - + --- Cosas de la aplicación interna --- - + Título Int App: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Dirección: - + Argumentos: - + Registro de cambios: - + Al cerrar las conexiones: - + &Conectar: - + Nombre Mostrado - + Dominio: - + Nombre de Archivo: - + Nombre del Host: - + Opciones: - + Contraseña: - + Puerto: - + Edición Portable - + Protocolo: - + Para configurar las conexiones PuTTY hacer clic en este botón: - + Tiempo de espera Max. para PuTTY && Applicaciones Ext. Integradas: - + Publicado bajo la GNU General Public License (GPL) - + segundos - + Seleccione un panel de la lista o haga clic en Nuevo para añadir uno. Haga clic en OK para continuar. - + Estado de Servidor: - + Base de Datos: - + Base de Datos: - + Nombre de Usuario: - + Verificar: - + Idioma - + (Detección Automática) - + {0} debe ser reiniciado antes de que los cambios en el idioma tengan efecto. - + ¡Carga desde SQL fallida! - + ¡Carga de XML fallida! - + Archivo local - + ¡El archivo local no existe! - + Cerrar Sesión - + ¡Fallo al escribir al archivo de informe! - + No se pudo gravar el informe en el destino. - + Emplea la librería Magic de [Crownwood Software] - + Acerca de - + Agregar Panel de Conexión - + Comprobar Actualizaciones - + Configuración - + Conectar - + Paneles de Conexión - + Conexiones - + Conexiones y Configuración - + Copiar - + Ctrl-Alt-Del - + Ctrl-Esc - + Borrar... - + Borrar Conexión... - + Borrar Herramienta Externa... - + Borrar Carpeta... - + Desconectar - + Donar - + Duplicar - + Duplicar Conexión - + Duplicar Carpeta - + Duplicar Pestaña - + Salir - + Herramientas Externas - + Barra de Herramientas Externas - + &Archivo - + Pantalla Completa - + Pantalla Completa (RDP) - + &Ayuda - + Ayuda de mRemoteNG - + Saltar a - + Lanzar Aplicación Externa - + Nuevo Archivo de Conexión - + Nueva Herramienta Externa - + Notificaciones - + Copiar todo - + Borrar - + Borrar todo - + Abrir Archivo de Conexión... - + Opciones - + Pegar - + Escanear Puertos - + Barra de Conexión Rápida - + Reconectar - + Refrescar Pantalla (VNC) - + Renombrar - + Renombrar Conexión - + Renombrar Carpeta - + Renombrar Pestaña - + Informar de un Bug - + Resetear distribución de pantalla - + Guardar Archivo de Conexión - + Guardar Archivo de Conexión como... - + Captura de Pantalla - + Administrador de Capturas de Pantalla - + Enviar Teclas Especiales (VNC) - + Sesiones - + Sesiones y Capturas de Pantalla - + &Mostrar texto de ayuda - + Mostar Texto - + SmartSize (RDP/VNC) - + Tranferencia de Archivos por SSH - + Comenzar Chat (VNC) - + Foro de Soporte - + &Herramientas - + Transferir Archivo (SSH) - + &Ver - + Solo Ver (VNC) - + Sitio Web - + Minimizar en la bandeja del sistema - + Mover abajo - + Mover arriba - + Mis credenciales actuales (información de inicio de sesión en Windows) - + Nunca - + Nueva Conexión - + Nueva Carpeta - + Nuevo Panel - + Nueva Raíz - + Nuevo Título - + No - + Sin Compresión - + App Externa no especificada. - + Ninguno - + Ninguno - + Normal - + Sin SmartSize - + Sin actualizaciones disponibles - + Está intentando cargar un archivo de conexión que ha sido creado con una versión muy antigua de mRemote, ésto puede causar un error en tiempo de ejecución. ¡Si este error se produce, cree un nuevo archivo de conexión! - + Abrir nueva pestaña a la derecha de la actualmente seleccionada - + Puertos Abiertos - + Tema - + &Eliminar - + &Nuevo - + Nombre del Panel - + Protegido por Contraseña - + Pro favor, complete todos los campos - + ¡No se pudo cargar el Panel de Escaneo de Puertos! - + (¡Estas propiedades serán guardadas únicamente si selecciona mRemote/mRemoteNG XML como formato de archivo de salida!) - + Introduzca el nombre del host o IP con la que quiere conectar. - + Cambiar todas las opciones heredadas. - + Seleccione el nivel de autentificación que esta conexión debe emplear. - + Seleccione cómo quiere autentificar contra el servidor VNC. - + Seleccione si quiere cachear bitmap o no. - + Seleccione la calidad de color a emplear. - + Seleccione el nivel de compresión a emplear. - + Introduzca aquí sus notas ó una descripción del host. - + Seleccione sí si el tema del host remoto debe ser mostrado. - + Seleccione sí si el fondo de escritorio del host remoto debe ser mostrado. - + Introduzca su dominio. - + Seleccione si emplear composición de escritorio o no. - + Seleccione si emplear suavizado de fuentes o no. - + Seleccione el modo de codificación a emplear. - + Seleccione la fortaleza de cifrado del host remoto. - + Seleccione la herramienta externa a iniciar. - + Seleccione la herramienta externa a iniciar tras la desconexión del host remoto. - + Seleccione la herramienta externa a iniciar antes de establecer la conexión con el host remoto. - + Seleccione el icono que se mostrará cuando conecte con el host. - + Introduzca la dirección MAC del host remoto si desea usarlo en una herramienta externa. - + Este es el nombre que se mostrará en el árbol de conexiones. - + Determina el panel en el que la conexión se abrirá. - + Introduzca su contraseña. - + Introduzca el puerto por el que escucha el protocolo seleccionado. - + Seleccione el protocolo que mRemoteNG debe emplear para conectar con el host. - + Seleccione una sesión PuTTY para emplear cuando conecte. - + Indica el nombre del dominio que el usuario indica para conectar con el servidor RD Gateway. - + Indica el nombre del servidor Gateway de Escritorio Remoto - + Indica cuándo usar un servidor Gateway para Escritorio Remoto (RD Gateway). - + Indica si iniciar o no sesión en el gateway empleando el mismo usuario y contraseña que en la conexión. - + Indica el nombre de usuario empleado para conectar con el servidor de Gateway de Escritorio Remoto. - + Seleccione si los discos locales deben ser mostrados en el host remoto. - + Seleccione si las combinaciones de teclas (ej. Alt-Tab) deben ser redireccionadas al host remoto. - + Seleccione si los puertos locales (ej. com, paralelo) deben ser mostrados en el host remoto. - + Seleccione si las impresoras locales deben ser mostradas en el host remoto. - + Seleccione si el portapapeles debe compartirse con el host remoto. - + Seleccione si las tarjetas inteligentes deben presentarse a la máquina remota. - + Seleccione cómo deberá ser redireccionado el sonido remoto. - + Seleccione uno de los motores de renderizado disponibles para mostrar HTML. - + Seleccione la resolución o modo en que esta conexión será abierta. - + Seleccione el modo SmartSize a emplear. - + Conectar a la sesión de consola del host remoto. - + Introduzca aquí cualquier información que necesite. - + Introduzca su nombre de usuario. - + Seleccione "si" si desea establecer una conexión de sólo observación. - + Introduzca la dirección del proxy a emplear. - + Introduzca su contraseña de autentificación en el proxy. - + Introduzca el puerto de escucha del proxy. - + Si utiliza un proxy para conexiones VNC, seleccione de qué tipo es. - + Introduzca su nombre de usuario de autentificación en el proxy. - + Nombre del host/IP - + Todo - + Autentificación de servidor - + Modo de autentificación - + Cache de Bitmaps - + Colores - + Compresión - + Descripción - + Mostrar Temas - + Mostrar Fondo de Pantalla - + Dominio - + Composición de Escritorio - + Suavizado de Fuentes - + Codificación - + Fortaleza del Cifrado - + Herramienta Externa - + Tras la Herramienta Externa - + Antes de la Herramienta Externa - + Icono - + Dirección MAC - + Nombre - + Panel - + Contraseña - + Puerto - + Protocolo - + Sesión PuTTY - + Dominio del Gateway - + Nombre del Gateway - + Contraseña del Gateway para Escritorio Remoto - + Usar Gateway - + Credenciales del Gateway - + Nombre de Usuario para el Gateway - + Unidades de Disco - + Combinaciones de Teclas - + Puertos - + Impresoras - + Portapapeles - + Tarjetas Inteligentes - + Sonidos - + Motor de Renderizado - + Resolución - + Modo SmartSize - + Usar Sesión de Consola - + Usar CredSSP - + Campo de Usuario - + Nombre de Usuario - + Sólo Ver - + Dirección del Proxy - + Contraseña del Proxy - + Puerto del Proxy - + Tipo de Proxy - + Nombre de Usuario del Proxy - + Protocol Event Disconnected. Mensaje: {0} - + Protocolo a importar - + ¡Test de Proxy fallido! - + ¡Test de Proxy correcto! - + ¡No se pudo fikar el foco! - + ¡Fallo en la carga de las Sesiones de Putty! - + Manejar Putty: {0} - + ¡Kill del Proceso Putty fallido! - + Manejar el panel: {0} - + ¡Redimensionamiento de Putty fallido! - + Sesiones guardadas de PuTTY - + Opciones de PuTTY - + ¡Fallo al mostrar el Diálogo de Preferencias de Putty! - + ¡Fallo en el arranque de Putty! - + --- Cosas de PuTTY --- - + Titulo PuTTy: {0} - + Conexión Rápida - + ¡Fallo agregando Conexión Rápida! - + Creación de conexión rápida fallida - + &Avisarme al cerrar conexiones - + RAW - + RDP - + 16777216 Colores (24-bit) - + 256 Colores (8-bit) - + 32768 Colores (15-bit) - + 16777216 Colores (32-bit) - + 65536 Colores (16-bit) - + ¡Adición de Resolución RDP fallida! - + ¡Adición de Resoluciones RDP fallida! - + Adición de sesión fallida - + ¡Cierre de conexión RDP fallida! - + No se pudo crear el control RDP, por favor verifique los requerimientos de mRemoteNG. - + Desactivar Parpadeo del Cursor - + Desactivar Sombra del Cursor - + Desactivar Mostar Ventana al arrastrar - + Desactivar Animaciones de Menús - + Desactivar Temas - + Desactivar Fondo de Pantalla - + ¡RDP desconectado! - + ¡Fallo en la desconexión RDP, intentando cerrar! - + Código de error interno 1. - + Código de error interno 2. - + Código de error interno 3. No es un estado válido. - + Código de error interno 4. - + Ha ocurrido un error irrecuperable durante la conexión del cliente. - + Ha ocurrido un error RDP fatal desconocido. Código de error {0}. - + Ha ocurrido un error de desbordamiento de memoria. - + Ha ocurrido un error desconocido. - + Ha ocurrido un error en la creación de la ventana. - + Error de inicialización del Winsock. - + ¡No pudo importarse el archivo RDP! - + Ajustar al panel - + ¡RDP Focus fallido! - + RD Gateway soportado. - + ¡No está soportada la Gateway RD! - + ¡Obtención de sesión fallida! - + Contador de Reconexiones RDP: - + ¡RDP Asignación de Nivel de Autenticación fallida! - + ¡RDP Uso de Sesión de Consola fallida! - + Configurando switch de Consola para RDC {0}. - + ¡RDP Asignación de Credenciales fallida! - + ¡RDP Asignación de Manejadores de Eventos fallida! - + ¡RDP asignar RDGateway fallida! - + ¡RDP Asignación de Valores de Rendimiento fallida! - + ¡RDP Asignación de Puerto fallida! - + ¡RDP Asignación de Propiedades fallida! - + ¡RDP Asignación de Redirección fallida! - + ¡RDP Asignación de Claves de Redirección fallida! - + ¡RDP Asignación de Resolución fallida! - + Tamaño inteligente - + Traer a este equipo - + Sin sonido - + Mantener en el equipo remoto - + ¡RDP fallo en el cambio a Pantalla Completa! - + ¡RDP fallo en el cambio a Tamaño Automático! - + Reconectar en el arranque sesiones previamente abiertas - + Actualziar - + Archivo remoto - + Eliminar Todo - + Renombrar - + Rlogin - + Guardar - + Guardar Todo - + ¿Quiere guardar el actual archivo de conexiones antes de cargar otro? - + Guardar conexiones al salir - + Pantalla - + Volcado de pantalla - + Volcados de Pantalla - + Buscar - + Enviar a... - + Falla al iniciar sesiones en Fondo - + Fallo al detener sesión en Fondo - + Usar el nombre del host como nombre a mostrar cuando se creen nuevas conexiones - + Fallo en la asignación de texto en el formulario principal - + ¡No se pudieron guardar las preferencias o disponer el Icono de la Bandeja del Sistema! - + Mostrar la descripción de las tooltips en el arbol de conexiones - + Mostrar la ruta completa al archivo de conexión en el título de la ventana - + Mostrar información de sesión en los nombres de las pestañas - + Mostrar el protocolo en los nombres de las pestañas - + Un solo clic en una conexión la abre - + Un solo clic en una conexión abierta cambia a ella - + Aspecto - + Libre - + Sin SmartSize - + Socks 5 - + Ordenar - + Ascendente (A-Z) - + Descendente (Z-A) - + Teclas especiales - + ¡Por favor, mire en Ayuda - Comenzando - Configuración SQL para más información! - + SQL Server: - + ¡Finalizada la actualización SQL, existe una actualización disponible! Actualizando conexiones. - + SSH versión 1 - + SSH versión 2 - + ¡Tranferencia SSH en segundo plano fallida! - + ¡Transferencia Correcta! - + ¡Final de Transferencia SSH (UI.Window.SSHTransfer) fallida! - + IP Inicial - + Puerto Inicial - + Inicio/Salir - + Estado - + Cambiar al Panel de Notificaciones: - + Avanzado - + Apariencia - + Pestañas && Paneles - + Actualizaciones - + Telnet - + El siguiente: - + Panel de configuración - + Panel de conexiones - + General - + El color de fondo del panel de configuración. - + Color de fondo del panel de configuración - + Color del texto del panel de configuración - + Color de fondo del menú - + Color del texto del menú - + Color de fondo de la caja de búsqueda - + Color del texto de la caja de búsqueda - + Color de fondo de la barra de herramientas - + Color del texto de la barra de herramientas - + Color de fondo de la ventana - + Error ({0}) - + Información ({0}) - + Contraseña - + Seleccionar Panel - + Alerta ({0}) - + Transferir - + ¡Tranferencia fallida! - + Intentar integrar - + Tipo - + Repetidor de Ultra VNC - + Puerto SingleClick de UltraVNC: - + ¡Desmarque las propiedades que no quiera que sean guardadas! - + Tema sin nombre - + Actualización de mRemoteNG disponible - + mRemoteNG puede conectar periódicamente con el sitio web de mRemoteNG para comprobar actualizaciones y novedades. - + ¡Comprobación de finalización de la actualización fallida! - + ¡Comprobación de actualizaciones fallida! - + mRemoteNG Portable Edition no soporta por el momento actualizaciones automáticas. - + ¡Error borrando el archivo de actualización! - + ¡Descarga completada! mRemoteNG ahora se cerrará y comenzará la instalación. - + ¡Finalización de la descarga fallida! - + ¡Descarga de actualización fallida! - + Cada {0} días - + Diariamente - + Mensualmente - + Semanalmente - + ¡Error en el inicio de la actualización! - + Usar otro nombre de usuario y contraseña - + Usar sólo el Panel de Notificaciones (sin mensajes emergentes) - + Usuario - + Usar el mismo nombre de usuario y contraseña - + Usar una tarjeta inteligente - + Emplear SQL Server para cargar && guardar las conexiones - + Versión - + VNC - + ¡Desconexión VNC fallida! - + ¡Fallo en el refresco de pantalla de VNC! - + ¡Fallo en el envío de teclas especiales VNC! - + ¡Asignación de Manejadores de Eventos VNC fallida! - + ¡VNC asignación de Propedades fallida!! - + ¡Fallo en el arranque del Chat de VNC! - + ¡VNC fallo en el cambio a Tamaño Automático! - + ¡VNC fallo en el cambio a modo ViewOnly! - + Alertarme si la autentificación falla - + Alertas - + Emplea el DockPanel Suite de [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + Escribir archivo de log (mRemoteNG.log) - + Ruta a XULrunner: - + \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index 08f5c35cc..1cf182d6f 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -117,2031 +117,2031 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + A propos - + Actif - + Activité - + Nouvelle connexion - + Nouveau dossier - + AddNodeFromXML a échoué ! - + AddNodesFromSQL a échoué ! - + Autoriser une seule instance de l'application (redémarrage de mRemoteNG nécessaire) - + Toujours - + Toujours se connecter, même si l'authentification échoue - + Toujours demander la sélection d'un panneau lors de l'ouverture d'une connexion - + Toujours afficher les onglets du panneau - + Toujours afficher l'icône dans la zone de notification - + Demandez-moi plus tard - + Personnalisez les paramètres maintenant - + Utiliser les paramètres recommandés - + {0} peut vérifier automatiquement les mises à jour qui peuvent contenir de nouvelles fonctionnalités et/ou corrections de bugs. Il est recommandé de laisser {0} vérifier les mises à jour chaque semaine. - + Paramètres de mise à jour automatique - + Apparence - + Obtenir automatiquement les informations de session - + Sauvegarde automatique toutes les: - + Minutes (0 = désactivé) - + Dernière version - + &Parcourir... - + &Annuler - + Changer - + &Fermer - + Héritage par défaut - + Propriétés par défaut - + Déconnexion - + Icône - + &Importer - + Héritage - + Lancement de PuTTY - + &Nouveau - + &OK - + Propriétés - + &Scanner - + &Arrêter - + Tester le Proxy - + Vous ne pouvez pas importer un fichier de connexion normal. Veuillez utiliser le menu Fichier - Ouvrir un fichier de connexion pour les fichiers de connexions normaux ! - + Impossible de démarrer le scan de port, format d'addresse IP incorrect ! - + Apparence - + Connexion - + Identifiants - + Affichage - + Passerelle - + Général - + Autre - + Protocole - + Rediriger - + Toujours afficher cet écran au démarrage - + Actualiser - + Vérification échouée ! - + Verification réussie ! - + La fonctionnalité de Sessions (RDP) nécessite que vous ayez une copie enregistrée de eolwtscom.dll sur votre système. mRemoteNG est livré avec ce composant mais ne peut pas l'enregistrer automatiquement sauf si vous exécutez le package d'installation. Pour l'enregistrer manuellement : ouvrez la boîte de dialogue Exécuter (Démarrer - Exécuter) et entrez la commande suivante : regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (où c:\Program Files\mRemoteNG\ est le chemin vers votre installation mRemoteNG). Si vous n'êtes toujours pas en mesure de valider ce contrôle ou d'utiliser la fonctionnalité de Sessions (RDP) de mRemoteNG, veuillez consulter le Forum de mRemoteNG sur http://forum.mremoteng.org/ - + EOLWTSCOM a été trouvé et semble être enregistré correctement. - + ICA requiert l'installation du Plugin XenDesktop Online, ainsi que l'enregistrement de la librairie wfica.ocx. Vous pouvez télécharger le client ici : http://www.citrix.com/download/ Si le Plugin XenDesktop Online est installé, et que la vérification des composants échoue, essayez d'enregistrer la librairie manuellement. Pour cela, ouvrez la fenêtre "Exécuter" (Démarrer - Exécuter), et entrez cette commande : regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (Où c:\Program Files\Citrix\ICA Client\ est le chemin vers votre installation du plugin XenDesktop). Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, consultez le forum de mRemoteNG ici : http://forum.mremoteng.org/ - + Tous les composants de l'ICA ont été trouvés et semblent être enregistrés correctement. Citrix ICA Client Version Control {0} - + pas correctement installé - + Le SSH, Telnet, rlogin et protocoles RAW nécessite PuTTY. PuTTY est fourni dans chaque paquet de mRemoteNG et se trouve dans le dossier d'installation. Assurez-vous que votre répertoire mRemoteNG (par défaut: C:\ Program Files\mRemoteNG\) contienne Putty.exe, ou que vous avez spécifié un chemin d'accès valide dans les options (Outils - Options - Avancé - Custom PuTTY chemin d'accès) - + L'exécutable PuTTY a été trouvé et devrait être prêt à l'emploi. - + Pour que RDP fonctionne correctement, vous devez avoir au moins Remote Desktop Connection (Terminal Services Client) 6.1 installé. Vous pouvez le télécharger ici: http://support.microsoft.com/kb/951616 Si vous avez RDP 6.1 installé et que la vérification échoue, essayez d'enregistrer mstscax.dll manuellement. Pour ce faire, ouvrez la boîte de dialogue Exécuter (Démarrer - Exécuter) et entrer la commande suivante: regsvr32 "c:\ windows\system32\mstscax.dll" (où C:\ est votre lecteur système). Si vous avez encore des difficultés à faire fonctionner RDP veuillez consulter le Forum mRemoteNG: http://forum.mremoteng.org/ - + Tous les composants RDP ont été trouvés et semblent être enregistrés correctement. Remote Desktop Connection Version Control {0} - + VNC nécessite VncSharp.dll qui doit se trouver dans le dossier de mRemoteNG. Assurez-vous que le fichier VncSharp.dll est présent dans le dossier de mRemoteNG (habituellement C:\Program Files\mRemoteNG\). Si la vérification de VNC échoue, veuillez consulter le Forum mRemoteNG: http://forum.mremoteng.org/ - + Tous les composants VNC ont été trouvés et semblent être enregistrés correctement. Version Control VncSharp {0} - + Reconnexion automatique en cas de déconnexion du serveur (RDP seulement) - + Domaine - + Ne plus afficher ce message. - + Héritage - + Mot de passe - + Ce serveur proxy requiert une authentification - + Utilisez un chemin personnalisé pour PuTTY : - + Se reconnecter une fois prêt - + Utiliser un serveur proxy pour se connecter - + Nom d'utilisateur - + En attente de fermeture - + Vérifier Encore une fois - + Vérifier les mises à jour au démarrage - + Vérifier maintenant - + Vérifier l'installation correcte des composants au démarrage - + Choisissez panneau avant de se connecter - + Ports Fermés - + Réduire tous les dossiers - + Arguments - + Nom Affiché - + Nom du fichier - + Nom d'hôte/IP - + Message - + Nom d'utilisateur - + Attendre avant de quitter - + Impossible de convertir les arguments de la ligne de commande ! - + {0} a détecté que l'utilitaire Lenovo Auto Scroll Utility est executé sur le système. Cet utilitaire est connu pour générer des problèmes avec {0}. Il est recommandé de le désactiver ou de le désinstaller. - + Problème de compatibilité détecté - + Vérifiez les composants - + btnIcon_Click a échoué ! - + ShowHideGridItems a échoué ! - + IconMenu_Click a échoué ! - + Propriété Grid objet a échoué ! - + SetHostStatus a échoué ! - + pGrid_PopertyValueChanged a échoué ! - + Fenêtre de configuration échec du chargement ! - + Voulez-vous fermer la connexion: "{0}"? - + Êtes-vous sûr de vouloir fermer le panneau, "{0}"? Toutes les connexions contenues dans ce panneau seront fermées également. - + Êtes-vous sûr de vouloir supprimer l'outil externe, "{0}"? - + Êtes-vous sûr de vouloir supprimer l'outil externe séléctioné :"{0}"? - + Êtes-vous sûr de vouloir supprimer la connexion, "{0}"? - + Êtes-vous sûr de vouloir supprimer le dossier vide, "{0}"? - + Êtes-vous sûr de vouloir supprimer le dossier, "{0}"? Tous les dossiers ou les connexions qu'il contient seront également supprimés. - + Voulez-vous fermer toutes les connexions ouvertes ? - + Êtes-vous sûr de vouloir réinitialiser la position des panneaux ? - + Connexion - + Se connecter en mode plein écran - + Connexion... - + Évènement de protocole connecté - + Connexion à "{0}"via "{1}"créé par l'utilisateur "{2}"; (Description: "{3}"Champ Utilisateur: "{4}") Connexion échouée ! - + Erreur de protocole - + L'ouverture de la connexion a échouée ! - + Impossible d'ouvrir la connexion : Aucun nom d'hôte spécifié ! - + RDP erreur ! Code d'erreur: {0} Description de l'erreur :{1} - + Connexions - + Impossible de définir le port par défaut ! - + Impossible de créer le fichier de sauvegarde de connexions ! - + Impossible d'importer le fichier de connexions ! - + Connexions fichier "{0}" ne peut être chargé ! - + Connexions fichier "{0}" ne peut être chargé ! À partir de fichiers de nouvelles connexions. - + Impossible d'enregistrer le fichier de connexions ! - + Impossible d'enregistrer le fichier de connexions sous "{0}" ! - + Connectez-vous à une session de console - + Connexion (avec options) - + Connexion à {0} via {1} fermée par l'utilisateur {2}. - + Connexion à {0} via {1} fermée par l'utilisateur {2}. (Description: "{3}"; Champ utilisateur: "{4}") - + Connexion terminée - + Échec de fermeture de la connexion ! - + Impossible de créer le nouveau fichier de connexions ! - + Le contrôle ToolStrip est introuvable dans le FilteredPropertyGrid. - + Version installée - + Thème par défaut - + Détecter - + Ne pas se connecter si l'authentification échoue - + Double-cliquer sur l'onglet pour le fermer - + Télécharger et installer - + Double - + Voulez-vous continuer sans mot de passe ? - + Pour un Login, Mot de passe ou Domaine vide, utiliser : - + 128 bits - + 128 bits (ouverture de session) - + Basique - + Chiffrer complètement le fichier de connexion - + IP de fin - + Port de fin - + Échec de AddExternalToolsToToolBar (frmMain).{0} - + Échec de l'ajout du dossier (UI.Window.Tree).{0} - + La base de données version {0} n'est pas compatible avec cette version de {1}. - + Échec de CloneNode (Tree.Node).{0} - + Code d'erreur {0}. - + La liste de connexion n'as pu être sauvegardée. - + Échec du déchiffrement.{0} - + Échec du chiffrement.{0} - + Erreurs - + Le fichier de connexion ne peut pas être chargé. {0}{0}{2}{0}{3}{0}{0} Pour éviter la perte de données, {1} va être fermé. - + Échec de VerifyDatabaseVersion (Config.Connections.Save). {0} - + Développer tous les dossiers - + Expérimental - + Exporter - + Exporter mRemote / mRemoteNG XML - + Application Externe - + Comprend les icônes de [FAMFAMFAM] - + Tous les fichiers (*.*) - + Les dossiers de candidature (*. exe) - + Fichiers mRemote CSV (*. csv) - + Fichiers mRemote XML (*. xml) - + Fichiers RDP (*. rdp) - + Fichiers visionapp Remote Desktop 2008 CSV (*. csv) - + Hériter {0} - + Description de la propriété héritée: {0} - + Gratuit - + Plein Écran - + Général - + L'obtention des informations de connexion à partir de SQL a échoué - + Une erreur est survenue pendant le chargement de l'entrée de connexion "{0}" depuis "{1}". {2} - + Reconnexion automatique - + Connexion - + Propriétés de l'outil externe - + Fichiers - + Hôte - + Échec de la connexion HTTP ! - + Impossible de créer de nouvelles connexions HTTP ! - + Échec de changement de Tuile du Document HTTP ! - + Échec de Set HTTP Props ! - + Impossible de créer une nouvelle connexion ICA ! - + Le chargement du plugin ICA a échoué ! - + Échec de ICA SetCredentials ! - + Échec de ICA Set Event Handlers ! - + Échec de ICA Set Props ! - + Échec de ICA Set Resolution ! - + Identifier les onglets de connexion rapide en ajoutant le préfixe "Rapide". - + Importer à partir d'Active Directory - + Importer / Exporter - + Importer mRemote / mRemoteNG XML - + Importer à partir du balayage de ports - + Import de fichier. RDP (s) - + Inactif - + Informations - + mRemoteNG est à jour - + Échec de l'arrêt du processus Int App ! - + Échec du Focus Int App ! - + Handle Int App: {0} - + Échec de l'arrêt forcé du Processus Int App ! - + Handle Panneau: {0} - + Échec du redimensionnement Int App ! - + --- Éléments IntApp --- - + Titre Int App: {0} - + CTRL-ALT-DEL - + CTRL-Échap - + Adresse : - + Arguments : - + Historique des changements : - + Lors de la fermeture des connexions : - + &Connecter: - + Nom Affiché - + Domaine : - + Nom du fichier : - + Nom d'hôte : - + Options : - + Mot de passe : - + Port : - + Édition Portable - + Protocole : - + Pour configurer les sessions PuTTY cliquez sur ce bouton : - + Temps d'attente maximum pour Putty et les composants externes : - + Paru sous la GNU General Public License (GPL) - + seconde - + Sélectionnez un groupe dans la liste ci-dessous ou cliquez sur Nouveau pour en ajouter un nouveau. Cliquez sur OK pour continuer. - + L'état du serveur : - + Base de données : - + Base de données : - + Nom d'utilisateur : - + Vérifier : - + Langue - + (Détection automatique) - + {0} doit être redémarré pour que le changement de langue prenne effet. - + La lecture à partir de SQL a échouée ! - + Le chargement à partir du XML a échoué ! - + Fichier local - + Le fichier local n'existe pas ! - + Déconnexion - + La création du fichier de rapport a échouée ! - + Impossible d'enregistrer le rapport à l'emplacement final. - + Utilise la bibliothèque Magic [Crownwood Software] - + À propos - + Ajouter un panneau de connexion - + Rechercher des mises à jour - + Configuration - + Connecter - + Panneaux de connexion - + Connexions - + Connexions et configuration - + Copier - + Ctrl-Alt-Del - + Ctrl-Échap - + Supprimer... - + Supprimer la connexion... - + Supprimer l'outil externe... - + Supprimer le dossier... - + Déconnecter - + Faire un don - + Dupliquer - + Dupliquer la connexion - + Dupliquer le dossier - + Dupliquer l'onglet - + Quitter - + Outils externes - + Barre d'outils externes - + &Fichier - + Plein écran - + Plein écran (RDP) - + &Aide - + Aide mRemoteNG - + Aller à - + Lancer l'outil externe - + Nouveau fichier de connexion - + Nouvel outil externe - + Notifications - + Tout copier - + Supprimer - + Supprimer tout - + Ouvrir un fichier de connexion... - + Options - + Coller - + Scan de port - + Barre de connexion rapide - + Reconnecter - + Rafraîchir l'écran (VNC) - + Renommer - + Renommer la connexion - + Renommer le dossier - + Renommer l'onglet - + Signaler un bug - + Réinitialisation de la disposition des panneaux - + Enregistrer le fichier de connexions - + Enregistrer le fichier de connexions sous... - + Captures d'écran - + Gestionnaire de Capture d'écran - + Envoyer les touches spéciales (VNC) - + Sessions - + Sessions et capture d'écran - + &Afficher le texte d'aide - + Afficher le texte - + Taille dynamique (RDP/VNC) - + Transfert de fichiers SSH - + Démarrer le Chat (VNC) - + Forum du support - + &Outils - + Transfert de fichiers (SSH) - + &Affichage - + Voir seulement (VNC) - + Site Web - + Réduire dans la zone de notification. - + Déplacer vers le bas - + Déplacer vers le haut - + Mes identifiants de connexion actuels (Informations de connexion Windows) - + Jamais - + Nouvelle connexion - + Nouveau dossier - + Nouveau Panneau - + Nouvelle racine - + Nouveau titre - + Non - + Pas de compression - + Pas d'application externe spécifiée. - + Aucun - + Aucun - + Normal - + Pas de taille dynamique - + Aucune mise à jour disponible - + Vous essayez de charger un fichier de connexion qui a été créé avec une version plus ancienne de mRemote, des erreurs internes pourraient survenir. Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous plait ! - + Ouvrir les nouveaux onglets à droite de l'onglet actuellement sélectionné - + Ports ouverts - + Thème - + &Supprimer - + &Nouveau - + Nom du panneau - + Protéger le mot de passe - + Merci de remplir tous les champs - + Impossible de charger le panneau Scan de port ! - + (Ces propriétés ne seront enregistrées que si vous sélectionnez mRemote / XML comme format de fichier de sortie !) - + Entrez le nom ou l'adresse ip de l'hôte auquel vous souhaitez vous connecter. - + Sélectionner toutes les options d'héritage. - + Sélectionnez le niveau d'authentification que cette connexion doit utiliser. - + Sélectionnez la manière de vous authentifier auprès du serveur VNC. - + Indiquez si vous souhaitez utiliser le cache bitmap ou non. - + Sélectionnez la qualité de couleur à utiliser. - + Sélectionnez la valeur de compression à utiliser. - + Mettez vos notes ou une description de l'hôte ici. - + Choisir oui si le thème de l'hôte distant doit être affiché. - + Sélectionnez oui si vous voulez afficher le fond d'ecran de l'hôte distant. - + Entrez votre nom de domaine. - + Choisir d'utiliser la composition du bureau ou non. - + Choisir d'utiliser le lissage des polices ou non. - + Choisissez l'encodage à utiliser. - + Sélectionnez le niveau de chiffrement de l'hôte distant. - + Sélectionnez l'outil externe qui doit être démarré. - + Sélectionnez un outil externe qui doit être lancé après la déconnexion de l'hôte distant. - + Sélectionnez un outil externe qui doit être lancé avant que la connexion à l'hôte distant ne soit établie. - + Choisissez une icône qui s'affichera lorsque vous serez connecté à l'hôte. - + Entrez l'adresse MAC de l'hôte distant si vous souhaitez l'utiliser dans un outil externe. - + Nom affiché dans l'arborescence de connexions. - + Panneau dans lequel la connexion sera ouverte. - + Entrez votre mot de passe. - + Entrez le port d'écoute du protocole choisi - + Choisissez le protocole utilisé par mRemoteNG pour se connecter à l'hôte. - + Sélectionnez une session PuTTY à utiliser lors de la connexion. - + Spécifie le nom de domaine fourni par l'utilisateur pour se connecter au serveur RD Gateway. - + Indiquer le nom d'hôte du serveur Remote Desktop Gateway. - + Spécifie quand utiliser un serveur Remote Desktop Gateway (RD Gateway). - + Spécifie de se connecter ou non à la passerelle en utilisant les mêmes identifiants que la connexion. - + Spécifie le nom de domaine que l'utilisateur fourni pour se connecter au serveur RD Gateway. - + Choisissez si les lecteurs de disque locaux doivent être redirigés sur l'hôte distant. - + Choisissez si les combinaisons de touches (par exemple, Alt-Tab) doivent être redirigées vers l'hôte distant. - + Choisissez si les ports locaux doivent être redirigés sur l'hôte distant. - + Choisissez si les imprimantes locales doivent être redirigées sur l'hôte distant. - + Précisez si les cartes à puce doivent être disponibles sur l'hôte distant. - + Choisi de quelle manière les sons de l'hôte distant doivent être redirigés. - + Choisi quel moteur de rendu disponible sera utilisé pour afficher du HTML. - + Choisi la résolution ou le mode pour lesquels la connexion sera ouverte. - + Sélectionnez le mode de Taille Intelligente à utiliser. - + Connexion à la console de l'hôte distant. - + Utilisez les informations d'identification Security Support Provider (CredSSP) pour l'authentification si elle est disponible. - + N'hésitez pas à entrer toutes les informations dont vous avez besoin ici. - + Entrez votre nom d'utilisateur. - + Si vous souhaitez établir une vue uniquement de l'hôte distant, sélectionnez oui. - + Entrez l'adresse du proxy à utiliser. - + Entrez votre mot de passe pour l'authentification contre le proxy. - + Entrez le port d'écoute du serveur proxy - + Si vous utilisez un proxy pour tunneler vos connexions VNC, sélectionnez son type. - + Entrez votre nom d'utilisateur pour vous authentifier sur le proxy. - + Nom d'hôte / IP - + Tous - + Serveur d'authentification - + Mode d'authentification - + Mettre en cache les bitmaps - + Couleurs - + Compression - + Description - + Afficher le Thème - + Afficher le Fond d'écran - + Domaine - + Composition du bureau - + Lissage des polices - + Encodage - + Niveau de cryptage - + Outil externe - + Outil Externe Après - + Outil externe avant - + Icône - + Adresse MAC - + Nom - + Panneau - + Mot de passe - + Port - + Protocole - + Session PuTTY - + Domaine de la Passerelle - + Nom d'Hôte de la Passerelle - + Mot de passe pour la Passerelle RDP - + Utiliser Gateway - + Identifiant pour la Passerelle - + Nom d'utilisateur pour la Passerelle RDP - + Lecteurs de disque - + Combinaisons de touches - + Ports - + Imprimantes - + Cartes à puce - + Sons - + Moteur de rendu - + Résolution - + Mode SmartSize - + Utilisez la session console - + Utiliser CredSSP - + Champ utilisateur - + Nom d'utilisateur - + Voir seulement - + Adresse proxy - + Mot de passe du Proxy - + Port du Proxy - + Type de proxy - + Nom d'utilisateur du Proxy - + Évènement de Protocole Déconnecté. Message: {0} - + Échec de Déconnexion du Protocole d’Évènement. {0} - + Protocole à importer - + Le test du proxy a échoué ! - + Test du Proxy réussi ! - + Échec de l'arrêt du processus Putty ! - + Impossible de définir le focus ! - + Erreur de la session Putty ! - + Handle Putty : {0} - + Échec de la fermeture du processus Putty ! - + Handle Panneau : {0} - + Échec du redimensionnement de Putty ! - + Sessions PuTTY sauvegardées - + Paramètres de PuTTY - + Échec de l'affichage de la fenêtre de paramètres de Putty ! - + Le lancement de Putty a échoué ! - + --- Outils PuTTY --- - + Titre PuTTY : {0} - + Rapide : {0} - + Connexion rapide - + Échec de l'ajout de connexion rapide ! - + La connexion rapide à échouée - + &M'avertir lors de la fermeture des connexions - + M'avertir uniquement lorsque mRemoteNG se f&erme - + M'avertir seulement lors de la fermeture de connexions &multiples - + &Ne pas m'avertir lors de la fermeture des connexions - + RAW - + RDP - + 16777216 couleurs (24 bits) - + 256 couleurs (8 bits) - + 32768 couleurs (15 bits) - + 16777216 couleurs (32 bits) - + 65536 couleurs (16 bits) - + Échec de RDP Add Resolution ! - + Échec de RDP Add Resolutions ! - + Échec de l'ajout de session - + Fermeture de la connexion RDP échouée ! - + Impossible de lancer une connexion RDP, vérifiez les prérequis mRemoteNG. - + Désactiver le curseur clignotant - + Désactiver l'Ombre du pointeur - + Désactiver le glissement de fenêtre complet - + Désactiver les animations du menu - + Désactiver les thèmes - + Désactiver papier peint - + RDP déconnecté ! - + Échec de Déconnexion RDP, tentative d'arrêt en cours ! - + Code d'erreur interne 1. - + Code d'erreur interne 2. - + Code d'erreur interne 3. Ce n'est pas un état valide. - + Code d'erreur interne 4. - + Une erreur irrécupérable s'est produite lors de la connexion au client. - + Échec GetError (FatalErrors) - + Une erreur inconnue s'est produite fatale RDP. Le code d'erreur {0}. - + Une erreur de mémoire insuffisante s'est produite. - + Une erreur inconnue s'est produite. - + Une erreur de création de fenêtre a été commise. - + Erreur d'initialisation de Winsock. - + Impossible d'importer le fichier RDP ! - + Ajuster au panneau - + Échec de RDP Focus ! - + La passerelle Bureau à distance est prise en charge. - + La passerelle Bureau à distance n'est pas prise en charge ! - + Erreur de session ! - + Nombre de reconnexions RDP : - + Échec de RDP SetAuthenticationLevel ! - + Échec de RDP SetUseConsoleSession ! - + Configuration du basculement de console pour RDC {0}. - + Échec de RDP SetCredentials ! - + Échec de RDP SetEventHandlers ! - + Échec de RDP SetRDGateway ! - + Échec de RDP SetPerformanceFlags ! - + Échec de RDP SetPort ! - + Échec de RDP SetProps ! - + Échec de Rdp Set Redirection ! - + Échec de Rdp Set Redirect Keys ! - + Échec de RDP SetResolution ! - + Taille intelligente - + Apporter à cet ordinateur - + Ne pas jouer - + Laisser à un ordinateur distant - + Échec de RDP ToggleFullscreen ! - + Échec de RDP ToggleSmartSize ! - + Reconnecter les sessions ouvertes au démarrage - + Actualiser - + Fichier distant - + Supprimer tout - + Renommer - + Rlogin - + Enregistrer - + Enregistrer tout - + Souhaitez-vous enregistrer le fichier actuel de connexions avant d'en charger un autre ? - + Enregistrer les connexions à la sortie - + Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png - + Écran - + Captures d'écran - + Captures d'écran - + Rechercher - + Envoyer à ... - + Erreur de session arrière plan - + La fermeture des sessions a échouée. - + Utiliser le nom d'hôte comme nom affiché lors de la création ou le renommage de connexions - + Échec de définition de texte du formulaire principal - + Échec de sauvegarde des paramètres ou de suppression de l'Icône de la Barre des tâches ! - + Afficher la description des info-bulles dans l'arborescence - + Afficher le chemin d'accès complet du fichier de connexions dans le titre de la fenêtre - + Afficher les informations de connexion dans le nom des onglets - + Afficher le protocole dans le nom de l'onglet - + Un simple clic sur une connexion l'ouvre - + Un simple clic sur une connexion ouverte nous renvoie dessus - + Apparence - + Gratuit - + Pas de taille intelligente - + Socks 5 - + Trier - + Croissant (AZ) - + Décroissant (ZA) - + Touches spéciales - + Consultez l'aide - Getting started - SQL Configuration pour plus d'informations ! - + SQL Server - + Vérification de la mise à jour SQL terminée, mises à jour disponibles ! Les connexions vont être rafraichies. - + SSH version 1 - + SSH version 2 - + Le transfert SSH en tâche de fond a échoué ! - + Transfert réussi ! - + Échec de SSH Transfer End (UI.Window.SSHTransfer) ! - + Échec du transfert SSH. - + IP de début - + Port de début - + Démarrer/Quitter - + Statut - + Se déplacer sur le panneau des Notifications : - + Avancée - + Apparence - + Onglets && Panneaux - + Mises à jour - + Telnet - + Ce qui suit : - + Panneau de configuration - + Panneau de connexions - + Générale - + La couleur de fond du panneau de configuration. - + La couleur du texte catégorie dans le panneau de configuration. - + La couleur du quadrillage dans le panneau de configuration - + La couleur de fond de la section d'aide du panneau de configuration. - + La couleur du texte dans la section d'aide du panneau de configuration. - + La couleur du texte dans le panneau de configuration. - + La couleur de fond du panneau des connexions. - + La couleur du texte dans le panneau des connexions. - + La couleur des lignes d'arborescence dans le panneau des connexions. - + La couleur de fond des menus. - + La couleur du texte dans les menus. - + La couleur de fond de la boîte de recherche. - + La couleur du texte dans la zone Rechercher. - + La couleur du texte dans la zone de recherche rapide. - + La couleur de fond des barres d'outils. - + La couleur du texte dans les barres d'outils. - + La couleur d'arrière-plan de la fenêtre principale. - + Couleur de fond du panneau de configuration - + Couleur de texte pour le panneau de configuration - + Couleur des lignes de la grille du panneau de configuration - + Couleur de Fond de l'Aide du Panneau de Configuration - + Couleur du Texte de l'Aide du Panneau de Configuration - + Couleur du Texte du Panneau de Configuration - + Couleur de Fond du Panneau des Connexions - + Couleur du Texte du Panneau de Connexions - + Couleur de l'arbre des connections dans le menu - + Couleur de Fond du Menu - + Couleur de texte du menu - + Couleur de fond de la boite de recherche - + Couleur du texte de la recherche - + Couleur du Texte de la Boîte de Recherche - + Couleur de fond de la barre d'outils - + Couleur du texte de la barre d'outils - + Couleur de fond de la fenêtre - + Erreur ({0}) - + Information ({0}) - + Mot de passe - + Choix du panneau - + Avertissement ({0}) - + Transfert - + Échec du transfert ! - + Essayer d'intégrer - + Type - + Ultra VNC Repeater - + Port UltraVNC SingleClick : - + Décochez les propriétés que vous souhaitez ne pas être enregistrée ! - + Thème sans nom - + mRemoteNG nécessite une mise à jour - + mRemoteNG peut se connecter périodiquement sur le site mRemoteNG pour vérifier les mises à jour. - + La vérification de la fin de mise à jour a échouée ! - + La vérification des mises à jour a échouée ! - + Actuellement mRemoteNG édition Portable ne supporte pas la mise à jour automatique. - + Erreur de suppression de fichiers mis à jour ! - + Téléchargement terminé ! mRemoteNG va se fermer et l'installation va commencer. - + Téléchargement échoué ! - + Le téléchargement de la mise à jour a échoué ! - + Chaque {0} jours - + Quotidien - + Mensuel - + Hebdomadaire - + Erreur lors du démarrage de la mise à jour ! - + Utilisez d'autres nom d'utilisateur et mot de passe - + Utilisez uniquement panneau Notifications (pas de message popups) - + Utilisateur - + Utilisez les mêmes nom d'utilisateur et mot de passe - + Utiliser une carte à puce - + Utilisez SQL Server pour charger && enregistrer les connexions - + Version - + VNC - + VNC déconnexion échouée ! - + Le rafraîchissement de l'écran VNC a échoué ! - + VNC SendSpecialKeys a échoué ! - + Échec de VNC Set Event Handlers ! - + Échec de VNC Set Props ! - + Le lancement de VNC Chat échoué ! - + Toggle VNC SmartSize échoué ! - + Échec de VNC Toggle ViewOnly ! - + M'avertir si l'authentification échoue - + Avertissements - + Utilise DockPanel Suite par [Weifen Luo] - + Ecrire dans un fichier journal (mRemoteNG.log) - + Chemin de XULRunner : - + Oui - + Crédits \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteV1/Resources/Language/Language.hu.resx index ddafe3e48..f4e70ad9f 100644 --- a/mRemoteV1/Resources/Language/Language.hu.resx +++ b/mRemoteV1/Resources/Language/Language.hu.resx @@ -117,322 +117,322 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Névjegy - + Aktív - + Tevékenység - + Új kapcsolat - + Új mappa - + Mindig - + Kapcsolódj mindig, sikertelen hitelesítés esetén is - + Kérdezz rá később - + Javasolt beállítások használata - + Automatikus frissítés beállításai - + Munkamenet információk automatikus megszerzése - + Automatikus mentés minden: - + Perc (0 - kikapcsolva) - + Aktuális verzió - + &Böngészés... - + &Mégsem - + Módosít - + Be&zár - + Kapcsolat bontása - + Ikon - + &Improtálás - + PuTTY indítása - + &Új - + &OK - + Tulajdonságok - + Helytelen IP cím, a port szkennelés nem indítható! - + Megjelenés - + Kapcsolat - + Hitelesítés - + Képernyő - + Átjáró - + Általános - + Egyéb - + Protokoll - + Átirányítás - + Az ellenőrzés sikertelen! - + Az ellenőrzés sikeres! - + Tartomány - + Többé ne mutasd ezt az üzenetet. - + Fájlnév - + Kiszolgálónév/IP cím - + Üzenet - + Felhasználónév - + Nem értelmezhető parancssori argumentum! - + Kapcsolódás... Sikertelen kapcsolódás! - + Kapcsolatok - + Telepített verzió - + Ne kapcsolódj sikertelen hitelesítéskor - + Duplaklikk a fülön bezárja azt - + Kísérleti - + Teljes képernyő - + Általános - + Fájlok - + A HTTP csatlakozás nem sikerült! - + Importálás/Exportálás - + CTRL-ALT-DEL - + CONTROL-ESC - + Cím: - + Megjelenítendő név - + Tartomány: - + Fájlnév: - + Hosztnév: - + Opciók: - + Jelszó: - + Port: - + Hordozható kiadás - + Protokoll: - + Szerver állapot: - + Adatbázis: - + Adatbázis: - + Felhasználónév: - + Ellenőrzés: - + Nyelv - + (Automatikus észlelés) - + Névjegy - + Frissítés keresése - + Ugrás - + Külső eszköz indítása - + Új kapcsolatfájl - + Új külső eszköz - + Értesítések - + Kapcsolatfájl megnyitása... - + Opciók - + Újrakapcsolódás - + Átnevezés - + Kapcsolat átnevezése - + Könyvtár átnevezése - + Fül átnevezése - + Hibabejelentés - + Elrendezés alaphelyzetbe állítása - + Kapcsolatfájl mentése - + Kapcsolatfájl mentése, mint... - + Képernyőmentés - + Képernyőmentés kezelő - + Munkamenetek - + Munkamanetek és képernyőmentések - + Honlap - + Soha - + Új kapcsolat - + Új mappa - + Új panel - + Új gyökérelem - + Új cím - + Nem - + SQL szerver használata a kapcsolatok kezelésére \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index 29094e38c..07df9ef9b 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -117,2026 +117,2026 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Informazioni su - + Attivo - + Attività - + Nuova connessione - + Nuova cartella - + Operazione AddNodeFromXML fallita! - + Operazione AddNodesFromSQL fallita! - + Consenti soltanto un'istanza dell'applicazione (richiede il riavvio di mRemoteNG) - + Sempre - + Connetti sempre, anche se l'autenticazione fallisce - + Mostra sempre la finestra di selezione pannello all'apertura di una connessione - + Mostra sempre le schede dei pannelli - + Mostra sempre l'icona nell'area delle notifiche - + Chiedimelo più tardi - + Personalizza le impostazioni adesso - + Utilizza le impostazioni raccomandate - + {0} può verificare automaticamente la presenza di aggiornamenti che potrebbero fornire nuove funzionalità e risolvere alcuni bug. Si raccomanda di consentire a {0} di controllare gli aggiornamenti una volta alla settimana. - + Impostazioni di aggiornamento automatico - + Aspetto - + Ottieni automaticamente informazioni sulla sessione - + Salva automaticamente ogni: - + Minuti (0 per disabilitare) - + Versione attuale - + &Sfoglia... - + &Cancella - + Cambia - + &Chiudi - + Ereditarietà predefinita - + Proprietà predefinite - + Disconnetti - + Icona - + &Importa - + Ereditarietà - + Esegui PuTTY - + &Nuovo - + &OK - + Proprietà - + &Scansione - + &Stop - + Verifica le impostazioni del proxy - + Non è possibile importare un file delle connessioni normale. Per favore usare File -> Carica connessioni per i file delle connessioni normali! - + Impossibile eseguire una scansione delle porte, il formato IP non è corretto! - + Aspetto - + Connessione - + Credenziali - + Schermo - + Gateway - + Generale - + Altro - + Protocollo - + Redirezione - + Mostra sempre questa schermata all'avvio - + Aggiorna - + Controllo fallito! - + Controllo riuscito! - + Per utilizzare le sessioni RDP è necessario avere una copia di eolwtscom.dll registrata nel proprio sistema. mRemoteNG viene distribuito con questo componente ma è in grado di registrarlo automaticamente soltanto eseguendo un setup completo. Per effettuare una registrazione manuale, aprire la finestra "Esegui" (WIN+R) ed inserire il testo: regsvr32 "C:\Programmi\mRemoteNG\eolwtscom.dll" (dove C:\Programmi\mRemoteNG\ è il percorso di installazione di mRemoteNG). Se il controllo fallisce o risulta impossibile utilizzare le sessioni RDP con mRemoteNG per favore consultare il forum di mRemoteNG all'indirizzo http://forum.mremoteng.org/ - + EOLWTSCOM è stato rilevato e sembra essere registrato correttamente. - + ICA richiede che il plugin XenDesktop Online sia installato e che la libreria wfica.ocx sia registrata. Il client è scaricabile all'indirizzo http://www.citrix.com/download/ Se il plugin XenDesktop Online è installato ma il controllo fallisce, provare a registrare wfica.ocx manualmente. Aprire la finestra "Esegui" (WIN+R) ed inserire il testo: regsvr32 "C:\Programmi\Citrix\ICA Client\wfica.ocx" (dove C:\Programmi\Citrix\ICA Client\ è il percorso di installazione del plugin XenDesktop Online). Se il controllo fallisce e risulta impossibile utilizzare ICA con mRemoteNG, per favore consulta il forum di mRemoteNG all'indirizzo http://forum.mremoteng.org/ - + Tutti i componenti ICA sono stati installati e sembrano registrati correttamente. Citrix ICA Client Control versione {0} - + non installato correttamente - + I protocolli SSH, Relnet, Rlogin e RAW richiedono PuTTY per funzionare. PuTTY è fornito insieme al pacchetto mRemoteNG ed è situato nel percorso di installazione. Assicurarsi che Putty.exe sia contenuto nella cartella mRemoteNG (default: C:\Programmi\mRemoteNG\) oppure che il percorso PuTTY specificato nelle opzioni (Strumenti - Opzioni - Avanzate - Percorso PuTTY personalizzato) sia valido. - + L'eseguibile PuTTY è stato trovato e dovrebbe essere pronto per l'uso. - + Per fare funzionare RDP correttamente è necessario avere installato Remote Desktop Connection (Terminal Services Client) versione 8.0, disponibile all'indirizzo https://support.microsoft.com/kb/2592687/it Se RDP 8.0 è installato e questo controllo fallisce, tentare di registrare mstscax.dll manualmente. Aprire la schermata "Esegui" (combinazione tasti WIN+R) ed inserire il seguente testo: regsvr32 "C:\Windows\System32\mstscax.dll" Se il problema con RDP persiste consultare il forum di mRemoteNG all'indirizzo http://forum.mremoteng.org/ - + Tutti i componenti RDP sono stati rilevati e sembrano registrati correttamente. Remote Desktop Connection Control versione {0} - + VNC richiede che VncSharp.dll sia presente nella cartella del programma mRemoteNG. Per favore assicurarsi che il file VncSharp.dll sia presente nella cartella del programma mRemoteNG (solitamente C:\Programmi\mRemoteNG\). Se risulta ancora impossibile utilizzare VNC con mRemoteNG, contattare il forum all'indirizzo http://forum.mremoteng.org/ - + Tutti i componenti VNC sono stati rilevati e sembrano registrati correttamente. VncSharp Control versione {0} - + Prova a riconnettersi automaticamente quando disconnesso (solo RDP ed ICA) - + Dominio - + Non visualizzare più questo messaggio. - + Ereditarietà - + Password - + Questo proxy richiede l'autenticazione - + Utilizza un percorso personalizzato per PuTTY: - + Riconnetti quando pronto - + Utilizza un proxy per la connessione - + Nome utente - + Attendi l'uscita - + Controlla ancora - + Verifica la presenza di aggiornamenti all'avvio - + Controlla adesso - + Durante l'avvio controlla che i componenti siano installati correttamente - + Seleziona il pannello prima della connessione - + Porte chiuse - + Comprimi tutte le cartelle - + Argomenti - + Nome visualizzato - + Nome del file - + Nome host / IP - + Messaggio - + Nome utente - + Attendi l'uscita - + Impossibile processare i parametri da linea di comando! - + Controllo componenti - + btnIcon_Click fallito! - + Operazione ShowHideGridItems fallita! - + Operazione IconMenu_Click fallita! - + Oggetto Property Grid fallito! - + Operazione SetHostStatus fallita! - + Operazione pGrid_PropertyValueChanged fallita! - + Caricamento Config UI fallito! - + Vuoi chiudere la connessione: "{0}"? - + Sei sicuro di voler chiudere il pannello "{0}"? Tutte le connessioni contenute in esso verranno terminate. - + Sei sicuro di voler cancellare l'applicazione esterna "{0}"? - + Sei sicuro di voler cancellare l'applicazione esterna selezionata {0}? - + Sei sicuro di voler cancellare la connessione "{0}"? - + Sei sicuro di voler cancellare la cartella vuota "{0}"? - + Sei sicuro di voler cancellare la cartella "{0}"? Tutte le sottocartelle e le connessioni contenute in essa verranno eliminate. - + Vuoi chiudere tutte le connessioni aperte? - + Reimpostare i pannelli secondo la disposizione predefinita? - + Connetti - + Connetti in modalità a schermo intero - + Connessione in corso... - + Protocol Event Connected - + Connessione a "{0}" attraverso "{1}" stabilita dall'utente "{2}" (Descrizione: "{3}"; Campo utente: "{4}") Connessione fallita! - + Protocol Event ErrorOccured - + Apertura della connessione fallita! - + Impossibile aprire la connessione: nessun nome host specificato! - + Errore RDP! Codice: {0} Descrizione: {1} - + Connessioni - + Impossibile impostare la porta predefinita! - + Impossibile creare un backup del file delle connessioni! - + Impossibile importare il file delle connessioni! - + Il file delle connessioni "{0}" non può essere caricato! - + Il file delle connessioni "{0}" non può essere caricato! Creazione di un nuovo file delle connessioni. - + Impossibile salvare il file delle connessioni! - + Impossibile salvare il file delle connessioni come "{0}"! - + Connetti alla sessione della console - + Connetti (con opzioni) - + Connessione a {0} attraverso {1} chiusa dall'utente {2}. - + Connessione a {0} attraverso {1} chiusa dall'utente {2}. (Descrizione: "{3}"; campo utente: "{4}") - + Connection Event Closed - + Operazione Connection Event Closed fallita! - + Impossibile creare un nuovo file delle connessioni! - + Versione installata - + Tema predefinito - + Rileva - + Non connettere in caso di autenticazione fallita - + Doppio click per chiudere la tab - + Scarica ed installa - + Duplica - + Vuoi continuare anche in assenza di password? - + Quando i campi "Nome utente", "Password" o "Dominio" sono vuoti, utilizza i seguenti: - + 128-bit - + 128-bit (solo accesso) - + Base - + Crittografa completamente il file delle connessioni - + IP finale - + Porta finale - + Operazione AddExternalToolsToToolBar (frmMain) fallita. {0} - + Operazione AddFolder (UI.Window.Tree) fallita. {0} - + La versione del database {0} non è compatibile con questa versione di {1}. - + Operazione CloneNode (Tree.Node) fallita. {0} - + Codice di errore {0}. - + L'elenco delle connessioni non può essere salvato. - + Decriptaggio fallito. {0} - + Criptaggio fallito. {0} - + Errori - + Il file delle connessioni da aprire all'avvio non può essere caricato.{0}{0}{2}{0}{3}{0}{0}Per evitare perdite di dati, {1} sarà immediatamente chiuso. - + Verifica della versione del database (Config.Connections.Save) fallita. {0} - + Espandi tutte le cartelle - + Sperimentale - + Esporta - + Esporta XML mRemote/mRemoteNG - + Appl. est. - + Comprende le icone di [FAMFAMFAM] - + Tutti i file (*.*) - + Applicazioni (*.exe) - + File CSV mRemote (*.csv) - + File XML mRemote (*.xml) - + File RDP (*.rdp) - + File CSV di visionapp Remote Desktop 2008 (*.csv) - + Eredita {0} - + Descrizione delle proprietà ereditate: {0} - + Libero - + Schermo intero - + Generale - + Recupero delle informazioni sulla connessione da SQL fallito - + Errore durante il caricamento della connessione per "{0}" da "{1}". {2} - + Riconnetti automaticamente - + Connessione - + Proprietà dell'applicazione esterna - + File - + Host - + HTTP Connect fallita! - + Impossibile creare una nuova connessione HTTP! - + Impostazione delle proprietà HTTP fallita! - + Impossibile creare una nuova connessione ICA! - + Caricamento del plugin ICA fallito! - + ICA SetCredentials fallito! - + ICA Set Event Handlers fallito! - + ICA Set Props fallito! - + ICA Set Resolution fallito! - + Aggiungi il prefisso "Quick:" alle schede di connessioni rapide - + Importa da Active Directory - + Importa/Esporta - + Importa XML mRemote/mRemoteNG - + Importa da scansione delle porte - + Importa da file .RDP - + Non attivo - + Informazioni - + mRemoteNG è aggiornato - + Operazione Dispose of Int App Process fallita! - + Int App Focus fallito! - + Int App handle: {0} - + Operazione Killing Int App Process fallita! - + Panel handle: {0} - + Int App Resize fallito! - + --- Roba di IntApp --- - + Int App Title: {0} - + CTRL-ALT-CANC - + CTRL-ESC - + Indirizzo: - + Argomenti: - + Modifiche recenti: - + Alla chiusura delle connessioni: - + &Connetti: - + Nome visualizzato - + Dominio: - + Nome del file: - + Nome host: - + Opzioni: - + Password: - + Porta: - + Edizione Portable - + Protocollo: - + Per configurare le sessioni PuTTY premere questo bottone: - + Massimo tempo di attesa per PuTTY ed applicazioni esterne integrate: - + Rilasciato sotto la licenza GNU GPL - + secondi - + Seleziona un pannello dalla lista sottostante o clicca Nuovo per aggiungerne un altro. Clicca OK per continuare. - + Stato del server: - + Database: - + Database: - + Nome utente: - + Verifica: - + Lingua - + (rileva automaticamente) - + {0} deve essere riavviato prima che le nuove impostazioni della lingua abbiano effetto. - + Operazione Load From SQL fallita! - + Operazione Load From XML fallita! - + File locale - + Il file locale non esiste! - + Logoff - + Scrittura sul file di report fallita! - + Impossibile salvare il report nella destinazione. - + Utilizza la libreria Magic di [Crownwood Software] - + Informazioni su - + Aggiungi pannello delle connessioni - + Verifica la presenza di aggiornamenti - + Configurazione - + Connetti - + Pannelli di connessione - + Connessioni - + Connessioni e configurazione - + Copia - + Ctrl-Alt-Canc - + Ctrl-Esc - + Elimina... - + Elimina connessione... - + Elimina applicazione esterna... - + Elimina cartella... - + Disconnetti - + Effettua una donazione - + Duplica - + Duplica connessione - + Duplica cartella - + Duplica tab - + Esci - + Applicazioni esterne - + Barra delle applicazioni esterne - + &File - + Schermo intero - + Schermo intero (RDP) - + &Aiuto - + Guida di mRemoteNG - + Vai a - + Esegui applicazione esterna - + Nuovo file delle connessioni - + Nuova applicazione esterna - + Notifiche - + Copia tutto - + Elimina - + Elimina tutto - + Apri file delle connessioni... - + Opzioni - + Incolla - + Scansione delle porte - + Barra di connessione rapida - + Riconnetti - + Aggiorna lo schermo (VNC) - + Rinomina - + Rinomina connessione - + Rinomina cartella - + Rinomina tab - + Segnala un bug - + Reimposta la disposizione - + Salva file delle connessioni - + Salva file delle connessioni con nome... - + Screenshot - + Gestore degli screenshot - + Invia tasti speciali (VNC) - + Sessioni - + Sessioni e screenshot - + &Mostra testo di aiuto - + Mostra testo - + SmartSize (RDP/VNC) - + Trasferimento file SSH - + Avvia chat (VNC) - + Forum di supporto - + &Strumenti - + Trasferisci file (SSH) - + &Visualizza - + Visualizza soltanto (VNC) - + Sito web - + Riduci a icona nell'area delle notifiche - + Sposta sotto - + Sposta sopra - + Le mie credenziali (di accesso a Windows) - + Mai - + Nuova connessione - + Nuova cartella - + Nuovo pannello - + Nuova root - + Nuovo titolo - + No - + Nessuna compressione - + Nessuna applicazione esterna specificata. - + Nessuna - + Nessuno - + Normale - + Disattiva SmartSize - + Nessun aggiornamento disponibile - + Se stai tentando di caricare un file delle connessioni creato con una vecchia versione di mRemote, questo potrebbe portare ad un errore durante l'esecuzione. Se succede, per favore crea un nuovo file delle connessioni! - + Apri un nuovo tab a destra del tab selezionato - + Porte aperte - + Tema - + Elimina - + &Nuovo - + Nome del pannello - + Proteggi con password - + Per favore compila tutti i campi - + Impossibile caricare il pannello di scansione delle porte! - + (Queste proprietà verranno salvate soltanto se il formato di output è XML mRemote/mRemoteNG!) - + Inserisci il nome host o l'IP a cui ti vuoi connettere. - + Inverti tutte le opzioni di ereditarietà. - + Seleziona quale livello di autenticazione deve essere utilizzato per questa connessione. - + Seleziona come effettuare l'autenticazione con il server VNC. - + Scegli se utilizzare la cache per i bitmap o meno. - + Seleziona la qualità del colore da utilizzare. - + Seleziona la quantità di compressione da utilizzare. - + Inserisci qui le tue note o una descrizione dell'host. - + Scegli "sì" se vuoi che il tema dell'host remoto sia visualizzato. - + Scegli "sì" se vuoi che lo sfondo dell'host remoto sia visualizzato. - + Inserisci il tuo dominio. - + Scegli se usare la composizione del desktop o meno. - + Scegli se usare il font smoothing o meno. - + Seleziona la modalità di codifica da utilizzare. - + Seleziona il livello di crittografia dell'host remoto. - + Seleziona l'applicazione esterna da avviare. - + Seleziona l'applicazione esterna da avviare dopo la disconnessione dall'host remoto. - + Seleziona l'applicazione esterna da avviare prima di stabilire la connessione all'host remoto. - + Scegli un'icona da visualizzare quando connesso all'host. - + Inserisci l'indirizzo MAC dell'host remoto se vuoi utilizzarlo con un'applicazione esterna. - + Questo nome verrà mostrato nell'albero delle connessioni. - + Imposta il pannello in cui aprire la connessione. - + Inserisci la tua password. - + Inserisci la porta sulla quale il protocollo è in ascolto. - + Seleziona il protocollo che mRemoteNG deve usare per connettersi all'host. - + Seleziona una sessione PuTTY da utilizzare per la connessione. - + Indica il nome di dominio che l'utente fornisce per connettersi al server gateway RDP. - + Indica il nome host del server gateway RDP. - + Indica quando utilizzare il server gateway RDP. - + Indica se autenticarsi sul gateway utilizzando le stesse credenziali della connessione. - + Indica il nome utente che l'utente fornisce per connettersi al server gateway RDP. - + Seleziona se visualizzare i dischi locali sull'host remoto. - + Seleziona se le combinazioni di tasti (as es. Alt-Tab) devono essere inviate all'host remoto. - + Seleziona se visualizzare le porte locali (ad es. COM1, LPT1) sull'host remoto. - + Seleziona se visualizzare le stampanti locali sull'host remoto. - + Selezionare se le smart card locali devono essere rese disponibili sull'host remoto. - + Seleziona come l'audio remoto deve essere reindirizzato. - + Seleziona uno dei motori di rendering da utilizzare per mostrare le pagine HTML. - + Scegli la risoluzione o la modalità di apertura della connessione. - + Scegli la modalità SmartSize da utilizzare. - + Connettiti alla sessione della console dell'host remoto. - + Usa Credential Security Support Provider (CredSSP) per l'autenticazione, se disponibile. - + Sentiti libero di inserire qui informazioni a piacimento. - + Inserisci il tuo nome utente. - + Seleziona "sì" se vuoi stabilire una connessione di sola visualizzazione verso l'host. - + Inserisci l'indirizzo del proxy da utilizzare. - + Inserisci la password per l'autenticazione sul proxy. - + Inserisci la porta sulla quale il proxy è in ascolto. - + Se utilizzi un proxy per effettuare il tunneling delle connessioni VNC, seleziona la sua tipologia. - + Inserire il nome utente per l'autenticazione con il proxy. - + Nome host / IP - + Tutti - + Autenticazione server - + Modalità di autenticazione - + Memorizza bitmap nella cache - + Colori - + Compressione - + Descrizione - + Visualizza temi - + Visualizza sfondo - + Dominio - + Composizione del desktop - + Font smoothing - + Codifica - + Livello di crittografia - + Applicazione esterna - + Applicazione esterna dopo - + Applicazione esterna prima - + Icona - + Indirizzo MAC - + Nome - + Pannello - + Password - + Porta - + Protocollo - + Sessione PuTTY - + Dominio del gateway - + Nome host del gateway - + Password del gateway desktop remoto - + Utilizza gateway - + Credenziali del gateway - + Nome utente del gateway - + Unità disco - + Combinazioni di tasti - + Porte - + Stampanti - + Smart card - + Audio - + Motore di rendering - + Risoluzione - + Modalità SmartSize - + Utilizza la sessione della console - + Usa CredSSP - + Campo utente - + Nome utente - + Visualizza soltanto - + Indirizzo del proxy - + Password del proxy - + Porta del proxy - + Tipo del proxy - + Nome utente del proxy - + Protocol Event Disconnected. Messaggio: {0} - + Protocol Event Disconnected fallito. {0} - + Protocollo da importare - + Test del proxy fallito! - + Test del proxy riuscito! - + Operazione Dispose of PuTTY process fallita! - + Impossibile impostare il focus! - + Get PuTTY Sessions fallito! - + PuTTY Handle: {0} - + Operazione Killing Putty Process fallita! - + Panel Handle: {0} - + Operazione Putty Resize fallita! - + Impostazioni PuTTY - + Operazione Show PuTTY Settings Dialog fallita! - + Avvio di PuTTY fallito! - + --- Roba di PuTTY --- - + PuTTY Title: {0} - + Rapido: {0} - + Connessione rapida - + Operazione Quick Connect Add fallita! - + Operazione Creating Quick Connect fallita - + &Avvisami alla chiusura delle connessioni - + Avvisami soltanto all'&uscita da mRemoteNG - + Avvisami soltanto alla chiusura di &più connessioni - + &Non avvisarmi alla chiusura delle connessioni - + RAW - + RDP - + 16777216 colori (24-bit) - + 256 colori (8-bit) - + 32768 colori (15-bit) - + 16777216 colori (32-bit) - + 65536 colori (16-bit) - + Operazione RDP Add Resolution fallita! - + Operazione RDP Add Resolutions fallita! - + Operazione Add Session fallita - + Operazione Close RDP Connection fallita! - + Impossibile creare il controllo RDP, per favore controlla i requisiti di mRemoteNG. - + Disattiva il lampeggio del cursore - + Disattiva l'ombra del cursore - + Disattiva il trascinamento finestra intera - + Disattiva le animazioni dei menu - + Disattiva i temi - + Disattiva lo sfondo - + RDP disconnesso! - + Disconnessione RDP fallita, tentativo di chiusura in corso! - + Codice di errore interno 1. - + Codice di errore interno 2. - + Codice di errore interno 3. Questo stato non è valido. - + Codice di errore interno 4. - + Si è verificato un errore irreversibile durante la connessione del client. - + GetError fallito (FatalErrors) - + Si è verificato un errore RDP fatale. Codice dell'errore {0}. - + Si è verificato un errore di memoria esaurita. - + Si è verificato un errore sconosciuto. - + Si è verificato un errore di creazione della finestra. - + Errore di inizializzazione WinSock. - + Impossibile importare il file RDP! - + Adatta al pannello - + RDP Focus fallito! - + Il gateway RDP è supportato. - + Il gateway RDP non è supportato! - + Operazione GetSessions fallita! - + Contatore riconnessioni RDP: - + RDP SetAuthenticationLevel fallito! - + RDP SetUseConsoleSession fallito! - + Impostazione del cambio console per RDC {0}. - + RDP SetCredentials fallito! - + RDP SetEventHandlers fallito! - + RDP SetRDGateway fallito! - + RDP SetPerformanceFlags fallito! - + RDP SetPort fallito! - + RDP SetProps fallito! - + RDP SetRedirection fallito! - + RDP SetRedirectKeys fallito! - + RDP SetResolution fallito! - + SmartSize - + Portare su questo computer - + Non riprodurre - + Lasciare sul computer remoto - + RDP ToggleFullscreen fallito! - + RDP ToggleSmartSize fallito! - + All'avvio, riconnetti alle sessioni precentemente aperte - + Aggiorna - + File remoto - + Rimuovi tutto - + Rinomina - + Rlogin - + Salva - + Salva tutto - + Vuoi salvare il file delle connessioni corrente prima di caricarne un altro? - + Salva le connessioni all'uscita - + File Graphics Interchange Format (.gif)|*.gif|File Joint Photographic Experts Group (.jpeg)|*.jpeg|File Joint Photographic Experts Group (.jpg)|*.jpg|File Portable Network Graphics (.png)|*.png - + Schermo - + Screenshot - + Screenshot - + Cerca - + Invia a... - + Get Sessions Background fallito - + Kill Session Background fallito - + Imposta il nome host come il nome visualizzato durante la creazione o la modifica delle connessioni - + Operazione Setting main form text fallita - + Impossibile salvare le impostazioni o eliminare l'icona nella barra di sistema! - + Mostra suggerimenti descrittivi nell'albero delle connessioni - + Mostra il percorso completo del file delle connessioni nel titolo della finestra - + Mostra le informazioni di accesso sul nome dei tab - + Mostra i protocolli sul nome dei tab - + Singolo click sulla connessione per aprirla - + Singolo click sulla connessione aperta per passare ad essa - + Aspetto - + Libero - + Disattiva SmartSize - + SOCKS 5 - + Ordina - + Ascendente (A-Z) - + Discendente (Z-A) - + Tasti speciali - + Per maggiori informazioni si prega di visualizzare Aiuto -> Per incominciare -> Configurazione SQL - + Server SQL - + Il controllo aggiornamenti SQL è terminato, c'è un aggiornamento disponibile! Le connessioni verranno aggiornate. - + SSH versione 1 - + SSH versione 2 - + Trasferimento SSH in background fallito! - + Trasferimento completato! - + SSH Transfer End (UI.Window.SSHTransfer) fallito! - + IP iniziale - + Porta iniziale - + Avvio/Uscita - + Stato - + Passa al pannello delle notifiche quando: - + Avanzate - + Aspetto - + Tab e pannelli - + Aggiornamenti - + Telnet - + Il seguente: - + Pannello configurazione - + Pannello connessioni - + Generale - + Colore di sfondo del pannello configurazione. - + Colore della categoria nel pannello configurazione. - + Colore delle linee griglia nel pannello configurazione - + Colore di sfondo nell'area aiuto del pannello configurazione. - + Colore del testo nell'area aiuto del pannello configurazione. - + Colore del testo nel pannello configurazione. - + Colore di sfondo nel pannello connessioni. - + Colore del testo nel pannello connessioni. - + Colore delle linee di alberatura nel pannello connessioni. - + Colore di sfondo dei menu. - + Colore del testo nei menu. - + Colore di sfondo della casella di ricerca. - + Colore del testo nella casella di ricerca. - + Colore del prompt nella casella di ricerca. - + Colore di sfondo delle barre degli strumenti. - + Colore del testo nelle barre degli strumenti. - + Colore di sfondo della finestra principale. - + Colore sfondo pannello configurazione - + Colore categoria pannello configurazione - + Colore linee griglia pannello configurazione - + Colore sfondo aiuto pannello configurazione - + Colore testo aiuto pannello configurazione - + Colore testo pannello configurazione - + Colore sfondo pannello connessioni - + Colore testo pannello connessioni - + Colore linee alberatura pannello connessioni - + Colore sfondo menu - + Colore testo menu - + Colore sfondo casella ricerca - + Colore testo casella ricerca - + Colore prompt casella ricerca - + Colore sfondo barra strumenti - + Colore testo barra strumenti - + Colore sfondo finestra - + Errore ({0}) - + Informazione ({0}) - + Password - + Seleziona pannello - + Attenzione ({0}) - + Trasferimento - + Trasferimento fallito! - + Prova ad integrare - + Tipo - + UltraVNC Repeater - + Porta UltraVNC SingleClick: - + Deseleziona le proprietà che non vuoi salvare! - + Tema senza nome - + mRemoteNG richiede un aggiornamento - + mRemoteNG è in grado di connettersi periodicamente al sito web per controllare la presenza di aggiornamenti o comunicati. - + Completamento del controllo aggiornamenti fallito! - + Controllo aggiornamenti fallito! - + L'edizione portable di mRemoteNG attualmente non supporta gli aggiornamenti automatici. - + Errore durante l'eliminazione dei file di aggiornamento! - + Scaricamento completato! mRemoteNG verrà chiuso e l'installazione avrà inizio. - + Completamento del download fallito! - + Aggiornamento del download fallito! - + Ogni {0} giorni - + Giornalmente - + Mensilmente - + Settimanalmente - + Errore nell'avvio dell'aggiornamento! - + Utilizza nome utente e password differenti - + Utilizza soltanto il pannello delle notifiche (nessun messaggio popup) - + Utente - + Utilizza gli stessi nome utente e password - + Utilizza una smart card - + Utilizza il server SQL per caricare e salvare le connessioni - + Versione - + VNC - + Disconnessione VNC fallita! - + Aggiornamento dello schermo VNC fallito! - + Invio di tasti speciali VNC fallito! - + Impostazione gestore eventi VNC fallito! - + Impostazione proprietà VNC fallita! - + Avvio della chat VNC fallito! - + Cambiamento SmartSize VNC fallito! - + Cambiamento ViewOnly VNC fallito! - + Avvisami se l'autenticazione fallisce - + Avvisi - + Utilizza la suite DockPanel di [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + Scrivi nel file di log (mRemoteNG.log) - + Percorso XULrunner: - + \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index 5c864ce40..921f8ff7e 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -117,2256 +117,2256 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mRemoteNGについて - + アクティブ - + Active Directory - + Activity - + 新規接続 - + 新しいフォルダー - + AddNodeFromXMLは失敗しました - + AddNodesFromSQL failed! - + アプリケーションの単一インスタンスのみを許可する(mRemoteNGを再起動する必要があります) Allow only a single instance of the application (mRemoteNG restart required) - + 常時 - + 認証が失敗しても常に接続する - + Always show panel selection dialog when opening connections - + 常にパネルのタブを表示 - + 常に通知領域アイコンを表示 - + もう一度後で聞く - + Customize the settings now - + 推奨設定を使用 - + {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly. - + 自動更新設定 - + Aspect - + セッション情報を自動的に取得する - + 自動保存の間隔: - + 分(0で無効にします) - + 最新バージョン - + &Browse... - + キャンセル(&C) - + 変更 - + 閉じる(&C) - + Default Inheritance - + デフォルトのプロパティ - + 切断 - + アイコン - + インポート(&I) - + Inheritance - + 立ち上げる(&L) - + PuTTYを開始 - + 新規(&N) - + &OK - + プロパティ - + スキャン(&S) - + 停止(&S) - + プロキシーをテストする - + You cannot import a normal connection file. Please use File - Open Connection File for normal connection files! - + IPアドレスのフォーマットが正しくないのでポートスキャンの開始に失敗しました Cannot start Port Scan, incorrect IP format! - + 外観 - + 接続 - + 資格情報 - + ディスプレイ - + ゲートウェイ - + 一般 - + その他 - + プロトコル - + Redirect - + 開始時に常に表示 - + 更新 - + 確認に失敗しました - + Check succeeded! - + The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system. mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer. To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). If this check still fails or you are unable to use the (RDP) Sessions feature, please consult the mRemoteNG Forum at http://forum.mremoteng.org/. - + EOLWTSCOM was found and seems to be registered properly. - + ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/ If you have the XenDesktop Online Plugin installed and the check still fails, try to register wfica.ocx manually. To do this open up the run dialog (Start - Run) and enter the following: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (Where c:\Program Files\Citrix\ICA Client\ is the path to your XenDesktop Online Plugin installation). If you are still not able to pass this check or use ICA in mRemoteNG please consult the mRemoteNG Forum at http://forum.mremoteng.org/" - + All ICA components were found and seem to be registered properly. Citrix ICA Client Control Version {0} - + 正しくインストールされていません - + The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path. Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path) - + The PuTTY executable was found and should be ready to use. - + For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 6.0 installed. You can download it here: http://support.microsoft.com/kb/925876 If this check still fails or you are unable to use RDP, please consult the mRemoteNG Forum at http://forum.mremoteng.org/. - + All RDP components were found and seem to be registered properly.  Remote Desktop Connection Control Version {0} - + VNC requires VncSharp.dll to be located in your mRemoteNG application folder. Please make sure that you have the VncSharp.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\). If you are still not able to pass this check or use VNC in mRemoteNG please consult the mRemoteNG Forum at http://forum.mremoteng.org/ - + All VNC components were found and seem to be registered properly. VncSharp Control Version {0} - + Automatically try to reconnect when disconnected from server (RDP && ICA only) - + ドメイン - + このメッセージを再び表示しない - + Inheritance - + パスワード - + このプロキシーに接続するには資格情報が必要です - + PuTTY実行ファイルへのパス: - + 再接続をする - + プロキシーサーバーを使用する - + ユーザー名 - + 終了まで待機する - + もう一度点検する - + Check for updates at startup - + 点検する - + 起動時に必要なコンポネントがインストールされているかを確認する Check proper installation of components at startup - + 接続時にパネルを選択する Choose panel before connecting - + 閉じているポート - + すべてのフォルダを折りたたむ - + パラメータ - + ディスプレイ名 - + ファイル名 - + ホスト名/IP - + メッセージ - + ユーザー名 - + 終了まで待機する - + {0}を終了(&X) E&xit {0} - + コマンドのパラメータが正しくありません - + 接続ファイルを開く(&O) - + 再度試みる(&T) - + {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it. - + 互換性の問題が検出されました - + コンポーネントの確認 - + btnIcon_Clickがエラーを発生しました - + ShowHideGridItemsがエラーを発生しました - + IconMenu_Clickがエラーを発生しました - + プロパティを表示するグリッドがエラーを発生しました - + SetHostStatusがエラーを発生しました - + pGrid_PopertyValueChangedがエラーを発生しました - + Config UI loadがエラーを発生しました - + 接続「{0}」を切断しますか? Do you want to close the connection, "{0}"? - + パネル内で開いている接続も全て切断されますが、パネル「{0}」を閉じますか? - + 外部ツール「{0}」を削除してもよろしいですか? - + 選択された外部ツール「{0}」を削除してもよろしいですか? - + 接続「{0}」を削除してもよろしいですか? Are you sure you want to delete the connection, "{0}"? - + 空のフォルダ「{0}」削除してもよろしいですか? - + Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted. - + すべてのセッションを切断しますか? - + パネル配置を初期化しますか? - + 接続 - + 全画面モードで接続する - + 接続しています... - + Protocol Event Connected - + Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}") 接続に失敗しました - + Protocol Event ErrorOccured - + 接続の開始に失敗しました - + ホスト名が入力されていないので接続出来ません - + RDP error! Error Code: {0} Error Description: {1} - + 接続 - + デフォルトのポートを設定できませんでした - + Couldn't create backup of connections file! - + 接続ファイルをインポートできませんでした - + Connections file "{0}" could not be loaded! - + Connections file "{0}" could not be loaded! Starting with new connections file. - + Couldn't save connections file! - + Couldn't save connections file as "{0}"! - + 資格情報なしで接続 - + コンソールセッションに接続 - + オプションを使用して接続 - + ユーザー{1}によって接続「{0}」は切断されました Connection to {0} via {1} closed by user {2}. - + Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}") - + 接続イベントに失敗しました - + Connection Event Closed failed! - + Couldn't create new connections file! - + Could not find ToolStrip control in FilteredPropertyGrid. - + バージョン - + デフォルトのテーマ - + 検出する - + Don't connect to console session - + Don't connect if authentication fails - + ダブルクリックでタブを閉じる - + ダウンロードとインストール - + 複製 - + パスワード無しでよろしいですか? - + For empty Username, Password or Domain fields use: - + 128ビット - + 128-bit (logon only) - + 40ビット - + 56ビット - + Basic - + 接続設定ファイルをすべて暗号化する - + 最終IPアドレス - + 最終ポート - + AddExternalToolsToToolBar (frmMain) failed. {0} - + AddFolder (UI.Window.Tree) failed. {0} - + The database version {0} is not compatible with this version of {1}. - + CloneNode (Tree.Node) failed . {0} - + エラーコード:{0} - + 接続リストが保存できませんでした - + PuTTYの実行に失敗しました - + 復号化に失敗しました:{0} - + 暗号化に失敗しました:{0} - + エラー - + The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit. - + VerifyDatabaseVersion (Config.Connections.Save) failed. {0} - + すべてのフォルダを展開 - + 試験的機能 - + エクスポート - + すべてエクスポート - + ファイルをエクスポート - + アイテムをエクスポート - + Export mRemote/mRemoteNG XML - + プロパティのエクスポート - + Export the currently selected connection - + Export the currently selected folder - + ファイルへの書き出し...(&E) - + Ext. App - + 新規外部ツール - + Includes icons by [FAMFAMFAM] - + http://www.famfamfam.com/ - + File &Format: - + すべてのファイル(*.*) - + インポート可能なすべてのファイル - + 実行ファイル(*.exe) - + mRemote CSVファイル(*.csv) - + mRemote XMLファイル(*.xml) - + PuTTY Connection Manager files - + Remote Desktop Connection Manager files (*.rdg) - + RDP Files (*.rdp) - + visionapp Remote Desktop 2008 CSV Files (*.csv) - + Inherit {0} - + Description of inherited property: {0} - + Free - + 全画面 - + 一般 - + SQLサーバーからの接続情報の取得に失敗しました - + An error occured while loading the connection entry for "{0}" from "{1}". {2} - + 自動的に再接続する - + 接続 - + 外部ツールプロパティ - + ファイル - + ホスト - + HTTP - + HTTP接続に失敗しました - + 新規のHTTP接続に失敗しました - + Changing HTTP Document Tile Failed! - + Internet Explorer - + HTTPS - + Set HTTP Props failed! - + ICA - + Couldn't create new ICA Connection! - + Loading ICA Plugin failed! - + ICA SetCredentials failed! - + ICA Set Event Handlers Failed! - + ICA Set Props Failed! - + ICA Set Resolution Failed! - + Identify quick connect tabs by adding the prefix "Quick:" - + アクティブディレクトリからインポート - + インポート/エクスポート - + ファイル「{0}」のインポート中にエラーが発生しました - + インポートに失敗しました - + ファイルからインポート...(&F) - + Under the root{0}{1}|Under the selected folder{0}{2} - + Where would you like the imported items to be placed? - + Import location - + インポート(&I) - + Import mRemote/mRemoteNG XML - + ポートスキャンからインポート - + Import from .RDP file(s) - + Inactive - + 情報 - + mRemoteNGは最新バージョンです - + Dispose of Int App process failed! - + Int App Focus Failed! - + Int App Handle: {0} - + Killing Int App Process failed! - + Panel Handle: {0} - + Int App Resize failed! - + --- IntApp Stuff --- - + Int App Title: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + アドレス: - + パラメータ: - + 履歴: - + 切断時: - + 接続(&C): - + ディスプレイ名 - + ドメイン: - + ファイル名: - + ホスト名: - + オプション: - + パスワード: - + ポート: - + ポータブル - + プロトコル: - + To configure PuTTY sessions click this button: - + Maximum PuTTY and integrated external tools wait time: - + Released under the GNU General Public License (GPL) - + - + パネルを選択するか新規パネルを追加してください。 Select a panel from the list below or click New to add a new one. Click OK to continue. - + サーバーの状態: - + データベース: - + データベース: - + ユーザー名: - + 確認: - + 言語 - + (自動検出) - + 言語設定の変更を有効にするには{0}の再起動が必要です {0} must be restarted before changes to the language will take effect. - + SQLサーバーからの読み込みに失敗しました - + 接続情報はSQLサーバーから読み込むことが出来ませんでした The connection information could not be loaded from the SQL server. - + XMLファイルからの読み込みに失敗しました - + ローカルファイル - + ファイルが存在しません - + ログオフ - + Writing to report file failed! - + Couldn't save report to final location. - + Uses the Magic library by [Crownwood Software] - + http://www.dotnetmagic.com/ - + mRemoteNGについて - + 接続表示パネルの追加 - + 最新バージョンをチェック - + 設定 - + 接続する - + 接続表示パネル - + 接続 - + 接続と設定 - + コピー - + Ctrl-Alt-Del - + Ctrl-Esc - + 削除... - + 接続を削除... - + 外部ツールを削除... - + フォルダを削除... - + 切断 - + 寄付のお願い - + 複製 - + 接続を複製する - + フォルダを複製する - + タブを複製する - + 終了 - + 外部ツール - + 外部ツールのツールバー - + ファイル(&F) - + 全画面 - + 全画面(RDP) - + ヘルプ(&H) - + mRemoteNGヘルプ - + 移動先 - + 外部ツールの立ち上げ - + 新規接続ファイル - + 新規外部ツール - + 通知 - + 全てコピー - + 削除 - + 全て削除 - + 接続ファイルを開く... - + オプション - + 貼り付け - + ポートをスキャンする - + クイック接続ツールバー - + 再接続 - + スクリーンを更新する (VNC) - + 名前を変更 - + 接続名を変更 - + フォルダ名を変更 - + タブ名を変更 - + バグを報告する - + レイアウトを初期化 - + 接続ファイルの保存 - + 接続ファイルを別名で保存... - + スクリーンキャプチャ - + スクリーンキャプチャの管理 - + Send Special Keys (VNC) - + Retrieve - + セッション - + セッションとスクリーンキャプチャ - + ヘルプ文字を表示(&S) &Show Help Text - + 文字の表示 - + SmartSize (RDP/VNC) - + SSHによるファイル転送 - + Start Chat (VNC) - + サポートフォーラム - + ツール(&T) - + SSHによるファイルの転送 - + 表示(&V) - + View Only (VNC) - + ウェブサイト(英語) - + 通知領域に最小化 - + 下へ移動 - + 上へ移動 - + mRemoteNG CSVフォーマット - + mRemoteNG XMLフォーマット - + My current credentials (Windows logon information) - + なし - + 新規接続 - + 新規フォルダ - + 新規パネル - + 新規ルート - + 新規タイトル - + いいえ - + 圧縮なし - + No Ext. App specified. - + 情報がありません - + なし - + Normal - + No SmartSize - + 更新はありません - + You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. If you run into such an error, please create a new connection file! You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. If you run into such an error, please create a new connection file! - + 選択されているタブの右側に新規タブを作成 Open new tab to the right of the currently selected tab - + Open Ports - + 削除(&D) - + 新規(&N) - + デフォルトに戻す(&R) - + すべてデフォルトに戻す(&A) Reset &All to Default - + タブ - + 新しいタブ - + 前のタブ - + ショートカットを変更する - + キーボードショートカット - + テストの実行中 - + キーボード - + テーマ - + 削除(&D) - + 新規(&N) - + パネル名 - + パスワードの保護 - + 同じパスワードを入力してください - + パスワードは最低3文字必要です - + 全て入力してください - + ポートのスキャンが完了しました - + Couldn't load PortScan panel! - + (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!) - + ホスト名かIPアドレスを入力してください - + Toggle all inheritance options. - + Select which authentication level this connection should use. - + Select how you want to authenticate against the VNC server. - + Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher. - + Select whether to use bitmap caching or not. - + Select the colour quality to be used. - + Select the compression value to be used. - + Put your notes or a description for the host here. - + Select yes if the theme of the remote host should be displayed. - + Select yes if the wallpaper of the remote host should be displayed. - + ドメインを入力してください - + Select whether to use desktop composition or not. - + Select whether to use font smoothing or not. - + Select the encoding mode to be used. - + Select the encryption strength of the remote host. - + Select the external tool to be started. - + Select a external tool to be started after the disconnection to the remote host. - + Select a external tool to be started before the connection to the remote host is established. - + Choose a icon that will be displayed when connected to the host. - + Specifies the load balancing information for use by load balancing routers to choose the best server. - + Enter the MAC address of the remote host if you wish to use it in an external tool. - + This is the name that will be displayed in the connections tree. - + 接続をするパネルを指定 Sets the panel in which the connection will open. - + パスワードを入力 - + プロトコルのポートを入力 Enter the port the selected protocol is listening on. - + Choose the protocol mRemoteNG should use to connect to the host. - + Select a PuTTY session to be used when connecting. - + Specifies the domain name that a user provides to connect to the RD Gateway server. - + Specifies the host name of the Remote Desktop Gateway server. - + Specifies when to use a Remote Desktop Gateway (RD Gateway) server. - + Specifies whether or not to log on to the gateway using the same username and password as the connection. - + Specifies the user name that a user provides to connect to the RD Gateway server. - + Select whether local disk drives should be shown on the remote host. - + Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host. - + Select whether local ports (ie. com, parallel) should be shown on the remote host. - + Select whether local printers should be shown on the remote host. - + Select whether local smart cards should be available on the remote host. - + Select how remote sound should be redirected. - + Select one of the available rendering engines that will be used to display HTML. - + Choose the resolution or mode this connection will open in. - + Select the SmartSize mode to be used. - + Connect to the console session of the remote host. - + Use the Credential Security Support Provider (CredSSP) for authentication if it is available. - + Feel free to enter any information you need here. - + ユーザー名を入力してください - + If you want to establish a view only connection to the host select yes. - + Enter the proxy address to be used. - + Enter your password for authenticating against the proxy. - + Enter the port the proxy server listens on. - + If you use a proxy to tunnel VNC connections, select which type it is. - + Enter your username for authenticating against the proxy. - + ホスト名またはIPアドレス - + 全て - + サーバー認証 - + 認証モード - + 自動サイズ変更 - + ビットマップをキャッシュ - + - + 圧縮 - + 説明 - + テーマの表示 - + ウォールペーパーを表示 - + ドメイン - + Desktop Composition - + フォントの滑らかさ - + エンコード - + Encryption Strength - + 外部ツール - + External Tool After - + External Tool Before - + アイコン - + Load Balance Info - + MACアドレス - + 名前 - + パネル - + パスワード - + ポート - + プロトコル - + PuTTYのセッション - + ゲートウェイのドメイン - + ゲートウェイのホスト名 - + Remote Desktop Gateway Password - + ゲートウェイを使用 - + ゲートウェイの資格情報 - + ゲートウェイのユーザー名 - + ディスク・ドライブ - + キーの組み合わせ - + ポート - + プリンター - + スマートカード - + サウンド - + レンダリングエンジン - + 解像度 - + スマートサイズモード - + コンソールセッションを使用 - + Use CredSSP - + User Field - + ユーザー名 - + 表示のみ - + プロキシーのアドレス Proxy Address - + プロキシーのパスワード Proxy Password - + プロキシーのポート - + プロキシーの種類 - + プロキシーのユーザー名 - + Protocol Event Disconnected. Message: {0} - + Protocol Event Disconnected failed. {0} - + インポートするプロトコル - + Proxy test failed! - + Proxy test succeeded! - + Dispose of Putty process failed! - + Couldn't set focus! - + Get Putty Sessions Failed! - + Putty Handle: {0} - + Killing Putty Process failed! - + Panel Handle: {0} - + Putty Resize Failed! - + PuTTY Saved Sessions - + PuTTY Session Settings - + PuTTY Settings - + Show PuTTY Settings Dialog failed! - + Putty Start Failed! - + --- PuTTY Stuff --- - + PuTTY Title: {0} - + Quick: {0} - + クイック接続 - + Quick Connect Add Failed! - + Creating quick connect failed - + &Warn me when closing connections - + Warn me only when e&xiting mRemoteNG - + Warn me only when closing &multiple connections - + Do &not warn me when closing connections - + RAW - + RDP - + 16777216 Colours (24-bit) - + 256 Colours (8-bit) - + 32768 Colours (15-bit) - + 16777216 Colours (32-bit) - + 65536 Colours (16-bit) - + RDP Add Resolution failed! - + RDP Add Resolutions failed! - + セッションの追加に失敗しました - + Close RDP Connection failed! - + Couldn't create RDP control, please check mRemoteNG requirements. - + Disable Cursor blinking - + Disable Cursor Shadow - + Disable Full Window drag - + メニューのアニメーションを無効にする - + テーマを無効にする - + Disable Wallpaper - + リモートデスクトップが切断されました - + RDP Disconnect failed, trying to close! - + Internal error code 1. - + Internal error code 2. - + Internal error code 3. This is not a valid state. - + Internal error code 4. - + An unrecoverable error has occurred during client connection. - + GetError failed (FatalErrors) - + An unknown fatal RDP error has occurred. Error code {0}. - + An out-of-memory error has occurred. - + An unknown error has occurred. - + A window-creation error has occurred. - + Winsock initialization error. - + RDPファイルのインポートに失敗しました - + Fit To Panel - + RDP Focus failed! - + RD Gateway is supported. - + RD Gateway is not supported! - + GetSessions failed! - + RDP reconnection count: - + RDP SetAuthenticationLevel failed! - + RDP SetUseConsoleSession failed! - + Setting Console switch for RDC {0}. - + RDP SetCredentials failed! - + RDP SetEventHandlers failed! - + RDP SetRDGateway failed! - + RDP SetPerformanceFlags failed! - + RDP SetPort failed! - + RDP SetProps failed! - + Rdp Set Redirection Failed! - + Rdp Set Redirect Keys Failed! - + RDP SetResolution failed! - + Smart Size - + このコンピューターで再生 - + 再生しない - + 遠隔コンピューターで再生 - + RDP ToggleFullscreen failed! - + RDP ToggleSmartSize failed! - + 起動時に前セッション時の接続を開始する Reconnect to previously opened sessions on startup - + 更新 - + 遠隔ファイル - + 全て削除 - + 名前の変更 - + Rlogin - + 保存 - + 全て保存 - + Do you want to save the current connections file before loading another? - + 終了時に保存する - + Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png - + スクリーン - + スクリーンショット - + 複数のスクリーンショット - + 検索 - + 送信... - + Get Sessions Background failed - + Kill Session Background failed - + Set hostname like display name when creating or renaming connections - + Setting main form text failed - + Couldn't save settings or dispose SysTray Icon! - + 接続ツリーに接続の説明をツールチップを表示する Show description tooltips in connection tree - + ウィンドウのタイトルに接続設定ファイルへのフルパス名を表示する Show full connections file path in window title - + タブ名と一緒にログオン情報を表示する Show logon information on tab names - + タブ名と一緒にプロトコルを表示する Show protocols on tab names - + ワンクリックで接続を開始する Single click on connection opens it - + Single click on opened connection switches to it - + Aspect - + Free - + No SmartSize - + Socks 5 - + 並び替え - + 昇順 - + 降順 - + Special Keys - + Please see Help - Getting started - SQL Configuration for more Info! - + SQL Server - + SQL Update check finished and there is an update available! Going to refresh connections. - + SSHバージョン1 - + SSHバージョン2 - + SSH background transfer failed! - + 転送に成功しました - + SSH Transfer End (UI.Window.SSHTransfer) failed! - + SSH経由の転送に失敗しました - + 開始IP - + 開始のポート - + 起動と終了 - + ステータス - + Switch to Notifications panel on: - + 詳細設定 - + 外観 - + タブとパネル - + タブの更新 - + Telnet - + 以下: - + 設定パネル - + 接続パネル - + General - + 設定パネルの背景色 - + The colour of the category text in the config panel. - + The colour of the grid lines in the config panel - + The background colour of the help area of the config panel. - + The colour of the text in the help area of the config panel. - + The colour of the text in the config panel. - + The background colour of the connections panel. - + The colour of the text in the connections panel. - + The colour of the tree lines in the connections panel. - + The background colour of the menus. - + The colour of the text in the menus. - + The background colour of the search box. - + The colour of the text in the search box. - + The colour of the prompt text in the search box. - + The background colour of the toolbars. - + The colour of the text in the toolbars. - + The background colour of the main window. - + Config Panel Background Colour - + Config Panel Category Text Colour - + Config Panel Grid Line Colour - + Config Panel Help Background Colour - + Config Panel Help Text Colour - + Config Panel Text Colour - + Connections Panel Background Colour - + Connections Panel Text Colour - + Connections Panel Tree Line Colour - + Menu Background Colour - + Menu Text Colour - + Search Box Background Colour - + Search Box Text Colour - + Search Box Text Prompt Colour - + Toolbar Background Colour - + Toolbar Text Colour - + ウィンドウの背景色 - + エラー({0}) - + Information ({0}) - + Password - + Password for {0} - + パネルを選択 - + Warning ({0}) - + 転送 - + 転送中にエラーが発生しました - + Try to integrate - + 種類 - + Ultra VNC Repeater - + UltraVNC SingleClick port: - + Uncheck the properties you want not to be saved! - + 無名のテーマ - + mRemoteNG requires an update - + mRemoteNG can periodically connect to the mRemoteNG website to check for updates. - + The update information could not be downloaded. - + 確認に失敗しました - + 更新を確認しています… - + mRemoteNG Portable Edition does not currently support automatic updates. - + ダウンロードが終了しました mRemoteNGを終了してインストールを開始します - + The update could not be downloaded. - + The update download could not be initiated. - + {0}日毎 - + 毎日 - + 毎月 - + 毎週 - + The change log could not be downloaded. - + Use a different username and password - + Use only Notifications panel (no messagebox popups) - + ユーザー - + Use the same username and password - + Use a smart card - + 接続設定の保存にSQLサーバーを使用する Use SQL Server to load && save connections - + バージョン - + visionapp Remote Desktop 2008 CSV - + VNC - + VNCの切断に失敗しました - + VNCのスクリーンの更新に失敗しました - + VNC SendSpecialKeys failed! - + VNC Set Event Handlers failed! - + VNC Set Props Failed! - + VNC Start Chat Failed! - + VNC Toggle SmartSize Failed! - + VNC Toggle ViewOnly Failed! - + 認証に失敗した場合は警告する - + 警告 - + Uses the DockPanel Suite by [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + ログファイルを書き出す(mRemoteNG.log) - + XULRunnerのパス: - + はい \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index 0d8570fa2..7afc0a2b1 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -117,2375 +117,2375 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + mRemoteNG 정보 - + 활성 - + Active Directory - + Activity - + 새 연결 - + 새 폴더 - + AddNodeFromXML 실패! - + AddNodesFromSQL 실패! - + 어플리케이션에 단일 인스턴스만 허용(mRemoteNG 재시작 필요) - + 항상 - + 인증이 실패하더라도 항상 연결 - + 연결시 패널 선택 대화상자 항상 표시 - + 패널 탭 항상 표시 - + 알림 영역 아이콘 항상 표시 - + 다음에 다시 묻기 - + 지금 사용자 설정 - + 권장 설정 사용 - + {0}은 새로운 기능 및 버그 수정을 제공 할 수있는 업데이트를 자동으로 확인할 수 있습니다. 매주 업데이트를 확인하도록 {0}을 허용하는 것이 좋습니다. - + 자동 업데이트 설정 - + 양상 - + 세션 정보를 자동으로 얻음 - + 자동 저장 간격 : - + 분 ( 0은 비활성화) - + 최종 버전 - + 검색(&B) - + 취소(&C) - + 변경 - + 닫기(&C) - + 기본 상속 - + 기본 속성 - + 연결 끊기 - + 아이콘 - + 임포트(&I) - + 상속 - + 시작(&L) - + PuTTY 시작 - + 신규(&N) - + 확인(&O) - + 등록정보 - + 스캔(&S) - + 중단(&S) - + 포록시 테스트 - + 일반 연결 파일은 가져올 수 없습니다. Please use File - Load Connections for normal connection files! - + 포트 스캔을 시작 할 수 없습니다. 잘못된 IP 형식 입니다. - + 모양 - + 연결 - + 자격증명 - + 표시 - + 게이트웨이 - + 일반 - + 기타 - + 프로토콜 - + 리디렉션 - + 시작시 항상 이 화면 표시 - + 새로 고침 - + 검사 실패! - + 검사 성공! - + (RDP) 세션 기능을 사용하려면 시스템에 eolwtscom.dll의 사본이 있어야합니다. mRemoteNG는이 구성 요소와 함께 제공되지만 mRemoteNG 설치 프로그램을 사용하지 않으면 자동으로 등록되지 않습니다. 수동으로 등록하려면 상승 된 명령 프롬프트에서 다음 명령을 실행하십시오. regsvr32 "C : \ Program Files \ mRemoteNG \ eolwtscom.dll"(여기서 C : \ Program Files \ mRemoteNG \은 mRemoteNG 설치 경로 임). 이 검사가 여전히 실패하거나 (RDP) 세션 기능을 사용할 수없는 경우 http://forum.mremoteng.org/의 mRemoteNG 포럼을 참조하십시오. - + EOLWTSCOM이 발견되어 등록 된 것으로 보입니다. - + ICA를 사용하려면 XenDesktop Online Plugin이 설치되어 있고 wfica.ocx 라이브러리가 등록되어 있어야합니다. 클라이언트는 http://www.citrix.com/download/에서 다운로드 할 수 있습니다. XenDesktop Online Plugin이 설치되어 있고 검사가 여전히 실패하면 wfica.ocx를 수동으로 등록 해보십시오. 이렇게하려면 실행 대화 상자 (시작 - 실행)를 열고 다음을 입력하십시오. regsvr32 "c : ₩ Program Files ₩ Citrix ₩ ICA Client ₩ wfica.ocx"(여기서 c : \ Program Files \ Citrix \ ICA Client \는 XenDesktop Online Plugin 설치 경로). 그래도이 수표를 통과하거나 mRemoteNG에서 ICA를 사용할 수 없다면 mRemoteNG 포럼 (http://forum.mremoteng.org/)을 참조하십시오. - + 모든 ICA 구성 요소가 발견되어 제대로 등록 된 것으로 보입니다. Citrix ICA 클라이언트 제어 버전 {0} - + 제대로 설치가 되어 있지 않습니다. - + SSH, Telnet, Rlogin 및 RAW 프로토콜은 PuTTY가 작동해야합니다. PuTTY는 모든 mRemoteNG 패키지와 함께 제공되며 설치 경로에 있습니다. putty.exe가 mRemoteNG 디렉토리 (기본값 : c : \ Program Files \ mRemoteNG \)에 있거나 PuTTY 실행 파일의 유효한 경로를 옵션 (도구 - 옵션 - 고급 - 사용자 정의 PuTTY)에 지정했는지 확인하십시오 통로) - + PuTTY 실행 파일을 찾았으므로 사용할 준비가되었습니다. - + RDP가 제대로 작동하려면 적어도 원격 데스크톱 연결 (터미널 서비스) 클라이언트 8.0이 설치되어 있어야합니다. 다음 사이트에서 다운로드 할 수 있습니다. http://support.microsoft.com/kb/925876 이 검사가 여전히 실패하거나 RDP를 사용할 수없는 경우 mRemoteNG 포럼 (http://forum.mremoteng.org/)을 참조하십시오. - + 모든 RDP 구성 요소가 발견되어 제대로 등록 된 것으로 보입니다. 원격 데스크톱 연결 제어 버전 {0} - + VNC를 사용하려면 mRemoteNG 응용 프로그램 폴더에 VncSharp.dll이 있어야합니다. mRemoteNG 응용 프로그램 폴더 (일반적으로 C : \ Program Files \ mRemoteNG \)에 VncSharp.dll 파일이 있는지 확인하십시오. 그래도 확인을 통과 할 수 없거나 mRemoteNG에서 VNC를 사용할 수 없다면 mRemoteNG 포럼 (http://forum.mremoteng.org/)에 문의하십시오. - + 모든 VNC 구성 요소가 발견되어 제대로 등록 된 것으로 보입니다. VncSharp 제어 버전 {0} - + 서버와의 연결이 끊어지면 자동으로 다시 연결을 시도합니다 (RDP && ICA 만 해당). - + 도메인 - + 이 메시지를 다시 표시 안 함. - + 상속 - + 암호 - + 이 프록시 서버에는 인증이 필요합니다 - + 사용자 정의 PuTTY 경로 사용 : - + 준비되면 다시 연결 - + 프록시 서버를 사용해서 연결 - + 사용자 이름 - + 종료까지 대기 - + 다시 확인 - + 시작시 업데이트 확인 - + 지금 확인 - + 시작시 구성 요소가 제대로 설치되었는지 확인 - + 연결 전에 패널 선택 - + 닫힌 포트 - + 모든 폴더 접기 - + 로깅 - + 팝업 - + 응용 프로그램 디렉토리에 로그 - + 할당 된 자격 증명 - + 항상 허용 - + 한번 허용 - + 허용 안함 - + URL에 대한 안전하지 않은 인증서 허용 : {0}? - + 안전하지 않은 인증서를 허용 하시겠습니까? - + 디버그 - + 이 메시지 형시 표시 - + 로그 파일 경로 - + 이 메시지 형식 로그 - + 경로 선택 - + 파일 열기 - + 기본값 사용 - + 자격 증명 레코드 {0}을 (를) 삭제 하시겠습니까? - + ID가 "{1}"인 연결 레코드에 대해 "{0}"과 일치하는 자격증명 레코드를 찾을 수 없습니다. - + 비활성으로 인해 RDP 세션 연결이 끊어진 후 알림 수신 여부 선택 - + 유휴 연결 끊김 경고 - + 비밀번호는 {0} 이상의 문자를 포함해야합니다 : {1} - + 비밀번호는 적어도 소문자가 {0} 이상이어야합니다. - + 비밀번호는 최소한 {0} 숫자를 포함해야합니다. - + 비밀번호는 적어도 {0} 이상의 대문자를 포함해야합니다. - + 암호 길이는 {0}에서 {1} 사이 여야합니다. - + mRemoteNG 로그 파일의 경로 선택 - + 자격 증명 편집기 - + 자격 증명 관리자 - + ID - + 제거 - + 타이틀 - + 이 연결에 사용할 자격 증명을 선택. - + 유휴(idle) 분 - + 동의 - + 추가 - + 자동으로 연결을 끊기 전에 RDP 세션이 유휴 상태가되는 시간 (제한 없이 사용 : 0) - + 음질 - + 다운로드 완료! - + 다운로드 - + 암호화 엔진 - + 보안 - + 키 유도 함수 반복 - + 동적 - + 높음 - + 중간 - + 프로토콜에서 제공하는 음질을 선택하십시오 : 동적, 중간, 높음 - + 인수 - + 표시 이름 - + 파일 이름 - + 호스트 이름 / IP - + 메시지 - + 사용자 이름 - + 종료 대기 - + 종료 (&X) {0} - + 명령 줄 인수를 구문 분석 할 수 없음! - + 연결 파일 열기(&O) - + 다시 시도(&T) - + {0}이 시스템에서 실행중인 레노버 자동 스크롤 유틸리티를 감지했습니다. 이 유틸리티는 당신이 비활성화하거나 제거하는 것이 좋습니다 {0}.에 문제를 일으킨다 고 알려져있다. - + 호환성 문제 감지 - + 구성 요소 확인 - + btnIcon_Click 실패! - + ShowHideGridItems 실패! - + IconMenu_Click 실패! - + 속성 그리드 오브젝트 실패! - + SetHostStatus 실패! - + pGrid_PopertyValueChanged 실패! - + 구성 UI 로드 실패! - + 연결을 닫으시겠습니까 "{0}"? - + 패널을 닫으시겠습니까 "{0}"? 포함 된 모든 연결도 닫힙니다. - + 외부 도구를 삭제 하시겠습니까 "{0}"? - + 선택한 외부 도구를 삭제 하시겠습니까 "{0}"? - + 연결을 삭제 하시겠습니까 "{0}"? - + 당신이 빈 폴더를 삭제 하시겠습니까 "{0}"? - + 폴더를 삭제 하시겠습니까 "{0}"? 포함 된 모든 폴더 또는 연결도 삭제됩니다. - + 열려있는 모든 연결을 닫으시겠습니까? - + 기본 레이아웃 패널을 재설정 하시겠습니까? - + 연결 - + 전체 화면 모드에서 연결 - + 연결 중 ... - + 프로토콜 이벤트 연결 - + 사용자 "{2}"가 설정한 "{1}"을 통해 "{0}"에 연결 (설명 : "{3}", 사용자 필드 : "{4}") 연결 실패! - + 프로토콜 이벤트 오류 발생. - + 열기 연결에 실패했습니다! - + 연결을 열 수 없습니다 : 호스트 이름 지정이 안됨! - + RDP 오류! 오류 코드 : {0} 오류 설명 : {1} - + 연결 - + 기본 포트를 설정할 수 없습니다! - + 연결 파일의 백업을 생성 할 수 없습니다! - + 연결 파일을 가져올 수 없습니다! - + 연결 파일은 "{0}"를 로드 할 수 없습니다! - + 연결 파일은 "{0}"를 로드 할 수 없습니다! 새로운 연결 파일과 함께 시작. - + 연결 파일을 저장할 수 없습니다! - + "{0}"로 연결 파일을 저장할 수 없습니다! - + 자격 증명없이 연결 - + 세션을 콘솔에 연결 - + 연결 (옵션 사용) - + 사용자 {2}이(가) {1} 통해 {0}에 연결. - + 사용자 {2}이(가) {1} 통해 {0}에 연결. (설명:"{3}";사용자 입력란:"{4}") - + 연결 이벤트 닫힘. - + 연결 이벤트 담힘 실패. - + 새로운 연결 파일을 생성 할 수 없습니다! - + FilteredPropertyGrid에서의 ToolStrip 컨트롤을 찾을 수 없습니다. - + 설치된 버전 - + 기본 테마 - + 검색 - + 콘솔 세션에 연결하지 않음 - + 인증에 실패하면 연결하지 않음 - + 더블 클릭으로 탭 닫기 - + 다운로드 및 설치 - + 복제 - + 암호를 사용하지 않고 계속 하시겠습니까? - + 빈 사용자 이름, 비밀번호 또는 도메인 필드의 경우 다음을 사용 : - + 128 비트 - + 128 비트 (로그온 만) - + 40 비트 - + 56 비트 - + 기본 - + 연결 파일을 완전히 암호화 - + 최종 IP - + 최종 포트 - + AddExternalToolsToToolBar (frmMain)가 실패. {0} - + AddFolder (UI.Window.ConnectionTreeWindow)가 실패. {0} - + 데이터베이스 버전 {0}은 (는)이 버전의 {1}과 호환되지 않습니다. - + CloneNode (Tree.Node)가 실패. {0} - + 오류 코드 {0}. - + 연결 목록을 저장할 수 없습니다. - + PuTTY를 시작할 수 없습니다. - + 암호 해독에 실패. {0} - + 암호화에 실패. {0} - + 오류 - + 시작 연결 파일을로드 할 수 없습니다. {0} {0} {2} {0} {3} {0} {0} 데이터 손실을 방지하기 위해 {1}을 종료합니다. - + VerifyDatabaseVersion (Config.Connections.Save)이 실패. {0} - + 모든 폴더 확장 - + 실험적 - + 내보내기 - + 모든 항목 내보내기 - + 파일 내보내기 - + 항목 내보내기 - + mRemote / mRemoteNG XML 내보내기 - + 속성 내보내기 - + 현재 선택된 연결 내보내기 - + 현재 선택된 폴더 내보내기 - + 파일 내보내기(&E) - + Ext. App - + 새로운 외부 도구 - + 아이콘을 포함 by [FAMFAMFAM] - + http://www.famfamfam.com/ - + 파일 형식(&F): - + 모든 파일 (*.*) - + 가져올 수있는 모든 파일 - + 응용 프로그램 파일 (*.exe) - + mRemote CSV 파일 (*.csv) - + mRemote XML 파일 (*.XML) - + PuTTY 연결 관리자 파일 - + 원격 데스크톱 연결 관리자 파일 (*.rdg) - + RDP 파일 (*.rdp) - + visionapp 원격 데스크톱 2008 CSV 파일 (*.csv) - + {0} 상속 - + 상속 된 속성에 대한 설명 : {0} - + Free - + 전체 화면 - + 일반 - + SQL에서 연결 정보 가져 오기 실패 - + "{1}"에서 "{0}"에 대한 연결 항목을로드하는 중 오류가 발생. {2} - + 자동 다시 연결 - + 연결 - + 외부 도구 속성 - + 파일 - + 호스트 - + HTTP - + HTTP 연결 실패! - + 새로운 HTTP 연결을 만들 수 없습니다! - + HTTP 문서 타일 변경 실패! - + 인터넷 익스플로러 - + HTTPS - + HTTP Props 설정에 실패! - + ICA - + 새 ICA 연결을 생성할 수 없습니다. - + ICA 플러그 인을 로드하지 못 했습니다! - + ICA SetCredentials failed! - + ICA Set Event Handlers Failed! - + ICA Set Props Failed! - + ICA Set Resolution Failed! - + "빠른"접두어를 추가하여 빠른 연결 탭을 확인하십시오. - + Active Directory에서 가져 오기 - + 가져오기/내보내기 - + "{0}"파일을 가져 오는 중 오류가 발생했습니다. - + 가져 오기 실패 - + 파일에서 가져 오기(&F) ... - + 루트 {0} {1} | 아래에서 선택한 폴더 {0} {2} - + 가져온 항목에 어디에 적용하시겠습니까? - + 가져 오기 위치 - + 가져 오기(&I) - + 가져 오기 mRemote / mRemoteNG XML - + 포트 검사에서 가져 오기 - + .rdp 파일에서 가져 오기 - + 비활성 - + 정보 - + mRemoteNG는 최신 버전입니다 - + Dispose of Int App process failed! - + Int App Focus Failed! - + Int App Handle: {0} - + Killing Int App Process failed! - + 패널 핸들 : {0} - + Int App Resize failed! - + --- IntApp Stuff --- - + Int App Title: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + 주소: - + 인수 : - + 변경 로그 : - + 연결을 닫을 때 : - + 연결(&C) - + 표시 이름 - + 도메인: - + 파일 이름: - + 호스트 이름 : - + 옵션 : - + 암호: - + 포트: - + 휴대용 버전 - + 프로토콜: - + PuTTY 세션을 구성하려면이 단추를 누르십시오: - + Maximum PuTTY and integrated external tools wait time: - + GNU 일반 공중 사용 허가서 (GPL) - + - + 아래 목록에서 패널을 선택하거나 새로 만들기를 클릭하여 새 패널을 추가하십시오. 확인을 클릭하여 계속하십시오. - + 서버 상태 : - + 데이터 베이스: - + 데이터 베이스: - + 사용자 이름: - + 검증: - + 언어 - + (자동 감지) - + 언어 변경 사항이 적용 되려면 {0}를 다시 시작해야합니다. - + SQL에서 로드 실패 - + 연결 정보를 SQL 서버에서 로드 할 수 없습니다. - + XML에서 로드 실패! - + 로컬 파일 - + 로컬 파일이 존재하지 않습니다! - + 로그 오프 - + 보고서 파일에 쓰지 못했습니다! - + 보고서를 최종 위치에 저장할 수 없습니다. - + [Crownwood Software]의 Magic 라이브러리 사용 - + http://www.dotnetmagic.com/ - + mRemoteNG정보 - + 연결 패널 추가 - + 업데이트 확인 - + 구성 - + 연결 - + 연결 패널 - + 연결 - + 연결 및 구성 - + 복사 - + Ctrl-Alt-Del - + Ctrl-Esc - + 삭제... - + 연결 삭제 ... - + 외부 도구를 삭제 ... - + 폴더 삭제 ... - + 연결 끊기 - + 기부 - + 복제 - + 중복 연결 - + 중복 폴더 - + 중복 탭 - + 종료 - + 외부 도구 - + 외부 도구 모음 - + 파일(&F) - + 전체 화면 - + 전체 화면 (RDP) - + 도움말(&H) - + mRemoteNG 도움말 - + 바로 가기 - + 외부 도구 실행 - + 새 연결 파일 - + 새로운 외부 도구 - + 알림 - + 모두 복사 - + 삭제 - + 모두 삭제 - + 연결 파일 열기 ... - + 옵션 - + 붙여넣기 - + 포트 스캔 - + 빠른 연결 도구 모음 - + 다시 연결 - + 화면 새로 고침 (VNC) - + 이름 바꾸기 - + 연결 이름 바꾸기 - + 폴더 이름 바꾸기 - + 탭 이름 바꾸기 - + 버그 신고 - + 레이아웃 재설정 - + 연결 파일 저장 - + 연결 파일 다른 이름으로 저장 ... - + 스크린 샷 - + 스크린 샷 관리자 - + 특수 키 보내기 (VNC) - + 검색 - + 세션 - + 세션 및 스크린 샷 - + 도움말 텍스트 표시 (&H) - + 텍스트 표시 - + SmartSize (RDP / VNC) - + SSH 파일 전송 - + 채팅 시작 (VNC) - + 지원 포럼 - + 도구(&T) - + 파일 전송 (SSH) - + 보기(&V) - + 보기 전용 (VNC) - + 웹 사이트 - + 알림 영역 최소화 - + 아래로 이동 - + 위로 이동 - + mRemoteNG CSV - + mRemoteNG XML - + 내 현재 자격 증명 (Windows 로그온 정보) - + 없음 - + 새 연결 - + 새 폴더 - + 새로운 패널 - + 새 루트 - + 새로운 제목 - + 아니요 - + 압축 안함 - + No Ext. App specified. - + 없음 - + 없음 - + 표준 - + No SmartSize - + 사용 가능한 업데이트가 없습니다. - + 매우 초기 버전의 mRemote를 사용하여 생성 된 연결 파일을로드하려고하면 런타임 오류가 발생할 수 있습니다. 이러한 오류가 발생하면 새 연결 파일을 만드십시오! - + 현재 선택된 탭의 오른쪽에 새 탭을 열기 - + 열린 포트 - + 삭제(&D) - + 새로운(&N) - + 기본값으로 재설정 (&R) - + 모두 기본값으로 재설정(&A) - + - + 다음 탭 - + 이전 탭 - + 단축키 수정 - + 키보드 단축키 - + 테스트 ... - + 키보드 - + 테마 - + 삭제(&D) - + 새로운(&N) - + 패널 이름 - + 암호 보호 - + 두 암호가 일치해야합니다. - + 암호는 3 자 이상이어야합니다. - + 모든 입력란을 채우십시오. - + 포트 스캔 완료. - + 포트 스캔 패널을 로드 할 수 없습니다! - + (출력 파일 형식으로 mRemote / mRemoteNG XML을 선택한 경우에만 이 속성이 저장됩니다.) - + 연결할 호스트 이름 또는 IP를 입력하십시오. - + 모든 상속 옵션을 토글합니다. - + 이 연결에서 사용할 인증 수준을 선택하십시오. - + VNC 서버에 대한 인증 방법을 선택하십시오. - + 창 크기를 조정할 때 또는 전체 화면 모드를 전환 할 때 자동으로 연결의 크기를 조정할지 여부를 선택하십시오. RDC 8.0 이상이 필요합니다. - + 비트 맵 캐싱 사용 여부를 선택하십시오. - + 사용할 색 품질을 선택하십시오. - + 사용할 압축 값을 선택하십시오. - + 여기에 호스트에 대한 메모 나 설명을 입력하십시오. - + 원격 호스트의 테마를 표시하려면 "예"를 선택하십시오. - + 원격 호스트의 배경 화면을 표시하려면 "예"를 선택하십시오. - + 도메인을 입력하십시오. - + 바탕 화면 구성을 사용할지 여부를 선택하십시오. - + 글꼴 다듬기 사용 여부를 선택하십시오. - + 사용할 인코딩 모드를 선택하십시오. - + 원격 호스트의 암호화 강도를 선택하십시오. - + 시작할 외부 도구를 선택하십시오. - + 원격 호스트와의 연결 해제 후 시작할 외부 도구를 선택하십시오. - + 원격 호스트에 연결되기 전에 시작할 외부 도구를 선택하십시오. - + 호스트에 연결될 때 표시 될 아이콘을 선택하십시오. - + 로드 밸런싱 라우터가 최적의 서버를 선택하는 데 사용할로드 균형 조정 정보를 지정합니다. - + 외부 도구에서 사용하려는 경우 원격 호스트의 MAC 주소를 입력하십시오. - + 연결 트리에 표시 될 이름입니다. - + 연결이 열리는 패널을 지정. - + 암호 입력. - + 선택한 프로토콜이 수신중인 포트를 입력. - + mRemoteNG가 호스트에 연결하는 데 사용해야하는 프로토콜 선택. - + 연결시 사용할 PuTTY 세션 선택. - + 사용자가 RD 게이트웨이 서버에 연결하기 위해 제공하는 도메인 이름 지정. - + 원격 데스크톱 게이트웨이 서버의 호스트 이름을 지정. - + RD 게이트웨이 (원격 데스크톱 게이트웨이) 서버를 사용할시기를 지정. - + 연결과 동일한 사용자 이름 및 암호를 사용하여 게이트웨이에 로그온할지 여부를 지정. - + 사용자가 RD 게이트웨이 서버에 연결하기 위해 제공하는 사용자 이름을 지정. - + 로컬 디스크 드라이브를 원격 호스트에 표시할지 여부 선택. - + 키 조합 (예 : Alt-Tab)을 원격 호스트로 리디렉션해야하는지 여부 선택. - + 로컬 포트 (예 : com, parallel)를 원격 호스트에 표시할지 여부 선택. - + 로컬 프린터를 원격 호스트에 표시할지 여부 선택. - + 원격 호스트에서 로컬 스마트 카드를 사용할 수 있어야하는지 여부 선택. - + 원격 사운드를 리디렉션하는 방법 선택. - + HTML을 표시하는 데 사용할 수있는 렌더링 엔진 중 하나 선택. - + 이 연결이 열리는 해상도 또는 모드를 선택. - + 사용할 SmartSize 모드 선택. - + 원격 호스트의 콘솔 세션에 연결하십시오. - + 사용 가능한 경우 인증에 CredSSP (Credential Security Support Provider)를 사용하십시오. - + 여기에 필요한 정보를 언제든지 입력하십시오. - + 사용자 이름 입력. - + 호스트에 대한보기 전용 연결을 설정하려면 "예"를 선택하십시오. - + 사용할 프록시 주소 입력. - + 프록시 인증을위한 비밀번호를 입력하십시오. - + 프록시 서버가 수신하는 포트를 입력하십시오. - + 프록시를 사용하여 VNC 연결을 터널링하는 경우 해당 유형을 선택하십시오. - + 프록시 인증을위한 사용자 이름을 입력하십시오. - + 호스트 이름 / IP - + 모든 - + 서버 인증 - + 인증 모드 - + 자동 크기 조정 - + 캐시 비트 맵 - + - + 압축 - + 설명 - + 테마 표시 - + 바탕 화면 표시 - + 도메인 - + 바탕 화면 구성 - + 글꼴 다듬기 - + 인코딩 - + 암호화 강도 - + 외부 도구 - + External Tool After - + External Tool Before - + 아이콘 - + 로드 균형 정보 - + MAC 주소 - + 이름 - + 패널 - + 암호 - + 포트 - + 프로토콜 - + PuTTY 세션 - + 게이트웨이 도메인 - + 게이트웨이 호스트 이름 - + 원격 데스크톱 게이트웨이 암호 - + 게이트웨이 사용 - + 게이트웨이 자격 증명 - + 게이트웨이 사용자 이름 - + 디스크 드라이브 - + 키 조합 - + 포트 - + 프린터 - + 스마트 카드 - + 사운드 - + 렌더링 엔진 - + 해상도 - + SmartSize 모드 - + 콘솔 세션 사용 - + CredSSP 사용 - + 입력란 사용 - + 사용자 이름 - + 보기 전용 - + 프록시 주소 - + 프록시 암호 - + 프록시 포트 - + 프록시 유형 - + 프록시 사용자 이름 - + 프로토콜 이벤트 연결이 끊어졌습니다. 메시지: {0} - + 프로토콜 이벤트 연결이 끊어졌습니다. {0} - + 가져올 프로토콜 - + 프록시 테스트 실패! - + 프록시 테스트 성공! - + PuTTY 프로세스 폐기 실패! - + 포커스를 설정할 수 없습니다! - + PuTTY 세션 실패! - + Putty Handle: {0} - + PuTTY 프로세스를 죽이지 못했습니다! - + 패널 핸들 : {0} - + PuTTY 크기 조정 실패! - + PuTTY 저장된 세션 - + PuTTY 세션 설정 - + PuTTY 설정 - + PuTTY 설정 대화 상자가 표시되지 않았습니다! - + PuTTY 시작 실패! - + --- PuTTY Stuff --- - + PuTTY 타이틀 : {0} - + 빠른 : {0} - + 빠른 연결 - + 빠른 연결 추가 실패! - + 빠른 연결 만들기 실패 - + 연결 종료시 경고 (&A) - + mRemoteNG를 종료 할 때만 경고(&X) - + 여러 연결을 닫을 때만 경고(&M) - + 연결을 종료 할 때 경고하지 않음(&N) - + RAW - + RDP - + 16,777,216 색 (24 비트) - + 256 색 (8 비트) - + 32768 색 (15 비트) - + 16,777,216 색 (32 비트) - + 65536 색 (16 비트) - + RDP에 해상도 추가 실패! - + RDP에 해상도 추가 실패! - + 세션 추가 실패 - + RDP 연결을 닫지 못했습니다! - + RDP 컨트롤을 만들 수 없습니다. mRemoteNG 요구 사항을 확인하십시오. - + 커서 깜박임 해제 - + 커서 그림자 해제 - + 전체 창 끌기 해제 - + 메뉴 애니메이션 해제 - + 테마 해제 - + 바탕 화면 해제 - + RDP 연결 끊기! - + RDP 연결 끊기 실패, 닫기 시도! - + 내부 오류 코드 1. - + 내부 오류 코드 2. - + 내부 오류 코드 3. 유효한 상태가 아닙니다. - + 내부 오류 코드 4. - + 클라이언트 연결 중에 복구 할 수없는 오류가 발생했습니다. - + GetError 변경 (FatalErrors) - + 알 수없는 치명적인 RDP 오류가 발생했습니다. 오류 코드 {0}. - + 메모리 부족 오류가 발생했습니다. - + 알 수없는 오류가 발생했습니다. - + 창 생성 오류가 발생했습니다. - + Winsock 초기화 오류입니다. - + rdp 파일을 가져올 수 없습니다! - + 패널 맞추기 - + RDP 초점 실패! - + RD 게이트웨이가 지원됩니다. - + RD 게이트웨이는 지원되지 않습니다! - + GetSessions 실패! - + RDP 재 연결 수 : - + RDP SetAuthenticationLevel 실패! - + RDP SetUseConsoleSession 실패! - + RDC {0}에 대한 콘솔 스위치 설정 중입니다. - + RDP setCredentials 실패! - + RDP SetEventHandlers 실패! - + RDP SetRDGateway 실패! - + RDP SetPerformanceFlags 실패! - + RDP SetPort 실패! - + RDP SetProps 실패! - + RDP 설정 리디렉션 실패! - + RDP 설정 리디렉션 키 실패! - + RDP 해상도 설정 실패! - + 스마트 사이즈 - + 컴퓨터 가져 오기 - + 재생 금지 - + 원격 컴퓨터 나가기 - + RDP 전체화면 전환 실패! - + RDP SmartSize 전환 실패! - + 시작시 이전에 열린 세션에 다시 연결 - + 새로 고침 - + 원격 파일 - + 모두 제거 - + 이름 바꾸기 - + Rlogin - + 저장 - + 모두 저장 - + 다른 연결 파일을로드하기 전에 현재 연결 파일을 저장 하시겠습니까? - + 종료시 연결 저장 - + Graphics Interchange Format File (.gif) | * .gif | Joint Photographic Experts Group 파일 (.jpeg) | * .jpeg | Joint Photographic Experts Group 파일 (.jpg) | * .jpg | Portable Network Graphics File (.png) | * .png - + 화면 - + 스크린 샷 - + 스크린 샷 - + 검색 - + 보내기 ... - + 세션 배경 가져오지 실패 - + 세션 배경을 제거하지 못함 - + 연결을 만들거나 이름을 변경할 때 표시 이름과 같은 호스트 이름 설정 - + 기본 양식 텍스트 설정 실패 - + 설정을 저장하거나 시스 트레이 아이콘을 삭제할 수 없습니다! - + 연결 트리에 설명 툴팁 표시 - + 창 제목에 전체 연결 파일 경로 표시 - + 탭 이름에 로그온 정보 표시 - + 탭 이름에 프로토콜 표시 - + 연결을 한번 클릭하면 열기 - + 연결 트리에서 열린 연결을 한 번 클릭하면 열린 연결 탭으로 전환. - + Aspect - + Free - + SmartSize 사용안함 - + Socks 5 - + 정렬 - + 오름차순 (A-Z) - + 내림차순 (Z-A) - + 특수 키 - + 자세한 정보는 도움말 - 시작하기 - SQL 구성을 참조하십시오! - + SQL 서버 - + SQL 업데이트 확인이 완료되었으며 사용 가능한 업데이트가 있습니다! 연결을 새로 고칩니다. - + SSH 버전 1 - + SSH 버전 2 - + SSH 배경 전송 실패! - + 전송 성공! - + SSH 전송 종료 (UI.Window.SSHTransfer)가 실패했습니다! - + SSH 전송에 실패했습니다. - + 시작 IP - + 시작 포트 - + 시작 / 종료 - + 상태 - + 알림 패널에서 다음으로 전환 : - + 고급 - + 모양 - + 탭 & 패널 - + 업데이트 - + Telnet - + 다음 : - + 설정 패널 - + 연결 패널 - + 일반 - + 구성 패널의 배경색입니다. - + 구성 패널의 범주 텍스트 색상입니다. - + 구성 패널의 그리드 선 색상 - + 구성 패널의 도움말 영역 배경색입니다. - + 구성 패널의 도움말 영역에있는 텍스트의 색상입니다. - + 구성 패널의 텍스트 색상입니다. - + 연결 패널의 배경색입니다. - + 연결 패널의 텍스트 색상입니다. - + 연결 패널의 트리 선 색상입니다. - + 메뉴의 배경색입니다. - + 메뉴의 텍스트 색상입니다. - + 검색 상자의 배경색입니다. - + 검색 상자의 텍스트 색상입니다. - + 검색 창에서 프롬프트 텍스트의 색상입니다. - + 도구 모음의 배경색입니다. - + 툴바의 텍스트 색상입니다. - + 기본 창의 배경색입니다. - + 구성 패널 배경색 - + 구성 패널 범주 텍스트 색 - + 구성 패널 그리드 선 색상 - + 구성 패널 도움말 배경색 - + 구성 패널 도움말 텍스트 색상 - + 구성 패널 텍스트 색상 - + 연결 패널 배경색 - + 연결 패널 텍스트 색상 - + 연결 패널 트리 선 색상 - + 메뉴 배경 색상 - + 메뉴 텍스트 색상 - + 검색 창 배경색 - + 검색 창 텍스트 색상 - + 검색 창 텍스트 프롬프트 색상 - + 도구 모음 배경색 색상 - + 도구 모음 텍스트 색상 - + 창 배경 색상 - + 오류 ({0}) - + 정보 ({0}) - + 암호 - + {0} 비밀번호 - + 선택 패널 - + 경고 ({0}) - + 전송 - + 전송 실패! - + 통합 시도 - + 종류 - + Ultra VNC Repeater - + UltraVNC SingleClick port: - + 저장하지 않으려는 속성을 선택 취소하십시오! - + 이름없는 테마 - + mRemoteNG에는 업데이트가 필요합니다. - + mRemoteNG는 주기적으로 mRemoteNG 웹 사이트에 연결하여 업데이트를 확인합니다. - + 업데이트 정보를 다운로드 할 수 없습니다. - + 확인 실패 - + 업데이트 확인 중 ... - + mRemoteNG Portable Edition은 현재 자동 업데이트를 지원하지 않습니다. - + 다운로드 완료! mRemoteNG는 이제 종료되고 설치로 시작됩니다. - + 업데이트를 다운로드 할 수 없습니다. - + 업데이트 다운로드가 시작되지 않을 수 있습니다. - + {0} 일마다 - + 매일 - + 매월 - + 매주 - + 변경 로그를 다운로드 할 수 없습니다. - + 다른 사용자 이름과 암호 사용 - + 사용자 - + 동일한 사용자 이름과 암호 사용 - + 스마트 카드 사용 - + SQL Server를 사용하여 연결로드 및 저장 - + 버전 - + VNC - + VNC 연결 끊기 실패! - + VNC 화면 새로 고침 실패! - + VNC 특수 키 보내기 실패! - + VNC 이벤트 처리기 설정 실패! - + VNC 설정 실패! - + VNC 채팅 시작 실패! - + VNC SmartSize 전환 실패! - + VNC 보기 전용 전환 실패! - + 인증 실패시 경고 - + 경고 - + Uses the DockPanel Suite by [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + XULRunner 경로 : - + - + 모든 연결을 다시 연결 - + RDP 연결 시간 초과 - + 이 노드는 이미 이 폴더에 있습니다. - + 노드를 자체로 드래그 할 수 없습니다. - + 상위 노드를 하위 노드로 끌 수 없습니다. - + 이 노드는 드래그 할 수 없습니다. - + 블록 암호 모드 \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 2804de239..6a938193f 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -120,176 +120,176 @@ Place search bar above connection tree - + Select the color quality to be used. - + Colors - + 16777216 Colors (24-bit) - + 256 Colors (8-bit) - + 32768 Colors (15-bit) - + 16777216 Colors (32-bit) - + 65536 Colors (16-bit) - + The background color of the config panel. - + The color of the category text in the config panel. - + The color of the grid lines in the config panel - + The background color of the help area of the config panel. - + The color of the text in the help area of the config panel. - + The color of the text in the config panel. - + The background color of the connections panel. - + The color of the text in the connections panel. - + The color of the tree lines in the connections panel. - + The background color of the menus. - + The color of the text in the menus. - + The background color of the search box. - + The color of the text in the search box. - + The color of the prompt text in the search box. - + The background color of the toolbars. - + The color of the text in the toolbars. - + The background color of the main window. - + Config Panel Background Color - + Config Panel Category Text Color - + Config Panel Grid Line Color - + Config Panel Help Background Color - + Config Panel Help Text Color - + Config Panel Text Color - + Connections Panel Background Color - + Connections Panel Text Color - + Connections Panel Tree Line Color - + Menu Background Color - + Menu Text Color - + Search Box Background Color - + Search Box Text Color - + Search Box Text Prompt Color - + Toolbar Background Color - + Toolbar Text Color - + Window Background Color - + Active Directory - + The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. {0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit. - + Internet Explorer - + Under the root{0}{1}|Under the selected folder{0}{2} - + None - + None - + Select whether clipboard should be shared. - + Clipboard - + Warning: Restart is required to commit any theme configuration change. - + Must Be Between 0 and 255 - + Out Of Range - + Delete... - + Reconnect All Connections - + UltraVNC SingleClick - + Disconnect All But This @@ -313,30 +313,30 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for This exception will force mRemoteNG to close - + Copy Hostname - + To scan a single port, select the "First Port" only. - + Track active connection in the connection tree - + Always show connection tabs - + Release Channel - + Stable channel includes final releases only. Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index f6ae34e3b..2baa3277c 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -117,2065 +117,2065 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Om - + Aktiv - + Aktivitet - + &Ny tilkobling - + Ny &mappe - + AddNodeFromXML mislyktes! - + AddNodesFromSQL mislyktes! - + Tillat bare én instans av programmet (omstart av mRemoteNG påkrevd) - + Alltid - + Alltid koble til, selv om autentisering feiler - + Alltid vis panelvalgdialog når tilkoblinger åpnes - + Alltid vis panelfaner - + Alltid vis ikon i notisfeltet - + Spør meg igjen senere - + Tilpass innstillingene nå - + Bruk de anbefalte innstillingene - + {0} kan automatisk se etter oppdateringer som kan tilby ny funksjonalitet og feilrettinger. Det er anbefalt at du lar {0} se etter oppdateringer ukentlig. - + Innstillinger for automatiske oppdateringer - + Aspekt - + Hent sesjonsinformasjon automatisk - + Lagre automatisk hvert: - + minutt (0 betyr deaktivert) - + Gjeldende versjon - + &Bla gjennom... - + &Avbryt - + Endre - + &Lukk - + Standard arv - + Standardegenskaper - + Koble fra - + Ikon - + &Importer - + Arv - + Start PuTTY - + &Ny - + &OK - + Egenskaper - + &Søk - + &Stopp - + Test proxy - + Du kan ikke importere en vanlig tilkoblingsfil. Vennligst bruk Fil - Last inn tilkoblinger for vanlige tilkoblingsfiler! - + Kan ikke starte portskanning, feil IP-format! - + Utseende - + Tilkobling - + Legitimasjon - + Skjerm - + Gateway - + Generelt - + Diverse - + Protokoll - + Omdiriger - + Alltid vis denne skjermen ved oppstart - + Oppdater - + Sjekk mislyktes! - + Sjekk lyktes! - + Funksjonaliteten RDP-sesjoner krever at du har en kopi av eolwtscom.dll registrert på ditt system. mRemoteNG inneholder denne komponenten, men hvis du ikke har kjørt installasjonsprogrammet blir den ikke automatisk registrert. For å registrere den manuelt, kjør den følgende kommandoen fra en elevert (administrator)-kommandolinje: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (hvor C:\Program Files\mRemoteNG\ er stien til mRemoteNG-installasjonen). Hvis denne kontrollen fortsatt feiler eller RDP-sesjoner ikke fungerer, se {0}. - + EOLWTSCOM ble funnet, og synes å være korrekt registrert. - + ICA krever at XenDesktop Online Plugin er installert og at wfica.ocx-biblioteket er registrert. Du kan laste ned klienten herfra: http://www.citrix.com/download/ Hvis du har XenDesktop Online Pluginen installert og kontrollen fremdeles feiler, kan du forsøke å registrere wfica.ocx manuelt. For å gjøre dette, åpne Kjør-dialogboksen (Start - Kjør) og skriv inn følgende: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (der c:\Program Files\Citrix\ICA Client\ er stien til XenDesktop Online Plugin-installasjonen). Hvis denne kontrollen fortsatt feiler eller ICA i mRemoteNG ikke fungerer, vennligst se {0}. - + Alle ICA-komponenter ble funnet, og ser ut til å være korrekt registrert. Citrix ICA Client Control Version {0} - + ikke korrekt installert - + SSH-, Telnet-, Rlogin- og RAW-protokollene trenger PuTTY for å fungere. PuTTY kommer med hver mRemoteNG-pakke, og ligger i installasjonsstien. Vennligst kontroller at du enten har putty.exe i mRemoteNG-mappen (standard: C:\Program Files\mRemoteNG\) eller at du har angitt en gyldig sti til putty.exe i Alternativer (Verktøy - Alternativer - Avansert - Egendefinert bane til PuTTY) - + PuTTY ble funnet og er klar til bruk. - + For at RDP skal fungere korrekt må du som et minimum ha Remote Desktop Connection (Terminal Services Client) 8.0 installert. Denne kan lastes ned herfra: https://support.microsoft.com/kb/2592687 Hvis du har RDP 8.0 installert og kontrollen fremdeles feiler, kan du prøve å registrere mstscax.dll manuelt. For å gjøre dette, åpne Kjør-dialogboksen (Start - Kjør) og skriv inn følgende: regsvr32 "c:\windows\system32\mstscax.dll" (der c:\ er systemdisken). Hvis du fremdeles har problemer med å få RDP til å fungere, vennligst se {0}. - + Alle RDP-komponenter ble funnet og ser ut til å være korrekt registrert. Remote Desktop Connection Control Version {0} - + VNC krever at VncSharp.dll finnes i mappen mRemoteNG er installert i. Vennligst kontroller at du har VncSharp.dll i installasjonsmappen til mRemoteNG (vanligvis C:\Program Files\mRemoteNG\). Hvis kontrollen feiler eller VNC ikke fungerer i mRemoteNG, vennligst se {0}. - + Alle VNC-komponenter ble funnet og ser ut til å være korrekt registrert. VncSharp Control Version {0} - + Forsøk å automatisk koble til på nytt ved frakobling fra server (kun RDP && ICA) - + Domene - + Ikke vis denne meldingen igjen. - + Arv - + Passord - + Denne proxyserveren krever autentisering - + Bruk egendefinert sti til PuTTY: - + Koble til på nytt når klar - + Bruk proxyserver for tilkobling - + Brukernavn - + Vent på avslutning - + Sjekk igjen - + Se etter oppdateringer og kunngjøringer ved oppstart - + Sjekk nå - + Sjekk for korrekt installasjon av komponenter ved oppstart - + Velg panel før tilkobling - + Lukkede porter - + Slå sammen alle mapper - + Argumenter - + Visningsnavn - + Filnavn - + Vertsnavn/IP-adresse - + Melding - + Brukernavn - + Vent på avslutning - + Kunne ikke tolke kommandolinjeargumenter! - + {0} har oppdaget at Lenovo Auto Scroll-verktøyet kjører på dette systemet. Dette verktøyet er kjent for å forårsake problemer med {0}. Det anbefales at du deaktiverer eller avinstallerer dette programmet. - + Kompatibilitetsproblem oppdaget - + Komponentkontroll - + btnIcon_Click mislyktes! - + ShowHideGridItems mislyktes! - + IconMenu_Click mislyktes! - + Property Grid-objekt mislyktes! - + SetHostStatus mislyktes! - + pGrid_PopertyValueChanged mislyktes! - + Innlasting av Konfigurasjonsgrensesnitt mislyktes! - + Ønsker du å avslutte tilkoblingen: "{0}"? - + Er du sikker på at du ønsker å lukke panelet "{0}"? Alle tilkoblinger den inneholder vil også bli lukket. - + Er du sikker på at du ønsker å slette det eksterne verktøyet "{0}"? - + Er du sikker på at du ønsker å slette de {0} valgte eksterne verktøyene? - + Er du sikker på at du ønsker å slette tilkoblingen "{0}"? - + Er du sikker på at du ønsker å slette den tomme mappen "{0}"? - + Er du sikker på at du ønsker å slette mappen "{0}"? Alle undermapper eller tilkoblinger den inneholder vil også bli slettet. - + Ønsker du å avslutte alle åpne tilkoblinger? - + Er du sikker på at du ønsker å tilbakestille alle paneler til standardoppsett? - + Koble til - + Koble til i fullskjermmodus - + Kobler til... - + Protokollhendelse tilkoblet - + Tilkobling til "{0}" via "{1}" etablert av bruker "{2}" (Beskrivelse: "{3}"; Brukerfelt "{4}") Tilkobling mislyktes! - + Feil i tilkoblingsprotokoll har oppstått. Vertt: "{1}"; Feilkode: "{2}"; Feilbeskrivelse: "{0}" - + Åpning av tilkobling mislyktes! - + Kan ikke åpne forbindelse: Vertsnavn ikke angitt! - + RDP-feil! Feilkode: {0} Feilbeskrivelse: {1} - + Tilkoblinger - + Kunne ikke angi standardport! - + Kunne ikke opprette sikkerhetskopi av tilkoblingsfilen! - + Kunne ikke importere tilkoblingsfilen! - + Tilkoblingsfilen "{0}" kunne ikke lastes inn! - + Tilkoblingsfilen "{0}" kunne ikke lastes inn! Starter med ny tilkoblingsfil. - + Kunne ikke lagre tilkoblingsfilen! - + Kunne ikke lagre tilkoblingsfilen som "{0}"! - + Koble til konsolløkt - + Koble til (med alternativer) - + Tilkobling til {0} via {1} ble avsluttet av bruker {2}. - + Tilkobling til {0} via {1} avsluttet av bruker {2}. (Beskrivelse: "{3}"; Brukerfelt: "{4}") - + Tilkoblingshendelse avsluttet - + Tilkoblingshendelse avsluttet feilet! - + Kunne ikke opprette ny tilkoblingsfil! - + Fant ikke ToolStrip-kontroll i FilteredPropertyGrid. - + Installert versjon - + Standardtema - + Oppdag - + Ikke koble til dersom godkjenning mislykkes - + Dobbeltklikk på fanen lukker den - + Last ned og installer - + Duplikat - + Ønsker du å fortsette uten passord? - + For tomt brukernavn, passord eller domenefelt, bruk: - + 128-biters - + 128-biters (kun pålogging) - + Grunnleggende - + Krypter tilkoblingsfil fullstendig - + Siste IP - + Siste port - + AddExternalToolsToToolBar (frmMain) mislyktes. {0} - + AddFolder (UI.Window.Tree) mislyktes. {0} - + Databaseversjonen {0} er ikke kompatibel med denne versjonen av {1}. - + CloneNode (Tree.Node) mislyktes. {0} - + Feilkode {0}. - + Tilkoblingslisten kan ikke lagres. - + Dekryptering mislyktes. {0} - + Kryptering mislyktes. {0} - + Feil - + Kan ikke laste inn oppstartstilkoblingsfilen.{0}{0}{2}{0}{3}{0}{0}For å hindre tap av data, avsluttes {1} nå. - + VerifyDatabaseVersion (Config.Connections.Save) mislyktes. {0} - + Utvid alle mapper - + Eksperimentell - + Eksporter - + Eksporter mRemote/mRemoteNG XML - + Ekstern applikasjon - + Inkluderer ikoner av [FAMFAMFAM] - + Alle filer (*.*) - + Programfiler (*.exe) - + mRemote CSV-filer (*.csv) - + mRemote XML-filer (*.xml) - + RDP-filer (*.rdp) - + visionapp Remote Desktop 2008 CSV-filer (*.csv) - + Arve {0} - + Beskrivelse av arvet egenskap: {0} - + Fri - + Fullskjerm - + Generelt - + Henting av tilkoblingsinformasjon fra SQL mislyktes - + Det oppstod en feil under innlasting av tilkoblingsoppføring for "{0}" fra "{1}". {2} - + Koble til på nytt automatisk - + Tilkobling - + Egenskaper for eksterne verktøy - + Filer - + Vert - + HTTP-tilkobling mislyktes! - + Kunne ikke opprette ny HTTP-tilkobling! - + Endring av HTTP-dokumentflate mislyktes! - + Angi HTTP-egenskaper mislyktes! - + Kunne ikke opprette ny ICA-tilkobling! - + Innlasting av ICA Plugin mislyktes! - + ICA SetCredentials mislyktes! - + ICA Set Event Handlers mislyktes! - + ICA Set Props mislyktes! - + ICA Set Resolution mislyktes! - + Identifisere hurtigkoblingsfaner ved prefikset "Hurtig:" - + Importer fra Active Directory - + Import/eksport - + Importere mRemote/mRemoteNG XML - + Import fra Port Scan - + Importer fra .RDP-fil(er) - + Inaktiv - + Informasjon - + mRemoteNG er oppdatert - + Forkasting av Int App-prosess mislyktes! - + Int App-fokus mislyktes! - + Int App Handle: {0} - + Tvungen avslutning av Int App-prosess mislyktes! - + Panel Handle: {0} - + Int App Resize mislyktes! - + --- IntApp-ting --- - + Int App-tittel: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Adresse: - + Argumenter: - + Endringslogg: - + Ved lukking av tilkoblinger: - + &Koble til: - + Visningsnavn - + Domene: - + Filnavn: - + Vertsnavn: - + Alternativer: - + Passord: - + Port: - + Portable Edition - + Protokoll: - + Klikk denne knappen for å konfigurere PuTTY-sesjoner: - + Maksimal ventetid for PuTTY og integrerte verktøy: - + Utgitt under GNU General Public License (GPL) - + sekunder - + Velg et panel fra listen under eller klikk Ny for å legge til en ny. Klikk OK for å fortsette. - + Serverstatus: - + Database: - + Database: - + Brukernavn: - + Bekreft: - + Språk - + (Oppdag automatisk) - + {0} må startes på nytt for at endringer i språkinnstillinger skal tre i kraft. - + Innlasting fra SQL mislyktes! - + Innlasting fra XML mislyktes! - + Lokal fil - + Lokal fil eksisterer ikke! - + Logg av - + Skriving til rapportfil mislyktes! - + Kunne ikke lagre rapport til endelig plassering. - + Bruker Magic-biblioteket av [Crownwood Software] - + Om - + Legg til tilkoblingspanel - + Se etter oppdateringer - + Oppsett - + Koble til - + Tilkoblingspaneler - + Tilkoblinger - + Tilkoblinger og oppsett - + Kopier - + Ctrl-Alt-Del - + Ctrl-Esc - + Slett... - + Slett tilkobling... - + Slett eksternt verktøy... - + Slett mappe... - + Koble fra - + Donér - + Duplikat - + Duplisér tilkobling - + Kopier mappe - + Kopier fane - + A&vslutt - + Eksterne verktøy - + Eksterne verktøy-verktøylinje - + &Fil - + Fullskjerm - + Fullskjerm (RDP) - + &Hjelp - + mRemoteNG-hjelp - + Hopp til - + Kjør eksternt verktøy - + Ny tilkoblings&fil - + Nytt eksternt verktøy - + Varslinger - + Kopier alle - + Slett - + Slett alle - + Åpne tilkoblingsfil... - + Alternativer - + Lim inn - + Portskanning - + Hurtigtilkoblingsverktøylinje - + Koble til på nytt - + Oppdater skjerm (VNC) - + Gi nytt navn - + Gi nytt navn til tilkobling - + &Gi nytt navn til mappe - + Gi nytt navn til fane - + Rapporter en feil - + Tilbakestill oppsett - + Lagre tilkoblingsfil - + Lagre tilkoblingsfilen &som... - + Skjermbilde - + Skjermbildeadminstrator - + Send spesialtastekombinasjoner (VNC) - + Sesjoner - + Sesjoner og skjermbilder - + &Vis hjelpetekst - + Vis tekst - + SmartSize (RDP/VNC) - + SSH-filoverføring - + Start chat (VNC) - + Forum for brukerstøtte - + V&erktøy - + Overfør fil (SSH) - + &Vis - + Kun visning (VNC) - + Nettsted - + Minimer til notisområde - + Flytt ned - + Flytt opp - + Min gjeldende legitimasjon (Windows-påloggingsinformasjon) - + Aldri - + &Ny tilkobling - + Ny &mappe - + Nytt panel - + Nytt rotnivå - + Ny tittel - + Nei - + Ingen komprimering - + Ingen ekstern applikasjon spesifisert. - + Ingen - + Ingen - + Normal - + Ingen SmartSize - + Ingen oppdateringer tilgjengelig - + Du prøver å laste inn en tilkoblingsfil opprettet i en veldig tidlig versjon av mRemote. Dette kan føre til kjørefeil. Hvis du støter på en slik feil, vennligst opprett en ny tilkoblingsfil! - + Åpne ny fane til høyre for aktiv fane - + Åpne porter - + Tema - + &Slett - + &Ny - + Panelnavn - + Passordbeskyttelse - + Vennligst fyll inn alle felt - + Kunne ikke laste inn portskanningpanelet! - + (Disse egenskapene vil bare lagres dersom du velger mRemote/mRemoteNG XML som format for målfilen!) - + Angi vertsnavnet eller IP-adressen du ønsker å koble til. - + Veksle alle alternativer for arv. - + Velg hvilket autentiseringsnivå denne tilkoblingen skal bruke. - + Velg hvordan du ønsker å autentisere deg mot VNC-serveren. - + Velg om du vil bruke hurtigbufring av punktgrafikk eller ikke. - + Velg hvilken fargekvalitet som skal brukes. - + Velg kompresjonsverdien som skal brukes. - + Skriv inn notater eller en beskrivelse for verten her. - + Velg ja hvis den eksterne vertens tema skal vises. - + Velg ja hvis den eksterne vertens bakgrunnsbilde skal vises. - + Skriv inn domenenavn. - + Velg om du vil bruke skrivebordskomposisjon eller ikke. - + Velg om du vil bruke skriftutjevning eller ikke. - + Velg hvilken tekstkodingsmodus som skal brukes. - + Velg krypteringsstyrke for den eksterne verten. - + Velg det eksterne verktøyet som skal startes. - + Velg et eksternt verktøy som skal startes etter frakobling fra den eksterne verten. - + Velg et eksternt verktøy som skal startes før tilkoblingen til den eksterne verten er opprettet. - + Velg et ikon som skal vises når man er tilkoblet verten. - + Angi MAC-adressen til den eksterne verten dersom du ønsker å bruke denne i et eksternt verktøy. - + Dette er navnet som vises i tilkoblingstreet. - + Angir panelet tilkoblingen vil åpnes i. - + Skriv inn ditt passord. - + Angi porten den valgte protokollen lytter på. - + Velg protokollen mRemoteNG skal bruke for å koble til verten. - + Velg en PuTTY-sesjon som skal brukes ved tilkobling. - + Angir navnet på domenet som brukeren oppgir for å koble til RD Gateway-serveren. - + Angir vertsnavnet til Remote Desktop Gateway-serveren. - + Angir når en server for eksternt skrivebord (ES-Gateway) skal brukes. - + Angir om pålogging til gatewayen skal skje med det samme brukernavnet og passordet som tilkoblingen eller ikke. - + Angir brukernavnet som brukeren oppgir for å koble til RD Gateway-serveren. - + Velg om lokale diskstasjoner skal vises på den eksterne verten. - + Velg om tastekombinasjoner (f.eks. Alt-Tab) skal omadresseres til den eksterne verten. - + Velg om lokale porter (dvs. com, parallell) skal vises på den eksterne verten. - + Velg om lokale skrivere skal vises på den eksterne verten. - + Velg om lokale smartkort skal være tilgjengelig på den eksterne verten. - + Velg hvordan ekstern lyd skal omadresseres. - + Velg en av de tilgjengelige renderingsmotorene som skal brukes til å vise HTML. - + Velg oppløsning eller modus denne tilkoblingen skal åpnes i. - + Velg SmartSize-modus som skal brukes. - + Koble til konsolløkten på den eksterne verten. - + Bruk Credential Security Support Provider (CredSSP) for godkjenning hvis den er tilgjengelig. - + Skriv inn informasjon du trenger her. - + Skriv inn ditt brukernavn. - + Velg Ja hvis du vil opprette en kun-visning-tilkobling til verten. - + Angi proxy-adressen som skal brukes. - + Skriv inn passordet for autentisering mot proxy. - + Angi porten proxy-serveren lytter på. - + Hvis du bruker en proxy til å tunnelere VNC-tilkoblinger, velg hvilken type proxy det er. - + Skriv inn ditt brukernavn for godkjenning mot proxy. - + Vertsnavn/IP-adresse - + Alle - + Server-godkjenning - + Godkjenningsmodus - + Hurtigbufring av punktgrafikk - + Farger - + Komprimering - + Beskrivelse - + Visningstemaer - + Vis bakgrunnbilde - + Domene - + Skrivebordskomposisjon - + Skriftutjevning - + Tekstkoding - + Krypteringsnivå - + Eksternt verktøy - + Eksternt verktøy etter - + Eksternt verktøy før - + Ikon - + MAC-adresse - + Navn - + Panel - + Passord - + Port - + Protokoll - + PuTTY-sesjon - + Gateway-domene - + Gateway-vertsnavn - + Gateway for eksternt skrivebord-passord - + Bruk gateway - + Legitimasjon for gateway - + Gateway-brukernavn - + Diskstasjoner - + Tastekombinasjoner - + Porter - + Skrivere - + Smartkort - + Lyder - + Renderingsmotor - + Oppløsning - + SmartSize-modus - + Bruk konsolløkt - + Bruk CredSSP - + Brukerfelt - + Brukernavn - + Kun visning - + Proxy-adresse - + Proxy-passord - + Proxy-port - + Proxy-type - + Proxy-brukernavn - + Protokollhendelse Frakoblet. Vert: "{1}"; Protokoll: "{2}" Beskjed: "{0}" - + Protokollhendelse Frakoblet mislyktes. {0} - + Protokoll å importere - + Proxy-test mislyktes! - + Proxy-test var vellykket! - + Avslutning av PuTTY-prosessen mislyktes! - + Kunne ikke sette fokus! - + Henting av PuTTY-sesjoner mislyktes! - + Putty Handle: {0} - + Avslutning av PuTTY-prosess mislyktes! - + Panel Handle: {0} - + Endring av størrelse på PuTTY-vindu mislyktes! - + PuTTY lagrede sesjoner - + PuTTY-innstillinger - + Vis dialog for PuTTY-innstillinger mislyktes! - + Start av PuTTY mislyktes! - + --- PuTTY-ting --- - + PuTTY-tittel: {0} - + Hurtig: {0} - + Hurtigtilkobling - + Kunne ikke legge til hurtigtilkobling! - + Oppretting av hurtigtilkobling mislyktes - + &Advar meg når tilkoblinger lukkes - + Advar meg bare ved a&vslutning av mRemoteNG - + Advar meg bare ved lukking av &mange tilkoblinger samtidig - + &Ikke advar meg når tilkoblinger lukkes - + RAW - + RDP - + 16777216 farger (24-biters) - + 256 farger (8-biters) - + 32768 farger (15-biters) - + 16777216 farger (32-biters) - + 65536 farger (16-biters) - + RDP Legg til oppløsning mislyktes! - + RDP Legg til oppløsninger mislyktes! - + Legg til sesjon mislyktes - + Lukk RDP-tilkobling mislyktes! - + Kunne ikke opprette RDP-kontroll, vennligst kontroller mRemoteNGs systemkrav. - + Deaktiver blinkende markør - + Deaktiver markørskygge - + Deaktiver fullvindudragning - + Deaktiver menyanimasjoner - + Deaktiver temaer - + Deaktiver bakgrunnsbilde - + RDP frakoblet! - + RDP-frakobling mislyktes, forsøker å lukke! - + Intern feilkode 1. - + Intern feilkode 2. - + Intern feilkode 3. Dette er ikke en gyldig tilstand. - + Intern feilkode 4. - + Det oppstod en uopprettelig feil under klienttilkoblingen. - + GetError mislyktes (FatalErrors) - + Det oppstod en ukjent, uopprettelig RDP-feil. Feilkode {0}. - + Det oppstod en ut-av-minne-feil. - + En ukjent feil har oppstått. - + En vindusopprettingsfeil har oppstått. - + Feil ved initialisering av Winsock. - + Kunne ikke importere RDP-fil! - + Tilpass til panel - + RDP-fokus mislyktes! - + RD Gateway støttes. - + RD Gateway støttes ikke! - + GetSessions mislyktes! - + Antall RDP gjentilkoblingsforsøk: - + RDP SetAuthenticationLevel mislyktes! - + RDP SetUseConsoleSession mislyktes! - + Angir konsollvalg for RDC {0}. - + RDP SetCredentials mislyktes! - + RDP SetEventHandlers mislyktes! - + RDP SetRDGateway mislyktes! - + RDP SetPerformanceFlags mislyktes! - + RDP SetPort mislyktes! - + RDP SetProps mislyktes! - + RDP Set Redirection mislyktes! - + RDP Set Redirect Keys mislyktes! - + RDP SetResolution mislyktes! - + SmartSize - + Hent til denne datamaskinen - + Ikke spill av - + La være på ekstern datamaskin - + RDP ToggleFullscreen mislyktes! - + RDP ToggleSmartSize mislyktes! - + Koble til tidligere åpnede økter ved oppstart - + Oppdater - + Ekstern fil - + Fjern alle - + Omdøp - + Rlogin - + Lagre - + Lagre alle - + Vil du lagre den gjeldende tilkoblingsfilen før du laster inn en annen? - + Lagre tilkoblinger ved avslutning - + Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png - + Skjerm - + Skjermbilde - + Skjermbilder - + Søk - + Send til... - + Get Sessions Background mislyktes - + Avslutning av Session Background mislyktes - + Angi vertsnavnet som visningsnavn når du oppretter eller gir nytt navn til tilkoblinger - + Angivelse av hovedskjematekst mislyktes - + Kunne ikke lagre innstillinger eller fjerne SysTray-ikon! - + Vis verktøytips i tilkoblingstreet - + Vis full sti til tilkoblingsfilen i vindustittel - + Vis påloggingsinformasjon i fanenavn - + Vis protokoller i fanenavn - + Enkeltklikk på tilkoblinger åpner den - + Enkeltklikk på en åpnet tilkobling bytter til valgt tilkobling - + Aspekt - + Fri - + Ingen SmartSize - + Socks 5 - + Sorter - + Stigende (A-Z) - + Synkende (Z-A) - + Spesialtastekombinasjoner - + Vennligst se Hjelp - Komme i gang - SQL-konfigurasjon for mer informasjon! - + SQL Server - + SQL Update-sjekken er ferdig, og det er en oppdatering tilgjengelig! Oppdaterer tilkoblinger... - + SSH versjon 1 - + SSH versjon 2 - + SSH-bakgrunnsoverføring mislyktes! - + Overføring er vellykket! - + SSH Transfer End (UI.Window.SSHTransfer) mislyktes! - + SSH-overføringen mislyktes. - + Start IP-adresse - + Start-port - + Oppstart/Avslutning - + Status - + Bytte til varslingspanelet ved: - + Avansert - + Utseende - + Faner && paneler - + Oppdateringer - + Telnet - + Følgende: - + Oppsettspanel - + Tilkoblingspanel - + Generelt - + Bakgrunnsfargen på oppsettspanelet. - + Fargen på kategoritekst i oppsettspanelet. - + Fargen på linjene i rutenettet i oppsettspanelet - + Bakgrunnsfargen på hjelp-området i oppsettspanelet. - + Fargen på teksten i hjelp-området i oppsettspanelet. - + Fargen på teksten i oppsettspanelet. - + Bakgrunnsfargen på tilkoblingspanelet. - + Fargen på teksten i tilkoblingspanelet. - + Fargen på trelinjene i tilkoblingspanelet. - + Bakgrunnsfargen på menyene. - + Fargen på teksten i menyene. - + Bakgrunnsfargen på søkeboksen. - + Fargen på teksten i søkeboksen. - + Fargen på ledeteksten i søkeboksen. - + Bakgrunnsfargen på verktøylinjene. - + Fargen på teksten i verktøylinjene. - + Bakgrunnsfarge i hovedvinduet. - + Bakgrunnsfarge for oppsettspanelet - + Tekstfarge for oppsettspanel-kategori - + Rutenettfarge for oppsettspanelet - + Bakgrunnsfarge for oppsettspanel-hjelp - + Tekstfarge for oppsettspanel-hjelp - + Tekstfarge for oppsettspanelet - + Bakgrunnsfarge for tilkoblingspanelet - + Tekstfarge for tilkoblingspanelet - + Farge på trelinjene i tilkoblingspanelet - + Bakgrunnsfarge på menyene - + Tekstfarge for menytekst - + Bakgrunnsfarge for søkeboksen - + Tekstfarge for søkeboksen - + Tekstfarge for spørsmål fra søkeboksen - + Bakgrunnsfarge for verktøylinjen - + Tekstfarge for verktøylinjen - + Bakgrunnsfarge for vinduet - + Feil ({0}) - + Informasjon ({0}) - + Passord - + Velg panel - + Advarsel ({0}) - + Overfør - + Overføringen mislyktes! - + Prøv å integrere - + Type - + Ultra VNC Repeater - + UltraVNC SingleClick port: - + Fjern avkryssingen for egenskapene du ikke ønsker å lagre! - + Tema uten navn - + mRemoteNG krever en oppdatering - + mRemoteNG kan med jevne mellomrom koble til mRemoteNG-webområdet for å se etter oppdateringer og produktkunngjøringer. - + Fullføring av sjekk for oppdatering mislyktes! - + Sjekk for oppdatering mislyktes! - + mRemoteNG Portable Edition støtter for øyeblikket ikke automatiske oppdateringer. - + Feil ved sletting av oppdateringsfilen! - + Nedlastingen er fullført! mRemoteNG vil nå avslutte og starte installasjonen. - + Nedlasting fullført mislyktes! - + Last ned oppdatering mislyktes! - + Hver {0} dag - + Daglig - + Månedlig - + Ukentlig - + Feil ved start av oppdatering! - + Bruk et annet brukernavn og/eller passord - + Bruk bare varslingspanelet (ingen popup-meldingsbokser) - + Bruker - + Bruk samme brukernavn og passord - + Bruk et smartkort - + Bruk SQL Server for å laste inn og lagre tilkoblinger - + Versjon - + VNC - + VNC-frakobling mislyktes! - + Oppfrisking av skjermen i VNC mislyktes! - + VNC SendSpecialKeys mislyktes! - + VNC Set Event behandlingsrutiner mislyktes! - + VNC Set Props-handling mislyktes! - + VNC Start Chat mislyktes! - + VNC Vis/Skjul SmartSize mislyktes! - + VNC Vis/Skjul ViewOnly mislyktes! - + Advar meg hvis autentisering mislykkes - + Advarsler - + Bruker DockPanel Suite av [Weifen Luo] - + Skriv loggfil (mRemoteNG.log) - + XULrunner filsti: - + Ja - + &Start - + Avslu&tt {0} - + Åpne tilkoblingsfil - + Prøv igjen - + Koble til uten legitimasjon - + Ikke koble til konsollsesjon - + PuTTY kunne ikke startes. - + Sikkerhetsinnstillingen "Systemkryptografi: Bruk FIPS-kompatible algoritmer til kryptering, hash-koding og signering" i Windows er aktivert. Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for mer informasjon. @@ -2183,304 +2183,304 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me {0} er ikke fullt ut FIPS-kompatibel. Klikk OK for å fortsette, eller Avbryt for å avslutte. - + Eksporter alt - + Eksporter fil - + Eksporter elementer - + Eksporter egenskaper - + Eksporter valgt tilkobling - + Eksporter valgt mappe - + &Eksporter til fil... - + Nytt eksternt verktøy - + &Filformat: - + Alle filer som kan importeres - + PuTTY Connection Manager-filer - + Remote Desktop Connection Manager-filer (*.rdg) - + En feil har oppstått under import av filen "{0}". - + Import feilet - + Importer fra &fil... - + Under roten{0}{1}|Under den valgte mappen{0}{2} - + Hvor ønsker du å plassere de importerte elementene? - + Importplassering - + &Import - + Tilkoblingsinformasjonen kunne ikke lastes fra SQL server. - + Hent - + &Slett - + &Ny - + &Tilbakestill til standard - + Tilbakestill &alt til standard - + Faner - + Neste fane - + Forrige fane - + Endre tastatursnarvei - + Tastatursnarveier - + Tastatur - + Begge passordene må være like. - + Passordet må være minst 3 tegn langt. - + Portskanning ferdig. - + Velg om tilkoblingen skal endre størrelse når vinduet endrer størrelse eller fullskjermsmodus slås av eller på. Krever RDC 8.0 eller høyere. - + Angi informasjon for lastbalanseringsrutere for å velge den beste verten. - + Velg om utklippstavlen skal deles. - + Velg om standard lydinndataenhet på den eksterne maskinen skal omadresseres til denne maskinen. - + Automatisk størrelsesendring - + Lastbalanseringsinformasjon - + Utklippstavle - + Lydopptak - + PuTTY sesjonsinnstillinger - + Passord for {0} - + Vis på verktøylinjen - + Sjekk feilet - + Sjekker om det finnes oppdateringer... - + Endringsloggen kunne ikke lastes ned. - + &Koble til alle åpne tilkoblinger på nytt - + RDP tidsavbrudd - + Elementet finnes allere i denne mappen. - + Kan ikke dra elementet til seg selv. - + Kan ikke dra foreldreelementet til underordnet element. - + Elementet kan ikke flyttes. - + Blokkrypteringsmodus - + Krypteringsmotor - + Sikkerhet - + Antall iterasjoner for nøkkelderivasjon - + Dynamisk - + Høy - + Medium - + Velg lydkvalitet: dynamisk, medium, høy - + Lydkvalitet - + Nedlasting ferdig! - + Nedlasting - + Antall minutter med inaktivitet før RDP-sesjonen automatisk kobles fra (bruk 0 for ubegrenset) - + Inaktivitet i minutter - + Godta - + Legg til - + Legitimasjonsredigering - + Legitimasjonshåndtering - + Fjern - + Tittel - + Velg hvilken legitimasjon du vil bruke for denne tilkoblingen - + Er du sikker på at du vil fjerne legitimasjonen {0}? - + Kunne ikke finne legitimasjon med ID "{0}" for tilkoblingen "{1}" - + Velg om du ønsker et varsel når RDP-sesjonen avsluttes på grunn av inaktivitet - + Varsel ved inaktivitet - + Passordet må inneholde minst {0} av de følgende tegnene: {1} - + Passordet må inneholde minst {0} små bokstaver - + Passordet må inneholde minst {0} tall - + Passordet må inneholde minst {0} store bokstaver - + Passordlengden må være mellom {0} og {1} - + Velg plassering for mRemoteNGs loggfil - + Feilsøking - + Vis disse beskjedtypene - + Sti til loggfil - + Logg disse beskjedtypene - + Velg sti - + Åpne fil - + Bruk standard - + Logging - + Oppsprettvinduer - + Logg til applikasjonens mappe - + Tilordnet legitimasjon - + Tillat alltid - + Tillat én gang - + Ikke tillat - + Tillat usikkert sertifikat for URL {0}? - + Tillat usikkert sertifikat @@ -2507,22 +2507,22 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Legitimasjoner - + Oppgrader - + Tilbake - + Sti til tilkoblingsfil - + Lag og åpne ny fil - + Åpne en annen fil - + I v1.76 har vi introdusert et system for håndtering av legitimasjon. Denne funksjonaliteten krever en endring i hvordan legitimasjon lagres. For å fortsette må mRemoteNGs tilkoblingsfil oppgraderes, og denne endringen kan ikke angres. Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, eller la deg åpne en annen tilkoblingsfil hvis du ikke ønsker å oppgradere. @@ -2530,25 +2530,25 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Legitimasjon ikke tilgjengelig - + Vil du slette dette temaet? - + Aktiver temaer - + Navn på nytt tema - + Kan ikke opprette tema, navnet finnes allerede eller inneholder spesialtegn - + Skriv inn navn på nytt tema - + Advarsel: applikasjonen må startes på nytt før endringer i tema trer i kraft. - + Ingen tema er lastet, sjekk at standard mRemoteNG-temaer finnes i 'themes'-mappen @@ -2590,85 +2590,85 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Test tilkobling - + Bare lesemodus: Bruk UTF8-koding for RDP "Lastbalanseringsinformasjon"-egenskap - + Tidsavbrudd [sekunder] - + Start i: - + Kjør elevert - + Elevering - + Vis på verktøylinjens kolonne - + Prøv å integrere - + Start i - + Lås verktøylinjeposisjoner - + Multi SSH-verktøylinje - + Importer under-OUer - + Lås verktøylinjeposisjoner - + Multi SSH-verktøylinje - + Avanserte sikkerhetsvalg - + mRemoteNG-valg - + Bruk UTF8-koding for RDP "Lastbalanseringsinformasjon"-egenskap - + Lag et tomt panel når mRemoteNG starter - + Må være mellom 0 og 255 - + Utenfor gyldig område - + Slett... - + Koble til alle tilkoblinger på nytt - + UltraVNC SingleClick - + Koble fra faner til høyre - + Koble fra alle unntatt denne - + Er du sikker på at du vil lukke alle tilkoblinger bortsett fra "{0}"? - + Er du sikker på at du vil lukke alle tilkoblinger til høyre for "{0}"? @@ -2692,45 +2692,45 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Dette unntaket gjør at mRemoteNG må lukkes - + Kopier vertsnavn Plasser søkelinjen over tilkoblingstreet - + For å skanne en enkelt port, velg bare "Start-port" - + Vis aktiv tilkobling i tilkoblingstreet - + Vis alltid tilkoblingsfaner - + Release-kanal - + Stable-kanalen inkluderer bare endelige versjoner. Beta-kanalen inkluderer beta- og release candidate-versjoner. Development-kanalen inkluderer alpha-, beta- og release candidate-versjoner. - + Bruk - + Proxy-innstillinger - + Multi-SSH: - + Trykk ENTER for å sende, Ctrl+C sendes umiddelbart. - + Vis denne tilkoblingen i favoritter-menyen. - + Favoritt diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index d21cc1b95..bd414320f 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -117,2044 +117,2044 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Over - + Actief - + Activiteit - + Nieuwe Connectie - + Nieuwe map - + AddNodeFromXML mislukt! - + Knooppunten toevoegen van XML mislukt! - + Laat slechts één exemplaar van de applicatie toe (mRemoteNG herstart vereist) - + Altijd - + Altijd verbinding maken, zelfs als verificatie mislukt - + Altijd Paneel dialoogvenster tonen bij het openen van verbindingen - + Altijd tabbladen tonen - + Altijd het icoon in het systeemvak tonen - + Later opnieuw vragen - + Pas nu de instellingen aan - + Gebruik de aanbevolen instellingen - + {0} kan automatisch controleren op updates die kunnen zorgen voor nieuwe functionaliteit en bugfixes. Het is aanbevolen dat u {0} toestaat om wekelijks te controleren voor updates. - + Automatisch bijwerken instellingen - + Verhouding - + Automatisch ophalen sessie informatie - + Automatisch opslaan elke: - + Minuten (0 betekent uitgeschakeld) - + Huidige Versie - + &Bladeren... - + &Annuleren - + Wijzig - + &Sluiten - + Standaard Successierechten - + Standaard Eigenschappen - + Verbreek verbinding - + Icoon - + &Importeer - + Successierecht - + PuTTY Starten - + &Nieuw - + &OK - + Eigenschapen - + &Scan - + &Stop - + Test Proxy - + U kunt geen normale connectie bestand importeren. Gebruik dan Bestand - Laad Connecties voor normale connectie bestanden! - + Kan Poort Scan niet starten, onjuist IP formaat! - + Uiterlijk - + Connectie - + Kenmerken - + Scherm - + Gateway - + Algemeen - + Diversen - + Protocol - + Verwijzing - + Altijd dit scherm laten zien bij opstarten - + Vernieuwen - + Controle mislukt! - + Controle geslaagd! - + De (RDP) Sessies optie vereist dat u een geregistreerde versie van eolwtscom.dll op uw systeem heeft. mRemoteNG neemt dit onderdeel automatisch mee bij instalatie, maar zal niet automatisch registreren al u handmatig heeft geïnstalleerd, tenzij u het installatieprogramma opnieuw uitvoert. Om handmatig te registreren : Open het dialoogvenster Uitvoeren (Start - Uitvoeren) en typ het volgende: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (Waar c:\Program Files\mRemoteNG\ het pad is naar uw mRemoteNG installatie). Als u nog steeds niet in staat bent om de langs check te komen gebruik dan ICA in mRemoteNG of raadpleeg mRemoteNG Forum op http://forum.mremoteng.org/ - + EOLWTSCOM werd gevonden en lijkt correct te zijn geïnstalleerd. - + ICA vereist dat de XenDesktop Online Plugin is geïnstalleerd is en dat de wfica.ocx bibliotheek is geregistreerd. U kunt de cliënt van deze locatie downloaden: http://www.citrix.com/download/ Als u de XenDesktop Online Plugin heeft geïnstalleerd en de check nog niet lukt, probeer dan om handmatig wfica.ocx te registreren Om dit uit te voeren opent u het dialoogvenster Uitvoeren (Start - Uitvoeren) en typ het volgende: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (Waarbij c:\Program Files\Citrix\ICA Client\ het pad is naar uw XenDesktop Online Plugin installatie). Als u nog steeds niet in staat bent om de langs check te komen gebruik dan ICA in mRemoteNG of raadpleeg mRemoteNG Forum op http://forum.mremoteng.org/ - + Alle ICA componenten werden gevonden en lijken correct te zijn geregistreerd. Citrix ICA Versie {0} - + Niet correct geïnstalleerd - + De SSH, Telnet, Rlogin en RAW protocollen zijn nodig PuTTY om te laten functioneren. PuTTY wordt standaard geleverd bij de mRemoteNG installatie en bevind zich in het installatiepad. Zorg ervoor dat u ofwel de Putty.exe in uw mRemoteNG directory staat(standaard: c:\Program Files\mRemoteNG\) of een geldig pad heeft opgegeven naar het PuTTY programmabestand onder Opties (Extra - Opties - Geavanceerd - Aangepast PuTTY pad) - + Het programmabestand PuTTY werd gevonden en is klaar voor gebruik - + Om RDP goed te laten werken moet je minimaal Verbinding met extern bureaublad (Terminal Services Client) 8.0 geïnstalleerd te hebben. U kunt het hier downloaden: https://support.microsoft.com/kb/2592687 Als u RDP 8.0 heeft geïnstalleerd en de check nog niet lukt, probeer dan om handmatig mstscax.dll te registreren. Om dit uit te voeren opent u het dialoogvenster Uitvoeren (Start - Uitvoeren) en typ het volgende: regsvr32 "c:\windows\system32\mstscax.dll" (Waarbij c: \ je systeem schijf is). Als u nog steeds niet in staat bent om de langs check te komen voor RDP raadpleeg mRemoteNG Forum op http://forum.mremoteng.org/ - + Alle RDP componenten werden gevonden en lijken correct te zijn geregistreerd. Verbinding met extern bureaublad Versie {0} - + VNC vereist dat VncSharp.dll in de mRemoteNG installatiemap is geplaatst. Zorg ervoor dat u VncSharp.dll bestand in de mRemoteNG installatiemap wordt geplaatst (standaard C:\Program Files\mRemoteNG\). Als u nog steeds niet in staat bent om de langs check te komen gebruik dan VNC in mRemoteNG of raadpleeg mRemoteNG Forum op http://forum.mremoteng.org/ - + Alle VNC componenten werden gevonden en lijken correct te zijn geregistreerd. VncSharp Versie {0} - + Automatisch proberen opnieuw te verbinden wanneer de verbinding is verbroken van de server (RDP && ICA Alleen) - + Domein - + Toon dit bericht niet opnieuw. - + Successierecht - + Wachtwoord - + Deze proxy server vereist authenticatie - + Gebruik aangepaste PuTTY pad: - + Opnieuw verbinden zodra gereed - + Gebruik een proxy server om verbinding te maken - + Gebruikersnaam - + Wachten Voor Afsluiten - + Controleer opnieuw - + Controleren op updates en aankondigingen bij het opstarten - + Controleer nu - + Controleer de juiste installatie van onderdelen bij het opstarten - + Sluit paneel voordat er verbinding wordt gemaakt - + Gesloten Poorten - + Klap alle mappen in - + Argumenten - + Weergave naam - + Bestandsnaam - + Hostnaam/IP - + Bericht - + Gebruikersnaam - + Wachten Voor Afsluiten - + Kan opdrachtprompt argumenten niet parsen! - + {0} heeft de Lenovo Auto Scroll Utility op het systeem ontdekt. Deze utility staat bekend om problemen met {0}. Het wordt aangeraden om het uit te schakelen of te deïnstalleren. - + Compatibiliteits probleem ontdekt - + Controle Componenten - + btnIcon_Click mislukt! - + ShowHideGridItems mislukt! - + IconMenu_Click mislukt! - + Eigenschap Grid object mislukt! - + Instellen Host Status mislukt! - + pGrid_PopertyValueChanged mislukt! - + Configuratie UI laden mislukt! - + Wilt u de verbinding sluiten: "{0}"? - + Weet u zeker dat u het paneel wilt sluiten, "{0}"? Alle connecties zullen dan ook worden gesloten. - + Weet u het zeker dat u de geselecteerde externe applicatie wilt verwijderen, "{0}"? - + Weet u het zeker dat u de {0} geselecteerde externe applicaties wilt verwijderen? - + Weet u het zeker dat u de connectie wilt verwijderen, "{0}"? - + Weet u het zeker dat u de lege map wilt verwijderen, "{0}"? - + Weet u het zeker dat u de map wilt verwijderen, "{0}"? Alle mappen of connecties daaronder zullen ook worden verwijderd. - + Wilt u alle geopende verbindingen sluiten? - + Weet u het zeker dat u de panelen weer op hun standaard lay-out wilt terugzetten? - + Verbind - + Verbinden in volledig scherm modus - + Bezig met verbinding maken... - + Protocol Gebeurtenis Verbonden - + Verbinding naar "{0}" via "{1}" tot stand gebracht door gebruiker "{2}" (Omschrijving: "{3}"; Gebruiker Veld: "{4}") Connectie mislukt! - + Protocol Gebeurtenis Fout Opgetreden - + Openen van verbinding mislukt! - + Kan verbinding niet openen: Geen hostnaam opgegeven! - + RDP Foutmelding! Fout Code: {0} Foutomschrijving: {1} - + Connecties - + Kan geen standaard poort instellen! - + Kan geen back-up maken van Connectie bestand! - + Kan Connectie bestand niet importeren! - + Connectie bestand "{0}" kon niet worden geladen! - + Connectie bestand "{0}" kon niet worden geladen! Beginnen met nieuwe Connectie bestand. - + Kan connectie bestand niet opslaan! - + Kan connectie bestand niet opslaan als "{0}"! - + Verbinding maken met console sessie - + Verbinden (met opties) - + Verbinding naar {0} via {1} gesloten door gebruiker {2}. - + Verbinding naar {0} via {1} gesloten door gebruiker {2}. (Omschrijving: "{3}"; Gebruiker Veld: "{4}") - + Connectie gebeurtenis gesloten - + Connectie gebeurtenis gesloten mislukt! - + Kon geen nieuwe connectie bestand aanmaken! - + Kan geen ToolStrip vinden in FilteredPropertyGrid. - + Geïnstalleerde versie - + Standaard thema - + Detecteer - + Geen verbinding maken als verificatie mislukt - + Dubbel klik op het tabblad om te sluiten - + Downloaden en installeren - + Duplicaat - + Wilt u doorgaan met zonder wachtwoord op te geven? - + Voor lege gebruikersnaam, wachtwoord of domein velden gebruiken: - + 128-bit - + 128-bit (aanmelding alleen) - + Basis - + Volledig versleutelen connection bestand - + Eind IP - + Eind Poort - + AddExternalToolsToToolBar (frmMain) is mislukt. {0} - + Map toevoegen (UI.Window.Tree) is mislukt. {0} - + De database versie {0} is niet compatibel met deze versie van {1}. - + Kloon Node (Tree.Node) is mislukt. {0} - + Fout code {0}. - + De connectie lijst kan niet worden opgeslagen.. - + Decryptie is mislukt. {0} - + Encryptie is mislukt. {0} - + Foutmeldingen - + Het verbindingsopstartbestand kon niet worden geladen. {0}{0}{2}{0}{3}{0}{0} Om dataverlies te voorkomen zal {1} nu worden afgesloten. - + Controleer Database Versie (Config.Connections.Save) is mislukt. {0} - + Vouw alle mappen uit - + Experimenteel - + Exporteer - + Exporteer mRemote/mRemoteNG XML - + Externe Applicatie - + Inclusief iconen door [FAMFAMFAM] - + Alle Bestanden(*.*) - + Applicatie Bestanden (*.exe) - + mRemote CSV Bestanden (*.csv) - + mRemote XML Bestanden (*.xml) - + RDP Bestanden (*.rdp) - + visionapp Remote Desktop 2008 CSV Bestanden (*.csv) - + Erven {0} - + Omschrijving van de erfelijke eigenschap: {0} - + Gratis - + Volledig Scherm - + Algemeen - + Ophalen Connectie Informatie van SQL mislukt - + Een fout is opgetreden tijdens het laden van de verbinding voor "{0}" van "{1}". {2} - + Automatisch opnieuw verbinden - + Verbinding - + Externe Applicatie Eigenschappen - + Bestanden - + Host - + HTTP verbinding mislukt! - + Kon geen nieuwe HTTP verbinding aanmaken! - + Verandering van HTTP document tegel niet gelukt! - + Instellen HTTP Eigenschappen mislukt! - + Kan geen nieuwe ICA Connectie aanmaken! - + Laden ICA Plugin mislukt! - + ICA instellen kenmerken mislukt! - + ICA Instellen gebeurtenis handeling mislukt! - + ICA Instellen Eigenschappen mislukt! - + ICA Instellen Resolutie mislukt! - + Vindt de Snel aansluit tabs met het voorzetsel "Quick" - + Importeer van Active Directory - + Importeer/Exporteer - + Importeer mRemote/mRemoteNG XML - + Importeer van Poort Scan - + Importeer van .RDP bestand(en) - + Inactief - + Informatie - + mRemoteNG is voorzien van de meest actuele versie - + Sluiten Interne Applicatie mislukt! - + Interne Applicatie Focus mislukt! - + Interne Applicatie Handeling: {0} - + Beëindigen Interne Applicatie Proces mislukt! - + Paneel Handeling: {0} - + Interne Applicatie Formaat Wijzigen mislukt! - + --- Interne Applicatie Spulen --- - + Interne Applicatie naam: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Adres: - + Argumenten: - + Veranderingen: - + Bij het sluiten van connecties: - + &Verbind: - + Weergavenaam - + Domein: - + Bestandsnaam: - + Hostnaam: - + Opties: - + Wachtwoord: - + Poort: - + Mobiele Editie - + Protocol: - + Om PuTTY Sessies te configureren klik op deze knop: - + Max. PuTTY && Geïntegreerde Ext. Applicatie wachttijd: - + Vrijgegeven onder de GNU General Public License (GPL) - + seconden - + Selecteer een paneel uit de onderstaande lijst of klik op Nieuw om een nieuwe toe te voegen. Klik op OK om verder te gaan. - + Server Status: - + Database: - + Database: - + Gebruikersnaam: - + Verifiëren: - + Taal - + (Automatisch detecteren) - + {0} moet opnieuw worden opgestart voordat de wijzigingen van de taal actief zullen worden. - + Laden van SQL mislukt! - + Laden van XML mislukt! - + Lokaal bestand - + Lokaal bestand bestaat niet! - + Afmelden - + Schrijven naar log bestand mislukt! - + Kon log bestand niet opslaan naar definitieve locatie. - + Maakt gebruik van de Magic bibliotheek door [Crownwood Software] - + Over - + Voeg Connectie Paneel toe - + Controleer voor beschikbare Updates - + Configuratie - + Verbinden - + Connectie Panelen - + Verbindingen - + Verbindingen en Configuratie - + Kopiëren - + Ctrl-Alt-Del - + CTRL-Esc - + Verwijder... - + Verwijder Connectie... - + Verwijder Externe Applicatie... - + Verwijder Map... - + Verbreek verbinding - + Doneer - + Dupliceer - + Dupliceer Connectie - + Dupliceer Map - + Dupliceer Tab - + Suiten - + Externe Applicaties - + Externe Applicaties menubalk - + &Bestand - + Volledig Scherm - + Volledig Scherm (RDP) - + &Help - + mRemoteNG Help - + Ga naar - + Start Externe Applicatie - + Nieuwe Connectie Bestand - + Nieuwe Externe Applicatie - + Notificaties - + Kopieër alles - + Verwijder - + Verwijder alles - + Open Connectie Bestand... - + Opties - + Plakken - + Poort Scan - + Quick Connect menubalk - + Opnieuw verbinden - + Vernieuw Scherm (VNC) - + Hernoem - + Hernoem Connectie - + Naam map wijzigen - + Hernoem Tab - + Meld een bug - + Herstel lay-out - + Opslaan Connectie bestand - + Opslaan Connectie bestand Als... - + Schermafbeelding - + Screenshot beheerder - + Stuur Speciale toetsencombinatie (VNC) - + Sessies - + Sessies en Screenshots - + &Laat hulp zien - + Toon tekst - + SmartSize (RDP/VNC) - + SSH Bestandsoverdracht - + Start Chat (VNC) - + Ondersteunings Forum - + &Extra - + Bestandsoverdracht (SSH) - + &Beeld - + Alleen bekijken (VNC) - + Website - + Minimaliseer naar het systeemvak - + Omlaag - + Omhoog - + Mijn huidige gegevens (Windows login-informatie) - + Nooit - + Nieuwe Connectie - + Nieuwe Map - + Nieuw Paneel - + Nieuwe Root - + Naamloos - + Nee - + Geen Compressie - + Geen externe applicatie opgegeven. - + Geen - + Geen - + Normaal - + Geen SmartSize - + Geen update beschikbaar - + U probeert een verbindings bestand te openen dat is gemaakt met behulp van een zeer vroege versie van mRemote dit kan resulteren in een vastlopende applicatie. Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan! - + Open een nieuw tabblad aan de rechterkant van het geselecteerde tabblad - + Open Poorten - + Thema - + &Verwijder - + &Nieuw - + Paneel Naam - + Beveiligen met een wachtwoord - + Vul alstublieft alle velden in - + Poortscan paneel kon niet worden geladen - + (Deze eigenschappen worden alleen opgeslagen als u mRemote/mRemoteNG XML als output bestand formaat selecteert!) - + Geef de hostnaam of IP adres op waarmee u verbinding wilt maken - + Schakelen alle successierechten opties. - + Selecteer welke authenticatie niveau deze verbinding moet gebruiken. - + Selecteer hoe u wilt authenticeren naar de VNC-server. - + Geef aan of u bitmap caching wel of niet wil gebruiken. - + Selecteer de kleurkwaliteit welke moet worden gebruikt. - + Selecteer de compressie waarde welke moet worden gebruikt. - + Zet hier uw notities of een omschrijving van de desbetreffende host - + Selecteer of het Bureaubladachtergrond wel of niet moet worden gebruikt. - + Selecteer of het Bureaubladachtergrond wel of niet moet worden gebruikt. - + Voer de domeinnaam in. - + Bureaubladsamenstellingen wel of niet inschakelen - + Lettertypen wel of niet vloeiend maken - + Selecteer de codering modus welke moet worden gebruikt. - + Selecteer de codering sterkte van de externe host. - + Selecteer een externe applicatie welke gestart moet worden. - + Selecteer een externe applicatie welke gestart moet worden nadat de verbinding met de externe host is verbroken - + Selecteer een externe applicatie welke gestart moet worden voordat de verbinding met de externe host tot stand word gebracht. - + Kies een pictogram dat wordt weergegeven wanneer verbinding wordt gemaakt met de host. - + Voer het MAC-adres van de externe host in, indien u wenst te gebruiken in een externe applicatie. - + Dit is de naam die wordt weergegeven in de opgeslagen verbindingen - + Stel het paneel in waarin de verbinding wordt geopend. - + Voer uw wachtwoord in. - + Voer de poortnummer in waar het geselecteerde protocol op luistert. - + Kies het protocol dat mRemoteNG moet gebruiken om verbinding te maken met de host. - + Selecteer een PuTTY sessie welke wordt gebruikt bij het verbinden. - + Hiermee geeft u de domeinnaam op die een gebruiker geeft om verbinding te maken naar de RD-gateway-server. - + Hiermee geeft u de hostnaam van de Remote Desktop-gatewayserver op. - + Specificeert wanneer een Remote Desktop Gateway (RD-gateway-server) gebruikt moet worden. - + Geeft aan of niet aan te melden bij de gateway met dezelfde gebruikersnaam en wachtwoord van de aansluiting. - + Hiermee geeft u de gebruikersnaam op waarmee een gebruiker verbinding kan maken met de RD-gateway-server. - + Selecteer of lokale schijfstations op de externe host moeten worden weergegeven. - + Selecteer of toetscombinaties (b.v. Alt-Tab) moeten worden doorgestuurd naar de externe host. - + Selecteer of lokale poorten (v.b. com, parallel) dienen te worden getoond op de externe host. - + Selecteer of lokale printers getoond moeten worden op de externe host. - + Selecteer of lokale smartcards beschikbaar moeten zijn op de externe host. - + Selecteer hoe externe geluiden moeten worden doorgestuurd. - + Selecteer een van de beschikbare rendering engines die zullen worden gebruikt om de HTML-weergave weer te geven. - + Kies de resolutie of de modus waarin deze verbinding zal worden opgezet - + Selecteer de SmartSize modus welke moet worden gebruikt. - + Verbinding maken met de console sessie van de remote host. - + Gebruik, indien beschikbaar, de Credential Security Support Provider (CredSSP) voor authenticatie. - + Voel je vrij om alle informatie die u nodig heeft hier in te voeren. - + Voer uw gebruikersnaam in. - + Als je een alleen kijken connectie wilt opzetten naar de desbetreffende host selecteer dan ja. - + Voer het Proxy adres in welke wordt gebruikt. - + Voer uw wachtwoord in voor authenticatie van de proxy server. - + Voer de poortnummer van de proxy server in waarop deze luistert. - + Indien er gebruik van een proxy server wordt gemaakt om VNC connecties te tunnelen selecteer dan welke type. - + Voer uw gebruikersnaam in voor authenticatie van de proxy server. - + Hostnaam/IP - + Alle - + Server Authenticatie - + Authenticatie Modus - + Cache Bitmapafbeeldingen - + Kleuren - + Compressie - + Omschrijving - + Thema's weergeven - + Bureaubladachtergrond - + Domein - + Samenstelling bureaublad - + Lettertype vloeiend maken - + Codering - + Coderingsniveau - + Externe Applicatie - + Externe Applicatie Na - + Externe Applicatie voordat - + Icoon - + MAC Adres - + Naam - + Paneel - + Wachtwoord - + Poort - + Protocol - + PuTTY Sessie - + Gateway Domein - + Gateway Hostnaam - + Extern Bureaublad Gateway Wachtwoord - + Gebruik Gateway - + Gateway Gegevens - + Gateway Gebruikersnaam - + Harde Schijven - + Toetsencombinaties - + Poorten - + Printers - + Smartcards - + Geluiden - + Rendering Engine - + Resolutie - + SmartSize Modus - + Gebruik consolesessie - + Gebruik CredSSP - + Gebruiker veld - + Gebruikersnaam - + Alleen bekijken - + Proxy Adres - + Proxy Wachtwoord - + Proxy Poort - + Proxy-type - + Proxy Gebruikersnaam - + Protocol Event Verbinding Verbreken. Bericht: {0} - + Protocol Event verbinding verbreken mislukt. {0} - + Protocol om te importeren - + Proxy test mislukt! - + Proxy test geslaagd! - + Sluiten PuTTy proces mislukt! - + Kan de focus niet verkrijgen! - + Ophalen Putty Sessies mislukt! - + PuTTy Handeling: {0} - + Beëindigen Putty Proces mislukt! - + Paneel Handeling: {0} - + PuTTy Formaat Wijzigen Mislukt! - + PuTTY opgeslagen sessies - + PuTTY Instellingen - + Toon PuTTY Instellingen mislukt! - + Putty Starten mislukt! - + --- PuTTY Spullen --- - + PuTTY Titel: {0} - + Snel: {0} - + Snel verbinden - + Snelle Connectie toevoegen mislukt! - + Het aanmaken van een snelle connectie is mislukt - + &Waarschuw bij het sluiten van connecties - + &xWaarschuw alleen bij het sluiten van mRemoteNG - + Waarschuw alleen bij het sluiten van &meerdere connecties - + Waarschuw &niet bij het sluiten van connecties - + RAW - + RDP - + 16777216 Kleuren (24-bit) - + 256 Kleuren (8-bit) - + 32768 Kleuren (15-bit) - + 16777216 Kleuren (32-bit) - + 65536 Kleuren (16-bit) - + RDP Resolutie toevoegen mislukt! - + RDP Resoluties toevoegen mislukt! - + Sessie aanmaken mislukt - + Sluiten RDP verbinding is mislukt! - + Kan geen RDP controle aanmaken, controleer mRemoteNG systeemeisen. - + Cursor Knipperen Uitschakelen - + Cursor Schaduw Uitschakelen - + Slepen van volledig venster uitschakelen - + Menu Animaties Uitschakelen - + Thema's Uitschakelen - + Bureaubladachtergrond Uitschakelen - + RDP verbinding verboken! - + RDP verbreken mislukt, probeer te sluiten! - + Interne fout code 1. - + Interne fout code 2. - + Interne fout code 3. Dit is geen geldige status. - + Interne fout code 4. - + Een onherstelbare fout opgetreden tijdens de client-verbinding. - + Ophalen foutmelding mislukt (fatale foutmelding) - + Een onbekende fatale RDP fout opgetreden. Foutcode {0}. - + Een out-of-memory fout is opgetreden. - + Er is een onbekende fout opgetreden. - + Een venster-creatie fout opgetreden. - + Winsock initialisatie fout. - + Kan RDP-bestand niet importeren! - + Pas aan paneel aan - + RDP Focus mislukt! - + RD Gateway is ondersteund. - + RD Gateway is niet ondersteund! - + Instellen sessies mislukt! - + RDP aantal malen opnieuw proberen te verbinden: - + RDP instelling verificatie niveau mislukt! - + RDP instelling Console sessie mislukt! - + Instelling console wisselen voor RDC {0}. - + RDP instellen kenmerken mislukt! - + RDP instellen gebeurtenis afhandeling mislukt! - + RDP instellen RDGateway mislukt! - + RDP instellen prestatie vinkjes mislukt! - + RDP instellen poort mislukt! - + RDP instellen eigenschappen mislukt! - + RDP instellen omleiding mislukt! - + RDP instellen Redirect toetsen mislukt! - + RDP instellen resolutie mislukt! - + Smart Size - + Afspelen op deze computer - + Niet afspelen - + Afspelen op externe computer - + RDP wisselen volledig scherm mislukt! - + RDP wisselen SmartSize mislukt! - + Opnieuw verbinding maken met eerder geopende sessies bij het opstarten - + Vernieuwen - + Extern bestand - + Alles verwijderen - + Hernoemen - + Rlogin - + Opslaan - + Alles opslaan - + Wil je de huidige verbindingen opslaan voordat er een andere wordt geopend? - + Sla verbindingen op bij afsluiten - + Graphics Interchange Format bestand (.gif)|*.gif|Joint Photographic Experts Group bestand (.jpeg)|*.jpeg|Joint Photographic Experts Group bestand (.jpg)|*.jpg|Portable Network Graphics bestand (.png)|*.png - + Scherm - + Schermafbeelding - + Schermafbeeldingen - + Zoek - + Verstuur naar... - + Ophalen van sessies van achtergrond mislukt - + Achtergrond Sessie beëindigen mislukt - + Stel hostnaam zoals weergegeven naam in bij het ​​maken van nieuwe verbindingen - + Instelling hoofdformulier tekst mislukt - + Kon de instellingen niet opslaan of taakbalk pictogram verwijderen! - + Toon beschrijving tooltips in connectie's - + Toon volledige verbindingsbestandspad in het venster titel - + Toon login-informatie op het tabblad - + Toon protocollen op het tabblad - + Enkele klik om verbinding te openen - + Enkele klik om naar geopende verbinding om te schakelen - + Verhouding - + Vrij - + Geen SmartSize - + Socks 5 - + Sorteer - + Oplopend (A-Z) - + Aflopend (Z-A) - + Speciale toetsen - + Zie Help - Aan de slag - SQL Configuratie voor meer informatie! - + SQL Server: - + SQL update check voltooid er is een update beschikbaar! De verbindingen worden vernieuwd. - + SSH versie 1 - + SSH versie 2 - + SSH achtergrond overdracht mislukt! - + Overdracht succesvol! - + SSH Overdracht (UI.Window.SSHTransfer) mislukt! - + SSH overdracht heeft gefaald. - + Start IP - + Start Poort - + Opstarten/Afsluiten - + Status - + Schakel Notificatiepaneel in: - + Geavanceerd - + Uiterlijk - + Tabbladen && Panelen - + Updates - + Telnet - + De volgende: - + Configuratie paneel - + Connectie paneel - + Algemeen - + De achtergrondkleur van het configuratie paneel. - + De kleur van de categorie tekst in het configuratie paneel. - + De kleur van de gridlijnen in het configuratiepaneel - + De achtergrondkleur van de helptekst in het configuratiepaneel. - + De tekst kleur ven de help in het configurateipaneel. - + De tekstkleur van het configuratiepaneel. - + De achtergrondkleur van het connectie paneel. - + De tekstkleur van het connectie paneel. - + De boomstructuur lijnen kleur in het connectie paneel. - + De achtergrondkleur van de menu's. - + De tekstkleur in de menu's. - + De achtergrondkleur van de zoekboks. - + De tekstkleur in de zoekboks. - + De prompttekst kleur in de zoekboks. - + De achtergrondkleur van de gereedschapsbalk. - + De tekstkleur in de gereedschapsbalk. - + De achtergrondkleur van het hoofdwindow. - + Achtergrondkleur configuratiepaneel - + Categorie tekst kleur in het configuratiepaneel - + Lijnenkleur in het configuratiepaneel - + Help achtergrondkleur van het configuratiepaneel - + Help tekstkleur van het configuratiepaneel - + Configuratiepaneel tekstkleur - + Achtergrondkleur connectie paneel - + Tekstkleur connectiepaneel - + Boomstructuur lijnen kleur connectiepaneel - + Menu achtergrondkleur - + Tekstkleur menu - + Achtergrondkleur zoekboks - + Tekstkleur zoekboks - + Prompt tekstkleur zoekboks - + Achtergrondkleur gereedschapsbalk - + Tekstkleur gereedschapskleur - + Achtergrondkleur window - + Fout ({0}) - + Informatie ({0}) - + Wachtwoord - + Selecteer Paneel - + Waarschuwing ({0}) - + Overdracht - + Overdracht mislukt! - + Probeer te integreren - + Type - + UltraVNC Repeater - + Ultra VNC Enkele Klik Poort: - + Verwijder het vinkje bij eigenschappen die u niet wil opslaan! - + Thema zonder naam - + Er is een update voor mRemoteNG beschikbaar - + mRemoteNG kan periodiek verbinding maken met de mRemoteNG website om te controleren op updates en product aankondigingen. - + Check voor de update voltooiing is mislukt! - + Controleren op update mislukt! - + mRemoteNG Portable Edition ondersteunt momenteel geen automatische updates. - + Fout bij verwijderen van update-bestand! - + Download voltooid! mRemoteNG zal nu worden gesloten en beginnen met de installatie. - + Download complete mislukt! - + Download Update mislukt! - + Elke {0} dag(en) - + Dagelijks - + Maandelijks - + Wekelijks - + Fout bij het starten van update! - + Gebruik een andere gebruikersnaam en wachtwoord - + Gebruik alleen meldingenvenster (geen meldingsbox popups) - + Gebruiker - + Gebruik dezelfde gebruikersnaam en wachtwoord - + Gebruik een SmartCard - + Gebruik SQL Server om te connecties te laden en op te slaan - + Versie - + VNC - + VNC Sluiten connectie mislukt! - + VNC Vernieuwen scherm mislukt! - + VNC Stuur speciale toetsen mislukt! - + VNC Instellen gebeurtenis handeling mislukt! - + VNC Eigenschappen instellen mislukt! - + VNC Start Chat Mislukt! - + VNC Wisselen Formaat wijzigen mislukt! - + VNC Wisselen ViewOnly mislukt! - + Waarschuw als verificatie is mislukt - + Waarschuwingen - + Maakt gebruik van de DockPanel Suite van [Weifen Luo] - + Schrijf log bestand (mRemoteNG.log) - + XULrunner pad: - + Ja \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 564a2d319..76731131d 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -117,1856 +117,1856 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + O programie - + Aktywny - + Aktywność - + Nowe połączenie - + Nowy folder - + Wykonanie fukcji AddNodeFromXML nie powiodło się! - + Wykonanie fukcji AddNodesFromSQL nie powiodło się! - + Pozwól uruchomić tylko jedną kopię programu (wymaga restartu mRemoteNG) - + Zawsze - + Łącz zawsze, nawet jeśli uwierzytelnianie się nie powiedzie - + Pozwól wybrać panel przed każdym połączeniem - + Zawsze pokazuj zakładki paneli - + Zawsze pokazuj ikonę w obszarze powiadomień - + Zapytaj mnie znów później - + Dostosuj ustawienia - + Użyj zalecanych ustawień - + {0} może automaczycznie sprawdzać aktualizacje które mogą zawierać nowe funkcjonalności oraz poprawki błędów. Zaleca się, aby zezwolnić {0} na sprawdzanie aktualizacji co tydzień. - + Ustawienia automatycznej aktualizacji - + Propocjonalnie - + Automatycznie pobierz informacje o sesji - + Automatyczny zapis co: - + Minuty (0 oznacza wyłączony) - + Aktualna wersja - + &Wybierz... - + &Anuluj - + Zmiana - + &Zamknij - + Dziedziczenie domyślne - + Ustawienia domyślne - + Rozłącz - + Ikona - + &Importuj - + Dziedziczenie - + Uruchom - + Uruchom PuTTY - + &Nowy - + &OK - + Ustawienia - + &Skanuj - + &Stop - + Testuj Proxy - + Nie można zaimportować zwykłego pliku połączenia. Proszę użyć opcji Plik - Wgraj Połączenia aby wgrać zwykłe pliki połączenia! - + Nie można rozpocząć skanowania portów - niewłaściwy format adresu IP! - + Wygląd - + Połączenie - + Dane uwierzytelniające - + Wyświetl - + Brama - + Ogólny - + Pozostałe - + Protokół - + Przekierowanie - + Zawsze pokazuj ten ekran przy starcie - + Odświerz - + Sprawdzenie nie powiodło się! - + Sprawdzenie powiodło się! - + Funkcja sesji (RDP) wymaga, abyś miał zarejestrowaną w systemie bibliotekę eolwtscom.dll. mRemoteNG dystrybuowany jest z tym komponentem, ale nie jest automatycznie rejestrowany dopóki nie uruchomisz instalatora. Aby zarejestrować ten plik ręcznie wykonaj: otwórz "Uruchom" (Start - Uruchom) i wprowadź komendę: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (gdzie c:\Program Files\mRemoteNG\ jest ścieżką instalacyjną mRemoteNG). Jeśli nadal nie można sprawdzić lub użyć fukcji Sesji (RDP) skonsultuj to na Forum mRemoteNG na stronie http://forum.mremoteng.org/ - + EOLWTSCOM został znaleziony i wydaje się być poprawnie zarejestrowany. - + ICA wymaga zainstalowania wtyczki Online XenDesktop, i aby była zarejestrowana biblioteka wfica.ocx. Możesz pobrać klienta tutaj: http://www.citrix.com/download/ Jeżeli masz zainstalowany Plugin Online XenDesktop a nadal nie działa, spróbuj ręcznie zarejestrować bibliotekę wfica.ocx. Aby to zrobić wybierz polecenie Uruchom (Start - Uruchom) i wprowadź w linii komend: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (gdzie c:\Program Files\Citrix\ICA Client\ jest ścieżką instalacji XenDesktop Online Plugin). Jeśli nadal nie można użyć ICA w mRemoteNG prosimy o kontakt mRemoteNG Forum na http://forum.mremoteng.org/ - + Wszystkie składniki ICA zostały znalezione i wydają się być poprawnie zarejestrowane. Wersja klienta Citrix ICA {0} - + nie jest zainstalowany prawidłowo - + SSH, Telnet, Rlogin i protokołów RAW używają programu PuTTY. PuTTY zawarty jest pakiecie mRemoteNG i znajduje się w ścieżce instalacji programu. Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: c:\Program Files\mRemoteNG\) lub że podałeś prawidłową ścieżkę do narzędzia PuTTY w opcjach programu(Narzędzia - Opcje - zaawansowane - ścieżka programu PuTTY) - + Aplikacja PuTTY została odnaleziona i powinna być gotowa do użytku. - + Aby połączenia RDP działały poprawnie trzeba mieć zainstalowane Podłączanie Pulpitu Zdalnego (Klient Usług Terminalowych) w wersji 8.0. Można go pobrać ze strony: https://support.microsoft.com/kb/2592687. Jeśli RDP 8.0 jest już zainstalowany i nadal nie działają połączenia RDP, spróbuj ręcznie zarejestrować plik mstscax.dll. Aby zarejestrować plik wybierz Uruchom (Start - Uruchom) i wprowadź w linii polecń: regsvr32 "c:\windows\system32\mstscax.dll" (gdzie c:\ jest dyskiem systemowym). Jeśli nadal masz problemy z połączeniem RDP skonsultuj się z mRemoteNG Forum na http://forum.mremoteng.org/ - + Wszystkie składniki RDP zostały znalezione i wydają się być poprawnie zarejestrowane. Wersja Podłączanie Pulpitu Zdalnego {0} - + VNC wymaga, aby biblioteka VncSharp.dll znajdowała się w folderze instalacji mRemoteNG. Upewnij się, że masz plik VncSharp.dll w folderze aplikacji mRemoteNG (domyślnie C:\Program Files\mRemoteNG\). Jeśli nadal nie można użyć VNC w mRemoteNG prosimy o kontakt mRemoteNG Forum na http://forum.mremoteng.org/ - + Wszystkie składniki VNC zostały znalezione i wydają się być poprawnie zarejestrowane. Wersja VncSharp {0} - + Automatycznie połącz ponownie jeśli nastąpi odłączenie od serwera (tylko RDP && ICA) - + Domena - + Nie pokazuj więcej tej informacji. - + Dziedziczenie - + Hasło - + Ten serwer proxy wymaga uwierzytelnienia - + Użyj niestandardowej ścieżki PuTTY: - + Połącz ponownie, gdy gotowy - + Użyj serwera proxy do połączenia - + Użytkownik - + Czekaj na wyjście - + Sprawdź ponownie - + Sprawdź aktualizacje i powiadomienia podczas startu - + Sprawdź teraz - + Sprawdź poprawność zainstalowanych komponentów podczas startu - + Przed połączeniem wybierz panel - + Porty zamknięte - + Zwiń wszystkie foldery - + Argumenty - + Nazwa wyświetlana - + Nazwa pliku - + Nazwa hosta/IP - + Wiadomość - + Użytkownik - + Czekaj na wyjście - + Nie można przeanalizować argumentów wejściowych! - + {0} wykrył, że w systemie działa Lenovo Auto Scroll Utility. To narzędzie jest znane jako przyczyna problemów z {0}. Zaleca się, wyłączyć lub odinstalować ten program. - + Spróbuj ponownie - + Wykryto problem z kompatybilnością - + Sprawdzenie komponentów - + Wykonanie btnIcon_Click nie powiodło się! - + Wykonanie ShowHideGridItems nie powiodło się! - + Wykonanie IconMenu_Click nie powiodło się! - + Wykonanie SetHostStatus nie powiodło się! - + Wykonanie pGrid_PopertyValueChanged nie powiodło się! - + Czy chcesz zamknąć połączenie: "{0}"? - + Czy na pewno chcesz zamknąć panel, "{0}"? Wszystkie połączenia, które zawiera również zostaną zamknięte. - + Czy na pewno chcesz usunąć zewnętrzne narzędzie, "{0}"? - + Czy na pewno chcesz usunąć {0} wybranych narzędzi zewnętrznych? - + Czy jesteś pewien, że chcesz usunąć połączenie, "{0}"? - + Czy jesteś pewien, że chcesz usunąć pusty folder, "{0}"? - + Czy jesteś pewien, że chcesz usunąć folder, "{0}"? Wszystkie foldery oraz połączenia które zawiera także zostaną usunięte. - + Czy chcesz zamknąć wszystkie otwarte połączenia? - + Czy jesteś pewien, że chcesz powrócić z ustawieniami paneli do ich domyślego wyglądu? - + Połącz - + Połącz w trybie pełnego ekranu - + Łączenie... - + Połączenie "{0}" przez "{1}" ustanowione przez użytkownika "{2}" (Opis: "{3}"; Pole użytkownika: {4}) Połączenie nie powiodło się! - + Otwarcie połączenia nie powiodło się! - + Nie można otworzyć połączenia: nie określono nazwy hosta! - + Błąd RDP! Kod błędu: {0} Opis błędu: {1} - + Połączenia - + Nie można ustawić domyślnego portu! - + Nie można utworzyć kopii zapasowej pliku połączeń! - + Nie można zaimportować pliku połączeń! - + Nie można załadować pliku połączeń "{0}"! - + Nie można załadować pliku połączeń "{0}"! Załadowano nowy plik połączeń. - + Nie można zapisać pliku połączeń! - + Nie można zapisać pliku połączeń jako "{0}"! - + Połącz się bez uwierzytelnienia - + Połącz się z sesją konsoli - + Połącz (z opcjami) - + Połączenie do {0} za pomocą {1} zostało zamknięte przez użytkownika {2}. - + Połączenie do {0} przez {1} zostało zamknięte przez użytkownika {2}. (Opis: "{3}"; Pole użytkownika: "{4}") - + Nie można utworzyć nowego pliku połączeń! - + Nie można odnaleźć ToolStrip w FilteredPropertyGrid. - + Zainstalowana wersja - + Domyślny motyw - + Wykryj - + Nie łącz, jeśli uwierzytelnianie nie powiedzie się - + Dwukrotne kliknięcie na karcie, zamyka ją - + Ściągnij i zainstaluj - + Duplikuj - + Czy chcesz kontynuować bez hasła? - + Dla pustej nazwy pola użytkownika, hasła lub domeny użyj: - + 128-bit - + 128-bit (tylko logowanie) - + 40-bitowe - + 56-bitowe - + Podstawowe - + Całkowicie szyfruj plik połączeń - + Końcowe IP - + Port końcowy - + Wykonanie AddExternalToolsToToolBar (frmMain) nie powiodło się. {0} - + Wykonanie AddFolder (UI.Window.Tree) nie powiodło się. {0} - + Wersja bazy danych {0} nie jest zgodna z wersją {1}. - + Wykonanie CloneNode (Tree.Node) nie powiodło się. {0} - + Kod błędu {0}. - + Nie można zapisać listy połączeń. - + Nie udało się uruchomić PuTTY. - + Odszyfrowywanie nie powiodło się. {0} - + Szyfrowywanie nie powiodło się. {0} - + Błędy - + Nie można załadować pliku startowego połączenia.{0}{0}{2}{0}{3}{0}{0}Aby zapobiec utracie danych, {1} zakończy teraz działanie. - + Wykonanie VerifyDatabaseVersion (Config.Connections.Save) nie powiodło się. {0} - + Rozwiń wszystkie foldery - + Eksperymentalny - + Eksport - + Eksportuj wszystko - + Eksportuj do pliku - + Eksport mRemote/mRemoteNG XML - + Aplikacja zewnętrzna - + Nowe narzędzie zewnętrzne - + Zawiera ikony ze strony [FAMFAMFAM] - + Wszystkie pliki (*.*) - + Pliki programów (*.exe) - + Pliki CSV mRemote (*.csv) - + Pliki XML mRemote (*.xml) - + Pliki RDP (*.rdp) - + Pliki CSV visionapp Remote Desktop 2008 (*.csv) - + Dziedzicz {0} - + Wolne - + Pełen ekran - + Ogólne - + Pobranie danych połączenia z SQL nie powiodło się - + Wystąpił błąd podczas ładowania wpisu połączenia dla "{0}" z "{1}". {2} - + Połącz automatycznie - + Połączenie - + Właściwości zewnętrznego narzędzia - + Pliki - + Host - + Błąd połączenia HTTP! - + Nie można utworzyć nowego połączenia HTTP! - + Zmiana tytułu dokumentu HTTP nie powiodła się! - + Konfiguracja ustawień HTTP nie powiodła się! - + Nie można utworzyć nowego połączenia ICA! - + Ładowanie wtyczki ICA nie powiodło się! - + Wykonanie ICA SetCredentials nie powiodło się! - + Importów z Active Directory - + Importuj/Eksportuj - + Import mRemote/mRemoteNG XML - + Import z Port Scan - + Import z plików .RDP - + Bezczynny - + Informacje - + mRemoteNG jest w najnowszej wersji - + CTRL-ALT-DEL - + CTRL-ESC - + Adres: - + Argumenty: - + Historia wersji: - + Przy zamykaniu połączeń: - + &Połącz - + Widoczna nazwa - + Domena: - + Nazwa pliku: - + Nazwa hosta: - + Opcje: - + Hasło: - + Nr portu: - + Wersja przenośna. - + Protokół - + Aby skonfigurować sesje PuTTY kliknij ten przycisk: - + Wydane na licencji GNU General Public License (GPL) - + sekund - + Wybierz panel z poniższej listy lub kliknij przycisk Nowy, aby dodać nowy. Aby kontynuować, kliknij przycisk OK. - + Status serwera: - + Baza danych: - + Baza danych: - + Użytkownik: - + Sprawdź: - + Język - + (Wykryj automatycznie) - + {0} musi być ponownie uruchomiony aby zmiany języka zaczęły obowiązywać. - + Import z SQL nie powiódł się! - + Import z XML nie powiódł się! - + Plik lokalny - + Plik lokalny nie istnieje! - + Wyloguj - + Zapis raportu nie powiódł się! - + Nie można zapisać raportu do docelowej lokalizacji. - + Program korzysta z bibliotek "Magic library" [Crownwood Software] - + O programie - + Dodaj panel połączenia - + Sprawdź aktualizacje - + Konfiguracja - + Połącz - + Panele połączeń - + Połączenia - + Połączenia i konfiguracja - + Kopiuj - + Ctrl-Alt-Del - + Ctrl-Esc - + Usuń... - + Usuń połączenie... - + Skazuj zewnętrzne narzędzie... - + Usuń folder... - + Rozłącz - + Darowizna - + Duplikuj - + Duplikuj połączenie - + Duplikuj folder - + Duplikuj zakładkę - + Wyjście - + Narzędzia zewnętrzne - + Pasek narzędzi zewnętrznych - + &Plik - + Pełen ekran - + Pełen ekran (RDP) - + &Pomoc - + Pomoc mRemoteNG - + Idz do - + Uruchom narzędzie zewnętrzne - + Nowy plik połączeń - + Nowe narzędzie zewnętrzne - + Powiadomienia - + Kopiuj wszystko - + Usuń - + Usuń wszystko - + Otwórz plik połączenia... - + Opcje - + Wklej - + Skaner portów - + Pasek szybkiego połączenia - + Połącz ponownie - + Odśwież ekran (VNC) - + Zmień nazwę - + Zmień nazwę połączenia - + Zmień nazwę folderu - + Zmień nazwę zakładki - + Zgłoś błąd - + Przywróć domyślny layout - + Zapisz plik połączeń - + Zapisz plik połączeń jako ... - + Zrzut ekranu - + Menager zrzutów ekranów - + Wyślij klawisze specjalne (VNC) - + Sesje - + Sesje i zrzuty ekranów - + &Pokaż tekst pomocy - + Pokarz tekst - + Dopasuj (RDP/VNC) - + Transfer plików poprzez SSH - + Zacznij Chat (VNC) - + Forum pomocy - + &Narzędzia - + Transfer pliku (SSH) - + &Widok - + Tylko pogląd (VNC) - + Strona WWW - + Minimalizuj do obszaru powiadomień - + Idź w dół - + Idź w górę - + Nigdy - + Nowe połączenie - + Nowy folder - + Nowy panel - + Nowe drzewo - + Nowy tytuł - + Nie - + Bez kompresji - + Nie wskazano zewnętrznej aplikacji. - + Żaden - + Żaden - + Normalny - + Wyłącz dopasowanie - + Brak aktualizacji - + Próbujesz załadować plik połączenia, który utworzono przy użyciu bardzo wczesnej wersji mRemote - to może spowodować poważne błędy działania programu. Jeśli napotkasz na taki błąd, należy utworzyć nowy plik połączenia! - + Otwórz nową zakładkę na prawo od aktualnie zaznaczonej - + Porty otwarte - + Motyw - + &Usuń - + &Nowy - + Nazwa panelu - + Zabezpiecz hasłem - + Wypełnij wszystkie pola - + Nie można załadować panelu skanowania portów! - + (Te właściwości zostaną zapisane tylko gdy wybierzesz wyjściowy format pliku jako mRemote/mRemoteNG XML!) - + Wpisz nazwę hosta lub IP, do którego chcesz się połączyć. - + Wybierz sposób uwierzytelnienia serwera VNC. - + Wybierz czy bitmapy mają być przechowywane w pamięci podręcznej czy nie. - + Wybierz jaką jakość kolorów używać. - + Wybierz jaką wartość kompresji użyć. - + Wybierz "Tak" jeśli motyw ma być wyświetlany na zdalnym komputerze. - + To jest nazwa, która będzie wyświetlana na drzewie połączeń. - + Podaj domenę. - + Wpisz swoje hasło. - + Wybierz, czy lokalne dyski powinny być dostępne na zdalnym hoście. - + Wybierz, czy kombinacje klawiszy (np. Alt-Tab) powinny być przekierowane do komputera zdalnego. - + Wybierz, czy lokalne karty inteligentne powinny być dostępne na zdalnym hoście. - + Wybierz jak dźwięk z zdalnego komputera powinien być przekierowany. - + Wybierz jeden z silników renderowania, który będzie używany do wyświetlania stron HTML. - + Wybierz rozdzielczość lub tryb, w którym otworzy się połączenie. - + Wybierz typ dopasowania jaki ma być użyty. - + Połącz z sesją konsoli hosta zdalnego. - + Tu możesz wpisać wszelkie informacje jakich potrzebujesz. - + Nazwa użytkownika. - + Jeśli chcesz nawiązać połączenie tylko do podglądu, wybierz Tak. - + Wprowadź jaki adres serwera proxy będzie używany. - + Wprowadź hasło uwierzytelniania poprzez proxy. - + Wpisz numer portu na którym nasłuchuje proxy. - + Jeśli do połączenia z VNC korzystasz z serwera proxy, wybierz typ typ tunerowania. - + Wprowadź nazwę użytkownika dla uwierzytelniania poprzez proxy. - + Nazwa hosta/IP - + Wszystkie - + Autentykacja serwera - + Tryb autentykacji - + Przechowuj bitmapy w pamięci podręcznej - + Kolory - + Kompresja - + Opis - + Wyświetlaj motywy - + Wyświetl tapetę - + Domena - + Kompozycja pulpitu - + Wygładzenie czcionki - + Kodowanie - + Siła szyfrowania - + Zewnętrzne narzędzie - + Zewnętrzne narzędzie po - + Zewnętrzne narzędzie przed - + Ikona - + Adres MAC - + Nazwa - + Panel - + Hasło - + Port - + Protokół - + Sesja PuTTY - + Domena bramy - + Nazwa hosta bramy - + Hasło bramy zdalnego pulpitu - + Użyj bramy - + Poświadczenia bramy - + Użytkownik bramy - + Dyski - + Kombinacja klawiszy - + Porty - + Drukarki - + Karty inteligentne - + Dźwięki - + Silnik renderujący - + Rozdzielczość - + Tryb dopasowania - + Użyj konsoli sesji - + Użyj CredSSP - + Pole użytkownika - + Użytkownik - + Tylko podgląd - + Adres proxy - + Hasło proxy - + Port proxy - + Typ proxy - + Użytkownik proxy - + Protokół do zaimportowania - + Test proxy nie powiódł się! - + Test proxy powiódł się! - + Nie można ustawić ostrości! - + Nie uzyskano sesji Putty! - + Zamknięcie procesu Putty nie powiodło się! - + Zmiana rozmiaru Putty nie powiodła się! - + Ustawienia PuTTY - + Nie udało się uruchomić Putty! - + Szybkie połączenie - + &Ostrzegaj przed zamknięciem połączenia - + Ostrzegaj tylko przy zamykaniu mRemoteNG - + Otrzegaj tylko przy zamykaniu wielu połączeń - + Nie ostrzegaj przed zamknięciem połączeń - + RAW - + RDP - + 16777216 Kolorów (24-bir) - + 256 Kolorów (8-bit) - + 32768 Kolorów (15-bit) - + 16777216 Kolorów (32-bit) - + 65536 Kolorów (16-bit) - + Nie dodano rozdzielczości RDP! - + Nie dodano rozdzielczości RDP! - + Nie dodano sesji - + Nie udało się zamknąć połączenia RDP! - + Wyłącz miganie kursora - + Wyłącz cień kursora - + Wyłącz animacje menu - + Wyłącz tematy - + Wyłącz tapetę - + Rozłączono RDP! - + Nie udało sie rozłączyć RDP, spróbuj zamknąć! - + Wewnętrzny kod błędu 1. - + Wewnętrzny kod błędu 2. - + Błąd wewnętrzny: kod 3. To nie tak miało być... - + Wewnętrzny kod błędu 4. - + Błąd pobrania kodu błędu (FatalErrors) - + Inicjalizacja Winsock nie powiodła się. - + Nie można zaimportować pliku rdp! - + Dostosuj do panelu - + Brama zdalnego pulpitu jest wspierana. - + Brama zdalnego pulpitu nie jest wspierana! - + Wykonanie GetSessions nie powiodło się! - + Liczba ponownych połączeń RDP: - + Wykonanie RDP SetAuthenticationLevel nie powiodło się! - + Wykonanie RDP SetUseConsoleSession nie powiodło się! - + Wykonanie RDP SetCredentials nie powiodło się! - + Wykonanie RDP SetEventHandlers nie powiodło się! - + Wykonanie RDP SetRDGateway nie powiodło się! - + Wykonanie RDP SetPerformanceFlags nie powiodło się! - + Wykonanie RDP SetPort nie powiodło się! - + Wykonanie RDP SetProps nie powiodło się! - + Wykonanie RDP SetResolution nie powiodło się! - + Dopasuj rozmiar - + Przenieś na ten komputer - + Nie odtwarzaj - + Zostaw na komputerze zdalnym - + Wykonanie RDP ToggleFullscreen nie powiodło się! - + Wykonanie RDP ToggleSmartSize nie powiodło się! - + Przy otwarciu programu podłącz ostatnio otwarte połączenia - + Odświerz - + Plik zdalny - + Usuń wszystkie - + Zmień nazwę - + Rlogin - + Zapisz - + Zapisz wszystkie - + Czy chcesz zapisać bieżący plik połączeń przed załadowaniem kolejnego? - + Zapisz połączenia przy wyjściu - + GIF(.gif)|*.gif|JPEG(.jpeg)|*.jpeg|JPEG(.jpg)|*.jpg|PNG(.png)|*.png - + Ekran - + Zrzut ekranu - + Zrzuty ekranów - + Szukaj - + Wyślij do... - + Wyświetlenie tła sesji nie powiodło się - + Usunięcie tła sesji nie powiodło się - + Ustaw nawę hosta taką samą jak wyświetlaną nazwę gdy tworzysz lub zmieniasz nazwę połączeń - + Pokaż opisy podpowiedzi w drzewie połączenia - + Pokaż pełną ścieżkę pliku połączenia w tytule okna - + Pokaż informacje logowania na zakładce nazwy - + Pokaż nazwy protokołów na zakładkach - + Pojedyncze kliknięcie na połączeniu otwiera je - + Pojedyncze klikniknięcie na otwarym połączeniu przełącza na nie - + Propocjonalnie - + Dowolnie - + Wyłącz dopasowanie ekranu - + Socks 5 - + Sortuj - + Rosnąco (A-Z) - + Malejąco (Z-A) - + Znaki specjalne - + Aby więcej się dowiedzieć sprawdź w systemie pomocy: Rozpocznij Pracę - Konfiguracja SQL. - + Serwer SQL: - + Sprawdzenie aktualizacji SQL zakończone - jest dostępna nowa aktualizacja. Zamierzam odświeżyć połączenia. - + SSH wersja 1 - + SSH wersja 2 - + Transfer SSH w tle nie powiódł się! - + Transfer zakończony sukcesem! - + Transfer SSH nie powiódł się. - + Początkowe IP - + Port początkowy - + Uruchomienie/Wyjście - + Stan - + Przełącz do okna powiadomień dla: - + Zaawansowane - + Wygląd - + Aktualizacje - + Telnet - + Panel konfiguracji - + Panel połączeń - + Ogólne - + Kolor tła panelu konfiguracji. - + Kolor tekstu kategorii w panelu konfiguracji. - + Kolor linii siatki w panelu konfiguracji - + Kolor tła obszaru pomocy w panelu konfiguracji. - + Kolor tekstu w obszarze pomocy w panelu konfiguracji. - + Kolor tekstu w panelu konfiguracji. - + Kolor tła panelu konfiguracji. - + Kolor tekstu w panelu konfiguracji. - + Kolor linii drzewa w panelu konfiguracji. - + Kolor tła menu. - + Kolor tekstu menu. - + Kolor tła pola wyszukiwania. - + Kolor tekstu w polu wyszukiwania. - + Kolor tekstu zachęty w polu wyszukiwania. - + Kolor tła pasków narzędzi. - + Kolor tekstu w paskach narzędzi. - + Kolor tła okna głównego. - + Kolor tła panelu konfiguracji - + Kolor tekstu kategori panelu konfiguracji - + Kolor linii siatki panelu konfiguracji - + Kolor tła pomocy panelu konfiguracji - + Kolor tekstu pomocy panelu konfiguracji - + Kolor tekstu panelu konfiguracji - + Kolor tła panelu konfiguracji - + Kolor tekstu panelu konfiguracji - + Kolor linii drzewa panelu konfiguracji - + Kolor tła menu - + Kolor tekstu menu - + Kolor tła pola wyszukiwania - + Kolor tekstu w polu wyszukiwania - + Kolor tekstu zachęty z polu wyszukiwania - + Kolor tła paska narzędzi - + Kolor tekstu paska narzędzi - + Kolor tła okna - + Błąd ({0}) - + Informacja ({0}) - + Hasło - + Wybierz panel - + Ostrzeżenie ({0}) - + Transfer - + Transfer nieudany! - + Spróbuj zintegrować - + Typ - + Ultra VNC Repeater - + Nienazwany motyw - + mRemoteNG wymaga aktualizacji - + mRemoteNG może okresowo łączyć się do strony mRemoteNG, aby sprawdzić dostępność aktualizacji i zapowiedzi produktów. - + Sprawdzenie aktualizacji nie powiodło się! - + Sprawdzanie aktualizacji nie powiodło się! - + mRemoteNG Portable Edition nie obsługuje obecnie automatycznych aktualizacji. - + Błąd usuwania pliku aktualizacji! - + Pobranie zakończone! mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. - + Pobieranie nie powiodło się! - + Pobieranie aktualizacji nie powiodło się! - + Co {0} dni - + Codziennie - + Miesięcznie - + Tygodniowo - + Nie udało się uruchomić aktualizacji! - + Użyj innego loginu użytkownika i hasła - + Używaj tylko panelu powiadomień (okienka z komunikatami nie pojawią się więcej) - + Użytkownik - + Użyj tego samego użytkownika i hasła - + Użyj karty inteligentnej - + Użyj serwera SQL aby przechowywać konfigurację połączeń - + Wersja - + VNC - + Odłączenie VNC nie powiodło się! - + Odświeżenie ekranu VNC nie powiodło się! - + VNC SendSpecialKeys nie powiodło się! - + Uruchomienie czatu VNC nie powiodło się! - + Ostrzegaj, jeśli uwierzytelnianie nie powiedzie się - + Ostrzeżenia - + Zapisz plik logu (mRemoteNG.log) - + Ścieżka XULrunner: - + Tak - + Wyświetlaj wiadomości następujących typów - + Ścieżka pliku logów - + Loguj wiadomości następujących typów - + Wybierz katalog - + Otwórz plik - + Użyj domyślnego - + Logowanie - + Wyskakujące okienka - + Loguj do katalogu aplikacji Uwierzytelnienia - + Timeout połączeń RDP - + Katalog roboczy: - + Stwórz pusty panel przy uruchamianiu mRemoteNG - + Katalog roboczy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteV1/Resources/Language/Language.pt-BR.resx index 745a943b4..0ae36d8a7 100644 --- a/mRemoteV1/Resources/Language/Language.pt-BR.resx +++ b/mRemoteV1/Resources/Language/Language.pt-BR.resx @@ -117,365 +117,365 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Sobre - + Ativo - + Atividade - + Nova conexão - + Nova pasta - + AddNodeFromXML falhou! - + AddNodesFromSQL falhou! - + Permitir apenas uma única instância do aplicativo (É necessário reiniciar o mRemoteNG) - + Sempre - + Conectar sempre, mesmo se a autenticação falhar - + Sempre mostrar a caixa de diálogo de seleção de painel ao abrir conexões - + Sempre mostrar ícone da área de notificação - + Me pergunte novamente mais tarde - + Personalizar as configurações agora - + Usar as configurações recomendadas - + {0} pode verificar automaticamente as atualizações que podem fornecer novas funcionalidades e correções de bugs. É recomendável que você permita {0} verificar atualizações semanais. - + Configurações de atualização automática - + Aspecto - + Obter automaticamente informações de sessão - + Salvar automaticamente a cada: - + Minutos (0 significa desativado) - + Versão atual - + & Procurar... - + & Cancelar - + Alterar - + & Fechar - + Herança padrão - + Propriedades padrões - + Desconectar - + Ícone - + & Importar - + Herança - + Executar o PuTTY - + & Novo - + & OK - + Propriedades - + & Scanear - + & Parar - + Testar Proxy - + Você não pode importar um arquivo de conexão normal. Por favor, use Arquivo - Carregar Conexões para os arquivos de conexão normal! - + Não é possível iniciar a varredura de portas, formato IP incorreto! - + Aparência - + Conexão - + Credenciais - + Mostrar - + Gateway - + Geral - + Diversos - + Protocolo - + Redirecionar - + Sempre mostrar esta tela na inicialização - + Atualizar - + Falha na verificação! - + Verificação com sucesso! - + O recurso de sessões (RDP) requer que você tenha uma cópia registrada do eolwtscom.dll no seu sistema. mRemoteNG vem com este componente mas não o registra automaticamente a menos que você instale o pacote. Para registrá-lo manualmente faça isso: Abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (onde c:\Program Files\mRemoteNG\ é o caminho para a instalação de mRemoteNG). Se você ainda não conseguir passar por esta verificação ou não conseguir usar o recurso de sessões (RDP) no mRemoteNG, por favor, consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - + EOLWTSCOM foi encontrada e parece ser registrado corretamente. - + ICA requer que o XenDesktop Online Plugin esteja instalado e a biblioteca wfica.ocs registrada. Você pode baixar o cliente aqui: http://www.citrix.com/download/ Se você tiver o Plugin Online XenDesktop instalado e a verificação ainda falhar, tente registrar manualmente o wfica.ocx Para fazer isso abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (onde c:\Program Files\Citrix\ICA Client\ é o caminho para a instalação do Plugin Online do XenDesktop). Se você ainda não puder passar por esta verificação ou usar ICA em mRemoteNG, por favor, consulte o fórum de mRemoteNG no http://forum.mremoteng.org/" - + Todos os componentes de ICA, foram encontrados e parecem ser registrado corretamente. Citrix ICA cliente controle versão {0} - + não instalado corretamente - + O SSH, Telnet, Rlogin e protocolos RAW precisam PuTTY para trabalhar. PuTTY vem com cada pacote de mRemoteNG e está localizado no caminho de instalação. Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteNG (padrão: c:\Program Files\mRemoteNG\) ou que você tenha especificado um caminho válido para seu executável PuTTY nas opções (ferramentas - opções - avançadas - caminho personalizado PuTTY) - + O executável PuTTY foi encontrado e está pronto para usar. - + Domínio - + Não mostre esta mensagem novamente. - + Herança - + Senha - + Este servidor proxy requer autenticação - + Use o caminho personalizado para o PuTTY: - + Reconectar quando estiver pronto - + Usar um servidor proxy para se conectar - + Nome de usuário - + Esperar para sair - + Verificar novamente - + Verificar se há atualizações e anúncios na inicialização - + Verificar agora - + Portas fechadas - + Recolher todas as pastas - + Argumentos - + Nome de exibição - + Nome do arquivo - + HostName/IP - + Mensagem - + Nome de usuário - + Esperar para sair - + Validação de componentes - + btnIcon_Click falhou! - + ShowHideGridItems falhou! - + IconMenu_Click falhou! - + Propriedade do Objeto de grade falhou! - + SetHostStatus falhou! - + pGrid_PopertyValueChanged falhou! - + Config UI carregamento falhou! - + Você quer fechar a conexão: "{0}"? - + Tem certeza que deseja fechar o painel, "{0}"? Todas as ligações ativas serão fechadas. - + Tem certeza que deseja excluir a ferramenta externa, "{0}"? - + Tem certeza que deseja excluir as ferramentas externas {0} selecionadas? - + Tem certeza que deseja excluir a ligação, "{0}"? - + Tem certeza que deseja excluir a pasta vazia, "{0}"? - + Tem certeza que deseja excluir a pasta, "{0}"? Pastas ou ligações que ele contém também serão excluídas. - + Você quer fechar todas as conexões abertas? - + Tem certeza de que deseja redefinir os painéis para o layout padrão? - + Conectar-se - + Se conectar em modo fullscreen - + Conectando... - + Protocolo evento conectado - + Conexão para "{0}" via "{1}" estabelecido pelo usuário "{2}" (Descrição: "{3}"; Campo usuário: "{4}") Conexão falhou! - + Erro no evento de protocolo - + Abrir conexão falhou! - + Não é possível abrir a conexão: nenhum nome de host especificado! - + Erro RDP! Código de erro: {0} Descrição do erro: {1} - + Conexões - + Impossível definir porta padrão! - + Não foi possível criar o backup do arquivo de conexões! - + Falha na importação do arquivo de conexões! - + Arquivo de conexões "{0}" não pôde ser carregado! - + Arquivo de conexões "{0}" não pôde ser carregado! Começando com o novo arquivo de conexões. - + Não consegui salvar o arquivo de conexões! \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index 12a633a9e..f4aa4bcad 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -117,1984 +117,1984 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Sobre - + Ativo - + Atividade - + Nova ligação - + Nova pasta - + AddNodeFromXML falhou! - + AddNodesFromSQL falhou! - + Permitir apenas uma instância da aplicação (obriga a reiniciar o mRemoteNG) - + Sempre - + Ligar sempre, mesmo se a autenticação falhar - + Mostrar sempre a caixa de diálogo de seleção do painel ao abrir ligações - + Sempre Mostrar painel abas - + Mostrar sempre o ícone da área de notificação - + Perguntar mais tarde - + Personalizar as configurações agora - + Usar as definições recomendadas - + {0} pode verificar automaticamente as atualizações que podem fornecer novas funcionalidades e correções de bugs. É recomendável que você permita {0} verificar atualizações semanais. - + Configurações de atualização automática - + Aspeto - + Obter automaticamente informações de sessão - + Auto salvar a cada: - + Minutos (0 significa desativado) - + Versão atual - + &Procurar... - + &Cancelar - + Alterar - + &Fechar - + Herança padrão - + Propriedades padrão - + Desligar - + Ícone - + &Importação - + Herança - + Executar o PuTTY - + &Novo - + &OK - + Propriedades - + &Pesquisar - + &Parar - + Testar Proxy - + Não pode importar um arquivo de ligação normal. Por favor, vá a Arquivo - Ligações para ficheiros de ligação normais! - + Não é possível iniciar a procura de portas, formato de IP incorreto! - + Aparência - + Ligação - + Credenciais - + Ecrã - + Gateway - + Geral - + Diversos - + Protocolo - + Redirecionar - + Mostrar sempre esta informação no arranque - + Refrescar - + Falha na verificação! - + Verificação com sucesso! - + O recurso de sessões (RDP) requer que você tenha uma cópia registada do eolwtscom.dll no seu sistema. mRemoteNG vem com este componente mas não o regista automaticamente a menos que você instale o pacote. Para registá-lo manualmente deve executar: abrir a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (onde c:\Program Files\mRemoteNG\ é o caminho para a instalação de mRemoteNG). Se você ainda não passar passar esta verificação ou não consegue usar o recurso de sessões (RDP) no mRemoteNG, por favor, consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - + EOLWTSCOM foi encontrada e aparenta estar registada corretamente. - + ICA requer que o XenDesktop Online Plugin esteja instalado e a biblioteca wfica registrada. Você pode baixar o cliente aqui: http://www.citrix.com/download/ se você tiver o Plugin Online XenDesktop instalado e a verificação ainda falhar, tente registrar manualmente o wfica. Para fazer isso abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (onde c:\Program Files\Citrix\ICA Client\ é o caminho para a instalação do Plugin Online do XenDesktop). Se você ainda não pode passar essa verificação ou usar ICA em mRemoteNG, por favor, consulte o fórum de mRemoteNG no http://forum.mremoteng.org/" - + Todos os componentes de ICA, foram encontrados e parecem ser registrado corretamente. Citrix ICA cliente controle versão {0} - + não instalado corretamente - + O SSH, Telnet, Rlogin e protocolos crus precisam PuTTY para trabalhar. PuTTY vem com cada pacote de mRemoteNG e situa-se no caminho de instalação. Por favor, certifique-se de que ou você tem o Putty.exe no diretório mRemoteNG (padrão: c:\Program Files\mRemoteNG\) ou que você especificou um caminho válido para seu executável PuTTY nas opções (ferramentas - opções - avançadas - caminho personalizado PuTTY) - + O executável PuTTY foi encontrado e está pronto para usar. - + Para que o RDP funcione corretamente é necessário ter pelo menos o Remote Desktop Connection (Terminal Services Client) 8.0 instalado. Pode obtê-lo aqui: https://support.microsoft.com/kb/2592687 se tiver RDP 8.0 instalado e a verificação ainda falhar, tente registrar manualmente o mstscax.dll. Para fazer isso abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\windows\system32\mstscax.dll" (onde c:\ é sua unidade do sistema). Se você ainda tiver problemas para obter o RDP para trabalhar por favor consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - + Todos os componentes RDP foram encontrados e parecem estar registrados corretamente. RDP versão {0} - + O VNC requer VncSharp.dll estar localizado na pasta do aplicativo mRemoteNG. Por favor, certifique-se de que você tem o arquivo VncSharp.dll na pasta do aplicativo mRemoteNG (geralmente, C:\Program Files\mRemoteNG\). Se você ainda não pode efetuar essa verificação ou usar o VNC em mRemoteNG por favor consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - + Todos os componentes do VNC foram encontrados e parecem estar registrados corretamente. VncSharp versão {0} - + Tentar reconectar automaticamente quando desconectado do servidor (RDP && ICA somente) - + Domínio - + Não mostrar esta mensagem novamente. - + Herança - + Senha - + Este servidor proxy requer autenticação - + Usar caminho personalizado PuTTY: - + Voltar a ligar quando estiver pronto - + Usar um servidor proxy para se ligar - + Nome de utilizador - + Esperar para sair - + Verifique novamente - + Verificar se há atualizações e anúncios no arranque - + Verificar agora - + Verificar a correta instalação de componentes na inicialização - + Escolher painel antes de ligar - + Portas fechadas - + Recolher todas as pastas - + Argumentos - + Nome a exibir - + Nome do arquivo - + HostName/IP - + Mensagem - + Nome de utilizador - + Esperar para sair - + Impossível processar argumentos da linha de comando! - + Validação de componentes - + btnIcon_Click falhou! - + ShowHideGridItems falhou! - + IconMenu_Click falhou! - + Propriedade do Objeto de grade falhou! - + SetHostStatus falhou! - + pGrid_PopertyValueChanged falhou! - + Config UI carregamento falhado! - + Pretende fechar a ligação: "{0}"? - + Tem certeza que deseja fechar o painel, "{0}"? Todas as ligações ativas serão fechadas. - + Tem certeza que deseja excluir a ferramenta externa, "{0}"? - + Tem certeza que deseja excluir as ferramentas externas {0} selecionadas? - + Tem certeza que deseja excluir a ligação, "{0}"? - + Tem certeza que deseja excluir a pasta vazia, "{0}"? - + Tem certeza que deseja excluir a pasta, "{0}"? Pastas ou ligações que ele contém também serão excluídas. - + Pretende fechar todas as ligações abertas? - + Tem certeza de que deseja redefinir os painéis para seu layout padrão? - + Ligar - + Ligar em modo de tela cheia - + A ligar... - + Protocolo ligado - + ligação como "{0}" via "{1}" estabelecido pelo utilizador "{2}" (Descrição: "{3}"; Campo de utilizador: "{4}") Ligação falhada! - + Erro no evento de protocolo - + A abrir ligação falhada! - + Não é possível abrir a ligação: Nome host não especificado! - + Erro RDP! Código de erro: {0} Descrição do erro: {1} - + Ligações - + Impossível definir porta padrão! - + Não foi possível criar backup de arquivo de ligações! - + Falha na importação do arquivo de ligações! - + Arquivo de ligações "{0}" não pôde ser carregado! - + Arquivo de ligações "{0}" não pôde ser carregado! A iniciar com o novo arquivo de ligações. - + Não foi possível salvar o arquivo de ligações! - + Impossível salvar arquivo de ligações como "{0}"! - + Ligar em modo consola - + Ligar (com opções) - + Ligação para {0} por {1} fechada pelo utilizador {2}. - + Ligação para {0} por {1} fechada pelo utilizador {2}. (Descrição: "{3}"; Campo utilizador: "{4}") - + Evento de ligação fechado - + Evento de fecho de ligação falhou! - + Impossível criar novo arquivo de ligações! - + Não foi possível encontrar o controlo ToolStrip em FilteredPropertyGrid. - + Versão instalada - + Tema padrão - + Detetar - + Não ligar se a autenticação falhar - + Duplo clique no guia para fechar - + Obter e instalar - + Duplicar - + Continuar sem senha? - + Para Nome de utilizador, senha ou domínio vazios, usar: - + 128-bit - + 128-bit (apenas em início de sessão) - + Básico - + Encriptar todo o arquivo de ligações - + IP final - + Porta final - + AddExternalToolsToToolBar (frmMain) falhou. {0} - + AddFolder (interface do usuário.Falha de Window.Tree). {0} - + A versão de banse de dados {0} não é compatível com esta versão do {1}. - + CloneNode (Tree.Node) falhou. {0} - + Código de erro {0}. - + Impossível salvar lista de ligação. - + Falha de descriptografia. {0} - + Falha de descriptografia. {0} - + Erros - + O arquivo de inicialização de ligação não pôde ser carregado.{0}{0}{2}{0}{3}{0}{0}A fim de evitar perda de dados, {1} vai sair agora. - + VerifyDatabaseVersion (Config.Connections.Save) falhou. {0} - + Expandir todas as pastas - + Experimental - + Exportar - + Exportação XML do mRemote/mRemoteNG - + Ext. App - + Inclui ícones de [FAMFAMFAM] - + Todos os arquivos (*.*) - + Arquivos de aplicação (*.exe) - + mRemote arquivos CSV (.csv) - + mRemote arquivos XML (*.XML) - + Arquivos RDP (*.rdp) - + visionapp Remote Desktop 2008 de arquivos CSV (.csv) - + Herdar {0} - + Descrição das propriedades herdadas: {0} - + Libertar - + Ecrã completo - + Geral - + Obter informações de falhas de ligação SQL - + Ocorreu um erro ao carregar a entrada de ligação para "{0}" de "{1}". {2} - + Ligação automática - + Ligação - + Propriedades de ferramentas externas - + Arquivos - + Host - + HTTP Falhou a ligação! - + Impossível criar nova ligação HTTP! - + Alteração da aba HTTP falhou! - + Falhou configuração de props HTTP! - + Impossível criar nova ligação ICA! - + Falha ao carregar o Plugin ICA! - + Falha ICA SetCredentials! - + Manipuladores de evento conjunto ICA falharam! - + Configuração de props ICA falhou! - + Configuração de resolução ICA falhou! - + Identificar guias de ligação rápida, adicionando o prefixo "rápido:" - + Importar do Active Directory - + Importação/exportação - + Importar XML mRemote/mRemoteNG - + Importar de Port Scan - + Importar de ficheiros .RDP - + Inativo - + Informações - + O mRemoteNG está atualizado - + Libertação do Int App falhou! - + Foco Int App falhou! - + Int App Handle: {0} - + Processo de matar Int App falhou! - + Painel Handle: {0} - + Redimensionamento do Int App falhou! - + ---Coisas IntApp-- - + Int App título: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Endereço: - + Argumentos: - + Log de alterações: - + Ao fechar ligações: - + &Ligar: - + Nome a exibir - + Domínio: - + Nome do arquivo: - + Hostname: - + Opções: - + Senha: - + Porta: - + Edição portátil - + Protocolo: - + Para configurar as sessões PuTTY clique neste botão: - + Máxima tempo de espera para PuTTY e ferramentas externas integradas: - + Lançado sob a GNU General Public License (GPL) - + segundos - + Selecione um painel na lista abaixo ou clique em Novo para adicionar um novo. Clique em OK para continuar. - + Estado do servidor: - + Banco de dados: - + Banco de dados: - + Nome de utilizador: - + Verificar: - + Língua - + (Detectar automaticamente) - + {0} deve ser reiniciado antes que alterações à língua entrem em vigor. - + Falhou carregamento do SQL! - + Falhou carregamento do XML! - + Arquivo local - + Arquivo local inexistente! - + Desligar - + Falha de escrita no arquivo de relatório! - + Impossível salvar relatório no destino final. - + Usa a biblioteca mágica [Crownwood Software] - + Sobre - + Adicionar o Painel de Ligação - + Verificar se há atualizações - + Config - + Ligar - + Painéis de ligações - + Ligações - + Configurações e ligações - + Copiar - + Ctrl-Alt-Del - + Ctrl-Esc - + Excluir... - + Excluir a conexão... - + Excluir ferramenta externa... - + Excluir a pasta... - + Desligar - + Doar - + Duplicar - + Duplicar ligação - + Duplicar pasta - + Duplicar Aba - + Sair - + Ferramenta externa - + Barra de ferramentas externas - + &Arquivo - + Ecrã completo - + Ecrã completo (RDP) - + &Ajuda - + Ajuda mRemoteNG - + Ir para - + Executar Ferramenta Externa - + Novo arquivo de ligações - + Nova ferramenta externa - + Notificações - + Copie todos - + Excluir - + Apagar tudo - + Abrir arquivo de ligações... - + Opções - + Colar - + Varrer portas - + Barra de ferramentas simples - + Ligar novamente - + Atualizar ecrã (VNC) - + Renomear - + Renomear ligação - + Renomear pasta - + Renomear aba - + Relatar um erro - + Repôr o layout - + Salvar arquivo de ligações - + Salvar arquivo de ligações, como... - + Fotografia do ecrã - + Gestor de fotografias de ecrã - + Enviar teclas especiais (VNC) - + Sessões - + Sessões e Cópias de ecrã - + Visualizar texto - + SmartSize (RDP/VNC) - + Transferência de Ficheiro SSH - + Iniciar chat (VNC) - + Fórum de suporte - + &Ferramentas - + Transferência de arquivo (SSH) - + &Vista - + Somente ver (VNC) - + Sítio - + Minimizar para área de notificação - + Mover para baixo - + Mover para cima - + Minhas atuais credenciais (informações de logon do Windows) - + Nunca - + Nova ligação - + Nova pasta - + Novo painel - + Nova raiz - + Novo título - + Não - + Sem compactação - + Nenhuma App externa especificada. - + Nenhum - + Nenhum - + Normal - + Não SmartSize - + Nenhuma atualização disponível - + Você está a tentar carregar um arquivo de ligações que foi criado usando uma versão muito inicial do mRemote, isso poderia resultar erro de execução. Se o erro acontecer, crie um novo arquivo de ligações! - + Abrir nova aba à direita da guia selecionada - + Portas abertas - + Tema - + &Excluir - + &Novo - + Nome do painel - + Proteger com senha - + Por favor, preencha todos os campos - + Impossível carregar o painel PortScan! - + (Essas propriedades somente serão salvas se você selecionar mRemote/mRemoteNG XML como formato de arquivo de saída!) - + Digite o nome do host ou o ip onde pretende ligar-se. - + Alterne todas as opções de herança. - + Selecione o nível de autenticação a usar nesta ligação. - + Selecione como se deseja autenticar no servidor VNC. - + Selecione se deseja usar a cache bitmap ou não. - + Selecione a qualidade de cor a ser usada. - + Selecione o valor de compressão a ser usado. - + Colocar suas anotações ou descrição para o host aqui. - + Selecione Sim se o tema do host remoto deve ser exibido. - + Selecione Sim se o papel de parede do host remoto deve ser exibido. - + Digite o seu domínio. - + Selecione se deseja usar a composição de área de trabalho ou não. - + Selecione se deseja utilizar a suavização de fonte ou não. - + Selecione o modo de codificação a ser usado. - + Selecione a força da criptografia do host remoto. - + Selecione a ferramenta externa a ser iniciada. - + Selecione uma ferramenta externa a ser iniciada após desligar do host remoto. - + Selecione uma ferramenta externa para ser iniciado antes de estabelecida a ligação com o host remoto. - + Escolha um ícone que será exibido quando ligado ao host. - + Se você deseja usá-lo em uma ferramenta externa, digite o endereço MAC do host remoto. - + Este é o nome que será exibido na árvore de ligações. - + Define o painel em que a ligação será aberta. - + Digite sua senha. - + Insira a porta que o protocolo estará a escutar. - + Escolha protocolo o mRemoteNG deve usar para se ligar ao host. - + Selecione uma sessão PuTTY para ser usada na ligação. - + Especifica o nome de domínio que um utilizador fornece para conectar para o servidor Gateway RD. - + Especifica o nome do host do servidor Gateway de área de trabalho remota. - + Especifica quando usar um servidor de Gateway de Desktop remoto (RD Gateway). - + Especifica se para se identificar o gateway usa o mesmo nome de utilizador e senha. - + Especifica o nome de domínio que um utilizador fornece para ligar para o servidor Gateway RD. - + Selecione se as unidades de disco locais deve ser mostradas no host remoto. - + Selecione se as combinações de teclas (por exemplo, Alt-Tab) devem ser redirecionadas para o host remoto. - + Selecione se as portas locais (isto é. com, paralela) devem ser mostradas no host remoto. - + Selecione se impressoras locais devem ser mostradas no host remoto. - + Selecione se Smart Cards locais devem estar disponíveis no host remoto. - + Selecione como o som remoto deve ser redirecionado. - + Selecione um dos mecanismos de renderização disponíveis que serão usados para exibir o HTML. - + Escolha a resolução ou o modo em que esta ligação será aberta. - + Selecione o modo de SmartSize a ser usado. - + ligar-se à sessão consola do host remoto. - + Use o Credential Security Support Provider (CredSSP) para autenticação, se ele estiver disponível. - + Insira qualquer informação que necessite aqui. - + Digite seu nome de utilizador. - + Se você deseja estabelecer uma ligação única de exibição para o host, selecione Sim. - + Digite o endereço de proxy a ser usado. - + Digite a sua senha para autenticar no proxy. - + Digite a porta que do servidor proxy escuta. - + Se você usar um proxy para ligações de VNC do túnel, selecione qual é o tipo. - + Digite seu nome de utilizador para se autenticar no proxy. - + HostName/IP - + Todos - + Autenticação de servidor - + Modo de autenticação - + Cache Bitmaps - + Cores - + Compressão - + Descrição - + Temas de ecrã - + Papel de parede do ecrã - + Domínio - + Composição do desktop - + Suavização de fonte - + Codificação - + Força de Criptografia - + Ferramenta externa - + Ferramenta externa após - + Ferramenta externa antes - + Ícone - + Endereço MAC - + Nome - + Painel - + Senha - + Porta - + Protocolo - + Sessão de puTTY - + Domínio da gateway - + Nome do host gateway - + Senha de Gateway de área de trabalho remota - + Usar o Gateway - + Credenciais de gateway - + Nome de utilizador do gateway - + Unidades de disco - + Combinações de teclas - + Portas - + Impressoras - + Smart Cards - + Sons - + Motor de renderização - + Resolução - + Modo de SmartSize - + Use a sessão de Consola - + Utilize o CredSSP - + Campo de utilizador - + Nome de utilizador - + Somente ver - + Endereço proxy - + Senha proxy - + Porta proxy - + Tipo de proxy - + Nome de utilizador proxy - + Evento de protocolo desconectado. Menssagem: {0} - + Evento do Protocolo de desconexão falhou. {0} - + Protocolo para importar - + Falha no teste de proxy! - + Teste de proxy bem sucedido! - + Libertação do processo PuTTY falhado! - + Impossível definir foco! - + Falha na obtenção de sessões Putty! - + Putty handle: {0} - + Falha em fechar o processo Putty! - + Painel Handle: {0} - + Falha no redimensionamento Putty! - + Configurações do puTTY - + Mostrar caixa de diálogo de configurações PuTTY na falha! - + Início do putty falhou! - + --Coisas PuTTY-- - + Título PuTTY: {0} - + Rápido: {0} - + Ligação rápida - + Falha a adicionar ligação rápida! - + Criação ligação rápida falhou - + &Avisar-me quando fechar ligações - + Avisar-me apenas ao &sair do mRemoteNG - + Avisar-me somente ao fechar ligações múltiplas - + &Não avisar ao fechar ligações - + RAW - + RDP - + 16777216 Cores (32 bits) - + 256 Cores (8 bits) - + 32768 Cores (15 bits) - + 16777216 Cores (32 bits) - + 65536 Cores (16 bits) - + RDP falhou adicionar resolução! - + RDP falhou adicionar resoluções! - + Falha em Adicionar sessão - + Falha no fecho de ligação RDP! - + Impossível criar controlo RDP, por favor verifique os requisitos mRemoteNG. - + Desativar o piscar do Cursor - + Desativar a sombra do o Cursor - + Desativar o arrastar completo da janela - + Desabilitar as animações do Menu - + Desativar temas - + Desativar papel de parede - + RDP desligado! - + RDP falhou desligar, tentando fechar! - + Código de erro interno 1. - + Código de erro interno 2. - + Código de erro interno 3. Este não é um estado válido. - + Código de erro interno 4. - + Erro irrecuperável durante a ligação ao cliente. - + GetError falhou (FatalErrors) - + Ocorreu um erro fatal e desconhecido de RDP. Código de erro {0}. - + Ocorreu um erro de falta de memória. - + Ocorreu um erro desconhecido. - + Ocorreu um erro de criação da janela. - + Erro de inicialização Winsock. - + Impossível importar ficheiro RDP! - + Ajustar ao painel - + Foco de RDP falhou! - + RD Gateway suportado. - + Gateway de RD não suportado! - + GetSessions falhou! - + Contador de re-ligação RDP: - + Falha no RDP SetAuthenticationLevel! - + Falha no RDP SetUseConsoleSession! - + Configuração do Interruptor de Console para RDC {0}. - + Falha no RDP SetCredentials! - + Falha no RDP SetEventHandlers! - + Falha no RDP SetRDGateway! - + Falha no RDP SetPerformanceFlags! - + Falha no RDP SetPort! - + Falha no RDP SetProps! - + Redirecionamento RDP falhou! - + Configuração de teclas de redirecionamento RDP falhou! - + RDP SetResolution falhou! - + Tamanho inteligente - + Trazer para este computador - + Não executar - + Deixar no computador remoto - + RDP ToggleFullscreen falhou! - + RDP ToggleSmartSize falhou! - + Reconectar as sessões anteriormente abertas na inicialização - + Refrescar - + Arquivo remoto - + Remover todos - + Renomear - + Rlogin - + Salvar - + Salvar tudo - + Você deseja salvar o arquivo atual de ligações antes de carregar outro? - + Salvar as ligações à saída - + Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png - + Ecrã - + Imagem do ecrã - + Imagens do ecrã - + Pesquisa - + Enviar para... - + Obter sessões em fundo falhou - + Matar sessão de fundo falhou - + Definir o hostname como nome quando criar ou renomear as ligações - + Configuração de texto de formulário principal falhou - + Impossível salvar configurações ou libertar o ícone SysTray! - + Mostrar dicas de ferramentas de descrição na árvore de ligação - + Mostrar o caminho do arquivo completo de ligações no título da janela - + Mostrar informações de logon no nome da guia - + Mostrar protocolos no nome da guia - + Clique simples abre ligação - + Clique simples em ligação aberta alterna - + Aspeto - + Libertar - + Sem SmartSize - + Stocks 5 - + Ordenar - + Crescente (A-Z) - + Decrescente (Z-A) - + Teclas especiais - + Para mais informação consulte ajuda - Introdução - configuração de SQL! - + SQL Server - + Seleção SQL terminada. Existe uma atualização disponível! Indo para atualizar ligações. - + SSH versão 1 - + SSH versão 2 - + SSH falha de transferência de plano de fundo! - + Transferência bem sucedida! - + SSH transferência final (interface do usuário.Window.SSHTransfer) falhou! - + IP de início - + Porta de início - + Iniciar/Sair - + Estado - + Trocar para o painel de notificações: - + Avançado - + Aparência - + Abas && painéis - + Atualizações - + Telnet - + A seguir: - + Painel de configuração - + Painel de ligações - + Geral - + A cor de fundo do painel de configuração. - + A cor do texto no painel de configuração de categoria. - + A cor das linhas de grade do painel de configuração - + A cor de fundo da área de ajuda do painel de configuração. - + A cor do texto na área de ajuda do painel de configuração. - + A cor do texto no painel de configuração. - + A cor de fundo do painel de ligações. - + A cor do texto no painel de ligações. - + A cor das linhas de árvore no painel de ligações. - + A cor de fundo dos menus. - + A cor do texto nos menus. - + A cor de fundo da caixa de pesquisa. - + A cor do texto na caixa de pesquisa. - + A cor do texto na caixa de pesquisa rápida. - + A cor de fundo das barras de ferramentas. - + A cor do texto em barras de ferramentas. - + A cor de fundo da janela principal. - + Cor de fundo do painel de configuração - + Cor do texto da categoria do Painel de configuração - + Cor de linha de grade do painel de configuração - + Cor de fundo do painel de configuração ajuda - + Cor do texto do painel de configuração ajuda - + Cor do texto do painel de configuração - + Cor de fundo de painel de ligações - + Cor de texto de painel de ligações - + Cor linha da da árvore do painel de ligações - + Erro ({0}) - + Informações ({0}) - + Senha - + Selecione o painel - + Aviso ({0}) - + Transferência - + Transferência falhada! - + Tentar integrar - + Tipo - + Repetidor Ultra VNC - + Porta UltraVNC SingleClick: - + Desmarcar as propriedades que não deseja salvar! - + Tema sem nome - + mRemoteNG requer uma atualização - + mRemoteNG periodicamente pode se ligar ao site mRemoteNG para verificar se há atualizações e anúncios de produtos. - + Seleção de atualização falhou! - + Verificação de atualização falhou! - + mRemoteNG Portable Edition não suporta atualizações automaticas. - + Erro a apagar ficheiro de atualização! - + Download completo! mRemoteNG agora irá parar e começar com a instalação. - + Falha no download! - + Download de atualização falhado! - + Em cada {0} dias - + Diário - + Mensal - + Semanal - + Impossível iniciar atualização! - + Usar um nome diferente de utilizador e senha - + Usar somente o painel de notificações (sem janelas messagebox) - + Utilizador - + Use o mesmo nome de utilizador e senha - + Usar um smart card - + Usar o SQL Server para carregar && salvar as ligações - + Versão - + VNC - + Falhou a desconexão VNC! - + Falha de atualização de ecrã VNC! - + VNC SendSpecialKeys falhou! - + Falhou configuração de eventos VNC! - + Falhou configuração Props VNC! - + Falhou o início de chat VNC! - + VNC Toggle SmartSize falhou! - + VNC Toggle ViewOnly falhou! - + Avisar-me se a autenticação falhar - + Avisos - + Usa o DockPanel Suite por [Weifen Luo] - + Gravar o arquivo de log (mRemoteNG.log) - + Caminho XULrunner: - + Sim \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 34016af90..78cd5a2bb 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -117,2389 +117,2389 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + About - + Active - + Active Directory - + Activity - + New Connection - + New folder - + AddNodeFromXML failed! - + AddNodesFromSQL failed! - + Allow only a single instance of the application (mRemoteNG restart required) - + Always - + Always connect, even if authentication fails - + Always show panel selection dialog when opening connections - + Always show panel tabs - + Always show notification area icon - + Ask me again later - + Customize the settings now - + Use the recommended settings - + {0} can automatically check for updates that may provide new features and bug fixes. It is recommended that you allow {0} to check for updates weekly. - + Automatic update settings - + Aspect - + Auto save time in minutes (0 means disabled): - + Minutes (0 means disabled) - + Latest version - + &Browse... - + &Cancel - + Change - + &Close - + Default Inheritance - + Default Properties - + Disconnect - + Icon - + &Import - + Inheritance - + &Launch - + Launch PuTTY - + &New - + &OK - + Properties - + &Scan - + &Stop - + Test Proxy - + You cannot import a normal connection file. Please use File - Open Connection File for normal connection files! - + Cannot start Port Scan, incorrect IP format! - + Appearance - + Connection - + Credentials - + Display - + Gateway - + General - + Miscellaneous - + Protocol - + Redirect - + Always show this screen at startup - + Refresh - + Check failed! - + Check succeeded! - + The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system. mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer. To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). If this check still fails or you are unable to use the (RDP) Sessions feature, please consult the at {0}. - + EOLWTSCOM was found and seems to be registered properly. - + ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/ - + All ICA components were found and seem to be registered properly. Citrix ICA Client Control Version {0} - + not installed properly - + The SSH, Telnet, Rlogin and RAW protocols need PuTTY to work. PuTTY comes with every mRemoteNG package and is located in the installation path. Please make sure that either you have the Putty.exe in your mRemoteNG directory (default: c:\Program Files\mRemoteNG\) or that you specified a valid path to your PuTTY executable in the Options (Tools - Options - Advanced - Custom PuTTY path) - + The PuTTY executable was found and should be ready to use. - + For RDP to work properly you need to have at least Remote Desktop Connection (Terminal Services) Client 8.0 installed. You can download it here: http://support.microsoft.com/kb/925876 If this check still fails or you are unable to use RDP, please consult the at {0}. - + The following RDP protocol versions are supported on this machine: {0} - + VNC requires VncSharp.dll to be located in your mRemoteNG application folder. Please make sure that you have the VncSharp.dll file in your mRemoteNG application folder (usually C:\Program Files\mRemoteNG\). If you are still not able to pass this check or use VNC in mRemoteNG please consult the at {0}. - + All VNC components were found and seem to be registered properly. VncSharp Control Version {0} - + Automatically try to reconnect when disconnected from server (RDP && ICA only) - + Domain - + Do not show this message again. - + Inheritance - + Password - + This proxy server requires authentication - + Use custom PuTTY path: - + Reconnect when ready - + Use a proxy server to connect - + Username - + Wait for exit - + Check Again - + Check for updates at startup - + Check now - + Check proper installation of components at startup - + Choose panel before connecting - + Closed Ports - + Collapse all folders - + Arguments - + Display Name - + Filename - + Hostname/IP - + Message - + Username - + Wait For Exit - + E&xit {0} - + Couldn't parse command line args! - + &Open a connection file - + &Try again - + {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it. - + Compatibility problem detected - + Components Check - + btnIcon_Click failed! - + ShowHideGridItems failed! - + IconMenu_Click failed! - + Property Grid object failed! - + SetHostStatus failed! - + pGrid_PopertyValueChanged failed! - + Config UI load failed! - + Do you want to close the connection: "{0}"? - + Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed. - + Are you sure you want to delete the external tool, "{0}"? - + Are you sure you want to delete the {0} selected external tools? - + Are you sure you want to delete the connection, "{0}"? - + Are you sure you want to delete the empty folder, "{0}"? - + Are you sure you want to delete the folder, "{0}"? Any folders or connections that it contains will also be deleted. - + Do you want to close all open connections? - + Are you sure you want to reset the panels to their default layout? - + Connect - + Connect in fullscreen mode - + Connecting... - + Protocol Event Connected - + Connection to "{0}" via "{1}" established by user "{2}" (Description: "{3}"; User Field: "{4}") Connection failed! - + A connection protocol error occurred. Host: "{1}"; Error code: "{2}"; Error Description: "{0}" - + Opening connection failed! - + Cannot open connection: No hostname specified! - + RDP error! Error Code: {0} Error Description: {1} - + Connections - + Couldn't set default port! - + Couldn't create backup of connections file! - + Couldn't import connections file! - + Connections file "{0}" could not be loaded! - + Connections file "{0}" could not be loaded! Starting with new connections file. - + Couldn't save connections file! - + Couldn't save connections file as "{0}"! - + Connect without credentials - + Connect to console session - + Connect (with options) - + Connection to {0} via {1} closed by user {2}. - + Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}") - + Connection Event Closed - + Connection Event Closed failed! - + Couldn't create new connections file! - + Could not find ToolStrip control in FilteredPropertyGrid. - + Installed version - + Default Theme - + Detect - + Don't connect to console session - + Don't connect if authentication fails - + Double click on tab closes it - + Download and Install - + Duplicate - + Do you want to continue with no password? - + For empty Username, Password or Domain fields use: - + 128-bit - + 128-bit (logon only) - + 40-bit - + 56-bit - + Basic - + Completely encrypt connection file - + Last IP - + Last Port - + AddExternalToolsToToolBar (frmMain) failed. {0} - + AddFolder (UI.Window.ConnectionTreeWindow) failed. {0} - + The database version {0} is not compatible with this version of {1}. - + CloneNode (Tree.Node) failed . {0} - + Error code {0}. - + The connection list could not be saved. - + PuTTY could not be launched. - + Decryption failed. {0} - + Encryption failed. {0} - + The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. {0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit. - + Errors - + The startup connection file could not be loaded.{0}{0}{2}{0}{3}{0}{0}In order to prevent data loss, {1} will now exit. - + VerifyDatabaseVersion (Config.Connections.Save) failed. {0} - + Expand all folders - + Experimental - + Export - + Export everything - + Export File - + Export Items - + Export mRemote/mRemoteNG XML - + Export Properties - + Export the currently selected connection - + Export the currently selected folder - + &Export to File... - + Ext. App - + New External Tool - + Includes icons by [FAMFAMFAM] - + http://www.famfamfam.com/ - + File &Format: - + All Files (*.*) - + All importable files - + Application Files (*.exe) - + mRemote CSV Files (*.csv) - + mRemote XML Files (*.xml) - + PuTTY Connection Manager files - + Remote Desktop Connection Manager files (*.rdg) - + RDP Files (*.rdp) - + visionapp Remote Desktop 2008 CSV Files (*.csv) - + Inherit {0} - + Description of inherited property: {0} - + Free - + Fullscreen - + General - + Get Connection Info From SQL failed - + An error occured while loading the connection entry for "{0}" from "{1}". {2} - + Automatic Reconnect - + Connection - + External Tool Properties - + Files - + Host - + HTTP - + HTTP Connect Failed! - + Couldn't create new HTTP Connection! - + Changing HTTP Document Tile Failed! - + Internet Explorer - + HTTPS - + Set HTTP Props failed! - + ICA - + Couldn't create new ICA Connection! - + Loading ICA Plugin failed! - + ICA SetCredentials failed! - + ICA Set Event Handlers Failed! - + ICA Set Props Failed! - + ICA Set Resolution Failed! - + Identify quick connect tabs by adding the prefix "Quick:" - + Import from Active Directory - + Import/Export - + An error occurred while importing the file "{0}". - + Import failed - + Import from &File... - + Under the root{0}{1}|Under the selected folder{0}{2} - + Where would you like the imported items to be placed? - + Import location - + &Import - + Import mRemote/mRemoteNG XML - + Import from Port Scan - + Import from RDP file(s) - + Inactive - + Informations - + mRemoteNG is up to date - + Dispose of Int App process failed! - + Int App Focus Failed! - + Int App Handle: {0} - + Killing Int App Process failed! - + Panel Handle: {0} - + Int App Resize failed! - + --- IntApp Stuff --- - + Int App Title: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + Address: - + Arguments: - + Change Log: - + When closing connections: - + &Connect: - + Display Name - + Domain: - + Filename: - + Hostname: - + Options: - + Password: - + Port: - + Portable Edition - + Protocol: - + To configure PuTTY sessions click this button: - + Maximum PuTTY and integrated external tools wait time: - + Released under the GNU General Public License (GPL) - + Seconds - + Select a panel from the list below or click New to add a new one. Click OK to continue. - + Server status: - + Database: - + Database: - + Username: - + Verify: - + Language - + (Automatically Detect) - + {0} must be restarted before changes to the language will take effect. - + Load from SQL failed - + The connection information could not be loaded from the SQL server. - + Load From XML failed! - + Local file - + Local file does not exist! - + Logoff - + Writing to report file failed! - + Couldn't save report to final location. - + Uses the Magic library by [Crownwood Software] - + http://www.dotnetmagic.com/ - + About - + Add Connection Panel - + Check for Updates - + Config - + Connect - + Connection Panels - + Connections - + Connections and Config - + Copy - + Ctrl-Alt-Del - + Ctrl-Esc - + Delete... - + Delete Connection... - + Delete External Tool... - + Delete Folder... - + Disconnect - + Donate - + Duplicate - + Duplicate Connection - + Duplicate Folder - + Duplicate Tab - + Exit - + External Tools - + External Tools Toolbar - + &File - + Full Screen - + Full Screen (RDP) - + &Help - + mRemoteNG Help - + Jump to - + Launch External Tool - + New Connection File - + New External Tool - + Notifications - + Copy All - + Delete - + Delete All - + Open Connection File... - + Options - + Paste - + Port Scan - + Quick Connect Toolbar - + Reconnect - + Refresh Screen (VNC) - + Rename - + Rename Connection - + Rename Folder - + Rename Tab - + Report a Bug - + Reset layout - + Save Connection File - + Save Connection File As... - + Screenshot - + Screenshot Manager - + Send Special Keys (VNC) - + Retrieve - + Sessions - + Sessions and Screenshots - + &Show Help Text - + Show Text - + SmartSize (RDP/VNC) - + SSH File Transfer - + Start Chat (VNC) - + Support Forum - + &Tools - + Transfer File (SSH) - + &View - + View Only - + Website - + Minimize to notification area - + Move down - + Move up - + mRemoteNG CSV - + mRemoteNG XML - + My current credentials (Windows logon information) - + Never - + New Connection - + New Folder - + New Panel - + New Root - + New Title - + No - + No сompression - + No ext. app specified. - + None - + None - + Normal - + No SmartSize - + No update available - + You are trying to load a connection file that was created using an very early version of mRemote, this could result in an runtime error. If you run into such an error, please create a new connection file! - + Open new tab to the right of the currently selected tab - + Open Ports - + &Delete - + &New - + &Reset to Default - + Reset &All to Default - + Tabs - + Next tab - + Previous tab - + Modify shortcut - + Keyboard shortcuts - + Testing... - + Keyboard - + Theme - + &Delete - + &New - + Panel Name - + Password protect - + Both passwords must match. - + The password must be at least 3 characters long. - + Please fill all fields - + Port scan complete. - + Couldn't load PortScan panel! - + (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!) - + Enter the hostname or ip you want to connect to. - + Toggle all inheritance options. - + Select which authentication level this connection should use. - + Select how you want to authenticate against the VNC server. - + Select whether to automatically resize the connection when the window is resized or when fullscreen mode is toggled. Requires RDC 8.0 or higher. - + Select whether to use bitmap caching or not. - + Select the colour quality to be used. - + Select the compression value to be used. - + Put your notes or a description for the host here. - + Select yes if the theme of the remote host should be displayed. - + Select yes if the wallpaper of the remote host should be displayed. - + Enter your domain. - + Select whether to use desktop composition or not. - + Select whether to use font smoothing or not. - + Select the encoding mode to be used. - + Select the encryption strength of the remote host. - + Select the external tool to be started. - + Select a external tool to be started after the disconnection to the remote host. - + Select a external tool to be started before the connection to the remote host is established. - + Choose a icon that will be displayed when connected to the host. - + Specifies the load balancing information for use by load balancing routers to choose the best server. - + Enter the MAC address of the remote host if you wish to use it in an external tool. - + This is the name that will be displayed in the connections tree. - + Sets the panel in which the connection will open. - + Enter your password. - + Enter the port the selected protocol is listening on. - + Choose the protocol mRemoteNG should use to connect to the host. - + Select a PuTTY session to be used when connecting. - + Specifies the domain name that a user provides to connect to the RD Gateway server. - + Specifies the host name of the Remote Desktop Gateway server. - + Specifies when to use a Remote Desktop Gateway (RD Gateway) server. - + Specifies whether or not to log on to the gateway using the same username and password as the connection. - + Specifies the user name that a user provides to connect to the RD Gateway server. - + Select whether local disk drives should be shown on the remote host. - + Select whether key combinations (e.g. Alt-Tab) should be redirected to the remote host. - + Select whether local ports (ie. com, parallel) should be shown on the remote host. - + Select whether local printers should be shown on the remote host. - + Select whether the clipboard should be shared. - + Select whether local smart cards should be available on the remote host. - + Select how remote sound should be redirected. - + Select whether the default audio input device on the remote machine should be redirected to this computer. - + Select one of the available rendering engines that will be used to display HTML. - + Choose the resolution or mode this connection will open in. - + Select the SmartSize mode to be used. - + Connect to the console session of the remote host. - + Use the Credential Security Support Provider (CredSSP) for authentication if it is available. - + Feel free to enter any information you need here. - + Enter your username. - + If you want to establish a view only connection to the host select yes. - + Enter the proxy address to be used. - + Enter your password for authenticating against the proxy. - + Enter the port the proxy server listens on. - + If you use a proxy to tunnel VNC connections, select which type it is. - + Enter your username for authenticating against the proxy. - + Hostname/IP - + All - + Server Authentication - + Authentication mode - + Automatic resize - + Cache Bitmaps - + Colours - + Compression - + Description - + Display Themes - + Display Wallpaper - + Domain - + Desktop Composition - + Font Smoothing - + Encoding - + Encryption Strength - + External Tool - + External Tool After - + External Tool Before - + Icon - + Load Balance Info - + MAC Address - + Name - + Panel - + Password - + Port - + Protocol - + PuTTY Session - + Gateway Domain - + Gateway Hostname - + Remote Desktop Gateway Password - + Use Gateway - + Gateway Credentials - + Gateway Username - + Disk Drives - + Key Combinations - + Ports - + Printers - + Clipboard - + Smart Cards - + Sounds - + Audio Capture - + Rendering Engine - + Resolution - + SmartSize Mode - + Use Console Session - + Use CredSSP - + User Field - + Username - + View Only - + Proxy Address - + Proxy Password - + Proxy Port - + Proxy Type - + Proxy Username - + Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}" - + Protocol Event Disconnected failed. {0} - + Protocol to import - + Proxy test failed! - + Proxy test succeeded! - + Dispose of Putty process failed! - + Couldn't set focus! - + Get Putty Sessions Failed! - + Putty Handle: {0} - + Killing Putty Process failed! - + Panel Handle: {0} - + Putty Resize Failed! - + PuTTY Saved Sessions - + PuTTY Session Settings - + PuTTY Settings - + Show PuTTY Settings Dialog failed! - + Putty Start Failed! - + --- PuTTY Stuff --- - + PuTTY Title: {0} - + Quick: {0} - + Quick Connect - + Quick Connect Add Failed! - + Creating quick connect failed - + &Warn me when closing connections - + Warn me only when e&xiting mRemoteNG - + Warn me only when closing &multiple connections - + Do &not warn me when closing connections - + RAW - + RDP - + 16777216 Colours (24-bit) - + 256 Colours (8-bit) - + 32768 Colours (15-bit) - + 16777216 Colours (32-bit) - + 65536 Colours (16-bit) - + RDP Add Resolution failed! - + RDP Add Resolutions failed! - + Add Session failed - + Close RDP Connection failed! - + Couldn't create RDP control, please check mRemoteNG requirements. - + Disable Cursor blinking - + Disable Cursor Shadow - + Disable Full Window drag - + Disable Menu Animations - + Disable Themes - + Disable Wallpaper - + RDP disconnected! - + RDP Disconnect failed, trying to close! - + Internal error code 1. - + Internal error code 2. - + Internal error code 3. This is not a valid state. - + Internal error code 4. - + An unrecoverable error has occurred during client connection. - + GetError failed (FatalErrors) - + An unknown fatal RDP error has occurred. Error code {0}. - + An out-of-memory error has occurred. - + An unknown error has occurred. - + A window-creation error has occurred. - + Winsock initialization error. - + Couldn't import rdp file! - + Fit To Panel - + RDP Focus failed! - + RD Gateway is supported. - + RD Gateway is not supported! - + GetSessions failed! - + RDP reconnection count: - + RDP SetAuthenticationLevel failed! - + RDP SetUseConsoleSession failed! - + Setting Console switch for RDC {0}. - + RDP SetCredentials failed! - + RDP SetEventHandlers failed! - + RDP SetRDGateway failed! - + RDP SetPerformanceFlags failed! - + RDP SetPort failed! - + RDP SetProps failed! - + Rdp Set Redirection Failed! - + Rdp Set Redirect Keys Failed! - + RDP SetResolution failed! - + Smart Size - + Bring to this computer - + Do not play - + Leave at remote computer - + RDP ToggleFullscreen failed! - + RDP ToggleSmartSize failed! - + Reconnect to previously opened sessions on startup - + Refresh - + Remote file - + Remove All - + Rename - + Rlogin - + Save - + Save All - + Do you want to save the current connections file before loading another? - + Save connections on exit - + Graphics Interchange Format File (.gif)|*.gif|Joint Photographic Experts Group File (.jpeg)|*.jpeg|Joint Photographic Experts Group File (.jpg)|*.jpg|Portable Network Graphics File (.png)|*.png - + Screen - + Screenshot - + Screenshots - + Search - + Send To... - + Get Sessions Background failed - + Kill Session Background failed - + Set hostname like display name when creating or renaming connections - + Setting main form text failed - + Couldn't save settings or dispose SysTray Icon! - + Show description tooltips in connection tree - + Show full connections file path in window title - + Show logon information on tab names - + Show protocols on tab names - + Single click on connection opens it - + Single click on opened connection in Connection Tree switches to opened Connection Tab - + Aspect - + Free - + No SmartSize - + Socks 5 - + Sort - + Ascending (A-Z) - + Descending (Z-A) - + Special Keys - + Please see Help - Getting started - SQL Configuration for more Info! - + SQL Server - + SQL Update check finished and there is an update available! Going to refresh connections. - + SSH version 1 - + SSH version 2 - + SSH background transfer failed! - + Transfer successful! - + SSH Transfer End (UI.Window.SSHTransfer) failed! - + SSH transfer failed. - + First IP - + First Port - + Startup/Exit - + Status - + Switch to Notifications panel on: - + Advanced - + Appearance - + Tabs && Panels - + Updates - + Telnet - + The following: - + Config Panel - + Connections Panel - + General - + The background colour of the config panel. - + The colour of the category text in the config panel. - + The colour of the grid lines in the config panel - + The background colour of the help area of the config panel. - + The colour of the text in the help area of the config panel. - + The colour of the text in the config panel. - + The background colour of the connections panel. - + The colour of the text in the connections panel. - + The colour of the tree lines in the connections panel. - + The background colour of the menus. - + The colour of the text in the menus. - + The background colour of the search box. - + The colour of the text in the search box. - + The colour of the prompt text in the search box. - + The background colour of the toolbars. - + The colour of the text in the toolbars. - + The background colour of the main window. - + Config Panel Background Colour - + Config Panel Category Text Colour - + Config Panel Grid Line Colour - + Config Panel Help Background Colour - + Config Panel Help Text Colour - + Config Panel Text Colour - + Connections Panel Background Colour - + Connections Panel Text Colour - + Connections Panel Tree Line Colour - + Menu Background Colour - + Menu Text Colour - + Search Box Background Colour - + Search Box Text Colour - + Search Box Text Prompt Colour - + Toolbar Background Colour - + Toolbar Text Colour - + Window Background Colour - + Error ({0}) - + Information ({0}) - + mRemoteNG password - + mRemoteNG password for {0} - + Select Panel - + Warning ({0}) - + Transfer - + Transfer failed! - + Try to integrate - + Show On Toolbar - + Type - + Ultra VNC Repeater - + UltraVNC SingleClick port: - + Uncheck the properties you want not to be saved! - + Unnamed Theme - + mRemoteNG requires an update - + mRemoteNG can periodically connect to the mRemoteNG website to check for updates. - + The update information could not be downloaded. - + Check failed - + Checking for updates... - + mRemoteNG Portable Edition does not currently support automatic updates. - + Download complete! mRemoteNG will now quit and begin with the installation. - + The update could not be downloaded. - + The update download could not be initiated. - + Every {0} days - + Daily - + Monthly - + Weekly - + The change log could not be downloaded. - + Use a different username and password - + User - + Use the same username and password - + Use a smart card - + Use SQL Server to load && save connections - + Version - + VNC - + VNC disconnect failed! - + VNC Refresh Screen Failed! - + VNC SendSpecialKeys failed! - + VNC Set Event Handlers failed! - + VNC Set Props Failed! - + VNC Start Chat Failed! - + VNC Toggle SmartSize Failed! - + VNC Toggle ViewOnly Failed! - + Warn me if authentication fails - + Warnings - + Uses the DockPanel Suite by [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + XULrunner path: - + Yes - + Reconnect All Open Connections - + RDP Connection Timeout - + This node is already in this folder. - + Cannot drag node onto itself. - + Cannot drag parent node onto child. - + This node is not draggable. - + Block Cipher Mode - + Encryption Engine - + Security - + Key Derivation Function Iterations - + Dynamic - + High - + Medium - + Choose the Sound Quality provided by the protocol: Dynamic, Medium, High - + Sound quality - + Download Completed! - + Download - + The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0) - + Minutes to Idle - + Accept - + Add - + Credential Editor - + Credential Manager - + ID - + Remove - + Title - + Select which credential to use for this connection. - + Are you sure you want to delete the credential record, {0}? - + Could not find a credential record with ID matching "{0}" for the connection record named "{1}". - + Select whether to receive an alert after the RDP session disconnects due to inactivity - + Alert on Idle disconnect - + Password must contain at least {0} of the following characters: {1} - + Password must contain at least {0} lower case character(s) - + Password must contain at least {0} number(s) - + Password must contain at least {0} upper case character(s) - + Password length must be between {0} and {1} - + Choose a path for the mRemoteNG log file - + Debug - + Show these message types - + Log file path - + Log these message types - + Choose path - + Open file - + Use default - + Logging - + Popups - + Log to application directory - + Assigned Credential - + Allow Always - + Allow Once - + Don't Allow - + Allow Insecure Certificate for URL: {0}? - + Allow Insecure Certificate? @@ -2526,22 +2526,22 @@ mRemoteNG will now quit and begin with the installation. Credentials - + Upgrade - + Back - + Connection file path - + Create and open new file - + Open a different file - + In v1.76 we have introduced a credential management system. This feature requires a significant change in how we store and interact with credentials within mRemoteNG. You will be required to perform a one-way upgrade of your mRemoteNG connections file. This page will walk you through the process of upgrading your connections file or give you a chance to open a different connections file if you do not want to perform the upgrade. @@ -2550,25 +2550,25 @@ This page will walk you through the process of upgrading your connections file o Credential not available Shown when a credential is not loaded/available for use. - + Do you really want to delete the theme? - + Enable themes - + New theme name - + Cannot create theme, name already present or special characters in the name - + Type the new theme name - + Warning: Restart is required to commit any theme configuration change. - + No themes are loaded, check that the default mRemoteNG themes exist in the 'themes' folder @@ -2610,85 +2610,85 @@ This page will walk you through the process of upgrading your connections file o Test connection - + Read only: Use UTF8 encoding for RDP "Load Balance Info" property - + Timeout [seconds] - + Working directory: - + Run elevated - + Run elevate - + Show on toolbar column - + Try to integrate - + Working directory - + Lock toolbar positions - + Multi SSH toolbar - + Import sub OUs - + Lock toolbar positions - + Multi SSH toolbar - + Advanced security options - + mRemoteNG Options - + Use UTF8 encoding for RDP "Load Balance Info" property - + Create an empty panel when mRemoteNG starts - + Must Be Between 0 and 255 - + Out Of Range - + Delete... - + Reconnect All Connections - + UltraVNC SingleClick - + Disconnect Tabs To The Right - + Disconnect All But This - + Are you sure you want to close all connections except for "{0}"? - + Are you sure you want to close all connections to the right of "{0}"? @@ -2712,45 +2712,45 @@ This page will walk you through the process of upgrading your connections file o This exception will force mRemoteNG to close - + Copy Hostname Place search bar above connection tree - + To scan a single port, select the "First Port" only. - + Track active connection in the connection tree - + Always show connection tabs - + Release Channel - + Stable channel includes final releases only. Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy - + Multi SSH: - + Press ENTER to send. Ctrl+C is sent immediately. - + Show this connection in the favorites menu. - + Favorite @@ -2777,109 +2777,109 @@ Development Channel includes Alphas, Betas & Release Candidates. Test Settings - + Sets the version of RDP to use when opening connections. - + RDP Version - + Use VM ID to connect to VM running on Hyper-V. - + The ID of the Hyper-V virtual machine to connect to. - + Use VM ID - + VM ID Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version. - + For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel. - + SSH Tunnel - + Specify here additional options to be used for SSH connection. See putty documentation for further details. - + SSH Options - + Connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection. - + SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol. - + SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel. - + Start minimized - + Set a password needed to encrypt the connection file with. You will be prompted to enter your passcode before starting mRemoteNG. - + Connect to a Hyper-V host with enhanced mode enabled. - + Use enhanced mode - + Specifies the password of the Remote Desktop Gateway server. - + Select whether microphones should be shared. - + Close to notification area - + Windows - + PowerShell - + Changelog - + Credits - + License - + Determines whether cursor flashes should be disabled. - + Determines whether a mouse shadow should be visible. - + Determines whether window content is displayed when you drag the window to a new location. - + Determines whether menus and windows can be displayed with animation effects in the remote session. - + CEF (Chromium) - + Failed to contruct the URL to load \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index 9328a016f..f81df318b 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -117,2413 +117,2413 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + О программе - + Активно - + Активность - + Новое подключение - + Новая папка - + AddNodeFromXML не удалось! - + AddNodesFromSQL не удалось! - + Разрешить только один экземпляр приложения (требуется перезапуск mRemoteNG) - + Всегда - + Подключаться, даже если не прошел проверку - + Всегда показывать диалог выбора панели при открытии подключения - + Всегда показывать панель закладок - + Всегда показывать значок в системном трее - + Спросить позже - + Настроить параметры сейчас - + Использовать рекомендуемые параметры - + {0} автоматически проверяет наличие обновлений с новыми возможностями и исправлениями ошибок. Рекомендуется разрешить {0} еженедельную проверку обновлений. - + Параметры автоматического обновления - + Вид - + Автоматически получать информацию о сессии - + Автосохранение каждые: - + минут (0 означает отключено) - + Текущая версия - + &Обзор... - + &Отменить - + Изменить - + &Закрыть - + Наследовать по умолчанию - + Свойства по умолчанию - + Отключиться - + Значок - + &Импорт - + Наследование - + Запуск PuTTY - + &Новая - + &Да - + Свойства - + &Сканировать - + &Стоп - + Проверка прокси - + Вы не можете импортировать обычный файл подключения. Для обычных файлов подключений используйте Файл - Открыть подключение! - + Не удается запустить сканирование портов, неверный формат IP! - + Внешний вид - + Подключение - + Учетные данные - + Вид - + Шлюз - + Общие - + Разное - + Протокол - + Локальные ресурсы - + Всегда показывать это окно при запуске - + Обновление - + Ошибка проверки! - + Успешно проверено! - + Для (RDP) сессий должна быть зарегистрирована в системе eolwtscom.dll. mRemoteNG загрузится с этим компонентом, но не зарегистрирует его автоматически. Чтобы зарегистрировать его вручную: Откройте (Пуск - Выполнить) и введите следующую команду: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (где C:\Program Files\mRemoteNG\ это путь к установленному mRemoteNG). Если у вас все же не получается зарегистрировать компонент для RDP - обратитесь на {0}. - + EOLWTSCOM был найден и зарегистрирован. - + ICA требуется установленный XenDesktop Online Plugin и зарегистрированная библиотека wfica.ocx. Вы можете скачать клиент здесь: http://www.citrix.com/download/ Если у вас есть установленный XenDesktop Online Plugin и ничего не работает, попробуйте зарегистрировать wfica.ocx вручную. Для этого откройте (Пуск - Выполнить) и введите следующую команду: regsvr32 "C:\Program Files\Citrix\ICA Client\wfica.ocx" (где C:\Program Files\Citrix \ICA Client\ это путь к XenDesktop Online Plugin). Если у вас все же не работает ICA в mRemoteNG обратитесь на {0}. - + Все компоненты ICA были найдены и зарегистрированы. Citrix ICA Client Control версии {0} - + установлен неправильно - + SSH, Telnet, Rlogin и RAW протоколам нужен для работы PuTTY. PuTTY поставляется с каждым mRemoteNG и находится в папке с программой. Убедитесь, что putty.exe есть в папке с mRemoteNG (по умолчанию: C:\Program Files\mRemoteNG\), или что вы указали правильный путь к исполняемому файлу PuTTY в Инструменты - Опции - Дополнительно - Путь к PuTTY) - + Исполняемый файл PuTTY найден и готов к использованию. - + Для правильной работы RDP необходимо иметь установленный Remote Desktop Connection (Terminal Services Client) 8.0. Вы можете получить его здесь: https://support.microsoft.com/kb/2592687 Если у вас есть установленный RDP 8.0 и подключиться не удается, попробуйте зарегистрироваться mstscax.dll вручную. Для этого откройте (Пуск - Выполнить) и введите следующую команду: regsvr32 "C:\Windows\system32\mstscax.dll" (где C:\ваш системный диск). Если у вас возникли проблемы при работе с RDP обратитесь на {0}. - + Все RDP компоненты были найдены и зарегистрированы. Remote Desktop Connection, Control Version {0} - + VNC требуется VncSharp.dll который находится в папке с mRemoteNG. Убедитесь, что у вас есть VncSharp.dll в папке mRemoteNG (обычно C:\Program Files\mRemoteNG\). Если у вас все же не работает VNC в mRemoteNG обратитесь на {0}. - + Все VNC компоненты были найдены и зарегистрированы. VncSharp Control Version {0} - + Автоматически пытаться восстановить связь при отключении от сервера (только RDP и ICA) - + Домен - + Больше не показывать это сообщение. - + Наследование - + Пароль - + Требуется авторизация - + Использовать собственный путь к PuTTY: - + Переподключиться, когда будет готово - + Использовать прокси-сервер - + Пользователь - + Ждать выхода - + Проверить - + Проверять наличие обновлений при запуске - + Проверить - + При запуске проверять правильность установки компонентов - + Выбрать панель перед подключением - + Закрытые порты - + Свернуть все папки - + Аргументы - + Отображаемое имя - + Имя файла - + Имя хоста/IP - + Сообщение - + Пользователь - + Ждать выхода - + Невозможно разобрать аргументы командной строки! - + {0} обнаружено что на этой системе работает утилита Lenovo Auto Scroll. Известно, что эта утилита вызывает проблемы с {0}. Рекомендуется отключить или удалить ее. - + Обнаружена проблема совместимости - + Проверка компонентов - + Ошибка btnIcon_Click! - + Ошибка ShowHideGridItems! - + Ошибка IconMenu_Click! - + Ошибка свойства Grid opject! - + Ошибка SetHostStatus! - + Ошибка pGrid_PopertyValueChanged! - + Ошибка загрузки Config UI! - + Хотите закрыть подключение: "{0}"? - + Хотите закрыть панель "{0}"? Все ее подключения также будут закрыты. - + Хотите удалить внешний инструмент, "{0}"? - + Хотите удалить {0} выбранные внешние инструменты? - + Хотите удалить подключение, "{0}"? - + Хотите удалить пустую папку, "{0}"? - + Хотите удалить папку "{0}"? Любые папки или подключения, которые она содержит также будут удалены. - + Хотите закрыть все открытые подключения? - + Вы действительно хотите сбросить панели в настройки по умолчанию? - + Подключиться - + Подключение в полноэкранном режиме - + Подключение... - + Журнал подключений - + Подключение к системе "{0}" через "{1}" созданого пользователя "{2}" (Описание: "{3}"; Пользователь: "{4}") Подключиться не удалось! - + Журнал событий ErrorOccured - + Открыть подключение не удалась! - + Невозможно открыть подключение: имя хоста не указано! - + Ошибка RDP! Код ошибки: {0} Описание ошибки: {1} - + Подключения - + Не удается установить порт по умолчанию! - + Не удалось создать резервную копию файла подключений! - + Не удалось импортировать подключения в файл! - + Файл подключений "{0}" невозможно загрузить! - + Файл подключений "{0}" невозможно загрузить! Создайте новый файл подключений. - + Невозможно сохранить файл подключений! - + Невозможно сохранить файл в качестве подключения "{0}"! - + Подключение к сеансу пользователя (Сеанс консоли) - + Подключение (с параметрами) - + Подключение к {0} по {1} закрыто пользователем {2}. - + Подключение к {0} по {1} закрыто пользователем {2}. (Описание: "{3}"; Пользователь: "{4}") - + Подключение закрыто - + Подключение закрыть не удалось! - + Не удается создать новый файл подключений! - + Не удалось найти элемент управления ToolStrip в FilteredPropertyGrid. - + Установленная версия - + Тема по умолчанию - + Обнаружение - + Не подключать без проверки - + Двойной щелчок для закрытия вкладки - + Загрузка и установка - + Дублировать - + Хотите продолжить без пароля? - + Использовать пустое имя пользователя пароль или домен: - + 128-бит - + 128-бит (только при входе) - + 40-бит - + 56-бит - + Основное - + Шифровать файл подключения - + Конечный IP - + Конечный порт - + Ошибка добавления внешнего приложения на Панель (frmMain). {0} - + Ошибка AddFolder (UI.Window.Tree). {0} - + Версия базы данных {0} не совместима с этой версией {1}. - + Ошибка CloneNode (Tree.Node). {0} - + Код ошибки {0}. - + Невозможно сохранить список подключений. - + Не удалось расшифровать. {0} - + Не удалось зашифровать. {0} - + Ошибки - + Ошибка загрузки файла соединения.{0}{0}{2}{0}{3}{0}{0}Для предотвращения потери данных, {1} будет выполнен выход. - + Ошибка VerifyDatabaseVersion (Config.Connections.Save). {0} - + Раскрыть все папки - + Экспериментально - + Экспорт - + Экспорт mRemote/mRemoteNG XML - + Внешнее Приложение - + Использованы значки [FAMFAMFAM] - + Все файлы (*.*) - + Файлы приложений (*. EXE) - + mRemote CSV-файлы (*. CSV) - + mRemote XML-файлы (*. XML) - + RDP-файлы (*. RDP) - + visionapp Remote Desktop 2008 CSV-файлы (*. CSV) - + Наследовать {0} - + Описание наследованного свойства: {0} - + Свободный - + Во весь экран - + Главная - + Получить информацию о подключении из SQL не удалось - + Ошибка при загрузке подключения "{0}" на "{1}". {2} - + Автопереподключение - + Соединение - + Свойства внешнего инструмента - + Файлы - + Хост - + Ошибка HTTP подключения! - + Не удается создать новое подключение HTTP! - + Изменение HTTP документа не удалось! - + Не удалось задать параметры HTTP! - + Не удается создать новое подключение ICA! - + Не удалось загрузить ICA-плагин! - + Ошибка установки учетных данных ICA! - + Не удалось установить обработчик событий ICA! - + Не удалось задать параметры ICA! - + Ошибка установки разрешений ICA! - + Определить вкладки быстрых подключений, добавляя префикс «Quick:» - + Импорт из Active Directory - + Импорт/Экспорт - + Импорт mRemote/mRemoteNG XML - + Импорт из просканированных портов - + Импорт из RDP-файла (ов) - + Неактивный - + Информация - + mRemoteNG в актуальном состоянии - + Не удалось завершить процесс внутреннего приложения! - + Внутренний инструмент: Ошибка получения фокуса! - + Обработчик Внутр. инструментов: {0} - + Не удалось завершить процесс внутреннего приложения! - + Панель обработчика событий: {0} - + Внутренний инструмент: Ошибка изменения размера! - + --- Внутреннее приложение --- - + Заголовок внешнего инструмента: {0} - + CTRL+ALT+DEL - + CTRL-ESC - + Адрес: - + Аргументы: - + История версий: - + При закрытии подключений: - + &Подключение: - + Отображаемое имя: - + Домен: - + Имя файла: - + Имя хоста: - + Опции: - + Пароль: - + Порт: - + Портативная версия - + Протокол: - + Нажмите на эту кнопку для настройки сессий PuTTY: - + Максимальное время ожидание PuTTY и внешнего приложения: - + Выпущено под лицензией GNU General Public License (GPL) - + Секунд - + Выберите панель из списка или нажмите кнопку Новая, чтобы создать новую. Нажмите кнопку OK, чтобы продолжить. - + Состояние сервера: - + База данных: - + База данных: - + Пользователь: - + Проверка: - + Язык - + (Автоопределение) - + {0} необходимо перезапустить, чтобы изменения языка вступили в силу. - + Загрузить из SQL не удалось! - + Загрузить из XML не удалось! - + Локальный файл - + Локальный файл не существует! - + Выход - + Записать в файл отчета не удалось! - + Невозможно сохранить отчет в папке назначения. - + Использовано Magic library от [Crownwood Software] - + О программе - + Добавить Панель подключения - + Проверка наличия обновлений - + Конфигурация - + Подключаться - + Панель подключений - + Подключения - + Подключения и конфигурация - + Копировать - + Ctrl-Alt-Del - + Ctrl-Esc - + Удалить... - + Удалить подключение... - + Удалить внешний инструмент... - + Удалить папку... - + Отключить - + Помочь проекту - + Дублировать - + Дубликат подключения - + Дублировать папку - + Дублировать вкладку - + Выход - + Внешние инструменты - + Внешние инструменты - + &Файл - + Во весь экран - + Во весь экран (RDP) - + &Справка - + Справка mRemoteNG - + Перейти к - + Запуск внешних инструментов - + Новый файл подключения - + Новый внешний инструмент - + Уведомления - + Скопировать все - + Удалить - + Удалить все - + Открыть файл подключения... - + Опции - + Вставить - + Сканер портов - + Панель Быстрое подключение - + Переподключение - + Обновить экран (VNC) - + Переименовать - + Переименовать подключение - + Переименовать папку - + Переименовать закладку - + Сообщить об ошибке - + Сброс - + Сохранить подключение - + Сохранить подключение как... - + Скриншот - + Менеджер скриншотов - + Отправить спец. клавиши (VNC) - + Сессии - + Сессии и скриншоты - + Показать текст справки - + Показать текст - + SmartSize (RDP/VNC) - + Передача файлов по SSH - + Начать чат (VNC) - + Форум поддержки - + &Инструменты - + Передача файлов (SSH) - + &Вид - + Просмотр (VNC) - + Веб-сайт - + Минимизировать в системный трей - + Вниз - + Вверх - + Мои текущие учетные данные (Windows учетные данные) - + Никогда - + Новое подключение - + Новая папка - + Новая панель - + Новый корень - + Новое название - + Нет - + Без сжатия - + Не указано внешнее приложение. - + Нет данных - + ничто - + Нормальный - + SmartSize недоступен - + Нет доступных обновлений - + Вы пытаетесь загрузить файл подключения, созданного с помощью очень ранней версии mRemote, это может привести к ошибке выполнения. Пожалуйста, создайте новый файл подключения! - + Открытие новой вкладки справа от выбранной вкладки - + Открытые порты - + Тема - + &Удалить - + &Новая - + Название группы - + Защита паролем - + Пожалуйста, заполните все поля - + Не удалось загрузить панель Сканера портов! - + (Эти свойства будут сохранены только если вы выберете mRemote/mRemoteNG XML в качестве выходного формата файлов!) - + Введите имя хоста или IP к которому вы хотите подключиться. - + Переключить все наследуемые параметры. - + Выберите используемый уровень авторизации. - + Выберите способ авторизации на сервере VNC. - + Выберите использовать или нет, кэширование графики. - + Выберите качество цвета, которое будет использоваться. - + Выберите значение сжатия, которое будет использоваться. - + Введите здесь заметки или описания для подключения. - + Выберите Да, если хотите использовать тему Рабочего стола на удаленном хоста. - + Выберите Да, если хотите использовать обои Рабочего стола на удаленном хосте. - + Введите имя домена. - + Использование композиции Рабочего стола на удаленном хосте. - + Использование сглаживания шрифтов. - + Режим кодирования. - + Шифрование на удаленном хосте. - + Внешний инструмент, который нужно запустить. - + Внешний инструмент, который нужно запустить на удаленном компьютере после отключения. - + Внешний инструмент, который нужно запустить на удаленном компьютере до подключения. - + Значок, который будет отображаться при подключении к хосту. - + Введите МАС-адрес удаленного хоста, если вы хотите использовать его во внешнем инструменте. - + Это имя, которое будет отображаться в дереве подключений. - + Установить панель, в которой будет открыто подключение. - + Введите пароль. - + Введите порт выбранного протокола. - + Выберите протокол, который должен использоваться для подключения. - + Выберите сессию PuTTY, которая будет использоваться при подключении. - + Определите доменное имя, для подключения к шлюзу Служб терминалов. - + Определите имя хоста шлюза Служб терминалов. - + Укажите, когда использовать шлюз Служб терминалов. - + Укажите, следует ли войти на шлюз, использующий то же имя пользователя и пароль подключения. - + Укажите имя пользователя, которому разрешено подключаться к шлюзу Служб терминалов. - + Укажите, будут ли доступны локальные диски на удаленном хосте. - + Укажите, будут ли перенаправлены локальные комбинации клавиш (например, Alt-Tab) на удаленный хост. - + Укажите, будут ли доступны локальные порты (т.е. COM, LPT) на удаленном хосте. - + Укажите, будут ли локальные принтеры доступны на удаленном хосте. - + Укажите, будут ли локальные смарт-карты доступны на удаленном хосте. - + Укажите, будет ли перенаправлен удаленный звук на локальный компьютер. - + Выберите один из доступных движков рендеринга, который будет использоваться для отображения HTML. - + Выберите разрешение экрана в дюймах или режим отображения для этого подключения - + Выберите SmartSize. - + Подключение к текущему сеансу удаленного пользователя. - + Использовать поставщика поддержки безопасности (CredSSP) для проверки подлинности учетных данных, если он доступен. - + Введите любую информацию. - + Введите имя пользователя. - + Если вы хотите установить режим Просмотра - выберите Да. - + Введите адрес прокси-сервера. - + Введите пароль для авторизации на прокси-сервере. - + Введите порт прокси-сервера. - + Если вы используете прокси для туннелирования VNC подключений, выберите тип туннелирования. - + Введите имя пользователя для авторизации на прокси-сервере. - + Имя хоста / IP - + Все - + Авторизация - + Режим авторизации - + Кэш графики - + Цвета - + Сжатие - + Описание - + Показать темы - + Показать обои - + Домен - + Композиция рабочего стола - + Шрифты - + Кодирование - + Шифрование - + Внешний инструмент - + Внеш. Инстр. После - + Внеш. Инстр. До - + Значок - + MAC-адрес - + Имя - + Имя вкладки - + Пароль - + Порт - + Протокол - + Сессии PuTTY - + Шлюз Домена - + Хост Шлюза - + Пароль шлюза Служб терминалов - + Шлюз - + Учетные данные шлюза - + Имя пользователя шлюза - + Диски - + Комбинации клавиш - + Порты - + Принтеры - + Смарт-карты - + Звуки - + Рендеринг - + Размер экрана - + SmartSize режим - + Сеанс консоли - + Использовать проверку подлинности CredSSP - + Дополнительно - + Пользователь - + Только Просмотр - + Адрес прокси - + Пароль Прокси - + Порт Прокси - + Тип Прокси - + Пользователь Прокси - + Протокол событий Отключен. Сообщение: {0} - + Протокол событий Отключение не удалось. {0} - + Протокол импорта - + Проверка прокси - неудачна! - + Проверка Прокси - удачна! - + Завершить Putty - не удалось! - + Не удается установить фокус! - + Получить сессию Putty не удалось! - + Обработчик Putty: {0} - + Убить процесс Putty не удалось! - + Панель обработчиков: {0} - + Ошибка изменения размера окна Putty! - + Сохраненные сессии PuTTY - + Настройки PuTTY - + Показать настройки PuTTY не удалось! - + Не удалось запустить Putty! - + --- PuTTY --- - + Заголовок PuTTY: {0} - + Быстрое: {0} - + Быстрое подключение - + Ошибка добавления Быстрого подключения! - + Создать быстрое подключение не удалось - + Предупреждать при закрытии подключений - + Предупреждать меня только при выходе из mRemoteNG - + Предупреждать меня только при закрытии нескольких подключений - + Не предупреждать при закрытии подключений - + RAW - + RDP - + 16777216 цв. (24-бит) - + 256 цв. (8-бит) - + 32768 цв. (15-бит) - + 16777216 цв. (32-бит) - + 65536 цв. (16-бит) - + RDP Добавить разрешение не удалось! - + RDP Добавить разрешение не удалось! - + Добавить сессию не удалось - + Закрыть подключение RDP не удалось! - + Не удается создать RDP подключение, пожалуйста, проверьте настройки mRemoteNG. - + Отключить мигание курсора - + Отключить тень курсора - + Отключить отображение окна при перетаскивании - + Отключить Анимацию - + Отключить Темы - + Отключить обои Рабочего стола - + RDP отключен! - + RDP не удалось отключить, попробуйте закрыть его! - + Внутренняя ошибка: код 1. - + Внутренняя ошибка: код 2. - + Внутренняя ошибка: код 3. Это недопустимый режим. - + Внутренняя ошибка: код 4. - + Произошла неисправимая ошибка во время подключения клиента. - + Невозможно получить GetError (Критическая ошибка) - + Произошла неизвестная критическая ошибка RDP. Код ошибки {0}. - + Произошла ошибка из-за нехватки памяти. - + Неизвестная ошибка. - + При создании окна произошла ошибка. - + Ошибка инициализации Winsock. - + Не удалось импортировать RDP файл! - + В окне - + RDP: Ошибка получения фокуса! - + Шлюз Служб терминалов поддерживается. - + Шлюз Служб терминалов не поддерживается! - + Ошибка сессии! - + Количество переподключений RDP: - + RDP: Установить уровень проверки подлинности не удалась! - + RDP: Не удалось использовать консольную сессию! - + Настройка переключения консолей для RDC {0}. - + Ошибка установки учетных данных RDP! - + Ошибка RDP SetEventHandlers! - + Ошибка установки шлюза RDP! - + Ошибка RDP SetPerformanceFlags! - + Не удалось задать порт RDP! - + Не удалось задать параметры RDP! - + Установить перенаправление в RDP не удалось! - + Установить перенаправление клавиш в RDP не удалось! - + Ошибка установки разрешения RDP! - + Smart Size - + Передать на этот компьютер - + Не воспроизводить - + Оставить на удаленном компьютере - + Не удалось переключить RDP в режим Fullscreen! - + Не удалось переключить RDP в режим SmartSize! - + При запуске подключаться к предыдущим сессиям - + Обновление - + Удалить файл - + Удалить все - + Переименовать - + Rlogin - + Сохранить - + Сохранить все - + Перед загрузкой нового подключения, хотите сохранить текущий файл подключения? - + Сохранять подключения при выходе - + Файл Graphics Interchange Format (GIF.) | *. GIF | Файл Joint Photographic Experts Group (JPEG.) | *. JPEG | Файл Joint Photographic Experts Group (JPG.) | *. JPG | Файл Portable Network Graphics (PNG). | *. PNG - + Экран - + Скриншот - + Скриншоты - + Поиск - + Отправить... - + Получить фоновую сессию не удалось - + Завершение фоновой сессии не удалось - + Установить имя хоста, как отображаемое имя при создании новых подключений - + Настройка основной текстовой формы не удалось - + Не удалось сохранить настройки, или разместить значок в системном трее! - + Показывать подсказки в дереве подключений - + Показывать в заголовке окна полный путь к файлу подключений - + Показать сведения о входе в названии вкладок - + Показывать протокол в названии вкладок - + Один клик по подключению для его открытия - + Один клик по открытому подключению переключается на него - + Вид - + Свободный - + SmartSize недоступен - + Socks 5 - + Сортировать - + По возрастанию (A-Z) - + По убыванию (Z-A) - + Специальные клавиши - + Для дополнительной информации см. справку - Начало работы - конфигурация SQL! - + SQL Server - + Доступно обновление для SQL! Обновите подключения. - + SSH version 1 - + SSH version 2 - + Фоновая передача по SSH - не удалась! - + Передано успешно! - + Передача по SSH завершена с ошибкой (UI.Window.SSHTransfer)! - + SSH ошибка передачи. - + Начальный IP - + Начальный порт - + Запуск / Выход - + Статус - + Переключится на панель уведомлений: - + Дополнительно - + Внешний вид - + Вкладки и панели - + Обновления - + Telnet - + Установить вручную: - + Конфигурация - + Подключения - + Общие - + Цвет фона панели конфигурации. - + Цвет текста категории на панели конфигурации. - + Цвет линий сетки на панели конфигурации - + Цвет фона области справки панели конфигурации. - + Цвет текста в области справки панели конфигурации. - + Цвет текста в панели конфигурации. - + Цвет фона панели подключений. - + Цвет текста в панели подключений. - + Цвет линий дерева на панели подключений. - + Цвет фона меню. - + Цвет текста в меню. - + Цвет фона поля поиска. - + Цвет текста в поле поиска. - + Цвет текста подсказки в поле поиска. - + Цвет фона панели инструментов. - + Цвет текста в панели инструментов. - + Цвет фона главного окна. - + Цвет фона панели конфигурации - + Цвет текста категории панели конфигурации - + Цвет линий сетки панели конфигурации - + Цвет фона справки панели конфигурации - + Цвет текста справки панели конфигурации - + Цвет текста панели конфигурации - + Цвет фона панели подключений - + Цвет текста панели подключений - + Цвет линий дерева панели подключений - + Цвет фона меню - + Цвет текста меню - + Цвет фона поля поиска - + Цвет текста поля поиска - + Цвет текста подсказки поля поиска - + Цвет фона панели инструментов - + Цвет текста панели инструментов - + Цвет фона окна - + Ошибка ({0}) - + Информация ({0}) - + Пароль - + Выбор Панели - + Предупреждение ({0}) - + Передача - + Передача не удалась! - + Интеграция - + Тип - + Ultra VNC Repeater - + Порт UltraVNC SingleClick: - + Снимите свойства, которые не хотите сохранять! - + Безымянный тема - + Требуется обновление mRemoteNG - + mRemoteNG может периодически подключаться к сайту mRemoteNG для проверки наличия обновлений. - + Не удалось завершить проверку обновлений! - + Портативная версия mRemoteNG не поддерживает автообновление. - + Загрузка завершена! mRemoteNG сейчас прекратит работу и начнет процесс установки обновлений. - + Не удалось завершить загрузку! - + Не удалось скачать обновление! - + Каждые {0} дней - + Ежедневно - + Ежемесячно - + Еженедельно - + Использовать другое имя пользователя и пароль - + Пользователь - + Использовать те же имя пользователя и пароль - + Использовать смарт-карты - + Использовать SQL Server для загрузки и сохранения подключений - + Версия - + VNC - + Не удалось отключить VNC! - + Не удалось обновить экран VNC! - + Не удалось послать VNC спец. клавиши! - + Не удалось установить обработчик событий VNC! - + Не удалось задать параметры VNC! - + Не удалось начать VNC чат! - + Не удалось переключить VNC в SmartSize! - + Не удалось переключить VNC в режим Просмотра! - + Предупреждать, если не прошел проверку - + Предупреждения - + Использовано DockPanel Suite от [Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + Путь XULRunner: - + Да - + Переподключить все открытые соединения - + Рабочий каталог: - + &Запуск - + Выполнить с повышенными правами - + Выполнить с повышенными правами - + Отобразить на панели инструментов: - + Отобразить на панели инструментов - + Попробовать интегрировать - + Рабочий каталог - + Экспорт в файл... - + Импорт из &файла... - + &Импорт - + Закрепить позицию панели инструментов - + Панель инструментов SSH - + Назначенные учетные данные - + Экспортировать все - + Файл экспорта - + Пункт импорта - + Экспорт свойств - + Экспорт выбранного соединения - + Экспорт выбранной папки - + Формат файла: - + Импорт подразделений - + Используйте кодировку UTF8 для свойства RDP "Информация о балансе нагрузки" - + Время ожидания в секундах: - + Активный каталог - + В&ыход {0} - + &Открыть файл подключения - + &Попробуй еще раз - + Подключение без учетных данных - + Не подключайтесь к сеансу консоли - + PuTTY не может быть запущен. - + Новый внешний инструмент - + http://www.famfamfam.com/ - + Все импортируемые файлы - + Файлы диспетчера соединений PuTTY - + Файлы диспетчера подключений удаленного рабочего стола (* .rdg) - + HTTP - + Интернет Эксплорер - + HTTPS - + ICA - + Произошла ошибка при импорте файла "{0}". - + Импортировать не удалось - + Под корнем {0} {1} | Под выбранной папке {0} {2} - + Где бы вы хотели разместить импортируемое содержимое? - + Место импорта - + Не удалось загрузить информацию о соединении с SQL-сервера. - + http://www.dotnetmagic.com/ - + Извлечь - + mRemoteNG CSV - + mRemoteNG XML - + &Удалить - + &Новый - + &Восстановить значения по умолчанию - + Сбросить &все по умолчанию - + Вкладки - + Новая вкладка - + Предыдущая вкладка - + Изменить ярлык - + Горячие клавиши - + Тестирование... - + Клавиатура - + Оба пароля должны совпадать. - + Пароль должен содержать не менее 3 символов. - + Сканирование портов завершено. - + Выберите, следует ли автоматически изменять размер соединения при изменении размера окна или при переключении полноэкранного режима. Требуется RDC 8.0 или выше. - + Задает информацию о балансировке нагрузки для использования маршрутизаторами балансировки нагрузки для выбора лучшего сервера. - + Автоматическое изменение размера - + Информация о балансе нагрузки - + Настройки сеанса PuTTY - + Пароль для {0} - + Ошибка проверки - + Проверка обновлений... - + Журнал изменений не может быть загружен. - + Время ожидания соединения RDP - + Этот узел уже находится в этой папке. - + Не удается перетащить узел на себя. - + Не удается перетащить родительский узел на дочерний. - + Этот узел не перетаскивается. - + Режим блочного шифрования - + Механизм шифрования - + Безопасность - + Инициирование функции вывода ключей - + Динамический - + Высокий - + Cредний - + Выберите Качество звука, предоставляемое протоколом: Динамический, Средний, Высокий - + Качество звука - + Скачивание завершено! - + Скачать - + Количество минут для сеанса RDP, чтобы сидеть без дела перед автоматическим отключением (для неограниченного использования 0) - + Минуты в режим ожидания - + Применить - + Добавить - + Редактор учетных данных - + Менеджер учетных данных - + Номер - + Удалить - + Заглавие - + Выберите, какие учетные данные использовать для этого подключения. - + Вы действительно хотите удалить учетную запись, {0}? - + Не удалось найти запись учетных данных с идентификатором соответствия "{0}" для записи соединения с именем "{1}". - + Выберите, следует ли получать оповещение после отключения сеанса RDP из-за неактивности - + Предупреждение о отключении питания - + Пароль должен содержать не менее {0} следующих символов: {1} - + Пароль должен содержать не менее {0} символов нижнего регистра - + Пароль должен содержать не менее {0} номер (а) - + Пароль должен содержать не менее {0} символ верхнего регистра - + Длина пароля должна быть между {0} и {1} - + Выберите путь для файла журнала mRemoteNG - + Отладка - + Показывать эти типы сообщений - + Путь к файлу журнала - + Зарегистрируйте эти типы сообщений - + Выберите путь - + Открыть файл - + Использовать по умолчанию - + Логирование - + Всплывающие окна - + Войдите в каталог приложений - + Разрешить однократно - + Разрешить однократно - + Не разрешать - + Разрешить небезопасный сертификат для ссылки: {0}? - + Разрешить небезопасный сертификат? @@ -2550,22 +2550,22 @@ mRemoteNG сейчас прекратит работу и начнет проц Полномочия - + Обновить - + Назад - + Путь к файлу подключения - + Создание и открытие нового файла - + Открыть другой файл - + В v1.76 мы внедрили систему управления учетными данными. Эта функция требует значительных изменений в том, как мы храним и взаимодействуем с учетными данными в mRemoteNG. Вам потребуется выполнить одностороннее обновление файла соединений mRemoteNG. На этой странице вы расскажете о процессе обновления файла подключений или предоставите возможность открыть другой файл подключений, если вы не хотите выполнять обновление. @@ -2573,22 +2573,22 @@ mRemoteNG сейчас прекратит работу и начнет проц Учетные данные недоступны - + Вы действительно хотите удалить тему? - + Включить темы - + Новое название темы - + Невозможно создать тему, имя уже присутствующее или специальные символы в названии - + Введите новое название темы - + Темы не загружены, проверьте, существуют ли по умолчанию темы mRemoteNG в папке «Темы» @@ -2630,68 +2630,68 @@ mRemoteNG сейчас прекратит работу и начнет проц Тестовое соединение - + Только чтение: Использовать кодировку UTF8 для свойства RDP «Информация о балансе загрузки» - + Заблокировать позиции панели инструментов - + Панель инструментов Multi SSH - + Расширенные параметры безопасности - + Параметры mRemoteNG - + Создайте пустую панель при запуске mRemoteNG - + Отключить вкладки справа - + Хотите закрыть все подключения, кроме "{0}"? - + Хотите закрыть все подключения справа от "{0}"? - + Параметр безопасности Windows «Системная криптография: использовать FIPS-совместимые алгоритмы для шифрования, хеширования и подписывания» включен. См. Статью поддержки Microsoft по адресу http://support.microsoft.com/kb/811833 для получения дополнительной информации. {0} не является полностью FIPS совместимый. Нажмите OK, чтобы продолжить по своему усмотрению, или Отмена, чтобы выйти. - + Укажите, будут ли буфер обмена должен использоваться совместно. - + буфер обмена - + Предупреждение: перезагрузка требуется для принятия каких-либо изменений конфигурации темы. - + Должно быть от 0 до 255 - + Вне зоны доступа - + Удалять... - + Переподключить все соединения - + UltraVNC SingleClick - + Отключите все Но этот @@ -2715,33 +2715,33 @@ mRemoteNG сейчас прекратит работу и начнет проц Это исключение заставит mRemoteNG закрыться - + Копировать имя хоста Разместите панель поиска над деревом соединений - + Для сканирования одного порта, выберите «Первый порт» только. - + Отслеживать активное соединение в дереве соединений - + Всегда показывать вкладки подключения - + Канал выпуска - + Стабильный канал включает только финальные релизы. Бета-канал включает в себя Betas и релиз кандидатов. Канал разработки включает в себя Альф, Betas и релиз кандидатов. - + Применить - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index 1d03ee039..55b56441f 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -117,211 +117,211 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Hakkında - + Aktif - + Aktivite - + Yeni Bağlantı - + Yeni klasör - + XML'den node ekleme başarısız! - + SQL'den node ekleme başarısız! - + Uygulamanın yalnızca bir örneğine izin ver (mRemoteNG yeniden başlatılmalı) - + Daima - + Kimlik doğrulama başarısız olsa da daima bağlan - + Bağlantı açılırken panel seçme diyalogunu daima göster - + Panel sekmesini daima göster - + Bilgilendirme alanı simgelerini daima göster - + Daha sonra tekrar sor - + Ayarları şimdi özelleştir - + Tavsiye edilen ayarları kullan - + {0} yeni özellikler ve hata düzeltmelerinin bulunduğu güncelleştirmeleri otomatik olarak kontrol edebilir. Haftalık olarak güncelleştirmeleri kontrol etmesi için {0} 'ye izin vermeniz önerilir. - + Otomatik güncelleştirme ayarları - + Görünüş - + Oturum bilgilerini otomatik olarak getir - + Otomatik kaydet her: - + dakikada bir (0 kapalı) - + Son sürüm - + &Aç - + &İptal - + Değiştir - + &Kapat - + Varsayılan Devralma - + Varsayılan Özellikler - + Bağlantıyı kes - + Simge - + &İçe aktar - + Devral - + &Çalıştır - + Putty'yi çalıştır - + &Yeni - + &Tamam - + Özellikler - + &Tara - + &Dur - + Bağlantı - + Kimlik - + Ağ geçidi - + Genel - + Protokol - + Yönlendir - + Bu ekranı her açılışta göster - + Yenile - + Kontrol başarısız! - + Kontrol başarılı! - + Etki alanı - + Bu mesajı tekrar gösterme - + Parola - + Bu proxy sunucusu kimlik doğrulama gerektirir - + Özel PuTTY yolu kullan: - + Hazır olduğunda tekrar bağlan - + Kullanıcı adı - + Tekrar kontrol et - + Şimdi kontrol et - + Kapalı portlar - + Evet - + Güvenlik - + Dinamik - + Yüksek - + Orta - + Ses Kalitesi - + İndirme Tamamlandı! - + İndir - + (RDP) Oturumları özelliği, sisteminizde kayıtlı eolwtscom.dll'nin bir kopyasını edinmenizi gerektirir. mRemoteNG bu bileşenle birlikte gelir; ancak mRemoteNG Yükleyicisi'ni kullanmazsanız otomatik olarak kaydedilmez. El ile kaydetmek için, bir komut isteminden şu komutu çalıştırın: @@ -329,1916 +329,1916 @@ regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (C:\Program Files\mRemoteNG\ sizin mRemoteNG kurulumunuzun yolu). Bu kontrol hala başarısız olursa veya (RDP) Oturumlar özelliğini kullanamazsanız lütfen http://forum.mremoteng.org/ adresindeki mRemoteNG Forumu'na başvurun. - + EOLWTSCOM bulundu ve düzgün kayıtlı görünüyor. - + ICA, XenDesktop Online Plugin'in kurulu olmasını ve wfica.ocx kitaplığının kayıtlı olmasını gerektirir. İstemciyi şu adresten indirebilirsiniz: http://www.citrix.com/download/ XenDesktop Çevrimiçi Eklentisi'ni yüklediyseniz ve kontrol hala başarısız olursa, el ile wfica.ocx kaydetmeyi deneyin. Bunu yapmak için çalıştır iletişim kutusunu açın (Başlat - Çalıştır) ve aşağıdakileri girin: regsvr32 "c:\Program Files\Citrix\ICA İstemci\wfica.ocx" (c:\Program Files\Citrix\ICA Client\ XenDesktop Online Plugin yüklemenizin yolu). Bu kontrolden sonuç alamıyorsanız veya ICA'yi mRemoteNG'de kullanamıyorsanız, http://forum.mremoteng.org/ adresindeki mRemoteNG Forumu'na başvurun " - + Tüm ICA bileşenleri bulundu ve düzgün kaydedilmiş gibi görünüyor. Citrix ICA Client Control Sürümü {0} - + Düzgün kurulmamış - + SSH, Telnet, Rlogin ve RAW protokolleri çalışmak için PuTTY'ye ihtiyaç duyar. PuTTY her mRemoteNG paketi ile birlikte gelir ve kurulum yolunda bulunur. PutTy.exe'yi mRemoteNG dizininizde (varsayılan: c:\Program Files\mRemoteNG\) bulundurduğunuzdan veya PuTTY çalıştırılabilir dosyanız için Seçenekler'de (Araçlar - Seçenekler - Gelişmiş - Özel PuTTY yolu) geçerli bir yol belirttiğinizden emin olun. - + PuTTY çalışabilir dosyası bulundu ve kullanıma hazır. - + RDP'nin düzgün çalışabilmesi için Uzak Masaüstü Bağlantısı (Terminal Hizmetleri) İstemcisinin en az 8.0 sürümü yüklü olması gerekir. Onu buradan indirebilirsiniz: http://support.microsoft.com/kb/925876 Bu kontrol hala başarısız olursa veya RDP'yi kullanamazsanız lütfen http://forum.mremoteng.org/ adresindeki mRemoteNG Forumu'na başvurun. - + Tüm RDP bileşenleri bulundu ve düzgün bir şekilde kayıtlı görünüyorlar. Uzak Masaüstü Bağlantısı Kontrol Sürümü {0} - + VNC, VncSharp.dll dosyasının mRemoteNG uygulama klasöründe bulunmasını gerektirir. Lütfen VncSharp.dll dosyasını mRemoteNG uygulama klasörünüzde (genellikle C:\Program Files\mRemoteNG\) bulundurduğunuzdan emin olun. Bu kontrolten sonuç alamıyorsanız veya VNC'yi mRemoteNG'de kullanamıyorsanız lütfen http://forum.mremoteng.org/ adresindeki mRemoteNG Forumu'na başvurun. - + Tüm VNC bileşenleri bulundu ve düzgün bir şekilde kayıtlı görünüyorlar. VncSharp Kontrol Sürümü {0} - + Sunucu bağlantısı kesildiğinde otomatik olarak yeniden bağlanmayı deneyin (yalnızca RDP && ICA) - + Devral - + Bağlanmak için proxy sunucusu kullan - + Çıkış için bekleyin - + Güncelleştirmeleri açılışta denetle - + Başlangıçta bileşenlerin doğruluğunu kontrol edin - + Argümanlar - + Görünen ad - + Dosya adı - + Mesaj - + Kullanıcı adı - + Çıkış için bekleyin - + Ç&ıkış {0} - + Komut satırı argümanları ayrıştırılamadı - + &Bağlantı dosyası aç - + &Tekrar deneyin - + {0}, bu sistemde çalışan Lenovo Auto Scroll Utility algıladı. Bu yardımcı programın {0} ile ilgili sorunlara neden olduğu bilinmektedir. Devre dışı bırakmanız veya kaldırmanız önerilir. - + Uyumluluk sorunu tespit edildi - + Bileşenler Kontrolü - + btnIcon_Click başarısız! - + ShowHideGridItems başarısız! - + IconMenu_Click başarısız! - + Özellik Izgara nesnesi başarısız oldu! - + SetHostStatus başarısız! - + pGrid_PopertyValueChanged başarısız! - + Ayar arayüzü yükleme başarısız! - + Bağlantıyı kapatmak istiyor musunuz: "{0}"? - + Panelini kapatmak istediğinizden emin misiniz, "{0}"? İçerdiği tüm bağlantılar da kapatılacaktır. - + Harici aracı silmek istediğinizden emin misiniz, "{0}"? - + Seçilen harici araçları {0} silmek istediğinizden emin misiniz? - + Bağlantıyı silmek istediğinize emin misiniz, "{0}"? - + Boş klasörü silmek istediğinize emin misiniz, "{0}"? - + Bu klasörü silmek istediğinizden emin misiniz, "{0}"? İçerdiği klasörler veya bağlantılar da silinir. - + Bütün açık bağlantılar kapatlsın mı? - + Panelleri varsayılan yerleşimine sıfırlamak istediğinizden emin misiniz? - + Bağlan - + Tam ekran modunda bağlan - + Bağlanıyor... - + Protokol Event Bağlandı - + "{2}" kullanıcısı tarafından kurulan "{1}" yoluyla "{0}" bağlantısı (Açıklama: "{3}"; Kullanıcı Alanı: "{4}") Bağlantı başarısız! - + Protokol Event Hata Gerçekleşti - + Bağlantıyı açma başarısız! - + Bağlantı açılamıyor: Hostname belirtilmedi! - + RDP hatası! Hata Kodu: {0} Hata Açıklaması: {1} - + Bağlantılar - + Varsayılan bağlantı noktası ayarlanamadı! - + Bağlantılar dosyasının yedeğini oluşturulamadı! - + Bağlantılar dosyası alınamadı! - + "{0}" bağlantı dosyası yüklenemedi! - + "{0}" bağlantı dosyası yüklenemedi! Yeni bağlantılar dosyası ile başlanıyor. - + Bağlantılar dosyası kaydedilemedi! - + Test Vekil Sunucu - + Normal bir bağlantı dosyasını içe aktaramazsınız. Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kullanın! - + Port taraması başlatılamadı, IP formatı geçersiz! - + Görünüm - + Ekran - + Çeşitli - + Şifreleme Motoru - + Temel Türev Fonksiyon Yinelemeleri - + Protokol tarafından sağlanan Ses Kalitesini seçin: Dinamik, Orta, Yüksek - + Bağlanmadan önce paneli seç - + Bütün klasörleri daralt - + "{0}" bağlantı dosyası kaydedilemiyor! - + Kimlik olmadan bağlan - + Konsol oturumuna bağlan - + Bağlan (Ayarları kullanarak) - + {1} ile bağlanılan {0}, {2} tarafından kapatıldı. - + {1} ile bağlanılan {0}, {2} tarafından kapatıldı. (Açıklama: "{3}"; Kullanıcı Alanı: "{4}") - + Bağlantı kapatıldı - + Bağlantı kapatılma başarısız! - + Yeni bağlantı dosyası oluşturulamadı! - + ToolStrip kontrolü FilteredPropertyGrid içinde bulunamadı. - + Yüklü sürüm - + Varsayılan Tema - + Algıla - + Konsol oturumuna bağlanma - + Kimlik doğrulama başarısız olursa bağlanma - + Sekmeyi çift tıklayarak kapatın - + İndir ve Yükle - + Çoğalt - + Parola olmadan devam etmek istiyor musunuz? - + Boş bırakılan Kullanıcı adı, Parola ve Domain için: - + 128-bit (yalnızca oturum açma) - + Basit - + Bağlantı dosyası şifreleme - + Son IP - + Son Port - + Araç çubuğuna harici araç ekleme (frmMain) başarısız. {0} - + Klasör ekle ((UI.Window.ConnectionTreeWindow) başarısız. {0} - + Veritabanı {0} sürümü, {1} sürümüyle uyumlu değil. - + Çoğaltma (Tree.Node) başarısız. {0} - + Hata kodu {0} - + Bağlantı listesi kaydedilemedi. - + PuTTY başlatılamadı. - + Çözümleme başarısız. {0} - + Şifreleme başarısız. {0} - + Hatalar - + Başlangıç bağlantı dosyası yüklenemedi. {0}{0}{2}{0}{3}{0}{0} veri kaybını önlemek için {1}'den şimdi çıkılacak. - + Veritabanı sürümü doğrulaması (Config.Connections.Save) başarısız. {0} - + Tüm klasörleri genişlet - + Deneysel - + Dışa aktar - + Herşeyi dışa aktar - + Dosyayı dışa aktar - + Öğeleri dışa aktar - + mRemote/mRemoteNG XML dosyasını dışa aktar - + Seçenekleri dışa aktar - + Seçili olan bağlantıları dışa aktar - + Seçili olan klasörleri dışa aktar - + &Dosyaya dışa atar... - + Harici Uygulama - + Yeni harici araç - + [FAMFAMFAM]'ın simgelerini içerir - + Dosya &Formatı: - + Tüm Dosyalar (*.*) - + Tüm alınabilir dosyalar - + Uygulama Dosyaları (*.exe) - + mRemote CSV Dosyaları (*.csv) - + mRemote XML Dosyaları (*.xml) - + PuTTY Bağlantı Yöneticisi dosyaları - + Uzak Masaüstü Bğlantı Yöneticisi dosyaları (*.rdg) - + RDP Dosyaları (*.rdp) - + visionapp Uzak Masaüstü 2008 CSV Dosyaları (*.csv) - + Miras {0} - + Miras kalan özelliklerin açıklaması: {0} - + Boş - + Tam Ekran - + Genel - + SQL'den bağlantı bilgileri alma başarısız - + "{1}" den "{0}" için bağlantı bilgileri alınırken bir hata oluştu. {2} - + Otomatik Yeniden Bağlan - + Bağlantı - + Harici Araç Özellikleri - + Dosyalar - + HTTP Bağlantısı Başarısız! - + Yeni HTTP Bağlantısı oluşturulamadı! - + HTTP Doküman Dosyasını Değiştirme Başarısız! - + HTTP Prop'larını değiştirme başarısız! - + Yeni ICA Bağlantısı oluşturulamadı! - + ICA eklentisini yükleme başarısız! - + Veritabanı: - + Veritabanı: - + Kullanıcı adı: - + Doğrula: - + Dil - + (Otomatik Algıla) - + Dili değiştirmek için {0} yeniden başlatılmalıdır. - + SQL'den yükleme başarısız! - + Bağlantı bilgileri SQL sunucusundan yüklenemedi. - + XML'den yükleme başarısız! - + Yerel dosya - + Yerel dosya yok! - + Oturumu kapat - + Rapor dosyasına yazma başarısız! - + Rapor son konumuna kaydedilemedi. - + [Crownwood Software] tarafından sağlanan Sihirbaz kütüphanesi kullanır - + Hakkında - + Bağlantı Paneli Ekle - + Güncelleştirmeleri Konrol Et - + Ayar - + Bağlan - + Bağlantı Paneli - + Bağlantılar - + Bağlantılar ve Ayar - + Kopyala - + Sil... - + Bağlantıyı Sil... - + Harici Aracı Sil... - + Klasörü Sil... - + Bağlantıyı Kes - + Bağış Yap - + Çoğalt - + Bağlantıyı Çoğalt - + Klasörü Çoğalt - + Sekmeyi Çoğalt - + Çıkış - + Harici Araçlar - + Harici Araçlar Araç çubuğu - + &Dosya - + Tam Ekran - + Tam Ekran (RDP) - + &Yardım - + mRemoteNG Yardım - + Atla - + Harici Aracı Çalıştır - + Yeni Bağlantı Dosyası - + Yeni Harici Araç - + Bildirim - + Hepsini Kopyala - + Sil - + Hepsini Sil - + Bağlantı Dosyasını Aç - + Ayarlar - + Yapıştır - + Port Taraması - + Hızlı Bağlantı Araç Çubuğu - + Yeniden Bağlan - + Ekranı Yenile (VNC) - + Yeniden Adlandır - + Bağlantıyı Yeniden Adlandır - + Klasörü Yeniden Adlandır - + Sekmeyi Yeniden Adlandır - + Hata Raporla - + Düzeni sıfırla - + Bağlantı Dosyasını Kaydet - + Bağlantı Dosyasını Farklı Kaydet - + Ekran Görüntüsü - + Ekran Görüntüsü Yöneticisi - + Özel Tuş Gönder (VNC) - + Kurtar - + Oturumlar - + Oturumlar ve Ekran Görüntüleri - + &Yardım Metnini Görüntüle - + Metni Görüntüle - + Akıllı Boyutlandırma (RDP/VNC) - + SSH Dosya Transferi - + Sohbet'i Başlat (VNC) - + Destek Forumu - + &Araçlar - + Dosya Transferi (SSH) - + &Görünüm - + Yalnızca Gör (VNC) - + Web Sitesi - + Bilgilendirme alanına küçült - + Aşağı in - + Yukarı çık - + Şimdiki kimlik bilgilerim (Windows oturum açma bilgileri) - + Asla - + Yeni Bağlantı - + Yeni Klasör - + Yeni Panel - + Yeni Kök - + Yeni Başlık - + Hayır - + Sıkıştırmasız - + Harici Uygulama belirtilmedi - + Yok - + Yok - + Akıllı Boyutlandırma yok - + Güncelleştirme yok - + MRemote'un çok eski bir sürümü kullanılarak oluşturulmuş bir bağlantı dosyası yüklemeye çalışıyorsunuz, bu bir çalışma zamanı hatasına neden olabilir. Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası oluşturun! - + Seçili sekmenin sağında yeni sekme açın - + Açık Portlar - + &Sil - + &Yeni - + &Varsayılana sıfırla - + Herşeyi &Varsayılana Sıfırla - + Sekmeler - + Sonraki Sekme - + Önceki Sekme - + Kısayolu Değiştir - + Klavye Kısayolu - + Test ediliyor... - + Klavye - + Tema - + &Sil - + &Yeni - + VNC Yalnızca Bak geçişi başarısız! - + Kimlik doğrulama başarısız olduğunda beni uyar - + Uyarılar - + [Weifen Luo] tarafından sağlanan DockPanel Suite kullanılıyor - + Günlük dosyası yaz (mRemoteNG.log) - + XULrunner yolu: - + Tüm Açık Bağlantılara Yeniden Bağlanın - + RDP Bağlantısı Zamanaşımı - + Bu düğüm zaten bu klasörde. - + Düğümü kendine sürükleyemezsiniz. - + Üst düğüm alt öğeye sürüklenemez. - + Bu düğüm sürüklenemez - + Güncelleştirme karşıdan yüklemesi başlatılamadı. - + Her {0} günde bir - + Günlük - + Aylık - + Haftalık - + Değişiklik günlüğü indirilemedi. - + Faklı bir kullanıcı adı ve parola kullan - + Yalnızca bilgilendirme panelini kullan (Açılır pencere gösterme) - + Kullanıcı - + Aynı kullanıcı adı ve parolasını kullan - + Smart Kart kullan - + Sürüm - + Araç Çubuğu Arkaplan Rengi - + Araç Çubuğu Yazı Rengi - + Pencere Arkaplan Rengi - + Hata ({0}) - + Bilgi ({0}) - + Parola - + {0} için parola - + Panel Seçin - + Uyarı ({0}) - + Trasfer başarısız! - + Bütünleştirmeyi deneyin - + Tip - + Kaydedilmesini istemediğiniz özelliklerin işaretini kaldırın! - + İsimsiz Tema - + MRemoteNG bir güncelleme gerektiriyor - + MRemoteNG, düzenli olarak güncellemeleri kontrol etmek için mRemoteNG web sitesine bağlanabilir. - + Güncelleştirme bilgileri indirilemedi. - + Kontrol başarısız! - + Güncelleştirmeler kontrol ediliyor... - + MRemoteNG Taşınabilir Sürümü şu anda otomatik güncellemeleri desteklemez. - + İndirme tamamlandı! MRemoteNG şimdi kapanacak ve kurulum başlayacak. - + Güncelleme indirilemedi. - + ICA Kimlik ayarlama başarısız! - + ICA Olay İşleyicileri Ayarlama Başarısız! - + ICA Props Ayarlama başarısız! - + ICA Çözünürlük ayarlama başarısız! - + "Hızlı:" önekini ekleyerek hızlı bağlantı sekmelerini belirleyin - + Active Directoy'den içe aktar - + İçe aktar/Dışa aktar - + Dosya alınırken bir hata oluştu, "{0}". - + İçe alma başarısız! - + &Dosyadan içe aktar... - + {0}{1} kökünde | Seçili klasörün altındaki {0}{2} - + İçe aktarılan öğelerin nereye yerleştirilmesini istersiniz? - + İçe alma yeri - + İçe &Al - + mRemote/mRemoteNG XML dosyasını içe aktar - + Port Taramasından içe aktar - + .RDP dosyasından içe aktar - + Pasif - + Bilgiler - + mRemoteNG güncel - + Int App kaldırma işlemi başarısız! - + Int App odaklaması başarısız! - + Int App işleme: {0} - + Int App durdurma başarısız! - + Panel İşleme: {0} - + Int App yeniden boyutlandırma başarız! - + --- IntApp Ekibi --- - + Int App Başlığı: {0} - + Adres: - + Argümanlar: - + Değişiklik günlüğü: - + Bağlantı kapatılırken: - + &Bağlan: - + Görünen Ad - + Dosya Adı: - + Ayarlar: - + Parola: - + Taşınabilir Sürüm - + Protokol: - + PuTTY oturumlarını yapılandırmak için bu butona tıklayın: - + PuTTY ve harici araçlar için en fazla bekleme süresi: - + GNU Genel Kamu Lisansı (GPL) kapsamında çıkarıldı - + saniyeler - + Aşağıdaki listeden bir panel seçin veya yeni bir panel eklemek için Yeni'yi tıklayın. Devam etmek için Tamam'ı tıklayın. - + Sunucu Durumu: - + Panel Adı - + Parola koruması - + Parolalar eşleşmelidir. - + Parolama en az 3 karakter uzunluğunda olmalıdır. - + Lütfen tüm alanları doldurun - + Port taraması tamamlandı. - + PortScan paneli yüklenemedi! - + (Bu özellikler yalnızca çıktı dosyası biçimi olarak mRemote / mRemoteNG XML'yi seçerseniz kaydedilir!) - + Bağlanmak istediğiniz ana makine adını veya ip'yi girin. - + Tüm kalıtım seçeneklerini açın veya kapatın. - + Bu bağlantının hangi kimlik doğrulama düzeyini kullanması gerektiğini seçin. - + VNC sunucusuna nasıl kimlik doğrulama yapmak istediğinizi seçin. - + Pencere yeniden boyutlandırıldığında veya tam ekran modu değiştirildiğinde pencereyi yeniden boyutlandırılmasını seçin. RDP 8.0 veya üstü gerektirir. - + Bitmap önbellekleme kullanılıp kullanılmayacağını seçin. - + Kullanılacak renk kalitesini seçin. - + Kullanılacak sıkıştırma değerini seçin. - + Host için notlarınızı veya açıklamanızı buraya yazın. - + Uzak host teması görüntülenmesi gerekiyorsa evet'i seçin. - + Uzak host duvar kağıdının görüntülenmesi gerekiyorsa evet'i seçin. - + Alan adınızı girin. - + Masaüstü kompozisyonunu kullanıp kullanmamayı seçin. - + Yazı tipi yumuşatmayı kullanıp kullanmamayı seçin. - + Kullanılacak kodlama modunu seçin. - + Uzak host için şifreleme gücünü seçin. - + Başlatılacak harici aracı seçin. - + Uzak host bağlantısı kesildikten sonra başlatılacak harici bir aracı seçin. - + Uzak host bağlantısı kurulmadan önce başlatılacak harici bir araç seçin. - + Host bağlantısı kurulduğunda görüntülenecek bir simge seçin. - + Yük dengeleyici, yönlendiriciler tarafından en iyi sunucuyu seçmek için kullanılacak yük dengeleme bilgilerini belirtir. - + Harici bir araç içinde kullanmak isterseniz uzaktaki bilgisayarın MAC adresini girin. - + Bu, bağlantı ağacında görüntülenecek addır. - + Bağlantının açılacağı paneli ayarlar. - + Parolanızı girin. - + Seçilen protokolün dinlediği portu girin. - + Arama Kutusu Arkaplan Rengi - + Arama Kutusu Metin Rengi - + Arama Kutusu Metin İstemi Rengi - + Baplantıları yüklemek ve kaydetmek için SQL Sunucusu kullanın - + VNC bağlantı kesme başarısız! - + VNC ekrar yenileme başarısız! - + VNC Özel tuş gönderme başarısız! - + VNC Olay İşleyicileri başarısız oldu! - + VNC Seçenek ayarlama başarısız! - + VNC Sohbeti Başarısız! - + VNC Akıllı Boyut Değiştirme Başarısız! - + Blok Şifre Modu - + Bağlantılar Paneli Arkaplan Rengi - + Bağlantılar Paneli Metin Rengi - + Bağlantılar Panel Ağacı Çizgisi Rengi - + Menü Arkaplan Rengi - + Menü Metin Rengi - + Araç çubuğu metin rengi - + Ana pencerenin arkaplan rengi. - + Ayar Paneli Arkaplan Rengi - + Ayar Paneli Kategori Metin Rengi - + Ayar Paneli Izgara Çizgisi Rengi - + Ayar Paneli Yardım Arkaplan Rengi - + Ayar Paneli Yardım Metni Rengi - + Ayar Paneli Metin Rengi - + Host bağlantısı için mRemoteNG'nin kullanması gereken protokolü seçin. - + Bağlanırken kullanılacak bir PuTTY oturumu seçin. - + Bir kullanıcının RD Ağ Geçidi sunucusuna bağlanmak için sağladığı alan adını belirtir. - + Uzak Masaüstü Ağ Geçidi sunucusunun host adını belirtir. - + Uzak Masaüstü Ağ Geçidi (RD Ağ Geçidi) sunucusunun ne zaman kullanılacağını belirtir. - + Bağlantı olarak aynı kullanıcı adı ve parolayı kullanarak ağ geçidinde oturum açıp açmayacağını belirtir. - + Bir kullanıcının RD Ağ Geçidi sunucusuna bağlanmak için sağladığı kullanıcı adını belirtir. - + Yerel disk sürücülerinin uzak host içinde gösterilip gösterilmeyeceğini seçin. - + Tuş kombinasyonlarının (ör. Alt-Sekme) uzaktaki host'a yönlendirilip yönlendirilmeyeceğini seçin. - + Uzak ana bilgisayarda yerel bağlantı noktalarının (yani com, paralel) gösterilip gösterilmeyeceğini seçin. - + Uzak host'da yazıcıların gösterilip gösterilmeyeceğini seçin. - + Yerel akıllı kartların uzaktaki bilgisayarda bulunup bulunmayacağını seçin. - + Uzak sesin nasıl yönlendirileceğini seçin. - + HTML'yi görüntülemek için kullanılacak kullanılabilir oluşturma motorlarından birini seçin. - + Bu bağlantının açılacağı çözünürlüğü veya modu seçin. - + Kullanılacak akıllı boyutlandırma modunu seçin. - + Uzak host'un konsol oturumuna bağlanın. - + Kimlik doğrulama için eğer kullanılabilirse, Kimlik Bilgisi Güvenliği Destek Sağlayıcısı'nı (CredSSP) kullanın. - + İhtiyacınız olan bilgileri buraya girmekten çekinmeyin. - + Kullanıcı adınızı yazın - + Host'a yalnızca izlemek için bağlantı oluşturmak istiyorsanız evet'i seçin. - + Kullanılacak proxy adresini girin. - + Proxy ile kimlik doğrulamak için parolanızı girin. - + Proxy sunucusunun dinlediği bağlantı noktasını girin. - + VNC bağlantılarını tünellemek için bir proxy kullanırsanız, hangi tip olduğunu seçin. - + Proxy ile kimlik doğrulamak için kullanıcı adınızı girin. - + Hepsi - + Sunucu Kimlik Doğrulama - + Kimlik Doğrulama Modu - + Otomatik Boyutlandır - + Küçük Resimleri Önbelleğe Al - + Renkler - + Sıkıştırma - + Açıklama - + Temaları Göster - + Duvar Kağıdını Göster - + Masaüstü Bileşimi - + Font Yumuşatma - + Kodlama - + Şifreleme Gücü - + Harici Araç - + Harici Araç Sonrası - + Harici Araç Öncesi - + Simge - + Yük Dengeleme Bilgisi - + MAC Adresi - + Ad - + Parola - + Protokol - + PuTTY Oturumu - + Uzak Masaüstü Gateway Parolası - + Gateway Kullan - + Gateway Kimlik bilgileri - + Gateway Kullanıcı Adı - + Disk Sürücüleri - + Tuş Kombinasyonları - + Portlar - + Yazıcılar - + Smart Kartlar - + Sesler - + Render Motoru - + Çözünürlük - + SmartSize Modu - + Konsol Oturumunu Kullan - + CredSSP Kullan - + Kulanıcı Alanı - + Kullanıcı Adı - + Ylnızca İzle - + Proxy Adresi - + Proxy Parolası - + Proxy Portu - + Proxy Tipi - + Proxy Kullanıcı Adı - + Protokol Bağlantısı Kesildi. Mesaj: {0} - + Protokol Bağlantı kesme İşlemi Başarısız. {0} - + İçe alma protokolü - + Proxy testi başarısız! - + Proxy testi başarılı! - + Putty işleminin kapatma başarısız oldu! - + Odaklama ayarlanamadı! - + Putty oturumunu çağırma işlemi başarısız! - + Putty işlemini sonlandırma başarısız! - + Putty yeniden boyutlandırma başarısız! - + PuTTY kaydedilen oturumlar - + PuTTY Oturum Ayaları - + PuTTY Ayarları - + PuTTY Ayarları gösterilemedi! - + Putty Başlatma başarısız! - + --- PuTTY Ekibi --- - + Putty Başlığı: {0} - + Hızlı: {0} - + Hızlı Bağlan - + Hızlı Bağlantı Ekleme Başarısız! - + Hızlı bağlantı oluşturma başarısız - + &Bağlantılar kapatılırken beni uyar - + Beni yalnızca mRemoteNG &kapatılırken uyar - + Beni yalnızca birden &fazla bağlantı kapatılırken uyar - + Bağlantılar kapatılırken beni uyarma - + RDP Çözünürlük Ekleme başarısız! - + RDP Çözünürlükleri Ekle başarısız! - + Oturum Ekleme başarısız! - + RDP Bağğlantısı kapatma başarısız! - + RDP kontrolü oluşturulamadı, lütfen mRemoteNG gereksinimlerini kontrol edin. - + İmleci yanıp sönme özelliğini devre dışı bırak - + İmleç Gölgesini Devre Dışı Bırak - + Tam Pencere sürüklemeyi devre dışı bırak - + Menü Animasyonlarını Devre Dışı Bırak - + Temaları Devre Dışı Bırak - + Duvar Kağıdını Devre Dışı Bırak - + RDP bağlantısı kesildi! - + RDP bağlantısı kesilemedi, kapatmaya çalışılıyor! - + Dahili hata kodu 1. - + Dahili hata kodu 2. - + Dahili hata kodu 3. Bu geçerli bir durum değil. - + Dahili hata kodu 4. - + İstemci bağlantısı sırasında kurtarılamayan bir hata oluştu. - + Hata çağırma başarısız (Önemli Hatalar) - + Bilinmeyen bir önemli RDP hatası oluştu. Hata kodu {0}. - + Bir bellek yetersiz hatası oluştu. - + Bilinmeyen bir hata oluştu. - + Bir pencere oluşturma hatası oluştu. - + Winsock başlatma hatası. - + Rdp dosyası alınamadı! - + Panele Sığdır - + RDP Odaklama başarısız oldu! - + RD Ağ Geçidi desteklenmektedir. - + RD Ağ Geçidi desteklenmemektedir. - + Oturumları çağırma başarısız! - + RDP yeniden bağlanma sayısı: - + RDP Kimlik Doğrulama Düzeyi Ayarlanamadı! - + RDP konsol oturumunu kullanma başarısız! - + RDC {0} için Konsol anahtarını ayarlama. - + RDP Kimlik bilgilerini ayarlama başarısız oldu! - + RDP Olay İşleyicisi ayarlama başarısız oldu! - + RDP RD Gateway ayarlama başarısız oldu! - + RDP Performans ayarları başarısız oldu! - + RDP Port ayarlama başarısız! - + RDP Prob'ları ayarlama başarısız! - + Rdp Yönlendirme ayarlaması Başarısız! - + RDP Yönlendirme Anahtarlarını ayarlama başarısız! - + RDP Çözünürlük ayarlama başarısız! - + Akıllı boyut - + Bu bilgisayara getirin - + Oynatma - + Uzak bilgisayarda bırakın - + RDP Tam Ekrana Geçiş başarısız! - + RDP Akıllı Boyutlandırma başarısız! - + Başlangıçta daha önce açılmış oturumlara yeniden bağlan - + Yenile - + Uzak Dosya - + Hepsini Sil - + Yeniden Adlandır - + Kaydet - + Hepsini Kaydet - + Başka bir yüklemeden önce geçerli bağlantı dosyasını kaydetmek istiyor musunuz? - + Çıkışta bağlantıları kaydet - + Ekran - + Ekran Görüntüsü - + Ekran Görüntüleri - + Ara - + Gönder... - + Oturumların Arkaplanları alınamadı - + Oturumun Arkaplanı durdurulamadı - + Bağlantılar oluştururken veya yeniden adlandırırken ana bilgisayar adını görüntü adı gibi ayarla - + Ana form metnini ayarlama başarısız oldu - + Ayarlar kaydedilemiyor veya sistem tepsisi simgesi atılamıyor! - + Bağlantı ağacında açıklama araç ipuçları göster - + Pencere başlığında bağlantıların tam yolunu göster - + Sekme adlarında oturum açma bilgilerini göster - + Sekme adlarında protokolleri göster - + Bağlantı tek tıklama ile açılır - + Bağlantı Ağacı'nda açılan bağlantıyı tek tıklattığınızda Bağlantı Sekmesi açılır - + Görünüş - + Akıllı boyutlandırma yok - + Sırala - + Artan (A-Z) - + Azalan (Z-A) - + Özel Tuşlar - + Lütfen daha fazla bilgi için Yardım - Başlarken - SQL Yapılandırması bölümüne bakın! - + SQL Güncelleme kontrolü bitti ve kullanılabilir bir güncelleme var! Bağlantıları yenilemeye gidiliyor. - + SSH arkaplan trasferi başarısız! - + Transfer başarılı! - + SSH Transferi bitirilemedi (UI.Window.SSHTransfer) - + SSH transferi başarısız. - + Başlangıç IP - + Başlangıç Port - + Açılış/Çıkış - + Durum - + Şunlardan bildirimler paneline geçin: - + Gelişmiş - + Görünüm - + Sekmeler && Paneller - + Güncellemeler - + Aşağıdaki: - + Ayar Paneli - + Bağlantılar Paneli - + Genel - + Ayar panelinin arkaplan rengi. - + Ayar panelindeki kategori metninin rengi. - + Ayar panelindeki ızgara çizgilerinin rengi - + Ayar panelinin yardım alanındaki arkaplan rengi. - + Ayar panelinin yardım alanındaki metin rengi. - + Ayar panelindeki metin rengi. - + Ayar paneli arkaplan rengi. - + Bağlantılar panelindeki metin rengi. - + Bağlantılar panelindeki ağaç çizgilerinin rengi. - + Menülerin arkaplan rengi. - + Menülerin metin rengi. - + Arama kutusunun arkaplan rengi. - + Arama kutusunun metin rengi. - + Arama kutusundaki istem metninin rengi. - + Araç çubuklarının arka plan rengi. \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index 6223787cf..dafad1def 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -117,2315 +117,2315 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + Про програму - + Активно - + Активність - + Нове з'єднання - + Нова папка - + AddNodeFromXML не вдалося! - + AddNodesFromSQL не вдалося! - + Дозволити лише один екземпляр програми (необхіден перезапуск) - + Завжди - + Підключатися, навіть якщо не пройшов перевірку - + Завжди показувати діалог вибору вкладки при відкритті з'єднання - + Завжди показувати значок в системному треї - + Запитати пізніше - + Налаштувати параметри зараз - + Використовувати рекомендовані параметри - + {0} автоматично перевіряє наявність оновлень з новими можливостями і виправленням помилок. Рекомендуємо дозволити {0} щотижневу перевірку оновлень. - + Параметри автоматичного оновлення - + Вигляд - + Автозбереження кожні (0 - вимкнено): - + Хвилин (0 означає вимкнено) - + Остання версія - + &Огляд… - + &Скасувати - + Змінити - + &Закрити - + Успадковувння по замовчуванню - + Властивості по замовчуванню - + Відключити - + Значок - + &Імпорт - + Успадковування - + Запустити PuTTY - + &Новий - + &ОК - + Властивості - + &Сканувати - + &Стоп - + Перевірити проксі - + Ви не можете імпортувати звичайний файл з'єднання. Для звичайних файлів з'єднань використовуйте Файл - Відкрити з'єднання! - + Не вдається запустити сканування портів, невірний формат IP! - + Зовнішній вигляд - + З'єднання - + Облікові дані - + Вигляд - + Шлюз - + Основна - + Різне - + Протокол - + Локальні ресурси - + Завжди показувати це вікно при запуску - + Оновити - + Помилка перевірки! - + Успішно перевірено! - + Функція (RDP) сесій вимагає, щоб у вас була зареєстрована копія eolwtscom.dll у вашій системі. mRemoteNG постачається з цим компонентом, але він не реєструється автоматично, якщо ви не використовуєте mRemoteNG Installer. Щоб зареєструвати його вручну, запустіть таку команду з підвищеного командного рядка від імені адміністратора: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (де C:\Program Files\mRemoteNG\ це шлях до встановленого mRemoteNG). Якщо ця перевірка все-таки не є успішною, або ви не можете скористатися функцією сеансів (RDP), зверніться за адресою: {0}. - + EOLWTSCOM знайдено і зареєстровано. - + ICA вимагає встановити XenDesktop Online Plugin та зареєструвати бібліотеку wfica.ocx. Ви можете завантажити клієнт тут: http://www.citrix.com/download/ Якщо у вас є встановлений XenDesktop Online Plugin і нічого не працює, спробуйте зареєструвати wfica.ocx вручну. Для цього відкрийте (Пуск - Виконати) і введіть наступну команду: regsvr32 "C:\Program Files\Citrix\ICA Client\wfica.ocx" (де C:\Program Files\Citrix ICA Client\ це шлях до XenDesktop Online Plugin). Якщо у вас все таки не працює ICA в mRemoteNG зверніться за адресою: {0}. - + Всі компоненти ICA були знайдені і зареєстровані. Citrix ICA Client Control версії {0} - + встановлений неправильно - + SSH, Telnet, Rlogin і RAW протоколам потрібен для роботи PuTTY. PuTTY поставляється з кожним mRemoteNG і знаходиться в папці з програмою. Переконайтеся, що putty.exe є в папці з mRemoteNG (за замовчунням: C:\Program Files mRemoteNG\), або ящо ви вказали правильний шлях до виконуваного файлу PuTTY в Інструменти - Опції - Додатково - Шлях до PuTTY) - + Виконуваний файл PuTTY знайдений і готовий до використання. - + Для правильної роботи RDP необхідно мати встановлений клієнт Remote Desktop Connection (Terminal Services) не менше версії 8.0. Ви можете отримати його тут: https://support.microsoft.com/kb/2592687 Якщо у вас є встановлений RDP 8.0 і підключитися не вдається, спробуйте зареєструватися mstscax.dll вручну. Для цього відкрийте (Пуск - Виконати) і введіть наступну команду: regsvr32 "C:\Windows\system32\mstscax.dll" (де C: \ - ваш системний диск). Якщо у вас виникли проблеми при роботі з RDP зверніться зверніться за адресою: {0}. - + На цій машині підтримуються наступні версії протоколів RDP: {0} - + VNC вимагає, щоб VncSharp.dll знаходився у папці додатків mRemoteNG. Переконайтеся, що у папці програми mRemoteNG файл VncSharp.dll (як правило, C:C:\Program Files\mRemoteNG\). Якщо ви все ще не можете пройти цю перевірку або використовувати VNC в mRemoteNG, будь ласка, зверніться за адресою {0}. - + Всі VNC компоненти були знайдені і зареєстровані. VncSharp Control Version {0} - + Автоматично намагатися відновити зв'язок при відключенні від сервера (тільки RDP і ICA) - + Домен - + Більше не показувати це повідомлення. - + Успадковування - + Пароль - + Цей проксі-сервер вимагає аутентифікації - + Використовувати власний шлях до PuTTY: - + Перепідключитися, коли буде готово - + Використовувати проксі-сервер для підключення - + Користувач - + Чекати виходу - + Перевірити знову - + Перевіряти наявність оновлень при запуску - + Перевірити зараз - + При запуску перевіряти правильність встановлення компонентів - + Вибрати вкладку перед з'єднанням - + Закриті порти - + Згорнути всі папки - + Аргументи - + Коротке ім'я - + Файл - + Ім'я хосту/IP - + Повідомлення - + Користувач - + Чекати виходу - + Неможливо розібрати аргументи командного рядка! - + Перевірка компонентів - + Помилка btnIcon_Click! - + Помилка ShowHideGridItems! - + Помилка IconMenu_Click! - + Помилка властивостей Grid object! - + Помилка SetHostStatus! - + Помилка pGrid_PopertyValueChanged! - + Помилка завантаження Config UI! - + Хочете закрити з'єднання: «{0}»? - + Дійсно хочете закрити вкладку «{0}»? Всі її з'єднання також будуть закриті. - + Хочете видалити зовнішній інструмент, «{0}»? - + Хочете видалити {0} вибраних зовнішніх інструментів? - + Хочете видалити з'єднання, «{0}»? - + Хочете видалити порожню папку, «{0}»? - + Хочете видалити папку «{0}»? Будь-які папки або з'єднання, які вона містить також будуть видалені. - + Хочете закрити всі відкриті з'єднання? - + Ви дійсно бажаєте скинути налаштування вкладок до значень по замовчуванню? - + З'єднатися - + З'єднатися в повноекранному режимі - + З'єднання... - + Протокол події підключено - + Підключення до системи «{0}» через «{1}» створеного користувача «{2}» (Опис: «{3}»; Користувач: «{4}») З'єднатися не вдалося! - + Виникла помилка протоколу з'єднання. Хост «{1}»; Код помилки: «{2}»; Опис помилки: «{0}» - + Відкрити з'єднання не вдалася! - + Неможливо відкрити з'єднання: ім'я хоста не вказано! - + Помилка RDP! Код помилки: {0} Опис помилки: {1} - + З'єднання - + Не вдається встановити порт за замовчуванням! - + Не вдалося створити резервну копію файлу з'єднань! - + Не вдалося імпортувати файл з'єднань! - + Не можу завантажити файл з'єднань «{0}»! - + Не можу завантажити файл з'єднань «{0}»! Запускаюсь з новим файлом з'єднань. - + Не вдалося зберегти файл з'єднань! - + Не вдалося зберегти файл з'єднань як «{0}»! - + З'єднатися з консольним сеансом - + З'єднатися (з параметрами) - + З'єднання до {0} через {1} закрито користувачем {2}. - + З'єднання до {0} через {1} закрито користувачем {2}. (Опис: «{3}»; Користувач: «{4}») - + З'єднання закрито - + З'єднання закрити не вдалося! - + Не вдається створити новий файл з'єднань! - + Встановлена версія - + Виявлення - + Не під'єднувати без перевірки - + Подвійний клік для закриття вкладки - + Завантажити і встановити - + Дублювати - + Бажаєте продовжити без пароля? - + Використовувати пусте ім'я користувача, пароль або домен: - + 128-біт - + 128-біт (тільки при вході) - + 40-біт - + 56-біт - + Основне - + Повністю зашифрувати файл з'єднання - + Кінцевий IP - + Кінцевий порт - + Помилка AddExternalToolsToToolBar (frmMain). {0} - + Помилка AddFolder (UI.Window.Tree). {0} - + Версія бази даних {0} не сумісна з цією версією {1}. - + Помилка CloneNode (Tree.Node). {0} - + Код помилки: {0}. - + Неможливо зберегти список з'єднань. - + Не вдалося розшифрувати. {0} - + Не вдалося зашифрувати. {0} - + Помилки - + Файл з'єднання не може бути завантажений. {0}{0}{2}{0}{3}{0}{0} Для того, щоб запобігти втраті даних, {1} завершить роботу. - + Помилка VerifyDatabaseVersion (Config.Connections.Save). {0} - + Розкрити всі папки - + Експериментально - + Експорт - + Експорт mRemote / mRemoteNG XML - + Зовн. Інструмент - + Використовує значки [FAMFAMFAM] - + Всі файли (*.*) - + Файли додатків (*.exe) - + Файли mRemote CSV (*.csv) - + Файли mRemote XML (*.xml) - + Файли RDP (*.rdp) - + Файли visionapp Remote Desktop 2008 CSV (*.csv) - + Успадковувати {0} - + Опис успадкованої властивості: {0} - + На весь екран - + Головна - + Отримати інформацію про з'єднання з SQL не вдалося - + Помилка при завантаженні з'єднання «{0}» на «{1}». {2} - + Автоперепідключення - + З'єднання - + Властивості зовнішніх інструментів - + Файли - + Хост - + Помилка HTTP з'єднання! - + Не вдається створити нове HTTP з'єднання! - + Не вдалося задати параметри HTTP! - + Не вдається створити нове з'єднання ICA! - + Не вдалося завантажити ICA-плагін! - + Помилка встановлення облікових даних ICA! - + Не вдалося встановити оброблювач подій ICA! - + Не вдалося задати параметри ICA! - + Помилка встановлення дозволів ICA! - + Імпорт з Active Directory - + Імпорт / Експорт - + Імпорт mRemote / mRemoteNG XML - + Імпорт з просканованих портів - + Імпорт з RDP-файлу(ів) - + Неактивний - + Інформація - + mRemoteNG не потребує оновлення - + Зовнішній інструмент: Помилка отримання фокусу! - + Оброблювач подій Зовн. інструментів: {0} - + Не вдалося завершити процес зовнішнього інструменту! - + Вкладка оброблювача: {0} - + Зовнішній інструмент: Помилка зміни розміру! - + Заголовок зовнішнього інструменту: {0} - + CTRL+ALT+DEL - + CTRL+ESC - + Адреса: - + Аргументи: - + Журнал змін: - + &З'єднання: - + Коротке ім'я - + Домен: - + Файл: - + Ім'я хосту: - + Опції: - + Пароль: - + Порт: - + Портативна версія - + Протокол: - + Натисніть на цю кнопку для налаштування сесій PuTTY: - + Максимальний час очікування PuTTY та зовнішніх інструментів: - + Випущено під ліцензією GNU General Public License (GPL) - + сек - + Виберіть вкладку зі списку або натисніть кнопку Новий, щоб створити нову. - + Стан сервера: - + База даних: - + База даних: - + Користувач: - + Перевірка: - + Мова - + (Автовизначення) - + {0} необхідно перезапустити, щоб налаштування мови вступили в силу. - + Завантаження з SQL не вдалося! - + Завантаження з XML не вдалося! - + Локальний файл - + Локальний файл не існує! - + Вихід - + Не вдалося записати у файл журналу! - + Неможливо зберегти звіт в папці призначення. - + Використовує Magic library від [Crownwood Software] - + Про програму - + Додати панель з'єднання - + Перевірка наявності оновлень - + Конфігурація - + З'єднання - + Панель з'єднань - + З'єднання - + З'єднання та конфігурація - + Копіювати - + Ctrl+Alt+Del - + Ctrl+Esc - + Видалити… - + Видалити з'єднання… - + Видалити зовнішній інструмент… - + Видалити папку… - + Відключити - + Пожертва - + Дублювати - + Дублювати з'єднання - + Дублювати папку - + Дублювати вкладку - + Вихід - + Зовнішні інструменти - + Панель зовнішніх інструментів - + &Файл - + На весь екран - + На весь екран (RDP) - + &Довідка - + Довідка mRemoteNG - + Перейти до - + Запуск зовнішніх інструментів - + Новий файл з'єднань - + Новий зовнішній інструмент - + Сповіщення - + Відкрити файл з'єднань… - + Параметри - + Вставити - + Сканер портів - + Панель швидкого з'єднання - + Повторне з'єднання - + Оновити екран (VNC) - + Перейменувати - + Перейменувати з'єднання - + Перейменувати папку - + Перейменувати вкладку - + Повідомити про помилку - + Скинути шаблон - + Зберегти файл з'єднань - + Зберегти файл з'єднань як… - + Скріншот - + Менеджер скріншотів - + Надіслати спец. клавіші (VNC) - + Сесії - + Сесії та скріншоти - + Показати текст - + Передача файлів по SSH - + Почати чат (VNC) - + Форум підтримки - + &Інструменти - + Передача файлів (SSH) - + &Вигляд - + Перегляд (VNC) - + Веб-сайт - + Мінімізувати в область сповіщень - + Вниз - + Вгору - + Мої поточні облікові дані (Windows облікові дані) - + Ніколи - + Нове з'єднання - + Нова папка - + Нова панель - + Новий корінь - + Нова назва - + Ні - + Без стискання - + Не вказано зовнішній інструмент - + Ні - + Ні - + Нормальний - + Немає доступних оновлень - + Ви намагаєтеся завантажити файл з'єднання, що створений за допомогою дуже ранніх версій mRemote, це може спричинити помилки виконання. Будь ласка, створіть новий файл з'єднання! - + Відкривати нову вкладку праворуч від вибраної вкладки - + Відкриті порти - + Тема - + Назва панелі - + Захист паролем - + Будь ласка, заповніть всі поля - + Не вдалося завантажити панель сканера портів! - + (Ці властивості будуть збережені тільки якщо ви виберете mRemote / mRemoteNG XML як вихідний формат файлу!) - + Введіть ім'я хосту або IP до якого потрбіно підключитися. - + Перемкнути усі варіанти успадкування. - + Виберіть рівень аутентифікації, що має використовувати це з'єднання. - + Виберіть спосіб авторизації на сервері VNC. - + Виберіть, чи використовувати кешування растрових зображень. - + Виберіть якість кольору, що буде використовуватися. - + Виберіть значення стискання, яке буде використовуватися. - + Помістіть сюди свої замітки або опис хоста. - + Виберіть «Так», якщо хочете бачити тему робочого столу віддаленого хоста. - + Виберіть «Так», якщо хочете бачити шпалери віддаленого хоста. - + Введіть ім'я домену. - + Чи використовувати композицію робочого столу на віддаленому хості. - + Використання згладжування шрифтів. - + Виберіть режим кодування, який буде використовуватися. - + Виберіть ступінь шифрування віддаленого хоста. - + Виберіть зовнішній інструмент для запуску. - + Виберіть зовнішній інструмент, який потрібно запустити після відключення від віддаленого хоста. - + Виберіть зовнішній інструмент, який потрібно запустити до встановлення з'єднання з віддаленим хостом. - + Виберіть піктограму, яка відображатиметься при підключенні до хоста. - + Введіть МАС-адресу віддаленого хоста, якщо ви хочете використовувати його в зовнішньому інструменті. - + Це ім'я буде відображатися в дереві з'єднань. - + Визначає вкладку, в якій буде відкрито з'єднання. - + Введіть пароль. - + Введіть порт, на якому прослуховується вибраний протокол. - + Виберіть протокол, який mRemoteNG повинен використовувати для з'єднання з хостом. - + Виберіть сесію PuTTY, яка буде використовуватися під час з'єднання. - + Вкажіть доменне ім'я, яке надає користувач для підключення до сервера шлюзу віддаленого робочого столу(RD Gateway). - + Вкажіть ім'я хоста сервера шлюзу віддаленого робочого столу(RD Gateway). - + Вкажіть, коли використовувати сервер шлюзу віддаленого робочого столу (RD Gateway). - + Вкажіть, чи потрібно входити в шлюз, використовуючи те саме ім’я користувача й пароль, що і для з'єднання. - + Вкажіть ім'я користувача, яке надає користувач для підключення до сервера шлюзу віддаленого робочого столу(RD Gateway). - + Вкажіть, чи будуть доступні локальні диски на віддаленому хості. - + Вкажіть, чи будуть перенаправлені локальні комбінації клавіш (наприклад, Alt+Tab) на віддалений хост. - + Вкажіть, чи будуть доступні локальні порти (тобто COM, LPT) на віддаленому хості. - + Вкажіть, чи локальні принтери будуть доступні на віддаленому хості. - + Вкажіть, чи будуть локальні смарт-карти доступні на віддаленому хості. - + Виберіть, як слід перенаправляти віддалений звук. - + Виберіть один із доступних механізмів візуалізації, який використовуватиметься для відображення HTML. - + Виберіть роздільну здатність або режим, у якому відкриється це з'єднання. - + Виберіть, чи буде використовуватись режим SmartSize. - + Підключитися до консольного сеансу віддаленого хоста. - + Не соромтеся вводити тут інформацію, яка вам потрібна. - + Введіть ім'я користувача. - + Якщо ви хочете встановити підключення в режимі перегляду - виберіть «Так». - + Введіть адресу проксі-сервера. - + Введіть пароль для авторизації на проксі-сервері. - + Введіть порт проксі-сервера. - + Якщо ви використовуєте проксі для тунелювання VNC з'єднань, виберіть тип тунелювання. - + Введіть ім'я користувача для авторизації на проксі-сервері. - + Ім'я хоста / IP - + Все - + Аутентифікація сервера - + Режим аутентифікації - + Кеш графіки - + Кольори - + Стискання - + Опис - + Показати теми - + Показати шпалери - + Домен - + Композиція робочого столу - + Згладжування шрифту - + Кодування - + Шифрування - + Зовнішній інструмент - + Зовнішній інструмент після - + Зовнішній інструмент до - + Значок - + MAC-адреса - + Ім'я - + Ім'я вкладки - + Пароль - + Порт - + Протокол - + Сесія PuTTY - + Шлюз домену - + Хост шлюзу - + Пароль шлюзу служб терміналів - + Використовувати шлюз - + Облікові дані шлюзу - + Ім'я користувача шлюзу - + Диски - + Комбінації клавіш - + Порти - + Принтери - + Смарт-карти - + Звуки - + Рушій візуалізації - + Розширення екрану - + Режим SmartSize - + Використовувати консольну сесію - + Користувацьке поле - + Користувач - + Режим перегляду - + Адреса проксі - + Пароль проксі - + Порт проксі - + Тип проксі - + Користувач проксі - + Протокол подій: Відключено. Хост: «{1}»; Протокол: «{2}»; Повідомлення: «{0}» - + Протокол подій: Помилка відключення. {0} - + Протокол імпорту - + Перевірка проксі невдала! - + Перевірка уроксі успішна! - + Завершити роботу Putty - не вдалося! - + Не вдається встановити фокус! - + Отримати сесію Putty не вдалося! - + Оброблювач подій Putty: {0} - + Вбити процес Putty не вдалося! - + Вкладка оброблювача подій: {0} - + Помилка зміни розміру вікна Putty! - + Налаштування PuTTY - + Показати налаштування PuTTY не вдалося! - + Не вдалося запустити Putty! - + Заголовок PuTTY: {0} - + Швидке: {0} - + Швидке з'єднання - + Помилка додавання швидкого з'єднання! - + Створити швидке з'єднання не вдалося - + 16 млн. кольорів (24-біт) - + 256 кольорів (8-біт) - + 32 тис. кольорів (15-біт) - + 16 млн. кольорів (32-біт) - + 65 тис. кольорів (16-біт) - + RDP додати розширення не вдалося! - + RDP додати розширення не вдалося! - + Додати сесію не вдалося - + Закрити з'єднання RDP не вдалося! - + Неможливо створити управління RDP, перевірте вимоги mRemoteNG. - + Вимкнути моргання курсору - + Вимкнути тінь курсора - + Вимкнути відображення вікна при перетягуванні - + Вимкнути анімації меню - + Вимкнути теми - + Вимкнути шпалери робочого столу - + RDP відключено! - + RDP не вдалося відключити, спробуйте закрити його! - + Внутрішня помилка: код 1. - + Внутрішня помилка: код 2. - + Внутрішня помилка: код 3. Це неприпустимий стан. - + Внутрішня помилка: код 4. - + Сталася непоправна помилка під час з'єднання з клієнтом. - + Виникла невідома критична помилка RDP. Код помилки: {0}. - + Сталася помилка через брак пам'яті. - + Невідома помилка. - + При створенні вікна сталася помилка. - + Помилка ініціалізації Winsock. - + Не вдалося імпортувати RDP файл! - + Встановити на вкладку - + RDP: помилка отримання фокусу! - + RD Gateway підтримується. - + RD Gateway не підтримується! - + Помилка GetSessions! - + Кількість перепідключень RDP: - + Помилка RDP SetAuthenticationLevel! - + Помилка RDP SetUseConsoleSession! - + Налаштування перемикання консолі для RDC {0}. - + Помилка RDP SetCredentials! - + Помилка RDP SetEventHandlers! - + Помилка RDP SetRDGateway! - + Помилка RDP SetPerformanceFlags! - + Помилка RDP SetPort! - + Помилка RDP SetProps! - + Помилка RDP Set Redirection! - + Помилка RDP Set Redirect Keys! - + Помилка RDP SetResolution! - + Передати на цей комп'ютер - + Не відтворювати - + Залишити на віддаленому комп'ютері - + Помилка RDP ToggleFullscreen! - + Помилка RDP ToggleSmartSize! - + При запуску підключатися до попередніх сесій - + Оновити - + Віддалений файл - + Видалити все - + Перейменувати - + Зберегти - + Зберегти все - + Перед завантаженням нового файлу з'єднання, хочете зберегти поточний? - + Зберігати з'єднання при виході - + Файл Graphics Interchange Format (GIF.) | *. GIF | Файл Joint Photographic Experts Group (JPEG.) | *. JPEG | Файл Joint Photographic Experts Group (JPG.) | *. JPG | Файл Portable Network Graphics (PNG). | *. PNG - + Екран - + Скріншот - + Скріншоти - + Надіслати… - + Отримати фонову сесію не вдалося - + Завершення фонової сесії не вдалося - + Встановити назву хоста, як ім'я відображення при створенні чи перейменуванні нових з'єднань - + Налаштування основної текстової форми не вдалося - + Не вдалося зберегти налаштування, або розмістити значок у системному треї! - + Показувати підказки опису в дереві з'єднань - + Показувати в заголовку вікна повний шлях до файлу з'єднань - + Показати відомості про вхід у назві вкладок - + Показувати протокол у назві вкладок - + Одне натискання на з'єднання відкриває його - + Один клік по відкритому з'єднанню переключається на нього - + Сортувати - + За зростанням (A-Z) - + За спаданням (Z-A) - + Спеціальні клавіші - + Для додаткової інформації дивись: Довідка - Початок роботи - Конфігурація SQL! - + Перевірка оновлення SQL завершена, і доступне оновлення! Оновлюємо з’єднання. - + SSH версії 1 - + SSH версії 2 - + Фонова передача по SSH не вдалася! - + Передано успішно! - + Передача по SSH завершена помилкою (UI.Window.SSHTransfer)! - + Помилка передавання SSH. - + Початковий IP - + Початковий порт - + Запуск / Вихід - + Статус - + Перемкнутись на панель сповіщень при: - + Додатково - + Зовнішній вигляд - + Вкладки та панелі - + Оновлення - + Наступне: - + Помилка: ({0}) - + Інформація: ({0}) - + Пароль - + Вибеніть панель - + Попередження: ({0}) - + Передати - + Передача не вдалася! - + Спробувати інтегрувати - + Тип - + Порт UltraVNC SingleClick: - + Зніміть параметри, які не хочете зберігати! - + mRemoteNG потребує оновлення - + mRemoteNG може періодично підключатися до сайту mRemoteNG для перевірки наявності оновлень. - + Не вдалося завантажити інформацію про оновлення. - + Портативна версія mRemoteNG не підтримує автоматичне оновлення. - + Завантаження завершено! mRemoteNG зараз припинить роботу і почне процес встановлення оновлення. - + Не вдалося завантажити оновлення. - + Не вдалося розпочати завантаження оновлення. - + Кожні {0} дн. - + Щодня - + Щомісяця - + Щотижня - + Використовувати інше ім'я користувача і пароль - + Користувач - + Використовувати ті ж ім'я користувача і пароль - + Використовувати смарт-карти - + Використовувати SQL Server для завантаження і збереження з'єднань - + Версія - + Не вдалося відключити VNC! - + Не вдалося оновити екран VNC! - + Помилка VNC SendSpecialKeys! - + Не вдалося встановити оброблювач подій VNC! - + Не вдалося задати параметри VNC! - + Не вдалося почати VNC-чат! - + Не вдалося переключити VNC в SmartSize! - + Не вдалося переключити VNC в режим перегляду! - + Попередити мене, якщо аутентифікація не вдасться - + Попередження - + Використано DockPanel Suite від [Weifen Luo] - + Шлях XULRunner: - + Так - + Завжди показувати панель вкладок - + &Запустити - + &Вихід {0} - + &Відкрити файл з'єднань - + &Спробувати знову - + {0} виявив запущену програму Lenovo Auto Scroll Utility. Ця програма створює проблеми з {0}. Рекомендується вимкнути або видалити її. - + Виявлена проблема сумісності - + З'єднатися без облікових даних - + Не вдається знайти «ToolStrip control» у «FilteredPropertyGrid». - + Тема за замовчуванням - + Не під'єднуватися до консольного сеансу - + Неможливо запустити PuTTY. - + Увімкнено налаштування безпеки Windows «System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing». Додаткову інформацію дивись у статті Microsoft Support на http://support.microsoft.com/kb/811833 {0} не повністю сумісний з FIPS. Натисніть ОК, щоб продовжити на власний розсуд, або Скасувати для виходу. - + Експортувати все - + Файл експорту - + Експорт елементів - + Параметри експорту - + Експортувати вибране з'єднання - + Експортувати вибрану папку - + &Експорт у файл… - + &Формат файлу: Облікові дані - + Новий зовнішній інструмент - + Усі файли, які можна імпортувати - + Файли PuTTY Connection Manager - + Файли Remote Desktop Connection Manager (*.rdg) - + Не вдається змінити заголовок HTTP документу! - + Визначати вкладки швидкого підключення, додавши префікс «Quick» - + Під час імпорту файлу «{0}» сталася помилка. - + Не вдалося імпортувати - + Імпорт з &файлу… - + В корені {0}{1}|У вибраному каталозі {0}{2} - + Де ви хочете розмістити імпортовані елементи? - + Місцезнаходження імпорту - + &Імпорт - + При закритті з'єднань: - + Інформацію про з'єднання не вдалося завантажити з SQL сервера. - + Копіювати все - + Видалити - + Видалити все - + Відновити - + &Показати текст довідки - + Немає SmartSize - + &Видалити - + &Нова - + &Скинути до замовчування - + Скинути &все за замовчуванням - + Вкладки - + Наступна вкладка - + Попередня вкладка - + Змінити гарячу клавішу - + Гарячі клавіші - + Тестування… - + Клавіатура - + &Видалити - + &Нова - + Обидва паролі повинні збігатися. - + Пароль повинен містити не менше 3 символів. - + Сканування портів завершено. - + Виберіть, чи слід автоматично змінювати розмір вікна з'єднання, коли змінюється розмір вікна програми, або коли програма перемикається в повноекранний режим. Потрібен RDC 8.0 або вище. - + Визначає інформацію про балансування навантаження для використання маршрутизаторами балансування навантаження для вибору найкращого сервера. - + Вкажіть, чи слід ділитися буфером обміну з віддаленим хостом. - + Виберіть, чи слід перенаправляти пристрій аудіо введення за замовчуванням на віддаленій машині на цей комп'ютер. - + Використовати Credential Security Support Provider (CredSSP) для аутентифікації, якщо він доступний. - + Автоматична зміна розміру - + Інформація про балансування - + Буфер обміну - + Захоплення аудіо - + Використовувати CredSSP - + Збережені сесії PuTTY - + Налаштування сесії PuTTY - + &Попередити мене при закритті з'єднань - + Попередити мене лише при &виході з mRemoteNG - + Попередити мене лише при закритті &декількох з'єднань - + &Не попереджати мене при закритті з'єднань - + Помилка GetError (FatalErrors) - + Шукати - + Без SmartSize - + Панель налаштувань - + Панель з'єднань - + Головна - + Фоновий колір панелі налаштувань. - + Колір тексту категорії на панелі налаштувань. - + Колір ліній сітки на панелі налаштувань. - + Фоновий колір області довідки панелі налаштувань. - + Колір тексту області довідки панелі налаштувань. - + Колір тексту на панелі налаштувань. - + Фоновий колір панелі з'єднань. - + Колір тексту панелі з'єднань. - + Колір ліній дерева панелі з'єднань. - + Фоновий колір меню. - + Колір тексту в меню. - + Фоновий колір вікна пошуку. - + Колір тексту у вікні пошуку. - + Колір тексту підказки у вікні пошуку. - + Фоновий колір панелей інструментів. - + Колір тексту панелей інструментів. - + Фоновий колір головного вікна. - + Фоновий колір панелі налаштувань - + Колір тексту категорій панелі налаштувань - + Колір ліній сітки панелі налаштувань - + Фоновий колір довідки панелі налаштувань - + Колір тексту довідки панелі налаштувань - + Колір тексту панелі налаштувань - + Фоновий колір панелі з'єднань - + Колір тексту панелі з'єднань - + Колір ліній дерева панелі з'єднань - + Фоновий колір меню - + Колір тексту меню - + Фоновий колір поля пошуку - + Колір тексту поля пошуку - + Колір тексту підказок поля пошуку - + Фоновий колір панелі інструментів - + Колір тексту панелі інструментів - + Фоновий колір вікна - + Пароль для: {0} - + Показати на панелі інструментів - + Безіменна тема - + Не вдалося перевірити - + Перевірка оновлень… - + Не вдалося завантажити журнал змін. - + Повторно підключити усі відкриті з'єднання - + Тайм-аут RDP з'єднання - + Цей вузол вже в цій папці. - + Неможливо перемістити вузол в себе. - + Неможливо перетягнути батьківський вузол до дочірнього. - + Цей вузол не перетягується. - + Режим блочного шифру - + Рушій шифрування - + Безпека - + Ітерації функції формування ключа(KDF) - + Динамічна - + Висока - + Середня - + Виберіть якість звуку: динамічна, Середня, Висока - + Якість звуку - + Завантаження завершено! - + Завантажити - + Скільки хвилин перебувати в режимі очікування перед автоматичним відключенням RDP сеансу (0 - без обмежень) - + Хвилин простою - + Прийняти - + Додати - + Редактор облікових даних - + Менеджер облікових даних - + Видалити - + Заголовок - + Виберіть, який обліковий запис використовувати для цього з'єднання. - + Дійсно хочете видалити обліковий запис: {0}? - + Не вдалося знайти обліковий запис із ідентифікатором «{0}» для запису підключення під назвою «{1}». - + Виберіть, чи отримувати попередження після відключення сеансу RDP через неактивність - + Попереджати про відключення через неактивність - + Пароль повинен містити принаймні {0} таких символів: {1} - + Пароль повинен містити принаймні {0} малі символи(ів) - + Пароль повинен містити принаймні {0} номер(и) - + Пароль повинен містити принаймні {0} великі символи(ів) - + Довжина пароля повинна бути від {0} до {1} - + Виберіть шлях для файлу журналу mRemoteNG - + Відлагодження - + Показувати ці повідомлення - + Шлях до файлу журналу - + Записувати в журнал ці типи повідомлень - + Вибрати шлях - + Відкрити файл - + За замовчуванням - + Ведення журналу - + Виринаючі вікна - + Записувати в каталог програми - + Призначені облікові дані - + Завжди дозволяти - + Дозволити раз - + Не дозволяти - + Дозволити незахищений сертифікат для URL: {0}? - + Дозволити незахищений сертифікат? @@ -2449,22 +2449,22 @@ mRemoteNG зараз припинить роботу і почне процес Запитувати про розблокування репозиторія облікових даних при запуску - + Оновити - + Назад - + Шлях до файлу з'єднань - + Створити та відкрити новий файл - + Відкрти інший файл - + У v1.76 ми запровадили систему управління обліковими записами. Ця функція вимагає суттєвих змін у тому, як ми зберігаємо та взаємодіємо з обліковими записами в mRemoteNG. Вам буде потрібно виконати одностороннє оновлення файлу з'єднань mRemoteNG. Ця сторінка проведе вас через процес оновлення файлу з'єднань або дасть можливість відкрити інший файл з'єднань, якщо ви не захочете здійснити оновлення. @@ -2472,25 +2472,25 @@ mRemoteNG зараз припинить роботу і почне процес Обліковий запис не доступний - + Дійсно видалити цю тему? - + Увімкнути теми - + Нова назва теми - + Не вдається створити тему, таке ім'я вже існує, або присутні спеціальні символи - + Введіть нову назву теми - + Попередження: для зміни будь-якої конфігурації теми потрібен перезапуск. - + Жодної теми не завантажено, перевірте чи присутні стандартні теми у папці «themes» mRemoteNG @@ -2532,82 +2532,82 @@ mRemoteNG зараз припинить роботу і почне процес Тест з'єднання - + Лише для читання: Використовувати кодування UTF8 для властивості RDP "Інформація про балансування" - + Тайм-аут [секунди] - + Робочий каталог: - + Запускати з вищими правами - + Запускати з вищими правами - + Показати на панелі інструментів - + Спробувати інтегрувати - + Робочий каталог - + Фіксувати позиції панелі інструментів - + Панель Multi SSH - + Імпорт дочірніх OU - + Фіксувати позиції панелі інструментів - + Панель Multi SSH - + Додаткові параметри безпеки - + Параметри mRemoteNG - + Використовувати кодування UTF8 для властивості RDP "Інформація про балансування" - + Створювати порожню вкладку, при запуску mRemoteNG - + Має бути між 0 і 255 - + Поза межами - + Видалити… - + Повторно підключити усі з'єднання - + Відключити вкладки праворуч - + Відключити все, окрім цієї вкладки - + Ви дійсно хочете закрити всі з'єднання, окрім «{0}»? - + Ви дійсно хочете закрити всі з'єднання праворуч від «{0}»? @@ -2625,42 +2625,42 @@ mRemoteNG зараз припинить роботу і почне процес Цей виняток змусить mRemoteNG закритися - + Скопіювати ім'я хоста Розмістити рядок пошуку над деревом з'єднань - + Щоб сканувати один порт, виберіть лише «Початковий порт». - + Відстежувати активне з'єднання у дереві з'єднань - + Завжди показувати вкладки підключення - + Канал оновлень - + Канал «Stable» включає лише остаточні стабільні випуски. Канал «Beta» включає Beta та Release Candidate. Канал «Development» включає Alpha, Beta та Release Candidate версії. - + Застосувати - + Проксі - + Натисніть ENTER для надсилання. Ctrl+C надсилається негайно. - + Показати це з'єднання в меню обраних. - + Улюблене @@ -2687,43 +2687,43 @@ mRemoteNG зараз припинить роботу і почне процес Тест налаштувань - + Встановіть версію RDP, що буде використовуватись при відкритті з'єднань. - + Версія RDP - + Використовувати VM ID для підключення до VM, що працюють на Hyper-V. - + ID віртуальної машини Hyper-V, до якогї потрібно підключитися. - + Використовувати VM ID Не вдалося створити RDP клієнт. Версія протоколу RDP {0} не підтримується на цій машині. Виберіть старішу версію протоколу. - + Запускати згорнутим - + Встановіть пароль, що необхідний для шифрування файлу з'єднань. Перед запуском mRemoteNG вам буде пропонуватись ввести цей пароль. - + Підключатися до хоста Hyper-V із увімкненим розширеним режимом. - + Використовувати розширений режим - + Вказує пароль сервера Remote Desktop Gateway. - + Виберіть, чи слід спільно використовувати мікрофони. - + Закривати в область сповіщень \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index a1a9dddcd..03c9f439a 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -117,2392 +117,2392 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 关于 - + 活动连接 - + 活动目录 - + 活动 - + 新建连接 - + 新建目录 - + AddNodeFromXML 函数执行失败! - + AddNodesFromSQL 函数执行失败! - + 仅允许应用程序以单实例运行(需要重新启动mRemoteNG) - + 始终 - + 始终连接,即使身份验证失败 - + 在打开连接时总是显示面板选择对话框 - + 始终显示标签面板 - + 始终显示通知区域图标 - + 稍后询问 - + 自定义设置 - + 使用建议设置 - + {0} 可以自动检查更新,新版本提供新功能及错误修复。建议您允许 {0} 每周检查更新。 - + 自动更新设置 - + 方面 - + 自动保存配置,每隔 - + 分钟(0表示禁用) - + 当前版本 - + 浏览(&B) - + 取消(&C) - + 更改 - + 关闭(&C) - + 默认继承 - + 默认属性 - + 断开连接 - + 图标 - + 导入(&I) - + 继承 - + 启动(&L) - + 启动 PuTTY - + 新建(&N) - + 确定(&O) - + 属性 - + 扫描(&S) - + 停止(&S) - + 测试代理 - + 您不能导入正常连接文件。 请使用文件/加载连接文件以导入正常连接文件! - + 无法启动端口扫描,IP 格式不正确! - + 外观 - + 连接 - + 凭据 - + 显示 - + 网关 - + 常规 - + 杂项 - + 协议 - + 重定向 - + 总是在启动时显示该屏幕 - + 刷新 - + 检查失败! - + 检查成功! - + RDP会话功能需要您已提前在系统上注册eolwtscom.dll文件。 mRemoteNG提供此组件,但是如果没有使用 mRemoteNG 安装程序,不会自动进行注册。 要手动注册它,请从提升的命令提示符运行以下命令:regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (其中 C:\Program Files\mRemoteNG\ 是 mRemoteNG 安装的路径)。 如果此检查仍然失败或无法使用(RDP)会话功能,请咨询 {0}。 - + 发现 EOLWTSCOM 组件,组件已注册。 - + 启用 ICA 需要提前安装 XenDesktop Online 插件,并正确注册 wfica.ocx 库文件。您可以在此下载此插件:http://www.citrix.com/download/ 如果您已安装 XenDesktop Online 插件,但仍旧检测失败,请手动注册 wfica.ocx。 请打开运行对话框(开始菜单/运行),并输入如下内容:“regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" ”(c:\Program Files\Citrix\ICA Client\ 是您安装 XenDesktop Online 插件的路径)。 如果仍然无法通过此检查或在 mRemoteNG 中使用 ICA,请咨询 {0}。 - + 发现 ICA 组件。 Citrix ICA 客户端空间版本:{0} - + 安装不正确 - + SSH、Telnet、Rlogin和RAW协议均基于PuTTY。mRemoteNG安装时会自动安装内置的PuTTY到安装目录中。 请确保Putty.exe在mRemoteNG目录中(默认为 c:\Program Files\mRemoteNG\)或是在选项(工具/选项/高级/自定义PuTTY路径)中指定Putty的有效路径。 - + 发现 PuTTY 执行文件。 - + 要使 RDP 正常工作,您至少需要安装远程桌面连接(终端服务)客户端 8.0。您可以在此处下载:http://support.microsoft.com/kb/925876 如果此检查仍然失败或无法使用 RDP,请咨询 {0}。 - + 此计算机上支持以下 RDP 协议版本:{0} - + VNC 要求 VncSharp.dll 位于 mRemoteNG 应用程序文件夹中。 请确认 VncSharp.dll 在您安装 mRemoteNG 的目录中(一般为 C:\Program Files\mRemoteNG\)。 如果仍然无法通过此检查或在 mRemoteNG 中使用 VNC,请咨询 {0}。 - + 发现 VNC 组件。 VncSharp 版本 {0} - + 服务器连接断开时,自动重试连接(仅限 RDP 和 ICA) - + 域名 - + 不再显示此消息。 - + 继承 - + 密码 - + 此代理服务器要求进行身份验证 - + 自定义 PuTTY 路径: - + 准备完成时重新连接 - + 使用代理服务器连接 - + 用户名 - + 等待退出 - + 再次检查 - + 启用时检查更新和网站公告。 - + 现在检查 - + 启用时检查组件安装是否正常。 - + 连接前请选择面板 - + 已关闭端口 - + 折叠所有目录 - + 参数 - + 显示名称 - + 文件名 - + 主机名/IP - + 消息 - + 用户名 - + 等待退出 - + 退出{0}(&X) - + 无法解析命令行参数! - + 打开一个连接文件(&O) - + 再试一次(&T) - + {0} 检测到联想Auto Scroll程序在本机上运行。该程序程序明确会导致问题 {0} 的出现。建议您禁用或卸载该程序。 - + 检测到系统存在兼容性问题 - + 组件检查 - + btnIcon_Click 函数执行失败! - + ShowHideGridItems 函数执行失败! - + IconMenu_Click 函数执行失败! - + 属性网格对象失败! - + SetHostStatus 函数执行失败! - + pGrid_PopertyValueChanged 函数执行失败! - + 无法加载配置界面。 - + 确定要关闭连接: “{0}”? - + 确实要关闭面板“{0}”?此面板所包含的所有连接将会断开。 - + 确定要删除外部工具,"{0}"? - + 确定要删除外部工具 {0} 吗? - + 确定要删除连接,"{0}"? - + 确定要删除空目录,"{0}"? - + 确定要删除目录,"{0}"?目录下所有目录及连接都将被删除。 - + 确认要关闭所有已打开的连接吗? - + 确认要重置面板为默认布局吗? - + 连接 - + 在全屏模式下连接 - + 正在连接... - + 协议事件:已连接 - + 通过{1}到主机{0}的连接,已被用户{2}打开(说明:“{3}”,自定义信息:“{4}”) 连接失败! - + 发生连接协议错误。主机:“{1}”;错误代码:“{2}”;错误说明:“{0}” - + 连接建立失败! - + 无法打开连接:未指定主机名! - + RDP发生错误! 错误代码:{0} 错误描述:{1} - + 连接 - + 无法设置默认端口! - + 无法创建连接配置文件备份! - + 无法导入连接配置文件 - + 无法载入连接配置文件“{0}”! - + 无法载入连接配置文件“{0}”! 启用新建连接配置文件。 - + 无法保存连接配置文件! - + 无法保存连接配置文件“{0}”! - + 在没有凭据的情况下连接 - + 连接到控制台会话 - + 连接(选项) - + 通过{1}到主机{0}的连接,已被用户{2}关闭。 - + 通过{1}到主机{0}的连接,已被用户{2}关闭(说明:“{3}”,自定义信息:“{4}”)。 - + 连接事件关闭 - + 连接事件关闭失败! - + 无法新建连接配置文件! - + 在 FilteredPropertyGrid 中找不到 ToolStrip 控件。 - + 已安装版本 - + 默认主题 - + 检测 - + 不要连接到控制台会话 - + 身份验证失败时取消连接 - + 双击标签关闭 - + 下载并安装 - + 创建副本 - + 确认不输入密码吗? - + 对于空用户名、密码或域名使用: - + 128 位 - + 128位(仅用于登录) - + 40位 - + 56位 - + 基本 - + 完全加密连接配置文件 - + 终止 IP - + 终止端口 - + AddFolder (UI.Window.Tree) 函数执行失败。{0} - + AddFolder (UI.Window.Tree) 函数执行失败。{0} - + 数据库版本 {0} 与当前版本 {1} 不兼容。 - + CloneNode (Tree.Node) 函数执行失败。{0} - + 错误代码{0}。 - + 无法保存连接列表。 - + PuTTY 无法启动。 - + 解密失败。{0} - + 加密失败。{0} - + Windows 安全设置中已启用"系统加密:使用 FIPS 兼容算法进行加密、散列和签名操作"。 请参阅 Microsoft 支持文章中的详细信息:http://support.microsoft.com/kb/811833 {0} 不完全符合FIPS标准。单击“确定”继续自己的决定,或单击“取消”退出。 - + 错误 - + 默认连接配置文件加载失败。{0}{0}{2}{0}{3}{0}{0}为避免数据丢失, {1} 即将退出。 - + VerifyDatabaseVersion (Config.Connections.Save) 函数执行失败。{0} - + 展开所有目录 - + 实验 - + 导出 - + 导出所有内容 - + 导出文件 - + 导出项目 - + 导出mRemote/mRemoteNG XML - + 导出属性 - + 导出当前选定的连接 - + 导出当前选定的文件夹 - + 导出到文件(&E)... - + 外部应用 - + 新建外部工具 - + 内置图标由[FAMFAMFAM]制作 - + http://www.famfamfam.com/ - + 文件格式(&F): - + 所有文件(*.*) - + 所有可导入的文件 - + 应用程序(*.exe) - + mRemote CSV(*.csv) - + mRemote XML(*.xml) - + PuTTY 连接管理器文件 - + 远程桌面连接管理器文件(*.rdg) - + RDP 文件(*.rdp) - + visionapp远程桌面2008 CSV文件(* .csv) - + 继承 {0} - + 继承属性的描述:{0} - + 免费 - + 全屏 - + 常规 - + 从 SQL 获取连接配置信息失败 - + 从 {1} 中加载连接项 {0} 时发生错误。{2} - + 自动重试连接 - + 连接 - + 外部工具属性 - + 文件 - + 主机 - + HTTP - + HTTP 连接失败! - + 无法创建新的 HTTP 连接! - + 更改HTTP文档标题失败! - + Internet Explorer - + HTTPS - + 设置 HTTP 属性失败! - + ICA - + 无法创建新 ICA 连接! - + ICA 插件加载失败! - + ICA 凭据设置失败! - + ICA 事件句柄设置失败! - + ICA 属性设置失败! - + ICA 分辨率设置失败! - + 通过添加前缀“快速:”来识别快速连接选项卡 - + 导入 Active Directory - + 导入/导出 - + 导入文件“{0}”时发生错误。 - + 导入失败 - + 从文件导入(&F)... - + 在根目录{0}{1}下|在所选文件夹{0}{2}下 - + 您希望将导入的项目放在哪里? - + 导入位置 - + 导入(&I) - + 导入mRemote/mRemoteNG XML - + 导入端口扫描结果 - + 从 RDP 文件导入 - + 非活动 - + 信息 - + mRemoteNG 已经是最新版本。 - + 清除内部程序进程失败! - + 内部程序焦点设置失败! - + 内部程序句柄:{0} - + 终止内部程序进程失败! - + 面板句柄:{0} - + 内部程序大小调整失败! - + --- 内部程序信息 --- - + 内部程序标题:{0} - + CTRL-ALT-DEL - + CTRL-ESC - + 地址: - + 参数: - + 更新记录: - + 当关闭连接时: - + 连接(&C) - + 显示名称 - + 域名: - + 文件名: - + 主机名: - + 选项: - + 密码: - + 端口: - + 便携版本 - + 协议: - + 请单击按钮,配置PuTTY会话: - + Putty 超时时间: - + 基于通用公共许可证(GPL)发布 - + - + 从下面的列表中选择一个面板或单击“新建”添加新面板。单击确定继续。 - + 服务器状态: - + 数据库: - + 数据库: - + 用户名: - + 验证: - + 语言 - + (自动检查) - + {0} 必须重新启动,对语言的更改才能生效。 - + 从 SQL 加载配置失败! - + 连接信息无法从 SQL 服务器加载。 - + 从 XML 加载配置失败! - + 本地文件 - + 本地文件不存在! - + 注销 - + 报告文件写入失败! - + 无法在当前位置保存报告文件。 - + 使用[Crownwood Software]开发的 Magic 库 - + http://www.dotnetmagic.com/ - + 关于 - + 添加连接面板 - + 检查更新 - + 配置 - + 连接 - + 连接面板 - + 连接 - + 连接和配置 - + 复制 - + Ctrl+Alt+Del - + Ctrl+Esc - + 删除... - + 删除连接... - + 删除外部工具... - + 删除目录… - + 断开连接 - + 捐赠 - + 创建副本 - + 重复连接 - + 重复目录 - + 重复标签 - + 退出 - + 外部工具 - + 外部工具工具栏 - + 文件(&F) - + 全屏 - + 全屏(RDP) - + 帮助(&H) - + mRemoteNG 帮助 - + 转到 - + 启动外部工具 - + 新建连接配置文件 - + 新建外部工具 - + 通知 - + 复制全部 - + 删除 - + 删除全部 - + 打开连接配置文件… - + 选项 - + 粘贴 - + 端口扫描 - + 快速连接工具栏 - + 重新连接 - + 刷新(VNC) - + 重命名 - + 重命名连接 - + 重命名目录 - + 重命名标签 - + 报告问题 - + 重置布局 - + 保存连接配置文件 - + 另存连接配置文件为… - + 屏幕截图 - + 屏幕截图管理器 - + 发送特殊键(VNC) - + 取回 - + 会话 - + 会话和屏幕截图 - + 显示帮助文本(&S) - + 显示文本 - + 窗口自适应(RDP/VNC) - + SSH 文件传输 - + 启动 Chat(VNC) - + 支持论坛 - + 工具(&T) - + 传输文件(SSH) - + 查看(&V) - + 仅查看 - + 网站 - + 最小化到通知区域 - + 下移 - + 上移 - + mRemoteNG CSV - + mRemoteNG XML - + 当前凭据(Windows登录信息) - + 从不 - + 新建连接 - + 新建目录 - + 新建面板 - + 新建根目录 - + 新标题 - + 取消 - + 无压缩 - + 未指定外部应用程序。 - + - + - + 正常 - + 禁用窗口自适应 - + 无可用更新 - + 您正在试图加载旧版mRemote连接配置文件,可能会导致出现运行时错误。 如果您遇到此类错误,请创建新的连接配置文件! - + 新建标签于当前标签右侧 - + 打开端口 - + 删除(&D) - + 新建(&N) - + 重置为默认值(&R) - + 全部重置为默认值(&A) - + 标签 - + 下一个标签 - + 上一个标签 - + 修改快捷方式 - + 键盘快捷键 - + 测试... - + 键盘 - + 主题 - + 删除(&D) - + 新建(&N) - + 面板名称 - + 密码保护 - + 两个密码必须匹配。 - + 密码必须至少有 3 个字符。 - + 请填写所有字段 - + 端口扫描完成。 - + 无法载入端口扫描面板! - + (仅当选择 mRemote/mRemoteNG XML 文件格式保存时,这些属性才会保存!) - + 请输入您要连接的主机名或 IP。 - + 切换所有继承选项。 - + 请选择此链接使用的身份验证级别: - + 请选择 VNC 服务器的身份验证方式。 - + 在调整窗口大小时或在切换全屏模式时选择是否自动调整连接大小。需要 RDC 8.0或更高版本。 - + 请选择是否启用位图缓存功能。 - + 请选择颜色质量。 - + 请选择压缩值。 - + 请在这里输入主机描述或备注。 - + 如果要启用远程主机的主题,请选择“是”。 - + 如果要启用远程主机的壁纸,请选择“是”。 - + 请输入您的域名。 - + 请选择是否启用桌面组合功能。 - + 如果要启用字体平滑,请选择“是”。 - + 请选择编码模式。 - + 请选择远程主机的加密强度: - + 请选择要启动的外部工具。 - + 请选择断开远程主机连接之后,要启动的外部工具。 - + 请选择打开远程主机连接之前,要启动的外部工具。 - + 请选择连接到主机时所要显示的图标。 - + 指定负载均衡信息,供负载均衡路由器使用以选择最佳服务器。 - + 请输入远程主机的MAC地址(如果您需要在外部工具中使用此项)。 - + 这是在连接树中所显示的名称。 - + 请设置连接所在面板。 - + 请输入您的密码。 - + 请输入所选协议对应的监听端口。 - + 请选择 mRemoteNG 连接主机所使用的协议。 - + 请选择连接时所使用的 PuTTY 会话。 - + 请指定远程桌面网关服务器的域名。 - + 请指定远程桌面网关服务器的主机名。 - + 请指定远程桌面网关服务器的时间。 - + 请在连接配置中指定是否使用相同的用户名或密码登录网关。 - + 请指定连接远程桌面网关服务器的用户名。 - + 请选择需要映射到远程主机的本地磁盘。 - + 请选择需要重定向要远程主机上的按键组合(如Alt+Tab)。 - + 请选择需要映射到远程主机上的本地端口(如COM口或并口)。 - + 请选择需要映射到远程主机上的本地打印机。 - + 选择是否应共享剪贴板。 - + 请选择本地智能卡设备,以在远程主机上使用。 - + 请选择远程主机声音的处理方式。 - + 选择是否应将远程计算机上的默认音频输入设备重定向到此计算机。 - + 请选择一个有效的渲染显示HTML的引擎。 - + 请选择此连接的默认分辨率或模式。 - + 选择并启用自适应窗口。 - + 连接到远程主机的控制台会话。 - + 如果可用,请使用凭证安全支持提供程序(CredSSP)进行身份验证。 - + 请在此随意输入任何你所需的信息。 - + 请输入您的用户名。 - + 如需建立只读连接,请选择“是”。 - + 请输入所使用的代理服务器地址。 - + 请输入代理服务器的密码。 - + 请输入代理服务器的端口。 - + 如果您使用代理服务器建立VNC连接的隧道,请选择具体类型。 - + 请输入代理服务器的用户名。 - + 主机名/IP - + 全部 - + 服务器身份验证 - + 身份验证模式 - + 自动调整大小 - + 位图缓存 - + 色彩 - + 压缩 - + 说明 - + 显示主题 - + 显示壁纸 - + 域名 - + 桌面组合 - + 字体平滑 - + 编码 - + 加密强度 - + 外部工具 - + 连接前启动外部工具: - + 连接后启动外部工具 - + 图标 - + 负载均衡信息 - + MAC 地址 - + 名称 - + 面板 - + 密码 - + 端口 - + 协议 - + PuTTY 会话 - + 网关域名 - + 网关主机名 - + 远程桌面网关密码 - + 使用网关 - + 网关凭据 - + 网关用户名 - + 磁盘 - + 组合键 - + 端口 - + 打印机 - + 剪贴板 - + 智能卡 - + 声音 - + 音频捕获 - + 渲染引擎 - + 分辨率 - + 自适应窗口模式 - + 使用控制台会话。 - + 使用CredSSP方式 - + 自定义信息 - + 用户名 - + 只读模式(仅供查看) - + 代理服务器地址 - + 代理服务器密码 - + 代理服务器端口 - + 代理服务器类型 - + 代理服务器用户名 - + 协议事件已断开连接。主机:“{1}”;协议:“{2}”消息:“{0}” - + 协议事件:连接断开失败。 {0} - + 需要导入的协议 - + 代理服务器测试失败! - + 代理服务器测试成功! - + 清除 Putty 进程失败! - + 无法设置焦点 ! - + Putty 会话获取失败! - + Putty 句柄:{0} - + Putty 进程终止失败! - + 面板句柄:{0} - + Putty 窗口大小调整失败! - + PuTTY 会话已保存 - + PuTTY 会话设置 - + PuTTY 设置 - + PuTTY 设置窗口显示失败! - + Putty 启动失败! - + --- PuTTY 信息 --- - + PuTTY 标题:{0} - + 快速:{0} - + 快速连接 - + 快速连接添加失败 ! - + 快速连接创建失败! - + 关闭连接时确认(&W) - + 退出 mRemoteNG 时确认(&X) - + 关闭多个连接时确认(&M) - + 关闭连接时不需确认 - + RAW - + RDP - + 24位色 - + 256色 - + 15位色 - + 32位色 - + 16位色 - + RDP 添加分辨率失败! - + RDP批量添加分辨率失败! - + RDP 会话添加失败! - + RDP 连接关闭失败! - + 无法创建 RDP 控制,请检查 mRemoteNG 的安装需求是否满足。 - + 禁用光标闪烁 - + 禁用光标阴影 - + 禁用全窗口拖动 - + 禁用菜单动画功能 - + 禁用主题功能 - + 禁用壁纸功能 - + RDP连接已断开! - + RPD连接断开失败,正在尝试关闭! - + 内部错误代码 1。 - + 内部错误代码 2。 - + 内部错误代码 3。无效状态。 - + 内部错误代码 4。 - + 客户端连接时,发生无法恢复的错误。 - + GetError 函数失败(致命错误)! - + 发生了未知的 RDP 致命错误。错误代码 {0}。 - + 发生内存不足错误。 - + 发生未知错误。 - + 发生窗口创建错误。 - + Winsock 初始化错误。 - + 无法导入 rdp 文件! - + 适合面板 - + RDP 焦点失败! - + 支持远程桌面网关。 - + 不支持远程桌面网关。 - + GetSessions 函数执行失败! - + RDP 重新连接计数器: - + RDP SetAuthenticationLevel 函数执行失败! - + RDP 控制台会话设置失败! - + 切换到远程桌面客户端 {0} 控制台会话。 - + RDP 凭据设置失败! - + RDP 事件句柄设置失败! - + RDP 远程桌面网关设置失败! - + RDP SetPerformanceFlags 函数执行失败! - + RDP 端口设置失败! - + RDP 属性设置失败! - + RDP 重定向设置失败! - + Rdp 重定向键设置失败! - + RDP 分辨率设置失败! - + 自适应大小 - + 带到这台计算机 - + 不要播放 - + 留在远程计算机 - + RDP 全屏模式切换失败! - + RDP 窗口自适应切换失败! - + 启动时自动连接上次打开的会话 - + 刷新 - + 远程文件 - + 全部移除 - + 重命名 - + Rlogin - + 保存 - + 全部保存 - + 打开其它连接配置文件前,是否保存当前配置文件? - + 退出时保存连接配置文件 - + 图形交换格式文件 (.gif)|*.gif|联合图像专家组文件 (.jpeg)|*.jpeg|联合图像专家组文件 (.jpg)|*.jpg|便携式网络图形文件 (.png)|*.png - + 屏幕 - + 屏幕截图 - + 屏幕截图 - + 搜索 - + 发送到… - + 获取后台会话失败 - + 结束后台会话失败 - + 新建或重命名连接时,主机名自动设置为显示名称 - + 主窗体文本设置失败! - + 无法保存配置或设置系统托盘图标! - + 在连接树窗口中显示工具提示 - + 在窗口标题中显示完整的连接配置文件路径 - + 在标签名称中显示登录信息 - + 在标签名称中显示通讯协议 - + 单击打开连接 - + 单击切换连接 - + 方面 - + 免费 - + 禁用窗口自适应 - + Socks 5 - + 排序 - + 升序(A至Z) - + 降序(Z至A) - + 特殊键 - + 请查看 帮助-入门-SQL配置 以获取更多信息。 - + SQL 服务器 - + SQL升级检查发现可用更新!即将刷新连接。 - + SSH v1 - + SSH v2 - + SSH 后台传输失败! - + 传输成功! - + SSH 传输结束(UI.Window.SSHTransfer)失败! - + SSH 传输失败。 - + 起始 IP - + 起始端口 - + 启动/退出 - + 状态 - + 切换到通知面板: - + 高级 - + 外观 - + 标签&面板 - + 升级 - + Telnet - + 以下: - + 配置面板 - + 连接面板 - + 常规 - + 配置面板的背景颜色。 - + 配置面板中类别文本的颜色。 - + 配置面板中网格线的颜色 - + 配置面板的帮助区域的背景颜色。 - + 配置面板帮助区域中文本的颜色。 - + 配置面板中文本的颜色。 - + 连接面板的背景颜色。 - + 连接面板中文本的颜色。 - + 连接面板中树形线的颜色。 - + 菜单的背景颜色。 - + 菜单中文本的颜色。 - + 搜索框的背景颜色。 - + 搜索框中文本的颜色。 - + 搜索框中提示文本的颜色。 - + 工具栏的背景颜色。 - + 工具栏中文本的颜色。 - + 主窗口的背景颜色。 - + 配置面板背景色 - + 配置面板类别文本颜色 - + 配置面板网格线颜色 - + 配置面板帮助背景颜色 - + 配置面板帮助文本颜色 - + 配置面板文本颜色 - + 连接面板背景色 - + 连接面板文本颜色 - + 连接面板树线颜色 - + 菜单背景颜色 - + 菜单文本颜色 - + 搜索栏背景颜色 - + 搜索栏文本颜色 - + 搜索栏提示文本颜色 - + 工具栏背景颜色 - + 工具栏文本颜色 - + 窗口背景颜色 - + 错误 ({0}) - + 信息 ({0}) - + mRemoteNG 密码 - + {0} 的 mRemoteNG 密码 - + 选择面板 - + 警告 ({0}) - + 传输 - + 传输失败! - + 尝试进行集成 - + 在工具栏上显示 - + 类型 - + Ultra VNC Repeater - + UltraVNC SingleClick 端口: - + 请勾去您不想保存的属性! - + 未命名主题 - + mRemoteNG 需要更新 - + mRemoteNG 会定期检查 mRemoteNG 网站更新和产品公告。 - + 升级检查未完成! - + 检查失败 - + 检查更新... - + mRemoteNG 便携版目前不支持自动更新。 - + 下载完成! mRemoteNG 将退出并安装更新。 - + 下载未完成! - + 升级文件下载失败! - + 每隔 {0} 天 - + 每日 - + 每月 - + 每周 - + 更改日志无法下载。 - + 使用不同的用户名和密码 - + 用户 - + 使用相同的用户名和密码 - + 使用智能卡 - + 使用 SQL 服务器加载并保存连接配置 - + 版本 - + VNC - + VNC 连接断开失败! - + VNC 屏幕刷新失败! - + VNC SendSpecialKeys 函数执行失败! - + VNC 发送事件句柄失败! - + 设置 VNC 属性失败! - + VNC Chat 启动失败! - + VNC 窗口自适应切换失败! - + VNC 查看模式切换失败! - + 认证失败时弹出警告 - + 警告 - + 使用DockPanel Suite[Weifen Luo] - + http://sourceforge.net/projects/dockpanelsuite/ - + XULrunner 路径: - + 确定 - + 重新连接所有打开的连接 - + RDP 连接超时 - + 此节点已在此文件夹中。 - + 无法将节点拖到自身上。 - + 无法将父节点拖放到子节点上。 - + 该节点不可拖动。 - + 分组密码模式 - + 加密引擎 - + 安全 - + 关键推导函数迭代 - + 动态 - + - + - + 选择由协议提供的声音质量:动态,中,高 - + 音质 - + 下载完成! - + 下载 - + RDP 会话在自动断开连接之前闲置的分钟数(无限制使用 0) - + 空闲等待分钟数 - + 接受 - + 添加 - + 凭据编辑器 - + 凭证管理器 - + ID - + 移除 - + 标题 - + 选择用于此连接的凭证。 - + 您确定要删除凭据记录 {0} 吗? - + 找不到名为“{1}”的连接记录的ID为“{0}”的凭证记录。 - + 选择是否在RDP会话由于不活动而断开连接后收到警报 - + 空闲断开警报 - + 密码必须至少包含 {0} 个以下所示字符:{1} - + 密码必须至少包含 {0} 个小写字符 - + 密码必须至少包含 {0} 个数字 - + 密码必须至少包含 {0} 大写字符 - + 密码长度必须介于 {0} 和 {1} 之间 - + 为 mRemoteNG 日志文件选择一个路径 - + 调试 - + 显示这些消息类型 - + 日志文件路径 - + 记录这些消息类型 - + 选择路径 - + 打开文件 - + 使用默认 - + 记录 - + 弹出窗口 - + 登录到应用程序目录 - + 分配凭据 - + 始终允许 - + 允许一次 - + 不允许 - + 允许网址 {0} 的不安全证书? - + 允许不安全的证书? @@ -2529,22 +2529,22 @@ mRemoteNG 将退出并安装更新。 凭据 - + 升级 - + 后退 - + 连接文件路径 - + 创建并打开新文件 - + 打开一个不同的文件 - + 在 v1.76中,我们引入了凭证管理系统。此功能要求我们在 mRemoteNG 中存储和交互凭据的方式发生重大变化。您将需要执行 mRemoteNG 连接文件的单向升级。 如果您不想执行升级,此页面将引导您完成升级连接文件的过程,或者让您有机会打开不同的连接文件。 @@ -2552,25 +2552,25 @@ mRemoteNG 将退出并安装更新。 凭据不可用 - + 真的想删除主题吗? - + 启用主题 - + 新主题名称 - + 无法创建主题,名称已存在或名称中有特殊字符 - + 输入新的主题名称 - + 警告:提交任何主题配置更改都需要重新启动。 - + 未加载任何主题,请检查默认的 mremoteNG 主题是否存在于“主题”文件夹中 @@ -2612,85 +2612,85 @@ mRemoteNG 将退出并安装更新。 测试连接 - + 只读: 对 RDP“负载均衡信息”属性使用 UTF8 编码 - + 超时 [秒] - + 工作目录: - + 运行已提升 - + 运行提升 - + 显示在工具栏上 - + 尝试整合 - + 工作目录 - + 锁定工具栏位置 - + Multi SSH 工具栏 - + 导入子 OU - + 锁定工具栏位置 - + Multi SSH 工具栏 - + 高级安全选项 - + mRemoteNG 选项 - + 对 RDP“负载均衡信息”属性使用 UTF8 编码 - + 在 mRemoteNG 启动时创建一个空面板 - + 必须介于 0 和 255 之间 - + 超出范围 - + 删除... - + 重新连接所有连接 - + UltraVNC SingleClick - + 断开右侧标签的连接 - + 断开除此之外的所有连接 - + 确定要关闭除“{0}”之外的所有连接吗? - + 确定要关闭“{0}”右侧的所有连接吗? @@ -2714,45 +2714,45 @@ mRemoteNG 将退出并安装更新。 此异常将强制 mRemoteNG 关闭 - + 复制主机名 将搜索栏放在连接树上方 - + 要扫描单个端口,请仅选择仅“起始端口”。 - + 跟踪连接树中的活动连接 - + 始终显示连接标签 - + 发布通道 - + 稳定通道仅包括最终版本(Release 版)。 测试通道包括测试版(Beta 版)和发行版候选(RC 版)。 开发通道包括 Alpha 版、(Beta 版)和发行版候选(RC 版)。 - + 应用 - + 代理 - + Multi SSH: - + 按 ENTER 发送。Ctrl+C 立即发送。 - + 在收藏夹菜单中显示此连接。 - + 收藏夹 @@ -2779,52 +2779,52 @@ mRemoteNG 将退出并安装更新。 测试设置 - + 设置打开连接时要使用的 RDP 版本。 - + RDP 版本 - + 使用 VM ID 连接到在 Hyper-V 上运行的 VM。 - + 要连接到的 Hyper-V 虚拟机的 ID。 - + 使用 VM ID - + VM ID 无法创建 RDP 客户端。此计算机上不支持 RDP 协议版本 {0}。请选择较旧的协议版本。 - + 启动时最小化 - + 设置加密连接文件所需的密码。在开始 mRemoteNG 之前,系统将提示您输入密码。 - + 连接到启用了增强模式的 Hyper-V 主机。 - + 使用增强模式 - + 指定远程桌面网关服务器的密码。 - + 选择是否应共享麦克风。 - + 靠近通知区域 - + Windows - + PowerShell \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index 2c8ad1be8..8d2757fce 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -117,2017 +117,2017 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + 關於 - + 啟動 - + 作用中 - + 新增連線 - + 新增資料夾 - + AddNodeFromXML 失敗! - + AddNodesFromSQL 失敗! - + 只允許單一應用程式執行個體 (需要重新啟動 mRemoteNG) - + 始終 - + 一律連線,即使驗證失敗 - + 開啟連線時一律顯示面板選取對話方塊 - + 一律顯示面板索引標籤 - + 始終顯示通知區域圖示 - + 稍後再次詢問我 - + 立即自訂設定 - + 使用建議的設定 - + {0} 能自動檢查更新,其提供新的功能和和問題修正。建議允許 {0} 每星期檢查更新。 - + 自動更新設定 - + 比例 - + 自動取得工作階段資訊 - + 自動儲存間隔: - + 分鐘 (0 分鐘停用) - + 目前版本 - + 瀏覽(&B)... - + 取消(&C) - + 變更 - + 關閉(&C) - + 預設繼承 - + 預設內容 - + 停止中斷 - + 圖示 - + 匯入(&I) - + 繼承 - + 啟動 PuTTY - + 新增(&N) - + 確定(&O) - + 內容 - + 掃描(&S) - + 停止(&S) - + 測試 Proxy - + 您無法匯入標準連線檔案。 標準連線檔案請使用 檔案 - 載入連線! - + 無法開始 Port Scan,IP 格式不正確! - + 外觀 - + 連線 - + 認證 - + 顯示 - + 閘道 - + 一般 - + 雜項 - + 協定 - + 重新導向 - + 啟動時一律顯示此畫面 - + 重新整理 - + 檢查失敗! - + 檢查成功! - + 找到 EOLWTSCOM 並似乎正確註冊。 - + 找到所有 ICA 元件並似乎正確註冊。 Citrix ICA Client Control 版本 {0} - + 未正確安裝 - + 找到 PuTTY 執行檔且準備好使用。 - + 找到所有 RDP 元件並似乎正確註冊。 Remote Desktop Connection Control 版本 {0} - + 找到所有 VNC 元件並似乎正確註冊。 VncSharp Control 版本 {0} - + 從伺服器中斷連線時自動嘗試重新連線 (僅限 RDP && ICA) - + 網域 - + 不再顯示此訊息。 - + 繼承 - + 密碼 - + 此 Proxy 伺服器需要驗證 - + 使用自訂 PuTTY 路徑: - + 就緒時重新連線 - + 使用 Proxy 伺服器連線 - + 使用者名稱 - + 等待結束 - + 再次檢查 - + 啟動時檢查更新和發佈 - + 立即檢查 - + 啟動時檢查元件的正確安裝 - + 連線前選擇面板 - + 關閉的連接埠 - + 折疊所有資料夾 - + 引數 - + 顯示名稱 - + 檔案名稱 - + 主機名稱/IP - + 訊息 - + 使用者名稱 - + 等待結束 - + 無法分析命令列引數! - + {0} 偵測到 Lenovo Auto Scroll Utility 執行在此系統。 此工具程式已知會造成 {0} 問題。 建議您將其停用或解除安裝。 - + 偵測到相容問題 - + 元件檢查 - + btnIcon_Click 失敗! - + ShowHideGridItems 失敗! - + IconMenu_Click 失敗! - + Property Grid 物件失敗! - + SetHostStatus 失敗! - + pGrid_PopertyValueChanged 失敗! - + 組態 UI 載失敗! - + 您確定要關閉連線「{0}」嗎? - + 您確定要關閉關閉面板「{0}」嗎? 任何內含的連線也將關閉。 - + 您確定要刪除外部工具「{0}」嗎? - + 您確定要刪除選取的外部工具「{0}」嗎? - + 您確定要刪除連線「{0}」嗎? - + 您確定要刪除空的資料夾「{0}」嗎? - + 您確定要刪除資料夾「{0}」嗎? 任何內含的資料夾或連線也將刪除。 - + 您確定要關閉所有開啟連線嗎? - + 您確定要重設面板為其預設配置嗎? - + 連線 - + 以全螢幕模式連線 - + 正在連線... - + Protocol Event 已連線 - + 使用者「{2}」透過「{1}」發佈連線到「{0}」 (描述: 「{3}」,使用者欄位: 「{4}」) 連線失敗! - + 發生 Protocol Event 錯誤 - + 開啟連線失敗! - + 無法開啟連線: 未指定主機名稱! - + RDP 錯誤! 錯誤碼: {0} 錯誤描述: {1} - + 連線 - + 無法設定預設連接埠! - + 無法建立連線檔案備份! - + 無法匯入連線檔案! - + 無法載入連線檔案「{0}」! - + 無法載入連線檔案「{0}」! 開始新的連線檔案。 - + 無法儲存連線檔案! - + 無法另存連線檔案為「{0}」! - + 連線到 Console 工作站 - + 連線 (含選項) - + 使用者「{2}」關閉透過「{1}」連線到「{0}」。 - + 使用者「{2}」關閉透過「{1}」連線到「{0}」 (描述: 「{3}」,使用者欄位: 「{4}」) - + 連線事件已關閉 - + 連線事件關閉失敗! - + 無法建立連線檔案! - + 無法在 FilteredPropertyGrid 找到 ToolStrip 控制。 - + 安裝的版本 - + 預設主題 - + 偵測 - + 如果驗證失敗則不連線 - + 按兩下索引標籤關閉 - + 下載並安裝 - + 複製 - + 您要以無密碼繼續嗎? - + 針對空的使用者名稱、密碼或網域欄位使用: - + 128 位元 - + 128 位元 (只有登入) - + 基本 - + 完整加密連線檔案 - + 結束 IP - + 結束連接埠 - + AddExternalToolsToToolBar (frmMain) 失敗。 {0} - + AddFolder (UI.Window.Tree) 失敗。 {0} - + 資料庫版本 {0} 與 {1} 的此版本不相容。 - + CloneNode (Tree.Node) 失敗。 {0} - + 錯誤碼 {0}。 - + 無法儲存連線清單。 - + 解密失敗。 {0} - + 加密失敗。 {0} - + 錯誤 - + 無法載入啟動連線檔案。 {0}{0}{2}{0}{3}{0}{0} 為了避免資料遺失,{1} 將結束。 - + VerifyDatabaseVersion (Config.Connections.Save) 失敗 {0} - + 展開所有資料夾 - + 實驗性 - + 匯出 - + 匯出 mRemote/mRemoteNG XML - + 結束 App - + 包含 [FAMFAMFAM] 圖示 - + 所有檔案 (*.*) - + 應用程式檔案 (*.exe) - + mRemote CSV 檔案 (*.csv) - + mRemote XML 檔案 (*.xml) - + RDP 檔案 (*.rdp) - + visionapp Remote Desktop 2008 CSV 檔案 (*.csv) - + 繼承 {0} - + 繼承的內容描述 {0} - + 任意 - + 全螢幕 - + 一般 - + 取得 [來自 SQL 的連線資訊] 失敗 - + 從「{1}」載入「{0}」的連線項目時發生錯誤。 {2} - + 自動重新連線 - + 連線 - + 外部工具內容 - + 檔案 - + 主機 - + HTTP 連線失敗! - + 無法建立新連線! - + 變更 HTTP Document Tile 失敗! - + 設定 HTTP Props 失敗! - + 無法建立新的 ICA 連線! - + 載入 ICA Plugin 失敗! - + ICA SetCredentials 失敗! - + ICA Set Event Handlers 失敗! - + ICA Set Props 失敗! - + ICA Set Resolution 失敗! - + 加入字首「Quick:」以識別快速連線索引標籤 - + 從 Active Directory 匯入 - + 匯入/匯出 - + 匯入 mRemote/mRemoteNG XML - + 從 Port Scan 匯入 - + 從 .RDP 檔案匯入 - + 非作用中 - + 資訊 - + mRemoteNG 為最新 - + Dispose of Int App 程序失敗! - + Int App Focus 連線失敗! - + Int App 處理: {0} - + Killing Int App 程序失敗! - + 面板處理: {0} - + Int App 調整大小失敗! - + --- IntApp Stuff --- - + Int App 標題: {0} - + CTRL-ALT-DEL - + CTRL-ESC - + 位址: - + 引數: - + 更新日誌: - + 關閉連線時: - + 連線(&C): - + 顯示名稱 - + 網域: - + 檔案名稱: - + 主機名稱: - + 選項: - + 密碼: - + 連接埠: - + 可攜版 - + 協定: - + 若要組態 PuTTY 工作階段,按一下此按鈕: - + PuTTY 和整合的外部工具的最大等待時間: - + 根據 GNU General Public License (GPL) 發佈 - + - + 從以下清單選取面板或按一下 [新增] 以加入新的。 按一下 [確定] 繼續。 - + 伺服器狀態: - + 資料庫: - + 資料庫: - + 使用者名稱: - + 驗證: - + 語言 - + (自動偵測) - + {0} 必須重新啟動使變更語言生效。 - + 從 SQL 載入連線失敗! - + 從 XML 載入連線失敗! - + 本機檔案 - + 本機檔案不存在! - + 登出 - + 寫入報告檔失敗! - + 無法儲存報告到最終位置。 - + 使用 Magic library by [Crownwood Software] - + 關於 - + 加入連線面板 - + 檢查更新 - + 組態 - + 連線 - + 連線面板 - + 連線 - + 連線和組態 - + 複製 - + Ctrl-Alt-Del - + Ctrl-Esc - + 刪除... - + 刪除連線... - + 刪除外部工具... - + 刪除資料夾... - + 停止中斷 - + 捐贈 - + 複製 - + 複製連線 - + 複製資料夾 - + 複製索引標籤 - + 結束 - + 外部工具 - + 外部工具工具列 - + 檔案(&F) - + 全螢幕 - + 全螢幕 (RDP) - + 說明(&H) - + mRemoteNG 說明 - + 跳至 - + 啟動外部工具 - + 新增連線檔案 - + 新增外部工具 - + 通知 - + 全部複製 - + 刪除 - + 全部刪除 - + 開啟連線檔案... - + 選項 - + 貼上 - + 通訊埠掃描 - + 快速連線工具列 - + 重新連線 - + 重新整理螢幕 (VNC) - + 重新命名 - + 重新命名連線 - + 重新命名資料夾 - + 重新命名索引標籤 - + 報告 Bug - + 重設配置 - + 儲存連線檔案 - + 另儲連線檔案... - + 快照 - + 快照管理員 - + 傳送特殊鍵 (VNC) - + 工作階段 - + 工作階段和快照 - + 顯示說明文字(&S) - + 顯示文字 - + 智慧大小 (RDP/VNC) - + SSH 檔案傳輸 - + 開始聊天 (VNC) - + 支援討論區 - + 工具(&T) - + 傳輸檔案 (SSH) - + 檢視(&V) - + 只有檢視 (VNC) - + 網站 - + 最小化到通知區域 - + 下移 - + 上移 - + 我的目前認證 (Windows 登入資訊) - + 永不 - + 新增連線 - + 新增資料夾 - + 新增面板 - + 新增根目錄 - + 新增標題 - + - + 不壓縮 - + 不結束指定 App。 - + - + - + 標準 - + 不智慧大小 - + 沒有可用更新 - + 您嘗試載入的連線設定檔是使用非常早期的 mRemote 版本所建立,這會造成執行階段錯誤。 如有類似錯誤,請建立新的連線檔案! - + 在目前選取的索引標籤右側開啟新的索引標籤 - + 開啟連接埠 - + 主題 - + 刪除(&D) - + 新增(&N) - + 面板名稱 - + 密碼保護 - + 請填入所有欄位 - + 無法載入 PortScan 面板! - + (這些內容只有在選取 mRemote/mRemoteNG XML 為輸出檔案格式時才會儲存!) - + 輸入您要連線的主機名稱或 IP。 - + 切換所有的繼承選項。 - + 選取此連線所用的驗證等級。 - + 選取針對 VNC 伺服器的驗證方式。 - + 選取是否使用點陣圖快取。 - + 選取使用的色彩品質。 - + 選取使用的壓縮值。 - + 在此輸入主機的備註或描述。 - + 選取是否顯示遠端主機的佈景主題。 - + 選取是否顯示遠端主機的底色圖案。 - + 請輸入網域。 - + 選取是否使用桌面佈景。 - + 選取是否使用平滑字型。 - + 選取使用的編碼模式。 - + 選取遠端主機的加密長度。 - + 選取啟動的外部工具。 - + 選取在中斷遠端主機連線後啟動的外部工具。 - + 選取在中斷遠端主機連線前啟動的外部工具。 - + 選擇連線到主機時顯示的圖示。 - + 輸入遠端主機的 MAC 位址,如果您希望在外部工具中使用。 - + 顯示在連線樹中的名稱。 - + 設定開啟連線的面板。 - + 請輸入密碼。 - + 輸入選取協定的接聽連接埠。 - + 選擇連線到主機時 mRemoteNG 使用的協定。 - + 選取連線時所用的 PuTTY 工作階段。 - + 指定使用者提供連線到 RD Gateway 伺服器的網域名稱。 - + 指定 Remote Desktop Gateway 伺服器的主機名稱。 - + 指定何時使用 Remote Desktop Gateway (RD Gateway) 伺服器。 - + 指定是否使用與連線相同的使用者名稱和密碼登入到 Gateway。 - + 指定使用者提供連線到 RD Gateway 伺服器的使用者名稱。 - + 選取是否在遠端主機對應本機磁碟機。 - + 選取是否重新導向按鍵組合 (例如 Alt-Tab) 到遠端主機。 - + 選取是否在遠端主機顯示本機連接埠 (例如 序列埠、並列埠)。 - + 選取是否在遠端主機顯示本機印表機。 - + 選取是否在遠端主機可以使用本機智慧卡。 - + 選取如何重新導向音訊。 - + 選取可用的轉譯引擎之一用來顯示 HTML。 - + 顯示此連線將開啟的解析度或模式。 - + 選取使用 SmartSize 模式。 - + 連線到遠端主機的 Console 工作階段。 - + 驗證使用 Credential Security Support Provider (CredSSP),如果可用。 - + 在此任意輸入您需要的資訊。 - + 輸入使用者名稱。 - + 如果您要建立只有檢視的連線到主機,選取是。 - + 請輸入使用的 Proxy 位址。 - + 輸入針對 Proxy 伺服器的驗證密碼。 - + 輸入 Proxy 伺服器接聽的連接埠。 - + 如果您要使用 Proxy 開啟 VNC 連線通道,請選取其類型。 - + 輸入針對 Proxy 伺服器的驗證使用者名稱。 - + 主機名稱/IP - + 所有 - + 伺服器驗證 - + 驗證模式 - + 快取點陣圖 - + 色彩 - + 壓縮 - + 描述 - + 顯示佈景主題 - + 顯示底色圖案 - + 網域 - + 桌面壓縮 - + 字型平滑 - + 編碼 - + 加密長度 - + 外部工具 - + 外部工具之後 - + 外部工具之前 - + 圖示 - + MAC 位址 - + 名稱 - + 面板 - + 密碼 - + 連接埠 - + 協定 - + PuTTY 工作階段 - + 閘道網域 - + 閘道主機名稱 - + 遠端桌面閘道密碼 - + 使用閘道 - + 閘道認證 - + 閘道使用者名稱 - + 磁碟機 - + 按鍵組合 - + 連接埠 - + 印表機 - + 智慧卡 - + 音訊 - + 轉譯引擎 - + 解析度 - + 智慧大小模式 - + 使用 Console 工作階段 - + 使用 CredSSP - + 使用者欄位 - + 使用者名稱 - + 只有檢視 - + Proxy 位址 - + Proxy 密碼 - + Proxy 連接埠 - + Proxy 類型 - + Proxy 使用者名稱 - + Protocol Event 已中斷連線。 訊息: {0} - + Protocol Event 中斷連線失敗。 {0} - + 匯入協定 - + Proxy 測試失敗! - + Proxy 測試成功! - + Dispose of Putty process 失敗! - + 無法設定焦點! - + Get Putty Sessions 失敗! - + Putty Handle: {0} - + Killing Putty Process 失敗! - + 面板處理: {0} - + Putty Resize 失敗! - + PuTTY 儲存的工作階段 - + PuTTY 設定 - + 顯示 PuTTY 設定對話方塊失敗! - + Putty 啟動失敗! - + --- PuTTY Stuff --- - + PuTTY 標題: {0} - + 快速: {0} - + 快速連線 - + Quick Connect Add 失敗! - + Creating quick connect 失敗 - + 關閉連線時警告(&W) - + 只在結束 mRemoteNG 時警告我(&X) - + 只在關閉多重連線時警告我(&M) - + 關閉連線時不警告我(&N) - + RAW - + RDP - + 16777216 色 (24 位元) - + 256 色 (8 位元) - + 32768 色 (15 位元) - + 16777216 色 (32 位元) - + 65536 色 (16 位元) - + RDP Add Resolution 失敗! - + RDP Add Resolutions 失敗! - + 加入工作階段失敗 - + 關閉 RDP 連線失敗! - + 無法建立 RDP 控制,請檢查 mRemoteNG 需求。 - + 停用游標閃爍 - + 停用游標陰影 - + 停用完整視窗拖曳 - + 停用功能表動畫 - + 停用佈景主題 - + 停用底色圖案 - + RDP 中斷連線! - + RDP 中斷連線失敗,正在嘗試關閉! - + 內部錯誤碼 1。 - + 內部錯誤碼 2。 - + 內部錯誤碼 3。 狀態無效。 - + 內部錯誤碼 4。 - + 用戶端連線期間發生無法復原錯誤。 - + GetError 失敗 (FatalErrors) - + 發生不明嚴重 RDP 錯誤。 錯誤碼 {0}。 - + 發生記憶體不足錯誤。 - + 發生不明錯誤。 - + 發生視窗內容錯誤。 - + Winsock 初始化錯誤。 - + 無法匯入 rdp 檔案! - + 符合面板 - + RDP Focus 失敗! - + 支援 RD Gateway。 - + 不支援 RD Gateway! - + GetSessions 失敗! - + RDP 重新連線次數: - + RDP SetAuthenticationLevel 失敗! - + RDP SetUseConsoleSession 失敗! - + 設定 RDC {0} 的 Console 開關。 - + RDP SetCredentials 失敗! - + RDP SetEventHandlers 失敗! - + RDP SetRDGateway 失敗! - + RDP SetPerformanceFlags 失敗! - + RDP SetPort 失敗! - + RDP SetProps 失敗! - + Rdp Set Redirection 失敗! - + Rdp Set Redirect Keys 失敗! - + RDP SetResolution 失敗! - + 智慧大小 - + 送到此電腦 - + 不播放 - + 留在遠端電腦 - + RDP ToggleFullscreen 失敗! - + RDP ToggleSmartSize 失敗! - + 啟動時重新連線到先前開啟的工作階段 - + 重新整理 - + 遠端檔案 - + 全部移除 - + 重新命名 - + Rlogin - + 儲存 - + 全部儲存 - + 您要在載入另一個之前先儲存目前的連線檔案嗎? - + 結束時儲存連線 - + Graphics Interchange Format 檔案 (.gif)|*.gif|Joint Photographic Experts Group 檔案 (.jpeg)|*.jpeg|Joint Photographic Experts Group 檔案 (.jpg)|*.jpg|Portable Network Graphics 檔案 (.png)|*.png - + 螢幕 - + 快照 - + 快照 - + 搜尋 - + 傳送到... - + Get Sessions Background 失敗 - + Kill Session Background 失敗 - + 設定建立或重新命名連線時主機名稱如顯示名稱 - + 從文字設定主要失敗 - + 無法儲存設定或部署 SysTray 圖示! - + 在連線樹顯示描述工具提示 - + 在視窗標題顯示完整連線檔案路徑 - + 在索引標籤名稱顯示登入資訊 - + 在索引標籤名稱顯示協定 - + 按一下在連線開啟 - + 按一下切換到開啟的連線 - + 比例 - + 任意 - + 不智慧大小 - + Socks 5 - + 排序 - + 遞增 (A-Z) - + 遞減 (Z-A) - + 特殊鍵 - + 更多資訊請查看說明 - 入門 - SQL 組態! - + SQL 伺服器 - + SQL 更新檢查完成且有更新可以使用! 移至重新整理連線。 - + SSH 版本 1 - + SSH 版本 2 - + SSH 背景傳輸失敗! - + 傳輸成功! - + SSH Transfer End (UI.Window.SSHTransfer) 失敗! - + SSH 傳輸失敗。 - + 開始 IP - + 開始連接埠 - + 啟動/結束 - + 狀態 - + 切換到通知面板: - + 進階 - + 外觀 - + 索引標籤 && 面板 - + 更新 - + Telnet - + 以下: - + 組態面板 - + 連線面板 - + 一般 - + 組態面板背景色。 - + 組態面板中分類文字色彩。 - + 組態面板中格線色彩 - + 組態面板說明區的背景色。 - + 組態面板說明區中文字色彩。 - + 組態面板中文字色彩。 - + 連線面板背景色。 - + 連線面板中文字色彩。 - + 連線面板中樹狀行色彩。 - + 功能表背景色。 - + 功能表中文字色彩。 - + 搜尋方塊背景色。 - + 搜尋方塊中文字色彩。 - + 搜尋方塊中提示文字色彩。 - + 工具列背景色。 - + 工具列中文字色彩。 - + 主視窗背景色。 - + 組態面板背景色 - + 組態面板分類文字色彩 - + 組態面板格線色彩 - + 組態面板說明背景色 - + 組態面板說明文字色彩 - + 組態面板文字色彩 - + 連線面板背景色 - + 連線面板文字色彩 - + 連線面板樹狀行色彩 - + 功能表背景色 - + 功能表文字色彩 - + 搜尋方塊背景色 - + 搜尋方塊中文字色彩 - + 搜尋方塊中提示文字色彩 - + 工具列背景色 - + 工具列中文字色彩 - + 視窗背景色 - + 錯誤 ({0}) - + 資訊 ({0}) - + 密碼 - + 選取面板 - + 警告 ({0}) - + 傳輸 - + 傳輸失敗! - + 嘗試整合 - + 類型 - + Ultra VNC Repeater - + UltraVNC SingleClick 連接埠: - + 取消勾選您不要儲存的內容! - + 未命名的主題 - + mRemoteNG 需要更新 - + mRemoteNG 能定期連線到 mRemoteNG 網站檢查更新和產品發佈。 - + 檢查更新完整性失敗! - + 檢查更新失敗! - + mRemoteNG 可攜式版本目前不支援自動更新。 - + 刪除更新檔案錯誤! - + 下載完成! mRemoteNG 將立即結束並開始安裝。 - + 下載完成失敗! - + 下載更新失敗! - + 每隔 {0} 天 - + 每天 - + 每月 - + 每星期 - + 啟動更新錯誤! - + 使用不同的使用者名稱和密碼 - + 只使用通知面板 (不顯示訊息方塊) - + 使用者 - + 使用相同的使用者名稱和密碼 - + 使用智慧卡 - + 使用 SQL Server 載入 && 儲存連線 - + 版本 - + VNC - + VNC 中斷連線失敗! - + VNC 重新整理畫面失敗! - + VNC SendSpecialKeys 失敗! - + VNC Set Event Handlers 失敗! - + VNC Set Props 失敗! - + VNC Start Chat 失敗! - + VNC Toggle SmartSize 失敗! - + VNC Toggle ViewOnly 失敗! - + 如果驗證失敗警告我 - + 警告 - + 使用 DockPanel Suite by [Weifen Luo] - + 寫入日誌檔 (mRemoteNG.log) - + XULrunner 路徑: - + \ No newline at end of file diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs b/mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs index 0f7d55f07..04d87a4c5 100644 --- a/mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs +++ b/mRemoteV1/Security/PasswordCreation/PasswordIncludesLowerCaseConstraint.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.Security.PasswordCreation throw new ArgumentException($"{nameof(minimumCount)} must be a positive value"); _minimumCount = minimumCount; - ConstraintHint = string.Format(Language.strPasswordContainsLowerCaseConstraintHint, _minimumCount); + ConstraintHint = string.Format(Language.PasswordContainsLowerCaseConstraintHint, _minimumCount); } public bool Validate(SecureString password) diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs b/mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs index 581337128..b147f2b88 100644 --- a/mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs +++ b/mRemoteV1/Security/PasswordCreation/PasswordIncludesNumbersConstraint.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.Security.PasswordCreation throw new ArgumentException($"{nameof(minimumCount)} must be a positive value"); _minimumCount = minimumCount; - ConstraintHint = string.Format(Language.strPasswordContainsNumbersConstraint, _minimumCount); + ConstraintHint = string.Format(Language.PasswordContainsNumbersConstraint, _minimumCount); } public bool Validate(SecureString password) diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs b/mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs index 86ba562a6..b8c4494f1 100644 --- a/mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs +++ b/mRemoteV1/Security/PasswordCreation/PasswordIncludesSpecialCharactersConstraint.cs @@ -29,7 +29,7 @@ namespace mRemoteNG.Security.PasswordCreation throw new ArgumentNullException(nameof(specialCharacters)); SpecialCharacters = specialCharacters; - ConstraintHint = string.Format(Language.strPasswordConstainsSpecialCharactersConstraintHint, _minimumCount, + ConstraintHint = string.Format(Language.PasswordConstainsSpecialCharactersConstraintHint, _minimumCount, string.Concat(SpecialCharacters)); } diff --git a/mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs b/mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs index bf5f60e57..b5e0f67c8 100644 --- a/mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs +++ b/mRemoteV1/Security/PasswordCreation/PasswordIncludesUpperCaseConstraint.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.Security.PasswordCreation throw new ArgumentException($"{nameof(minimumCount)} must be a positive value"); _minimumCount = minimumCount; - ConstraintHint = string.Format(Language.strPasswordContainsUpperCaseConstraintHint, _minimumCount); + ConstraintHint = string.Format(Language.PasswordContainsUpperCaseConstraintHint, _minimumCount); } public bool Validate(SecureString password) diff --git a/mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs b/mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs index adbdb17bb..68b30143c 100644 --- a/mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs +++ b/mRemoteV1/Security/PasswordCreation/PasswordLengthConstraint.cs @@ -23,7 +23,7 @@ namespace mRemoteNG.Security.PasswordCreation _minLength = minimumLength; _maxLength = maxLength; - ConstraintHint = string.Format(Language.strPasswordLengthConstraintHint, _minLength, _maxLength); + ConstraintHint = string.Format(Language.PasswordLengthConstraintHint, _minLength, _maxLength); } public bool Validate(SecureString password) diff --git a/mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs b/mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs index c8e0635c7..134f16b0f 100644 --- a/mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs +++ b/mRemoteV1/Security/SymmetricEncryption/AeadCryptographyProvider.cs @@ -252,7 +252,7 @@ namespace mRemoteNG.Security.SymmetricEncryption } catch (InvalidCipherTextException e) { - throw new EncryptionException(Language.strErrorDecryptionFailed, e); + throw new EncryptionException(Language.ErrorDecryptionFailed, e); } return plainText; diff --git a/mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs b/mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs index 5cfa17ef1..0b551de89 100644 --- a/mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs +++ b/mRemoteV1/Security/SymmetricEncryption/LegacyRijndaelCryptographyProvider.cs @@ -60,7 +60,7 @@ namespace mRemoteNG.Security.SymmetricEncryption catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - string.Format(Language.strErrorEncryptionFailed, ex.Message)); + string.Format(Language.ErrorEncryptionFailed, ex.Message)); } return strToEncrypt; @@ -103,8 +103,8 @@ namespace mRemoteNG.Security.SymmetricEncryption } catch (Exception ex) { - //Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, string.Format(Language.strErrorDecryptionFailed, ex.Message)); - throw new EncryptionException(Language.strErrorDecryptionFailed, ex); + //Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, string.Format(Language.ErrorDecryptionFailed, ex.Message)); + throw new EncryptionException(Language.ErrorDecryptionFailed, ex); } } } diff --git a/mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs b/mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs index b1cd36e7b..0bdcbc3e5 100644 --- a/mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs +++ b/mRemoteV1/Tools/Cmdline/StartupArgumentsInterpreter.cs @@ -38,7 +38,7 @@ namespace mRemoteNG.Tools.Cmdline } catch (Exception ex) { - _messageCollector.AddExceptionMessage(Language.strCommandLineArgsCouldNotBeParsed, ex, logOnly: false); + _messageCollector.AddExceptionMessage(Language.CommandLineArgsCouldNotBeParsed, ex, logOnly: false); } } diff --git a/mRemoteV1/Tools/ExternalTool.cs b/mRemoteV1/Tools/ExternalTool.cs index e12eedc54..2c88f5ce0 100644 --- a/mRemoteV1/Tools/ExternalTool.cs +++ b/mRemoteV1/Tools/ExternalTool.cs @@ -197,7 +197,7 @@ namespace mRemoteNG.Tools newConnectionInfo.Protocol = ProtocolType.IntApp; newConnectionInfo.ExtApp = DisplayName; newConnectionInfo.Name = DisplayName; - newConnectionInfo.Panel = Language.strMenuExternalTools; + newConnectionInfo.Panel = Language.MenuExternalTools; } public event PropertyChangedEventHandler PropertyChanged; diff --git a/mRemoteV1/Tools/MiscTools.cs b/mRemoteV1/Tools/MiscTools.cs index 6d4c93f50..c87f86187 100644 --- a/mRemoteV1/Tools/MiscTools.cs +++ b/mRemoteV1/Tools/MiscTools.cs @@ -199,12 +199,12 @@ namespace mRemoteNG.Tools public override object ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, object value) { if (!(value is string)) return base.ConvertFrom(context, culture, value); - if (string.Equals(value.ToString(), Language.strYes, StringComparison.CurrentCultureIgnoreCase)) + if (string.Equals(value.ToString(), Language.Yes, StringComparison.CurrentCultureIgnoreCase)) { return true; } - if (string.Equals(value.ToString(), Language.strNo, StringComparison.CurrentCultureIgnoreCase)) + if (string.Equals(value.ToString(), Language.No, StringComparison.CurrentCultureIgnoreCase)) { return false; } @@ -219,7 +219,7 @@ namespace mRemoteNG.Tools { if (destinationType == typeof(string)) { - return Convert.ToBoolean(value) ? Language.strYes : Language.strNo; + return Convert.ToBoolean(value) ? Language.Yes : Language.No; } return base.ConvertTo(context, culture, value, destinationType); diff --git a/mRemoteV1/Tools/NotificationAreaIcon.cs b/mRemoteV1/Tools/NotificationAreaIcon.cs index c8e8d9f67..bcd6f7b58 100644 --- a/mRemoteV1/Tools/NotificationAreaIcon.cs +++ b/mRemoteV1/Tools/NotificationAreaIcon.cs @@ -25,13 +25,13 @@ namespace mRemoteNG.Tools { _cMenCons = new ToolStripMenuItem { - Text = Language.strConnections, + Text = Language.Connections, Image = Resources.Root }; var cMenSep1 = new ToolStripSeparator(); - var cMenExit = new ToolStripMenuItem {Text = Language.strMenuExit}; + var cMenExit = new ToolStripMenuItem {Text = Language.MenuExit}; cMenExit.Click += cMenExit_Click; _cMen = new ContextMenuStrip diff --git a/mRemoteV1/Tools/ReconnectGroup.Designer.cs b/mRemoteV1/Tools/ReconnectGroup.Designer.cs index 4bbe7d77a..1d0616900 100644 --- a/mRemoteV1/Tools/ReconnectGroup.Designer.cs +++ b/mRemoteV1/Tools/ReconnectGroup.Designer.cs @@ -67,7 +67,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.strButtonClose; + this.btnClose.Text = global::mRemoteNG.Language.ButtonClose; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // @@ -89,7 +89,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.strCheckboxReconnectWhenReady; + this.chkReconnectWhenReady.Text = global::mRemoteNG.Language.CheckboxReconnectWhenReady; this.chkReconnectWhenReady.UseVisualStyleBackColor = true; this.chkReconnectWhenReady.CheckedChanged += new System.EventHandler(this.chkReconnectWhenReady_CheckedChanged); // diff --git a/mRemoteV1/Tools/ReconnectGroup.cs b/mRemoteV1/Tools/ReconnectGroup.cs index 6dd8436c6..e98a917b5 100644 --- a/mRemoteV1/Tools/ReconnectGroup.cs +++ b/mRemoteV1/Tools/ReconnectGroup.cs @@ -127,10 +127,10 @@ namespace mRemoteNG.Tools private void ApplyLanguage() { - grpAutomaticReconnect.Text = Language.strGroupboxAutomaticReconnect; - btnClose.Text = Language.strButtonClose; - lblServerStatus.Text = Language.strLabelServerStatus; - chkReconnectWhenReady.Text = Language.strCheckboxReconnectWhenReady; + grpAutomaticReconnect.Text = Language.GroupboxAutomaticReconnect; + btnClose.Text = Language.ButtonClose; + lblServerStatus.Text = Language.LabelServerStatus; + chkReconnectWhenReady.Text = Language.CheckboxReconnectWhenReady; } } } \ No newline at end of file diff --git a/mRemoteV1/Tools/ScanHost.cs b/mRemoteV1/Tools/ScanHost.cs index 1fbedff93..7619b320a 100644 --- a/mRemoteV1/Tools/ScanHost.cs +++ b/mRemoteV1/Tools/ScanHost.cs @@ -152,7 +152,7 @@ namespace mRemoteNG.Tools private static string BoolToYesNo(bool value) { - return value ? Language.strYes : Language.strNo; + return value ? Language.Yes : Language.No; } public void SetAllProtocols(bool value) diff --git a/mRemoteV1/Tools/SecureTransfer.cs b/mRemoteV1/Tools/SecureTransfer.cs index 4eeb6603a..4f2dd3adc 100644 --- a/mRemoteV1/Tools/SecureTransfer.cs +++ b/mRemoteV1/Tools/SecureTransfer.cs @@ -88,7 +88,7 @@ namespace mRemoteNG.Tools if (!ScpClt.IsConnected) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strSSHTransferFailed + Environment.NewLine + + Language.SSHTransferFailed + Environment.NewLine + "SCP Not Connected!"); return; } @@ -101,7 +101,7 @@ namespace mRemoteNG.Tools if (!SftpClt.IsConnected) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.strSSHTransferFailed + Environment.NewLine + + Language.SSHTransferFailed + Environment.NewLine + "SFTP Not Connected!"); return; } diff --git a/mRemoteV1/Tools/Tools.LocalizedAttributes.cs b/mRemoteV1/Tools/Tools.LocalizedAttributes.cs index 64821b487..ff5d80053 100644 --- a/mRemoteV1/Tools/Tools.LocalizedAttributes.cs +++ b/mRemoteV1/Tools/Tools.LocalizedAttributes.cs @@ -114,7 +114,7 @@ namespace mRemoteNG.Tools if (!Localized) { Localized = true; - DisplayNameValue = string.Format(Language.strFormatInherit, + DisplayNameValue = string.Format(Language.FormatInherit, Language.ResourceManager.GetString(DisplayNameValue)); } @@ -140,7 +140,7 @@ namespace mRemoteNG.Tools if (!Localized) { Localized = true; - DescriptionValue = string.Format(Language.strFormatInheritDescription, + DescriptionValue = string.Format(Language.FormatInheritDescription, Language.ResourceManager.GetString(DescriptionValue)); } diff --git a/mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs b/mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs index 09bbecd54..d35d15e7f 100644 --- a/mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs +++ b/mRemoteV1/Tree/ConnectionTreeDragAndDropHandler.cs @@ -88,7 +88,7 @@ namespace mRemoteNG.Tree var dragDropEffect = DragDropEffects.None; if (!NodeIsDraggable(dropSource)) { - _infoMessage = Language.strNodeNotDraggable; + _infoMessage = Language.NodeNotDraggable; _enableFeedback = false; } else @@ -127,7 +127,7 @@ namespace mRemoteNG.Tree { var dragDropEffect = DragDropEffects.None; if (AncestorDraggingOntoChild(dropSource, dropTarget)) - _infoMessage = Language.strNodeCannotDragParentOnChild; + _infoMessage = Language.NodeCannotDragParentOnChild; else if (dropTarget is PuttySessionInfo || dropTarget is RootNodeInfo) _enableFeedback = false; else @@ -143,11 +143,11 @@ namespace mRemoteNG.Tree { var validDrag = false; if (NodeDraggingOntoSelf(dropSource, dropTarget)) - _infoMessage = Language.strNodeCannotDragOnSelf; + _infoMessage = Language.NodeCannotDragOnSelf; else if (AncestorDraggingOntoChild(dropSource, dropTarget)) - _infoMessage = Language.strNodeCannotDragParentOnChild; + _infoMessage = Language.NodeCannotDragParentOnChild; else if (DraggingOntoCurrentParent(dropSource, dropTarget)) - _infoMessage = Language.strNodeAlreadyInFolder; + _infoMessage = Language.NodeAlreadyInFolder; else validDrag = true; return validDrag; diff --git a/mRemoteV1/Tree/Root/RootNodeInfo.cs b/mRemoteV1/Tree/Root/RootNodeInfo.cs index d228577c1..1d14dc874 100644 --- a/mRemoteV1/Tree/Root/RootNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootNodeInfo.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.Tree.Root public RootNodeInfo(RootNodeType rootType, string uniqueId) : base(uniqueId) { - _name = Language.strConnections; + _name = Language.Connections; Type = rootType; } @@ -27,21 +27,21 @@ namespace mRemoteNG.Tree.Root #region Public Properties - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous)), Browsable(true), - LocalizedAttributes.LocalizedDefaultValue(nameof(Language.strConnections)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNameName)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionName))] + LocalizedAttributes.LocalizedDefaultValue(nameof(Language.Connections)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameName)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionName))] public override string Name { get => _name; set => _name = value; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryMiscellaneous)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous)), Browsable(true), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePasswordProtect)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPasswordProtect)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePasswordProtect)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPasswordProtect)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public new bool Password { get; set; } diff --git a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs index c8e6a5519..1a45265d0 100644 --- a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs @@ -10,10 +10,10 @@ namespace mRemoteNG.Tree.Root public RootPuttySessionsNodeInfo() : base(RootNodeType.PuttySessions) { - _name = Language.strPuttySavedSessionsRootName; + _name = Language.PuttySavedSessionsRootName; _panel = string.IsNullOrEmpty(Settings.Default.PuttySavedSessionsPanel) - ? Language.strGeneral + ? Language.General : Settings.Default.PuttySavedSessionsPanel; } @@ -30,9 +30,9 @@ namespace mRemoteNG.Tree.Root } } - [LocalizedAttributes.LocalizedCategory(nameof(Language.strCategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.strPropertyNamePanel)), - LocalizedAttributes.LocalizedDescription(nameof(Language.strPropertyDescriptionPanel))] + [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public override string Panel { get { return _panel; } diff --git a/mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs b/mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs index 2f76679fe..7a265affa 100644 --- a/mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs +++ b/mRemoteV1/Tree/SelectedConnectionDeletionConfirmer.cs @@ -30,19 +30,19 @@ namespace mRemoteNG.Tree private bool UserConfirmsEmptyFolderDeletion(AbstractConnectionRecord deletionTarget) { - var messagePrompt = string.Format(Language.strConfirmDeleteNodeFolder, deletionTarget.Name); + var messagePrompt = string.Format(Language.ConfirmDeleteNodeFolder, deletionTarget.Name); return PromptUser(messagePrompt); } private bool UserConfirmsNonEmptyFolderDeletion(AbstractConnectionRecord deletionTarget) { - var messagePrompt = string.Format(Language.strConfirmDeleteNodeFolderNotEmpty, deletionTarget.Name); + var messagePrompt = string.Format(Language.ConfirmDeleteNodeFolderNotEmpty, deletionTarget.Name); return PromptUser(messagePrompt); } private bool UserConfirmsConnectionDeletion(AbstractConnectionRecord deletionTarget) { - var messagePrompt = string.Format(Language.strConfirmDeleteNodeConnection, deletionTarget.Name); + var messagePrompt = string.Format(Language.ConfirmDeleteNodeConnection, deletionTarget.Name); return PromptUser(messagePrompt); } diff --git a/mRemoteV1/UI/Controls/Base/NGSearchBox.cs b/mRemoteV1/UI/Controls/Base/NGSearchBox.cs index 437a2cc58..459754cb3 100644 --- a/mRemoteV1/UI/Controls/Base/NGSearchBox.cs +++ b/mRemoteV1/UI/Controls/Base/NGSearchBox.cs @@ -41,7 +41,7 @@ namespace mRemoteNG.UI.Controls.Base return; _settingDefaultText = true; - Text = Language.strSearchPrompt; + Text = Language.SearchPrompt; _pbClear.Visible = false; } diff --git a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs index e99905fff..7f999b537 100644 --- a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs +++ b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs @@ -400,39 +400,39 @@ namespace mRemoteNG.UI.Controls private void ApplyLanguage() { - _cMenTreeConnect.Text = Language.strConnect; - _cMenTreeConnectWithOptions.Text = Language.strConnectWithOptions; - _cMenTreeConnectWithOptionsConnectToConsoleSession.Text = Language.strConnectToConsoleSession; + _cMenTreeConnect.Text = Language.Connect; + _cMenTreeConnectWithOptions.Text = Language.ConnectWithOptions; + _cMenTreeConnectWithOptionsConnectToConsoleSession.Text = Language.ConnectToConsoleSession; _cMenTreeConnectWithOptionsDontConnectToConsoleSession.Text = - Language.strDontConnectToConsoleSessionMenuItem; - _cMenTreeConnectWithOptionsConnectInFullscreen.Text = Language.strConnectInFullscreen; - _cMenTreeConnectWithOptionsNoCredentials.Text = Language.strConnectNoCredentials; - _cMenTreeConnectWithOptionsChoosePanelBeforeConnecting.Text = Language.strChoosePanelBeforeConnecting; + Language.DontConnectToConsoleSessionMenuItem; + _cMenTreeConnectWithOptionsConnectInFullscreen.Text = Language.ConnectInFullscreen; + _cMenTreeConnectWithOptionsNoCredentials.Text = Language.ConnectNoCredentials; + _cMenTreeConnectWithOptionsChoosePanelBeforeConnecting.Text = Language.ChoosePanelBeforeConnecting; _cMenTreeConnectWithOptionsViewOnly.Text = Language.ConnectInViewOnlyMode; - _cMenTreeDisconnect.Text = Language.strMenuDisconnect; + _cMenTreeDisconnect.Text = Language.MenuDisconnect; - _cMenTreeToolsExternalApps.Text = Language.strMenuExternalTools; - _cMenTreeToolsTransferFile.Text = Language.strMenuTransferFile; + _cMenTreeToolsExternalApps.Text = Language.MenuExternalTools; + _cMenTreeToolsTransferFile.Text = Language.MenuTransferFile; - _cMenTreeDuplicate.Text = Language.strDuplicate; - _cMenTreeRename.Text = Language.strRename; - _cMenTreeDelete.Text = Language.strMenuDelete; - _cMenTreeCopyHostname.Text = Language.strMenuCopyHostname; + _cMenTreeDuplicate.Text = Language.Duplicate; + _cMenTreeRename.Text = Language.Rename; + _cMenTreeDelete.Text = Language.MenuDelete; + _cMenTreeCopyHostname.Text = Language.MenuCopyHostname; - _cMenTreeImport.Text = Language.strImportMenuItem; - _cMenTreeImportFile.Text = Language.strImportFromFileMenuItem; - _cMenTreeImportActiveDirectory.Text = Language.strImportAD; - _cMenTreeImportPortScan.Text = Language.strImportPortScan; - _cMenTreeExportFile.Text = Language.strExportToFileMenuItem; + _cMenTreeImport.Text = Language.ImportMenuItem; + _cMenTreeImportFile.Text = Language.ImportFromFileMenuItem; + _cMenTreeImportActiveDirectory.Text = Language.ImportAD; + _cMenTreeImportPortScan.Text = Language.ImportPortScan; + _cMenTreeExportFile.Text = Language.ExportToFileMenuItem; - _cMenTreeAddConnection.Text = Language.strAddConnection; - _cMenTreeAddFolder.Text = Language.strAddFolder; + _cMenTreeAddConnection.Text = Language.AddConnection; + _cMenTreeAddFolder.Text = Language.AddFolder; - _cMenTreeToolsSort.Text = Language.strSort; - _cMenTreeToolsSortAscending.Text = Language.strSortAsc; - _cMenTreeToolsSortDescending.Text = Language.strSortDesc; - _cMenTreeMoveUp.Text = Language.strMoveUp; - _cMenTreeMoveDown.Text = Language.strMoveDown; + _cMenTreeToolsSort.Text = Language.Sort; + _cMenTreeToolsSortAscending.Text = Language.SortAsc; + _cMenTreeToolsSortDescending.Text = Language.SortDesc; + _cMenTreeMoveUp.Text = Language.MoveUp; + _cMenTreeMoveDown.Text = Language.MoveDown; } internal void ShowHideMenuItems() diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs index 46777aa72..ec9a13f38 100644 --- a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs +++ b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs @@ -183,7 +183,7 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid { Runtime.MessageCollector.AddMessage( MessageClass.ErrorMsg, - Language.strConfigPropertyGridHideItemsFailed + + Language.ConfigPropertyGridHideItemsFailed + Environment.NewLine + ex.Message, true); } } @@ -282,11 +282,11 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid if (IsShowingInheritance) return; - if (e.ChangedItem.Label == Language.strPropertyNameProtocol) + if (e.ChangedItem.Label == Language.PropertyNameProtocol) { SelectedConnectionInfo.SetDefaultPort(); } - else if (e.ChangedItem.Label == Language.strPropertyNameName) + else if (e.ChangedItem.Label == Language.PropertyNameName) { if (Settings.Default.SetHostnameLikeDisplayName) { @@ -310,7 +310,7 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid if (rootInfo.Password) { var passwordName = Settings.Default.UseSQLServer - ? Language.strSQLServer.TrimEnd(':') + ? Language.SQLServer.TrimEnd(':') : Path.GetFileName(Runtime.ConnectionsService.GetStartupConnectionFileName()); var password = MiscTools.PasswordDialog(passwordName); @@ -348,7 +348,7 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigPropertyGridValueFailed + Environment.NewLine + + Language.ConfigPropertyGridValueFailed + Environment.NewLine + ex.Message, true); } } diff --git a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs b/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs index b3e930462..7ff8edc9d 100644 --- a/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs +++ b/mRemoteV1/UI/Controls/ConnectionTree/ConnectionTree.cs @@ -305,7 +305,7 @@ namespace mRemoteNG.UI.Controls } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strErrorAddFolderFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ErrorAddFolderFailed, ex); } } diff --git a/mRemoteV1/UI/Controls/CredentialRecordListBox.cs b/mRemoteV1/UI/Controls/CredentialRecordListBox.cs index 2b863c5a2..83a76b7d8 100644 --- a/mRemoteV1/UI/Controls/CredentialRecordListBox.cs +++ b/mRemoteV1/UI/Controls/CredentialRecordListBox.cs @@ -8,8 +8,8 @@ namespace mRemoteNG.UI.Controls public partial class CredentialRecordListBox : ListBox { public new ICredentialRecord SelectedItem => (ICredentialRecord)base.SelectedItem; - public ICredentialRecord NoneSelection { get; } = new CredentialRecord {Title = $"--{Language.strNone}--"}; - public ICredentialRecord AddNewSelection { get; } = new CredentialRecord {Title = $"--{Language.strAdd}--"}; + public ICredentialRecord NoneSelection { get; } = new CredentialRecord {Title = $"--{Language.None}--"}; + public ICredentialRecord AddNewSelection { get; } = new CredentialRecord {Title = $"--{Language.Add}--"}; public CredentialRecordListBox(IEnumerable listOfCredentialRecords) { diff --git a/mRemoteV1/UI/Controls/CredentialRecordListView.cs b/mRemoteV1/UI/Controls/CredentialRecordListView.cs index 8507a95f9..11bcf5c44 100644 --- a/mRemoteV1/UI/Controls/CredentialRecordListView.cs +++ b/mRemoteV1/UI/Controls/CredentialRecordListView.cs @@ -73,9 +73,9 @@ namespace mRemoteNG.UI.Controls private void ApplyLanguage() { - olvColumnTitle.Text = Language.strTitle; - olvColumnUsername.Text = Language.strPropertyNameUsername; - olvColumnDomain.Text = Language.strPropertyNameDomain; + olvColumnTitle.Text = Language.Title; + olvColumnUsername.Text = Language.PropertyNameUsername; + olvColumnDomain.Text = Language.PropertyNameDomain; } private object CredentialIdAspectGetter(object rowObject) diff --git a/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs b/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs index 91a35a5e9..6b03296ef 100644 --- a/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs +++ b/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs @@ -49,7 +49,7 @@ namespace mRemoteNG.UI.Controls CMenToolbarShowText.CheckState = CheckState.Checked; CMenToolbarShowText.Name = "cMenToolbarShowText"; CMenToolbarShowText.Size = new System.Drawing.Size(128, 22); - CMenToolbarShowText.Text = Language.strMenuShowText; + CMenToolbarShowText.Text = Language.MenuShowText; CMenToolbarShowText.Click += cMenToolbarShowText_Click; } @@ -86,7 +86,7 @@ namespace mRemoteNG.UI.Controls } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strErrorAddExternalToolsToToolBarFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.ErrorAddExternalToolsToToolBarFailed, ex); } finally { diff --git a/mRemoteV1/UI/Controls/IPTextBox.cs b/mRemoteV1/UI/Controls/IPTextBox.cs index 034a926af..fd89f6988 100644 --- a/mRemoteV1/UI/Controls/IPTextBox.cs +++ b/mRemoteV1/UI/Controls/IPTextBox.cs @@ -257,7 +257,7 @@ namespace mRemoteNG.UI.Controls if (theValue >= 0 && theValue <= 255) return true; - MessageBox.Show(Language.strIPRange, Language.strOutOfRange); + MessageBox.Show(Language.IPRange, Language.OutOfRange); return false; } catch diff --git a/mRemoteV1/UI/Controls/MultiSshToolStrip.cs b/mRemoteV1/UI/Controls/MultiSshToolStrip.cs index 079e0bdcf..defde1f2c 100644 --- a/mRemoteV1/UI/Controls/MultiSshToolStrip.cs +++ b/mRemoteV1/UI/Controls/MultiSshToolStrip.cs @@ -36,13 +36,13 @@ namespace mRemoteNG.UI.Controls // _lblMultiSsh.Name = "_lblMultiSsh"; _lblMultiSsh.Size = new System.Drawing.Size(77, 22); - _lblMultiSsh.Text = Language.strMultiSSH; + _lblMultiSsh.Text = Language.MultiSSH; // // txtMultiSSH // _txtMultiSsh.Name = "_txtMultiSsh"; _txtMultiSsh.Size = new System.Drawing.Size(new DisplayProperties().ScaleWidth(300), 25); - _txtMultiSsh.ToolTipText = Language.strMultiSSHToolTip; + _txtMultiSsh.ToolTipText = Language.MultiSSHToolTip; Items.AddRange(new ToolStripItem[] { diff --git a/mRemoteV1/UI/Controls/QuickConnectComboBox.cs b/mRemoteV1/UI/Controls/QuickConnectComboBox.cs index 7380c284b..9e1016314 100644 --- a/mRemoteV1/UI/Controls/QuickConnectComboBox.cs +++ b/mRemoteV1/UI/Controls/QuickConnectComboBox.cs @@ -176,7 +176,7 @@ namespace mRemoteNG.UI.Controls } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strQuickConnectAddFailed, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.QuickConnectAddFailed, ex); } } diff --git a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs index 12c7986f2..aeedefdbc 100644 --- a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs +++ b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs @@ -51,7 +51,7 @@ namespace mRemoteNG.UI.Controls private void ApplyLanguage() { - _lblQuickConnect.Text = Language.strQuickConnect; + _lblQuickConnect.Text = Language.QuickConnect; } private void Initialize() @@ -73,7 +73,7 @@ namespace mRemoteNG.UI.Controls // _lblQuickConnect.Name = "lblQuickConnect"; _lblQuickConnect.Size = new Size(55, 22); - _lblQuickConnect.Text = Language.strLabelConnect; + _lblQuickConnect.Text = Language.LabelConnect; _lblQuickConnect.Click += lblQuickConnect_Click; // // cmbQuickConnect @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Controls _btnQuickConnect.Margin = new Padding(0, 1, 3, 2); _btnQuickConnect.Name = "btnQuickConnect"; _btnQuickConnect.Size = new Size(84, 22); - _btnQuickConnect.Text = Language.strMenuConnect; + _btnQuickConnect.Text = Language.MenuConnect; _btnQuickConnect.ButtonClick += btnQuickConnect_ButtonClick; _btnQuickConnect.DropDownItemClicked += btnQuickConnect_DropDownItemClicked; // @@ -130,7 +130,7 @@ namespace mRemoteNG.UI.Controls _btnConnections.ImageTransparentColor = Color.Magenta; _btnConnections.Name = "btnConnections"; _btnConnections.Size = new Size(29, 22); - _btnConnections.Text = Language.strMenuConnections; + _btnConnections.Text = Language.MenuConnections; _btnConnections.DropDownOpening += btnConnections_DropDownOpening; // // mnuConnections diff --git a/mRemoteV1/UI/DialogFactory.cs b/mRemoteV1/UI/DialogFactory.cs index f5eae4d88..14db2988f 100644 --- a/mRemoteV1/UI/DialogFactory.cs +++ b/mRemoteV1/UI/DialogFactory.cs @@ -17,7 +17,7 @@ namespace mRemoteNG.UI Title = "", CheckFileExists = true, InitialDirectory = ConnectionsFileInfo.DefaultConnectionsPath, - Filter = Language.strFiltermRemoteXML + @"|*.xml|" + Language.strFilterAll + @"|*.*" + Filter = Language.FiltermRemoteXML + @"|*.xml|" + Language.FilterAll + @"|*.*" }; } @@ -35,12 +35,12 @@ namespace mRemoteNG.UI var commandButtons = new List { Language.ConfigurationCreateNew, - Language.strOpenADifferentFile, - Language.strMenuExit + Language.OpenADifferentFile, + Language.MenuExit }; if (showCancelButton) - commandButtons.Add(Language.strButtonCancel); + commandButtons.Add(Language.ButtonCancel); var answered = false; while (!answered) @@ -81,7 +81,7 @@ namespace mRemoteNG.UI { Runtime.MessageCollector.AddExceptionMessage( string - .Format(Language.strConnectionsFileCouldNotBeLoadedNew, + .Format(Language.ConnectionsFileCouldNotBeLoadedNew, connectionFileName), exception, MessageClass.WarningMsg); @@ -102,7 +102,7 @@ namespace mRemoteNG.UI InitialDirectory = ConnectionsFileInfo.DefaultConnectionsPath, FileName = ConnectionsFileInfo.DefaultConnectionsFile, OverwritePrompt = true, - Filter = Language.strFiltermRemoteXML + @"|*.xml|" + Language.strFilterAll + @"|*.*" + Filter = Language.FiltermRemoteXML + @"|*.xml|" + Language.FilterAll + @"|*.*" }; } } diff --git a/mRemoteV1/UI/Forms/ExportForm.cs b/mRemoteV1/UI/Forms/ExportForm.cs index b5198609c..1c712265e 100644 --- a/mRemoteV1/UI/Forms/ExportForm.cs +++ b/mRemoteV1/UI/Forms/ExportForm.cs @@ -167,9 +167,9 @@ namespace mRemoteNG.UI.Forms saveFileDialog.OverwritePrompt = true; var fileTypes = new List(); - fileTypes.AddRange(new[] {Language.strFiltermRemoteXML, "*.xml"}); - fileTypes.AddRange(new[] {Language.strFiltermRemoteCSV, "*.csv"}); - fileTypes.AddRange(new[] {Language.strFilterAll, "*.*"}); + fileTypes.AddRange(new[] {Language.FiltermRemoteXML, "*.xml"}); + fileTypes.AddRange(new[] {Language.FiltermRemoteCSV, "*.csv"}); + fileTypes.AddRange(new[] {Language.FilterAll, "*.*"}); saveFileDialog.Filter = string.Join("|", fileTypes.ToArray()); SelectFileTypeBasedOnSaveFormat(saveFileDialog); @@ -228,28 +228,28 @@ namespace mRemoteNG.UI.Forms private void ApplyLanguage() { - Text = Language.strExport; + Text = Language.Export; - grpFile.Text = Language.strExportFile; - lblFileName.Text = Language.strLabelFilename; - btnBrowse.Text = Language.strButtonBrowse; - lblFileFormat.Text = Language.strFileFormatLabel; + grpFile.Text = Language.ExportFile; + lblFileName.Text = Language.LabelFilename; + btnBrowse.Text = Language.ButtonBrowse; + lblFileFormat.Text = Language.FileFormatLabel; - grpItems.Text = Language.strExportItems; - rdoExportEverything.Text = Language.strExportEverything; - rdoExportSelectedFolder.Text = Language.strExportSelectedFolder; - rdoExportSelectedConnection.Text = Language.strExportSelectedConnection; + grpItems.Text = Language.ExportItems; + rdoExportEverything.Text = Language.ExportEverything; + rdoExportSelectedFolder.Text = Language.ExportSelectedFolder; + rdoExportSelectedConnection.Text = Language.ExportSelectedConnection; - grpProperties.Text = Language.strExportProperties; - chkUsername.Text = Language.strCheckboxUsername; - chkPassword.Text = Language.strCheckboxPassword; - chkDomain.Text = Language.strCheckboxDomain; - chkAssignedCredential.Text = Language.strAssignedCredential; - chkInheritance.Text = Language.strCheckboxInheritance; - lblUncheckProperties.Text = Language.strUncheckProperties; + grpProperties.Text = Language.ExportProperties; + chkUsername.Text = Language.CheckboxUsername; + chkPassword.Text = Language.CheckboxPassword; + chkDomain.Text = Language.CheckboxDomain; + chkAssignedCredential.Text = Language.AssignedCredential; + chkInheritance.Text = Language.CheckboxInheritance; + lblUncheckProperties.Text = Language.UncheckProperties; - btnOK.Text = Language.strButtonOK; - btnCancel.Text = Language.strButtonCancel; + btnOK.Text = Language.ButtonOK; + btnCancel.Text = Language.ButtonCancel; } #endregion @@ -292,9 +292,9 @@ namespace mRemoteNG.UI.Forms switch (Format) { case SaveFormat.mRXML: - return Language.strMremoteNgXml; + return Language.MremoteNgXml; case SaveFormat.mRCSV: - return Language.strMremoteNgCsv; + return Language.MremoteNgCsv; default: return Format.ToString(); } diff --git a/mRemoteV1/UI/Forms/FrmAbout.cs b/mRemoteV1/UI/Forms/FrmAbout.cs index b526a32c9..b3575c8d0 100644 --- a/mRemoteV1/UI/Forms/FrmAbout.cs +++ b/mRemoteV1/UI/Forms/FrmAbout.cs @@ -20,18 +20,18 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - lblLicense.Text = Language.strLabelReleasedUnderGPL; - base.Text = Language.strAbout; - llChangelog.Text = Language.strChangelog; - llCredits.Text = Language.strCredits; - llLicense.Text = Language.strLicense; + lblLicense.Text = Language.LabelReleasedUnderGPL; + base.Text = Language.About; + llChangelog.Text = Language.Changelog; + llCredits.Text = Language.Credits; + llLicense.Text = Language.License; lblCopyright.Text = GeneralAppInfo.Copyright; lblVersion.Text = $@"Version {GeneralAppInfo.ApplicationVersion}"; AddPortableString(); } [Conditional("PORTABLE")] - private void AddPortableString() => lblTitle.Text += $@" {Language.strLabelPortableEdition}"; + private void AddPortableString() => lblTitle.Text += $@" {Language.LabelPortableEdition}"; private void ApplyTheme() { diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.cs b/mRemoteV1/UI/Forms/Input/FrmInputBox.cs index e55b51e55..e85d4f9ee 100644 --- a/mRemoteV1/UI/Forms/Input/FrmInputBox.cs +++ b/mRemoteV1/UI/Forms/Input/FrmInputBox.cs @@ -20,8 +20,8 @@ namespace mRemoteNG.UI.Forms.Input private void ApplyLanguage() { - buttonOk.Text = Language.strButtonOK; - buttonCancel.Text = Language.strButtonCancel; + buttonOk.Text = Language.ButtonOK; + buttonCancel.Text = Language.ButtonCancel; } private void ApplyTheme() diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs index 3f0ac5c6e..87c18ae90 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs @@ -25,7 +25,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strTabAdvanced; + get => Language.TabAdvanced; set { } } @@ -33,15 +33,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - lblSeconds.Text = Language.strLabelSeconds; - lblMaximumPuttyWaitTime.Text = Language.strLabelPuttyTimeout; - chkAutomaticReconnect.Text = Language.strCheckboxAutomaticReconnect; - chkLoadBalanceInfoUseUtf8.Text = Language.strLoadBalanceInfoUseUtf8; - lblConfigurePuttySessions.Text = Language.strLabelPuttySessionsConfig; - btnLaunchPutty.Text = Language.strButtonLaunchPutty; - btnBrowseCustomPuttyPath.Text = Language.strButtonBrowse; - chkUseCustomPuttyPath.Text = Language.strCheckboxPuttyPath; - lblUVNCSCPort.Text = Language.strUltraVNCSCListeningPort; + lblSeconds.Text = Language.LabelSeconds; + lblMaximumPuttyWaitTime.Text = Language.LabelPuttyTimeout; + chkAutomaticReconnect.Text = Language.CheckboxAutomaticReconnect; + chkLoadBalanceInfoUseUtf8.Text = Language.LoadBalanceInfoUseUtf8; + lblConfigurePuttySessions.Text = Language.LabelPuttySessionsConfig; + btnLaunchPutty.Text = Language.ButtonLaunchPutty; + btnBrowseCustomPuttyPath.Text = Language.ButtonBrowse; + chkUseCustomPuttyPath.Text = Language.CheckboxPuttyPath; + lblUVNCSCPort.Text = Language.UltraVNCSCListeningPort; } public override void LoadSettings() @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { using (var openFileDialog = new OpenFileDialog()) { - openFileDialog.Filter = $@"{Language.strFilterApplication}|*.exe|{Language.strFilterAll}|*.*"; + openFileDialog.Filter = $@"{Language.FilterApplication}|*.exe|{Language.FilterAll}|*.*"; openFileDialog.FileName = Path.GetFileName(GeneralAppInfo.PuttyPath); openFileDialog.CheckFileExists = true; openFileDialog.Multiselect = false; @@ -133,9 +133,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages } catch (Exception ex) { - MessageBox.Show(Language.strErrorCouldNotLaunchPutty, Application.ProductName, + MessageBox.Show(Language.ErrorCouldNotLaunchPutty, Application.ProductName, MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1); - Runtime.MessageCollector.AddExceptionMessage(Language.strErrorCouldNotLaunchPutty, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.ErrorCouldNotLaunchPutty, ex); } } diff --git a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs b/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs index 6d7c7f58c..0c74715c2 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strTabAppearance; + get => Language.TabAppearance; set { } } @@ -24,20 +24,20 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - lblLanguage.Text = Language.strLanguage; + lblLanguage.Text = Language.LanguageString; lblLanguageRestartRequired.Text = - string.Format(Language.strLanguageRestartRequired, Application.ProductName); - chkShowDescriptionTooltipsInTree.Text = Language.strShowDescriptionTooltips; - chkShowFullConnectionsFilePathInTitle.Text = Language.strShowFullConsFilePath; - chkShowSystemTrayIcon.Text = Language.strAlwaysShowSysTrayIcon; - chkMinimizeToSystemTray.Text = Language.strMinimizeToSysTray; - chkCloseToSystemTray.Text = Language.strCloseToSysTray; + string.Format(Language.LanguageRestartRequired, Application.ProductName); + chkShowDescriptionTooltipsInTree.Text = Language.ShowDescriptionTooltips; + chkShowFullConnectionsFilePathInTitle.Text = Language.ShowFullConsFilePath; + chkShowSystemTrayIcon.Text = Language.AlwaysShowSysTrayIcon; + chkMinimizeToSystemTray.Text = Language.MinimizeToSysTray; + chkCloseToSystemTray.Text = Language.CloseToSysTray; } public override void LoadSettings() { cboLanguage.Items.Clear(); - cboLanguage.Items.Add(Language.strLanguageDefault); + cboLanguage.Items.Add(Language.LanguageDefault); foreach (var nativeName in SupportedCultures.CultureNativeNames) { diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs index 8edbf8653..d5d922f53 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs @@ -27,7 +27,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strComponentsCheck; + get => Language.ComponentsCheck; set { } } @@ -37,8 +37,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - Text = Language.strComponentsCheck; - btnCheckAgain.Text = Language.strCcCheckAgain; + Text = Language.ComponentsCheck; + btnCheckAgain.Text = Language.CcCheckAgain; } private void BtnCheckAgain_Click(object sender, EventArgs e) @@ -68,19 +68,19 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck1.Image = Resources.Good_Symbol; lblCheck1.ForeColor = Color.DarkOliveGreen; - lblCheck1.Text = "RDP (Remote Desktop) " + Language.strCcCheckSucceeded; - txtCheck1.Text = string.Format(Language.strCcRDPOK, string.Join(", ", supportedVersions)); + lblCheck1.Text = "RDP (Remote Desktop) " + Language.CcCheckSucceeded; + txtCheck1.Text = string.Format(Language.CcRDPOK, string.Join(", ", supportedVersions)); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "RDP versions installed: "+ string.Join(",", supportedVersions), true); } else { pbCheck1.Image = Resources.Bad_Symbol; lblCheck1.ForeColor = Color.Firebrick; - lblCheck1.Text = "RDP (Remote Desktop) " + Language.strCcCheckFailed; - txtCheck1.Text = string.Format(Language.strCcRDPFailed, GeneralAppInfo.UrlForum); + lblCheck1.Text = "RDP (Remote Desktop) " + Language.CcCheckFailed; + txtCheck1.Text = string.Format(Language.CcRDPFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - "RDP " + Language.strCcNotInstalledProperly, true); + "RDP " + Language.CcNotInstalledProperly, true); } } @@ -102,8 +102,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck2.Image = Resources.Good_Symbol; lblCheck2.ForeColor = Color.DarkOliveGreen; - lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.strCcCheckSucceeded; - txtCheck2.Text = string.Format(Language.strCcVNCOK, vnc.ProductVersion); + lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CcCheckSucceeded; + txtCheck2.Text = string.Format(Language.CcVNCOK, vnc.ProductVersion); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "VNC installed", true); } } @@ -111,11 +111,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck2.Image = Resources.Bad_Symbol; lblCheck2.ForeColor = Color.Firebrick; - lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.strCcCheckFailed; - txtCheck2.Text = string.Format(Language.strCcVNCFailed, GeneralAppInfo.UrlForum); + lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CcCheckFailed; + txtCheck2.Text = string.Format(Language.CcVNCFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - "VNC " + Language.strCcNotInstalledProperly, true); + "VNC " + Language.CcNotInstalledProperly, true); } } @@ -138,20 +138,20 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck3.Image = Resources.Good_Symbol; lblCheck3.ForeColor = Color.DarkOliveGreen; - lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.strCcCheckSucceeded; + lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CcCheckSucceeded; txtCheck3.Text = - $"{Language.strCcPuttyOK}{Environment.NewLine}Version: {versionInfo.ProductName} Release: {versionInfo.FileVersion}"; + $"{Language.CcPuttyOK}{Environment.NewLine}Version: {versionInfo.ProductName} Release: {versionInfo.FileVersion}"; Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "PuTTY installed", true); } else { pbCheck3.Image = Resources.Bad_Symbol; lblCheck3.ForeColor = Color.Firebrick; - lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.strCcCheckFailed; - txtCheck3.Text = Language.strCcPuttyFailed; + lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CcCheckFailed; + txtCheck3.Text = Language.CcPuttyFailed; Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - "PuTTY " + Language.strCcNotInstalledProperly, true); + "PuTTY " + Language.CcNotInstalledProperly, true); Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, "File " + pPath + " does not exist.", true); } @@ -169,8 +169,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck4.Image = Resources.Good_Symbol; lblCheck4.ForeColor = Color.DarkOliveGreen; - lblCheck4.Text = @"ICA (Citrix ICA) " + Language.strCcCheckSucceeded; - txtCheck4.Text = string.Format(Language.strCcICAOK, ica.Version); + lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CcCheckSucceeded; + txtCheck4.Text = string.Format(Language.CcICAOK, ica.Version); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "ICA installed", true); } } @@ -178,11 +178,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck4.Image = Resources.Bad_Symbol; lblCheck4.ForeColor = Color.Firebrick; - lblCheck4.Text = @"ICA (Citrix ICA) " + Language.strCcCheckFailed; - txtCheck4.Text = string.Format(Language.strCcICAFailed, GeneralAppInfo.UrlForum); + lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CcCheckFailed; + txtCheck4.Text = string.Format(Language.CcICAFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - "ICA " + Language.strCcNotInstalledProperly, true); + "ICA " + Language.CcNotInstalledProperly, true); Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, ex.Message, true); } } diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs index 7b6c309cd..eac5202e5 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.Designer.cs @@ -152,7 +152,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.strSingleClickOnOpenConnectionSwitchesToIt; + this.chkSingleClickOnOpenedConnectionSwitchesToIt.Text = global::mRemoteNG.Language.SingleClickOnOpenConnectionSwitchesToIt; this.chkSingleClickOnOpenedConnectionSwitchesToIt.UseVisualStyleBackColor = true; // // lblAutoSave1 diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs index 5e460b4a4..8c19a0792 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strConnections; + get => Language.Connections; set { } } @@ -24,24 +24,24 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - chkSingleClickOnConnectionOpensIt.Text = Language.strSingleClickOnConnectionOpensIt; - chkSingleClickOnOpenedConnectionSwitchesToIt.Text = Language.strSingleClickOnOpenConnectionSwitchesToIt; - chkConnectionTreeTrackActiveConnection.Text = Language.strTrackActiveConnectionInConnectionTree; - chkHostnameLikeDisplayName.Text = Language.strSetHostnameLikeDisplayName; + chkSingleClickOnConnectionOpensIt.Text = Language.SingleClickOnConnectionOpensIt; + chkSingleClickOnOpenedConnectionSwitchesToIt.Text = Language.SingleClickOnOpenConnectionSwitchesToIt; + chkConnectionTreeTrackActiveConnection.Text = Language.TrackActiveConnectionInConnectionTree; + chkHostnameLikeDisplayName.Text = Language.SetHostnameLikeDisplayName; chkSaveConnectionsAfterEveryEdit.Text = Language.SaveConnectionsAfterEveryEdit; chkUseFilterSearch.Text = Language.FilterSearchMatchesInConnectionTree; chkPlaceSearchBarAboveConnectionTree.Text = Language.PlaceSearchBarAboveConnectionTree; chkDoNotTrimUsername.Text = Language.DoNotTrimUsername; - lblRdpReconnectionCount.Text = Language.strRdpReconnectCount; - lblRDPConTimeout.Text = Language.strRDPOverallConnectionTimeout; - lblAutoSave1.Text = Language.strAutoSaveEvery; + lblRdpReconnectionCount.Text = Language.RdpReconnectCount; + lblRDPConTimeout.Text = Language.RDPOverallConnectionTimeout; + lblAutoSave1.Text = Language.AutoSaveEvery; - lblClosingConnections.Text = Language.strLabelClosingConnections; - radCloseWarnAll.Text = Language.strRadioCloseWarnAll; - radCloseWarnMultiple.Text = Language.strRadioCloseWarnMultiple; - radCloseWarnExit.Text = Language.strRadioCloseWarnExit; - radCloseWarnNever.Text = Language.strRadioCloseWarnNever; + lblClosingConnections.Text = Language.LabelClosingConnections; + radCloseWarnAll.Text = Language.RadioCloseWarnAll; + radCloseWarnMultiple.Text = Language.RadioCloseWarnMultiple; + radCloseWarnExit.Text = Language.RadioCloseWarnExit; + radCloseWarnNever.Text = Language.RadioCloseWarnNever; } public override void LoadSettings() diff --git a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs index 8d2417552..a7e787899 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs @@ -22,13 +22,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override void ApplyLanguage() { base.ApplyLanguage(); - lblDefaultCredentials.Text = Language.strEmptyUsernamePasswordDomainFields; - radCredentialsNoInfo.Text = Language.strNoInformation; - radCredentialsWindows.Text = Language.strMyCurrentWindowsCreds; - radCredentialsCustom.Text = Language.strTheFollowing; - lblCredentialsUsername.Text = Language.strLabelUsername; - lblCredentialsPassword.Text = Language.strLabelPassword; - lblCredentialsDomain.Text = Language.strLabelDomain; + lblDefaultCredentials.Text = Language.EmptyUsernamePasswordDomainFields; + radCredentialsNoInfo.Text = Language.NoInformation; + radCredentialsWindows.Text = Language.MyCurrentWindowsCreds; + radCredentialsCustom.Text = Language.TheFollowing; + lblCredentialsUsername.Text = Language.LabelUsername; + lblCredentialsPassword.Text = Language.LabelPassword; + lblCredentialsDomain.Text = Language.LabelDomain; } public override void LoadSettings() diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs index e00b844eb..bb3b4101d 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strMenuNotifications; + get => Language.MenuNotifications; set { } } @@ -25,37 +25,37 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.ApplyLanguage(); // notifications panel - groupBoxNotifications.Text = Language.strMenuNotifications; - labelNotificationsShowTypes.Text = Language.strShowTheseMessageTypes; - chkShowDebugInMC.Text = Language.strDebug; - chkShowInfoInMC.Text = Language.strInformations; - chkShowWarningInMC.Text = Language.strWarnings; - chkShowErrorInMC.Text = Language.strErrors; - labelSwitchToErrorsAndInfos.Text = Language.strSwitchToErrorsAndInfos; - chkSwitchToMCInformation.Text = Language.strInformations; - chkSwitchToMCWarnings.Text = Language.strWarnings; - chkSwitchToMCErrors.Text = Language.strErrors; + groupBoxNotifications.Text = Language.MenuNotifications; + labelNotificationsShowTypes.Text = Language.ShowTheseMessageTypes; + chkShowDebugInMC.Text = Language.Debug; + chkShowInfoInMC.Text = Language.Informations; + chkShowWarningInMC.Text = Language.Warnings; + chkShowErrorInMC.Text = Language.Errors; + labelSwitchToErrorsAndInfos.Text = Language.SwitchToErrorsAndInfos; + chkSwitchToMCInformation.Text = Language.Informations; + chkSwitchToMCWarnings.Text = Language.Warnings; + chkSwitchToMCErrors.Text = Language.Errors; // logging - groupBoxLogging.Text = Language.strLogging; - chkLogDebugMsgs.Text = Language.strDebug; - chkLogInfoMsgs.Text = Language.strInformations; - chkLogWarningMsgs.Text = Language.strWarnings; - chkLogErrorMsgs.Text = Language.strErrors; - chkLogToCurrentDir.Text = Language.strLogToAppDir; - labelLogFilePath.Text = Language.strLogFilePath; - labelLogTheseMsgTypes.Text = Language.strLogTheseMessageTypes; - buttonOpenLogFile.Text = Language.strOpenFile; - buttonSelectLogPath.Text = Language.strChoosePath; - buttonRestoreDefaultLogPath.Text = Language.strUseDefault; + groupBoxLogging.Text = Language.Logging; + chkLogDebugMsgs.Text = Language.Debug; + chkLogInfoMsgs.Text = Language.Informations; + chkLogWarningMsgs.Text = Language.Warnings; + chkLogErrorMsgs.Text = Language.Errors; + chkLogToCurrentDir.Text = Language.LogToAppDir; + labelLogFilePath.Text = Language.LogFilePath; + labelLogTheseMsgTypes.Text = Language.LogTheseMessageTypes; + buttonOpenLogFile.Text = Language.OpenFile; + buttonSelectLogPath.Text = Language.ChoosePath; + buttonRestoreDefaultLogPath.Text = Language.UseDefault; // popups - groupBoxPopups.Text = Language.strPopups; - labelPopupShowTypes.Text = Language.strShowTheseMessageTypes; - chkPopupDebug.Text = Language.strDebug; - chkPopupInfo.Text = Language.strInformations; - chkPopupWarning.Text = Language.strWarnings; - chkPopupError.Text = Language.strErrors; + groupBoxPopups.Text = Language.Popups; + labelPopupShowTypes.Text = Language.ShowTheseMessageTypes; + chkPopupDebug.Text = Language.Debug; + chkPopupInfo.Text = Language.Informations; + chkPopupWarning.Text = Language.Warnings; + chkPopupError.Text = Language.Errors; } public override void LoadSettings() @@ -135,7 +135,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { var currentFile = textBoxLogPath.Text; var currentDirectory = Path.GetDirectoryName(currentFile); - saveFileDialogLogging.Title = Language.strChooseLogPath; + saveFileDialogLogging.Title = Language.ChooseLogPath; saveFileDialogLogging.Filter = @"Log file|*.log"; saveFileDialogLogging.InitialDirectory = currentDirectory; saveFileDialogLogging.FileName = currentFile; diff --git a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs b/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs index cf2401519..6a3f3f1c6 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/SecurityPage.cs @@ -24,18 +24,18 @@ namespace mRemoteNG.UI.Forms.OptionsPages [Browsable(false)] public override string PageName { - get => Language.strTabSecurity; + get => Language.TabSecurity; set { } } public override void ApplyLanguage() { base.ApplyLanguage(); - chkEncryptCompleteFile.Text = Language.strEncryptCompleteConnectionFile; - labelBlockCipher.Text = Language.strEncryptionBlockCipherMode; - labelEncryptionEngine.Text = Language.strEncryptionEngine; - labelKdfIterations.Text = Language.strEncryptionKeyDerivationIterations; - groupAdvancedSecurityOptions.Text = Language.strAdvancedSecurityOptions; + chkEncryptCompleteFile.Text = Language.EncryptCompleteConnectionFile; + labelBlockCipher.Text = Language.EncryptionBlockCipherMode; + labelEncryptionEngine.Text = Language.EncryptionEngine; + labelKdfIterations.Text = Language.EncryptionKeyDerivationIterations; + groupAdvancedSecurityOptions.Text = Language.AdvancedSecurityOptions; btnTestSettings.Text = Language.TestSettings; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs index f4afdc014..c5bff4e23 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs @@ -21,7 +21,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strSQLServer.TrimEnd(':'); + get => Language.SQLServer.TrimEnd(':'); set { } } @@ -29,15 +29,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - lblExperimental.Text = Language.strExperimental.ToUpper(); - lblSQLInfo.Text = Language.strSQLInfo; + lblExperimental.Text = Language.Experimental.ToUpper(); + lblSQLInfo.Text = Language.SQLInfo; - chkUseSQLServer.Text = Language.strUseSQLServer; - lblSQLServer.Text = Language.strLabelHostname; - lblSQLDatabaseName.Text = Language.strLabelSQLServerDatabaseName; - lblSQLUsername.Text = Language.strLabelUsername; - lblSQLPassword.Text = Language.strLabelPassword; - lblSQLReadOnly.Text = Language.strLabelReadOnly; + chkUseSQLServer.Text = Language.UseSQLServer; + lblSQLServer.Text = Language.LabelHostname; + lblSQLDatabaseName.Text = Language.LabelSQLServerDatabaseName; + lblSQLUsername.Text = Language.LabelUsername; + lblSQLPassword.Text = Language.LabelPassword; + lblSQLReadOnly.Text = Language.LabelReadOnly; btnTestConnection.Text = Language.TestConnection; } @@ -151,11 +151,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages break; case ConnectionTestResult.UnknownError: UpdateConnectionImage(false); - lblTestConnectionResults.Text = BuildTestFailedMessage(Language.strRdpErrorUnknown); + lblTestConnectionResults.Text = BuildTestFailedMessage(Language.RdpErrorUnknown); break; default: UpdateConnectionImage(false); - lblTestConnectionResults.Text = BuildTestFailedMessage(Language.strRdpErrorUnknown); + lblTestConnectionResults.Text = BuildTestFailedMessage(Language.RdpErrorUnknown); break; } } @@ -169,7 +169,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages private string BuildTestFailedMessage(string specificMessage) { - return Language.strConnectionOpenFailed + + return Language.ConnectionOpenFailed + Environment.NewLine + specificMessage; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs b/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs index 956441cb7..f49bf77d0 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/StartupExitPage.cs @@ -13,7 +13,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strStartupExit; + get => Language.StartupExit; set { } } @@ -21,11 +21,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - chkSaveConsOnExit.Text = Language.strSaveConsOnExit; - chkReconnectOnStart.Text = Language.strReconnectAtStartup; - chkSingleInstance.Text = Language.strAllowOnlySingleInstance; - chkStartMinimized.Text = Language.strStartMinimized; - chkProperInstallationOfComponentsAtStartup.Text = Language.strCheckProperInstallationOfComponentsAtStartup; + chkSaveConsOnExit.Text = Language.SaveConsOnExit; + chkReconnectOnStart.Text = Language.ReconnectAtStartup; + chkSingleInstance.Text = Language.AllowOnlySingleInstance; + chkStartMinimized.Text = Language.StartMinimized; + chkProperInstallationOfComponentsAtStartup.Text = Language.CheckProperInstallationOfComponentsAtStartup; } public override void SaveSettings() diff --git a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs index e9655bb24..11c16e2be 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.Designer.cs @@ -78,7 +78,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.strIdentifyQuickConnectTabs; + this.chkIdentifyQuickConnectTabs.Text = global::mRemoteNG.Language.IdentifyQuickConnectTabs; this.chkIdentifyQuickConnectTabs.UseVisualStyleBackColor = true; // // chkOpenNewTabRightOfSelected diff --git a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs index 07802f78a..89999dcf7 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/TabsPanelsPage.cs @@ -11,7 +11,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strTabsAndPanels.Replace("&&", "&"); + get => Language.TabsAndPanels.Replace("&&", "&"); set { } } @@ -19,16 +19,16 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - chkAlwaysShowPanelTabs.Text = Language.strAlwaysShowPanelTabs; - chkAlwaysShowConnectionTabs.Text = Language.strAlwaysShowConnectionTabs; - chkOpenNewTabRightOfSelected.Text = Language.strOpenNewTabRight; - chkShowLogonInfoOnTabs.Text = Language.strShowLogonInfoOnTabs; - chkShowProtocolOnTabs.Text = Language.strShowProtocolOnTabs; - chkIdentifyQuickConnectTabs.Text = Language.strIdentifyQuickConnectTabs; - chkDoubleClickClosesTab.Text = Language.strDoubleClickTabClosesIt; - chkAlwaysShowPanelSelectionDlg.Text = Language.strAlwaysShowPanelSelection; - chkCreateEmptyPanelOnStart.Text = Language.strCreateEmptyPanelOnStartUp; - lblPanelName.Text = $@"{Language.strPanelName}:"; + chkAlwaysShowPanelTabs.Text = Language.AlwaysShowPanelTabs; + chkAlwaysShowConnectionTabs.Text = Language.AlwaysShowConnectionTabs; + chkOpenNewTabRightOfSelected.Text = Language.OpenNewTabRight; + chkShowLogonInfoOnTabs.Text = Language.ShowLogonInfoOnTabs; + chkShowProtocolOnTabs.Text = Language.ShowProtocolOnTabs; + chkIdentifyQuickConnectTabs.Text = Language.IdentifyQuickConnectTabs; + chkDoubleClickClosesTab.Text = Language.DoubleClickTabClosesIt; + chkAlwaysShowPanelSelectionDlg.Text = Language.AlwaysShowPanelSelection; + chkCreateEmptyPanelOnStart.Text = Language.CreateEmptyPanelOnStartUp; + lblPanelName.Text = $@"{Language.PanelName}:"; } public override void LoadSettings() diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs index 63f64f99a..151b87079 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs @@ -32,7 +32,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strOptionsTabTheme; + get => Language.OptionsTabTheme; set { } } @@ -40,9 +40,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - btnThemeDelete.Text = Language.strOptionsThemeButtonDelete; - btnThemeNew.Text = Language.strOptionsThemeButtonNew; - labelRestart.Text = Language.strOptionsThemeChangeWarning; + btnThemeDelete.Text = Language.OptionsThemeButtonDelete; + btnThemeNew.Text = Language.OptionsThemeButtonNew; + labelRestart.Text = Language.OptionsThemeChangeWarning; } private new void ApplyTheme() @@ -179,8 +179,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages private void btnThemeNew_Click(object sender, EventArgs e) { - using (var frmInputBox = new FrmInputBox(Language.strOptionsThemeNewThemeCaption, - Language.strOptionsThemeNewThemeText, + using (var frmInputBox = new FrmInputBox(Language.OptionsThemeNewThemeCaption, + Language.OptionsThemeNewThemeText, _themeManager.ActiveTheme.Name)) { var dr = frmInputBox.ShowDialog(); @@ -193,7 +193,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages } else { - CTaskDialog.ShowTaskDialogBox(this, Language.strErrors, Language.strOptionsThemeNewThemeError, "", + CTaskDialog.ShowTaskDialogBox(this, Language.Errors, Language.OptionsThemeNewThemeError, "", "", "", "", "", "", ETaskDialogButtons.Ok, ESysIcons.Error, ESysIcons.Information, 0); } @@ -202,8 +202,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages private void btnThemeDelete_Click(object sender, EventArgs e) { - var res = CTaskDialog.ShowTaskDialogBox(this, Language.strWarnings, - Language.strOptionsThemeDeleteConfirmation, "", "", "", "", "", "", + var res = CTaskDialog.ShowTaskDialogBox(this, Language.Warnings, + Language.OptionsThemeDeleteConfirmation, "", "", "", "", "", "", ETaskDialogButtons.YesNo, ESysIcons.Question, ESysIcons.Information, 0); diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs index 8d2031f26..b11e37aea 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs @@ -29,7 +29,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.strTabUpdates; + get => Language.TabUpdates; set { } } @@ -37,23 +37,23 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - lblUpdatesExplanation.Text = Language.strUpdateCheck; + lblUpdatesExplanation.Text = Language.UpdateCheck; - chkCheckForUpdatesOnStartup.Text = Language.strCheckForUpdatesOnStartup; - btnUpdateCheckNow.Text = Language.strCheckNow; + chkCheckForUpdatesOnStartup.Text = Language.CheckForUpdatesOnStartup; + btnUpdateCheckNow.Text = Language.CheckNow; - groupBoxReleaseChannel.Text = Language.strReleaseChannel; - lblReleaseChannelExplanation.Text = Language.strReleaseChannelExplanation; + groupBoxReleaseChannel.Text = Language.ReleaseChannel; + lblReleaseChannelExplanation.Text = Language.ReleaseChannelExplanation; - chkUseProxyForAutomaticUpdates.Text = Language.strCheckboxUpdateUseProxy; - lblProxyAddress.Text = Language.strLabelAddress; - lblProxyPort.Text = Language.strLabelPort; + chkUseProxyForAutomaticUpdates.Text = Language.CheckboxUpdateUseProxy; + lblProxyAddress.Text = Language.LabelAddress; + lblProxyPort.Text = Language.LabelPort; - chkUseProxyAuthentication.Text = Language.strCheckboxProxyAuthentication; - lblProxyUsername.Text = Language.strLabelUsername; - lblProxyPassword.Text = Language.strLabelPassword; + chkUseProxyAuthentication.Text = Language.CheckboxProxyAuthentication; + lblProxyUsername.Text = Language.LabelUsername; + lblProxyPassword.Text = Language.LabelPassword; - btnTestProxy.Text = Language.strButtonTestProxy; + btnTestProxy.Text = Language.ButtonTestProxy; } public override void LoadSettings() @@ -61,9 +61,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkCheckForUpdatesOnStartup.Checked = Settings.Default.CheckForUpdatesOnStartup; cboUpdateCheckFrequency.Enabled = chkCheckForUpdatesOnStartup.Checked; cboUpdateCheckFrequency.Items.Clear(); - var nDaily = cboUpdateCheckFrequency.Items.Add(Language.strUpdateFrequencyDaily); - var nWeekly = cboUpdateCheckFrequency.Items.Add(Language.strUpdateFrequencyWeekly); - var nMonthly = cboUpdateCheckFrequency.Items.Add(Language.strUpdateFrequencyMonthly); + var nDaily = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyDaily); + var nWeekly = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyWeekly); + var nMonthly = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyMonthly); if (Settings.Default.CheckForUpdatesFrequencyDays < 1) { chkCheckForUpdatesOnStartup.Checked = false; @@ -83,7 +83,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages break; default: var nCustom = - cboUpdateCheckFrequency.Items.Add(string.Format(Language.strUpdateFrequencyCustom, + cboUpdateCheckFrequency.Items.Add(string.Format(Language.UpdateFrequencyCustom, Settings .Default.CheckForUpdatesFrequencyDays)); cboUpdateCheckFrequency.SelectedIndex = nCustom; @@ -129,15 +129,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.SaveSettings(); Settings.Default.CheckForUpdatesOnStartup = chkCheckForUpdatesOnStartup.Checked; - if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.strUpdateFrequencyDaily) + if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyDaily) { Settings.Default.CheckForUpdatesFrequencyDays = 1; } - else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.strUpdateFrequencyWeekly) + else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyWeekly) { Settings.Default.CheckForUpdatesFrequencyDays = 7; } - else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.strUpdateFrequencyMonthly) + else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyMonthly) { Settings.Default.CheckForUpdatesFrequencyDays = 31; } @@ -210,7 +210,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages txtProxyPassword.Text); btnTestProxy.Enabled = false; - btnTestProxy.Text = Language.strOptionsProxyTesting; + btnTestProxy.Text = Language.OptionsProxyTesting; _appUpdate.GetUpdateInfoCompletedEvent += GetUpdateInfoCompleted; @@ -241,7 +241,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages _appUpdate.GetUpdateInfoCompletedEvent -= GetUpdateInfoCompleted; btnTestProxy.Enabled = true; - btnTestProxy.Text = Language.strButtonTestProxy; + btnTestProxy.Text = Language.ButtonTestProxy; if (e.Cancelled) { @@ -253,13 +253,13 @@ namespace mRemoteNG.UI.Forms.OptionsPages throw e.Error; } - CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.strProxyTestSucceeded, "", - Language.strButtonOK, false); + CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.ProxyTestSucceeded, "", + Language.ButtonOK, false); } catch (Exception ex) { - CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.strProxyTestFailed, - MiscTools.GetExceptionMessageRecursive(ex), "", "", "", Language.strButtonOK, + CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.ProxyTestFailed, + MiscTools.GetExceptionMessageRecursive(ex), "", "", "", Language.ButtonOK, false, ESysIcons.Error, 0); diff --git a/mRemoteV1/UI/Forms/PasswordForm.Designer.cs b/mRemoteV1/UI/Forms/PasswordForm.Designer.cs index ea4f8e958..0e61528e1 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.Designer.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.Designer.cs @@ -75,7 +75,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.strButtonOK; + this.btnOK.Text = global::mRemoteNG.Language.ButtonOK; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // @@ -88,7 +88,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.strButtonCancel; + this.btnCancel.Text = global::mRemoteNG.Language.ButtonCancel; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteV1/UI/Forms/PasswordForm.cs index 366ccb9b7..ffa6d5fa9 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.cs @@ -96,13 +96,13 @@ namespace mRemoteNG.UI.Forms private void ApplyLanguage() { Text = string.IsNullOrEmpty(_passwordName) - ? Language.strTitlePassword - : string.Format(Language.strTitlePasswordWithName, _passwordName); + ? Language.TitlePassword + : string.Format(Language.TitlePasswordWithName, _passwordName); - lblPassword.Text = Language.strLabelPassword; - lblVerify.Text = Language.strLabelVerify; - btnCancel.Text = Language.strButtonCancel; - btnOK.Text = Language.strButtonOK; + lblPassword.Text = Language.LabelPassword; + lblVerify.Text = Language.LabelVerify; + btnCancel.Text = Language.ButtonCancel; + btnOK.Text = Language.ButtonOK; } private void ApplyTheme() @@ -123,11 +123,11 @@ namespace mRemoteNG.UI.Forms { if (txtPassword.Text == txtVerify.Text) return true; - ShowStatus(Language.strPasswordStatusMustMatch); + ShowStatus(Language.PasswordStatusMustMatch); return false; } - ShowStatus(Language.strPasswordStatusTooShort); + ShowStatus(Language.PasswordStatusTooShort); return false; } diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs index 402b8c1f1..1d64b608b 100644 --- a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs +++ b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs @@ -53,11 +53,11 @@ namespace mRemoteNG.UI.Forms labelExceptionMessageHeader.Text = Language.ExceptionMessage; labelStackTraceHeader.Text = Language.StackTrace; labelEnvironment.Text = Language.Environment; - buttonCreateBug.Text = Language.strMenuReportBug; - buttonCopyAll.Text = Language.strMenuNotificationsCopyAll; + buttonCreateBug.Text = Language.MenuReportBug; + buttonCopyAll.Text = Language.MenuNotificationsCopyAll; buttonClose.Text = _isFatal - ? Language.strMenuExit - : Language.strButtonClose; + ? Language.MenuExit + : Language.ButtonClose; } private void buttonCopyAll_Click(object sender, EventArgs e) diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs b/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs index 0665428f6..fbca99e7a 100644 --- a/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs +++ b/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs @@ -52,7 +52,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.strButtonOK; + this.btnOK.Text = global::mRemoteNG.Language.ButtonOK; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // @@ -74,7 +74,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.strButtonNew; + this.btnNew.Text = global::mRemoteNG.Language.ButtonNew; this.btnNew.UseVisualStyleBackColor = true; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.cs b/mRemoteV1/UI/Forms/frmChoosePanel.cs index e038e761a..3a78debb7 100644 --- a/mRemoteV1/UI/Forms/frmChoosePanel.cs +++ b/mRemoteV1/UI/Forms/frmChoosePanel.cs @@ -31,10 +31,10 @@ namespace mRemoteNG.UI.Forms private void ApplyLanguage() { - btnOK.Text = Language.strButtonOK; - lblDescription.Text = Language.strLabelSelectPanel; - btnNew.Text = Language.strButtonNew; - Text = Language.strTitleSelectPanel; + btnOK.Text = Language.ButtonOK; + lblDescription.Text = Language.LabelSelectPanel; + btnNew.Text = Language.ButtonNew; + Text = Language.TitleSelectPanel; } private void ApplyTheme() @@ -73,7 +73,7 @@ namespace mRemoteNG.UI.Forms private void btnNew_Click(object sender, System.EventArgs e) { using (var frmInputBox = - new FrmInputBox(Language.strNewPanel, Language.strPanelName + ":", Language.strNewPanel)) + new FrmInputBox(Language.NewPanel, Language.PanelName + ":", Language.NewPanel)) { var dr = frmInputBox.ShowDialog(); if (dr != DialogResult.OK || string.IsNullOrEmpty(frmInputBox.returnValue)) return; diff --git a/mRemoteV1/UI/Forms/frmMain.cs b/mRemoteV1/UI/Forms/frmMain.cs index 1af189338..03ad91c0e 100644 --- a/mRemoteV1/UI/Forms/frmMain.cs +++ b/mRemoteV1/UI/Forms/frmMain.cs @@ -242,7 +242,7 @@ namespace mRemoteNG.UI.Forms if (!Settings.Default.CreateEmptyPanelOnStartUp) return; var panelName = !string.IsNullOrEmpty(Settings.Default.StartUpPanelName) ? Settings.Default.StartUpPanelName - : Language.strNewPanel; + : Language.NewPanel; var panelAdder = new PanelAdder(); if (!panelAdder.DoesPanelExist(panelName)) @@ -366,13 +366,13 @@ namespace mRemoteNG.UI.Forms if (Settings.Default.CheckForUpdatesAsked) return; string[] commandButtons = { - Language.strAskUpdatesCommandRecommended, - Language.strAskUpdatesCommandCustom, - Language.strAskUpdatesCommandAskLater + Language.AskUpdatesCommandRecommended, + Language.AskUpdatesCommandCustom, + Language.AskUpdatesCommandAskLater }; - CTaskDialog.ShowTaskDialogBox(this, GeneralAppInfo.ProductName, Language.strAskUpdatesMainInstruction, - string.Format(Language.strAskUpdatesContent, GeneralAppInfo.ProductName), + CTaskDialog.ShowTaskDialogBox(this, GeneralAppInfo.ProductName, Language.AskUpdatesMainInstruction, + string.Format(Language.AskUpdatesContent, GeneralAppInfo.ProductName), "", "", "", "", string.Join(" | ", commandButtons), ETaskDialogButtons.None, ESysIcons.Question, ESysIcons.Question); @@ -384,7 +384,7 @@ namespace mRemoteNG.UI.Forms if (CTaskDialog.CommandButtonResult != 1) return; - using (var optionsForm = new FrmOptions(Language.strTabUpdates)) + using (var optionsForm = new FrmOptions(Language.TabUpdates)) { optionsForm.ShowDialog(this); } @@ -441,8 +441,8 @@ namespace mRemoteNG.UI.Forms openConnections > 1) || Settings.Default.ConfirmCloseConnection == (int)ConfirmCloseEnum.Exit)) { var result = CTaskDialog.MessageBox(this, Application.ProductName, - Language.strConfirmExitMainInstruction, "", "", "", - Language.strCheckboxDoNotShowThisMessageAgain, + Language.ConfirmExitMainInstruction, "", "", "", + Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.YesNo, ESysIcons.Question, ESysIcons.Question); if (CTaskDialog.VerificationChecked) @@ -661,7 +661,7 @@ namespace mRemoteNG.UI.Forms if (Runtime.ConnectionsService.UsingDatabase) { titleBuilder.Append(separator); - titleBuilder.Append(Language.strSQLServer.TrimEnd(':')); + titleBuilder.Append(Language.SQLServer.TrimEnd(':')); } else { diff --git a/mRemoteV1/UI/Forms/frmOptions.cs b/mRemoteV1/UI/Forms/frmOptions.cs index 3e408885f..a377e523d 100644 --- a/mRemoteV1/UI/Forms/frmOptions.cs +++ b/mRemoteV1/UI/Forms/frmOptions.cs @@ -14,7 +14,7 @@ namespace mRemoteNG.UI.Forms private readonly string _pageName; private readonly DisplayProperties _display = new DisplayProperties(); - public FrmOptions() : this(Language.strStartupExit) + public FrmOptions() : this(Language.StartupExit) { } @@ -36,10 +36,10 @@ namespace mRemoteNG.UI.Forms // ApplyLanguage(); // Handle the main page here and the individual pages in // AddOptionsPagesToListView() -- one less foreach loop.... - Text = Language.strOptionsPageTitle; - btnOK.Text = Language.strButtonOK; - btnCancel.Text = Language.strButtonCancel; - btnApply.Text = Language.strButtonApply; + Text = Language.OptionsPageTitle; + btnOK.Text = Language.ButtonOK; + btnCancel.Text = Language.ButtonCancel; + btnApply.Text = Language.ButtonApply; ApplyTheme(); ThemeManager.getInstance().ThemeChanged += ApplyTheme; lstOptionPages.SelectedIndexChanged += LstOptionPages_SelectedIndexChanged; @@ -56,7 +56,7 @@ namespace mRemoteNG.UI.Forms #if false private void ApplyLanguage() { - Text = Language.strOptionsPageTitle; + Text = Language.OptionsPageTitle; foreach (var optionPage in _pages.Values) { optionPage.ApplyLanguage(); diff --git a/mRemoteV1/UI/Menu/HelpMenu.cs b/mRemoteV1/UI/Menu/HelpMenu.cs index f7819f0f2..b67ffe4bd 100644 --- a/mRemoteV1/UI/Menu/HelpMenu.cs +++ b/mRemoteV1/UI/Menu/HelpMenu.cs @@ -56,7 +56,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenInfo"; Size = new System.Drawing.Size(44, 20); - Text = Language.strMenuHelp; + Text = Language.MenuHelp; TextDirection = ToolStripTextDirection.Horizontal; // // mMenInfoHelp @@ -65,7 +65,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoHelp.Name = "mMenInfoHelp"; _mMenInfoHelp.ShortcutKeys = Keys.F1; _mMenInfoHelp.Size = new System.Drawing.Size(190, 22); - _mMenInfoHelp.Text = Language.strMenuHelpContents; + _mMenInfoHelp.Text = Language.MenuHelpContents; _mMenInfoHelp.Click += mMenInfoHelp_Click; // // mMenInfoSep1 @@ -78,7 +78,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoWebsite.Image = Resources.Website; _mMenInfoWebsite.Name = "mMenInfoWebsite"; _mMenInfoWebsite.Size = new System.Drawing.Size(190, 22); - _mMenInfoWebsite.Text = Language.strMenuWebsite; + _mMenInfoWebsite.Text = Language.MenuWebsite; _mMenInfoWebsite.Click += mMenInfoWebsite_Click; // // mMenInfoDonate @@ -86,7 +86,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoDonate.Image = Resources.Donate; _mMenInfoDonate.Name = "mMenInfoDonate"; _mMenInfoDonate.Size = new System.Drawing.Size(190, 22); - _mMenInfoDonate.Text = Language.strMenuDonate; + _mMenInfoDonate.Text = Language.MenuDonate; _mMenInfoDonate.Click += mMenInfoDonate_Click; // // mMenInfoForum @@ -94,7 +94,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoForum.Image = Resources.user_comment; _mMenInfoForum.Name = "mMenInfoForum"; _mMenInfoForum.Size = new System.Drawing.Size(190, 22); - _mMenInfoForum.Text = Language.strMenuSupportForum; + _mMenInfoForum.Text = Language.MenuSupportForum; _mMenInfoForum.Click += mMenInfoForum_Click; // // mMenInfoBugReport @@ -102,7 +102,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoBugReport.Image = Resources.Bug; _mMenInfoBugReport.Name = "mMenInfoBugReport"; _mMenInfoBugReport.Size = new System.Drawing.Size(190, 22); - _mMenInfoBugReport.Text = Language.strMenuReportBug; + _mMenInfoBugReport.Text = Language.MenuReportBug; _mMenInfoBugReport.Click += mMenInfoBugReport_Click; // // ToolStripSeparator2 @@ -115,7 +115,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsUpdate.Image = Resources.Update; _mMenToolsUpdate.Name = "mMenToolsUpdate"; _mMenToolsUpdate.Size = new System.Drawing.Size(190, 22); - _mMenToolsUpdate.Text = Language.strMenuCheckForUpdates; + _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; _mMenToolsUpdate.Click += mMenToolsUpdate_Click; // // mMenInfoSep2 @@ -128,20 +128,20 @@ namespace mRemoteNG.UI.Menu _mMenInfoAbout.Image = Resources.mRemoteNG; _mMenInfoAbout.Name = "mMenInfoAbout"; _mMenInfoAbout.Size = new System.Drawing.Size(190, 22); - _mMenInfoAbout.Text = Language.strMenuAbout; + _mMenInfoAbout.Text = Language.MenuAbout; _mMenInfoAbout.Click += mMenInfoAbout_Click; } public void ApplyLanguage() { - Text = Language.strMenuHelp; - _mMenInfoHelp.Text = Language.strMenuHelpContents; - _mMenInfoWebsite.Text = Language.strMenuWebsite; - _mMenInfoDonate.Text = Language.strMenuDonate; - _mMenInfoForum.Text = Language.strMenuSupportForum; - _mMenInfoBugReport.Text = Language.strMenuReportBug; - _mMenToolsUpdate.Text = Language.strMenuCheckForUpdates; - _mMenInfoAbout.Text = Language.strMenuAbout; + Text = Language.MenuHelp; + _mMenInfoHelp.Text = Language.MenuHelpContents; + _mMenInfoWebsite.Text = Language.MenuWebsite; + _mMenInfoDonate.Text = Language.MenuDonate; + _mMenInfoForum.Text = Language.MenuSupportForum; + _mMenInfoBugReport.Text = Language.MenuReportBug; + _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; + _mMenInfoAbout.Text = Language.MenuAbout; } #region Info diff --git a/mRemoteV1/UI/Menu/MainFileMenu.cs b/mRemoteV1/UI/Menu/MainFileMenu.cs index 49ac393f1..9d7499a5e 100644 --- a/mRemoteV1/UI/Menu/MainFileMenu.cs +++ b/mRemoteV1/UI/Menu/MainFileMenu.cs @@ -93,7 +93,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenFile"; Size = new System.Drawing.Size(37, 20); - Text = Language.strMenuFile; + Text = Language.MenuFile; //DropDownOpening += mMenFile_DropDownOpening; DropDownClosed += OnDropDownClosed; // @@ -103,7 +103,7 @@ namespace mRemoteNG.UI.Menu _mMenFileNewConnection.Name = "mMenFileNewConnection"; _mMenFileNewConnection.ShortcutKeys = Keys.Control | Keys.N; _mMenFileNewConnection.Size = new System.Drawing.Size(281, 22); - _mMenFileNewConnection.Text = Language.strNewConnection; + _mMenFileNewConnection.Text = Language.NewConnection; _mMenFileNewConnection.Click += mMenFileNewConnection_Click; // // mMenFileNewFolder @@ -113,7 +113,7 @@ namespace mRemoteNG.UI.Menu _mMenFileNewFolder.ShortcutKeys = (Keys.Control | Keys.Shift) | Keys.N; _mMenFileNewFolder.Size = new System.Drawing.Size(281, 22); - _mMenFileNewFolder.Text = Language.strNewFolder; + _mMenFileNewFolder.Text = Language.NewFolder; _mMenFileNewFolder.Click += mMenFileNewFolder_Click; // // mMenFileSep1 @@ -126,7 +126,7 @@ namespace mRemoteNG.UI.Menu _mMenFileNew.Image = Resources.Connections_New; _mMenFileNew.Name = "mMenFileNew"; _mMenFileNew.Size = new System.Drawing.Size(281, 22); - _mMenFileNew.Text = Language.strMenuNewConnectionFile; + _mMenFileNew.Text = Language.MenuNewConnectionFile; _mMenFileNew.Click += mMenFileNew_Click; // // mMenFileLoad @@ -135,7 +135,7 @@ namespace mRemoteNG.UI.Menu _mMenFileLoad.Name = "mMenFileLoad"; _mMenFileLoad.ShortcutKeys = Keys.Control | Keys.O; _mMenFileLoad.Size = new System.Drawing.Size(281, 22); - _mMenFileLoad.Text = Language.strMenuOpenConnectionFile; + _mMenFileLoad.Text = Language.MenuOpenConnectionFile; _mMenFileLoad.Click += mMenFileLoad_Click; // // mMenFileSave @@ -144,7 +144,7 @@ namespace mRemoteNG.UI.Menu _mMenFileSave.Name = "mMenFileSave"; _mMenFileSave.ShortcutKeys = Keys.Control | Keys.S; _mMenFileSave.Size = new System.Drawing.Size(281, 22); - _mMenFileSave.Text = Language.strMenuSaveConnectionFile; + _mMenFileSave.Text = Language.MenuSaveConnectionFile; _mMenFileSave.Click += mMenFileSave_Click; // // mMenFileSaveAs @@ -154,7 +154,7 @@ namespace mRemoteNG.UI.Menu _mMenFileSaveAs.ShortcutKeys = (Keys.Control | Keys.Shift) | Keys.S; _mMenFileSaveAs.Size = new System.Drawing.Size(281, 22); - _mMenFileSaveAs.Text = Language.strMenuSaveConnectionFileAs; + _mMenFileSaveAs.Text = Language.MenuSaveConnectionFileAs; _mMenFileSaveAs.Click += mMenFileSaveAs_Click; // // mMenFileSep2 @@ -167,7 +167,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDelete.Image = Resources.Delete; _mMenFileDelete.Name = "mMenFileDelete"; _mMenFileDelete.Size = new System.Drawing.Size(281, 22); - _mMenFileDelete.Text = Language.strDelete; + _mMenFileDelete.Text = Language.Delete; _mMenFileDelete.Click += mMenFileDelete_Click; // // mMenFileRename @@ -175,7 +175,7 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Image = Resources.Rename; _mMenFileRename.Name = "mMenFileRename"; _mMenFileRename.Size = new System.Drawing.Size(281, 22); - _mMenFileRename.Text = Language.strRename; + _mMenFileRename.Text = Language.Rename; _mMenFileRename.Click += mMenFileRename_Click; // // mMenFileDuplicate @@ -183,7 +183,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDuplicate.Image = Resources.page_copy; _mMenFileDuplicate.Name = "mMenFileDuplicate"; _mMenFileDuplicate.Size = new System.Drawing.Size(281, 22); - _mMenFileDuplicate.Text = Language.strDuplicate; + _mMenFileDuplicate.Text = Language.Duplicate; _mMenFileDuplicate.Click += mMenFileDuplicate_Click; // // mMenFileSep4 @@ -196,7 +196,7 @@ namespace mRemoteNG.UI.Menu _mMenReconnectAll.Image = Resources.Refresh; _mMenReconnectAll.Name = "mMenReconnectAll"; _mMenReconnectAll.Size = new System.Drawing.Size(281, 22); - _mMenReconnectAll.Text = Language.strReconnectAllConnections; + _mMenReconnectAll.Text = Language.ReconnectAllConnections; _mMenReconnectAll.Click += mMenReconnectAll_Click; // // mMenFileSep3 @@ -214,34 +214,34 @@ namespace mRemoteNG.UI.Menu }); _mMenFileImport.Name = "mMenFileImport"; _mMenFileImport.Size = new System.Drawing.Size(281, 22); - _mMenFileImport.Text = Language.strImportMenuItem; + _mMenFileImport.Text = Language.ImportMenuItem; // // mMenFileImportFromFile // _mMenFileImportFromFile.Name = "mMenFileImportFromFile"; _mMenFileImportFromFile.Size = new System.Drawing.Size(235, 22); - _mMenFileImportFromFile.Text = Language.strImportFromFileMenuItem; + _mMenFileImportFromFile.Text = Language.ImportFromFileMenuItem; _mMenFileImportFromFile.Click += mMenFileImportFromFile_Click; // // mMenFileImportFromActiveDirectory // _mMenFileImportFromActiveDirectory.Name = "mMenFileImportFromActiveDirectory"; _mMenFileImportFromActiveDirectory.Size = new System.Drawing.Size(235, 22); - _mMenFileImportFromActiveDirectory.Text = Language.strImportAD; + _mMenFileImportFromActiveDirectory.Text = Language.ImportAD; _mMenFileImportFromActiveDirectory.Click += mMenFileImportFromActiveDirectory_Click; // // mMenFileImportFromPortScan // _mMenFileImportFromPortScan.Name = "mMenFileImportFromPortScan"; _mMenFileImportFromPortScan.Size = new System.Drawing.Size(235, 22); - _mMenFileImportFromPortScan.Text = Language.strImportPortScan; + _mMenFileImportFromPortScan.Text = Language.ImportPortScan; _mMenFileImportFromPortScan.Click += mMenFileImportFromPortScan_Click; // // mMenFileExport // _mMenFileExport.Name = "mMenFileExport"; _mMenFileExport.Size = new System.Drawing.Size(281, 22); - _mMenFileExport.Text = Language.strExportToFileMenuItem; + _mMenFileExport.Text = Language.ExportToFileMenuItem; _mMenFileExport.Click += mMenFileExport_Click; // // mMenFileSep5 @@ -255,25 +255,25 @@ namespace mRemoteNG.UI.Menu _mMenFileExit.Name = "mMenFileExit"; _mMenFileExit.ShortcutKeys = Keys.Alt | Keys.F4; _mMenFileExit.Size = new System.Drawing.Size(281, 22); - _mMenFileExit.Text = Language.strMenuExit; + _mMenFileExit.Text = Language.MenuExit; _mMenFileExit.Click += mMenFileExit_Click; } public void ApplyLanguage() { - Text = Language.strMenuFile; - _mMenFileNewConnection.Text = Language.strNewConnection; - _mMenFileNewFolder.Text = Language.strNewFolder; - _mMenFileNew.Text = Language.strMenuNewConnectionFile; - _mMenFileLoad.Text = Language.strMenuOpenConnectionFile; - _mMenFileSave.Text = Language.strMenuSaveConnectionFile; - _mMenFileSaveAs.Text = Language.strMenuSaveConnectionFileAs; - _mMenFileImport.Text = Language.strImportMenuItem; - _mMenFileImportFromFile.Text = Language.strImportFromFileMenuItem; - _mMenFileImportFromActiveDirectory.Text = Language.strImportAD; - _mMenFileImportFromPortScan.Text = Language.strImportPortScan; - _mMenFileExport.Text = Language.strExportToFileMenuItem; - _mMenFileExit.Text = Language.strMenuExit; + Text = Language.MenuFile; + _mMenFileNewConnection.Text = Language.NewConnection; + _mMenFileNewFolder.Text = Language.NewFolder; + _mMenFileNew.Text = Language.MenuNewConnectionFile; + _mMenFileLoad.Text = Language.MenuOpenConnectionFile; + _mMenFileSave.Text = Language.MenuSaveConnectionFile; + _mMenFileSaveAs.Text = Language.MenuSaveConnectionFileAs; + _mMenFileImport.Text = Language.ImportMenuItem; + _mMenFileImportFromFile.Text = Language.ImportFromFileMenuItem; + _mMenFileImportFromActiveDirectory.Text = Language.ImportAD; + _mMenFileImportFromPortScan.Text = Language.ImportPortScan; + _mMenFileExport.Text = Language.ExportToFileMenuItem; + _mMenFileExit.Text = Language.MenuExit; } #region File @@ -291,10 +291,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.strMenuDelete; - _mMenFileRename.Text = Language.strMenuRenameFolder; - _mMenFileDuplicate.Text = Language.strMenuDuplicate; - _mMenReconnectAll.Text = Language.strMenuReconnectAll; + _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileRename.Text = Language.MenuRenameFolder; + _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenReconnectAll.Text = Language.MenuReconnectAll; break; case TreeNodeType.Container: _mMenFileNewConnection.Enabled = true; @@ -303,10 +303,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = true; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.strMenuDeleteFolder; - _mMenFileRename.Text = Language.strMenuRenameFolder; - _mMenFileDuplicate.Text = Language.strMenuDuplicateFolder; - _mMenReconnectAll.Text = Language.strMenuReconnectAll; + _mMenFileDelete.Text = Language.MenuDeleteFolder; + _mMenFileRename.Text = Language.MenuRenameFolder; + _mMenFileDuplicate.Text = Language.MenuDuplicateFolder; + _mMenReconnectAll.Text = Language.MenuReconnectAll; break; case TreeNodeType.Connection: _mMenFileNewConnection.Enabled = true; @@ -315,10 +315,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = true; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.strMenuDeleteConnection; - _mMenFileRename.Text = Language.strMenuRenameConnection; - _mMenFileDuplicate.Text = Language.strMenuDuplicateConnection; - _mMenReconnectAll.Text = Language.strMenuReconnectAll; + _mMenFileDelete.Text = Language.MenuDeleteConnection; + _mMenFileRename.Text = Language.MenuRenameConnection; + _mMenFileDuplicate.Text = Language.MenuDuplicateConnection; + _mMenReconnectAll.Text = Language.MenuReconnectAll; break; case TreeNodeType.PuttyRoot: case TreeNodeType.PuttySession: @@ -328,10 +328,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = false; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.strMenuDelete; - _mMenFileRename.Text = Language.strMenuRename; - _mMenFileDuplicate.Text = Language.strMenuDuplicate; - _mMenReconnectAll.Text = Language.strMenuReconnectAll; + _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileRename.Text = Language.MenuRename; + _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenReconnectAll.Text = Language.MenuReconnectAll; break; default: _mMenFileNewConnection.Enabled = true; @@ -340,10 +340,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = false; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.strMenuDelete; - _mMenFileRename.Text = Language.strMenuRename; - _mMenFileDuplicate.Text = Language.strMenuDuplicate; - _mMenReconnectAll.Text = Language.strMenuReconnectAll; + _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileRename.Text = Language.MenuRename; + _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenReconnectAll.Text = Language.MenuReconnectAll; break; } } @@ -385,8 +385,8 @@ namespace mRemoteNG.UI.Menu { if (Runtime.ConnectionsService.IsConnectionsFileLoaded) { - var msgBoxResult = MessageBox.Show(Language.strSaveConnectionsFileBeforeOpeningAnother, - Language.strSave, MessageBoxButtons.YesNoCancel); + var msgBoxResult = MessageBox.Show(Language.SaveConnectionsFileBeforeOpeningAnother, + Language.Save, MessageBoxButtons.YesNoCancel); // ReSharper disable once SwitchStatementMissingSomeCases switch (msgBoxResult) { diff --git a/mRemoteV1/UI/Menu/ScreenSelectionSystemMenu.cs b/mRemoteV1/UI/Menu/ScreenSelectionSystemMenu.cs index f91a43796..27b25f797 100644 --- a/mRemoteV1/UI/Menu/ScreenSelectionSystemMenu.cs +++ b/mRemoteV1/UI/Menu/ScreenSelectionSystemMenu.cs @@ -45,12 +45,12 @@ namespace mRemoteNG.UI.Menu { _sysMenSubItems[i] = 200 + i; _systemMenu.AppendMenuItem(popMen, SystemMenu.Flags.MF_STRING, new IntPtr(_sysMenSubItems[i]), - Language.strScreen + " " + Convert.ToString(i + 1)); + Language.Screen + " " + Convert.ToString(i + 1)); } _systemMenu.InsertMenuItem(_systemMenu.SystemMenuHandle, 0, SystemMenu.Flags.MF_POPUP | SystemMenu.Flags.MF_BYPOSITION, popMen, - Language.strSendTo); + Language.SendTo); _systemMenu.InsertMenuItem(_systemMenu.SystemMenuHandle, 1, SystemMenu.Flags.MF_BYPOSITION | SystemMenu.Flags.MF_SEPARATOR, IntPtr.Zero, null); diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs index 635dedee2..0ef60098c 100644 --- a/mRemoteV1/UI/Menu/ToolsMenu.cs +++ b/mRemoteV1/UI/Menu/ToolsMenu.cs @@ -47,14 +47,14 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenTools"; Size = new System.Drawing.Size(48, 20); - Text = Language.strMenuTools; + Text = Language.MenuTools; // // mMenToolsSSHTransfer // _mMenToolsSshTransfer.Image = Resources.SSHTransfer; _mMenToolsSshTransfer.Name = "mMenToolsSSHTransfer"; _mMenToolsSshTransfer.Size = new System.Drawing.Size(184, 22); - _mMenToolsSshTransfer.Text = Language.strMenuSSHFileTransfer; + _mMenToolsSshTransfer.Text = Language.MenuSSHFileTransfer; _mMenToolsSshTransfer.Click += mMenToolsSSHTransfer_Click; // // mMenToolsUVNCSC @@ -62,7 +62,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsUvncsc.Image = Resources.UVNC_SC; _mMenToolsUvncsc.Name = "mMenToolsUVNCSC"; _mMenToolsUvncsc.Size = new System.Drawing.Size(184, 22); - _mMenToolsUvncsc.Text = Language.strUltraVNCSingleClick; + _mMenToolsUvncsc.Text = Language.UltraVNCSingleClick; _mMenToolsUvncsc.Visible = false; _mMenToolsUvncsc.Click += mMenToolsUVNCSC_Click; // @@ -71,7 +71,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsExternalApps.Image = Resources.ExtApp; _mMenToolsExternalApps.Name = "mMenToolsExternalApps"; _mMenToolsExternalApps.Size = new System.Drawing.Size(184, 22); - _mMenToolsExternalApps.Text = Language.strMenuExternalTools; + _mMenToolsExternalApps.Text = Language.MenuExternalTools; _mMenToolsExternalApps.Click += mMenToolsExternalApps_Click; // // mMenToolsPortScan @@ -79,7 +79,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsPortScan.Image = Resources.PortScan; _mMenToolsPortScan.Name = "mMenToolsPortScan"; _mMenToolsPortScan.Size = new System.Drawing.Size(184, 22); - _mMenToolsPortScan.Text = Language.strMenuPortScan; + _mMenToolsPortScan.Text = Language.MenuPortScan; _mMenToolsPortScan.Click += mMenToolsPortScan_Click; // // mMenViewScreenshotManager @@ -87,7 +87,7 @@ namespace mRemoteNG.UI.Menu _mMenViewScreenshotManager.Image = Resources.Screenshot; _mMenViewScreenshotManager.Name = "mMenViewScreenshotManager"; _mMenViewScreenshotManager.Size = new System.Drawing.Size(228, 22); - _mMenViewScreenshotManager.Text = Language.strScreenshots; + _mMenViewScreenshotManager.Text = Language.Screenshots; _mMenViewScreenshotManager.Click += mMenViewScreenshotManager_Click; // // mMenToolsSep1 @@ -100,18 +100,18 @@ namespace mRemoteNG.UI.Menu _mMenToolsOptions.Image = Resources.Options; _mMenToolsOptions.Name = "mMenToolsOptions"; _mMenToolsOptions.Size = new System.Drawing.Size(184, 22); - _mMenToolsOptions.Text = Language.strMenuOptions; + _mMenToolsOptions.Text = Language.MenuOptions; _mMenToolsOptions.Click += mMenToolsOptions_Click; } public void ApplyLanguage() { - Text = Language.strMenuTools; - _mMenToolsSshTransfer.Text = Language.strMenuSSHFileTransfer; - _mMenToolsExternalApps.Text = Language.strMenuExternalTools; - _mMenToolsPortScan.Text = Language.strMenuPortScan; - _mMenViewScreenshotManager.Text = Language.strScreenshots; - _mMenToolsOptions.Text = Language.strMenuOptions; + Text = Language.MenuTools; + _mMenToolsSshTransfer.Text = Language.MenuSSHFileTransfer; + _mMenToolsExternalApps.Text = Language.MenuExternalTools; + _mMenToolsPortScan.Text = Language.MenuPortScan; + _mMenViewScreenshotManager.Text = Language.Screenshots; + _mMenToolsOptions.Text = Language.MenuOptions; } #region Tools diff --git a/mRemoteV1/UI/Menu/ViewMenu.cs b/mRemoteV1/UI/Menu/ViewMenu.cs index 484544fe2..af15be48e 100644 --- a/mRemoteV1/UI/Menu/ViewMenu.cs +++ b/mRemoteV1/UI/Menu/ViewMenu.cs @@ -88,7 +88,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenView"; Size = new System.Drawing.Size(44, 20); - Text = Language.strMenuView; + Text = Language.MenuView; //DropDownOpening += mMenView_DropDownOpening; // // mMenViewAddConnectionPanel @@ -96,7 +96,7 @@ namespace mRemoteNG.UI.Menu _mMenViewAddConnectionPanel.Image = Resources.Panel_Add; _mMenViewAddConnectionPanel.Name = "mMenViewAddConnectionPanel"; _mMenViewAddConnectionPanel.Size = new System.Drawing.Size(228, 22); - _mMenViewAddConnectionPanel.Text = Language.strMenuAddConnectionPanel; + _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; _mMenViewAddConnectionPanel.Click += mMenViewAddConnectionPanel_Click; // // mMenViewConnectionPanels @@ -104,7 +104,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConnectionPanels.Image = Resources.Panels; _mMenViewConnectionPanels.Name = "mMenViewConnectionPanels"; _mMenViewConnectionPanels.Size = new System.Drawing.Size(228, 22); - _mMenViewConnectionPanels.Text = Language.strMenuConnectionPanels; + _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; // // mMenViewSep1 // @@ -118,7 +118,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConnections.Image = Resources.Root; _mMenViewConnections.Name = "mMenViewConnections"; _mMenViewConnections.Size = new System.Drawing.Size(228, 22); - _mMenViewConnections.Text = Language.strMenuConnections; + _mMenViewConnections.Text = Language.MenuConnections; _mMenViewConnections.Click += mMenViewConnections_Click; // // mMenViewConfig @@ -128,7 +128,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConfig.Image = Resources.cog; _mMenViewConfig.Name = "mMenViewConfig"; _mMenViewConfig.Size = new System.Drawing.Size(228, 22); - _mMenViewConfig.Text = Language.strMenuConfig; + _mMenViewConfig.Text = Language.MenuConfig; _mMenViewConfig.Click += mMenViewConfig_Click; // // mMenViewErrorsAndInfos @@ -138,7 +138,7 @@ namespace mRemoteNG.UI.Menu _mMenViewErrorsAndInfos.Image = Resources.ErrorsAndInfos; _mMenViewErrorsAndInfos.Name = "mMenViewErrorsAndInfos"; _mMenViewErrorsAndInfos.Size = new System.Drawing.Size(228, 22); - _mMenViewErrorsAndInfos.Text = Language.strMenuNotifications; + _mMenViewErrorsAndInfos.Text = Language.MenuNotifications; _mMenViewErrorsAndInfos.Click += mMenViewErrorsAndInfos_Click; // // ToolStripSeparator1 @@ -156,7 +156,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpTo.Image = Resources.JumpTo; _mMenViewJumpTo.Name = "mMenViewJumpTo"; _mMenViewJumpTo.Size = new System.Drawing.Size(228, 22); - _mMenViewJumpTo.Text = Language.strMenuJumpTo; + _mMenViewJumpTo.Text = Language.MenuJumpTo; // // mMenViewJumpToConnectionsConfig // @@ -164,7 +164,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpToConnectionsConfig.Name = "mMenViewJumpToConnectionsConfig"; _mMenViewJumpToConnectionsConfig.ShortcutKeys = Keys.Control | Keys.Alt | Keys.C; _mMenViewJumpToConnectionsConfig.Size = new System.Drawing.Size(258, 22); - _mMenViewJumpToConnectionsConfig.Text = Language.strMenuConnectionsAndConfig; + _mMenViewJumpToConnectionsConfig.Text = Language.MenuConnectionsAndConfig; _mMenViewJumpToConnectionsConfig.Click += mMenViewJumpToConnectionsConfig_Click; // // mMenViewJumpToErrorsInfos @@ -173,7 +173,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpToErrorsInfos.Name = "mMenViewJumpToErrorsInfos"; _mMenViewJumpToErrorsInfos.ShortcutKeys = Keys.Control | Keys.Alt | Keys.E; _mMenViewJumpToErrorsInfos.Size = new System.Drawing.Size(258, 22); - _mMenViewJumpToErrorsInfos.Text = Language.strMenuNotifications; + _mMenViewJumpToErrorsInfos.Text = Language.MenuNotifications; _mMenViewJumpToErrorsInfos.Click += mMenViewJumpToErrorsInfos_Click; // // mMenViewResetLayout @@ -181,7 +181,7 @@ namespace mRemoteNG.UI.Menu _mMenViewResetLayout.Image = Resources.application_side_tree; _mMenViewResetLayout.Name = "mMenViewResetLayout"; _mMenViewResetLayout.Size = new System.Drawing.Size(228, 22); - _mMenViewResetLayout.Text = Language.strMenuResetLayout; + _mMenViewResetLayout.Text = Language.MenuResetLayout; _mMenViewResetLayout.Click += mMenViewResetLayout_Click; // // mMenViewLockToolbars @@ -189,7 +189,7 @@ namespace mRemoteNG.UI.Menu _mMenViewLockToolbars.Image = Resources.application_side_tree; _mMenViewLockToolbars.Name = "mMenViewLockToolbars"; _mMenViewLockToolbars.Size = new System.Drawing.Size(228, 22); - _mMenViewLockToolbars.Text = Language.strMenuLockToolbars; + _mMenViewLockToolbars.Text = Language.MenuLockToolbars; _mMenViewLockToolbars.Click += mMenViewLockToolbars_Click; // // mMenViewSep2 @@ -202,7 +202,7 @@ namespace mRemoteNG.UI.Menu _mMenViewQuickConnectToolbar.Image = Resources.Play_Quick; _mMenViewQuickConnectToolbar.Name = "mMenViewQuickConnectToolbar"; _mMenViewQuickConnectToolbar.Size = new System.Drawing.Size(228, 22); - _mMenViewQuickConnectToolbar.Text = Language.strMenuQuickConnectToolbar; + _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; _mMenViewQuickConnectToolbar.Click += mMenViewQuickConnectToolbar_Click; // // mMenViewExtAppsToolbar @@ -210,7 +210,7 @@ namespace mRemoteNG.UI.Menu _mMenViewExtAppsToolbar.Image = Resources.ExtApp; _mMenViewExtAppsToolbar.Name = "mMenViewExtAppsToolbar"; _mMenViewExtAppsToolbar.Size = new System.Drawing.Size(228, 22); - _mMenViewExtAppsToolbar.Text = Language.strMenuExternalToolsToolbar; + _mMenViewExtAppsToolbar.Text = Language.MenuExternalToolsToolbar; _mMenViewExtAppsToolbar.Click += mMenViewExtAppsToolbar_Click; // // mMenViewMultiSSHToolbar @@ -218,7 +218,7 @@ namespace mRemoteNG.UI.Menu _mMenViewMultiSshToolbar.Image = Resources.Panels; _mMenViewMultiSshToolbar.Name = "mMenViewMultiSSHToolbar"; _mMenViewMultiSshToolbar.Size = new System.Drawing.Size(279, 26); - _mMenViewMultiSshToolbar.Text = Language.strMenuMultiSshToolbar; + _mMenViewMultiSshToolbar.Text = Language.MenuMultiSshToolbar; _mMenViewMultiSshToolbar.Click += mMenViewMultiSSHToolbar_Click; // // mMenViewSep3 @@ -232,7 +232,7 @@ namespace mRemoteNG.UI.Menu _mMenViewFullscreen.Name = "mMenViewFullscreen"; _mMenViewFullscreen.ShortcutKeys = Keys.F11; _mMenViewFullscreen.Size = new System.Drawing.Size(228, 22); - _mMenViewFullscreen.Text = Language.strMenuFullScreen; + _mMenViewFullscreen.Text = Language.MenuFullScreen; _mMenViewFullscreen.Checked = Settings.Default.MainFormKiosk; _mMenViewFullscreen.Click += mMenViewFullscreen_Click; } @@ -240,21 +240,21 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { - Text = Language.strMenuView; - _mMenViewAddConnectionPanel.Text = Language.strMenuAddConnectionPanel; - _mMenViewConnectionPanels.Text = Language.strMenuConnectionPanels; - _mMenViewConnections.Text = Language.strMenuConnections; - _mMenViewConfig.Text = Language.strMenuConfig; - _mMenViewErrorsAndInfos.Text = Language.strMenuNotifications; - _mMenViewJumpTo.Text = Language.strMenuJumpTo; - _mMenViewJumpToConnectionsConfig.Text = Language.strMenuConnectionsAndConfig; - _mMenViewJumpToErrorsInfos.Text = Language.strMenuNotifications; - _mMenViewResetLayout.Text = Language.strMenuResetLayout; - _mMenViewLockToolbars.Text = Language.strLockToolbars; - _mMenViewQuickConnectToolbar.Text = Language.strMenuQuickConnectToolbar; - _mMenViewExtAppsToolbar.Text = Language.strMenuExternalToolsToolbar; - _mMenViewMultiSshToolbar.Text = Language.strMultiSshToolbar; - _mMenViewFullscreen.Text = Language.strMenuFullScreen; + Text = Language.MenuView; + _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; + _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; + _mMenViewConnections.Text = Language.MenuConnections; + _mMenViewConfig.Text = Language.MenuConfig; + _mMenViewErrorsAndInfos.Text = Language.MenuNotifications; + _mMenViewJumpTo.Text = Language.MenuJumpTo; + _mMenViewJumpToConnectionsConfig.Text = Language.MenuConnectionsAndConfig; + _mMenViewJumpToErrorsInfos.Text = Language.MenuNotifications; + _mMenViewResetLayout.Text = Language.MenuResetLayout; + _mMenViewLockToolbars.Text = Language.LockToolbars; + _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; + _mMenViewExtAppsToolbar.Text = Language.MenuExternalToolsToolbar; + _mMenViewMultiSshToolbar.Text = Language.MultiSshToolbar; + _mMenViewFullscreen.Text = Language.MenuFullScreen; } #region View @@ -350,7 +350,7 @@ namespace mRemoteNG.UI.Menu private void mMenViewResetLayout_Click(object sender, EventArgs e) { - var msgBoxResult = MessageBox.Show(Language.strConfirmResetLayout, string.Empty, MessageBoxButtons.YesNo, + var msgBoxResult = MessageBox.Show(Language.ConfirmResetLayout, string.Empty, MessageBoxButtons.YesNo, MessageBoxIcon.Question); if (msgBoxResult == DialogResult.Yes) { diff --git a/mRemoteV1/UI/Panels/PanelAdder.cs b/mRemoteV1/UI/Panels/PanelAdder.cs index 6769f7efd..475130e4e 100644 --- a/mRemoteV1/UI/Panels/PanelAdder.cs +++ b/mRemoteV1/UI/Panels/PanelAdder.cs @@ -51,7 +51,7 @@ namespace mRemoteNG.UI.Panels private static void SetConnectionWindowTitle(string title, ConnectionWindow connectionForm) { if (string.IsNullOrEmpty(title)) - title = Language.strNewPanel; + title = Language.NewPanel; connectionForm.SetFormText(title.Replace("&", "&&")); } @@ -69,7 +69,7 @@ namespace mRemoteNG.UI.Panels { var cMenScreens = new ToolStripMenuItem { - Text = Language.strSendTo, + Text = Language.SendTo, Image = Resources.Monitor, Tag = pnlcForm }; @@ -82,7 +82,7 @@ namespace mRemoteNG.UI.Panels { var cMenRen = new ToolStripMenuItem { - Text = Language.strRename, + Text = Language.Rename, Image = Resources.Rename, Tag = pnlcForm }; @@ -94,7 +94,7 @@ namespace mRemoteNG.UI.Panels { var cMenClose = new ToolStripMenuItem { - Text = Language.strButtonClose, + Text = Language.ButtonClose, Image = Resources.Panel_Close, Tag = pnlcForm }; @@ -108,7 +108,7 @@ namespace mRemoteNG.UI.Panels { var conW = (ConnectionWindow)((ToolStripMenuItem)sender).Tag; - using (var newTitle = new FrmInputBox(Language.strNewTitle, Language.strNewTitle + ":", "")) + using (var newTitle = new FrmInputBox(Language.NewTitle, Language.NewTitle + ":", "")) if (newTitle.ShowDialog() == DialogResult.OK && !string.IsNullOrEmpty(newTitle.returnValue)) conW.SetFormText(newTitle.returnValue.Replace("&", "&&")); } @@ -142,7 +142,7 @@ namespace mRemoteNG.UI.Panels for (var i = 0; i <= Screen.AllScreens.Length - 1; i++) { - var cMenScreen = new ToolStripMenuItem(Language.strScreen + " " + Convert.ToString(i + 1)) + var cMenScreen = new ToolStripMenuItem(Language.Screen + " " + Convert.ToString(i + 1)) { Tag = new ArrayList(), Image = Resources.Monitor_GoTo diff --git a/mRemoteV1/UI/Tabs/ConnectionTab.cs b/mRemoteV1/UI/Tabs/ConnectionTab.cs index b3be1ceff..e27615523 100644 --- a/mRemoteV1/UI/Tabs/ConnectionTab.cs +++ b/mRemoteV1/UI/Tabs/ConnectionTab.cs @@ -44,9 +44,9 @@ namespace mRemoteNG.UI.Tabs { var result = CTaskDialog.MessageBox(this, GeneralAppInfo.ProductName, string - .Format(Language.strConfirmCloseConnectionPanelMainInstruction, + .Format(Language.ConfirmCloseConnectionPanelMainInstruction, TabText), "", "", "", - Language.strCheckboxDoNotShowThisMessageAgain, + Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.YesNo, ESysIcons.Question, ESysIcons.Question); if (CTaskDialog.VerificationChecked) diff --git a/mRemoteV1/UI/Tabs/DockPaneStripNG.cs b/mRemoteV1/UI/Tabs/DockPaneStripNG.cs index 4e234dfe9..9cf9a1b0e 100644 --- a/mRemoteV1/UI/Tabs/DockPaneStripNG.cs +++ b/mRemoteV1/UI/Tabs/DockPaneStripNG.cs @@ -273,7 +273,7 @@ namespace mRemoteNG.UI.Tabs private static int ToolWindowTabSeperatorGapBottom => _ToolWindowTabSeperatorGapBottom; - private static string ToolTipSelect => m_toolTipSelect ?? (m_toolTipSelect = Language.strTabsAndPanels); + private static string ToolTipSelect => m_toolTipSelect ?? (m_toolTipSelect = Language.TabsAndPanels); private TextFormatFlags ToolWindowTextFormat { diff --git a/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs b/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs index 6e91dd767..1c8caf4eb 100644 --- a/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs +++ b/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs @@ -262,28 +262,28 @@ namespace mRemoteNG.UI.TaskDialog { case ETaskDialogButtons.YesNo: bt1.Visible = false; - bt2.Text = Language.strYes; + bt2.Text = Language.Yes; bt2.DialogResult = DialogResult.Yes; - bt3.Text = Language.strNo; + bt3.Text = Language.No; bt3.DialogResult = DialogResult.No; AcceptButton = bt2; CancelButton = bt3; break; case ETaskDialogButtons.YesNoCancel: - bt1.Text = Language.strYes; + bt1.Text = Language.Yes; bt1.DialogResult = DialogResult.Yes; - bt2.Text = Language.strNo; + bt2.Text = Language.No; bt2.DialogResult = DialogResult.No; - bt3.Text = Language.strButtonCancel; + bt3.Text = Language.ButtonCancel; bt3.DialogResult = DialogResult.Cancel; AcceptButton = bt1; CancelButton = bt3; break; case ETaskDialogButtons.OkCancel: bt1.Visible = false; - bt2.Text = Language.strButtonOK; + bt2.Text = Language.ButtonOK; bt2.DialogResult = DialogResult.OK; - bt3.Text = Language.strButtonCancel; + bt3.Text = Language.ButtonCancel; bt3.DialogResult = DialogResult.Cancel; AcceptButton = bt2; CancelButton = bt3; @@ -291,7 +291,7 @@ namespace mRemoteNG.UI.TaskDialog case ETaskDialogButtons.Ok: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.strButtonOK; + bt3.Text = Language.ButtonOK; bt3.DialogResult = DialogResult.OK; AcceptButton = bt3; CancelButton = bt3; @@ -299,14 +299,14 @@ namespace mRemoteNG.UI.TaskDialog case ETaskDialogButtons.Close: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.strButtonClose; + bt3.Text = Language.ButtonClose; bt3.DialogResult = DialogResult.Cancel; CancelButton = bt3; break; case ETaskDialogButtons.Cancel: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.strButtonCancel; + bt3.Text = Language.ButtonCancel; bt3.DialogResult = DialogResult.Cancel; CancelButton = bt3; break; diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs index c59bf857d..6657f8a8a 100644 --- a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs +++ b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs @@ -69,11 +69,11 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - btnImport.Text = Language.strButtonImport; - lblDomain.Text = Language.strLabelDomain; - chkSubOU.Text = Language.strImportSubOUs; - btnChangeDomain.Text = Language.strButtonChange; - btnClose.Text = Language.strButtonClose; + btnImport.Text = Language.ButtonImport; + lblDomain.Text = Language.LabelDomain; + chkSubOU.Text = Language.ImportSubOUs; + btnChangeDomain.Text = Language.ButtonChange; + btnClose.Text = Language.ButtonClose; } private void ChangeDomain() diff --git a/mRemoteV1/UI/Window/ConfigWindow.cs b/mRemoteV1/UI/Window/ConfigWindow.cs index 0229774fb..b8a14da25 100644 --- a/mRemoteV1/UI/Window/ConfigWindow.cs +++ b/mRemoteV1/UI/Window/ConfigWindow.cs @@ -292,15 +292,15 @@ namespace mRemoteNG.UI.Window #region Private Methods private void ApplyLanguage() { - _btnShowInheritance.Text = Language.strButtonInheritance; - _btnShowDefaultInheritance.Text = Language.strButtonDefaultInheritance; - _btnShowProperties.Text = Language.strButtonProperties; - _btnShowDefaultProperties.Text = Language.strButtonDefaultProperties; - _btnIcon.Text = Language.strButtonIcon; - _btnHostStatus.Text = Language.strStatus; - Text = Language.strMenuConfig; - TabText = Language.strMenuConfig; - _propertyGridContextMenuShowHelpText.Text = Language.strMenuShowHelpText; + _btnShowInheritance.Text = Language.ButtonInheritance; + _btnShowDefaultInheritance.Text = Language.ButtonDefaultInheritance; + _btnShowProperties.Text = Language.ButtonProperties; + _btnShowDefaultProperties.Text = Language.ButtonDefaultProperties; + _btnIcon.Text = Language.ButtonIcon; + _btnHostStatus.Text = Language.Status; + Text = Language.MenuConfig; + TabText = Language.MenuConfig; + _propertyGridContextMenuShowHelpText.Text = Language.MenuShowHelpText; } private new void ApplyTheme() @@ -345,7 +345,7 @@ namespace mRemoteNG.UI.Window { Runtime.MessageCollector.AddMessage( MessageClass.ErrorMsg, - Language.strConfigPropertyGridObjectFailed + Environment.NewLine + + Language.ConfigPropertyGridObjectFailed + Environment.NewLine + ex.Message, true); } } @@ -429,7 +429,7 @@ namespace mRemoteNG.UI.Window if (toolStrip == null) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strCouldNotFindToolStripInFilteredPropertyGrid, true); + Language.CouldNotFindToolStripInFilteredPropertyGrid, true); return; } @@ -452,7 +452,7 @@ namespace mRemoteNG.UI.Window catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigUiLoadFailed + Environment.NewLine + ex.Message, + Language.ConfigUiLoadFailed + Environment.NewLine + ex.Message, true); } } @@ -475,13 +475,13 @@ namespace mRemoteNG.UI.Window { try { - if (e.ChangedItem.Label == Language.strPropertyNameIcon) + if (e.ChangedItem.Label == Language.PropertyNameIcon) { var conIcon = ConnectionIcon.FromString(_pGrid.SelectedConnectionInfo.Icon); if (conIcon != null) _btnIcon.Image = conIcon.ToBitmap(); } - else if (e.ChangedItem.Label == Language.strPropertyNameAddress) + else if (e.ChangedItem.Label == Language.PropertyNameAddress) { SetHostStatus(_pGrid.SelectedConnectionInfo); } @@ -489,7 +489,7 @@ namespace mRemoteNG.UI.Window catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigPropertyGridValueFailed + Environment.NewLine + + Language.ConfigPropertyGridValueFailed + Environment.NewLine + ex.Message, true); } } @@ -552,7 +552,7 @@ namespace mRemoteNG.UI.Window catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigPropertyGridButtonIconClickFailed + + Language.ConfigPropertyGridButtonIconClickFailed + Environment.NewLine + ex.Message, true); } } @@ -582,7 +582,7 @@ namespace mRemoteNG.UI.Window catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigPropertyGridMenuClickFailed + + Language.ConfigPropertyGridMenuClickFailed + Environment.NewLine + ex.Message, true); } } @@ -658,7 +658,7 @@ namespace mRemoteNG.UI.Window catch (Exception ex) { Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, - Language.strConfigPropertyGridSetHostStatusFailed + + Language.ConfigPropertyGridSetHostStatusFailed + Environment.NewLine + ex.Message, true); } } diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs index 3cbff2568..64c0b402a 100644 --- a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs @@ -79,17 +79,17 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - Text = Language.strConnections; - TabText = Language.strConnections; + Text = Language.Connections; + TabText = Language.Connections; - mMenAddConnection.ToolTipText = Language.strAddConnection; - mMenAddFolder.ToolTipText = Language.strAddFolder; - mMenViewExpandAllFolders.ToolTipText = Language.strExpandAllFolders; - mMenViewCollapseAllFolders.ToolTipText = Language.strCollapseAllFolders; - mMenSort.ToolTipText = Language.strSort; + mMenAddConnection.ToolTipText = Language.AddConnection; + mMenAddFolder.ToolTipText = Language.AddFolder; + mMenViewExpandAllFolders.ToolTipText = Language.ExpandAllFolders; + mMenViewCollapseAllFolders.ToolTipText = Language.CollapseAllFolders; + mMenSort.ToolTipText = Language.Sort; mMenFavorites.ToolTipText = Language.Favorites; - txtSearch.Text = Language.strSearchPrompt; + txtSearch.Text = Language.SearchPrompt; } private new void ApplyTheme() @@ -298,7 +298,7 @@ namespace mRemoteNG.UI.Window { if (Settings.Default.UseFilterSearch) { - if (txtSearch.Text == "" || txtSearch.Text == Language.strSearchPrompt) + if (txtSearch.Text == "" || txtSearch.Text == Language.SearchPrompt) { ConnectionTree.RemoveFilter(); return; diff --git a/mRemoteV1/UI/Window/ConnectionWindow.cs b/mRemoteV1/UI/Window/ConnectionWindow.cs index 4b29b2e5e..05db0c210 100644 --- a/mRemoteV1/UI/Window/ConnectionWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionWindow.cs @@ -33,7 +33,7 @@ namespace mRemoteNG.UI.Window { if (formText == "") { - formText = Language.strNewPanel; + formText = Language.NewPanel; } WindowType = WindowType.Connection; @@ -264,24 +264,24 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - cmenTabFullscreen.Text = Language.strMenuFullScreenRDP; - cmenTabSmartSize.Text = Language.strMenuSmartSize; - cmenTabViewOnly.Text = Language.strMenuViewOnly; - cmenTabScreenshot.Text = Language.strMenuScreenshot; - cmenTabStartChat.Text = Language.strMenuStartChat; - cmenTabTransferFile.Text = Language.strMenuTransferFile; - cmenTabRefreshScreen.Text = Language.strMenuRefreshScreen; - cmenTabSendSpecialKeys.Text = Language.strMenuSendSpecialKeys; - cmenTabSendSpecialKeysCtrlAltDel.Text = Language.strMenuCtrlAltDel; - cmenTabSendSpecialKeysCtrlEsc.Text = Language.strMenuCtrlEsc; - cmenTabExternalApps.Text = Language.strMenuExternalTools; - cmenTabRenameTab.Text = Language.strMenuRenameTab; - cmenTabDuplicateTab.Text = Language.strMenuDuplicateTab; - cmenTabReconnect.Text = Language.strMenuReconnect; - cmenTabDisconnect.Text = Language.strMenuDisconnect; - cmenTabDisconnectOthers.Text = Language.strMenuDisconnectOthers; - cmenTabDisconnectOthersRight.Text = Language.strMenuDisconnectOthersRight; - cmenTabPuttySettings.Text = Language.strPuttySettings; + cmenTabFullscreen.Text = Language.MenuFullScreenRDP; + cmenTabSmartSize.Text = Language.MenuSmartSize; + cmenTabViewOnly.Text = Language.MenuViewOnly; + cmenTabScreenshot.Text = Language.MenuScreenshot; + cmenTabStartChat.Text = Language.MenuStartChat; + cmenTabTransferFile.Text = Language.MenuTransferFile; + cmenTabRefreshScreen.Text = Language.MenuRefreshScreen; + cmenTabSendSpecialKeys.Text = Language.MenuSendSpecialKeys; + cmenTabSendSpecialKeysCtrlAltDel.Text = Language.MenuCtrlAltDel; + cmenTabSendSpecialKeysCtrlEsc.Text = Language.MenuCtrlEsc; + cmenTabExternalApps.Text = Language.MenuExternalTools; + cmenTabRenameTab.Text = Language.MenuRenameTab; + cmenTabDuplicateTab.Text = Language.MenuDuplicateTab; + cmenTabReconnect.Text = Language.MenuReconnect; + cmenTabDisconnect.Text = Language.MenuDisconnect; + cmenTabDisconnectOthers.Text = Language.MenuDisconnectOthers; + cmenTabDisconnectOthersRight.Text = Language.MenuDisconnectOthersRight; + cmenTabPuttySettings.Text = Language.PuttySettings; } private void Connection_FormClosing(object sender, FormClosingEventArgs e) @@ -293,9 +293,9 @@ namespace mRemoteNG.UI.Window { var result = CTaskDialog.MessageBox(this, GeneralAppInfo.ProductName, string - .Format(Language.strConfirmCloseConnectionPanelMainInstruction, + .Format(Language.ConfirmCloseConnectionPanelMainInstruction, Text), "", "", "", - Language.strCheckboxDoNotShowThisMessageAgain, + Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.YesNo, ESysIcons.Question, ESysIcons.Question); if (CTaskDialog.VerificationChecked) @@ -667,9 +667,9 @@ namespace mRemoteNG.UI.Window if (Settings.Default.ConfirmCloseConnection == (int)ConfirmCloseEnum.Multiple) { var result = CTaskDialog.MessageBox(this, GeneralAppInfo.ProductName, - string.Format(Language.strConfirmCloseConnectionOthersInstruction, + string.Format(Language.ConfirmCloseConnectionOthersInstruction, selectedTab.TabText), "", "", "", - Language.strCheckboxDoNotShowThisMessageAgain, + Language.CheckboxDoNotShowThisMessageAgain, ETaskDialogButtons.YesNo, ESysIcons.Question, ESysIcons.Question); if (CTaskDialog.VerificationChecked) @@ -765,7 +765,7 @@ namespace mRemoteNG.UI.Window { var interfaceControl = GetInterfaceControl(); if (interfaceControl == null) return; - using (var frmInputBox = new FrmInputBox(Language.strNewTitle, Language.strNewTitle, + using (var frmInputBox = new FrmInputBox(Language.NewTitle, Language.NewTitle, ((ConnectionTab)interfaceControl.Parent).TabText)) { var dr = frmInputBox.ShowDialog(); diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs index 935583ec8..2c6ee58d9 100644 --- a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs +++ b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs @@ -80,7 +80,7 @@ namespace mRemoteNG.UI.Window // // clmMessage // - this.clmMessage.Text = global::mRemoteNG.Language.strColumnMessage; + this.clmMessage.Text = global::mRemoteNG.Language.ColumnMessage; this.clmMessage.Width = 184; // // cMenMC @@ -100,7 +100,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.strMenuCopy; + this.cMenMCCopy.Text = global::mRemoteNG.Language.MenuCopy; this.cMenMCCopy.Click += new System.EventHandler(this.cMenMCCopy_Click); // // cMenMCDelete @@ -109,7 +109,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.strMenuDelete; + this.cMenMCDelete.Text = global::mRemoteNG.Language.MenuDelete; this.cMenMCDelete.Click += new System.EventHandler(this.cMenMCDelete_Click); // // imgListMC @@ -151,7 +151,7 @@ namespace mRemoteNG.UI.Window this.HideOnClose = true; this.Icon = global::mRemoteNG.Resources.Info_Icon; this.Name = "ErrorAndInfoWindow"; - this.TabText = global::mRemoteNG.Language.strMenuNotifications; + this.TabText = global::mRemoteNG.Language.MenuNotifications; this.Text = "Notifications"; this.Load += new System.EventHandler(this.ErrorsAndInfos_Load); this.Resize += new System.EventHandler(this.ErrorsAndInfos_Resize); diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs b/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs index 224503999..c185a0ae0 100644 --- a/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs +++ b/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs @@ -48,11 +48,11 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - clmMessage.Text = Language.strColumnMessage; - cMenMCCopy.Text = Language.strMenuNotificationsCopyAll; - cMenMCDelete.Text = Language.strMenuNotificationsDeleteAll; - TabText = Language.strMenuNotifications; - Text = Language.strMenuNotifications; + clmMessage.Text = Language.ColumnMessage; + cMenMCCopy.Text = Language.MenuNotificationsCopyAll; + cMenMCDelete.Text = Language.MenuNotificationsDeleteAll; + TabText = Language.MenuNotifications; + Text = Language.MenuNotifications; } #endregion @@ -306,13 +306,13 @@ namespace mRemoteNG.UI.Window if (lvErrorCollector.SelectedItems.Count > 0) { - cMenMCCopy.Text = Language.strMenuCopy; - cMenMCDelete.Text = Language.strMenuNotificationsDelete; + cMenMCCopy.Text = Language.MenuCopy; + cMenMCDelete.Text = Language.MenuNotificationsDelete; } else { - cMenMCCopy.Text = Language.strMenuNotificationsCopyAll; - cMenMCDelete.Text = Language.strMenuNotificationsDeleteAll; + cMenMCCopy.Text = Language.MenuNotificationsCopyAll; + cMenMCDelete.Text = Language.MenuNotificationsDeleteAll; } } diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteV1/UI/Window/ExternalToolsWindow.cs index efd967571..f9f7a7003 100644 --- a/mRemoteV1/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteV1/UI/Window/ExternalToolsWindow.cs @@ -44,40 +44,40 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - Text = Language.strMenuExternalTools; - TabText = Language.strMenuExternalTools; + Text = Language.MenuExternalTools; + TabText = Language.MenuExternalTools; - NewToolToolstripButton.Text = Language.strButtonNew; - DeleteToolToolstripButton.Text = Language.strOptionsThemeButtonDelete; - LaunchToolToolstripButton.Text = Language.strButtonLaunch; + NewToolToolstripButton.Text = Language.ButtonNew; + DeleteToolToolstripButton.Text = Language.OptionsThemeButtonDelete; + LaunchToolToolstripButton.Text = Language.ButtonLaunch; - DisplayNameColumnHeader.Text = Language.strColumnDisplayName; - FilenameColumnHeader.Text = Language.strColumnFilename; - ArgumentsColumnHeader.Text = Language.strColumnArguments; - WorkingDirColumnHeader.Text = Language.strWorkingDirColumnHeader; - WaitForExitColumnHeader.Text = Language.strColumnWaitForExit; - TryToIntegrateColumnHeader.Text = Language.strTryToIntegrateColumnHeader; - RunElevateHeader.Text = Language.strRunElevateHeader; - ShowOnToolbarColumnHeader.Text = Language.strShowOnToolbarColumnHeader; + DisplayNameColumnHeader.Text = Language.ColumnDisplayName; + FilenameColumnHeader.Text = Language.ColumnFilename; + ArgumentsColumnHeader.Text = Language.ColumnArguments; + WorkingDirColumnHeader.Text = Language.WorkingDirColumnHeader; + WaitForExitColumnHeader.Text = Language.ColumnWaitForExit; + TryToIntegrateColumnHeader.Text = Language.TryToIntegrateColumnHeader; + RunElevateHeader.Text = Language.RunElevateHeader; + ShowOnToolbarColumnHeader.Text = Language.ShowOnToolbarColumnHeader; - TryToIntegrateCheckBox.Text = Language.strTryIntegrate; - ShowOnToolbarCheckBox.Text = Language.strShowOnToolbar; - RunElevatedCheckBox.Text = Language.strRunElevated; + TryToIntegrateCheckBox.Text = Language.TryIntegrate; + ShowOnToolbarCheckBox.Text = Language.ShowOnToolbar; + RunElevatedCheckBox.Text = Language.RunElevated; - PropertiesGroupBox.Text = Language.strGroupboxExternalToolProperties; + PropertiesGroupBox.Text = Language.GroupboxExternalToolProperties; - DisplayNameLabel.Text = Language.strLabelDisplayName; - FilenameLabel.Text = Language.strLabelFilename; - ArgumentsLabel.Text = Language.strLabelArguments; + DisplayNameLabel.Text = Language.LabelDisplayName; + FilenameLabel.Text = Language.LabelFilename; + ArgumentsLabel.Text = Language.LabelArguments; WorkingDirLabel.Text = Language.srtWorkingDirectory; - OptionsLabel.Text = Language.strLabelOptions; + OptionsLabel.Text = Language.LabelOptions; - WaitForExitCheckBox.Text = Language.strCheckboxWaitForExit; - BrowseButton.Text = Language.strButtonBrowse; - BrowseWorkingDir.Text = Language.strButtonBrowse; - NewToolMenuItem.Text = Language.strMenuNewExternalTool; - DeleteToolMenuItem.Text = Language.strMenuDeleteExternalTool; - LaunchToolMenuItem.Text = Language.strMenuLaunchExternalTool; + WaitForExitCheckBox.Text = Language.CheckboxWaitForExit; + BrowseButton.Text = Language.ButtonBrowse; + BrowseWorkingDir.Text = Language.ButtonBrowse; + NewToolMenuItem.Text = Language.MenuNewExternalTool; + DeleteToolMenuItem.Text = Language.MenuDeleteExternalTool; + LaunchToolMenuItem.Text = Language.MenuLaunchExternalTool; } private new void ApplyTheme() @@ -177,7 +177,7 @@ namespace mRemoteNG.UI.Window { try { - var externalTool = new ExternalTool(Language.strExternalToolDefaultName); + var externalTool = new ExternalTool(Language.ExternalToolDefaultName); Runtime.ExternalToolsService.ExternalTools.Add(externalTool); UpdateToolsListObjView(); ToolsListObjView.SelectedObject = externalTool; @@ -195,10 +195,10 @@ namespace mRemoteNG.UI.Window { string message; if (_currentlySelectedExternalTools.Count == 1) - message = string.Format(Language.strConfirmDeleteExternalTool, + message = string.Format(Language.ConfirmDeleteExternalTool, _currentlySelectedExternalTools[0].DisplayName); else if (_currentlySelectedExternalTools.Count > 1) - message = string.Format(Language.strConfirmDeleteExternalToolMultiple, + message = string.Format(Language.ConfirmDeleteExternalToolMultiple, _currentlySelectedExternalTools.Count); else return; @@ -290,8 +290,8 @@ namespace mRemoteNG.UI.Window { using (var browseDialog = new OpenFileDialog()) { - browseDialog.Filter = string.Join("|", Language.strFilterApplication, "*.exe", - Language.strFilterAll, "*.*"); + browseDialog.Filter = string.Join("|", Language.FilterApplication, "*.exe", + Language.FilterAll, "*.*"); if (browseDialog.ShowDialog() != DialogResult.OK) return; var selectedItem = _currentlySelectedExternalTools.FirstOrDefault(); @@ -337,7 +337,7 @@ namespace mRemoteNG.UI.Window return; e.Text = - $"'{Language.strCheckboxWaitForExit}' cannot be enabled if '{Language.strTryIntegrate}' is enabled"; + $"'{Language.CheckboxWaitForExit}' cannot be enabled if '{Language.TryIntegrate}' is enabled"; } #endregion diff --git a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs index 3335691b7..ffbcd9f16 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs @@ -357,7 +357,7 @@ namespace mRemoteNG.UI.Window this.portEnd.Name = "portEnd"; this.portEnd.Size = new System.Drawing.Size(67, 22); this.portEnd.TabIndex = 4; - this.portScanToolTip.SetToolTip(this.portEnd, global::mRemoteNG.Language.strPortScanSinglePort); + this.portScanToolTip.SetToolTip(this.portEnd, global::mRemoteNG.Language.PortScanSinglePort); this.portEnd.Value = new decimal(new int[] { 65535, 0, @@ -377,7 +377,7 @@ namespace mRemoteNG.UI.Window this.portStart.Name = "portStart"; this.portStart.Size = new System.Drawing.Size(67, 22); this.portStart.TabIndex = 3; - this.portScanToolTip.SetToolTip(this.portStart, global::mRemoteNG.Language.strPortScanSinglePort); + this.portScanToolTip.SetToolTip(this.portStart, global::mRemoteNG.Language.PortScanSinglePort); this.portStart.Enter += new System.EventHandler(this.portStart_Enter); // // pnlIp @@ -435,7 +435,7 @@ namespace mRemoteNG.UI.Window this.ngCheckFirstPort.Size = new System.Drawing.Size(72, 17); this.ngCheckFirstPort.TabIndex = 17; this.ngCheckFirstPort.Text = "First Port"; - this.portScanToolTip.SetToolTip(this.ngCheckFirstPort, global::mRemoteNG.Language.strPortScanSinglePort); + this.portScanToolTip.SetToolTip(this.ngCheckFirstPort, global::mRemoteNG.Language.PortScanSinglePort); this.ngCheckFirstPort.UseVisualStyleBackColor = true; this.ngCheckFirstPort.CheckedChanged += new System.EventHandler(this.NgCheckFirstPort_CheckedChanged); // @@ -449,7 +449,7 @@ namespace mRemoteNG.UI.Window this.ngCheckLastPort.Size = new System.Drawing.Size(70, 17); this.ngCheckLastPort.TabIndex = 18; this.ngCheckLastPort.Text = "Last Port"; - this.portScanToolTip.SetToolTip(this.ngCheckLastPort, global::mRemoteNG.Language.strPortScanSinglePort); + this.portScanToolTip.SetToolTip(this.ngCheckLastPort, global::mRemoteNG.Language.PortScanSinglePort); this.ngCheckLastPort.UseVisualStyleBackColor = true; this.ngCheckLastPort.CheckedChanged += new System.EventHandler(this.NgCheckLastPort_CheckedChanged); // diff --git a/mRemoteV1/UI/Window/PortScanWindow.cs b/mRemoteV1/UI/Window/PortScanWindow.cs index 572c26390..953ea8b09 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.cs @@ -116,7 +116,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionMessage(Language.strPortScanCouldNotLoadPanel, ex); + Runtime.MessageCollector.AddExceptionMessage(Language.PortScanCouldNotLoadPanel, ex); } } @@ -144,7 +144,7 @@ namespace mRemoteNG.UI.Window } else { - Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.strCannotStartPortScan); + Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.CannotStartPortScan); } } } @@ -160,19 +160,19 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - lblStartIP.Text = Language.strStartIP; - lblEndIP.Text = Language.strEndIP; - btnScan.Text = Language.strButtonScan; - btnImport.Text = Language.strButtonImport; - lblOnlyImport.Text = Language.strProtocolToImport; - clmHost.Text = Language.strColumnHostnameIP; - clmOpenPorts.Text = Language.strOpenPorts; - clmClosedPorts.Text = Language.strClosedPorts; - ngCheckFirstPort.Text = Language.strStartPort; - ngCheckLastPort.Text = Language.strEndPort; - lblTimeout.Text = Language.strTimeoutInSeconds; - TabText = Language.strMenuPortScan; - Text = Language.strMenuPortScan; + lblStartIP.Text = Language.StartIP; + lblEndIP.Text = Language.EndIP; + btnScan.Text = Language.ButtonScan; + btnImport.Text = Language.ButtonImport; + lblOnlyImport.Text = Language.ProtocolToImport; + clmHost.Text = Language.ColumnHostnameIP; + clmOpenPorts.Text = Language.OpenPorts; + clmClosedPorts.Text = Language.ClosedPorts; + ngCheckFirstPort.Text = Language.StartPort; + ngCheckLastPort.Text = Language.EndPort; + lblTimeout.Text = Language.TimeoutInSeconds; + TabText = Language.MenuPortScan; + Text = Language.MenuPortScan; } private void ShowImportControls(bool controlsVisible) @@ -227,7 +227,7 @@ namespace mRemoteNG.UI.Window private void SwitchButtonText() { - btnScan.Text = _scanning ? Language.strButtonStop : Language.strButtonScan; + btnScan.Text = _scanning ? Language.ButtonStop : Language.ButtonScan; prgBar.Maximum = 100; prgBar.Value = 0; @@ -266,7 +266,7 @@ namespace mRemoteNG.UI.Window return; } - Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.strPortScanComplete); + Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, Language.PortScanComplete); _scanning = false; SwitchButtonText(); diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteV1/UI/Window/SSHTransferWindow.cs index 9a1d24528..6bc428667 100644 --- a/mRemoteV1/UI/Window/SSHTransferWindow.cs +++ b/mRemoteV1/UI/Window/SSHTransferWindow.cs @@ -354,19 +354,19 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - grpFiles.Text = Language.strGroupboxFiles; - lblLocalFile.Text = Language.strLocalFile + ":"; - lblRemoteFile.Text = Language.strRemoteFile + ":"; - btnBrowse.Text = Language.strButtonBrowse; - grpConnection.Text = Language.strGroupboxConnection; - lblProtocol.Text = Language.strLabelProtocol; - lblPassword.Text = Language.strLabelPassword; - lblUser.Text = Language.strUser + ":"; - lblPort.Text = Language.strLabelPort; - lblHost.Text = Language.strHost + ":"; - btnTransfer.Text = Language.strTransfer; - TabText = Language.strMenuSSHFileTransfer; - Text = Language.strMenuSSHFileTransfer; + grpFiles.Text = Language.GroupboxFiles; + lblLocalFile.Text = Language.LocalFile + ":"; + lblRemoteFile.Text = Language.RemoteFile + ":"; + btnBrowse.Text = Language.ButtonBrowse; + grpConnection.Text = Language.GroupboxConnection; + lblProtocol.Text = Language.LabelProtocol; + lblPassword.Text = Language.LabelPassword; + lblUser.Text = Language.User + ":"; + lblPort.Text = Language.LabelPort; + lblHost.Text = Language.Host + ":"; + btnTransfer.Text = Language.Transfer; + TabText = Language.MenuSSHFileTransfer; + Text = Language.MenuSSHFileTransfer; } #endregion @@ -379,13 +379,13 @@ namespace mRemoteNG.UI.Window { if (AllFieldsSet() == false) { - Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.strPleaseFillAllFields); + Runtime.MessageCollector.AddMessage(MessageClass.ErrorMsg, Language.PleaseFillAllFields); return; } if (File.Exists(txtLocalFile.Text) == false) { - Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.strLocalFileDoesNotExist); + Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, Language.LocalFileDoesNotExist); return; } @@ -414,7 +414,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strSSHTransferFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.SSHTransferFailed, ex); st?.Disconnect(); st?.Dispose(); } @@ -471,7 +471,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.strSSHStartTransferBG, ex, + Runtime.MessageCollector.AddExceptionStackTrace(Language.SSHStartTransferBG, ex, MessageClass.ErrorMsg, false); st?.Disconnect(); st?.Dispose(); @@ -485,7 +485,7 @@ namespace mRemoteNG.UI.Window { if (txtPassword.Text == "") { - if (MessageBox.Show(FrmMain.Default, Language.strEmptyPasswordContinue, @"Question?", + if (MessageBox.Show(FrmMain.Default, Language.EmptyPasswordContinue, @"Question?", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.No) { return false; diff --git a/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs b/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs index 173125266..2e1820160 100644 --- a/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs +++ b/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs @@ -180,14 +180,14 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - mMenFile.Text = Language.strMenuFile; - mMenFileSaveAll.Text = Language.strSaveAll; - mMenFileRemoveAll.Text = Language.strRemoveAll; - cMenScreenshotCopy.Text = Language.strMenuCopy; - cMenScreenshotSave.Text = Language.strSave; - dlgSaveSingleImage.Filter = Language.strSaveImageFilter; - TabText = Language.strScreenshots; - Text = Language.strScreenshots; + mMenFile.Text = Language.MenuFile; + mMenFileSaveAll.Text = Language.SaveAll; + mMenFileRemoveAll.Text = Language.RemoveAll; + cMenScreenshotCopy.Text = Language.MenuCopy; + cMenScreenshotSave.Text = Language.Save; + dlgSaveSingleImage.Filter = Language.SaveImageFilter; + TabText = Language.Screenshots; + Text = Language.Screenshots; } #endregion diff --git a/mRemoteV1/UI/Window/UltraVNCWindow.cs b/mRemoteV1/UI/Window/UltraVNCWindow.cs index 0b69042cc..2ffc6b997 100644 --- a/mRemoteV1/UI/Window/UltraVNCWindow.cs +++ b/mRemoteV1/UI/Window/UltraVNCWindow.cs @@ -108,7 +108,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - btnDisconnect.Text = Language.strButtonDisconnect; + btnDisconnect.Text = Language.ButtonDisconnect; } private void StartListening() @@ -128,7 +128,7 @@ namespace mRemoteNG.UI.Window //vnc.Show() //vnc.StretchMode = ViewerX.ScreenStretchMode.SSM_ASPECT - //vnc.ListeningText = Language.strInheritListeningForIncomingVNCConnections & " " & Settings.UVNCSCPort + //vnc.ListeningText = Language.InheritListeningForIncomingVNCConnections & " " & Settings.UVNCSCPort //vnc.ListenEx(Settings.UVNCSCPort) } diff --git a/mRemoteV1/UI/Window/UpdateWindow.cs b/mRemoteV1/UI/Window/UpdateWindow.cs index dc64f8264..7d53e4c40 100644 --- a/mRemoteV1/UI/Window/UpdateWindow.cs +++ b/mRemoteV1/UI/Window/UpdateWindow.cs @@ -57,17 +57,17 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - Text = Language.strMenuCheckForUpdates; - TabText = Language.strMenuCheckForUpdates; - btnCheckForUpdate.Text = Language.strCheckForUpdate; + Text = Language.MenuCheckForUpdates; + TabText = Language.MenuCheckForUpdates; + btnCheckForUpdate.Text = Language.CheckForUpdate; btnDownload.Text = Runtime.IsPortableEdition - ? Language.strDownloadPortable - : Language.strDownloadAndInstall; - lblChangeLogLabel.Text = Language.strLabelChangeLog; - lblInstalledVersion.Text = Language.strVersion; - lblInstalledVersionLabel.Text = $"{Language.strCurrentVersion}:"; - lblLatestVersion.Text = Language.strVersion; - lblLatestVersionLabel.Text = $"{Language.strAvailableVersion}:"; + ? Language.DownloadPortable + : Language.DownloadAndInstall; + lblChangeLogLabel.Text = Language.LabelChangeLog; + lblInstalledVersion.Text = Language.Version; + lblInstalledVersionLabel.Text = $"{Language.CurrentVersion}:"; + lblLatestVersion.Text = Language.Version; + lblLatestVersionLabel.Text = $"{Language.AvailableVersion}:"; } private void btnCheckForUpdate_Click(object sender, EventArgs e) @@ -107,7 +107,7 @@ namespace mRemoteNG.UI.Window return; } - lblStatus.Text = Language.strUpdateCheckingLabel; + lblStatus.Text = Language.UpdateCheckingLabel; lblStatus.ForeColor = SystemColors.WindowText; lblLatestVersionLabel.Visible = false; lblInstalledVersion.Visible = false; @@ -152,7 +152,7 @@ namespace mRemoteNG.UI.Window if (_appUpdate.IsUpdateAvailable()) { - lblStatus.Text = Language.strUpdateAvailable; + lblStatus.Text = Language.UpdateAvailable; lblStatus.ForeColor = Color.OrangeRed; SetVisibilityOfUpdateControls(true); @@ -179,7 +179,7 @@ namespace mRemoteNG.UI.Window } else { - lblStatus.Text = Language.strNoUpdateAvailable; + lblStatus.Text = Language.NoUpdateAvailable; lblStatus.ForeColor = Color.ForestGreen; if (_appUpdate.CurrentUpdateInfo == null) return; @@ -192,10 +192,10 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - lblStatus.Text = Language.strUpdateCheckFailedLabel; + lblStatus.Text = Language.UpdateCheckFailedLabel; lblStatus.ForeColor = Color.OrangeRed; - Runtime.MessageCollector?.AddExceptionStackTrace(Language.strUpdateCheckCompleteFailed, ex); + Runtime.MessageCollector?.AddExceptionStackTrace(Language.UpdateCheckCompleteFailed, ex); } } @@ -229,7 +229,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector?.AddExceptionStackTrace(Language.strUpdateGetChangeLogFailed, ex); + Runtime.MessageCollector?.AddExceptionStackTrace(Language.UpdateGetChangeLogFailed, ex); } } @@ -252,7 +252,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector?.AddExceptionStackTrace(Language.strUpdateDownloadFailed, ex); + Runtime.MessageCollector?.AddExceptionStackTrace(Language.UpdateDownloadFailed, ex); } } @@ -278,11 +278,11 @@ namespace mRemoteNG.UI.Window throw e.Error; if (Runtime.IsPortableEdition) - MessageBox.Show(Language.strUpdatePortableDownloadComplete, Language.strMenuCheckForUpdates, + MessageBox.Show(Language.UpdatePortableDownloadComplete, Language.MenuCheckForUpdates, MessageBoxButtons.OK, MessageBoxIcon.Information); else { - if (MessageBox.Show(Language.strUpdateDownloadComplete, Language.strMenuCheckForUpdates, + if (MessageBox.Show(Language.UpdateDownloadComplete, Language.MenuCheckForUpdates, MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) == DialogResult.OK) { Shutdown.Quit(_appUpdate.CurrentUpdateInfo.UpdateFilePath); @@ -295,7 +295,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector?.AddExceptionStackTrace(Language.strUpdateDownloadCompleteFailed, ex); + Runtime.MessageCollector?.AddExceptionStackTrace(Language.UpdateDownloadCompleteFailed, ex); Runtime.MessageCollector?.AddMessage(MessageClass.ErrorMsg, ex.Message); } } From ea654cf9e6b0d9f355bd8ff43654ab33bc2e98d4 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 00:02:58 +0200 Subject: [PATCH 02/11] removed duplicate entries from resx files --- .../Resources/Language/Language.Designer.cs | 1610 ++++++----------- .../Resources/Language/Language.cs-CZ.resx | 192 +- mRemoteV1/Resources/Language/Language.de.resx | 188 +- mRemoteV1/Resources/Language/Language.el.resx | 29 +- .../Resources/Language/Language.en-US.resx | 3 - .../Resources/Language/Language.es-AR.resx | 20 +- mRemoteV1/Resources/Language/Language.es.resx | 183 +- mRemoteV1/Resources/Language/Language.fr.resx | 183 +- mRemoteV1/Resources/Language/Language.hu.resx | 78 +- mRemoteV1/Resources/Language/Language.it.resx | 183 +- .../Resources/Language/Language.ja-JP.resx | 186 +- .../Resources/Language/Language.ko-KR.resx | 186 +- mRemoteV1/Resources/Language/Language.lt.resx | 3 - .../Resources/Language/Language.nb-NO.resx | 191 +- mRemoteV1/Resources/Language/Language.nl.resx | 183 +- mRemoteV1/Resources/Language/Language.pl.resx | 178 +- .../Resources/Language/Language.pt-BR.resx | 58 +- mRemoteV1/Resources/Language/Language.pt.resx | 183 +- mRemoteV1/Resources/Language/Language.resx | 195 +- mRemoteV1/Resources/Language/Language.ru.resx | 191 +- .../Resources/Language/Language.tr-TR.resx | 154 +- mRemoteV1/Resources/Language/Language.uk.resx | 185 +- .../Resources/Language/Language.zh-CN.resx | 193 +- .../Resources/Language/Language.zh-TW.resx | 187 +- 24 files changed, 1046 insertions(+), 3896 deletions(-) diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index 117fa2128..24d30594d 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -60,327 +60,12 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. - /// - internal static string AutomaticReconnectError { - get { - return ResourceManager.GetString("AutomaticReconnectError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. - /// - internal static string ChangeConnectionResolutionError { - get { - return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clear search string. - /// - internal static string ClearSearchString { - get { - return ResourceManager.GetString("ClearSearchString", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Create a New Connection File. - /// - internal static string ConfigurationCreateNew { - get { - return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use a Custom File Path. - /// - internal static string ConfigurationCustomPath { - get { - return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import an Existing File. - /// - internal static string ConfigurationImportFile { - get { - return ResourceManager.GetString("ConfigurationImportFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connect in View Only mode. - /// - internal static string ConnectInViewOnlyMode { - get { - return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection failed!. - /// - internal static string ConnectionFailed { - get { - return ResourceManager.GetString("ConnectionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The connection file could not be found.. - /// - internal static string ConnectionFileNotFound { - get { - return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection successful. - /// - internal static string ConnectionSuccessful { - get { - return ResourceManager.GetString("ConnectionSuccessful", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find external tool with name "{0}". - /// - internal static string CouldNotFindExternalTool { - get { - return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credentials. - /// - internal static string Credentials { - get { - return ResourceManager.GetString("Credentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credential not available. - /// - internal static string CredentialUnavailable { - get { - return ResourceManager.GetString("CredentialUnavailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database '{0}' not available.. - /// - internal static string DatabaseNotAvailable { - get { - return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Do not trim spaces from usernames. - /// - internal static string DoNotTrimUsername { - get { - return ResourceManager.GetString("DoNotTrimUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption Test. - /// - internal static string EncryptionTest { - get { - return ResourceManager.GetString("EncryptionTest", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.. - /// - internal static string EncryptionTestResultMessage { - get { - return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Environment. - /// - internal static string Environment { - get { - return ResourceManager.GetString("Environment", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to This exception will force mRemoteNG to close. - /// - internal static string ExceptionForcesmRemoteNGToClose { - get { - return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Exception Message. - /// - internal static string ExceptionMessage { - get { - return ResourceManager.GetString("ExceptionMessage", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Favorites. - /// - internal static string Favorites { - get { - return ResourceManager.GetString("Favorites", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filter search matches in connection tree. - /// - internal static string FilterSearchMatchesInConnectionTree { - get { - return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incorrect password. - /// - internal static string IncorrectPassword { - get { - return ResourceManager.GetString("IncorrectPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. - /// - internal static string LoadBalanceInfoUseUtf8 { - get { - return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Login failed for user '{0}'.. - /// - internal static string LoginFailedForUser { - get { - return ResourceManager.GetString("LoginFailedForUser", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG Unhandled Exception. - /// - internal static string mRemoteNGUnhandledException { - get { - return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Place search bar above connection tree. - /// - internal static string PlaceSearchBarAboveConnectionTree { - get { - return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Prompt to unlock credential repositories on startup. - /// - internal static string PromptUnlockCredReposOnStartup { - get { - return ResourceManager.GetString("PromptUnlockCredReposOnStartup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.. - /// - internal static string RdpProtocolVersionNotSupported { - get { - return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The selected repository is unlocked. - /// - internal static string RepositoryIsUnlocked { - get { - return ResourceManager.GetString("RepositoryIsUnlocked", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save connections after every edit. - /// - internal static string SaveConnectionsAfterEveryEdit { - get { - return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Server '{0}' was not accessible.. - /// - internal static string ServerNotAccessible { - get { - return ResourceManager.GetString("ServerNotAccessible", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Source. - /// - internal static string Source { - get { - return ResourceManager.GetString("Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Working directory:. - /// - internal static string srtWorkingDirectory { - get { - return ResourceManager.GetString("srtWorkingDirectory", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Stack trace. - /// - internal static string StackTrace { - get { - return ResourceManager.GetString("StackTrace", resourceCulture); - } - } - /// /// Looks up a localized string similar to About. /// internal static string About { get { - return ResourceManager.GetString("strAbout", resourceCulture); + return ResourceManager.GetString("About", resourceCulture); } } @@ -389,7 +74,7 @@ namespace mRemoteNG { /// internal static string Accept { get { - return ResourceManager.GetString("strAccept", resourceCulture); + return ResourceManager.GetString("Accept", resourceCulture); } } @@ -398,7 +83,7 @@ namespace mRemoteNG { /// internal static string Active { get { - return ResourceManager.GetString("strActive", resourceCulture); + return ResourceManager.GetString("Active", resourceCulture); } } @@ -407,7 +92,7 @@ namespace mRemoteNG { /// internal static string ActiveDirectory { get { - return ResourceManager.GetString("strActiveDirectory", resourceCulture); + return ResourceManager.GetString("ActiveDirectory", resourceCulture); } } @@ -416,7 +101,7 @@ namespace mRemoteNG { /// internal static string Activity { get { - return ResourceManager.GetString("strActivity", resourceCulture); + return ResourceManager.GetString("Activity", resourceCulture); } } @@ -425,25 +110,7 @@ namespace mRemoteNG { /// internal static string Add { get { - return ResourceManager.GetString("strAdd", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Connection. - /// - internal static string AddConnection { - get { - return ResourceManager.GetString("AddConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New folder. - /// - internal static string AddFolder { - get { - return ResourceManager.GetString("AddFolder", resourceCulture); + return ResourceManager.GetString("Add", resourceCulture); } } @@ -537,6 +204,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Appearance. + /// + internal static string Appearance { + get { + return ResourceManager.GetString("Appearance", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Arguments. + /// + internal static string Arguments { + get { + return ResourceManager.GetString("Arguments", resourceCulture); + } + } + /// /// Looks up a localized string similar to Ask me again later. /// @@ -600,6 +285,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. + /// + internal static string AutomaticReconnectError { + get { + return ResourceManager.GetString("AutomaticReconnectError", resourceCulture); + } + } + /// /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. /// @@ -699,24 +393,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Disconnect. - /// - internal static string ButtonDisconnect { - get { - return ResourceManager.GetString("ButtonDisconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Icon. - /// - internal static string ButtonIcon { - get { - return ResourceManager.GetString("ButtonIcon", resourceCulture); - } - } - /// /// Looks up a localized string similar to &Import. /// @@ -726,15 +402,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Inheritance. - /// - internal static string ButtonInheritance { - get { - return ResourceManager.GetString("ButtonInheritance", resourceCulture); - } - } - /// /// Looks up a localized string similar to &Launch. /// @@ -826,33 +493,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Appearance. - /// - internal static string CategoryAppearance { - get { - return ResourceManager.GetString("CategoryAppearance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection. - /// - internal static string CategoryConnection { - get { - return ResourceManager.GetString("CategoryConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credentials. - /// - internal static string CategoryCredentials { - get { - return ResourceManager.GetString("CategoryCredentials", resourceCulture); - } - } - /// /// Looks up a localized string similar to Display. /// @@ -871,15 +511,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to General. - /// - internal static string CategoryGeneral { - get { - return ResourceManager.GetString("CategoryGeneral", resourceCulture); - } - } - /// /// Looks up a localized string similar to Miscellaneous. /// @@ -889,15 +520,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Protocol. - /// - internal static string CategoryProtocol { - get { - return ResourceManager.GetString("CategoryProtocol", resourceCulture); - } - } - /// /// Looks up a localized string similar to Proxy. /// @@ -925,24 +547,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Refresh. - /// - internal static string CcCheckAgain { - get { - return ResourceManager.GetString("CcCheckAgain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check failed!. - /// - internal static string CcCheckFailed { - get { - return ResourceManager.GetString("CcCheckFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Check succeeded!. /// @@ -1060,6 +664,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. + /// + internal static string ChangeConnectionResolutionError { + get { + return ResourceManager.GetString("ChangeConnectionResolutionError", resourceCulture); + } + } + /// /// Looks up a localized string similar to Changelog. /// @@ -1078,15 +691,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Domain. - /// - internal static string CheckboxDomain { - get { - return ResourceManager.GetString("CheckboxDomain", resourceCulture); - } - } - /// /// Looks up a localized string similar to Do not show this message again.. /// @@ -1096,24 +700,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Inheritance. - /// - internal static string CheckboxInheritance { - get { - return ResourceManager.GetString("CheckboxInheritance", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password. - /// - internal static string CheckboxPassword { - get { - return ResourceManager.GetString("CheckboxPassword", resourceCulture); - } - } - /// /// Looks up a localized string similar to This proxy server requires authentication. /// @@ -1151,20 +737,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Username. + /// Looks up a localized string similar to Check failed!. /// - internal static string CheckboxUsername { + internal static string CheckFailed { get { - return ResourceManager.GetString("CheckboxUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wait for exit. - /// - internal static string CheckboxWaitForExit { - get { - return ResourceManager.GetString("CheckboxWaitForExit", resourceCulture); + return ResourceManager.GetString("CheckFailed", resourceCulture); } } @@ -1231,6 +808,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Clear search string. + /// + internal static string ClearSearchString { + get { + return ResourceManager.GetString("ClearSearchString", resourceCulture); + } + } + /// /// Looks up a localized string similar to Closed Ports. /// @@ -1258,42 +844,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Arguments. - /// - internal static string ColumnArguments { - get { - return ResourceManager.GetString("ColumnArguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display Name. - /// - internal static string ColumnDisplayName { - get { - return ResourceManager.GetString("ColumnDisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filename. - /// - internal static string ColumnFilename { - get { - return ResourceManager.GetString("ColumnFilename", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hostname/IP. - /// - internal static string ColumnHostnameIP { - get { - return ResourceManager.GetString("ColumnHostnameIP", resourceCulture); - } - } - /// /// Looks up a localized string similar to Message. /// @@ -1303,24 +853,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Username. - /// - internal static string ColumnUsername { - get { - return ResourceManager.GetString("ColumnUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Wait For Exit. - /// - internal static string ColumnWaitForExit { - get { - return ResourceManager.GetString("ColumnWaitForExit", resourceCulture); - } - } - /// /// Looks up a localized string similar to E&xit {0}. /// @@ -1447,6 +979,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Create a New Connection File. + /// + internal static string ConfigurationCreateNew { + get { + return ResourceManager.GetString("ConfigurationCreateNew", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use a Custom File Path. + /// + internal static string ConfigurationCustomPath { + get { + return ResourceManager.GetString("ConfigurationCustomPath", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Import an Existing File. + /// + internal static string ConfigurationImportFile { + get { + return ResourceManager.GetString("ConfigurationImportFile", resourceCulture); + } + } + /// /// Looks up a localized string similar to Do you want to close the connection: ///"{0}"?. @@ -1583,6 +1142,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Connect in View Only mode. + /// + internal static string ConnectInViewOnlyMode { + get { + return ResourceManager.GetString("ConnectInViewOnlyMode", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Connection. + /// + internal static string Connection { + get { + return ResourceManager.GetString("Connection", resourceCulture); + } + } + /// /// Looks up a localized string similar to Protocol Event Connected. /// @@ -1610,6 +1187,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Connection failed!. + /// + internal static string ConnectionFailed { + get { + return ResourceManager.GetString("ConnectionFailed", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to The connection file could not be found.. + /// + internal static string ConnectionFileNotFound { + get { + return ResourceManager.GetString("ConnectionFileNotFound", resourceCulture); + } + } + /// /// Looks up a localized string similar to Connection file path. /// @@ -1721,6 +1316,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Connection successful. + /// + internal static string ConnectionSuccessful { + get { + return ResourceManager.GetString("ConnectionSuccessful", resourceCulture); + } + } + /// /// Looks up a localized string similar to Connect without credentials. /// @@ -1793,6 +1397,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Could not find external tool with name "{0}". + /// + internal static string CouldNotFindExternalTool { + get { + return ResourceManager.GetString("CouldNotFindExternalTool", resourceCulture); + } + } + /// /// Looks up a localized string similar to Could not find ToolStrip control in FilteredPropertyGrid.. /// @@ -1849,6 +1462,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Credentials. + /// + internal static string Credentials { + get { + return ResourceManager.GetString("Credentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Credential not available. + /// + internal static string CredentialUnavailable { + get { + return ResourceManager.GetString("CredentialUnavailable", resourceCulture); + } + } + /// /// Looks up a localized string similar to Credits. /// @@ -1858,6 +1489,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Ctrl-Alt-Del. + /// + internal static string CtrlAltDel { + get { + return ResourceManager.GetString("CtrlAltDel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ctrl-Esc. + /// + internal static string CtrlEsc { + get { + return ResourceManager.GetString("CtrlEsc", resourceCulture); + } + } + /// /// Looks up a localized string similar to Installed version. /// @@ -1867,6 +1516,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Database:. + /// + internal static string Database { + get { + return ResourceManager.GetString("Database", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Database '{0}' not available.. + /// + internal static string DatabaseNotAvailable { + get { + return ResourceManager.GetString("DatabaseNotAvailable", resourceCulture); + } + } + /// /// Looks up a localized string similar to Debug. /// @@ -1903,6 +1570,42 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Disconnect. + /// + internal static string Disconnect { + get { + return ResourceManager.GetString("Disconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Name. + /// + internal static string DisplayName { + get { + return ResourceManager.GetString("DisplayName", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Domain. + /// + internal static string Domain { + get { + return ResourceManager.GetString("Domain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do not trim spaces from usernames. + /// + internal static string DoNotTrimUsername { + get { + return ResourceManager.GetString("DoNotTrimUsername", resourceCulture); + } + } + /// /// Looks up a localized string similar to Don't connect to console session. /// @@ -2056,6 +1759,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Encryption Test. + /// + internal static string EncryptionTest { + get { + return ResourceManager.GetString("EncryptionTest", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Encrypting {0} entries using {1}/{2} and {3} iterations took {4} seconds.. + /// + internal static string EncryptionTestResultMessage { + get { + return ResourceManager.GetString("EncryptionTestResultMessage", resourceCulture); + } + } + /// /// Looks up a localized string similar to Last IP. /// @@ -2074,6 +1795,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Environment. + /// + internal static string Environment { + get { + return ResourceManager.GetString("Environment", resourceCulture); + } + } + /// /// Looks up a localized string similar to AddExternalToolsToToolBar (frmMain) failed. {0}. /// @@ -2195,6 +1925,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to This exception will force mRemoteNG to close. + /// + internal static string ExceptionForcesmRemoteNGToClose { + get { + return ResourceManager.GetString("ExceptionForcesmRemoteNGToClose", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Exception Message. + /// + internal static string ExceptionMessage { + get { + return ResourceManager.GetString("ExceptionMessage", resourceCulture); + } + } + /// /// Looks up a localized string similar to Expand all folders. /// @@ -2330,6 +2078,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Favorites. + /// + internal static string Favorites { + get { + return ResourceManager.GetString("Favorites", resourceCulture); + } + } + /// /// Looks up a localized string similar to File &Format:. /// @@ -2339,6 +2096,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Filename. + /// + internal static string Filename { + get { + return ResourceManager.GetString("Filename", resourceCulture); + } + } + /// /// Looks up a localized string similar to All Files (*.*). /// @@ -2411,6 +2177,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Filter search matches in connection tree. + /// + internal static string FilterSearchMatchesInConnectionTree { + get { + return ResourceManager.GetString("FilterSearchMatchesInConnectionTree", resourceCulture); + } + } + /// /// Looks up a localized string similar to visionapp Remote Desktop 2008 CSV Files (*.csv). /// @@ -2501,15 +2276,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Connection. - /// - internal static string GroupboxConnection { - get { - return ResourceManager.GetString("GroupboxConnection", resourceCulture); - } - } - /// /// Looks up a localized string similar to External Tool Properties. /// @@ -2537,6 +2303,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Hostname/IP. + /// + internal static string HostnameIp { + get { + return ResourceManager.GetString("HostnameIp", resourceCulture); + } + } + /// /// Looks up a localized string similar to HTTP. /// @@ -2726,6 +2501,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Icon. + /// + internal static string Icon { + get { + return ResourceManager.GetString("Icon", resourceCulture); + } + } + /// /// Looks up a localized string similar to ID. /// @@ -2870,6 +2654,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Incorrect password. + /// + internal static string IncorrectPassword { + get { + return ResourceManager.GetString("IncorrectPassword", resourceCulture); + } + } + /// /// Looks up a localized string similar to Informations. /// @@ -2879,6 +2672,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Inheritance. + /// + internal static string Inheritance { + get { + return ResourceManager.GetString("Inheritance", resourceCulture); + } + } + /// /// Looks up a localized string similar to mRemoteNG is up to date. /// @@ -2924,15 +2726,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Panel Handle: {0}. - /// - internal static string IntAppParentHandle { - get { - return ResourceManager.GetString("IntAppParentHandle", resourceCulture); - } - } - /// /// Looks up a localized string similar to Int App Resize failed!. /// @@ -2969,24 +2762,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to CTRL-ALT-DEL. - /// - internal static string KeysCtrlAltDel { - get { - return ResourceManager.GetString("KeysCtrlAltDel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to CTRL-ESC. - /// - internal static string KeysCtrlEsc { - get { - return ResourceManager.GetString("KeysCtrlEsc", resourceCulture); - } - } - /// /// Looks up a localized string similar to Address:. /// @@ -2996,24 +2771,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Arguments:. - /// - internal static string LabelArguments { - get { - return ResourceManager.GetString("LabelArguments", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change Log:. - /// - internal static string LabelChangeLog { - get { - return ResourceManager.GetString("LabelChangeLog", resourceCulture); - } - } - /// /// Looks up a localized string similar to When closing connections:. /// @@ -3032,33 +2789,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Display Name. - /// - internal static string LabelDisplayName { - get { - return ResourceManager.GetString("LabelDisplayName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Domain:. - /// - internal static string LabelDomain { - get { - return ResourceManager.GetString("LabelDomain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Filename:. - /// - internal static string LabelFilename { - get { - return ResourceManager.GetString("LabelFilename", resourceCulture); - } - } - /// /// Looks up a localized string similar to Hostname:. /// @@ -3068,33 +2798,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Options:. - /// - internal static string LabelOptions { - get { - return ResourceManager.GetString("LabelOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password:. - /// - internal static string LabelPassword { - get { - return ResourceManager.GetString("LabelPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Port:. - /// - internal static string LabelPort { - get { - return ResourceManager.GetString("LabelPort", resourceCulture); - } - } - /// /// Looks up a localized string similar to Portable Edition. /// @@ -3104,15 +2807,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Protocol:. - /// - internal static string LabelProtocol { - get { - return ResourceManager.GetString("LabelProtocol", resourceCulture); - } - } - /// /// Looks up a localized string similar to To configure PuTTY sessions click this button:. /// @@ -3176,33 +2870,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Database:. - /// - internal static string LabelSQLDatabaseName { - get { - return ResourceManager.GetString("LabelSQLDatabaseName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Database:. - /// - internal static string LabelSQLServerDatabaseName { - get { - return ResourceManager.GetString("LabelSQLServerDatabaseName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Username:. - /// - internal static string LabelUsername { - get { - return ResourceManager.GetString("LabelUsername", resourceCulture); - } - } - /// /// Looks up a localized string similar to Verify:. /// @@ -3212,15 +2879,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Language. - /// - internal static string LanguageString { - get { - return ResourceManager.GetString("LanguageString", resourceCulture); - } - } - /// /// Looks up a localized string similar to (Automatically Detect). /// @@ -3239,6 +2897,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Language. + /// + internal static string LanguageString { + get { + return ResourceManager.GetString("LanguageString", resourceCulture); + } + } + /// /// Looks up a localized string similar to License. /// @@ -3248,6 +2915,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. + /// + internal static string LoadBalanceInfoUseUtf8 { + get { + return ResourceManager.GetString("LoadBalanceInfoUseUtf8", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. + /// + internal static string LoadBalanceInfoUseUtf8_Duplicate_1_ { + get { + return ResourceManager.GetString("LoadBalanceInfoUseUtf8_Duplicate[1]", resourceCulture); + } + } + /// /// Looks up a localized string similar to Load from SQL failed. /// @@ -3320,6 +3005,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Login failed for user '{0}'.. + /// + internal static string LoginFailedForUser { + get { + return ResourceManager.GetString("LoginFailedForUser", resourceCulture); + } + } + /// /// Looks up a localized string similar to Logoff. /// @@ -3383,15 +3077,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to About. - /// - internal static string MenuAbout { - get { - return ResourceManager.GetString("MenuAbout", resourceCulture); - } - } - /// /// Looks up a localized string similar to Add Connection Panel. /// @@ -3419,15 +3104,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Connect. - /// - internal static string MenuConnect { - get { - return ResourceManager.GetString("MenuConnect", resourceCulture); - } - } - /// /// Looks up a localized string similar to Connection Panels. /// @@ -3437,15 +3113,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Connections. - /// - internal static string MenuConnections { - get { - return ResourceManager.GetString("MenuConnections", resourceCulture); - } - } - /// /// Looks up a localized string similar to Connections and Config. /// @@ -3473,33 +3140,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Ctrl-Alt-Del. - /// - internal static string MenuCtrlAltDel { - get { - return ResourceManager.GetString("MenuCtrlAltDel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Ctrl-Esc. - /// - internal static string MenuCtrlEsc { - get { - return ResourceManager.GetString("MenuCtrlEsc", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete.... - /// - internal static string MenuDelete { - get { - return ResourceManager.GetString("MenuDelete", resourceCulture); - } - } - /// /// Looks up a localized string similar to Delete Connection.... /// @@ -3527,15 +3167,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Disconnect. - /// - internal static string MenuDisconnect { - get { - return ResourceManager.GetString("MenuDisconnect", resourceCulture); - } - } - /// /// Looks up a localized string similar to Disconnect All But This. /// @@ -3563,15 +3194,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Duplicate. - /// - internal static string MenuDuplicate { - get { - return ResourceManager.GetString("MenuDuplicate", resourceCulture); - } - } - /// /// Looks up a localized string similar to Duplicate Connection. /// @@ -3635,24 +3257,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Full Screen. - /// - internal static string MenuFullScreen { - get { - return ResourceManager.GetString("MenuFullScreen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Full Screen (RDP). - /// - internal static string MenuFullScreenRDP { - get { - return ResourceManager.GetString("MenuFullScreenRDP", resourceCulture); - } - } - /// /// Looks up a localized string similar to &Help. /// @@ -3770,15 +3374,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Options. - /// - internal static string MenuOptions { - get { - return ResourceManager.GetString("MenuOptions", resourceCulture); - } - } - /// /// Looks up a localized string similar to Paste. /// @@ -3905,15 +3500,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Screenshot. - /// - internal static string MenuScreenshot { - get { - return ResourceManager.GetString("MenuScreenshot", resourceCulture); - } - } - /// /// Looks up a localized string similar to Screenshot Manager. /// @@ -4040,15 +3626,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to View Only. - /// - internal static string MenuViewOnly { - get { - return ResourceManager.GetString("MenuViewOnly", resourceCulture); - } - } - /// /// Looks up a localized string similar to Website. /// @@ -4094,6 +3671,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to mRemoteNG Unhandled Exception. + /// + internal static string mRemoteNGUnhandledException { + get { + return ResourceManager.GetString("mRemoteNGUnhandledException", resourceCulture); + } + } + /// /// Looks up a localized string similar to mRemoteNG XML. /// @@ -4256,15 +3842,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to None. - /// - internal static string NoInformation { - get { - return ResourceManager.GetString("NoInformation", resourceCulture); - } - } - /// /// Looks up a localized string similar to None. /// @@ -4347,6 +3924,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Options. + /// + internal static string Options { + get { + return ResourceManager.GetString("Options", resourceCulture); + } + } + /// /// Looks up a localized string similar to &Delete. /// @@ -4554,6 +4140,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Panel Handle: {0}. + /// + internal static string PanelHandle { + get { + return ResourceManager.GetString("PanelHandle", resourceCulture); + } + } + /// /// Looks up a localized string similar to Panel Name. /// @@ -4563,6 +4158,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Password. + /// + internal static string Password { + get { + return ResourceManager.GetString("Password", resourceCulture); + } + } + /// /// Looks up a localized string similar to Password must contain at least {0} of the following characters: {1}. /// @@ -4626,6 +4230,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Place search bar above connection tree. + /// + internal static string PlaceSearchBarAboveConnectionTree { + get { + return ResourceManager.GetString("PlaceSearchBarAboveConnectionTree", resourceCulture); + } + } + /// /// Looks up a localized string similar to Please fill all fields. /// @@ -4644,6 +4257,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Port. + /// + internal static string Port { + get { + return ResourceManager.GetString("Port", resourceCulture); + } + } + /// /// Looks up a localized string similar to Port scan complete.. /// @@ -4680,6 +4302,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Prompt to unlock credential repositories on startup. + /// + internal static string PromptUnlockCredReposOnStartup { + get { + return ResourceManager.GetString("PromptUnlockCredReposOnStartup", resourceCulture); + } + } + /// /// Looks up a localized string similar to (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!). /// @@ -5337,15 +4968,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Hostname/IP. - /// - internal static string PropertyNameAddress { - get { - return ResourceManager.GetString("PropertyNameAddress", resourceCulture); - } - } - /// /// Looks up a localized string similar to All. /// @@ -5472,15 +5094,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Domain. - /// - internal static string PropertyNameDomain { - get { - return ResourceManager.GetString("PropertyNameDomain", resourceCulture); - } - } - /// /// Looks up a localized string similar to Desktop Composition. /// @@ -5553,15 +5166,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Icon. - /// - internal static string PropertyNameIcon { - get { - return ResourceManager.GetString("PropertyNameIcon", resourceCulture); - } - } - /// /// Looks up a localized string similar to Load Balance Info. /// @@ -5598,15 +5202,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Password. - /// - internal static string PropertyNamePassword { - get { - return ResourceManager.GetString("PropertyNamePassword", resourceCulture); - } - } - /// /// Looks up a localized string similar to Password protect. /// @@ -5616,24 +5211,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Port. - /// - internal static string PropertyNamePort { - get { - return ResourceManager.GetString("PropertyNamePort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Protocol. - /// - internal static string PropertyNameProtocol { - get { - return ResourceManager.GetString("PropertyNameProtocol", resourceCulture); - } - } - /// /// Looks up a localized string similar to PuTTY Session. /// @@ -5886,15 +5463,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Username. - /// - internal static string PropertyNameUsername { - get { - return ResourceManager.GetString("PropertyNameUsername", resourceCulture); - } - } - /// /// Looks up a localized string similar to Use VM ID. /// @@ -5904,15 +5472,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to View Only. - /// - internal static string PropertyNameViewOnly { - get { - return ResourceManager.GetString("PropertyNameViewOnly", resourceCulture); - } - } - /// /// Looks up a localized string similar to VM ID. /// @@ -5967,6 +5526,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Protocol. + /// + internal static string Protocol { + get { + return ResourceManager.GetString("Protocol", resourceCulture); + } + } + /// /// Looks up a localized string similar to Protocol Event Disconnected. Host: "{1}"; Protocol: "{2}" Message: "{0}". /// @@ -6058,15 +5626,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Panel Handle: {0}. - /// - internal static string PuttyParentHandle { - get { - return ResourceManager.GetString("PuttyParentHandle", resourceCulture); - } - } - /// /// Looks up a localized string similar to Putty Resize Failed!. /// @@ -6517,6 +6076,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version.. + /// + internal static string RdpProtocolVersionNotSupported { + get { + return ResourceManager.GetString("RdpProtocolVersionNotSupported", resourceCulture); + } + } + /// /// Looks up a localized string similar to RDP reconnection count:. /// @@ -6608,7 +6176,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Rdp Set Redirection Failed!. + /// Looks up a localized string similar to RDP Set Redirection Failed!. /// internal static string RdpSetRedirectionFailed { get { @@ -6617,7 +6185,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Rdp Set Redirect Keys Failed!. + /// Looks up a localized string similar to RDP Set Redirect Keys Failed!. /// internal static string RdpSetRedirectKeysFailed { get { @@ -6798,6 +6366,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to The selected repository is unlocked. + /// + internal static string RepositoryIsUnlocked { + get { + return ResourceManager.GetString("RepositoryIsUnlocked", resourceCulture); + } + } + /// /// Looks up a localized string similar to Rlogin. /// @@ -6843,6 +6420,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Save connections after every edit. + /// + internal static string SaveConnectionsAfterEveryEdit { + get { + return ResourceManager.GetString("SaveConnectionsAfterEveryEdit", resourceCulture); + } + } + /// /// Looks up a localized string similar to Do you want to save the current connections file before loading another?. /// @@ -6915,6 +6501,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Server '{0}' was not accessible.. + /// + internal static string ServerNotAccessible { + get { + return ResourceManager.GetString("ServerNotAccessible", resourceCulture); + } + } + /// /// Looks up a localized string similar to Get Sessions Background failed. /// @@ -7041,33 +6636,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Aspect. - /// - internal static string SmartSizeModeAspect { - get { - return ResourceManager.GetString("SmartSizeModeAspect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Free. - /// - internal static string SmartSizeModeFree { - get { - return ResourceManager.GetString("SmartSizeModeFree", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No SmartSize. - /// - internal static string SmartSizeModeNone { - get { - return ResourceManager.GetString("SmartSizeModeNone", resourceCulture); - } - } - /// /// Looks up a localized string similar to Socks 5. /// @@ -7104,6 +6672,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Source. + /// + internal static string Source { + get { + return ResourceManager.GetString("Source", resourceCulture); + } + } + /// /// Looks up a localized string similar to Special Keys. /// @@ -7248,6 +6825,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Stack trace. + /// + internal static string StackTrace { + get { + return ResourceManager.GetString("StackTrace", resourceCulture); + } + } + /// /// Looks up a localized string similar to First IP. /// @@ -7311,15 +6897,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Appearance. - /// - internal static string TabAppearance { - get { - return ResourceManager.GetString("TabAppearance", resourceCulture); - } - } - /// /// Looks up a localized string similar to Tabs && Panels. /// @@ -7356,6 +6933,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Test connection. + /// + internal static string TestConnection { + get { + return ResourceManager.GetString("TestConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Testing connection. + /// + internal static string TestingConnection { + get { + return ResourceManager.GetString("TestingConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Test Settings. + /// + internal static string TestSettings { + get { + return ResourceManager.GetString("TestSettings", resourceCulture); + } + } + /// /// Looks up a localized string similar to The following:. /// @@ -7383,15 +6987,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to General. - /// - internal static string ThemeCategoryGeneral { - get { - return ResourceManager.GetString("ThemeCategoryGeneral", resourceCulture); - } - } - /// /// Looks up a localized string similar to The background colour of the config panel.. /// @@ -7800,18 +7395,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Try to integrate. /// - internal static string TryIntegrate { + internal static string TryToIntegrate { get { - return ResourceManager.GetString("TryIntegrate", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Try to integrate. - /// - internal static string TryToIntegrateColumnHeader { - get { - return ResourceManager.GetString("TryToIntegrateColumnHeader", resourceCulture); + return ResourceManager.GetString("TryToIntegrate", resourceCulture); } } @@ -7860,6 +7446,42 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to An unhandled exception has occurred. + /// + internal static string UnhandledExceptionOccured { + get { + return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unlock. + /// + internal static string Unlock { + get { + return ResourceManager.GetString("Unlock", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unlock Credential Repository. + /// + internal static string UnlockCredentialRepository { + get { + return ResourceManager.GetString("UnlockCredentialRepository", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Unlocking. + /// + internal static string Unlocking { + get { + return ResourceManager.GetString("Unlocking", resourceCulture); + } + } + /// /// Looks up a localized string similar to Unnamed Theme. /// @@ -7896,15 +7518,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Check failed. - /// - internal static string UpdateCheckFailedLabel { - get { - return ResourceManager.GetString("UpdateCheckFailedLabel", resourceCulture); - } - } - /// /// Looks up a localized string similar to Checking for updates.... /// @@ -8041,6 +7654,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Username. + /// + internal static string Username { + get { + return ResourceManager.GetString("Username", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use the same username and password. /// @@ -8077,6 +7699,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to View Only. + /// + internal static string ViewOnly { + get { + return ResourceManager.GetString("ViewOnly", resourceCulture); + } + } + /// /// Looks up a localized string similar to VNC. /// @@ -8158,6 +7789,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Wait for exit. + /// + internal static string WaitForExit { + get { + return ResourceManager.GetString("WaitForExit", resourceCulture); + } + } + /// /// Looks up a localized string similar to Warn me if authentication fails. /// @@ -8212,6 +7852,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Working directory:. + /// + internal static string WorkingDirectory { + get { + return ResourceManager.GetString("WorkingDirectory", resourceCulture); + } + } + /// /// Looks up a localized string similar to XULrunner path:. /// @@ -8229,68 +7878,5 @@ namespace mRemoteNG { return ResourceManager.GetString("Yes", resourceCulture); } } - - /// - /// Looks up a localized string similar to Test connection. - /// - internal static string TestConnection { - get { - return ResourceManager.GetString("TestConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Testing connection. - /// - internal static string TestingConnection { - get { - return ResourceManager.GetString("TestingConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Test Settings. - /// - internal static string TestSettings { - get { - return ResourceManager.GetString("TestSettings", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to An unhandled exception has occurred. - /// - internal static string UnhandledExceptionOccured { - get { - return ResourceManager.GetString("UnhandledExceptionOccured", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unlock. - /// - internal static string Unlock { - get { - return ResourceManager.GetString("Unlock", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unlock Credential Repository. - /// - internal static string UnlockCredentialRepository { - get { - return ResourceManager.GetString("UnlockCredentialRepository", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unlocking. - /// - internal static string Unlocking { - get { - return ResourceManager.GetString("Unlocking", resourceCulture); - } - } } } diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 69dd71cf3..0533d6658 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -129,12 +129,6 @@ Aktivita - - Nové připojení - - - Nová složka - Operace přidání uzlu (AddNodeFromXML) selhala! @@ -207,16 +201,16 @@ Výchozí vlastnosti - + Odpojit - + Ikona &Importovat - + Z nadřazené @@ -250,28 +244,22 @@ Prosím použijte Soubor - Otevřít seznam spojení... pro načtení souboru s Nelze scanovat porty, IP adresa má nesprávný tvar! - + Vzhled - + Spojení - - Autentizace - Zobrazení Brána - - Všeobecné - Různé - + Protokol @@ -280,10 +268,7 @@ Prosím použijte Soubor - Otevřít seznam spojení... pro načtení souboru s Vždy zobrazit tento dialog při startu - - Obnovit - - + Kontrola selhala! @@ -338,18 +323,9 @@ VncSharp Control verze {0} Automaticky obnovit připojení v případě přerušení spojení se serverem(pouze RDP && ICA) - - Doména - Tuto zprávu příště nezobrazovat. - - Dle nadřazené - - - Heslo - Tento proxy server vyžaduje autentizaci @@ -362,10 +338,10 @@ VncSharp Control verze {0} Pro spojení použít proxy server - + Login - + Čekat na logout @@ -389,27 +365,15 @@ VncSharp Control verze {0} Sbalit vše - + Přepínače (parametry) - - Zobrazené jméno - - + Jméno souboru - - Host/IP - Zpráva - - Login - - - Čekat na logout - E&xit {0} @@ -753,9 +717,6 @@ Otevírám nový prázdný soubor seznamu spojení. Automaticky obnovit spojení - - Spojení - Vlastnosti externích nástrojů @@ -867,9 +828,6 @@ Otevírám nový prázdný soubor seznamu spojení. Ukončení Int App Process selhalo! - - Handler Panelu : {0} - Metoda Int App Resize selhala! @@ -879,54 +837,27 @@ Otevírám nový prázdný soubor seznamu spojení. Int App Název: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Adresa: - - Parametry: - - - Change Log: - Když se ukončují spojení: &Připojit: - + Zobrazený název: - - Doména: - - - Název souboru: + + Doména Hostitel: - - Možnosti: - - - Heslo: - - - Port: - Přenosná verze - - Protokol: - Pro konfiguraci sezení PuTTY stiskněte toto tlačítko: @@ -945,15 +876,9 @@ Otevírám nový prázdný soubor seznamu spojení. Stav Serveru: - + Databáze: - - Databáze: - - - Login: - Verifikuj: @@ -996,9 +921,6 @@ Otevírám nový prázdný soubor seznamu spojení. http://www.dotnetmagic.com/ - - O aplikaci - Nový panel spojení @@ -1008,30 +930,21 @@ Otevírám nový prázdný soubor seznamu spojení. Nastavení - - Připojit - Panely - - Spojení - Nastavení spojení Kopírovat - + Ctrl-Alt-Del - + Ctrl-Esc - - Smazat... - Smazat spojení... @@ -1041,15 +954,9 @@ Otevírám nový prázdný soubor seznamu spojení. Smazat složku... - - Odpojit - Přispějte - - Klonovat - Klonovat připojení @@ -1071,12 +978,6 @@ Otevírám nový prázdný soubor seznamu spojení. &Soubor - - Celá obrazovka - - - Celá obrazovka (RDP) - &Nápověda @@ -1110,7 +1011,7 @@ Otevírám nový prázdný soubor seznamu spojení. Otevřít soubor seznamu spojení... - + Možnosti @@ -1152,9 +1053,6 @@ Otevírám nový prázdný soubor seznamu spojení. Uložit seznam spojení jako... - - Snímek obrazovky - Správa snímků obrazovek @@ -1197,7 +1095,7 @@ Otevírám nový prázdný soubor seznamu spojení. &Zobrazení - + Pouze prohlížet (VNC) @@ -1248,9 +1146,6 @@ Otevírám nový prázdný soubor seznamu spojení. Nebyla specifikována ext. aplikace. - - (žádné) - (žádné) @@ -1495,7 +1390,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Vložte vaše uživatelské jméno pro autentizaci vůči proxy serveru. - + Hostname/DN/IP @@ -1528,9 +1423,6 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Pozadí plochy - - Doména - Pokroč. plocha (Aero) @@ -1552,9 +1444,6 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Externí nástroj před spoj. - - Ikona - Load Balance Info @@ -1567,15 +1456,12 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Panel - + Heslo - + Port - - Protokol - Konfigurace PuTTY @@ -1633,12 +1519,6 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Poznámka - - Login jméno - - - Jen sledovat - Adresa proxy @@ -1687,7 +1567,7 @@ Zpráva: Ukončení procesu PuTTY selhalo! - + Panel Handle: {0} @@ -1850,7 +1730,7 @@ Zpráva: Metoda GetSessions selhala! - Počet pokusů o znovunavázání spojení RDP: + Metoda RDP Počet pokusů o znovunavázání spojení RDP: Metoda RDP SetAuthenticationLevel selhala! @@ -1880,10 +1760,10 @@ Zpráva: Metoda RDP SetProps selhala! - Metoda Rdp Set Redirection selhala! + Metoda RDP Set Redirection selhala! - Nastavení přesměrování klávesových zkratek (Rdp Set Redirect Keys) selhalo! + Metoda RDP Nastavení přesměrování klávesových zkratek (Rdp Set Redirect Keys) selhalo! Metoda RDP SetResolution selhala! @@ -1987,15 +1867,6 @@ Zpráva: Kliknutím na již otevřené spojení v seznamu přepne na jeho tab záložku - - Konst. poměr stran - - - Volné - - - Nepoužívat auto resize - Socks 5 @@ -2056,9 +1927,6 @@ Zpráva: Pokročilé - - Vzhled - Taby && Panely @@ -2077,9 +1945,6 @@ Zpráva: Panel spojení - - Všeobecné - Barva pozadí konfiguračního panelu. @@ -2206,7 +2071,7 @@ Zpráva: Přenos selhal! - + Zkouším integrovat @@ -2233,9 +2098,6 @@ Zpráva: Informace o aktualizacích nemohly být staženy. - - Vyhledání aktualizací selhalo! - Vyhledávám aktualizace... diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index ebcbb6664..ccbb79c8f 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -126,12 +126,6 @@ Aktivität - - Neue Verbindung - - - Neuer Ordner - Das Laden des Knotens über XML ist fehlgeschlagen! @@ -204,16 +198,16 @@ Standardeigenschaften - + Trennen - + Symbol &Importieren - + Vererbung @@ -244,28 +238,22 @@ Bitte verwenden Sie Datei - Verbindungen laden für normale Verbindungsdateien!< Die eingegebenen IP-Daten sind ungültig, kann den Port Scan nicht starten. - + Aussehen - + Verbindung - - Anmeldedaten - Anzeige Gateway - - Allgemein - Verschiedenes - + Protokoll @@ -274,10 +262,7 @@ Bitte verwenden Sie Datei - Verbindungen laden für normale Verbindungsdateien!< Diesen Bildschirm bei jedem Start anzeigen - - Aktualisieren - - + Prüfung fehlgeschlagen! @@ -333,18 +318,9 @@ VncSharp Control Version {0} Automatisch versuchen zu verbinden, wenn Verbindung getrennt wird (nur RDP && ICA) - - Domäne - Diese Nachricht nicht erneut zeigen. - - Vererbung - - - Passwort - Benutze Authentifizierung @@ -357,10 +333,10 @@ VncSharp Control Version {0} Proxy für automatische Updates verwenden - + Benutzername - + Auf Beendigung warten @@ -384,27 +360,15 @@ VncSharp Control Version {0} Alle Ordner schließen - + Parameter - - Anzeigename - - + Dateiname - - Hostname/IP - Nachricht - - Benutzername - - - Auf Beendigung warten - Die Kommandozeilenparameter konnten nicht ausgewertet werden! @@ -691,9 +655,6 @@ Starte mit neuer Datei. Automatisches Wiederverbinden - - Verbindung - Eigenschaften des externen Programmes @@ -772,9 +733,6 @@ Starte mit neuer Datei. Beenden des Internen Programmes fehlgeschlagen! - - Panel Handle: {0} - Internes Programm Größenanpassung fehlgeschlagen! @@ -784,54 +742,27 @@ Starte mit neuer Datei. Internes Programm Titel: {0} - - STRG-ALT-ENTF - - - STRG-ESC - Addresse: - - Parameter: - - - Veränderungsprotokoll: - Beim Schließen der Verbindungen: &Verbinden: - + Anzeigename - - Domäne: - - - Dateiname: + + Domäne Hostname: - - Optionen: - - - Passwort: - - - Port: - Portable Edition - - Protokoll: - Klicken Sie hier, um die PuTTY-Sitzung zu konfigurieren: @@ -850,15 +781,9 @@ Starte mit neuer Datei. Serverstatus: - + Datenbank: - - Datenbank: - - - Benutzername: - Überprüfen: @@ -895,9 +820,6 @@ Starte mit neuer Datei. Benutzt die Magic Bibliothek von [Crownwood Software] - - Über - Verbindungs-Panel hinzufügen @@ -907,30 +829,21 @@ Starte mit neuer Datei. Konfiguration - - Verbinden - Verbindungs-Panels - - Verbindungen - Verbindungen und Konfiguration Kopieren - + STRG-ALT-ENTF - + STRG-ESC - - Löschen - Verbindung löschen @@ -940,15 +853,9 @@ Starte mit neuer Datei. Ordner löschen - - Trennen - Spenden - - Duplizieren - Verbindung duplizieren @@ -970,12 +877,6 @@ Starte mit neuer Datei. &Datei - - Vollbild - - - Vollbild (RDP) - &Hilfe @@ -1006,7 +907,7 @@ Starte mit neuer Datei. Verbindungsdatei öffnen - + Optionen @@ -1048,9 +949,6 @@ Starte mit neuer Datei. Verbindungsdatei speichern unter - - Bildschirmschnappschuss - Bildschirmschnappschuss-Verwaltung @@ -1090,7 +988,7 @@ Starte mit neuer Datei. &Ansicht - + View-Only-Modus @@ -1135,9 +1033,6 @@ Starte mit neuer Datei. Kein externes Programm definiert! - - keine Anmeldeinformationen - Keine Angabe @@ -1334,7 +1229,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Geben Sie Ihren Benutzernamen ein. - + Hostname/IP @@ -1364,9 +1259,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Hintergrundbild anzeigen - - Domäne - Desktopgestaltung @@ -1388,9 +1280,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Externes Programm vorher - - Symbol - MAC-Adresse @@ -1400,15 +1289,12 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Panel - + Passwort - + Port - - Protokoll - PuTTY-Sitzung @@ -1466,12 +1352,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Benutzerfeld - - Benutzername - - - View-Only - Proxy-Adresse @@ -1519,7 +1399,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Beenden von PuTTY fehlgeschlagen! - + Panel Handle: {0} @@ -1813,15 +1693,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Ein einzelner Klick auf eine geöffnete Verbindung springt zu dieser - - Aspekt - - - verfügbar - - - Kein SmartSize - Socks 5 @@ -1882,9 +1753,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Erweitert - - Aussehen - Tabs && Panele @@ -1903,9 +1771,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Connections Panel - - Allgemein - Die Hintergrundfarbe des Config-Panels. @@ -2029,7 +1894,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Übertragung fehlgeschlagen! - + Integration versuchen @@ -2216,9 +2081,6 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Tastatur - - Prüfung fehlgeschlagen - Nach Updates suchen... @@ -2612,7 +2474,7 @@ Development umfasst Alphas, Betas und Release Candidates. Iterationen der Ableitungsfunktion - + UTF8-Kodierung für RDP Eigenschaft "Load Balance Info" verwenden diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteV1/Resources/Language/Language.el.resx index 142275519..04ca83ab3 100644 --- a/mRemoteV1/Resources/Language/Language.el.resx +++ b/mRemoteV1/Resources/Language/Language.el.resx @@ -126,12 +126,6 @@ Δραστηριότητα - - Νέα σύνδεση - - - Νέος φάκελος - AddNodeFromXML απέτυχε! @@ -201,16 +195,16 @@ Προεπιλεγμένες ιδιότητες - + Αποσύνδεση - + Εικονίδιο &Εισαγωγή - + Κληρονομιά @@ -241,28 +235,22 @@ Δεν είναι δυνατή η εκκίνηση της σάρωσης υποδοχων, εσφαλμένη μορφή IP! - + Εμφάνιση - + Σύνδεση - - Πιστοποιήσεις - Οθόνη Πύλη - - Γενική - Διάφορα - + Πρωτόκολλο @@ -271,10 +259,7 @@ Πάντα εμφάνιση αυτής της οθόνης κατά την εκκίνηση - - Ανανέωση - - + Ο ελέγχος απέτυχε! diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 6a938193f..265eff308 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -259,9 +259,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Under the root{0}{1}|Under the selected folder{0}{2} - - None - None diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteV1/Resources/Language/Language.es-AR.resx index 576b4a81b..9273135cc 100644 --- a/mRemoteV1/Resources/Language/Language.es-AR.resx +++ b/mRemoteV1/Resources/Language/Language.es-AR.resx @@ -126,10 +126,10 @@ Propiedades por defecto - + Desconectar - + Icono @@ -150,9 +150,6 @@ Probar Proxy - - Credenciales - Varios @@ -175,18 +172,9 @@ VncSharp Control {0} Intentar reconectar automáticamente cuando se desconecte (solo para RDP && ICA) - - Dominio - No mostrar este mensaje de nuevo. - - Herencia - - - Contraseña - Este servidor proxy requiere autenticación @@ -199,10 +187,10 @@ VncSharp Control {0} Usar un servidor proxy para conectarse - + Usuario - + Esperar a Salir diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index 7ce51eb4c..807f09c89 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -126,12 +126,6 @@ Actividad - - Nueva Conexión - - - Nueva Carpeta - ¡Adición de Nodo desde XML fallida! @@ -204,16 +198,16 @@ Propiedades por Defecto - + Desconectar - + Icono &Importar - + Herencia @@ -244,28 +238,22 @@ ¡No puede iniciarse el Escáner de Puertos, incorrecto formato IP! - + Apariencia - + Conexión - - Credenciales - Pantalla Puerta de Enlace - - General - Varios - + Protocolo @@ -274,10 +262,7 @@ Mostrar siempre esta pantalla en el inicio - - Actualizar - - + Comprobación fallida! @@ -332,18 +317,9 @@ Versión de Control {0} de VncSharp Tratar de reconectar automáticamente al ser desconectado del servidor (solo RDP && ICA) - - Dominio - No mostar este mensaje de nuevo. - - Herencia - - - Contraseña - Este servidor procy requiere autentificación @@ -356,10 +332,10 @@ Versión de Control {0} de VncSharp Usar servidor proxy para conectar - + Nombre de Usuario - + Esperar a Salir @@ -383,27 +359,15 @@ Versión de Control {0} de VncSharp Contraer todas las carpetas - + Argumentos - - Nombre Mostrado - - + Nombre de Archivo - - Nombre del Host/IP - Mensaje - - Nombre de Usuario - - - Esperar a Salir - ¡No se pudieron procesar los argumentos de línea de comandos! @@ -678,9 +642,6 @@ Arrancando con un nuevo archivo de conexiones. Reconexión Automática - - Conexión - Propiedades de la Herramienta Externa @@ -756,9 +717,6 @@ Arrancando con un nuevo archivo de conexiones. ¡Fallo en el proceso de detención de la aplicación interna! - - Manejar el panel: {0} - ¡Fallo al redimensionar la aplicación interna! @@ -768,54 +726,27 @@ Arrancando con un nuevo archivo de conexiones. Título Int App: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Dirección: - - Argumentos: - - - Registro de cambios: - Al cerrar las conexiones: &Conectar: - + Nombre Mostrado - - Dominio: - - - Nombre de Archivo: + + Dominio Nombre del Host: - - Opciones: - - - Contraseña: - - - Puerto: - Edición Portable - - Protocolo: - Para configurar las conexiones PuTTY hacer clic en este botón: @@ -834,15 +765,9 @@ Arrancando con un nuevo archivo de conexiones. Estado de Servidor: - + Base de Datos: - - Base de Datos: - - - Nombre de Usuario: - Verificar: @@ -879,9 +804,6 @@ Arrancando con un nuevo archivo de conexiones. Emplea la librería Magic de [Crownwood Software] - - Acerca de - Agregar Panel de Conexión @@ -891,30 +813,21 @@ Arrancando con un nuevo archivo de conexiones. Configuración - - Conectar - Paneles de Conexión - - Conexiones - Conexiones y Configuración Copiar - + Ctrl-Alt-Del - + Ctrl-Esc - - Borrar... - Borrar Conexión... @@ -924,15 +837,9 @@ Arrancando con un nuevo archivo de conexiones. Borrar Carpeta... - - Desconectar - Donar - - Duplicar - Duplicar Conexión @@ -954,12 +861,6 @@ Arrancando con un nuevo archivo de conexiones. &Archivo - - Pantalla Completa - - - Pantalla Completa (RDP) - &Ayuda @@ -993,7 +894,7 @@ Arrancando con un nuevo archivo de conexiones. Abrir Archivo de Conexión... - + Opciones @@ -1035,9 +936,6 @@ Arrancando con un nuevo archivo de conexiones. Guardar Archivo de Conexión como... - - Captura de Pantalla - Administrador de Capturas de Pantalla @@ -1077,7 +975,7 @@ Arrancando con un nuevo archivo de conexiones. &Ver - + Solo Ver (VNC) @@ -1122,9 +1020,6 @@ Arrancando con un nuevo archivo de conexiones. App Externa no especificada. - - Ninguno - Ninguno @@ -1321,7 +1216,7 @@ Arrancando con un nuevo archivo de conexiones. Introduzca su nombre de usuario de autentificación en el proxy. - + Nombre del host/IP @@ -1351,9 +1246,6 @@ Arrancando con un nuevo archivo de conexiones. Mostrar Fondo de Pantalla - - Dominio - Composición de Escritorio @@ -1375,9 +1267,6 @@ Arrancando con un nuevo archivo de conexiones. Antes de la Herramienta Externa - - Icono - Dirección MAC @@ -1387,15 +1276,12 @@ Arrancando con un nuevo archivo de conexiones. Panel - + Contraseña - + Puerto - - Protocolo - Sesión PuTTY @@ -1456,12 +1342,6 @@ Arrancando con un nuevo archivo de conexiones. Campo de Usuario - - Nombre de Usuario - - - Sólo Ver - Dirección del Proxy @@ -1503,7 +1383,7 @@ Mensaje: ¡Kill del Proceso Putty fallido! - + Manejar el panel: {0} @@ -1782,15 +1662,6 @@ Mensaje: Un solo clic en una conexión abierta cambia a ella - - Aspecto - - - Libre - - - Sin SmartSize - Socks 5 @@ -1848,9 +1719,6 @@ Mensaje: Avanzado - - Apariencia - Pestañas && Paneles @@ -1869,9 +1737,6 @@ Mensaje: Panel de conexiones - - General - El color de fondo del panel de configuración. @@ -1923,7 +1788,7 @@ Mensaje: ¡Tranferencia fallida! - + Intentar integrar diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index 1cf182d6f..c9646f876 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -126,12 +126,6 @@ Activité - - Nouvelle connexion - - - Nouveau dossier - AddNodeFromXML a échoué ! @@ -204,16 +198,16 @@ Propriétés par défaut - + Déconnexion - + Icône &Importer - + Héritage @@ -244,28 +238,22 @@ Veuillez utiliser le menu Fichier - Ouvrir un fichier de connexion pour les fich Impossible de démarrer le scan de port, format d'addresse IP incorrect ! - + Apparence - + Connexion - - Identifiants - Affichage Passerelle - - Général - Autre - + Protocole @@ -274,10 +262,7 @@ Veuillez utiliser le menu Fichier - Ouvrir un fichier de connexion pour les fich Toujours afficher cet écran au démarrage - - Actualiser - - + Vérification échouée ! @@ -322,18 +307,9 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Reconnexion automatique en cas de déconnexion du serveur (RDP seulement) - - Domaine - Ne plus afficher ce message. - - Héritage - - - Mot de passe - Ce serveur proxy requiert une authentification @@ -346,10 +322,10 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Utiliser un serveur proxy pour se connecter - + Nom d'utilisateur - + En attente de fermeture @@ -373,27 +349,15 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Réduire tous les dossiers - + Arguments - - Nom Affiché - - + Nom du fichier - - Nom d'hôte/IP - Message - - Nom d'utilisateur - - - Attendre avant de quitter - Impossible de convertir les arguments de la ligne de commande ! @@ -671,9 +635,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Reconnexion automatique - - Connexion - Propriétés de l'outil externe @@ -752,9 +713,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Échec de l'arrêt forcé du Processus Int App ! - - Handle Panneau: {0} - Échec du redimensionnement Int App ! @@ -764,54 +722,27 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Titre Int App: {0} - - CTRL-ALT-DEL - - - CTRL-Échap - Adresse : - - Arguments : - - - Historique des changements : - Lors de la fermeture des connexions : &Connecter: - + Nom Affiché - - Domaine : - - - Nom du fichier : + + Domaine Nom d'hôte : - - Options : - - - Mot de passe : - - - Port : - Édition Portable - - Protocole : - Pour configurer les sessions PuTTY cliquez sur ce bouton : @@ -830,15 +761,9 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, L'état du serveur : - + Base de données : - - Base de données : - - - Nom d'utilisateur : - Vérifier : @@ -875,9 +800,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Utilise la bibliothèque Magic [Crownwood Software] - - À propos - Ajouter un panneau de connexion @@ -887,30 +809,21 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Configuration - - Connecter - Panneaux de connexion - - Connexions - Connexions et configuration Copier - + Ctrl-Alt-Del - + Ctrl-Échap - - Supprimer... - Supprimer la connexion... @@ -920,15 +833,9 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Supprimer le dossier... - - Déconnecter - Faire un don - - Dupliquer - Dupliquer la connexion @@ -950,12 +857,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, &Fichier - - Plein écran - - - Plein écran (RDP) - &Aide @@ -989,7 +890,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Ouvrir un fichier de connexion... - + Options @@ -1031,9 +932,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Enregistrer le fichier de connexions sous... - - Captures d'écran - Gestionnaire de Capture d'écran @@ -1073,7 +971,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, &Affichage - + Voir seulement (VNC) @@ -1118,9 +1016,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Pas d'application externe spécifiée. - - Aucun - Aucun @@ -1317,7 +1212,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Entrez votre nom d'utilisateur pour vous authentifier sur le proxy. - + Nom d'hôte / IP @@ -1347,9 +1242,6 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Afficher le Fond d'écran - - Domaine - Composition du bureau @@ -1371,9 +1263,6 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Outil externe avant - - Icône - Adresse MAC @@ -1383,15 +1272,12 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Panneau - + Mot de passe - + Port - - Protocole - Session PuTTY @@ -1449,12 +1335,6 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Champ utilisateur - - Nom d'utilisateur - - - Voir seulement - Adresse proxy @@ -1502,7 +1382,7 @@ Message: Échec de la fermeture du processus Putty ! - + Handle Panneau : {0} @@ -1799,15 +1679,6 @@ Message: Un simple clic sur une connexion ouverte nous renvoie dessus - - Apparence - - - Gratuit - - - Pas de taille intelligente - Socks 5 @@ -1868,9 +1739,6 @@ Message: Avancée - - Apparence - Onglets && Panneaux @@ -1889,9 +1757,6 @@ Message: Panneau de connexions - - Générale - La couleur de fond du panneau de configuration. @@ -2015,7 +1880,7 @@ Message: Échec du transfert ! - + Essayer d'intégrer diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteV1/Resources/Language/Language.hu.resx index f4e70ad9f..7518a583b 100644 --- a/mRemoteV1/Resources/Language/Language.hu.resx +++ b/mRemoteV1/Resources/Language/Language.hu.resx @@ -126,12 +126,6 @@ Tevékenység - - Új kapcsolat - - - Új mappa - Mindig @@ -171,10 +165,10 @@ Be&zár - + Kapcsolat bontása - + Ikon @@ -195,57 +189,42 @@ Helytelen IP cím, a port szkennelés nem indítható! - + Megjelenés - + Kapcsolat - - Hitelesítés - Képernyő Átjáró - - Általános - Egyéb - + Protokoll Átirányítás - + Az ellenőrzés sikertelen! Az ellenőrzés sikeres! - - Tartomány - Többé ne mutasd ezt az üzenetet. - + Fájlnév - - Kiszolgálónév/IP cím - Üzenet - - Felhasználónév - Nem értelmezhető parancssori argumentum! @@ -285,54 +264,27 @@ Importálás/Exportálás - - CTRL-ALT-DEL - - - CONTROL-ESC - Cím: - + Megjelenítendő név - - Tartomány: - - - Fájlnév: + + Tartomány Hosztnév: - - Opciók: - - - Jelszó: - - - Port: - Hordozható kiadás - - Protokoll: - Szerver állapot: - + Adatbázis: - - Adatbázis: - - - Felhasználónév: - Ellenőrzés: @@ -342,9 +294,6 @@ (Automatikus észlelés) - - Névjegy - Frissítés keresése @@ -366,7 +315,7 @@ Kapcsolatfájl megnyitása... - + Opciók @@ -396,9 +345,6 @@ Kapcsolatfájl mentése, mint... - - Képernyőmentés - Képernyőmentés kezelő diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index 07df9ef9b..a2bbbac59 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -126,12 +126,6 @@ Attività - - Nuova connessione - - - Nuova cartella - Operazione AddNodeFromXML fallita! @@ -204,16 +198,16 @@ Proprietà predefinite - + Disconnetti - + Icona &Importa - + Ereditarietà @@ -244,28 +238,22 @@ Per favore usare File -> Carica connessioni per i file delle connessioni norm Impossibile eseguire una scansione delle porte, il formato IP non è corretto! - + Aspetto - + Connessione - - Credenziali - Schermo Gateway - - Generale - Altro - + Protocollo @@ -274,10 +262,7 @@ Per favore usare File -> Carica connessioni per i file delle connessioni norm Mostra sempre questa schermata all'avvio - - Aggiorna - - + Controllo fallito! @@ -331,18 +316,9 @@ VncSharp Control versione {0} Prova a riconnettersi automaticamente quando disconnesso (solo RDP ed ICA) - - Dominio - Non visualizzare più questo messaggio. - - Ereditarietà - - - Password - Questo proxy richiede l'autenticazione @@ -355,10 +331,10 @@ VncSharp Control versione {0} Utilizza un proxy per la connessione - + Nome utente - + Attendi l'uscita @@ -382,27 +358,15 @@ VncSharp Control versione {0} Comprimi tutte le cartelle - + Argomenti - - Nome visualizzato - - + Nome del file - - Nome host / IP - Messaggio - - Nome utente - - - Attendi l'uscita - Impossibile processare i parametri da linea di comando! @@ -674,9 +638,6 @@ Creazione di un nuovo file delle connessioni. Riconnetti automaticamente - - Connessione - Proprietà dell'applicazione esterna @@ -752,9 +713,6 @@ Creazione di un nuovo file delle connessioni. Operazione Killing Int App Process fallita! - - Panel handle: {0} - Int App Resize fallito! @@ -764,54 +722,27 @@ Creazione di un nuovo file delle connessioni. Int App Title: {0} - - CTRL-ALT-CANC - - - CTRL-ESC - Indirizzo: - - Argomenti: - - - Modifiche recenti: - Alla chiusura delle connessioni: &Connetti: - + Nome visualizzato - - Dominio: - - - Nome del file: + + Dominio Nome host: - - Opzioni: - - - Password: - - - Porta: - Edizione Portable - - Protocollo: - Per configurare le sessioni PuTTY premere questo bottone: @@ -830,15 +761,9 @@ Creazione di un nuovo file delle connessioni. Stato del server: - + Database: - - Database: - - - Nome utente: - Verifica: @@ -875,9 +800,6 @@ Creazione di un nuovo file delle connessioni. Utilizza la libreria Magic di [Crownwood Software] - - Informazioni su - Aggiungi pannello delle connessioni @@ -887,30 +809,21 @@ Creazione di un nuovo file delle connessioni. Configurazione - - Connetti - Pannelli di connessione - - Connessioni - Connessioni e configurazione Copia - + Ctrl-Alt-Canc - + Ctrl-Esc - - Elimina... - Elimina connessione... @@ -920,15 +833,9 @@ Creazione di un nuovo file delle connessioni. Elimina cartella... - - Disconnetti - Effettua una donazione - - Duplica - Duplica connessione @@ -950,12 +857,6 @@ Creazione di un nuovo file delle connessioni. &File - - Schermo intero - - - Schermo intero (RDP) - &Aiuto @@ -989,7 +890,7 @@ Creazione di un nuovo file delle connessioni. Apri file delle connessioni... - + Opzioni @@ -1031,9 +932,6 @@ Creazione di un nuovo file delle connessioni. Salva file delle connessioni con nome... - - Screenshot - Gestore degli screenshot @@ -1073,7 +971,7 @@ Creazione di un nuovo file delle connessioni. &Visualizza - + Visualizza soltanto (VNC) @@ -1118,9 +1016,6 @@ Creazione di un nuovo file delle connessioni. Nessuna applicazione esterna specificata. - - Nessuna - Nessuno @@ -1316,7 +1211,7 @@ Creazione di un nuovo file delle connessioni. Inserire il nome utente per l'autenticazione con il proxy. - + Nome host / IP @@ -1346,9 +1241,6 @@ Creazione di un nuovo file delle connessioni. Visualizza sfondo - - Dominio - Composizione del desktop @@ -1370,9 +1262,6 @@ Creazione di un nuovo file delle connessioni. Applicazione esterna prima - - Icona - Indirizzo MAC @@ -1382,15 +1271,12 @@ Creazione di un nuovo file delle connessioni. Pannello - + Password - + Porta - - Protocollo - Sessione PuTTY @@ -1448,12 +1334,6 @@ Creazione di un nuovo file delle connessioni. Campo utente - - Nome utente - - - Visualizza soltanto - Indirizzo del proxy @@ -1502,7 +1382,7 @@ Messaggio: Operazione Killing Putty Process fallita! - + Panel Handle: {0} @@ -1796,15 +1676,6 @@ Messaggio: Singolo click sulla connessione aperta per passare ad essa - - Aspetto - - - Libero - - - Disattiva SmartSize - SOCKS 5 @@ -1862,9 +1733,6 @@ Messaggio: Avanzate - - Aspetto - Tab e pannelli @@ -1883,9 +1751,6 @@ Messaggio: Pannello connessioni - - Generale - Colore di sfondo del pannello configurazione. @@ -2009,7 +1874,7 @@ Messaggio: Trasferimento fallito! - + Prova ad integrare diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index 921f8ff7e..4b901d94b 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -129,12 +129,6 @@ Activity - - 新規接続 - - - 新しいフォルダー - AddNodeFromXMLは失敗しました @@ -208,16 +202,16 @@ デフォルトのプロパティ - + 切断 - + アイコン インポート(&I) - + Inheritance @@ -252,28 +246,22 @@ Please use File - Open Connection File for normal connection files! IPアドレスのフォーマットが正しくないのでポートスキャンの開始に失敗しました Cannot start Port Scan, incorrect IP format! - + 外観 - + 接続 - - 資格情報 - ディスプレイ ゲートウェイ - - 一般 - その他 - + プロトコル @@ -282,10 +270,7 @@ Please use File - Open Connection File for normal connection files! 開始時に常に表示 - - 更新 - - + 確認に失敗しました @@ -342,18 +327,9 @@ VncSharp Control Version {0} Automatically try to reconnect when disconnected from server (RDP && ICA only) - - ドメイン - このメッセージを再び表示しない - - Inheritance - - - パスワード - このプロキシーに接続するには資格情報が必要です @@ -366,10 +342,10 @@ VncSharp Control Version {0} プロキシーサーバーを使用する - + ユーザー名 - + 終了まで待機する @@ -395,27 +371,15 @@ VncSharp Control Version {0} すべてのフォルダを折りたたむ - + パラメータ - - ディスプレイ名 - - + ファイル名 - - ホスト名/IP - メッセージ - - ユーザー名 - - - 終了まで待機する - {0}を終了(&X) E&xit {0} @@ -763,9 +727,6 @@ Starting with new connections file. 自動的に再接続する - - 接続 - 外部ツールプロパティ @@ -877,9 +838,6 @@ Starting with new connections file. Killing Int App Process failed! - - Panel Handle: {0} - Int App Resize failed! @@ -889,54 +847,27 @@ Starting with new connections file. Int App Title: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - アドレス: - - パラメータ: - - - 履歴: - 切断時: 接続(&C): - + ディスプレイ名 - - ドメイン: - - - ファイル名: + + ドメイン ホスト名: - - オプション: - - - パスワード: - - - ポート: - ポータブル - - プロトコル: - To configure PuTTY sessions click this button: @@ -956,15 +887,9 @@ Starting with new connections file. サーバーの状態: - + データベース: - - データベース: - - - ユーザー名: - 確認: @@ -1009,9 +934,6 @@ Starting with new connections file. http://www.dotnetmagic.com/ - - mRemoteNGについて - 接続表示パネルの追加 @@ -1021,30 +943,21 @@ Starting with new connections file. 設定 - - 接続する - 接続表示パネル - - 接続 - 接続と設定 コピー - + Ctrl-Alt-Del - + Ctrl-Esc - - 削除... - 接続を削除... @@ -1054,15 +967,9 @@ Starting with new connections file. フォルダを削除... - - 切断 - 寄付のお願い - - 複製 - 接続を複製する @@ -1084,12 +991,6 @@ Starting with new connections file. ファイル(&F) - - 全画面 - - - 全画面(RDP) - ヘルプ(&H) @@ -1123,7 +1024,7 @@ Starting with new connections file. 接続ファイルを開く... - + オプション @@ -1165,9 +1066,6 @@ Starting with new connections file. 接続ファイルを別名で保存... - - スクリーンキャプチャ - スクリーンキャプチャの管理 @@ -1211,7 +1109,7 @@ Starting with new connections file. 表示(&V) - + View Only (VNC) @@ -1262,9 +1160,6 @@ Starting with new connections file. No Ext. App specified. - - 情報がありません - なし @@ -1515,7 +1410,7 @@ If you run into such an error, please create a new connection file! Enter your username for authenticating against the proxy. - + ホスト名またはIPアドレス @@ -1548,9 +1443,6 @@ If you run into such an error, please create a new connection file! ウォールペーパーを表示 - - ドメイン - Desktop Composition @@ -1572,9 +1464,6 @@ If you run into such an error, please create a new connection file! External Tool Before - - アイコン - Load Balance Info @@ -1587,15 +1476,12 @@ If you run into such an error, please create a new connection file! パネル - + パスワード - + ポート - - プロトコル - PuTTYのセッション @@ -1653,12 +1539,6 @@ If you run into such an error, please create a new connection file! User Field - - ユーザー名 - - - 表示のみ - プロキシーのアドレス Proxy Address @@ -1709,7 +1589,7 @@ Message: Killing Putty Process failed! - + Panel Handle: {0} @@ -2016,15 +1896,6 @@ Message: Single click on opened connection switches to it - - Aspect - - - Free - - - No SmartSize - Socks 5 @@ -2085,9 +1956,6 @@ Message: 詳細設定 - - 外観 - タブとパネル @@ -2106,9 +1974,6 @@ Message: 接続パネル - - General - 設定パネルの背景色 @@ -2235,7 +2100,7 @@ Message: 転送中にエラーが発生しました - + Try to integrate @@ -2262,9 +2127,6 @@ Message: The update information could not be downloaded. - - 確認に失敗しました - 更新を確認しています… diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index 7afc0a2b1..03c127893 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -129,12 +129,6 @@ Activity - - 새 연결 - - - 새 폴더 - AddNodeFromXML 실패! @@ -207,16 +201,16 @@ 기본 속성 - + 연결 끊기 - + 아이콘 임포트(&I) - + 상속 @@ -250,28 +244,22 @@ Please use File - Load Connections for normal connection files! 포트 스캔을 시작 할 수 없습니다. 잘못된 IP 형식 입니다. - + 모양 - + 연결 - - 자격증명 - 표시 게이트웨이 - - 일반 - 기타 - + 프로토콜 @@ -280,10 +268,7 @@ Please use File - Load Connections for normal connection files! 시작시 항상 이 화면 표시 - - 새로 고침 - - + 검사 실패! @@ -338,18 +323,9 @@ VncSharp 제어 버전 {0} 서버와의 연결이 끊어지면 자동으로 다시 연결을 시도합니다 (RDP && ICA 만 해당). - - 도메인 - 이 메시지를 다시 표시 안 함. - - 상속 - - - 암호 - 이 프록시 서버에는 인증이 필요합니다 @@ -362,10 +338,10 @@ VncSharp 제어 버전 {0} 프록시 서버를 사용해서 연결 - + 사용자 이름 - + 종료까지 대기 @@ -527,27 +503,15 @@ VncSharp 제어 버전 {0} 프로토콜에서 제공하는 음질을 선택하십시오 : 동적, 중간, 높음 - + 인수 - - 표시 이름 - - + 파일 이름 - - 호스트 이름 / IP - 메시지 - - 사용자 이름 - - - 종료 대기 - 종료 (&X) {0} @@ -890,9 +854,6 @@ VncSharp 제어 버전 {0} 자동 다시 연결 - - 연결 - 외부 도구 속성 @@ -1004,9 +965,6 @@ VncSharp 제어 버전 {0} Killing Int App Process failed! - - 패널 핸들 : {0} - Int App Resize failed! @@ -1016,54 +974,27 @@ VncSharp 제어 버전 {0} Int App Title: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - 주소: - - 인수 : - - - 변경 로그 : - 연결을 닫을 때 : 연결(&C) - + 표시 이름 - - 도메인: - - - 파일 이름: + + 도메인 호스트 이름 : - - 옵션 : - - - 암호: - - - 포트: - 휴대용 버전 - - 프로토콜: - PuTTY 세션을 구성하려면이 단추를 누르십시오: @@ -1082,15 +1013,9 @@ VncSharp 제어 버전 {0} 서버 상태 : - + 데이터 베이스: - - 데이터 베이스: - - - 사용자 이름: - 검증: @@ -1133,9 +1058,6 @@ VncSharp 제어 버전 {0} http://www.dotnetmagic.com/ - - mRemoteNG정보 - 연결 패널 추가 @@ -1145,30 +1067,21 @@ VncSharp 제어 버전 {0} 구성 - - 연결 - 연결 패널 - - 연결 - 연결 및 구성 복사 - + Ctrl-Alt-Del - + Ctrl-Esc - - 삭제... - 연결 삭제 ... @@ -1178,15 +1091,9 @@ VncSharp 제어 버전 {0} 폴더 삭제 ... - - 연결 끊기 - 기부 - - 복제 - 중복 연결 @@ -1208,12 +1115,6 @@ VncSharp 제어 버전 {0} 파일(&F) - - 전체 화면 - - - 전체 화면 (RDP) - 도움말(&H) @@ -1247,7 +1148,7 @@ VncSharp 제어 버전 {0} 연결 파일 열기 ... - + 옵션 @@ -1289,9 +1190,6 @@ VncSharp 제어 버전 {0} 연결 파일 다른 이름으로 저장 ... - - 스크린 샷 - 스크린 샷 관리자 @@ -1334,7 +1232,7 @@ VncSharp 제어 버전 {0} 보기(&V) - + 보기 전용 (VNC) @@ -1385,9 +1283,6 @@ VncSharp 제어 버전 {0} No Ext. App specified. - - 없음 - 없음 @@ -1632,7 +1527,7 @@ VncSharp 제어 버전 {0} 프록시 인증을위한 사용자 이름을 입력하십시오. - + 호스트 이름 / IP @@ -1665,9 +1560,6 @@ VncSharp 제어 버전 {0} 바탕 화면 표시 - - 도메인 - 바탕 화면 구성 @@ -1689,9 +1581,6 @@ VncSharp 제어 버전 {0} External Tool Before - - 아이콘 - 로드 균형 정보 @@ -1704,15 +1593,12 @@ VncSharp 제어 버전 {0} 패널 - + 암호 - + 포트 - - 프로토콜 - PuTTY 세션 @@ -1770,12 +1656,6 @@ VncSharp 제어 버전 {0} 입력란 사용 - - 사용자 이름 - - - 보기 전용 - 프록시 주소 @@ -1824,7 +1704,7 @@ VncSharp 제어 버전 {0} PuTTY 프로세스를 죽이지 못했습니다! - + 패널 핸들 : {0} @@ -2124,15 +2004,6 @@ VncSharp 제어 버전 {0} 연결 트리에서 열린 연결을 한 번 클릭하면 열린 연결 탭으로 전환. - - Aspect - - - Free - - - SmartSize 사용안함 - Socks 5 @@ -2193,9 +2064,6 @@ VncSharp 제어 버전 {0} 고급 - - 모양 - 탭 & 패널 @@ -2214,9 +2082,6 @@ VncSharp 제어 버전 {0} 연결 패널 - - 일반 - 구성 패널의 배경색입니다. @@ -2343,7 +2208,7 @@ VncSharp 제어 버전 {0} 전송 실패! - + 통합 시도 @@ -2370,9 +2235,6 @@ VncSharp 제어 버전 {0} 업데이트 정보를 다운로드 할 수 없습니다. - - 확인 실패 - 업데이트 확인 중 ... diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 6a938193f..265eff308 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -259,9 +259,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Under the root{0}{1}|Under the selected folder{0}{2} - - None - None diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index 2baa3277c..739fc456d 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -126,12 +126,6 @@ Aktivitet - - &Ny tilkobling - - - Ny &mappe - AddNodeFromXML mislyktes! @@ -204,16 +198,16 @@ Standardegenskaper - + Koble fra - + Ikon &Importer - + Arv @@ -244,28 +238,22 @@ Vennligst bruk Fil - Last inn tilkoblinger for vanlige tilkoblingsfiler! Kan ikke starte portskanning, feil IP-format! - + Utseende - + Tilkobling - - Legitimasjon - Skjerm Gateway - - Generelt - Diverse - + Protokoll @@ -274,10 +262,7 @@ Vennligst bruk Fil - Last inn tilkoblinger for vanlige tilkoblingsfiler! Alltid vis denne skjermen ved oppstart - - Oppdater - - + Sjekk mislyktes! @@ -333,18 +318,9 @@ VncSharp Control Version {0} Forsøk å automatisk koble til på nytt ved frakobling fra server (kun RDP && ICA) - - Domene - Ikke vis denne meldingen igjen. - - Arv - - - Passord - Denne proxyserveren krever autentisering @@ -357,10 +333,10 @@ VncSharp Control Version {0} Bruk proxyserver for tilkobling - + Brukernavn - + Vent på avslutning @@ -384,27 +360,15 @@ VncSharp Control Version {0} Slå sammen alle mapper - + Argumenter - - Visningsnavn - - + Filnavn - - Vertsnavn/IP-adresse - Melding - - Brukernavn - - - Vent på avslutning - Kunne ikke tolke kommandolinjeargumenter! @@ -685,9 +649,6 @@ Starter med ny tilkoblingsfil. Koble til på nytt automatisk - - Tilkobling - Egenskaper for eksterne verktøy @@ -766,9 +727,6 @@ Starter med ny tilkoblingsfil. Tvungen avslutning av Int App-prosess mislyktes! - - Panel Handle: {0} - Int App Resize mislyktes! @@ -778,54 +736,27 @@ Starter med ny tilkoblingsfil. Int App-tittel: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Adresse: - - Argumenter: - - - Endringslogg: - Ved lukking av tilkoblinger: &Koble til: - + Visningsnavn - - Domene: - - - Filnavn: + + Domene Vertsnavn: - - Alternativer: - - - Passord: - - - Port: - Portable Edition - - Protokoll: - Klikk denne knappen for å konfigurere PuTTY-sesjoner: @@ -844,15 +775,9 @@ Starter med ny tilkoblingsfil. Serverstatus: - + Database: - - Database: - - - Brukernavn: - Bekreft: @@ -889,9 +814,6 @@ Starter med ny tilkoblingsfil. Bruker Magic-biblioteket av [Crownwood Software] - - Om - Legg til tilkoblingspanel @@ -901,30 +823,21 @@ Starter med ny tilkoblingsfil. Oppsett - - Koble til - Tilkoblingspaneler - - Tilkoblinger - Tilkoblinger og oppsett Kopier - + Ctrl-Alt-Del - + Ctrl-Esc - - Slett... - Slett tilkobling... @@ -934,15 +847,9 @@ Starter med ny tilkoblingsfil. Slett mappe... - - Koble fra - Donér - - Duplikat - Duplisér tilkobling @@ -964,12 +871,6 @@ Starter med ny tilkoblingsfil. &Fil - - Fullskjerm - - - Fullskjerm (RDP) - &Hjelp @@ -1003,7 +904,7 @@ Starter med ny tilkoblingsfil. Åpne tilkoblingsfil... - + Alternativer @@ -1045,9 +946,6 @@ Starter med ny tilkoblingsfil. Lagre tilkoblingsfilen &som... - - Skjermbilde - Skjermbildeadminstrator @@ -1087,7 +985,7 @@ Starter med ny tilkoblingsfil. &Vis - + Kun visning (VNC) @@ -1132,9 +1030,6 @@ Starter med ny tilkoblingsfil. Ingen ekstern applikasjon spesifisert. - - Ingen - Ingen @@ -1330,7 +1225,7 @@ Starter med ny tilkoblingsfil. Skriv inn ditt brukernavn for godkjenning mot proxy. - + Vertsnavn/IP-adresse @@ -1360,9 +1255,6 @@ Starter med ny tilkoblingsfil. Vis bakgrunnbilde - - Domene - Skrivebordskomposisjon @@ -1384,9 +1276,6 @@ Starter med ny tilkoblingsfil. Eksternt verktøy før - - Ikon - MAC-adresse @@ -1396,15 +1285,12 @@ Starter med ny tilkoblingsfil. Panel - + Passord - + Port - - Protokoll - PuTTY-sesjon @@ -1462,12 +1348,6 @@ Starter med ny tilkoblingsfil. Brukerfelt - - Brukernavn - - - Kun visning - Proxy-adresse @@ -1514,7 +1394,7 @@ Starter med ny tilkoblingsfil. Avslutning av PuTTY-prosess mislyktes! - + Panel Handle: {0} @@ -1811,15 +1691,6 @@ Starter med ny tilkoblingsfil. Enkeltklikk på en åpnet tilkobling bytter til valgt tilkobling - - Aspekt - - - Fri - - - Ingen SmartSize - Socks 5 @@ -1880,9 +1751,6 @@ Starter med ny tilkoblingsfil. Avansert - - Utseende - Faner && paneler @@ -1901,9 +1769,6 @@ Starter med ny tilkoblingsfil. Tilkoblingspanel - - Generelt - Bakgrunnsfargen på oppsettspanelet. @@ -2027,7 +1892,7 @@ Starter med ny tilkoblingsfil. Overføringen mislyktes! - + Prøv å integrere @@ -2318,9 +2183,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Vis på verktøylinjen - - Sjekk feilet - Sjekker om det finnes oppdateringer... @@ -2611,9 +2473,6 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Vis på verktøylinjens kolonne - - Prøv å integrere - Start i @@ -2638,7 +2497,7 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell mRemoteNG-valg - + Bruk UTF8-koding for RDP "Lastbalanseringsinformasjon"-egenskap diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index bd414320f..366c25b66 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -126,12 +126,6 @@ Activiteit - - Nieuwe Connectie - - - Nieuwe map - AddNodeFromXML mislukt! @@ -204,16 +198,16 @@ Standaard Eigenschappen - + Verbreek verbinding - + Icoon &Importeer - + Successierecht @@ -244,28 +238,22 @@ Gebruik dan Bestand - Laad Connecties voor normale connectie bestanden! Kan Poort Scan niet starten, onjuist IP formaat! - + Uiterlijk - + Connectie - - Kenmerken - Scherm Gateway - - Algemeen - Diversen - + Protocol @@ -274,10 +262,7 @@ Gebruik dan Bestand - Laad Connecties voor normale connectie bestanden! Altijd dit scherm laten zien bij opstarten - - Vernieuwen - - + Controle mislukt! @@ -333,18 +318,9 @@ VncSharp Versie {0} Automatisch proberen opnieuw te verbinden wanneer de verbinding is verbroken van de server (RDP && ICA Alleen) - - Domein - Toon dit bericht niet opnieuw. - - Successierecht - - - Wachtwoord - Deze proxy server vereist authenticatie @@ -357,10 +333,10 @@ VncSharp Versie {0} Gebruik een proxy server om verbinding te maken - + Gebruikersnaam - + Wachten Voor Afsluiten @@ -384,27 +360,15 @@ VncSharp Versie {0} Klap alle mappen in - + Argumenten - - Weergave naam - - + Bestandsnaam - - Hostnaam/IP - Bericht - - Gebruikersnaam - - - Wachten Voor Afsluiten - Kan opdrachtprompt argumenten niet parsen! @@ -685,9 +649,6 @@ Beginnen met nieuwe Connectie bestand. Automatisch opnieuw verbinden - - Verbinding - Externe Applicatie Eigenschappen @@ -766,9 +727,6 @@ Beginnen met nieuwe Connectie bestand. Beëindigen Interne Applicatie Proces mislukt! - - Paneel Handeling: {0} - Interne Applicatie Formaat Wijzigen mislukt! @@ -778,54 +736,27 @@ Beginnen met nieuwe Connectie bestand. Interne Applicatie naam: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Adres: - - Argumenten: - - - Veranderingen: - Bij het sluiten van connecties: &Verbind: - + Weergavenaam - - Domein: - - - Bestandsnaam: + + Domein Hostnaam: - - Opties: - - - Wachtwoord: - - - Poort: - Mobiele Editie - - Protocol: - Om PuTTY Sessies te configureren klik op deze knop: @@ -844,15 +775,9 @@ Beginnen met nieuwe Connectie bestand. Server Status: - + Database: - - Database: - - - Gebruikersnaam: - Verifiëren: @@ -889,9 +814,6 @@ Beginnen met nieuwe Connectie bestand. Maakt gebruik van de Magic bibliotheek door [Crownwood Software] - - Over - Voeg Connectie Paneel toe @@ -901,30 +823,21 @@ Beginnen met nieuwe Connectie bestand. Configuratie - - Verbinden - Connectie Panelen - - Verbindingen - Verbindingen en Configuratie Kopiëren - + Ctrl-Alt-Del - + CTRL-Esc - - Verwijder... - Verwijder Connectie... @@ -934,15 +847,9 @@ Beginnen met nieuwe Connectie bestand. Verwijder Map... - - Verbreek verbinding - Doneer - - Dupliceer - Dupliceer Connectie @@ -964,12 +871,6 @@ Beginnen met nieuwe Connectie bestand. &Bestand - - Volledig Scherm - - - Volledig Scherm (RDP) - &Help @@ -1003,7 +904,7 @@ Beginnen met nieuwe Connectie bestand. Open Connectie Bestand... - + Opties @@ -1045,9 +946,6 @@ Beginnen met nieuwe Connectie bestand. Opslaan Connectie bestand Als... - - Schermafbeelding - Screenshot beheerder @@ -1087,7 +985,7 @@ Beginnen met nieuwe Connectie bestand. &Beeld - + Alleen bekijken (VNC) @@ -1132,9 +1030,6 @@ Beginnen met nieuwe Connectie bestand. Geen externe applicatie opgegeven. - - Geen - Geen @@ -1331,7 +1226,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Voer uw gebruikersnaam in voor authenticatie van de proxy server. - + Hostnaam/IP @@ -1361,9 +1256,6 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Bureaubladachtergrond - - Domein - Samenstelling bureaublad @@ -1385,9 +1277,6 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Externe Applicatie voordat - - Icoon - MAC Adres @@ -1397,15 +1286,12 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Paneel - + Wachtwoord - + Poort - - Protocol - PuTTY Sessie @@ -1463,12 +1349,6 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Gebruiker veld - - Gebruikersnaam - - - Alleen bekijken - Proxy Adres @@ -1517,7 +1397,7 @@ Bericht: Beëindigen Putty Proces mislukt! - + Paneel Handeling: {0} @@ -1814,15 +1694,6 @@ Bericht: Enkele klik om naar geopende verbinding om te schakelen - - Verhouding - - - Vrij - - - Geen SmartSize - Socks 5 @@ -1883,9 +1754,6 @@ Bericht: Geavanceerd - - Uiterlijk - Tabbladen && Panelen @@ -1904,9 +1772,6 @@ Bericht: Connectie paneel - - Algemeen - De achtergrondkleur van het configuratie paneel. @@ -2030,7 +1895,7 @@ Bericht: Overdracht mislukt! - + Probeer te integreren diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 76731131d..6cf8859f1 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -126,12 +126,6 @@ Aktywność - - Nowe połączenie - - - Nowy folder - Wykonanie fukcji AddNodeFromXML nie powiodło się! @@ -204,16 +198,16 @@ Ustawienia domyślne - + Rozłącz - + Ikona &Importuj - + Dziedziczenie @@ -247,28 +241,22 @@ Proszę użyć opcji Plik - Wgraj Połączenia aby wgrać zwykłe pliki połącz Nie można rozpocząć skanowania portów - niewłaściwy format adresu IP! - + Wygląd - + Połączenie - - Dane uwierzytelniające - Wyświetl Brama - - Ogólny - Pozostałe - + Protokół @@ -277,10 +265,7 @@ Proszę użyć opcji Plik - Wgraj Połączenia aby wgrać zwykłe pliki połącz Zawsze pokazuj ten ekran przy starcie - - Odświerz - - + Sprawdzenie nie powiodło się! @@ -326,18 +311,9 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Automatycznie połącz ponownie jeśli nastąpi odłączenie od serwera (tylko RDP && ICA) - - Domena - Nie pokazuj więcej tej informacji. - - Dziedziczenie - - - Hasło - Ten serwer proxy wymaga uwierzytelnienia @@ -350,10 +326,10 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Użyj serwera proxy do połączenia - + Użytkownik - + Czekaj na wyjście @@ -377,27 +353,15 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Zwiń wszystkie foldery - + Argumenty - - Nazwa wyświetlana - - + Nazwa pliku - - Nazwa hosta/IP - Wiadomość - - Użytkownik - - - Czekaj na wyjście - Nie można przeanalizować argumentów wejściowych! @@ -681,9 +645,6 @@ Załadowano nowy plik połączeń. Połącz automatycznie - - Połączenie - Właściwości zewnętrznego narzędzia @@ -738,54 +699,27 @@ Załadowano nowy plik połączeń. mRemoteNG jest w najnowszej wersji - - CTRL-ALT-DEL - - - CTRL-ESC - Adres: - - Argumenty: - - - Historia wersji: - Przy zamykaniu połączeń: &Połącz - + Widoczna nazwa - - Domena: - - - Nazwa pliku: + + Domena Nazwa hosta: - - Opcje: - - - Hasło: - - - Nr portu: - Wersja przenośna. - - Protokół - Aby skonfigurować sesje PuTTY kliknij ten przycisk: @@ -801,15 +735,9 @@ Załadowano nowy plik połączeń. Status serwera: - + Baza danych: - - Baza danych: - - - Użytkownik: - Sprawdź: @@ -846,9 +774,6 @@ Załadowano nowy plik połączeń. Program korzysta z bibliotek "Magic library" [Crownwood Software] - - O programie - Dodaj panel połączenia @@ -858,30 +783,21 @@ Załadowano nowy plik połączeń. Konfiguracja - - Połącz - Panele połączeń - - Połączenia - Połączenia i konfiguracja Kopiuj - + Ctrl-Alt-Del - + Ctrl-Esc - - Usuń... - Usuń połączenie... @@ -891,15 +807,9 @@ Załadowano nowy plik połączeń. Usuń folder... - - Rozłącz - Darowizna - - Duplikuj - Duplikuj połączenie @@ -921,12 +831,6 @@ Załadowano nowy plik połączeń. &Plik - - Pełen ekran - - - Pełen ekran (RDP) - &Pomoc @@ -960,7 +864,7 @@ Załadowano nowy plik połączeń. Otwórz plik połączenia... - + Opcje @@ -1002,9 +906,6 @@ Załadowano nowy plik połączeń. Zapisz plik połączeń jako ... - - Zrzut ekranu - Menager zrzutów ekranów @@ -1044,7 +945,7 @@ Załadowano nowy plik połączeń. &Widok - + Tylko pogląd (VNC) @@ -1086,9 +987,6 @@ Załadowano nowy plik połączeń. Nie wskazano zewnętrznej aplikacji. - - Żaden - Żaden @@ -1209,7 +1107,7 @@ Załadowano nowy plik połączeń. Wprowadź nazwę użytkownika dla uwierzytelniania poprzez proxy. - + Nazwa hosta/IP @@ -1239,9 +1137,6 @@ Załadowano nowy plik połączeń. Wyświetl tapetę - - Domena - Kompozycja pulpitu @@ -1263,9 +1158,6 @@ Załadowano nowy plik połączeń. Zewnętrzne narzędzie przed - - Ikona - Adres MAC @@ -1275,15 +1167,12 @@ Załadowano nowy plik połączeń. Panel - + Hasło - + Port - - Protokół - Sesja PuTTY @@ -1341,12 +1230,6 @@ Załadowano nowy plik połączeń. Pole użytkownika - - Użytkownik - - - Tylko podgląd - Adres proxy @@ -1614,15 +1497,6 @@ Załadowano nowy plik połączeń. Pojedyncze klikniknięcie na otwarym połączeniu przełącza na nie - - Propocjonalnie - - - Dowolnie - - - Wyłącz dopasowanie ekranu - Socks 5 @@ -1680,9 +1554,6 @@ Załadowano nowy plik połączeń. Zaawansowane - - Wygląd - Aktualizacje @@ -1695,9 +1566,6 @@ Załadowano nowy plik połączeń. Panel połączeń - - Ogólne - Kolor tła panelu konfiguracji. @@ -1821,7 +1689,7 @@ Załadowano nowy plik połączeń. Transfer nieudany! - + Spróbuj zintegrować diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteV1/Resources/Language/Language.pt-BR.resx index 0ae36d8a7..c3b769fb2 100644 --- a/mRemoteV1/Resources/Language/Language.pt-BR.resx +++ b/mRemoteV1/Resources/Language/Language.pt-BR.resx @@ -126,12 +126,6 @@ Atividade - - Nova conexão - - - Nova pasta - AddNodeFromXML falhou! @@ -201,16 +195,16 @@ Propriedades padrões - + Desconectar - + Ícone & Importar - + Herança @@ -240,28 +234,22 @@ Não é possível iniciar a varredura de portas, formato IP incorreto! - + Aparência - + Conexão - - Credenciais - Mostrar Gateway - - Geral - Diversos - + Protocolo @@ -270,10 +258,7 @@ Sempre mostrar esta tela na inicialização - - Atualizar - - + Falha na verificação! @@ -307,18 +292,9 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN O executável PuTTY foi encontrado e está pronto para usar. - - Domínio - Não mostre esta mensagem novamente. - - Herança - - - Senha - Este servidor proxy requer autenticação @@ -331,10 +307,10 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Usar um servidor proxy para se conectar - + Nome de usuário - + Esperar para sair @@ -352,27 +328,15 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Recolher todas as pastas - + Argumentos - - Nome de exibição - - + Nome do arquivo - - HostName/IP - Mensagem - - Nome de usuário - - - Esperar para sair - Validação de componentes diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index f4aa4bcad..b4db96a8b 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -126,12 +126,6 @@ Atividade - - Nova ligação - - - Nova pasta - AddNodeFromXML falhou! @@ -204,16 +198,16 @@ Propriedades padrão - + Desligar - + Ícone &Importação - + Herança @@ -243,28 +237,22 @@ Não é possível iniciar a procura de portas, formato de IP incorreto! - + Aparência - + Ligação - - Credenciais - Ecrã Gateway - - Geral - Diversos - + Protocolo @@ -273,10 +261,7 @@ Mostrar sempre esta informação no arranque - - Refrescar - - + Falha na verificação! @@ -318,18 +303,9 @@ Tentar reconectar automaticamente quando desconectado do servidor (RDP && ICA somente) - - Domínio - Não mostrar esta mensagem novamente. - - Herança - - - Senha - Este servidor proxy requer autenticação @@ -342,10 +318,10 @@ Usar um servidor proxy para se ligar - + Nome de utilizador - + Esperar para sair @@ -369,27 +345,15 @@ Recolher todas as pastas - + Argumentos - - Nome a exibir - - + Nome do arquivo - - HostName/IP - Mensagem - - Nome de utilizador - - - Esperar para sair - Impossível processar argumentos da linha de comando! @@ -663,9 +627,6 @@ Descrição do erro: {1} Ligação automática - - Ligação - Propriedades de ferramentas externas @@ -744,9 +705,6 @@ Descrição do erro: {1} Processo de matar Int App falhou! - - Painel Handle: {0} - Redimensionamento do Int App falhou! @@ -756,54 +714,27 @@ Descrição do erro: {1} Int App título: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Endereço: - - Argumentos: - - - Log de alterações: - Ao fechar ligações: &Ligar: - + Nome a exibir - - Domínio: - - - Nome do arquivo: + + Domínio Hostname: - - Opções: - - - Senha: - - - Porta: - Edição portátil - - Protocolo: - Para configurar as sessões PuTTY clique neste botão: @@ -822,15 +753,9 @@ Descrição do erro: {1} Estado do servidor: - + Banco de dados: - - Banco de dados: - - - Nome de utilizador: - Verificar: @@ -867,9 +792,6 @@ Descrição do erro: {1} Usa a biblioteca mágica [Crownwood Software] - - Sobre - Adicionar o Painel de Ligação @@ -879,30 +801,21 @@ Descrição do erro: {1} Config - - Ligar - Painéis de ligações - - Ligações - Configurações e ligações Copiar - + Ctrl-Alt-Del - + Ctrl-Esc - - Excluir... - Excluir a conexão... @@ -912,15 +825,9 @@ Descrição do erro: {1} Excluir a pasta... - - Desligar - Doar - - Duplicar - Duplicar ligação @@ -942,12 +849,6 @@ Descrição do erro: {1} &Arquivo - - Ecrã completo - - - Ecrã completo (RDP) - &Ajuda @@ -981,7 +882,7 @@ Descrição do erro: {1} Abrir arquivo de ligações... - + Opções @@ -1023,9 +924,6 @@ Descrição do erro: {1} Salvar arquivo de ligações, como... - - Fotografia do ecrã - Gestor de fotografias de ecrã @@ -1062,7 +960,7 @@ Descrição do erro: {1} &Vista - + Somente ver (VNC) @@ -1107,9 +1005,6 @@ Descrição do erro: {1} Nenhuma App externa especificada. - - Nenhum - Nenhum @@ -1305,7 +1200,7 @@ Descrição do erro: {1} Digite seu nome de utilizador para se autenticar no proxy. - + HostName/IP @@ -1335,9 +1230,6 @@ Descrição do erro: {1} Papel de parede do ecrã - - Domínio - Composição do desktop @@ -1359,9 +1251,6 @@ Descrição do erro: {1} Ferramenta externa antes - - Ícone - Endereço MAC @@ -1371,15 +1260,12 @@ Descrição do erro: {1} Painel - + Senha - + Porta - - Protocolo - Sessão de puTTY @@ -1437,12 +1323,6 @@ Descrição do erro: {1} Campo de utilizador - - Nome de utilizador - - - Somente ver - Endereço proxy @@ -1488,7 +1368,7 @@ Descrição do erro: {1} Falha em fechar o processo Putty! - + Painel Handle: {0} @@ -1782,15 +1662,6 @@ Descrição do erro: {1} Clique simples em ligação aberta alterna - - Aspeto - - - Libertar - - - Sem SmartSize - Stocks 5 @@ -1848,9 +1719,6 @@ Descrição do erro: {1} Avançado - - Aparência - Abas && painéis @@ -1869,9 +1737,6 @@ Descrição do erro: {1} Painel de ligações - - Geral - A cor de fundo do painel de configuração. @@ -1971,7 +1836,7 @@ Descrição do erro: {1} Transferência falhada! - + Tentar integrar diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 78cd5a2bb..253ecbe73 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -129,12 +129,6 @@ Activity - - New Connection - - - New folder - AddNodeFromXML failed! @@ -204,16 +198,16 @@ Default Properties - + Disconnect - + Icon &Import - + Inheritance @@ -247,28 +241,22 @@ Please use File - Open Connection File for normal connection files! Cannot start Port Scan, incorrect IP format! - + Appearance - + Connection - - Credentials - Display Gateway - - General - Miscellaneous - + Protocol @@ -277,10 +265,7 @@ Please use File - Open Connection File for normal connection files! Always show this screen at startup - - Refresh - - + Check failed! @@ -331,18 +316,9 @@ VncSharp Control Version {0} Automatically try to reconnect when disconnected from server (RDP && ICA only) - - Domain - Do not show this message again. - - Inheritance - - - Password - This proxy server requires authentication @@ -355,10 +331,10 @@ VncSharp Control Version {0} Use a proxy server to connect - + Username - + Wait for exit @@ -382,27 +358,15 @@ VncSharp Control Version {0} Collapse all folders - + Arguments - - Display Name - - + Filename - - Hostname/IP - Message - - Username - - - Wait For Exit - E&xit {0} @@ -753,9 +717,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Automatic Reconnect - - Connection - External Tool Properties @@ -867,9 +828,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Killing Int App Process failed! - - Panel Handle: {0} - Int App Resize failed! @@ -879,54 +837,27 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Int App Title: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - Address: - - Arguments: - - - Change Log: - When closing connections: &Connect: - + Display Name - - Domain: - - - Filename: + + Domain Hostname: - - Options: - - - Password: - - - Port: - Portable Edition - - Protocol: - To configure PuTTY sessions click this button: @@ -945,15 +876,9 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Server status: - + Database: - - Database: - - - Username: - Verify: @@ -996,9 +921,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for http://www.dotnetmagic.com/ - - About - Add Connection Panel @@ -1008,30 +930,21 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Config - - Connect - Connection Panels - - Connections - Connections and Config Copy - + Ctrl-Alt-Del - + Ctrl-Esc - - Delete... - Delete Connection... @@ -1041,15 +954,9 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Delete Folder... - - Disconnect - Donate - - Duplicate - Duplicate Connection @@ -1071,12 +978,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for &File - - Full Screen - - - Full Screen (RDP) - &Help @@ -1110,7 +1011,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Open Connection File... - + Options @@ -1152,9 +1053,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Save Connection File As... - - Screenshot - Screenshot Manager @@ -1197,7 +1095,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for &View - + View Only @@ -1248,9 +1146,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for No ext. app specified. - - None - None @@ -1501,7 +1396,7 @@ If you run into such an error, please create a new connection file! Enter your username for authenticating against the proxy. - + Hostname/IP @@ -1534,9 +1429,6 @@ If you run into such an error, please create a new connection file! Display Wallpaper - - Domain - Desktop Composition @@ -1558,9 +1450,6 @@ If you run into such an error, please create a new connection file! External Tool Before - - Icon - Load Balance Info @@ -1573,15 +1462,12 @@ If you run into such an error, please create a new connection file! Panel - + Password - + Port - - Protocol - PuTTY Session @@ -1645,12 +1531,6 @@ If you run into such an error, please create a new connection file! User Field - - Username - - - View Only - Proxy Address @@ -1697,7 +1577,7 @@ If you run into such an error, please create a new connection file! Killing Putty Process failed! - + Panel Handle: {0} @@ -1890,10 +1770,10 @@ If you run into such an error, please create a new connection file! RDP SetProps failed! - Rdp Set Redirection Failed! + RDP Set Redirection Failed! - Rdp Set Redirect Keys Failed! + RDP Set Redirect Keys Failed! RDP SetResolution failed! @@ -1997,15 +1877,6 @@ If you run into such an error, please create a new connection file! Single click on opened connection in Connection Tree switches to opened Connection Tab - - Aspect - - - Free - - - No SmartSize - Socks 5 @@ -2066,9 +1937,6 @@ If you run into such an error, please create a new connection file! Advanced - - Appearance - Tabs && Panels @@ -2087,9 +1955,6 @@ If you run into such an error, please create a new connection file! Connections Panel - - General - The background colour of the config panel. @@ -2216,7 +2081,7 @@ If you run into such an error, please create a new connection file! Transfer failed! - + Try to integrate @@ -2246,9 +2111,6 @@ If you run into such an error, please create a new connection file! The update information could not be downloaded. - - Check failed - Checking for updates... @@ -2631,9 +2493,6 @@ This page will walk you through the process of upgrading your connections file o Show on toolbar column - - Try to integrate - Working directory @@ -2658,7 +2517,7 @@ This page will walk you through the process of upgrading your connections file o mRemoteNG Options - + Use UTF8 encoding for RDP "Load Balance Info" property diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index f81df318b..e0bd94e2a 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -126,12 +126,6 @@ Активность - - Новое подключение - - - Новая папка - AddNodeFromXML не удалось! @@ -204,16 +198,16 @@ Свойства по умолчанию - + Отключиться - + Значок &Импорт - + Наследование @@ -244,28 +238,22 @@ Не удается запустить сканирование портов, неверный формат IP! - + Внешний вид - + Подключение - - Учетные данные - Вид Шлюз - - Общие - Разное - + Протокол @@ -274,10 +262,7 @@ Всегда показывать это окно при запуске - - Обновление - - + Ошибка проверки! @@ -333,18 +318,9 @@ VncSharp Control Version {0} Автоматически пытаться восстановить связь при отключении от сервера (только RDP и ICA) - - Домен - Больше не показывать это сообщение. - - Наследование - - - Пароль - Требуется авторизация @@ -357,10 +333,10 @@ VncSharp Control Version {0} Использовать прокси-сервер - + Пользователь - + Ждать выхода @@ -384,27 +360,15 @@ VncSharp Control Version {0} Свернуть все папки - + Аргументы - - Отображаемое имя - - + Имя файла - - Имя хоста/IP - Сообщение - - Пользователь - - - Ждать выхода - Невозможно разобрать аргументы командной строки! @@ -691,9 +655,6 @@ VncSharp Control Version {0} Автопереподключение - - Соединение - Свойства внешнего инструмента @@ -772,9 +733,6 @@ VncSharp Control Version {0} Не удалось завершить процесс внутреннего приложения! - - Панель обработчика событий: {0} - Внутренний инструмент: Ошибка изменения размера! @@ -784,54 +742,27 @@ VncSharp Control Version {0} Заголовок внешнего инструмента: {0} - - CTRL+ALT+DEL - - - CTRL-ESC - Адрес: - - Аргументы: - - - История версий: - При закрытии подключений: &Подключение: - + Отображаемое имя: - - Домен: - - - Имя файла: + + Домен Имя хоста: - - Опции: - - - Пароль: - - - Порт: - Портативная версия - - Протокол: - Нажмите на эту кнопку для настройки сессий PuTTY: @@ -850,15 +781,9 @@ VncSharp Control Version {0} Состояние сервера: - + База данных: - - База данных: - - - Пользователь: - Проверка: @@ -895,9 +820,6 @@ VncSharp Control Version {0} Использовано Magic library от [Crownwood Software] - - О программе - Добавить Панель подключения @@ -907,30 +829,21 @@ VncSharp Control Version {0} Конфигурация - - Подключаться - Панель подключений - - Подключения - Подключения и конфигурация Копировать - + Ctrl-Alt-Del - + Ctrl-Esc - - Удалить... - Удалить подключение... @@ -940,15 +853,9 @@ VncSharp Control Version {0} Удалить папку... - - Отключить - Помочь проекту - - Дублировать - Дубликат подключения @@ -970,12 +877,6 @@ VncSharp Control Version {0} &Файл - - Во весь экран - - - Во весь экран (RDP) - &Справка @@ -1009,7 +910,7 @@ VncSharp Control Version {0} Открыть файл подключения... - + Опции @@ -1051,9 +952,6 @@ VncSharp Control Version {0} Сохранить подключение как... - - Скриншот - Менеджер скриншотов @@ -1093,7 +991,7 @@ VncSharp Control Version {0} &Вид - + Просмотр (VNC) @@ -1138,9 +1036,6 @@ VncSharp Control Version {0} Не указано внешнее приложение. - - Нет данных - ничто @@ -1337,7 +1232,7 @@ VncSharp Control Version {0} Введите имя пользователя для авторизации на прокси-сервере. - + Имя хоста / IP @@ -1367,9 +1262,6 @@ VncSharp Control Version {0} Показать обои - - Домен - Композиция рабочего стола @@ -1391,9 +1283,6 @@ VncSharp Control Version {0} Внеш. Инстр. До - - Значок - MAC-адрес @@ -1403,15 +1292,12 @@ VncSharp Control Version {0} Имя вкладки - + Пароль - + Порт - - Протокол - Сессии PuTTY @@ -1469,12 +1355,6 @@ VncSharp Control Version {0} Дополнительно - - Пользователь - - - Только Просмотр - Адрес прокси @@ -1523,7 +1403,7 @@ VncSharp Control Version {0} Убить процесс Putty не удалось! - + Панель обработчиков: {0} @@ -1820,15 +1700,6 @@ VncSharp Control Version {0} Один клик по открытому подключению переключается на него - - Вид - - - Свободный - - - SmartSize недоступен - Socks 5 @@ -1889,9 +1760,6 @@ VncSharp Control Version {0} Дополнительно - - Внешний вид - Вкладки и панели @@ -1910,9 +1778,6 @@ VncSharp Control Version {0} Подключения - - Общие - Цвет фона панели конфигурации. @@ -2036,7 +1901,7 @@ VncSharp Control Version {0} Передача не удалась! - + Интеграция @@ -2172,9 +2037,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Отобразить на панели инструментов - - Попробовать интегрировать - Рабочий каталог @@ -2364,9 +2226,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Пароль для {0} - - Ошибка проверки - Проверка обновлений... @@ -2633,7 +2492,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Только чтение: - + Использовать кодировку UTF8 для свойства RDP «Информация о балансе загрузки» diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index 55b56441f..1b508b97d 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -126,12 +126,6 @@ Aktivite - - Yeni Bağlantı - - - Yeni klasör - XML'den node ekleme başarısız! @@ -204,16 +198,16 @@ Varsayılan Özellikler - + Bağlantıyı kes - + Simge &İçe aktar - + Devral @@ -237,19 +231,13 @@ &Dur - + Bağlantı - - Kimlik - Ağ geçidi - - Genel - - + Protokol @@ -258,24 +246,15 @@ Bu ekranı her açılışta göster - - Yenile - - + Kontrol başarısız! Kontrol başarılı! - - Etki alanı - Bu mesajı tekrar gösterme - - Parola - Bu proxy sunucusu kimlik doğrulama gerektirir @@ -285,7 +264,7 @@ Hazır olduğunda tekrar bağlan - + Kullanıcı adı @@ -372,13 +351,10 @@ VncSharp Kontrol Sürümü {0} Sunucu bağlantısı kesildiğinde otomatik olarak yeniden bağlanmayı deneyin (yalnızca RDP && ICA) - - Devral - Bağlanmak için proxy sunucusu kullan - + Çıkış için bekleyin @@ -387,24 +363,15 @@ VncSharp Kontrol Sürümü {0} Başlangıçta bileşenlerin doğruluğunu kontrol edin - + Argümanlar - - Görünen ad - - + Dosya adı Mesaj - - Kullanıcı adı - - - Çıkış için bekleyin - Ç&ıkış {0} @@ -540,7 +507,7 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Port taraması başlatılamadı, IP formatı geçersiz! - + Görünüm @@ -771,9 +738,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Otomatik Yeniden Bağlan - - Bağlantı - Harici Araç Özellikleri @@ -798,15 +762,9 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul ICA eklentisini yükleme başarısız! - + Veritabanı: - - Veritabanı: - - - Kullanıcı adı: - Doğrula: @@ -846,9 +804,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul [Crownwood Software] tarafından sağlanan Sihirbaz kütüphanesi kullanır - - Hakkında - Bağlantı Paneli Ekle @@ -858,24 +813,15 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Ayar - - Bağlan - Bağlantı Paneli - - Bağlantılar - Bağlantılar ve Ayar Kopyala - - Sil... - Bağlantıyı Sil... @@ -885,15 +831,9 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Klasörü Sil... - - Bağlantıyı Kes - Bağış Yap - - Çoğalt - Bağlantıyı Çoğalt @@ -915,12 +855,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul &Dosya - - Tam Ekran - - - Tam Ekran (RDP) - &Yardım @@ -954,7 +888,7 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Bağlantı Dosyasını Aç - + Ayarlar @@ -996,9 +930,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Bağlantı Dosyasını Farklı Kaydet - - Ekran Görüntüsü - Ekran Görüntüsü Yöneticisi @@ -1041,7 +972,7 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul &Görünüm - + Yalnızca Gör (VNC) @@ -1086,9 +1017,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Harici Uygulama belirtilmedi - - Yok - Yok @@ -1252,7 +1180,7 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Trasfer başarısız! - + Bütünleştirmeyi deneyin @@ -1273,9 +1201,6 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Güncelleştirme bilgileri indirilemedi. - - Kontrol başarısız! - Güncelleştirmeler kontrol ediliyor... @@ -1361,9 +1286,6 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Int App durdurma başarısız! - - Panel İşleme: {0} - Int App yeniden boyutlandırma başarız! @@ -1376,36 +1298,18 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Adres: - - Argümanlar: - - - Değişiklik günlüğü: - Bağlantı kapatılırken: &Bağlan: - + Görünen Ad - - Dosya Adı: - - - Ayarlar: - - - Parola: - Taşınabilir Sürüm - - Protokol: - PuTTY oturumlarını yapılandırmak için bu butona tıklayın: @@ -1731,9 +1635,6 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Harici Araç Öncesi - - Simge - Yük Dengeleme Bilgisi @@ -1743,12 +1644,9 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Ad - + Parola - - Protokol - PuTTY Oturumu @@ -1800,12 +1698,6 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Kulanıcı Alanı - - Kullanıcı Adı - - - Ylnızca İzle - Proxy Adresi @@ -2121,12 +2013,6 @@ Mesaj: Bağlantı Ağacı'nda açılan bağlantıyı tek tıklattığınızda Bağlantı Sekmesi açılır - - Görünüş - - - Akıllı boyutlandırma yok - Sırala @@ -2175,9 +2061,6 @@ Mesaj: Gelişmiş - - Görünüm - Sekmeler && Paneller @@ -2193,9 +2076,6 @@ Mesaj: Bağlantılar Paneli - - Genel - Ayar panelinin arkaplan rengi. diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index dafad1def..b0574004c 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -126,12 +126,6 @@ Активність - - Нове з'єднання - - - Нова папка - AddNodeFromXML не вдалося! @@ -198,16 +192,16 @@ Властивості по замовчуванню - + Відключити - + Значок &Імпорт - + Успадковування @@ -238,28 +232,22 @@ Не вдається запустити сканування портів, невірний формат IP! - + Зовнішній вигляд - + З'єднання - - Облікові дані - Вигляд Шлюз - - Основна - Різне - + Протокол @@ -268,10 +256,7 @@ Завжди показувати це вікно при запуску - - Оновити - - + Помилка перевірки! @@ -326,18 +311,9 @@ VncSharp Control Version {0} Автоматично намагатися відновити зв'язок при відключенні від сервера (тільки RDP і ICA) - - Домен - Більше не показувати це повідомлення. - - Успадковування - - - Пароль - Цей проксі-сервер вимагає аутентифікації @@ -350,10 +326,10 @@ VncSharp Control Version {0} Використовувати проксі-сервер для підключення - + Користувач - + Чекати виходу @@ -377,27 +353,15 @@ VncSharp Control Version {0} Згорнути всі папки - + Аргументи - - Коротке ім'я - - + Файл - - Ім'я хосту/IP - Повідомлення - - Користувач - - - Чекати виходу - Неможливо розібрати аргументи командного рядка! @@ -669,9 +633,6 @@ VncSharp Control Version {0} Автоперепідключення - - З'єднання - Властивості зовнішніх інструментів @@ -741,60 +702,30 @@ VncSharp Control Version {0} Не вдалося завершити процес зовнішнього інструменту! - - Вкладка оброблювача: {0} - Зовнішній інструмент: Помилка зміни розміру! Заголовок зовнішнього інструменту: {0} - - CTRL+ALT+DEL - - - CTRL+ESC - Адреса: - - Аргументи: - - - Журнал змін: - &З'єднання: - + Коротке ім'я - - Домен: - - - Файл: + + Домен Ім'я хосту: - - Опції: - - - Пароль: - - - Порт: - Портативна версія - - Протокол: - Натисніть на цю кнопку для налаштування сесій PuTTY: @@ -813,15 +744,9 @@ VncSharp Control Version {0} Стан сервера: - + База даних: - - База даних: - - - Користувач: - Перевірка: @@ -858,9 +783,6 @@ VncSharp Control Version {0} Використовує Magic library від [Crownwood Software] - - Про програму - Додати панель з'єднання @@ -870,30 +792,21 @@ VncSharp Control Version {0} Конфігурація - - З'єднання - Панель з'єднань - - З'єднання - З'єднання та конфігурація Копіювати - + Ctrl+Alt+Del - + Ctrl+Esc - - Видалити… - Видалити з'єднання… @@ -903,15 +816,9 @@ VncSharp Control Version {0} Видалити папку… - - Відключити - Пожертва - - Дублювати - Дублювати з'єднання @@ -933,12 +840,6 @@ VncSharp Control Version {0} &Файл - - На весь екран - - - На весь екран (RDP) - &Довідка @@ -963,7 +864,7 @@ VncSharp Control Version {0} Відкрити файл з'єднань… - + Параметри @@ -1005,9 +906,6 @@ VncSharp Control Version {0} Зберегти файл з'єднань як… - - Скріншот - Менеджер скріншотів @@ -1041,7 +939,7 @@ VncSharp Control Version {0} &Вигляд - + Перегляд (VNC) @@ -1086,9 +984,6 @@ VncSharp Control Version {0} Не вказано зовнішній інструмент - - Ні - Ні @@ -1273,7 +1168,7 @@ VncSharp Control Version {0} Введіть ім'я користувача для авторизації на проксі-сервері. - + Ім'я хоста / IP @@ -1303,9 +1198,6 @@ VncSharp Control Version {0} Показати шпалери - - Домен - Композиція робочого столу @@ -1327,9 +1219,6 @@ VncSharp Control Version {0} Зовнішній інструмент до - - Значок - MAC-адреса @@ -1339,15 +1228,12 @@ VncSharp Control Version {0} Ім'я вкладки - + Пароль - + Порт - - Протокол - Сесія PuTTY @@ -1402,12 +1288,6 @@ VncSharp Control Version {0} Користувацьке поле - - Користувач - - - Режим перегляду - Адреса проксі @@ -1454,7 +1334,7 @@ VncSharp Control Version {0} Вбити процес Putty не вдалося! - + Вкладка оброблювача подій: {0} @@ -1769,9 +1649,6 @@ VncSharp Control Version {0} Додатково - - Зовнішній вигляд - Вкладки та панелі @@ -1802,7 +1679,7 @@ VncSharp Control Version {0} Передача не вдалася! - + Спробувати інтегрувати @@ -2140,18 +2017,12 @@ mRemoteNG зараз припинить роботу і почне процес Шукати - - Без SmartSize - Панель налаштувань Панель з'єднань - - Головна - Фоновий колір панелі налаштувань. @@ -2263,9 +2134,6 @@ mRemoteNG зараз припинить роботу і почне процес Безіменна тема - - Не вдалося перевірити - Перевірка оновлень… @@ -2553,9 +2421,6 @@ mRemoteNG зараз припинить роботу і почне процес Показати на панелі інструментів - - Спробувати інтегрувати - Робочий каталог @@ -2580,7 +2445,7 @@ mRemoteNG зараз припинить роботу і почне процес Параметри mRemoteNG - + Використовувати кодування UTF8 для властивості RDP "Інформація про балансування" diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index 03c9f439a..5438b8c95 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -129,12 +129,6 @@ 活动 - - 新建连接 - - - 新建目录 - AddNodeFromXML 函数执行失败! @@ -204,16 +198,16 @@ 默认属性 - + 断开连接 - + 图标 导入(&I) - + 继承 @@ -247,28 +241,22 @@ 无法启动端口扫描,IP 格式不正确! - + 外观 - + 连接 - - 凭据 - 显示 网关 - - 常规 - 杂项 - + 协议 @@ -277,10 +265,7 @@ 总是在启动时显示该屏幕 - - 刷新 - - + 检查失败! @@ -334,18 +319,9 @@ VncSharp 版本 {0} 服务器连接断开时,自动重试连接(仅限 RDP 和 ICA) - - 域名 - 不再显示此消息。 - - 继承 - - - 密码 - 此代理服务器要求进行身份验证 @@ -358,10 +334,10 @@ VncSharp 版本 {0} 使用代理服务器连接 - + 用户名 - + 等待退出 @@ -385,27 +361,15 @@ VncSharp 版本 {0} 折叠所有目录 - + 参数 - - 显示名称 - - + 文件名 - - 主机名/IP - 消息 - - 用户名 - - - 等待退出 - 退出{0}(&X) @@ -756,9 +720,6 @@ VncSharp 版本 {0} 自动重试连接 - - 连接 - 外部工具属性 @@ -870,9 +831,6 @@ VncSharp 版本 {0} 终止内部程序进程失败! - - 面板句柄:{0} - 内部程序大小调整失败! @@ -882,54 +840,27 @@ VncSharp 版本 {0} 内部程序标题:{0} - - CTRL-ALT-DEL - - - CTRL-ESC - 地址: - - 参数: - - - 更新记录: - 当关闭连接时: 连接(&C) - + 显示名称 - - 域名: - - - 文件名: + + 域名 主机名: - - 选项: - - - 密码: - - - 端口: - 便携版本 - - 协议: - 请单击按钮,配置PuTTY会话: @@ -948,15 +879,9 @@ VncSharp 版本 {0} 服务器状态: - + 数据库: - - 数据库: - - - 用户名: - 验证: @@ -999,9 +924,6 @@ VncSharp 版本 {0} http://www.dotnetmagic.com/ - - 关于 - 添加连接面板 @@ -1011,30 +933,21 @@ VncSharp 版本 {0} 配置 - - 连接 - 连接面板 - - 连接 - 连接和配置 复制 - + Ctrl+Alt+Del - + Ctrl+Esc - - 删除... - 删除连接... @@ -1044,15 +957,9 @@ VncSharp 版本 {0} 删除目录… - - 断开连接 - 捐赠 - - 创建副本 - 重复连接 @@ -1074,12 +981,6 @@ VncSharp 版本 {0} 文件(&F) - - 全屏 - - - 全屏(RDP) - 帮助(&H) @@ -1113,7 +1014,7 @@ VncSharp 版本 {0} 打开连接配置文件… - + 选项 @@ -1155,9 +1056,6 @@ VncSharp 版本 {0} 另存连接配置文件为… - - 屏幕截图 - 屏幕截图管理器 @@ -1200,7 +1098,7 @@ VncSharp 版本 {0} 查看(&V) - + 仅查看 @@ -1251,9 +1149,6 @@ VncSharp 版本 {0} 未指定外部应用程序。 - - - @@ -1504,7 +1399,7 @@ VncSharp 版本 {0} 请输入代理服务器的用户名。 - + 主机名/IP @@ -1537,9 +1432,6 @@ VncSharp 版本 {0} 显示壁纸 - - 域名 - 桌面组合 @@ -1561,9 +1453,6 @@ VncSharp 版本 {0} 连接后启动外部工具 - - 图标 - 负载均衡信息 @@ -1576,15 +1465,12 @@ VncSharp 版本 {0} 面板 - + 密码 - + 端口 - - 协议 - PuTTY 会话 @@ -1648,12 +1534,6 @@ VncSharp 版本 {0} 自定义信息 - - 用户名 - - - 只读模式(仅供查看) - 代理服务器地址 @@ -1700,7 +1580,7 @@ VncSharp 版本 {0} Putty 进程终止失败! - + 面板句柄:{0} @@ -1896,7 +1776,7 @@ VncSharp 版本 {0} RDP 重定向设置失败! - Rdp 重定向键设置失败! + RDP 重定向键设置失败! RDP 分辨率设置失败! @@ -2000,15 +1880,6 @@ VncSharp 版本 {0} 单击切换连接 - - 方面 - - - 免费 - - - 禁用窗口自适应 - Socks 5 @@ -2069,9 +1940,6 @@ VncSharp 版本 {0} 高级 - - 外观 - 标签&面板 @@ -2090,9 +1958,6 @@ VncSharp 版本 {0} 连接面板 - - 常规 - 配置面板的背景颜色。 @@ -2219,7 +2084,7 @@ VncSharp 版本 {0} 传输失败! - + 尝试进行集成 @@ -2249,9 +2114,6 @@ VncSharp 版本 {0} 升级检查未完成! - - 检查失败 - 检查更新... @@ -2633,9 +2495,6 @@ mRemoteNG 将退出并安装更新。 显示在工具栏上 - - 尝试整合 - 工作目录 @@ -2660,7 +2519,7 @@ mRemoteNG 将退出并安装更新。 mRemoteNG 选项 - + 对 RDP“负载均衡信息”属性使用 UTF8 编码 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index 8d2757fce..bf1944a69 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -126,12 +126,6 @@ 作用中 - - 新增連線 - - - 新增資料夾 - AddNodeFromXML 失敗! @@ -204,16 +198,16 @@ 預設內容 - + 停止中斷 - + 圖示 匯入(&I) - + 繼承 @@ -244,28 +238,22 @@ 無法開始 Port Scan,IP 格式不正確! - + 外觀 - + 連線 - - 認證 - 顯示 閘道 - - 一般 - 雜項 - + 協定 @@ -274,10 +262,7 @@ 啟動時一律顯示此畫面 - - 重新整理 - - + 檢查失敗! @@ -307,18 +292,9 @@ VncSharp Control 版本 {0} 從伺服器中斷連線時自動嘗試重新連線 (僅限 RDP && ICA) - - 網域 - 不再顯示此訊息。 - - 繼承 - - - 密碼 - 此 Proxy 伺服器需要驗證 @@ -331,10 +307,10 @@ VncSharp Control 版本 {0} 使用 Proxy 伺服器連線 - + 使用者名稱 - + 等待結束 @@ -358,27 +334,15 @@ VncSharp Control 版本 {0} 折疊所有資料夾 - + 引數 - - 顯示名稱 - - + 檔案名稱 - - 主機名稱/IP - 訊息 - - 使用者名稱 - - - 等待結束 - 無法分析命令列引數! @@ -658,9 +622,6 @@ VncSharp Control 版本 {0} 自動重新連線 - - 連線 - 外部工具內容 @@ -739,9 +700,6 @@ VncSharp Control 版本 {0} Killing Int App 程序失敗! - - 面板處理: {0} - Int App 調整大小失敗! @@ -751,54 +709,27 @@ VncSharp Control 版本 {0} Int App 標題: {0} - - CTRL-ALT-DEL - - - CTRL-ESC - 位址: - - 引數: - - - 更新日誌: - 關閉連線時: 連線(&C): - + 顯示名稱 - - 網域: - - - 檔案名稱: + + 網域 主機名稱: - - 選項: - - - 密碼: - - - 連接埠: - 可攜版 - - 協定: - 若要組態 PuTTY 工作階段,按一下此按鈕: @@ -817,15 +748,9 @@ VncSharp Control 版本 {0} 伺服器狀態: - + 資料庫: - - 資料庫: - - - 使用者名稱: - 驗證: @@ -862,9 +787,6 @@ VncSharp Control 版本 {0} 使用 Magic library by [Crownwood Software] - - 關於 - 加入連線面板 @@ -874,30 +796,21 @@ VncSharp Control 版本 {0} 組態 - - 連線 - 連線面板 - - 連線 - 連線和組態 複製 - + Ctrl-Alt-Del - + Ctrl-Esc - - 刪除... - 刪除連線... @@ -907,15 +820,9 @@ VncSharp Control 版本 {0} 刪除資料夾... - - 停止中斷 - 捐贈 - - 複製 - 複製連線 @@ -937,12 +844,6 @@ VncSharp Control 版本 {0} 檔案(&F) - - 全螢幕 - - - 全螢幕 (RDP) - 說明(&H) @@ -976,7 +877,7 @@ VncSharp Control 版本 {0} 開啟連線檔案... - + 選項 @@ -1018,9 +919,6 @@ VncSharp Control 版本 {0} 另儲連線檔案... - - 快照 - 快照管理員 @@ -1060,7 +958,7 @@ VncSharp Control 版本 {0} 檢視(&V) - + 只有檢視 (VNC) @@ -1105,9 +1003,6 @@ VncSharp Control 版本 {0} 不結束指定 App。 - - - @@ -1304,7 +1199,7 @@ VncSharp Control 版本 {0} 輸入針對 Proxy 伺服器的驗證使用者名稱。 - + 主機名稱/IP @@ -1334,9 +1229,6 @@ VncSharp Control 版本 {0} 顯示底色圖案 - - 網域 - 桌面壓縮 @@ -1358,9 +1250,6 @@ VncSharp Control 版本 {0} 外部工具之前 - - 圖示 - MAC 位址 @@ -1370,15 +1259,12 @@ VncSharp Control 版本 {0} 面板 - + 密碼 - + 連接埠 - - 協定 - PuTTY 工作階段 @@ -1436,12 +1322,6 @@ VncSharp Control 版本 {0} 使用者欄位 - - 使用者名稱 - - - 只有檢視 - Proxy 位址 @@ -1490,7 +1370,7 @@ VncSharp Control 版本 {0} Killing Putty Process 失敗! - + 面板處理: {0} @@ -1680,10 +1560,10 @@ VncSharp Control 版本 {0} RDP SetProps 失敗! - Rdp Set Redirection 失敗! + RDP Set Redirection 失敗! - Rdp Set Redirect Keys 失敗! + RDP Set Redirect Keys 失敗! RDP SetResolution 失敗! @@ -1787,15 +1667,6 @@ VncSharp Control 版本 {0} 按一下切換到開啟的連線 - - 比例 - - - 任意 - - - 不智慧大小 - Socks 5 @@ -1856,9 +1727,6 @@ VncSharp Control 版本 {0} 進階 - - 外觀 - 索引標籤 && 面板 @@ -1877,9 +1745,6 @@ VncSharp Control 版本 {0} 連線面板 - - 一般 - 組態面板背景色。 @@ -2003,7 +1868,7 @@ VncSharp Control 版本 {0} 傳輸失敗! - + 嘗試整合 From 5ccc2b1d2a46910bbabbdaefd2fcf8a8a5e58dee Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 00:18:20 +0200 Subject: [PATCH 03/11] fixed calls to language class in code --- .../Connection/AbstractConnectionRecord.cs | 98 +++++++++---------- .../Connection/ConnectionInfoInheritance.cs | 94 +++++++++--------- .../Connection/Protocol/IntegratedProgram.cs | 2 +- mRemoteV1/Connection/Protocol/PuttyBase.cs | 2 +- .../UI/Controls/ConnectionContextMenu.cs | 8 +- .../ConnectionInfoPropertyGrid.cs | 2 +- .../UI/Controls/CredentialRecordListView.cs | 4 +- .../UI/Controls/QuickConnectToolStrip.cs | 4 +- mRemoteV1/UI/Forms/ExportForm.cs | 12 +-- .../UI/Forms/OptionsPages/AppearancePage.cs | 2 +- .../UI/Forms/OptionsPages/ComponentsPage.cs | 10 +- .../UI/Forms/OptionsPages/CredentialsPage.cs | 8 +- .../UI/Forms/OptionsPages/SqlServerPage.cs | 6 +- .../UI/Forms/OptionsPages/UpdatesPage.cs | 6 +- mRemoteV1/UI/Forms/PasswordForm.cs | 2 +- mRemoteV1/UI/Menu/HelpMenu.cs | 4 +- mRemoteV1/UI/Menu/MainFileMenu.cs | 12 +-- mRemoteV1/UI/Menu/ToolsMenu.cs | 4 +- mRemoteV1/UI/Menu/ViewMenu.cs | 8 +- .../UI/Window/ActiveDirectoryImportWindow.cs | 2 +- mRemoteV1/UI/Window/ConfigWindow.cs | 8 +- mRemoteV1/UI/Window/ConnectionTreeWindow.cs | 4 +- mRemoteV1/UI/Window/ConnectionWindow.cs | 12 +-- .../UI/Window/ErrorAndInfoWindow.Designer.cs | 2 +- mRemoteV1/UI/Window/ExternalToolsWindow.cs | 28 +++--- mRemoteV1/UI/Window/PortScanWindow.cs | 2 +- mRemoteV1/UI/Window/SSHTransferWindow.cs | 10 +- mRemoteV1/UI/Window/UltraVNCWindow.cs | 4 +- mRemoteV1/UI/Window/UpdateWindow.cs | 6 +- 29 files changed, 183 insertions(+), 183 deletions(-) diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index 88f542e61..090f6e666 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -118,8 +118,8 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), TypeConverter(typeof(ConnectionIcon)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameIcon)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionIcon))] + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Icon)), + LocalizedAttributes.LocalizedDescription(nameof(Language.Icon))] public virtual string Icon { get => GetPropertyValue("Icon", _icon); @@ -139,8 +139,8 @@ namespace mRemoteNG.Connection #region Connection - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.HostnameIp)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAddress)), UsedInAllProtocolsExcept()] public virtual string Hostname @@ -149,8 +149,8 @@ namespace mRemoteNG.Connection set => SetField(ref _hostname, value?.Trim(), "Hostname"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Port)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPort)), UsedInAllProtocolsExcept(ProtocolType.ICA)] public virtual int Port @@ -159,8 +159,8 @@ namespace mRemoteNG.Connection set => SetField(ref _port, value, "Port"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Username)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUsername)), UsedInAllProtocolsExcept(ProtocolType.VNC, ProtocolType.Telnet, ProtocolType.Rlogin, ProtocolType.RAW)] public virtual string Username @@ -169,8 +169,8 @@ namespace mRemoteNG.Connection set => SetField(ref _username, Settings.Default.DoNotTrimUsername ? value : value?.Trim(), "Username"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Password)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPassword)), PasswordPropertyText(true), UsedInAllProtocolsExcept(ProtocolType.Telnet, ProtocolType.Rlogin, ProtocolType.RAW)] @@ -180,8 +180,8 @@ namespace mRemoteNG.Connection set => SetField(ref _password, value, "Password"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Domain)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDomain)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA, ProtocolType.IntApp, ProtocolType.PowerShell)] public string Domain @@ -190,7 +190,7 @@ namespace mRemoteNG.Connection set => SetField(ref _domain, value?.Trim(), "Domain"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVmId)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVmId)), UsedInProtocol(ProtocolType.RDP)] @@ -200,7 +200,7 @@ namespace mRemoteNG.Connection set => SetField(ref _vmId, value?.Trim(), "VmId"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHTunnelConnection)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(SshTunnelTypeConverter)), @@ -214,8 +214,8 @@ namespace mRemoteNG.Connection #region Protocol - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameProtocol)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Protocol)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionProtocol)), TypeConverter(typeof(MiscTools.EnumTypeConverter))] public virtual ProtocolType Protocol @@ -224,7 +224,7 @@ namespace mRemoteNG.Connection set => SetField(ref _protocol, value, "Protocol"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRdpVersion)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -235,7 +235,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpProtocolVersion, value, nameof(RdpVersion)); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalTool)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(ExternalToolsTypeConverter)), @@ -246,7 +246,7 @@ namespace mRemoteNG.Connection set => SetField(ref _extApp, value, "ExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePuttySession)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(Config.Putty.PuttySessionsManager.SessionList)), @@ -258,7 +258,7 @@ namespace mRemoteNG.Connection set => SetField(ref _puttySession, value, "PuttySession"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHOptions)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHOptions)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2)] @@ -268,7 +268,7 @@ namespace mRemoteNG.Connection set => SetField(ref _sshOptions, value, "SSHOptions"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncryptionStrength)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -279,7 +279,7 @@ namespace mRemoteNG.Connection set => SetField(ref _icaEncryption, value, "ICAEncryptionStrength"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseConsoleSession)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -290,7 +290,7 @@ namespace mRemoteNG.Connection set => SetField(ref _useConsoleSession, value, "UseConsoleSession"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationLevel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -301,7 +301,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpAuthenticationLevel, value, "RDPAuthenticationLevel"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] @@ -318,7 +318,7 @@ namespace mRemoteNG.Connection } } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPAlertIdleTimeout)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] @@ -328,7 +328,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdpAlertIdleTimeout, value, "RDPAlertIdleTimeout"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameLoadBalanceInfo)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionLoadBalanceInfo)), UsedInProtocol(ProtocolType.RDP)] @@ -338,7 +338,7 @@ namespace mRemoteNG.Connection set => SetField(ref _loadBalanceInfo, value?.Trim(), "LoadBalanceInfo"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRenderingEngine)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -349,7 +349,7 @@ namespace mRemoteNG.Connection set => SetField(ref _renderingEngine, value, "RenderingEngine"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseCredSsp)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -360,7 +360,7 @@ namespace mRemoteNG.Connection set => SetField(ref _useCredSsp, value, "UseCredSsp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseVmId)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -371,7 +371,7 @@ namespace mRemoteNG.Connection set => SetField(ref _useVmId, value, "UseVmId"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseEnhancedMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -452,7 +452,7 @@ namespace mRemoteNG.Connection #region Appearance - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameResolution)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -463,7 +463,7 @@ namespace mRemoteNG.Connection set => SetField(ref _resolution, value, "Resolution"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAutomaticResize)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -474,7 +474,7 @@ namespace mRemoteNG.Connection set => SetField(ref _automaticResize, value, "AutomaticResize"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -485,7 +485,7 @@ namespace mRemoteNG.Connection set => SetField(ref _colors, value, "Colors"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCacheBitmaps)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -496,7 +496,7 @@ namespace mRemoteNG.Connection set => SetField(ref _cacheBitmaps, value, "CacheBitmaps"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayWallpaper)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -507,7 +507,7 @@ namespace mRemoteNG.Connection set => SetField(ref _displayWallpaper, value, "DisplayWallpaper"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayThemes)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -518,7 +518,7 @@ namespace mRemoteNG.Connection set => SetField(ref _displayThemes, value, "DisplayThemes"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableFontSmoothing)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -529,7 +529,7 @@ namespace mRemoteNG.Connection set => SetField(ref _enableFontSmoothing, value, "EnableFontSmoothing"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableDesktopComposition)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -540,7 +540,7 @@ namespace mRemoteNG.Connection set => SetField(ref _enableDesktopComposition, value, "EnableDesktopComposition"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableFullWindowDrag)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -551,7 +551,7 @@ namespace mRemoteNG.Connection set => SetField(ref _disableFullWindowDrag, value, "DisableFullWindowDrag"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableMenuAnimations)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -562,7 +562,7 @@ namespace mRemoteNG.Connection set => SetField(ref _disableMenuAnimations, value, "DisableMenuAnimations"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -573,7 +573,7 @@ namespace mRemoteNG.Connection set => SetField(ref _disableCursorShadow, value, "DisableCursorShadow"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -745,7 +745,7 @@ namespace mRemoteNG.Connection #region VNC // TODO: it seems all these VNC properties were added and serialized but // never hooked up to the VNC protocol or shown to the user - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCompression)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -757,7 +757,7 @@ namespace mRemoteNG.Connection set => SetField(ref _vncCompression, value, "VNCCompression"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncoding)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -769,7 +769,7 @@ namespace mRemoteNG.Connection set => SetField(ref _vncEncoding, value, "VNCEncoding"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -838,7 +838,7 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyPassword, value, "VNCProxyPassword"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -850,7 +850,7 @@ namespace mRemoteNG.Connection set => SetField(ref _vncColors, value, "VNCColors"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSmartSizeMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -861,8 +861,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncSmartSizeMode, value, "VNCSmartSizeMode"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameViewOnly)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ViewOnly)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionViewOnly)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.VNC)] diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index 81744d6d4..ac2e2e679 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -14,7 +14,7 @@ namespace mRemoteNG.Connection #region General - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGeneral)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.General)), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAll)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAll)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -35,7 +35,7 @@ namespace mRemoteNG.Connection public bool Description { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameIcon)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Icon)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionIcon)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Icon { get; set; } @@ -50,41 +50,41 @@ namespace mRemoteNG.Connection #region Connection - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Username)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Username { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVmId)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool VmId { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Password)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Password { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDomain)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Domain)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDomain)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool Domain { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Port)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPort)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Port { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 3), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.PropertyNameSSHTunnelConnection)), LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -95,91 +95,91 @@ namespace mRemoteNG.Connection #region Protocol - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameProtocol)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Protocol)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionProtocol)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Protocol { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRdpVersion)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RdpVersion { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalTool)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePuttySession)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PuttySession { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSSHOptions)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSSHOptions)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SSHOptions { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncryptionStrength)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ICAEncryptionStrength { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationLevel)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAuthenticationLevel { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPMinutesToIdleTimeout { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPAlertIdleTimeout)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAlertIdleTimeout { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameLoadBalanceInfo)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionLoadBalanceInfo)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool LoadBalanceInfo { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRenderingEngine)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RenderingEngine { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseConsoleSession)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseConsoleSession { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseCredSsp)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseCredSsp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseVmId)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseVmId { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProtocol), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseEnhancedMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -229,73 +229,73 @@ namespace mRemoteNG.Connection #region Appearance - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameResolution)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Resolution { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAutomaticResize)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool AutomaticResize { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Colors { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCacheBitmaps)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool CacheBitmaps { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayWallpaper)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayWallpaper { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayThemes)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayThemes { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableFontSmoothing)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableFontSmoothing { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableDesktopComposition)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableDesktopComposition { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableFullWindowDrag)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableFullWindowDrag { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableMenuAnimations)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableMenuAnimations { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorShadow)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableCursorShadow { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorBlinking)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorBlinking)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -395,17 +395,17 @@ namespace mRemoteNG.Connection #endregion #region VNC - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCompression)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCCompression {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncoding)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCEncoding {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryConnection), 9), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 9), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCAuthMode {get; set;} @@ -435,18 +435,18 @@ namespace mRemoteNG.Connection LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPassword {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCColors {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSmartSizeMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCSmartSizeMode {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryAppearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameViewOnly)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ViewOnly)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionViewOnly)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCViewOnly {get; set;} #endregion diff --git a/mRemoteV1/Connection/Protocol/IntegratedProgram.cs b/mRemoteV1/Connection/Protocol/IntegratedProgram.cs index 34563b326..acd40b420 100644 --- a/mRemoteV1/Connection/Protocol/IntegratedProgram.cs +++ b/mRemoteV1/Connection/Protocol/IntegratedProgram.cs @@ -104,7 +104,7 @@ namespace mRemoteNG.Connection.Protocol string.Format(Language.IntAppTitle, _process.MainWindowTitle), true); Runtime.MessageCollector?.AddMessage(MessageClass.InformationMsg, - string.Format(Language.IntAppParentHandle, + string.Format(Language.PanelHandle, InterfaceControl.Parent.Handle), true); Resize(this, new EventArgs()); diff --git a/mRemoteV1/Connection/Protocol/PuttyBase.cs b/mRemoteV1/Connection/Protocol/PuttyBase.cs index d1ef18d09..0eb165219 100644 --- a/mRemoteV1/Connection/Protocol/PuttyBase.cs +++ b/mRemoteV1/Connection/Protocol/PuttyBase.cs @@ -186,7 +186,7 @@ namespace mRemoteNG.Connection.Protocol string.Format(Language.PuttyTitle, PuttyProcess.MainWindowTitle), true); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, - string.Format(Language.PuttyParentHandle, + string.Format(Language.PanelHandle, InterfaceControl.Parent.Handle), true); Resize(this, new EventArgs()); diff --git a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs index 7f999b537..46e3f27fc 100644 --- a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs +++ b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs @@ -409,14 +409,14 @@ namespace mRemoteNG.UI.Controls _cMenTreeConnectWithOptionsNoCredentials.Text = Language.ConnectNoCredentials; _cMenTreeConnectWithOptionsChoosePanelBeforeConnecting.Text = Language.ChoosePanelBeforeConnecting; _cMenTreeConnectWithOptionsViewOnly.Text = Language.ConnectInViewOnlyMode; - _cMenTreeDisconnect.Text = Language.MenuDisconnect; + _cMenTreeDisconnect.Text = Language.Disconnect; _cMenTreeToolsExternalApps.Text = Language.MenuExternalTools; _cMenTreeToolsTransferFile.Text = Language.MenuTransferFile; _cMenTreeDuplicate.Text = Language.Duplicate; _cMenTreeRename.Text = Language.Rename; - _cMenTreeDelete.Text = Language.MenuDelete; + _cMenTreeDelete.Text = Language.Delete; _cMenTreeCopyHostname.Text = Language.MenuCopyHostname; _cMenTreeImport.Text = Language.ImportMenuItem; @@ -425,8 +425,8 @@ namespace mRemoteNG.UI.Controls _cMenTreeImportPortScan.Text = Language.ImportPortScan; _cMenTreeExportFile.Text = Language.ExportToFileMenuItem; - _cMenTreeAddConnection.Text = Language.AddConnection; - _cMenTreeAddFolder.Text = Language.AddFolder; + _cMenTreeAddConnection.Text = Language.NewConnection; + _cMenTreeAddFolder.Text = Language.NewFolder; _cMenTreeToolsSort.Text = Language.Sort; _cMenTreeToolsSortAscending.Text = Language.SortAsc; diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs index ec9a13f38..22bd8758b 100644 --- a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs +++ b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs @@ -282,7 +282,7 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid if (IsShowingInheritance) return; - if (e.ChangedItem.Label == Language.PropertyNameProtocol) + if (e.ChangedItem.Label == Language.Protocol) { SelectedConnectionInfo.SetDefaultPort(); } diff --git a/mRemoteV1/UI/Controls/CredentialRecordListView.cs b/mRemoteV1/UI/Controls/CredentialRecordListView.cs index 11bcf5c44..539490ecb 100644 --- a/mRemoteV1/UI/Controls/CredentialRecordListView.cs +++ b/mRemoteV1/UI/Controls/CredentialRecordListView.cs @@ -74,8 +74,8 @@ namespace mRemoteNG.UI.Controls private void ApplyLanguage() { olvColumnTitle.Text = Language.Title; - olvColumnUsername.Text = Language.PropertyNameUsername; - olvColumnDomain.Text = Language.PropertyNameDomain; + olvColumnUsername.Text = Language.Username; + olvColumnDomain.Text = Language.Domain; } private object CredentialIdAspectGetter(object rowObject) diff --git a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs index aeedefdbc..84f9deb8f 100644 --- a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs +++ b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs @@ -109,7 +109,7 @@ namespace mRemoteNG.UI.Controls _btnQuickConnect.Margin = new Padding(0, 1, 3, 2); _btnQuickConnect.Name = "btnQuickConnect"; _btnQuickConnect.Size = new Size(84, 22); - _btnQuickConnect.Text = Language.MenuConnect; + _btnQuickConnect.Text = Language.Connect; _btnQuickConnect.ButtonClick += btnQuickConnect_ButtonClick; _btnQuickConnect.DropDownItemClicked += btnQuickConnect_DropDownItemClicked; // @@ -130,7 +130,7 @@ namespace mRemoteNG.UI.Controls _btnConnections.ImageTransparentColor = Color.Magenta; _btnConnections.Name = "btnConnections"; _btnConnections.Size = new Size(29, 22); - _btnConnections.Text = Language.MenuConnections; + _btnConnections.Text = Language.Connections; _btnConnections.DropDownOpening += btnConnections_DropDownOpening; // // mnuConnections diff --git a/mRemoteV1/UI/Forms/ExportForm.cs b/mRemoteV1/UI/Forms/ExportForm.cs index 1c712265e..68c0ea397 100644 --- a/mRemoteV1/UI/Forms/ExportForm.cs +++ b/mRemoteV1/UI/Forms/ExportForm.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.ComponentModel; using System.Windows.Forms; @@ -231,7 +231,7 @@ namespace mRemoteNG.UI.Forms Text = Language.Export; grpFile.Text = Language.ExportFile; - lblFileName.Text = Language.LabelFilename; + lblFileName.Text = Language.Filename; btnBrowse.Text = Language.ButtonBrowse; lblFileFormat.Text = Language.FileFormatLabel; @@ -241,11 +241,11 @@ namespace mRemoteNG.UI.Forms rdoExportSelectedConnection.Text = Language.ExportSelectedConnection; grpProperties.Text = Language.ExportProperties; - chkUsername.Text = Language.CheckboxUsername; - chkPassword.Text = Language.CheckboxPassword; - chkDomain.Text = Language.CheckboxDomain; + chkUsername.Text = Language.Username; + chkPassword.Text = Language.Password; + chkDomain.Text = Language.Domain; chkAssignedCredential.Text = Language.AssignedCredential; - chkInheritance.Text = Language.CheckboxInheritance; + chkInheritance.Text = Language.Inheritance; lblUncheckProperties.Text = Language.UncheckProperties; btnOK.Text = Language.ButtonOK; diff --git a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs b/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs index 0c74715c2..46f817a1c 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AppearancePage.cs @@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.TabAppearance; + get => Language.Appearance; set { } } diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs index d5d922f53..5f7414d0a 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs @@ -38,7 +38,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.ApplyLanguage(); Text = Language.ComponentsCheck; - btnCheckAgain.Text = Language.CcCheckAgain; + btnCheckAgain.Text = Language.Refresh; } private void BtnCheckAgain_Click(object sender, EventArgs e) @@ -76,7 +76,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck1.Image = Resources.Bad_Symbol; lblCheck1.ForeColor = Color.Firebrick; - lblCheck1.Text = "RDP (Remote Desktop) " + Language.CcCheckFailed; + lblCheck1.Text = "RDP (Remote Desktop) " + Language.CheckFailed; txtCheck1.Text = string.Format(Language.CcRDPFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, @@ -111,7 +111,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck2.Image = Resources.Bad_Symbol; lblCheck2.ForeColor = Color.Firebrick; - lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CcCheckFailed; + lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CheckFailed; txtCheck2.Text = string.Format(Language.CcVNCFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, @@ -147,7 +147,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck3.Image = Resources.Bad_Symbol; lblCheck3.ForeColor = Color.Firebrick; - lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CcCheckFailed; + lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CheckFailed; txtCheck3.Text = Language.CcPuttyFailed; Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, @@ -178,7 +178,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck4.Image = Resources.Bad_Symbol; lblCheck4.ForeColor = Color.Firebrick; - lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CcCheckFailed; + lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CheckFailed; txtCheck4.Text = string.Format(Language.CcICAFailed, GeneralAppInfo.UrlForum); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, diff --git a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs index a7e787899..7b5601a06 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/CredentialsPage.cs @@ -23,12 +23,12 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); lblDefaultCredentials.Text = Language.EmptyUsernamePasswordDomainFields; - radCredentialsNoInfo.Text = Language.NoInformation; + radCredentialsNoInfo.Text = Language.None; radCredentialsWindows.Text = Language.MyCurrentWindowsCreds; radCredentialsCustom.Text = Language.TheFollowing; - lblCredentialsUsername.Text = Language.LabelUsername; - lblCredentialsPassword.Text = Language.LabelPassword; - lblCredentialsDomain.Text = Language.LabelDomain; + lblCredentialsUsername.Text = Language.Username; + lblCredentialsPassword.Text = Language.Password; + lblCredentialsDomain.Text = Language.Domain; } public override void LoadSettings() diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs index c5bff4e23..6d46dff9d 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs @@ -34,9 +34,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkUseSQLServer.Text = Language.UseSQLServer; lblSQLServer.Text = Language.LabelHostname; - lblSQLDatabaseName.Text = Language.LabelSQLServerDatabaseName; - lblSQLUsername.Text = Language.LabelUsername; - lblSQLPassword.Text = Language.LabelPassword; + lblSQLDatabaseName.Text = Language.Database; + lblSQLUsername.Text = Language.Username; + lblSQLPassword.Text = Language.Password; lblSQLReadOnly.Text = Language.LabelReadOnly; btnTestConnection.Text = Language.TestConnection; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs index b11e37aea..a45f79140 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs @@ -47,11 +47,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkUseProxyForAutomaticUpdates.Text = Language.CheckboxUpdateUseProxy; lblProxyAddress.Text = Language.LabelAddress; - lblProxyPort.Text = Language.LabelPort; + lblProxyPort.Text = Language.Port; chkUseProxyAuthentication.Text = Language.CheckboxProxyAuthentication; - lblProxyUsername.Text = Language.LabelUsername; - lblProxyPassword.Text = Language.LabelPassword; + lblProxyUsername.Text = Language.Username; + lblProxyPassword.Text = Language.Password; btnTestProxy.Text = Language.ButtonTestProxy; } diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteV1/UI/Forms/PasswordForm.cs index ffa6d5fa9..fb1d71109 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.cs @@ -99,7 +99,7 @@ namespace mRemoteNG.UI.Forms ? Language.TitlePassword : string.Format(Language.TitlePasswordWithName, _passwordName); - lblPassword.Text = Language.LabelPassword; + lblPassword.Text = Language.Password; lblVerify.Text = Language.LabelVerify; btnCancel.Text = Language.ButtonCancel; btnOK.Text = Language.ButtonOK; diff --git a/mRemoteV1/UI/Menu/HelpMenu.cs b/mRemoteV1/UI/Menu/HelpMenu.cs index b67ffe4bd..1a2dabab2 100644 --- a/mRemoteV1/UI/Menu/HelpMenu.cs +++ b/mRemoteV1/UI/Menu/HelpMenu.cs @@ -128,7 +128,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoAbout.Image = Resources.mRemoteNG; _mMenInfoAbout.Name = "mMenInfoAbout"; _mMenInfoAbout.Size = new System.Drawing.Size(190, 22); - _mMenInfoAbout.Text = Language.MenuAbout; + _mMenInfoAbout.Text = Language.About; _mMenInfoAbout.Click += mMenInfoAbout_Click; } @@ -141,7 +141,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoForum.Text = Language.MenuSupportForum; _mMenInfoBugReport.Text = Language.MenuReportBug; _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; - _mMenInfoAbout.Text = Language.MenuAbout; + _mMenInfoAbout.Text = Language.About; } #region Info diff --git a/mRemoteV1/UI/Menu/MainFileMenu.cs b/mRemoteV1/UI/Menu/MainFileMenu.cs index 9d7499a5e..c44eea8bc 100644 --- a/mRemoteV1/UI/Menu/MainFileMenu.cs +++ b/mRemoteV1/UI/Menu/MainFileMenu.cs @@ -291,9 +291,9 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileDelete.Text = Language.Delete; _mMenFileRename.Text = Language.MenuRenameFolder; - _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenFileDuplicate.Text = Language.Duplicate; _mMenReconnectAll.Text = Language.MenuReconnectAll; break; case TreeNodeType.Container: @@ -328,9 +328,9 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = false; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileDelete.Text = Language.Delete; _mMenFileRename.Text = Language.MenuRename; - _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenFileDuplicate.Text = Language.Duplicate; _mMenReconnectAll.Text = Language.MenuReconnectAll; break; default: @@ -340,9 +340,9 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = false; _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.MenuDelete; + _mMenFileDelete.Text = Language.Delete; _mMenFileRename.Text = Language.MenuRename; - _mMenFileDuplicate.Text = Language.MenuDuplicate; + _mMenFileDuplicate.Text = Language.Duplicate; _mMenReconnectAll.Text = Language.MenuReconnectAll; break; } diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs index 0ef60098c..e3fcff858 100644 --- a/mRemoteV1/UI/Menu/ToolsMenu.cs +++ b/mRemoteV1/UI/Menu/ToolsMenu.cs @@ -100,7 +100,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsOptions.Image = Resources.Options; _mMenToolsOptions.Name = "mMenToolsOptions"; _mMenToolsOptions.Size = new System.Drawing.Size(184, 22); - _mMenToolsOptions.Text = Language.MenuOptions; + _mMenToolsOptions.Text = Language.Options; _mMenToolsOptions.Click += mMenToolsOptions_Click; } @@ -111,7 +111,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsExternalApps.Text = Language.MenuExternalTools; _mMenToolsPortScan.Text = Language.MenuPortScan; _mMenViewScreenshotManager.Text = Language.Screenshots; - _mMenToolsOptions.Text = Language.MenuOptions; + _mMenToolsOptions.Text = Language.Options; } #region Tools diff --git a/mRemoteV1/UI/Menu/ViewMenu.cs b/mRemoteV1/UI/Menu/ViewMenu.cs index af15be48e..9a5b3c4be 100644 --- a/mRemoteV1/UI/Menu/ViewMenu.cs +++ b/mRemoteV1/UI/Menu/ViewMenu.cs @@ -118,7 +118,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConnections.Image = Resources.Root; _mMenViewConnections.Name = "mMenViewConnections"; _mMenViewConnections.Size = new System.Drawing.Size(228, 22); - _mMenViewConnections.Text = Language.MenuConnections; + _mMenViewConnections.Text = Language.Connections; _mMenViewConnections.Click += mMenViewConnections_Click; // // mMenViewConfig @@ -232,7 +232,7 @@ namespace mRemoteNG.UI.Menu _mMenViewFullscreen.Name = "mMenViewFullscreen"; _mMenViewFullscreen.ShortcutKeys = Keys.F11; _mMenViewFullscreen.Size = new System.Drawing.Size(228, 22); - _mMenViewFullscreen.Text = Language.MenuFullScreen; + _mMenViewFullscreen.Text = Language.Fullscreen; _mMenViewFullscreen.Checked = Settings.Default.MainFormKiosk; _mMenViewFullscreen.Click += mMenViewFullscreen_Click; } @@ -243,7 +243,7 @@ namespace mRemoteNG.UI.Menu Text = Language.MenuView; _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; - _mMenViewConnections.Text = Language.MenuConnections; + _mMenViewConnections.Text = Language.Connections; _mMenViewConfig.Text = Language.MenuConfig; _mMenViewErrorsAndInfos.Text = Language.MenuNotifications; _mMenViewJumpTo.Text = Language.MenuJumpTo; @@ -254,7 +254,7 @@ namespace mRemoteNG.UI.Menu _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; _mMenViewExtAppsToolbar.Text = Language.MenuExternalToolsToolbar; _mMenViewMultiSshToolbar.Text = Language.MultiSshToolbar; - _mMenViewFullscreen.Text = Language.MenuFullScreen; + _mMenViewFullscreen.Text = Language.Fullscreen; } #region View diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs index 6657f8a8a..41baed20b 100644 --- a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs +++ b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs @@ -70,7 +70,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { btnImport.Text = Language.ButtonImport; - lblDomain.Text = Language.LabelDomain; + lblDomain.Text = Language.Domain; chkSubOU.Text = Language.ImportSubOUs; btnChangeDomain.Text = Language.ButtonChange; btnClose.Text = Language.ButtonClose; diff --git a/mRemoteV1/UI/Window/ConfigWindow.cs b/mRemoteV1/UI/Window/ConfigWindow.cs index b8a14da25..cac626306 100644 --- a/mRemoteV1/UI/Window/ConfigWindow.cs +++ b/mRemoteV1/UI/Window/ConfigWindow.cs @@ -292,11 +292,11 @@ namespace mRemoteNG.UI.Window #region Private Methods private void ApplyLanguage() { - _btnShowInheritance.Text = Language.ButtonInheritance; + _btnShowInheritance.Text = Language.Inheritance; _btnShowDefaultInheritance.Text = Language.ButtonDefaultInheritance; _btnShowProperties.Text = Language.ButtonProperties; _btnShowDefaultProperties.Text = Language.ButtonDefaultProperties; - _btnIcon.Text = Language.ButtonIcon; + _btnIcon.Text = Language.Icon; _btnHostStatus.Text = Language.Status; Text = Language.MenuConfig; TabText = Language.MenuConfig; @@ -475,13 +475,13 @@ namespace mRemoteNG.UI.Window { try { - if (e.ChangedItem.Label == Language.PropertyNameIcon) + if (e.ChangedItem.Label == Language.Icon) { var conIcon = ConnectionIcon.FromString(_pGrid.SelectedConnectionInfo.Icon); if (conIcon != null) _btnIcon.Image = conIcon.ToBitmap(); } - else if (e.ChangedItem.Label == Language.PropertyNameAddress) + else if (e.ChangedItem.Label == Language.HostnameIp) { SetHostStatus(_pGrid.SelectedConnectionInfo); } diff --git a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs index 64c0b402a..d1eaa698b 100644 --- a/mRemoteV1/UI/Window/ConnectionTreeWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionTreeWindow.cs @@ -82,8 +82,8 @@ namespace mRemoteNG.UI.Window Text = Language.Connections; TabText = Language.Connections; - mMenAddConnection.ToolTipText = Language.AddConnection; - mMenAddFolder.ToolTipText = Language.AddFolder; + mMenAddConnection.ToolTipText = Language.NewConnection; + mMenAddFolder.ToolTipText = Language.NewFolder; mMenViewExpandAllFolders.ToolTipText = Language.ExpandAllFolders; mMenViewCollapseAllFolders.ToolTipText = Language.CollapseAllFolders; mMenSort.ToolTipText = Language.Sort; diff --git a/mRemoteV1/UI/Window/ConnectionWindow.cs b/mRemoteV1/UI/Window/ConnectionWindow.cs index 05db0c210..1b79a27f8 100644 --- a/mRemoteV1/UI/Window/ConnectionWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionWindow.cs @@ -264,21 +264,21 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - cmenTabFullscreen.Text = Language.MenuFullScreenRDP; + cmenTabFullscreen.Text = Language.Fullscreen; cmenTabSmartSize.Text = Language.MenuSmartSize; - cmenTabViewOnly.Text = Language.MenuViewOnly; - cmenTabScreenshot.Text = Language.MenuScreenshot; + cmenTabViewOnly.Text = Language.ViewOnly; + cmenTabScreenshot.Text = Language.Screenshot; cmenTabStartChat.Text = Language.MenuStartChat; cmenTabTransferFile.Text = Language.MenuTransferFile; cmenTabRefreshScreen.Text = Language.MenuRefreshScreen; cmenTabSendSpecialKeys.Text = Language.MenuSendSpecialKeys; - cmenTabSendSpecialKeysCtrlAltDel.Text = Language.MenuCtrlAltDel; - cmenTabSendSpecialKeysCtrlEsc.Text = Language.MenuCtrlEsc; + cmenTabSendSpecialKeysCtrlAltDel.Text = Language.CtrlAltDel; + cmenTabSendSpecialKeysCtrlEsc.Text = Language.CtrlEsc; cmenTabExternalApps.Text = Language.MenuExternalTools; cmenTabRenameTab.Text = Language.MenuRenameTab; cmenTabDuplicateTab.Text = Language.MenuDuplicateTab; cmenTabReconnect.Text = Language.MenuReconnect; - cmenTabDisconnect.Text = Language.MenuDisconnect; + cmenTabDisconnect.Text = Language.Disconnect; cmenTabDisconnectOthers.Text = Language.MenuDisconnectOthers; cmenTabDisconnectOthersRight.Text = Language.MenuDisconnectOthersRight; cmenTabPuttySettings.Text = Language.PuttySettings; diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs index 2c6ee58d9..8d510d43e 100644 --- a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs +++ b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs @@ -109,7 +109,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.MenuDelete; + this.cMenMCDelete.Text = global::mRemoteNG.Language.Delete; this.cMenMCDelete.Click += new System.EventHandler(this.cMenMCDelete_Click); // // imgListMC diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteV1/UI/Window/ExternalToolsWindow.cs index f9f7a7003..fa4986a2c 100644 --- a/mRemoteV1/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteV1/UI/Window/ExternalToolsWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Linq; using System.Windows.Forms; using BrightIdeasSoftware; @@ -51,28 +51,28 @@ namespace mRemoteNG.UI.Window DeleteToolToolstripButton.Text = Language.OptionsThemeButtonDelete; LaunchToolToolstripButton.Text = Language.ButtonLaunch; - DisplayNameColumnHeader.Text = Language.ColumnDisplayName; - FilenameColumnHeader.Text = Language.ColumnFilename; - ArgumentsColumnHeader.Text = Language.ColumnArguments; + DisplayNameColumnHeader.Text = Language.DisplayName; + FilenameColumnHeader.Text = Language.Filename; + ArgumentsColumnHeader.Text = Language.Arguments; WorkingDirColumnHeader.Text = Language.WorkingDirColumnHeader; - WaitForExitColumnHeader.Text = Language.ColumnWaitForExit; - TryToIntegrateColumnHeader.Text = Language.TryToIntegrateColumnHeader; + WaitForExitColumnHeader.Text = Language.WaitForExit; + TryToIntegrateColumnHeader.Text = Language.TryToIntegrate; RunElevateHeader.Text = Language.RunElevateHeader; ShowOnToolbarColumnHeader.Text = Language.ShowOnToolbarColumnHeader; - TryToIntegrateCheckBox.Text = Language.TryIntegrate; + TryToIntegrateCheckBox.Text = Language.TryToIntegrate; ShowOnToolbarCheckBox.Text = Language.ShowOnToolbar; RunElevatedCheckBox.Text = Language.RunElevated; PropertiesGroupBox.Text = Language.GroupboxExternalToolProperties; - DisplayNameLabel.Text = Language.LabelDisplayName; - FilenameLabel.Text = Language.LabelFilename; - ArgumentsLabel.Text = Language.LabelArguments; - WorkingDirLabel.Text = Language.srtWorkingDirectory; - OptionsLabel.Text = Language.LabelOptions; + DisplayNameLabel.Text = Language.DisplayName; + FilenameLabel.Text = Language.Filename; + ArgumentsLabel.Text = Language.Arguments; + WorkingDirLabel.Text = Language.WorkingDirectory; + OptionsLabel.Text = Language.Options; - WaitForExitCheckBox.Text = Language.CheckboxWaitForExit; + WaitForExitCheckBox.Text = Language.WaitForExit; BrowseButton.Text = Language.ButtonBrowse; BrowseWorkingDir.Text = Language.ButtonBrowse; NewToolMenuItem.Text = Language.MenuNewExternalTool; @@ -337,7 +337,7 @@ namespace mRemoteNG.UI.Window return; e.Text = - $"'{Language.CheckboxWaitForExit}' cannot be enabled if '{Language.TryIntegrate}' is enabled"; + $"'{Language.WaitForExit}' cannot be enabled if '{Language.TryToIntegrate}' is enabled"; } #endregion diff --git a/mRemoteV1/UI/Window/PortScanWindow.cs b/mRemoteV1/UI/Window/PortScanWindow.cs index 953ea8b09..721fe2c31 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.cs @@ -165,7 +165,7 @@ namespace mRemoteNG.UI.Window btnScan.Text = Language.ButtonScan; btnImport.Text = Language.ButtonImport; lblOnlyImport.Text = Language.ProtocolToImport; - clmHost.Text = Language.ColumnHostnameIP; + clmHost.Text = Language.HostnameIp; clmOpenPorts.Text = Language.OpenPorts; clmClosedPorts.Text = Language.ClosedPorts; ngCheckFirstPort.Text = Language.StartPort; diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteV1/UI/Window/SSHTransferWindow.cs index 6bc428667..9db42bb1f 100644 --- a/mRemoteV1/UI/Window/SSHTransferWindow.cs +++ b/mRemoteV1/UI/Window/SSHTransferWindow.cs @@ -1,4 +1,4 @@ -using mRemoteNG.App; +using mRemoteNG.App; using System; using System.IO; using System.Threading; @@ -358,11 +358,11 @@ namespace mRemoteNG.UI.Window lblLocalFile.Text = Language.LocalFile + ":"; lblRemoteFile.Text = Language.RemoteFile + ":"; btnBrowse.Text = Language.ButtonBrowse; - grpConnection.Text = Language.GroupboxConnection; - lblProtocol.Text = Language.LabelProtocol; - lblPassword.Text = Language.LabelPassword; + grpConnection.Text = Language.Connection; + lblProtocol.Text = Language.Protocol; + lblPassword.Text = Language.Password; lblUser.Text = Language.User + ":"; - lblPort.Text = Language.LabelPort; + lblPort.Text = Language.Port; lblHost.Text = Language.Host + ":"; btnTransfer.Text = Language.Transfer; TabText = Language.MenuSSHFileTransfer; diff --git a/mRemoteV1/UI/Window/UltraVNCWindow.cs b/mRemoteV1/UI/Window/UltraVNCWindow.cs index 2ffc6b997..ac313782b 100644 --- a/mRemoteV1/UI/Window/UltraVNCWindow.cs +++ b/mRemoteV1/UI/Window/UltraVNCWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using mRemoteNG.App; using WeifenLuo.WinFormsUI.Docking; @@ -108,7 +108,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - btnDisconnect.Text = Language.ButtonDisconnect; + btnDisconnect.Text = Language.Disconnect; } private void StartListening() diff --git a/mRemoteV1/UI/Window/UpdateWindow.cs b/mRemoteV1/UI/Window/UpdateWindow.cs index 7d53e4c40..d032a77c2 100644 --- a/mRemoteV1/UI/Window/UpdateWindow.cs +++ b/mRemoteV1/UI/Window/UpdateWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.ComponentModel; using System.Diagnostics; using System.Drawing; @@ -63,7 +63,7 @@ namespace mRemoteNG.UI.Window btnDownload.Text = Runtime.IsPortableEdition ? Language.DownloadPortable : Language.DownloadAndInstall; - lblChangeLogLabel.Text = Language.LabelChangeLog; + lblChangeLogLabel.Text = Language.Changelog; lblInstalledVersion.Text = Language.Version; lblInstalledVersionLabel.Text = $"{Language.CurrentVersion}:"; lblLatestVersion.Text = Language.Version; @@ -192,7 +192,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - lblStatus.Text = Language.UpdateCheckFailedLabel; + lblStatus.Text = Language.CheckFailed; lblStatus.ForeColor = Color.OrangeRed; Runtime.MessageCollector?.AddExceptionStackTrace(Language.UpdateCheckCompleteFailed, ex); From 57d72d2cf68ca472aa44c508127fa6cbfa083881 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 00:34:16 +0200 Subject: [PATCH 04/11] updated changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08b24306..4c0e8fbe1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - #1767: Turned about window into a simple popup form - #1766: Converted components check page into options page - #1690: Replaced GeckoFX (Firefox) with CefSharp (Chromium) +- #1325: Language resource files cleanup ### Fixed - #1773: Connection issue with mysql - Missing fields in tblCons - #1720: Show configuration file name in title of password prompt form From 5cafdcd4eebf8f999fc6708d27e417f18578461a Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 00:47:04 +0200 Subject: [PATCH 05/11] removed unused strings --- .../Resources/Language/Language.Designer.cs | 1314 ----------------- .../Resources/Language/Language.cs-CZ.resx | 391 +---- mRemoteV1/Resources/Language/Language.de.resx | 447 ------ mRemoteV1/Resources/Language/Language.el.resx | 36 - .../Resources/Language/Language.en-US.resx | 108 -- .../Resources/Language/Language.es-AR.resx | 33 - mRemoteV1/Resources/Language/Language.es.resx | 247 ---- mRemoteV1/Resources/Language/Language.fr.resx | 311 ---- mRemoteV1/Resources/Language/Language.hu.resx | 27 - mRemoteV1/Resources/Language/Language.it.resx | 318 ---- .../Resources/Language/Language.ja-JP.resx | 365 ----- .../Resources/Language/Language.ko-KR.resx | 390 ----- mRemoteV1/Resources/Language/Language.lt.resx | 108 -- .../Resources/Language/Language.nb-NO.resx | 447 ------ mRemoteV1/Resources/Language/Language.nl.resx | 316 ---- mRemoteV1/Resources/Language/Language.pl.resx | 306 ---- .../Resources/Language/Language.pt-BR.resx | 45 - mRemoteV1/Resources/Language/Language.pt.resx | 288 ---- mRemoteV1/Resources/Language/Language.resx | 444 ------ mRemoteV1/Resources/Language/Language.ru.resx | 444 ------ .../Resources/Language/Language.tr-TR.resx | 354 ----- mRemoteV1/Resources/Language/Language.uk.resx | 432 ------ .../Resources/Language/Language.zh-CN.resx | 444 ------ .../Resources/Language/Language.zh-TW.resx | 309 ---- .../UI/Window/PortScanWindow.Designer.cs | 4 - 25 files changed, 3 insertions(+), 7925 deletions(-) diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index 24d30594d..a86663d7f 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -69,24 +69,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Accept. - /// - internal static string Accept { - get { - return ResourceManager.GetString("Accept", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Active. - /// - internal static string Active { - get { - return ResourceManager.GetString("Active", resourceCulture); - } - } - /// /// Looks up a localized string similar to Active Directory. /// @@ -96,15 +78,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Activity. - /// - internal static string Activity { - get { - return ResourceManager.GetString("Activity", resourceCulture); - } - } - /// /// Looks up a localized string similar to Add. /// @@ -123,15 +96,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to AddNodesFromSQL failed!. - /// - internal static string AddNodesFromSqlFailed { - get { - return ResourceManager.GetString("AddNodesFromSqlFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Advanced security options. /// @@ -303,15 +267,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Minutes (0 means disabled). - /// - internal static string AutoSaveMins { - get { - return ResourceManager.GetString("AutoSaveMins", resourceCulture); - } - } - /// /// Looks up a localized string similar to Latest version. /// @@ -321,15 +276,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Back. - /// - internal static string Back { - get { - return ResourceManager.GetString("Back", resourceCulture); - } - } - /// /// Looks up a localized string similar to Apply. /// @@ -474,16 +420,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to You cannot import a normal connection file. - ///Please use File - Open Connection File for normal connection files!. - /// - internal static string CannotImportNormalSessionFile { - get { - return ResourceManager.GetString("CannotImportNormalSessionFile", resourceCulture); - } - } - /// /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. /// @@ -538,15 +474,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Always show this screen at startup. - /// - internal static string CcAlwaysShowScreen { - get { - return ResourceManager.GetString("CcAlwaysShowScreen", resourceCulture); - } - } - /// /// Looks up a localized string similar to Check succeeded!. /// @@ -556,27 +483,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system. - ///mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer. - ///To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). - ///If this check still fails or you are unable to use the (RDP) Sessions feat [rest of string was truncated]";. - /// - internal static string CcEOLFailed { - get { - return ResourceManager.GetString("CcEOLFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to EOLWTSCOM was found and seems to be registered properly.. - /// - internal static string CcEOLOK { - get { - return ResourceManager.GetString("CcEOLOK", resourceCulture); - } - } - /// /// Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/. /// @@ -1006,16 +912,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Do you want to close the connection: - ///"{0}"?. - /// - internal static string ConfirmCloseConnectionMainInstruction { - get { - return ResourceManager.GetString("ConfirmCloseConnectionMainInstruction", resourceCulture); - } - } - /// /// Looks up a localized string similar to Are you sure you want to close all connections except for "{0}"?. /// @@ -1034,15 +930,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Are you sure you want to close all connections to the right of "{0}"?. - /// - internal static string ConfirmCloseConnectionRightInstruction { - get { - return ResourceManager.GetString("ConfirmCloseConnectionRightInstruction", resourceCulture); - } - } - /// /// Looks up a localized string similar to Are you sure you want to delete the credential record, {0}?. /// @@ -1205,15 +1092,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Connection file path. - /// - internal static string ConnectionFilePath { - get { - return ResourceManager.GetString("ConnectionFilePath", resourceCulture); - } - } - /// /// Looks up a localized string similar to Opening connection failed!. /// @@ -1232,17 +1110,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to RDP error! - ///Error Code: {0} - ///Error Description: {1}. - /// - internal static string ConnectionRdpErrorDetail { - get { - return ResourceManager.GetString("ConnectionRdpErrorDetail", resourceCulture); - } - } - /// /// Looks up a localized string similar to Connections. /// @@ -1270,15 +1137,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Couldn't import connections file!. - /// - internal static string ConnectionsFileCouldNotBeImported { - get { - return ResourceManager.GetString("ConnectionsFileCouldNotBeImported", resourceCulture); - } - } - /// /// Looks up a localized string similar to Connections file "{0}" could not be loaded!. /// @@ -1298,15 +1156,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Couldn't save connections file!. - /// - internal static string ConnectionsFileCouldNotBeSaved { - get { - return ResourceManager.GetString("ConnectionsFileCouldNotBeSaved", resourceCulture); - } - } - /// /// Looks up a localized string similar to Couldn't save connections file as "{0}"!. /// @@ -1361,15 +1210,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}"). - /// - internal static string ConnenctionClosedByUserDetail { - get { - return ResourceManager.GetString("ConnenctionClosedByUserDetail", resourceCulture); - } - } - /// /// Looks up a localized string similar to Connection Event Closed. /// @@ -1415,15 +1255,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Create and open new file. - /// - internal static string CreateAndOpenNewFile { - get { - return ResourceManager.GetString("CreateAndOpenNewFile", resourceCulture); - } - } - /// /// Looks up a localized string similar to Create an empty panel when mRemoteNG starts. /// @@ -1433,35 +1264,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Credential Editor. - /// - internal static string CredentialEditor { - get { - return ResourceManager.GetString("CredentialEditor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Credential Manager. - /// - internal static string CredentialManager { - get { - return ResourceManager.GetString("CredentialManager", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to In v1.76 we have introduced a credential management system. This feature requires a significant change in how we store and interact with credentials within mRemoteNG. You will be required to perform a one-way upgrade of your mRemoteNG connections file. - /// - ///This page will walk you through the process of upgrading your connections file or give you a chance to open a different connections file if you do not want to perform the upgrade.. - /// - internal static string CredentialManagerUpgradeDescription { - get { - return ResourceManager.GetString("CredentialManagerUpgradeDescription", resourceCulture); - } - } - /// /// Looks up a localized string similar to Credentials. /// @@ -1543,15 +1345,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Default Theme. - /// - internal static string DefaultTheme { - get { - return ResourceManager.GetString("DefaultTheme", resourceCulture); - } - } - /// /// Looks up a localized string similar to Delete.... /// @@ -1831,24 +1624,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to CloneNode (Tree.Node) failed . {0}. - /// - internal static string ErrorCloneNodeFailed { - get { - return ResourceManager.GetString("ErrorCloneNodeFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Error code {0}.. - /// - internal static string ErrorCode { - get { - return ResourceManager.GetString("ErrorCode", resourceCulture); - } - } - /// /// Looks up a localized string similar to The connection list could not be saved.. /// @@ -1997,15 +1772,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Export mRemote/mRemoteNG XML. - /// - internal static string ExportmRemoteXML { - get { - return ResourceManager.GetString("ExportmRemoteXML", resourceCulture); - } - } - /// /// Looks up a localized string similar to Export Properties. /// @@ -2060,24 +1826,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Includes icons by [FAMFAMFAM]. - /// - internal static string FAMFAMFAMAttribution { - get { - return ResourceManager.GetString("FAMFAMFAMAttribution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to http://www.famfamfam.com/. - /// - internal static string FAMFAMFAMAttributionURL { - get { - return ResourceManager.GetString("FAMFAMFAMAttributionURL", resourceCulture); - } - } - /// /// Looks up a localized string similar to Favorites. /// @@ -2186,24 +1934,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to visionapp Remote Desktop 2008 CSV Files (*.csv). - /// - internal static string FiltervRD2008CSV { - get { - return ResourceManager.GetString("FiltervRD2008CSV", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Could not find a credential record with ID matching "{0}" for the connection record named "{1}".. - /// - internal static string FindMatchingCredentialFailed { - get { - return ResourceManager.GetString("FindMatchingCredentialFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Inherit {0}. /// @@ -2249,15 +1979,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Get Connection Info From SQL failed. - /// - internal static string GetConnectionInfoFromSqlFailed { - get { - return ResourceManager.GetString("GetConnectionInfoFromSqlFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to An error occured while loading the connection entry for "{0}" from "{1}". {2}. /// @@ -2393,51 +2114,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Allow Always. - /// - internal static string HttpsInsecureAllowAlways { - get { - return ResourceManager.GetString("HttpsInsecureAllowAlways", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow Once. - /// - internal static string HttpsInsecureAllowOnce { - get { - return ResourceManager.GetString("HttpsInsecureAllowOnce", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Don't Allow. - /// - internal static string HttpsInsecureDontAllow { - get { - return ResourceManager.GetString("HttpsInsecureDontAllow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow Insecure Certificate for URL: {0}?. - /// - internal static string HttpsInsecurePrompt { - get { - return ResourceManager.GetString("HttpsInsecurePrompt", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Allow Insecure Certificate?. - /// - internal static string HttpsInsecurePromptTitle { - get { - return ResourceManager.GetString("HttpsInsecurePromptTitle", resourceCulture); - } - } - /// /// Looks up a localized string similar to ICA. /// @@ -2510,15 +2186,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to ID. - /// - internal static string ID { - get { - return ResourceManager.GetString("ID", resourceCulture); - } - } - /// /// Looks up a localized string similar to Identify quick connect tabs by adding the prefix "Quick:". /// @@ -2537,15 +2204,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Import/Export. - /// - internal static string ImportExport { - get { - return ResourceManager.GetString("ImportExport", resourceCulture); - } - } - /// /// Looks up a localized string similar to An error occurred while importing the file "{0}".. /// @@ -2573,33 +2231,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Under the root{0}{1}|Under the selected folder{0}{2}. - /// - internal static string ImportLocationCommandButtons { - get { - return ResourceManager.GetString("ImportLocationCommandButtons", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Where would you like the imported items to be placed?. - /// - internal static string ImportLocationContent { - get { - return ResourceManager.GetString("ImportLocationContent", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Import location. - /// - internal static string ImportLocationMainInstruction { - get { - return ResourceManager.GetString("ImportLocationMainInstruction", resourceCulture); - } - } - /// /// Looks up a localized string similar to &Import. /// @@ -2609,15 +2240,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Import mRemote/mRemoteNG XML. - /// - internal static string ImportmRemoteXML { - get { - return ResourceManager.GetString("ImportmRemoteXML", resourceCulture); - } - } - /// /// Looks up a localized string similar to Import from Port Scan. /// @@ -2627,15 +2249,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Import from RDP file(s). - /// - internal static string ImportRDPFiles { - get { - return ResourceManager.GetString("ImportRDPFiles", resourceCulture); - } - } - /// /// Looks up a localized string similar to Import sub OUs. /// @@ -2645,24 +2258,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Inactive. - /// - internal static string Inactive { - get { - return ResourceManager.GetString("Inactive", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Incorrect password. - /// - internal static string IncorrectPassword { - get { - return ResourceManager.GetString("IncorrectPassword", resourceCulture); - } - } - /// /// Looks up a localized string similar to Informations. /// @@ -2681,15 +2276,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to mRemoteNG is up to date. - /// - internal static string InheritNewConnection { - get { - return ResourceManager.GetString("InheritNewConnection", resourceCulture); - } - } - /// /// Looks up a localized string similar to Dispose of Int App process failed!. /// @@ -2924,15 +2510,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. - /// - internal static string LoadBalanceInfoUseUtf8_Duplicate_1_ { - get { - return ResourceManager.GetString("LoadBalanceInfoUseUtf8_Duplicate[1]", resourceCulture); - } - } - /// /// Looks up a localized string similar to Load from SQL failed. /// @@ -3014,15 +2591,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Logoff. - /// - internal static string LogOff { - get { - return ResourceManager.GetString("LogOff", resourceCulture); - } - } - /// /// Looks up a localized string similar to Log these message types. /// @@ -3041,42 +2609,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Writing to report file failed!. - /// - internal static string LogWriteToFileFailed { - get { - return ResourceManager.GetString("LogWriteToFileFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Couldn't save report to final location.. - /// - internal static string LogWriteToFileFinalLocationFailed { - get { - return ResourceManager.GetString("LogWriteToFileFinalLocationFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Uses the Magic library by [Crownwood Software]. - /// - internal static string MagicLibraryAttribution { - get { - return ResourceManager.GetString("MagicLibraryAttribution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to http://www.dotnetmagic.com/. - /// - internal static string MagicLibraryAttributionURL { - get { - return ResourceManager.GetString("MagicLibraryAttributionURL", resourceCulture); - } - } - /// /// Looks up a localized string similar to Add Connection Panel. /// @@ -3374,15 +2906,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Paste. - /// - internal static string MenuPaste { - get { - return ResourceManager.GetString("MenuPaste", resourceCulture); - } - } - /// /// Looks up a localized string similar to Port Scan. /// @@ -3500,15 +3023,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Screenshot Manager. - /// - internal static string MenuScreenshotManager { - get { - return ResourceManager.GetString("MenuScreenshotManager", resourceCulture); - } - } - /// /// Looks up a localized string similar to Send Special Keys (VNC). /// @@ -3518,33 +3032,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Retrieve. - /// - internal static string MenuSessionRetrieve { - get { - return ResourceManager.GetString("MenuSessionRetrieve", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sessions. - /// - internal static string MenuSessions { - get { - return ResourceManager.GetString("MenuSessions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sessions and Screenshots. - /// - internal static string MenuSessionsAndScreenshots { - get { - return ResourceManager.GetString("MenuSessionsAndScreenshots", resourceCulture); - } - } - /// /// Looks up a localized string similar to &Show Help Text. /// @@ -3761,15 +3248,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to New Root. - /// - internal static string NewRoot { - get { - return ResourceManager.GetString("NewRoot", resourceCulture); - } - } - /// /// Looks up a localized string similar to New Title. /// @@ -3933,87 +3411,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Delete. - /// - internal static string OptionsKeyboardButtonDelete { - get { - return ResourceManager.GetString("OptionsKeyboardButtonDelete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &New. - /// - internal static string OptionsKeyboardButtonNew { - get { - return ResourceManager.GetString("OptionsKeyboardButtonNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Reset to Default. - /// - internal static string OptionsKeyboardButtonReset { - get { - return ResourceManager.GetString("OptionsKeyboardButtonReset", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset &All to Default. - /// - internal static string OptionsKeyboardButtonResetAll { - get { - return ResourceManager.GetString("OptionsKeyboardButtonResetAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Tabs. - /// - internal static string OptionsKeyboardCommandsGroupTabs { - get { - return ResourceManager.GetString("OptionsKeyboardCommandsGroupTabs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Next tab. - /// - internal static string OptionsKeyboardCommandsNextTab { - get { - return ResourceManager.GetString("OptionsKeyboardCommandsNextTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Previous tab. - /// - internal static string OptionsKeyboardCommandsPreviousTab { - get { - return ResourceManager.GetString("OptionsKeyboardCommandsPreviousTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Modify shortcut. - /// - internal static string OptionsKeyboardGroupModifyShortcut { - get { - return ResourceManager.GetString("OptionsKeyboardGroupModifyShortcut", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Keyboard shortcuts. - /// - internal static string OptionsKeyboardLabelKeyboardShortcuts { - get { - return ResourceManager.GetString("OptionsKeyboardLabelKeyboardShortcuts", resourceCulture); - } - } - /// /// Looks up a localized string similar to mRemoteNG Options. /// @@ -4032,15 +3429,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Keyboard. - /// - internal static string OptionsTabKeyboard { - get { - return ResourceManager.GetString("OptionsTabKeyboard", resourceCulture); - } - } - /// /// Looks up a localized string similar to Theme. /// @@ -4086,24 +3474,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Enable themes. - /// - internal static string OptionsThemeEnableTheming { - get { - return ResourceManager.GetString("OptionsThemeEnableTheming", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to No themes are loaded, check that the default mRemoteNG themes exist in the 'themes' folder. - /// - internal static string OptionsThemeErrorNoThemes { - get { - return ResourceManager.GetString("OptionsThemeErrorNoThemes", resourceCulture); - } - } - /// /// Looks up a localized string similar to New theme name. /// @@ -4284,15 +3654,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to To scan a single port, select the "First Port" only.. - /// - internal static string PortScanSinglePort { - get { - return ResourceManager.GetString("PortScanSinglePort", resourceCulture); - } - } - /// /// Looks up a localized string similar to PowerShell. /// @@ -4302,24 +3663,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Prompt to unlock credential repositories on startup. - /// - internal static string PromptUnlockCredReposOnStartup { - get { - return ResourceManager.GetString("PromptUnlockCredReposOnStartup", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!). - /// - internal static string PropertiesWillOnlyBeSavedMRemoteXML { - get { - return ResourceManager.GetString("PropertiesWillOnlyBeSavedMRemoteXML", resourceCulture); - } - } - /// /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. /// @@ -4392,15 +3735,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Select which credential to use for this connection.. - /// - internal static string PropertyDescriptionCredential { - get { - return ResourceManager.GetString("PropertyDescriptionCredential", resourceCulture); - } - } - /// /// Looks up a localized string similar to Put your notes or a description for the host here.. /// @@ -4752,15 +4086,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Select whether microphones should be shared.. - /// - internal static string PropertyDescriptionRedirectMicrophones { - get { - return ResourceManager.GetString("PropertyDescriptionRedirectMicrophones", resourceCulture); - } - } - /// /// Looks up a localized string similar to Select whether local ports (ie. com, parallel) should be shown on the remote host.. /// @@ -5599,15 +4924,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Get Putty Sessions Failed!. - /// - internal static string PuttyGetSessionsFailed { - get { - return ResourceManager.GetString("PuttyGetSessionsFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Putty Handle: {0}. /// @@ -5644,15 +4960,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to PuTTY Session Settings. - /// - internal static string PuttySessionSettings { - get { - return ResourceManager.GetString("PuttySessionSettings", resourceCulture); - } - } - /// /// Looks up a localized string similar to PuTTY Settings. /// @@ -5671,15 +4978,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Putty Start Failed!. - /// - internal static string PuttyStartFailed { - get { - return ResourceManager.GetString("PuttyStartFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to --- PuTTY Stuff ---. /// @@ -5833,42 +5131,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to RDP Add Resolution failed!. - /// - internal static string RdpAddResolutionFailed { - get { - return ResourceManager.GetString("RdpAddResolutionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Add Resolutions failed!. - /// - internal static string RdpAddResolutionsFailed { - get { - return ResourceManager.GetString("RdpAddResolutionsFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Add Session failed. - /// - internal static string RdpAddSessionFailed { - get { - return ResourceManager.GetString("RdpAddSessionFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Close RDP Connection failed!. - /// - internal static string RdpCloseConnectionFailed { - get { - return ResourceManager.GetString("RdpCloseConnectionFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Couldn't create RDP control, please check mRemoteNG requirements.. /// @@ -5878,33 +5140,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Disable Themes. - /// - internal static string RDPDisableThemes { - get { - return ResourceManager.GetString("RDPDisableThemes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Wallpaper. - /// - internal static string RDPDisableWallpaper { - get { - return ResourceManager.GetString("RDPDisableWallpaper", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP disconnected!. - /// - internal static string RdpDisconnected { - get { - return ResourceManager.GetString("RdpDisconnected", resourceCulture); - } - } - /// /// Looks up a localized string similar to RDP Disconnect failed, trying to close!. /// @@ -5968,15 +5203,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to An unknown fatal RDP error has occurred. Error code {0}.. - /// - internal static string RdpErrorGetUnknown { - get { - return ResourceManager.GetString("RdpErrorGetUnknown", resourceCulture); - } - } - /// /// Looks up a localized string similar to An out-of-memory error has occurred.. /// @@ -6013,15 +5239,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Couldn't import rdp file!. - /// - internal static string RdpFileCouldNotBeImported { - get { - return ResourceManager.GetString("RdpFileCouldNotBeImported", resourceCulture); - } - } - /// /// Looks up a localized string similar to Fit To Panel. /// @@ -6058,15 +5275,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to GetSessions failed!. - /// - internal static string RdpGetSessionsFailed { - get { - return ResourceManager.GetString("RdpGetSessionsFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to RDP Connection Timeout. /// @@ -6339,15 +5547,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Remove. - /// - internal static string Remove { - get { - return ResourceManager.GetString("Remove", resourceCulture); - } - } - /// /// Looks up a localized string similar to Remove All. /// @@ -6366,15 +5565,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to The selected repository is unlocked. - /// - internal static string RepositoryIsUnlocked { - get { - return ResourceManager.GetString("RepositoryIsUnlocked", resourceCulture); - } - } - /// /// Looks up a localized string similar to Rlogin. /// @@ -6510,24 +5700,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Get Sessions Background failed. - /// - internal static string SessionGetFailed { - get { - return ResourceManager.GetString("SessionGetFailed", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Kill Session Background failed. - /// - internal static string SessionKillFailed { - get { - return ResourceManager.GetString("SessionKillFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. /// @@ -6537,15 +5709,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Setting main form text failed. - /// - internal static string SettingMainFormTextFailed { - get { - return ResourceManager.GetString("SettingMainFormTextFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Couldn't save settings or dispose SysTray Icon!. /// @@ -6672,24 +5835,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Source. - /// - internal static string Source { - get { - return ResourceManager.GetString("Source", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Special Keys. - /// - internal static string SpecialKeys { - get { - return ResourceManager.GetString("SpecialKeys", resourceCulture); - } - } - /// /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. /// @@ -6708,15 +5853,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to SQL Update check finished and there is an update available! Going to refresh connections.. - /// - internal static string SqlUpdateCheckUpdateAvailable { - get { - return ResourceManager.GetString("SqlUpdateCheckUpdateAvailable", resourceCulture); - } - } - /// /// Looks up a localized string similar to SSH version 1. /// @@ -6744,24 +5880,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Transfer successful!. - /// - internal static string SSHTranferSuccessful { - get { - return ResourceManager.GetString("SSHTranferSuccessful", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Transfer End (UI.Window.SSHTransfer) failed!. - /// - internal static string SSHTransferEndFailed { - get { - return ResourceManager.GetString("SSHTransferEndFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to SSH transfer failed.. /// @@ -6969,330 +6087,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Config Panel. - /// - internal static string ThemeCategoryConfigPanel { - get { - return ResourceManager.GetString("ThemeCategoryConfigPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections Panel. - /// - internal static string ThemeCategoryConnectionsPanel { - get { - return ResourceManager.GetString("ThemeCategoryConnectionsPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the config panel.. - /// - internal static string ThemeDescriptionConfigPanelBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the category text in the config panel.. - /// - internal static string ThemeDescriptionConfigPanelCategoryTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelCategoryTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the grid lines in the config panel. - /// - internal static string ThemeDescriptionConfigPanelGridLineColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelGridLineColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the help area of the config panel.. - /// - internal static string ThemeDescriptionConfigPanelHelpBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelHelpBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the help area of the config panel.. - /// - internal static string ThemeDescriptionConfigPanelHelpTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelHelpTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the config panel.. - /// - internal static string ThemeDescriptionConfigPanelTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionConfigPanelTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the connections panel.. - /// - internal static string ThemeDescriptionConnectionsPanelBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionConnectionsPanelBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the connections panel.. - /// - internal static string ThemeDescriptionConnectionsPanelTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionConnectionsPanelTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the tree lines in the connections panel.. - /// - internal static string ThemeDescriptionConnectionsPanelTreeLineColor { - get { - return ResourceManager.GetString("ThemeDescriptionConnectionsPanelTreeLineColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the menus.. - /// - internal static string ThemeDescriptionMenuBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionMenuBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the menus.. - /// - internal static string ThemeDescriptionMenuTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionMenuTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the search box.. - /// - internal static string ThemeDescriptionSearchBoxBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionSearchBoxBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the search box.. - /// - internal static string ThemeDescriptionSearchBoxTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionSearchBoxTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the prompt text in the search box.. - /// - internal static string ThemeDescriptionSearchBoxTextPromptColor { - get { - return ResourceManager.GetString("ThemeDescriptionSearchBoxTextPromptColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the toolbars.. - /// - internal static string ThemeDescriptionToolbarBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionToolbarBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The colour of the text in the toolbars.. - /// - internal static string ThemeDescriptionToolbarTextColor { - get { - return ResourceManager.GetString("ThemeDescriptionToolbarTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to The background colour of the main window.. - /// - internal static string ThemeDescriptionWindowBackgroundColor { - get { - return ResourceManager.GetString("ThemeDescriptionWindowBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Background Colour. - /// - internal static string ThemeNameConfigPanelBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Category Text Colour. - /// - internal static string ThemeNameConfigPanelCategoryTextColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelCategoryTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Grid Line Colour. - /// - internal static string ThemeNameConfigPanelGridLineColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelGridLineColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Help Background Colour. - /// - internal static string ThemeNameConfigPanelHelpBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelHelpBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Help Text Colour. - /// - internal static string ThemeNameConfigPanelHelpTextColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelHelpTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config Panel Text Colour. - /// - internal static string ThemeNameConfigPanelTextColor { - get { - return ResourceManager.GetString("ThemeNameConfigPanelTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections Panel Background Colour. - /// - internal static string ThemeNameConnectionsPanelBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameConnectionsPanelBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections Panel Text Colour. - /// - internal static string ThemeNameConnectionsPanelTextColor { - get { - return ResourceManager.GetString("ThemeNameConnectionsPanelTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections Panel Tree Line Colour. - /// - internal static string ThemeNameConnectionsPanelTreeLineColor { - get { - return ResourceManager.GetString("ThemeNameConnectionsPanelTreeLineColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Menu Background Colour. - /// - internal static string ThemeNameMenuBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameMenuBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Menu Text Colour. - /// - internal static string ThemeNameMenuTextColor { - get { - return ResourceManager.GetString("ThemeNameMenuTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search Box Background Colour. - /// - internal static string ThemeNameSearchBoxBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameSearchBoxBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search Box Text Colour. - /// - internal static string ThemeNameSearchBoxTextColor { - get { - return ResourceManager.GetString("ThemeNameSearchBoxTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Search Box Text Prompt Colour. - /// - internal static string ThemeNameSearchBoxTextPromptColor { - get { - return ResourceManager.GetString("ThemeNameSearchBoxTextPromptColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toolbar Background Colour. - /// - internal static string ThemeNameToolbarBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameToolbarBackgroundColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Toolbar Text Colour. - /// - internal static string ThemeNameToolbarTextColor { - get { - return ResourceManager.GetString("ThemeNameToolbarTextColor", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Window Background Colour. - /// - internal static string ThemeNameWindowBackgroundColor { - get { - return ResourceManager.GetString("ThemeNameWindowBackgroundColor", resourceCulture); - } - } - /// /// Looks up a localized string similar to Timeout [seconds]. /// @@ -7383,15 +6177,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Transfer failed!. - /// - internal static string TransferFailed { - get { - return ResourceManager.GetString("TransferFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to Try to integrate. /// @@ -7401,15 +6186,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Type. - /// - internal static string Type { - get { - return ResourceManager.GetString("Type", resourceCulture); - } - } - /// /// Looks up a localized string similar to Ultra VNC Repeater. /// @@ -7455,42 +6231,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Unlock. - /// - internal static string Unlock { - get { - return ResourceManager.GetString("Unlock", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unlock Credential Repository. - /// - internal static string UnlockCredentialRepository { - get { - return ResourceManager.GetString("UnlockCredentialRepository", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unlocking. - /// - internal static string Unlocking { - get { - return ResourceManager.GetString("Unlocking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Unnamed Theme. - /// - internal static string UnnamedTheme { - get { - return ResourceManager.GetString("UnnamedTheme", resourceCulture); - } - } - /// /// Looks up a localized string similar to mRemoteNG requires an update. /// @@ -7527,15 +6267,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to mRemoteNG Portable Edition does not currently support automatic updates.. - /// - internal static string UpdateCheckPortableEdition { - get { - return ResourceManager.GetString("UpdateCheckPortableEdition", resourceCulture); - } - } - /// /// Looks up a localized string similar to Download complete! ///mRemoteNG will now quit and begin with the installation.. @@ -7618,15 +6349,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Upgrade. - /// - internal static string Upgrade { - get { - return ResourceManager.GetString("Upgrade", resourceCulture); - } - } - /// /// Looks up a localized string similar to Use default. /// @@ -7762,15 +6484,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to VNC Start Chat Failed!. - /// - internal static string VncStartChatFailed { - get { - return ResourceManager.GetString("VncStartChatFailed", resourceCulture); - } - } - /// /// Looks up a localized string similar to VNC Toggle SmartSize Failed!. /// @@ -7816,24 +6529,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Uses the DockPanel Suite by [Weifen Luo]. - /// - internal static string WeifenLuoAttribution { - get { - return ResourceManager.GetString("WeifenLuoAttribution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to http://sourceforge.net/projects/dockpanelsuite/. - /// - internal static string WeifenLuoAttributionURL { - get { - return ResourceManager.GetString("WeifenLuoAttributionURL", resourceCulture); - } - } - /// /// Looks up a localized string similar to Windows. /// @@ -7861,15 +6556,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to XULrunner path:. - /// - internal static string XULrunnerPath { - get { - return ResourceManager.GetString("XULrunnerPath", resourceCulture); - } - } - /// /// Looks up a localized string similar to Yes. /// diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 0533d6658..bd436599f 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -120,21 +120,12 @@ O Aplikaci - - Aktuální - Aktuální složka - - Aktivita - Operace přidání uzlu (AddNodeFromXML) selhala! - - Operace přidání uzlu (AddNodesFromSQL) selhala! - Umožnit spuštění jen jedné instance aplikace (bude potřeba restartovat mRemoteNG) @@ -171,15 +162,9 @@ Poměr stran - - Automaticky získat informace o sezení - Automaticky ukládat každých: - - Minut(y) (0 = vypnuto) - Poslední verze @@ -237,10 +222,6 @@ Test Proxy - - Hlavní soubor s nastavenými spojeními nelze importovat. You cannot import a normal connection file. -Prosím použijte Soubor - Otevřít seznam spojení... pro načtení souboru s nastavením spojení! - Nelze scanovat porty, IP adresa má nesprávný tvar! @@ -265,24 +246,12 @@ Prosím použijte Soubor - Otevřít seznam spojení... pro načtení souboru s Přesměrování - - Vždy zobrazit tento dialog při startu - Kontrola selhala! Kontrola úspěšná! - - Funckionalita pro (RDP) sezení vyžaduje, abyste měli ve Vašem systému zaregistrovánu knihovnu eolwtscom.dll . -mRemoteNG je sice s touto komponentou dodáváno, avšak pokud jej nenainstalujete s pomocí Instalátoru, není knihovna automaticky zaregistrována. -Pro provedení registrace ručně spusťe následující příkaz v konzoli příkazového řádku (Start->Spustit->cmd) v administrátorském režimu(!) : regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (kde C:\Program Files\mRemoteNG\ is je cesta ke složce Vaší kopie mRemoteNG ). -Pokud tato kontrola stále selhává nebo nejste schopni používat funkcionalitu RDP v mRemoteNG, prosím obraťte se na diskuzní fórum mRemoteNG na adrese http://forum.mremoteng.org/. - - - Knihovna EOLWTSCOM byla nalezena a zdá se, že je správně zaregistrována. - Funkcionalita ICA vyžaduje, aby byl nainstalován XenDesktop Online Plugin a knihovna wfica.ocx byla zaregistrována. Klienta můžete stáhnout zde: http://www.citrix.com/download/ Pokud máte XenDesktop Online Plugin nainstalován a kontrola stále selhává, pokuste se zaregistrovat wfica.ocx ručně. @@ -416,10 +385,6 @@ VncSharp Control verze {0} Operace Config UI load selhala! - - Přejete si uzavřít spojení: -"{0}"? - Opravdu chcete zavřít panel "{0}"? Všechna spojení v něm obsažená budou také uzavřena. @@ -471,11 +436,6 @@ VncSharp Control verze {0} Nemohu navázat spojení: Nebyla specifikována adresa či jméno hostitele! - - Chyba RDP! -Kód chyby: {0} -Popis: {1} - Spojení @@ -485,9 +445,6 @@ Popis: {1} Nepovedlo se vytvořit zálohu souboru seznamu spojení! - - Nepovedlo se naimportovat soubor se seznamem spojení! - Nepovedlo se načíst soubor seznamu spojení "{0}"! @@ -495,9 +452,6 @@ Popis: {1} Nepovedlo se načíst soubor seznamu spojení "{0}"! Otevírám nový prázdný soubor seznamu spojení. - - Nepovedlo se uložit soubor seznamu spojení! - Nepovedlo se uložit soubor seznamu spojení "{0}"! @@ -513,9 +467,6 @@ Otevírám nový prázdný soubor seznamu spojení. Připojení k {0} přes {1} uzavřeno uživatelem {2}. - - Připojení k {0} přes {1} uzavřeno uživatelem {2}. (Popis: "{3}"; Uživatel: "{4}") - Událost uzavření spojení @@ -531,9 +482,6 @@ Otevírám nový prázdný soubor seznamu spojení. Instalovaná verze - - Výchozí vzhled - Detekovat @@ -591,12 +539,6 @@ Otevírám nový prázdný soubor seznamu spojení. Tato verze databáze {0} není kompatibilní s touto verzí {1}. - - Metoda CloneNode (Tree.Node) selhala. {0} - - - Kód chyby {0}. - Seznam připojení nemohl být uložen. @@ -636,9 +578,6 @@ Otevírám nový prázdný soubor seznamu spojení. Exportovat položky - - Exportovat mRemote/mRemoteNG XML - Exportovat vlastnosti @@ -657,12 +596,6 @@ Otevírám nový prázdný soubor seznamu spojení. Nový Externí Nástroj - - Obsahuje ikony od [FAMFAMFAM] - - - http://www.famfamfam.com/ - &Formát souboru: @@ -690,9 +623,6 @@ Otevírám nový prázdný soubor seznamu spojení. Soubory RDP (*.rdp) - - Soubory visionapp Remote Desktop 2008 CSV (*.csv) - Převzít {0} @@ -708,9 +638,6 @@ Otevírám nový prázdný soubor seznamu spojení. Všeobecné - - Získání informací o spojení z SQL selhalo (Get Connection Info From SQL) - Došlo k chybě při čtení tohoto nastavení připojení "{0}" z "{1}". {2} @@ -774,9 +701,6 @@ Otevírám nový prázdný soubor seznamu spojení. Import z Active Directory - - Import/Export - Při importování souboru "{0}" došlo k chybě. @@ -786,36 +710,15 @@ Otevírám nový prázdný soubor seznamu spojení. Import ze &souboru... - - V rámci kořenu{0}{1}|V rámci vybrané složky{0}{2} - - - Kam mají být umístěny importované položky? - - - Umístění importu - &Import - - Importovat mRemote/mRemoteNG XML - Importovat ze scanu portů - - Importovat z .RDP soburu/ů - - - Neaktivní - Informace - - mRemoteNG je aktuální - Zrušení procesu Int App process selhalo! @@ -906,21 +809,6 @@ Otevírám nový prázdný soubor seznamu spojení. Lokální soubor neexistuje! - - Logoff - - - Zápis do souboru reportu selhalo! - - - Nebylo možné uložit report do požadovaného umístění. - - - Využívá "Magic library" od [Crownwood Software] - - - http://www.dotnetmagic.com/ - Nový panel spojení @@ -1014,9 +902,6 @@ Otevírám nový prázdný soubor seznamu spojení. Možnosti - - Vložit - Scan portů @@ -1053,21 +938,9 @@ Otevírám nový prázdný soubor seznamu spojení. Uložit seznam spojení jako... - - Správa snímků obrazovek - Poslat speciální stisk kláves (VNC) - - Získat - - - Sezení - - - Sezení a snímky obrazovek - &Zobraz texty nápovedy @@ -1131,9 +1004,6 @@ Otevírám nový prázdný soubor seznamu spojení. Nový panel - - Nový kořen - Nový popisek @@ -1168,39 +1038,9 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Otevřené porty - - &Smazat - - - &Nové - - - &Resetovat na výchozí - - - Resetovat &všechny na výchozí - - - Taby - - - Další tab - - - Předchozí tab - - - Uprav zkratku - - - Klévesové zkratky - Ověřuji... - - Klávesnice - Vzhled @@ -1231,9 +1071,6 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Nezdařilo se otevřít panel PortScan! - - (Tyto vlastnosti se uloží pouze tehdy, pokud vyberete formát výstupního souboru typu "mRemote" nebo "mRemoteNG XML"!) - zadejte název hostitele nebo jeho IP adresu ke které se chcete připojit. @@ -1558,9 +1395,6 @@ Zpráva: Nemohu aktivovat okno (focus)! - - Získání seznamu konfigurací sezení/spojení PuTTY selhalo! - PuTTY Handle: {0} @@ -1576,18 +1410,12 @@ Zpráva: Uložená sezení/spojení PuTTY - - Nastavení PuTTY sezení/spojení - Nastavení PuTTY Příkaz na zobrazení dialogového okna PuTTY Nastavení selhal! - - Spuštění PuTTY selhalo! - --- PuTTY výstup --- @@ -1639,18 +1467,6 @@ Zpráva: 65536 barev (16-bit) - - Metoda RDP Add Resolution selhala! - - - Metoda RDP Add Resolutions selhala! - - - Metoda Add Session selhala - - - Metoda Close RDP Connection selhala! - Nebylo možné aktivovat ovládací prvek okna RDP, prosím zkontrolujte požadavky mRemoteNG na prerekvizity. @@ -1666,15 +1482,6 @@ Zpráva: Vypnout animace menu - - Vypnout nastavení vzhledu - - - Vypnout pozadí plochy - - - RDP odpojeno! - Pokud o odpojední RDP selhal, zkouším uzavřít! @@ -1696,9 +1503,6 @@ Zpráva: Metoda GetError selhala (FatalErrors) - - Došlo k neznámé nepominutelné chybě RDP. Kód chyby {0}. - Došlo k chybě "nedostatek paměti". @@ -1711,9 +1515,6 @@ Zpráva: Chyba inicializace Winsock. - - Nezdařil se import souboru rdb! - Přizpůsobit panelu @@ -1726,9 +1527,6 @@ Zpráva: Brána RD (RD Gateway) NENÍ podporována! - - Metoda GetSessions selhala! - Metoda RDP Počet pokusů o znovunavázání spojení RDP: @@ -1834,18 +1632,9 @@ Zpráva: Odeslat.. - - Metoda Get Sessions Background selhala - - - Odstranění (Session Background) selhalo - Při konfiguraci spojení vyplnit DN hostitele podle zadaného názvu spojení - - Nastavení textu hlavního formuláře selhalo - Nebylo možné uložti nastavení nebo zrušit ikonu v oznamovací oblasti! @@ -1879,18 +1668,12 @@ Zpráva: Sestupně (Z-A) - - Klávesové zkratky - Prosím navštivte nápovědu - Začínáme - Konfigurace SQL pro získání dalších informací! SQL Server - - Vyhledávání aktualizací SQL ukončeno a aktualizace jsou k dispozici. Budu aktualizovat seznam spojení. - SSH ver 1 @@ -1900,12 +1683,6 @@ Zpráva: Selhal přenos na pozadí přes SSH! - - Přenos úspěšně dokončen! - - - Selhala metoda SSH Transfer End (UI.Window.SSHTransfer)! - Selhal přenos přes SSH. @@ -1939,114 +1716,6 @@ Zpráva: Následující: - - Konfigurační panel - - - Panel spojení - - - Barva pozadí konfiguračního panelu. - - - Barva textu nadpisů kategorií v konfiguračním panelu. - - - Barva ohraničení tabulky v konfiguračním panelu - - - Barva pozadí nápovědy v konfiguračním panelu. - - - Barva textu nápovědy v konfiguračním panelu. - - - Barva textu v konfiguračním panelu. - - - Barva pozadí v panelu seznamu spojení. - - - Barva textu v panelu seznamu spojení. - - - Barva čar stromu seznamu v panelu spojení. - - - Barva pozadí v nabídkách (menu). - - - Barva textu v nabídkách (menu). - - - Barva pozadí v políčku pro vyhledávání. - - - Barva textu v políčku pro vyhledávání. - - - Barva vyskakujícího textu v políčku pro vyhledávání. - - - Barva pozadí nástrojových lišt (toolbar). - - - barva textu nástrojových lišt (toolbar). - - - Barva pozadí hlavního okna aplikace. - - - Barva pozadí konfiguračního panelu - - - Barva textu konfiguračního panelu - - - Barva ohraničení tabulek konfiguračního panelu - - - Barva pozadí nápovědy konfiguračního panelu - - - Barva textu nápovědy konfiguračního panelu - - - Barva textu konfiguračního panelu - - - Barva pozadí panelu seznamu připojení - - - Barva textu panelu seznamu připojení - - - Barva čar stromu seznamu připojení - - - Barva pozadí nabídek - - - Barva textu nabídek - - - Barva pozadí pole vyhledávání - - - Barva textu pole vyhledávání - - - Barva textu nabídky v poli vyhledávání - - - Barva pozadí nástrojové lišty - - - Barva textu nástrojové lišty - - - Barva pozadí okna - Chyba ({0}) @@ -2068,15 +1737,9 @@ Zpráva: Přenést - - Přenos selhal! - Zkouším integrovat - - Typ - Ultra VNC Repeater @@ -2086,9 +1749,6 @@ Zpráva: Nezaškrtávejte ty vlastnosti, které nechcete uložit! - - Vzhled be názvu - mRemoteNG vyžaduje aktualizaci @@ -2101,9 +1761,6 @@ Zpráva: Vyhledávám aktualizace... - - mRemoteNG Portable Edition nyní nepodporuje automatické aktualizace. - Stahování ukončeno! mRemoteNG se nyní ukončí a zahájí instalaci. @@ -2165,9 +1822,6 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Nastavení VNC Set Props selhalo! - - Volání VNC Start Chat selhalo! - Přepnutí VNC automatické velikosti (SmartSize) selhalo! @@ -2180,15 +1834,6 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Varování - - Využívá DockPanel Suite od [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - Složka umístění XULrunner: - Ano @@ -2249,36 +1894,15 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Minut neaktivity do odp. - - Akceptovat - Přidat - - Editor přihlašovacích údajů - - - Správce přihlašovacích údajů - - - ID - - - Odstranit - Název - - Vyberte jaké přihlašovací údaje použít pro toto spojení. - Jste si jisti že chcete odstranit záznam přihlašovacích údajů {0}? - - Přihlašovací údaje s ID "{0}" nebyly nalezeny pro pozužití ve spojení jménem "{1}". - Zapsat zprávu logu když se RDP sezení odpojí kvůli neaktivitě. @@ -2333,17 +1957,8 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Logovat do adresáře kde je aplikace umístěna. - -+ Zvolte jak bude přesměrováno vstupní zvukové zařízení -+ -+ -+ Vstupní zvuková zařízení -+ -+ -+ Ponechat vstup na místním počítači -+ -+ -+ Vstup zaslat na vzdálený počítač -+ ++ ++ ++ Přiřazené přihlašovací informace \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index ccbb79c8f..f824aea8e 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -120,18 +120,9 @@ Über - - Aktiv - - - Aktivität - Das Laden des Knotens über XML ist fehlgeschlagen! - - Das Laden des Knotens über SQL laden ist fehlgeschlagen! - Nur eine Instanz zulassen (mRemoteNG-Neustart benötigt) @@ -168,15 +159,9 @@ Aspekt - - Automatisch Sitzungsinformationen einholen - Automatisch speichern in Minuten (0 bedeutet deaktiviert): - - Minuten (0 bedeutet deaktiviert) - Verfügbare Version @@ -231,10 +216,6 @@ Proxy prüfen - - Sie können keine Verbindungsdatei importieren. -Bitte verwenden Sie Datei - Verbindungen laden für normale Verbindungsdateien! - Die eingegebenen IP-Daten sind ungültig, kann den Port Scan nicht starten. @@ -259,24 +240,12 @@ Bitte verwenden Sie Datei - Verbindungen laden für normale Verbindungsdateien!< Umleitung - - Diesen Bildschirm bei jedem Start anzeigen - Prüfung fehlgeschlagen! Prüfung erfolgreich! - - Die (RDP-) Sitzungsfunktion benötigt die Datei eolwtscom.dll. Diese muss korrekt registriert sein. -Alle mRemoteNG-Pakete beinhalten diese Datei, jedoch muss sie, wenn Sie eines der nicht-Setup Pakete verwenden, manuell registriert werden. -Öffnen Sie hierzu den Ausführen-Dialog (Start - Ausführen) und geben Sie Folgendes ein: regsvr32 "c:\Programme\mRemoteNG\eolwtscom.dll" (Wobei c:\Programme\mRemoteNG\ Ihr mRemoteNG-Installationspfad ist). -Wenn Sie noch immer Probleme mit der (RDP-) Sitzungsfunktion in mRemoteNG haben, konsultieren Sie bitte das mRemoteNG-Forum: http://forum.mremoteng.org/ - - - EOLWTSCOM wurde gefunden und scheint korrekt registriert zu sein. - ICA benötigt eine funktionierende XenDesktop-Online-Plugin-Installation und dass die Datei wfica.ocx korrekt registriert ist. Hier können Sie das Plugin herunterladen: http://www.citrix.com/download/ Wenn sie das XenDesktop Online Plugin installiert haben und noch immer Probleme haben, diese Prüfung erfolgreich abzuschließen, versuchen Sie, die Datei wfica.ocx manuell zu registrieren. @@ -402,9 +371,6 @@ VncSharp Control Version {0} Laden des Konfigurationsfensters fehlgeschlagen! - - Möchten Sie die Verbindung "{0}" schließen? - Sind Sie sicher, dass Sie das Panel "{0}" schließen möchten? Alle Verbindungen die es enthält werden ebenfalls geschlossen. @@ -457,11 +423,6 @@ Alle Verbindungen die es enthält werden ebenfalls geschlossen. Öffnen der Verbindung fehlgeschlagen: Kein Hostname definiert! - - RDP-Fehler! -Fehler Code: {0} -Fehler Beschreibung: {1} - Verbindungen @@ -471,9 +432,6 @@ Fehler Beschreibung: {1} Sicherheitskopie der Verbindungsdatei konnte nicht erstellt werden! - - Verbindungsdatei konnte nicht importiert werden! - Verbindungsdatei "{0}" konnte nicht geladen werden! @@ -481,9 +439,6 @@ Fehler Beschreibung: {1} Verbindungsdatei "{0}" konnte nicht geladen werden! Starte mit neuer Datei. - - Verbindungsdatei konnte nicht gespeichert werden! - Verbindungsdatei konnte nicht als "{0}" gespeichert werden! @@ -496,9 +451,6 @@ Starte mit neuer Datei. Verbindung zu {0} mit {1} wurde vom Benutzer {2} getrennt. (Description: " & Prot.InterfaceControl.Info.Description & "; User Field: " & Prot.InterfaceControl.Info.UserField & ")" - - Verbindung zu {0} mit {1} wurde vom Benutzer {2} getrennt. (Beschreibung: "{3}"; Benutzer Feld: "{4}") - Ereignis Verbindung beenden @@ -514,9 +466,6 @@ Starte mit neuer Datei. Aktuelle Version - - Standard-Aussehen - Erkennen @@ -571,12 +520,6 @@ Starte mit neuer Datei. Die Datenbankversion {0} ist nicht kompatibel mit dieser Version von {1}. - - CloneNode (Tree.Node) ist fehlgeschlagen. {0} - - - Fehler Nummer {0}. - Die Verbindungsliste konnte nicht gespeichert werden. @@ -604,15 +547,9 @@ Starte mit neuer Datei. Exportieren - - mRemote/mRemoteNG XML exportieren - Externes Programm - - Beinhaltet die Symbole von [FAMFAMFAM] - Alle Dateien (*.*) @@ -628,9 +565,6 @@ Starte mit neuer Datei. RDP-Dateien (*.rdp) - - visionapp Remote Desktop 2008 CSV Dateien (*.csv) - Vererbe {0} @@ -646,9 +580,6 @@ Starte mit neuer Datei. Allgemein - - Das Laden der Verbindungsdaten über SQL ist fehlgeschlagen! - Fehler beim Laden des Verbindungseintrags für "{0}" von "{1}". {2} @@ -700,27 +631,12 @@ Starte mit neuer Datei. Von Active Directory importieren - - Importieren/Exportieren - - - mRemote/mRemoteNG XML importieren - Von Port Scan importieren - - Aus .RDP-Datei(en) importieren - - - Inaktiv - Informationen - - mRemoteNG ist aktuell - Zerstören des Internen Programmes fehlgeschlagen! @@ -808,18 +724,6 @@ Starte mit neuer Datei. Die lokale Datei existiert nicht! - - Abmelden - - - Schreiben des Report.log fehlgeschlagen! - - - Kann das Report.log nicht im Zielordner speichern! - - - Benutzt die Magic Bibliothek von [Crownwood Software] - Verbindungs-Panel hinzufügen @@ -910,9 +814,6 @@ Starte mit neuer Datei. Optionen - - Einfügen - Port-Scan @@ -949,18 +850,9 @@ Starte mit neuer Datei. Verbindungsdatei speichern unter - - Bildschirmschnappschuss-Verwaltung - Tastenkombination senden (VNC) - - Sitzungen - - - Sitzungen and Bildschirmschnappschüsse - &Hilfetext anzeigen @@ -1018,9 +910,6 @@ Starte mit neuer Datei. Neues Panel - - Neue Wurzel - Neuer Titel @@ -1076,9 +965,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Kann das Port-Scan-Panel nicht laden! - - (Diese Einstellungen werden nur gespeichert, wenn Sie mRemote XML als Dateiformat auswählen!) - Der Hostname oder die IP, zu der eine Verbinung aufgebaut werden soll. @@ -1390,9 +1276,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Setzen des Fokus fehlgeschlagen! - - Auslesen der PuTTY-Verbindungsliste fehlgeschlagen! - Putty Handle: {0} @@ -1414,9 +1297,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Anzeigen des PuTTY-Konfigurationsfensters fehlgeschlagen! - - Konnte PuTTY nicht starten! - --- PuTTY --- @@ -1465,18 +1345,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell 65536 Farben (16Bit) - - Hinzufügen der Auflösung fehlgeschlagen! - - - Hinzufügen der Auflösungen fehlgeschlagen! - - - Hinzufügen der Sitzung ist fehlgeschlagen! - - - Schließen der RDP-Verbindung fehlgeschlagen! - Konte das RDP-Plugin nicht einbinden, bitte prüfen Sie die mRemoteNG-Voraussetzungen. @@ -1492,15 +1360,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Menüanimationen deaktivieren - - Themen deaktivieren - - - Entferne Hintergrundbild - - - RDP-Verbindung getrennt! - Trennen der Verbindung fehlgeschlagen, versuche zu schließen! @@ -1522,9 +1381,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Fehler beim Auslesen der Fehlermeldung! - - Ein unbekannter schwerer Fehler ist der RDP-Verbindung "{0}" aufgetreten! - Kein freier Speicher verfügbar. @@ -1537,9 +1393,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Winsock-Initialisierung fehlgeschlagen! - - RDP-Datei konnte nicht importiert werden! - An Panel anpassen @@ -1552,9 +1405,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell RDP-Gateway wird nicht unterstützt! - - Auslesen der RDP-Sitzungen fehlgeschlagen! - RDP-Verbindungsversuche: @@ -1660,18 +1510,9 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Senden an... - - Holen der Sitzung im Hintergrund fehlgeschlagen! - - - Beenden der Sitzung im Hintergrund fehlgeschlagen! - Beim Anlegen einer neuen Verbindung Hostname wie Anzeigename setzen - - Setzen der Hauptformular-Texte fehlgeschlagen! - Konnte die Konfiguration nicht sichern oder das Tray Symbol entfernen! @@ -1705,18 +1546,12 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Absteigend (Z-A) - - spezielle Tasten - Für mehr Informationen bitte Hilfeeintrag lesen (Info - Help - Getting started - SQL Configuration) SQL-Server: - - SQL-Aktualisierungsprüfung beendet und es existiert eine Aktualisierung! Aktualisiere die Verbindungsdaten. - SSH Version 1 @@ -1726,12 +1561,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell SSH Übertragung im Hintergrund fehlgeschlagen! - - Übertragung erfolgreich! - - - SSH Abschluss der Übertragung fehlgeschlagen! - SSH-Übertragung fehlgeschlagen. @@ -1765,114 +1594,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell die folgenden: - - Config-Panel - - - Connections Panel - - - Die Hintergrundfarbe des Config-Panels. - - - Die Farbe des Textes im Bedienfeld "Config". - - - Die Farbe der Rasterlinien im Config-Panel - - - Die Hintergrundfarbe des Bereichs Hilfe des Config-Panel. - - - Die Farbe des Textes auf den Link "Hilfe" des Bereichs Config. - - - Die Farbe des Textes im Config-Panel. - - - Die Hintergrundfarbe des Fensters Verbindungen. - - - Die Farbe des Textes im Bereich Verbindungen. - - - Die Farbe der Strukturlinien im Bereich Verbindungen. - - - Die Hintergrundfarbe der Menüs. - - - Die Farbe des Textes in den Menüs. - - - Die Hintergrundfarbe des Suchfelds. - - - Die Farbe des Textes in dem Suchfeld. - - - Die Farbe des Textes der Eingabeaufforderung im Suchfeld. - - - Die Hintergrundfarbe der Symbolleisten. - - - Die Farbe des Textes in den Symbolleisten. - - - Die Hintergrundfarbe des Hauptfensters. - - - Config-Panel-Hintergrundfarbe - - - Config-Panel-Kategorie-Textfarbe - - - Config-Panel-Grid-Linienfarbe - - - Config-Panel-Hilfe-Hintergrundfarbe - - - Config-Panel-Hilfe-Textfarbe - - - Config-Panel-Textfarbe - - - Verbindungen-Panel-Hintergrund-Farbe - - - Verbindungen-Panel-Textfarbe - - - Verbindungen-Panel-Baumgrenze-Farbe - - - Menü-Hintergrund-Farbe - - - Menü-Textfarbe - - - Suchfeld-Hintergrundfarbe - - - Suchfeld-Textfarbe - - - Suchfeld-Prompt-Textfarbe - - - Symbolleiste-Hintergrundfarbe - - - Symbolleiste-Textfarbe - - - Fenster-Hintergrundfarbe - Fehler ({0}) @@ -1891,15 +1612,9 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Übertragen - - Übertragung fehlgeschlagen! - Integration versuchen - - Typ - Ultra Vnc Repeater @@ -1909,9 +1624,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Deaktivieren Sie alle Eigenschaften, die nicht gespeichert werden sollen. - - Unbenanntes Aussehen - mRemoteNG-Update verfügbar! @@ -1921,12 +1633,6 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Abschliessen der Prüfung auf Aktualisierung ist fehlgeschlagen! - - Prüfung auf Aktualisierung ist fehlgeschlagen! - - - mRemoteNG Portable Edition unterstützt derzeit keine automatische Updates. - Download fertiggestellt! mRemoteNG wird nun geschlossen und die Installation gestartet. @@ -1949,15 +1655,9 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Wöchentlich - - Starten der Aktualisierung ist fehlgeschlagen! - Anderen Benutzernamen und Passwort verwenden - - Nur Fehler- && Informations-Panel benutzen (Keine Popups) - Benutzer @@ -1991,9 +1691,6 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Setzen der VNC-Parameter fehlgeschlagen! - - Starten des VNC-Chat fehlgeschlagen! - Setzen der automatischen Größenanpassung (SmartSize) fehlgeschlagen! @@ -2006,15 +1703,6 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Warnungen - - Benutzt die DockPanel Suite von [Weifen Luo] - - - Logfile schreiben (mRemoteNG.log) - - - XULrunner Pfad: - Ja @@ -2054,33 +1742,9 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Von &Datei importieren - - Wo sollen die importierten Elemente abgelegt werden? - - - Import Ziel - - - &Löschen - - - &Neu - - - &Neu - - - Nächster Tab - - - Hotkeys ändern - Testen... - - Tastatur - Nach Updates suchen... @@ -2105,44 +1769,15 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Download abgeschlossen! - - Entfernen - Titel Datei öffnen - - Immer zulassen - - - Einmal zulassen - - - Nicht erlauben - - - Falsches Passwort - - - Quelle - - - Zurück - - - Erstelle und öffne neue Datei - Andere Datei öffnen - - In v1.76 haben wir ein Berechtigungsverwaltungssystem eingeführt. Diese Funktion erfordert eine erhebliche Änderung bei der Speicherung und Interaktion mit Anmeldeinformationen in mRemoteNG. Sie müssen eine Aktualisierung Ihrer mRemoteNG-Verbindungsdatei durchführen. - -Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdatei oder gibt Ihnen die Möglichkeit, eine andere Verbindungsdatei zu öffnen, wenn Sie das Upgrade nicht durchführen möchten. - Neue Verbindungsdatei erstellen @@ -2158,12 +1793,6 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Die Verbindungsinformationen konnten nicht vom SQL-Server geladen werden. - - Vorheriger Tab - - - Tastenkombinationen - Die beide Passwörter müssen übereinstimmen. @@ -2230,36 +1859,15 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Time-Out [Sekunden] - - &Alles zurücksetzen - Automatische Größenänderung - - PuTTY Sitzungseinstellungen - In der Symbolleiste anzeigen - - Akzeptieren - - - Anmeldeinformationen Editor - Zugewiesene Anmeldedaten - - Unsicheres Zertifikat zulassen? - - - Freischalten - - - Themes aktivieren - Neuer Thema Name @@ -2284,24 +1892,15 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Diese Nachrichtentypen protokollieren - - Es werden keine Themes geladen, vergewissern Sie sich, dass das Standard mremoteNG-Theme im Ordner 'themes' vorhanden ist - Login fehlgeschlagen für Benutzer '{0}'. mRemoteNG Optionen - - Unter dem Stamm {0} {1} | Unter dem ausgewählten Ordner {0} {2} - Neues externes Tool - - Abrufen - Der Changelog konnte nicht heruntergeladen werden. @@ -2317,16 +1916,9 @@ Diese Seite führt Sie durch den Prozess der Aktualisierung Ihrer Verbindungsdat Hinzufügen - - Wählen Sie aus, welche Anmeldeinformationen für diese Verbindung verwendet werden sollen. - Möchten Sie die Anmeldeinformationen {0} wirklich löschen? - - -Es konnte kein Anmeldedatensatz mit der ID "{0}" für den Verbindungsdatensatz mit dem Namen "{1}" gefunden werden. - Wählen Sie, ob eine Benachrichtigung empfangen werden soll, nachdem die RDP-Sitzung aufgrund von Inaktivität getrennt wurde @@ -2367,24 +1959,6 @@ Die Passwortlänge muss zwischen {0} und {1} liegen In das Anwendungsverzeichnis protokollieren - - Unsicheres Zertifikat für URL zulassen: {0}? - - - Das ausgewählte Repository ist entsperrt - - - Freischalten - - - Entsperre Credential Repository - - - Auffordern das Credential Repository beim Start zu entsperren - - - Verbindungsdateipfad - Anmeldeinformationen nicht verfügbar @@ -2415,15 +1989,9 @@ Die Passwortlänge muss zwischen {0} und {1} liegen Den Aktuell gewählten Ordner exportieren - - Anmeldeinformationen Manager - Pop-ups - - http://www.famfamfam.com/ - Element exportieren @@ -2439,21 +2007,9 @@ Die Passwortlänge muss zwischen {0} und {1} liegen ICA - - Tabs - - - http://sourceforge.net/projects/dockpanelsuite/ - Download - - ID - - - Die Konfigurationsdatei fehlt. - Suchleiste über den Verbindungen anzeigen @@ -2474,9 +2030,6 @@ Development umfasst Alphas, Betas und Release Candidates. Iterationen der Ableitungsfunktion - - UTF8-Kodierung für RDP Eigenschaft "Load Balance Info" verwenden - Anmeldedaten diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteV1/Resources/Language/Language.el.resx index 04ca83ab3..50375f55e 100644 --- a/mRemoteV1/Resources/Language/Language.el.resx +++ b/mRemoteV1/Resources/Language/Language.el.resx @@ -120,18 +120,9 @@ Σχετικά με - - Ενεργό - - - Δραστηριότητα - AddNodeFromXML απέτυχε! - - AddNodesFromSQL απέτυχε! - Επιτρέπετε μόνο ένα μόνο παράδειγμα της εφαρμογής (απαιτείται επανεκκίνηση του mRemoteNG) @@ -165,15 +156,9 @@ Πτυχή - - Αυτόματη λήψη πληροφοριών περιόδου - Αυτόματη αποθήκευση κάθε: - - Λεπτά (0 σημαίνει απενεργοποιημένο) - Τρέχουσα έκδοση @@ -228,10 +213,6 @@ Δοκιμή διακομιστή μεσολάβησης - - Δεν μπορείτε να εισαγάγετε ένα κανονικό αρχείο σύνδεσης. -Παρακαλούμε χρησιμοποιήστε Αρχείο - Συνδέσεις φορτίου για τα κανονικά αρχεία σύνδεσης! - Δεν είναι δυνατή η εκκίνηση της σάρωσης υποδοχων, εσφαλμένη μορφή IP! @@ -256,21 +237,12 @@ Ανακατεύθυνση - - Πάντα εμφάνιση αυτής της οθόνης κατά την εκκίνηση - Ο ελέγχος απέτυχε! Ο ελεγχος πέτυχε! - - Η δυνατότητα (RDP) συνεδρίες προϋποθέτει ότι έχετε μια εγγεγραμμένο αντίγραφο του eolwtscom.dll στο σύστημά σας. mRemoteNG πλοία με αυτό το στοιχείο αλλά θα δεν εγγραφείτε αυτόματα εκτός αν η εκτέλεση του πακέτου εγκατάστασης. Να εγγραφείτε δεν με μη αυτόματο τρόπο αυτό: Ανοίξτε στο τρέχω διάλογος (έναρξη - Run) και πληκτρολογήστε τα παρακάτω: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (όπου c:\Program Files\mRemoteNG\ είναι η διαδρομή προς την εγκατάσταση mRemoteNG). Εάν είστε ακόμα δεν είναι σε θέση να περάσει ο έλεγχος αυτός ή να χρησιμοποιήσετε τη δυνατότητα συνεδρίες (RDP) στο mRemoteNG συμβουλευτείτε το mRemoteNG φόρουμ στο http://forum.mremoteng.org/ - - - Το EOLWTSCOM βρέθηκε και φαίνεται να έχει καταχωρηθεί σωστά. - ICA απαιτεί ότι είναι εγκατεστημένο το XenDesktop Online Plugin και ότι καταχωρείται η βιβλιοθήκη wfica.ocx. Μπορείτε να κατεβάσετε τον πελάτη εδώ: http://www.citrix.com/download/ αν έχετε το XenDesktop Online Plugin εγκατασταθεί και ο έλεγχος συνεχίσει να αποτυγχάνει, προσπαθήστε να εγγραφείτε wfica.ocx με μη αυτόματο τρόπο. Να κάνει αυτό ανοίγω πάνω στο τρέχω διάλογος (έναρξη - Run) και πληκτρολογήστε τα παρακάτω: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (όπου c:\Program Files\Citrix\ICA Client\ είναι η διαδρομή στην εγκατάσταση XenDesktop Online Plugin). Εάν είστε ακόμα δεν είναι σε θέση να περάσει ο έλεγχος αυτός ή να χρησιμοποιήσετε ICA στο mRemoteNG συμβουλευτείτε το mRemoteNG φόρουμ στο http://forum.mremoteng.org/" @@ -304,11 +276,6 @@ Δεν μπορεί να ανοίχθει η σύνδεση: Το όνομα του κεντρικού υπολογιστή δεν ειναι καθορισμένο! - - RDP λάθος! -Κωδικός σφάλματος: {0} -Περιγραφή σφάλματος: {1} - Συνδέσεις @@ -318,9 +285,6 @@ Δεν ήταν δυνατή η δημιουργία αντιγράφων ασφαλείας των συνδέσεων αρχείου! - - Δεν ήταν δυνατή η εισαγωγή συνδέσεων αρχείου! - Το αρχείο συνδέσεων "{0}" δεν μπορεί να φορτωθεί! diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 265eff308..342b89208 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -141,108 +141,6 @@ 65536 Colors (16-bit) - - The background color of the config panel. - - - The color of the category text in the config panel. - - - The color of the grid lines in the config panel - - - The background color of the help area of the config panel. - - - The color of the text in the help area of the config panel. - - - The color of the text in the config panel. - - - The background color of the connections panel. - - - The color of the text in the connections panel. - - - The color of the tree lines in the connections panel. - - - The background color of the menus. - - - The color of the text in the menus. - - - The background color of the search box. - - - The color of the text in the search box. - - - The color of the prompt text in the search box. - - - The background color of the toolbars. - - - The color of the text in the toolbars. - - - The background color of the main window. - - - Config Panel Background Color - - - Config Panel Category Text Color - - - Config Panel Grid Line Color - - - Config Panel Help Background Color - - - Config Panel Help Text Color - - - Config Panel Text Color - - - Connections Panel Background Color - - - Connections Panel Text Color - - - Connections Panel Tree Line Color - - - Menu Background Color - - - Menu Text Color - - - Search Box Background Color - - - Search Box Text Color - - - Search Box Text Prompt Color - - - Toolbar Background Color - - - Toolbar Text Color - - - Window Background Color - Active Directory @@ -256,9 +154,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Internet Explorer - - Under the root{0}{1}|Under the selected folder{0}{2} - None @@ -313,9 +208,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Copy Hostname - - To scan a single port, select the "First Port" only. - Track active connection in the connection tree diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteV1/Resources/Language/Language.es-AR.resx index 9273135cc..35e2b8897 100644 --- a/mRemoteV1/Resources/Language/Language.es-AR.resx +++ b/mRemoteV1/Resources/Language/Language.es-AR.resx @@ -117,12 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Activo - - - Actividad - Propiedades por defecto @@ -153,9 +147,6 @@ Varios - - Siempre mostrar esta pantalla al inicio - no está correctamente instalado @@ -220,10 +211,6 @@ VncSharp Control {0} btnIcon_Click falló! - - ¿Desea cerrar la conexión: -"{0}"? - ¿Está seguro que desea cerrar el panel, "{0}"? Cualquier conexión que contenga el panel también estará cerrada. @@ -257,11 +244,6 @@ VncSharp Control {0} No se puede abrir la conexión: ningún nombre de host especificado! - - Error de RDP. -Código de Error: {0} -Descripción del Error: {1} - Conexiones @@ -271,15 +253,9 @@ Descripción del Error: {1} No se pudo crear copia de seguridad del archivo de conexiones! - - No se pudo importar archivo de conexiones! - No se pudo cargar el archivo de conexiones "{0}"! - - No se pudo guardar el archivo de conexiones! - No se pudo guardar archivo de conexiones como "{0}"! @@ -292,9 +268,6 @@ Descripción del Error: {1} Conexión a {0} {1} vía cerrada por usuario {2}. - - Conexión a {0} {1} vía cerrada por usuario {2}. (Descripción: "{3}"; Campo de usuario: "{4}") - Evento de conexión cerrada @@ -349,12 +322,6 @@ Descripción del Error: {1} La versión de la base de datos {0} no es compatible con esta versión de {1}. - - ClonarModulo (Tree.Node) falló. {0} - - - Código de Error {0}. - La lista de conexiones no pudo ser guardada. diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index 807f09c89..20516ead5 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -120,18 +120,9 @@ Acerca de - - Activo - - - Actividad - ¡Adición de Nodo desde XML fallida! - - ¡Adición de nodos desde SQL fallida! - Permitir una sola instancia de la aplicación (reinicio de mRemoteNG necesario) @@ -168,15 +159,9 @@ Aspecto - - Obtener información de sesión automáticamente - Autoguardar cada: - - Minutos (0 significa deshabilitado) - Versión Disponible @@ -231,10 +216,6 @@ Probar Proxy - - No puede importar un archivo de conexión. -¡Utilice Archivo - Cargar Conexiones para archivos de conexión! - ¡No puede iniciarse el Escáner de Puertos, incorrecto formato IP! @@ -259,24 +240,12 @@ Redirección - - Mostrar siempre esta pantalla en el inicio - Comprobación fallida! Comprobación realizada! - - La característica de Sesiones (RDP) necesita que se haya registrado la librería eolwtscom.dll en su sistema. -mRemoteNG viene con este componente pero no lo registra automáticamente a menos que ejecute el paquete de instalación. -Para registrarlo manualmente haga ésto: Abra el diálogo de ejecutar (Inicio - Ejecutar) e introduzca lo siguiente: regsvr32 "c:\Archivos de Programa\mRemoteNG\eolwtscom.dll" (donde c:\Archivos de Programa\mRemoteNG\ es la ruta a la instalación de mRemoteNG). -Si continúa sin funcionar la comprobación ó no puede utilizar Sesiones (RDP) en mRemoteNG, consulte el Foro de mRemoteNG en http://forum.mremoteng.org/ - - - EOLWTSCOM ha sido localizado y parece estar registrado correctamente. - ICA necesita que esté instalado XenDesktop Online Plugin y que la librería wfica.ocx esté registrada. Puede descargar el cliente aquí: http://www.citrix.com/download/ Si tiene instalado XenDesktop Online Plugin y la comprobación continúa fallando, pruebe a registrar wfica.ocx manualmente. @@ -398,10 +367,6 @@ Versión de Control {0} de VncSharp Error al Cargar la Interfaz de Configuración de Usuario - - ¿Desea cerrar la conexión: -"{0}"? - ¿Está seguro de querer cerrar el panel, "{0}"? Cualquier conexión que contenga el panel también será cerrada. @@ -453,11 +418,6 @@ Versión de Control {0} de VncSharp ¡No se pudo establecerse la conexión: No se ha especificado el nombre del host! - - ¡Error RDP! -Código de Error: {0} -Descripción del Error: {1} - Conexiones @@ -467,9 +427,6 @@ Descripción del Error: {1} ¡No pudo crearse copia de seguridad del archivo de conexiones! - - ¡No pudo importarse el archivo de conexiones! - ¡El archivo de conexiones "{0}" no pudo ser cargado! @@ -477,9 +434,6 @@ Descripción del Error: {1} ¡El archivo de conexiones "{0}" no pudo ser cargado! Arrancando con un nuevo archivo de conexiones. - - ¡No pudo guardarse el archivo de conexiones! - ¡No pudo guardarse el archivo de conexiones como "{0}"! @@ -492,9 +446,6 @@ Arrancando con un nuevo archivo de conexiones. Connexión a {0} via {1} cerrada por el usuario {2}. - - Connexión a {0} via {1} cerrada por el usuario {2}. (Descripción: "{3}"; Campo de Usuario: "{4}") - Evento de conexión cerrado @@ -507,9 +458,6 @@ Arrancando con un nuevo archivo de conexiones. Versión Instalada - - Tema por defecto - Detectar @@ -558,12 +506,6 @@ Arrancando con un nuevo archivo de conexiones. La versión de Base de Datos {0} No es compatible con esta versión de {1}. - - Clonado de Nodo (Tree.Node) fallido. {0} - - - Código de error {0}. - La lista de conexiones no ha podido ser grabada. @@ -591,15 +533,9 @@ Arrancando con un nuevo archivo de conexiones. Exportar - - Exportar mRemote/mRemoteNG XML - App Externa - - Incluye iconos de [FAMFAMFAM] - Todos los archivos (*.*) @@ -615,9 +551,6 @@ Arrancando con un nuevo archivo de conexiones. Archivos RDP (*.rdp) - - Archivos CSV de visionapp Remote Desktop 2008 (*.csv) - Herencia {0} @@ -633,9 +566,6 @@ Arrancando con un nuevo archivo de conexiones. General - - Adquisición de Información de la Conexión desde SQL fallida - Ha ocurrido un error mientras se cargaba la conexión de "{0}" desde "{1}". {2} @@ -684,27 +614,12 @@ Arrancando con un nuevo archivo de conexiones. Importar desde Directorio Activo - - Importar/Exportar - - - Importar mRemote/mRemoteNG XML - Importar desde el Escáner de Puertos - - Importar desde archivo(s) .RDP - - - Inactivo - Informaciones - - mRemoteNG está actualizado - ¡La liberación del proceso Int App ha fallado! @@ -792,18 +707,6 @@ Arrancando con un nuevo archivo de conexiones. ¡El archivo local no existe! - - Cerrar Sesión - - - ¡Fallo al escribir al archivo de informe! - - - No se pudo gravar el informe en el destino. - - - Emplea la librería Magic de [Crownwood Software] - Agregar Panel de Conexión @@ -897,9 +800,6 @@ Arrancando con un nuevo archivo de conexiones. Opciones - - Pegar - Escanear Puertos @@ -936,18 +836,9 @@ Arrancando con un nuevo archivo de conexiones. Guardar Archivo de Conexión como... - - Administrador de Capturas de Pantalla - Enviar Teclas Especiales (VNC) - - Sesiones - - - Sesiones y Capturas de Pantalla - &Mostrar texto de ayuda @@ -1005,9 +896,6 @@ Arrancando con un nuevo archivo de conexiones. Nuevo Panel - - Nueva Raíz - Nuevo Título @@ -1063,9 +951,6 @@ Arrancando con un nuevo archivo de conexiones. ¡No se pudo cargar el Panel de Escaneo de Puertos! - - (¡Estas propiedades serán guardadas únicamente si selecciona mRemote/mRemoteNG XML como formato de archivo de salida!) - Introduzca el nombre del host o IP con la que quiere conectar. @@ -1374,9 +1259,6 @@ Mensaje: ¡No se pudo fikar el foco! - - ¡Fallo en la carga de las Sesiones de Putty! - Manejar Putty: {0} @@ -1398,9 +1280,6 @@ Mensaje: ¡Fallo al mostrar el Diálogo de Preferencias de Putty! - - ¡Fallo en el arranque de Putty! - --- Cosas de PuTTY --- @@ -1440,18 +1319,6 @@ Mensaje: 65536 Colores (16-bit) - - ¡Adición de Resolución RDP fallida! - - - ¡Adición de Resoluciones RDP fallida! - - - Adición de sesión fallida - - - ¡Cierre de conexión RDP fallida! - No se pudo crear el control RDP, por favor verifique los requerimientos de mRemoteNG. @@ -1467,15 +1334,6 @@ Mensaje: Desactivar Animaciones de Menús - - Desactivar Temas - - - Desactivar Fondo de Pantalla - - - ¡RDP desconectado! - ¡Fallo en la desconexión RDP, intentando cerrar! @@ -1494,9 +1352,6 @@ Mensaje: Ha ocurrido un error irrecuperable durante la conexión del cliente. - - Ha ocurrido un error RDP fatal desconocido. Código de error {0}. - Ha ocurrido un error de desbordamiento de memoria. @@ -1509,9 +1364,6 @@ Mensaje: Error de inicialización del Winsock. - - ¡No pudo importarse el archivo RDP! - Ajustar al panel @@ -1524,9 +1376,6 @@ Mensaje: ¡No está soportada la Gateway RD! - - ¡Obtención de sesión fallida! - Contador de Reconexiones RDP: @@ -1629,18 +1478,9 @@ Mensaje: Enviar a... - - Falla al iniciar sesiones en Fondo - - - Fallo al detener sesión en Fondo - Usar el nombre del host como nombre a mostrar cuando se creen nuevas conexiones - - Fallo en la asignación de texto en el formulario principal - ¡No se pudieron guardar las preferencias o disponer el Icono de la Bandeja del Sistema! @@ -1674,18 +1514,12 @@ Mensaje: Descendente (Z-A) - - Teclas especiales - ¡Por favor, mire en Ayuda - Comenzando - Configuración SQL para más información! SQL Server: - - ¡Finalizada la actualización SQL, existe una actualización disponible! Actualizando conexiones. - SSH versión 1 @@ -1695,12 +1529,6 @@ Mensaje: ¡Tranferencia SSH en segundo plano fallida! - - ¡Transferencia Correcta! - - - ¡Final de Transferencia SSH (UI.Window.SSHTransfer) fallida! - IP Inicial @@ -1731,42 +1559,6 @@ Mensaje: El siguiente: - - Panel de configuración - - - Panel de conexiones - - - El color de fondo del panel de configuración. - - - Color de fondo del panel de configuración - - - Color del texto del panel de configuración - - - Color de fondo del menú - - - Color del texto del menú - - - Color de fondo de la caja de búsqueda - - - Color del texto de la caja de búsqueda - - - Color de fondo de la barra de herramientas - - - Color del texto de la barra de herramientas - - - Color de fondo de la ventana - Error ({0}) @@ -1785,15 +1577,9 @@ Mensaje: Transferir - - ¡Tranferencia fallida! - Intentar integrar - - Tipo - Repetidor de Ultra VNC @@ -1803,9 +1589,6 @@ Mensaje: ¡Desmarque las propiedades que no quiera que sean guardadas! - - Tema sin nombre - Actualización de mRemoteNG disponible @@ -1815,15 +1598,6 @@ Mensaje: ¡Comprobación de finalización de la actualización fallida! - - ¡Comprobación de actualizaciones fallida! - - - mRemoteNG Portable Edition no soporta por el momento actualizaciones automáticas. - - - ¡Error borrando el archivo de actualización! - ¡Descarga completada! mRemoteNG ahora se cerrará y comenzará la instalación. @@ -1846,15 +1620,9 @@ mRemoteNG ahora se cerrará y comenzará la instalación. Semanalmente - - ¡Error en el inicio de la actualización! - Usar otro nombre de usuario y contraseña - - Usar sólo el Panel de Notificaciones (sin mensajes emergentes) - Usuario @@ -1888,9 +1656,6 @@ mRemoteNG ahora se cerrará y comenzará la instalación. ¡VNC asignación de Propedades fallida!! - - ¡Fallo en el arranque del Chat de VNC! - ¡VNC fallo en el cambio a Tamaño Automático! @@ -1903,18 +1668,6 @@ mRemoteNG ahora se cerrará y comenzará la instalación. Alertas - - Emplea el DockPanel Suite de [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - Escribir archivo de log (mRemoteNG.log) - - - Ruta a XULrunner: - diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index c9646f876..e3dd6d1d0 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -120,18 +120,9 @@ A propos - - Actif - - - Activité - AddNodeFromXML a échoué ! - - AddNodesFromSQL a échoué ! - Autoriser une seule instance de l'application (redémarrage de mRemoteNG nécessaire) @@ -168,15 +159,9 @@ Apparence - - Obtenir automatiquement les informations de session - Sauvegarde automatique toutes les: - - Minutes (0 = désactivé) - Dernière version @@ -231,10 +216,6 @@ Tester le Proxy - - Vous ne pouvez pas importer un fichier de connexion normal. -Veuillez utiliser le menu Fichier - Ouvrir un fichier de connexion pour les fichiers de connexions normaux ! - Impossible de démarrer le scan de port, format d'addresse IP incorrect ! @@ -259,21 +240,12 @@ Veuillez utiliser le menu Fichier - Ouvrir un fichier de connexion pour les fich Rediriger - - Toujours afficher cet écran au démarrage - Vérification échouée ! Verification réussie ! - - La fonctionnalité de Sessions (RDP) nécessite que vous ayez une copie enregistrée de eolwtscom.dll sur votre système. mRemoteNG est livré avec ce composant mais ne peut pas l'enregistrer automatiquement sauf si vous exécutez le package d'installation. Pour l'enregistrer manuellement : ouvrez la boîte de dialogue Exécuter (Démarrer - Exécuter) et entrez la commande suivante : regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (où c:\Program Files\mRemoteNG\ est le chemin vers votre installation mRemoteNG). Si vous n'êtes toujours pas en mesure de valider ce contrôle ou d'utiliser la fonctionnalité de Sessions (RDP) de mRemoteNG, veuillez consulter le Forum de mRemoteNG sur http://forum.mremoteng.org/ - - - EOLWTSCOM a été trouvé et semble être enregistré correctement. - ICA requiert l'installation du Plugin XenDesktop Online, ainsi que l'enregistrement de la librairie wfica.ocx. Vous pouvez télécharger le client ici : http://www.citrix.com/download/ Si le Plugin XenDesktop Online est installé, et que la vérification des composants échoue, essayez d'enregistrer la librairie manuellement. @@ -391,10 +363,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Fenêtre de configuration échec du chargement ! - - Voulez-vous fermer la connexion: -"{0}"? - Êtes-vous sûr de vouloir fermer le panneau, "{0}"? Toutes les connexions contenues dans ce panneau seront fermées également. @@ -446,9 +414,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Impossible d'ouvrir la connexion : Aucun nom d'hôte spécifié ! - - RDP erreur ! Code d'erreur: {0} Description de l'erreur :{1} - Connexions @@ -458,18 +423,12 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Impossible de créer le fichier de sauvegarde de connexions ! - - Impossible d'importer le fichier de connexions ! - Connexions fichier "{0}" ne peut être chargé ! Connexions fichier "{0}" ne peut être chargé ! À partir de fichiers de nouvelles connexions. - - Impossible d'enregistrer le fichier de connexions ! - Impossible d'enregistrer le fichier de connexions sous "{0}" ! @@ -482,9 +441,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Connexion à {0} via {1} fermée par l'utilisateur {2}. - - Connexion à {0} via {1} fermée par l'utilisateur {2}. (Description: "{3}"; Champ utilisateur: "{4}") - Connexion terminée @@ -500,9 +456,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Version installée - - Thème par défaut - Détecter @@ -551,12 +504,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, La base de données version {0} n'est pas compatible avec cette version de {1}. - - Échec de CloneNode (Tree.Node).{0} - - - Code d'erreur {0}. - La liste de connexion n'as pu être sauvegardée. @@ -584,15 +531,9 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Exporter - - Exporter mRemote / mRemoteNG XML - Application Externe - - Comprend les icônes de [FAMFAMFAM] - Tous les fichiers (*.*) @@ -608,9 +549,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Fichiers RDP (*. rdp) - - Fichiers visionapp Remote Desktop 2008 CSV (*. csv) - Hériter {0} @@ -626,9 +564,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Général - - L'obtention des informations de connexion à partir de SQL a échoué - Une erreur est survenue pendant le chargement de l'entrée de connexion "{0}" depuis "{1}". {2} @@ -680,27 +615,12 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Importer à partir d'Active Directory - - Importer / Exporter - - - Importer mRemote / mRemoteNG XML - Importer à partir du balayage de ports - - Import de fichier. RDP (s) - - - Inactif - Informations - - mRemoteNG est à jour - Échec de l'arrêt du processus Int App ! @@ -788,18 +708,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Le fichier local n'existe pas ! - - Déconnexion - - - La création du fichier de rapport a échouée ! - - - Impossible d'enregistrer le rapport à l'emplacement final. - - - Utilise la bibliothèque Magic [Crownwood Software] - Ajouter un panneau de connexion @@ -893,9 +801,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Options - - Coller - Scan de port @@ -932,18 +837,9 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Enregistrer le fichier de connexions sous... - - Gestionnaire de Capture d'écran - Envoyer les touches spéciales (VNC) - - Sessions - - - Sessions et capture d'écran - &Afficher le texte d'aide @@ -1001,9 +897,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Nouveau Panneau - - Nouvelle racine - Nouveau titre @@ -1059,9 +952,6 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Impossible de charger le panneau Scan de port ! - - (Ces propriétés ne seront enregistrées que si vous sélectionnez mRemote / XML comme format de fichier de sortie !) - Entrez le nom ou l'adresse ip de l'hôte auquel vous souhaitez vous connecter. @@ -1373,9 +1263,6 @@ Message: Impossible de définir le focus ! - - Erreur de la session Putty ! - Handle Putty : {0} @@ -1397,9 +1284,6 @@ Message: Échec de l'affichage de la fenêtre de paramètres de Putty ! - - Le lancement de Putty a échoué ! - --- Outils PuTTY --- @@ -1451,18 +1335,6 @@ Message: 65536 couleurs (16 bits) - - Échec de RDP Add Resolution ! - - - Échec de RDP Add Resolutions ! - - - Échec de l'ajout de session - - - Fermeture de la connexion RDP échouée ! - Impossible de lancer une connexion RDP, vérifiez les prérequis mRemoteNG. @@ -1478,15 +1350,6 @@ Message: Désactiver les animations du menu - - Désactiver les thèmes - - - Désactiver papier peint - - - RDP déconnecté ! - Échec de Déconnexion RDP, tentative d'arrêt en cours ! @@ -1508,9 +1371,6 @@ Message: Échec GetError (FatalErrors) - - Une erreur inconnue s'est produite fatale RDP. Le code d'erreur {0}. - Une erreur de mémoire insuffisante s'est produite. @@ -1523,9 +1383,6 @@ Message: Erreur d'initialisation de Winsock. - - Impossible d'importer le fichier RDP ! - Ajuster au panneau @@ -1538,9 +1395,6 @@ Message: La passerelle Bureau à distance n'est pas prise en charge ! - - Erreur de session ! - Nombre de reconnexions RDP : @@ -1646,18 +1500,9 @@ Message: Envoyer à ... - - Erreur de session arrière plan - - - La fermeture des sessions a échouée. - Utiliser le nom d'hôte comme nom affiché lors de la création ou le renommage de connexions - - Échec de définition de texte du formulaire principal - Échec de sauvegarde des paramètres ou de suppression de l'Icône de la Barre des tâches ! @@ -1691,18 +1536,12 @@ Message: Décroissant (ZA) - - Touches spéciales - Consultez l'aide - Getting started - SQL Configuration pour plus d'informations ! SQL Server - - Vérification de la mise à jour SQL terminée, mises à jour disponibles ! Les connexions vont être rafraichies. - SSH version 1 @@ -1712,12 +1551,6 @@ Message: Le transfert SSH en tâche de fond a échoué ! - - Transfert réussi ! - - - Échec de SSH Transfer End (UI.Window.SSHTransfer) ! - Échec du transfert SSH. @@ -1751,114 +1584,6 @@ Message: Ce qui suit : - - Panneau de configuration - - - Panneau de connexions - - - La couleur de fond du panneau de configuration. - - - La couleur du texte catégorie dans le panneau de configuration. - - - La couleur du quadrillage dans le panneau de configuration - - - La couleur de fond de la section d'aide du panneau de configuration. - - - La couleur du texte dans la section d'aide du panneau de configuration. - - - La couleur du texte dans le panneau de configuration. - - - La couleur de fond du panneau des connexions. - - - La couleur du texte dans le panneau des connexions. - - - La couleur des lignes d'arborescence dans le panneau des connexions. - - - La couleur de fond des menus. - - - La couleur du texte dans les menus. - - - La couleur de fond de la boîte de recherche. - - - La couleur du texte dans la zone Rechercher. - - - La couleur du texte dans la zone de recherche rapide. - - - La couleur de fond des barres d'outils. - - - La couleur du texte dans les barres d'outils. - - - La couleur d'arrière-plan de la fenêtre principale. - - - Couleur de fond du panneau de configuration - - - Couleur de texte pour le panneau de configuration - - - Couleur des lignes de la grille du panneau de configuration - - - Couleur de Fond de l'Aide du Panneau de Configuration - - - Couleur du Texte de l'Aide du Panneau de Configuration - - - Couleur du Texte du Panneau de Configuration - - - Couleur de Fond du Panneau des Connexions - - - Couleur du Texte du Panneau de Connexions - - - Couleur de l'arbre des connections dans le menu - - - Couleur de Fond du Menu - - - Couleur de texte du menu - - - Couleur de fond de la boite de recherche - - - Couleur du texte de la recherche - - - Couleur du Texte de la Boîte de Recherche - - - Couleur de fond de la barre d'outils - - - Couleur du texte de la barre d'outils - - - Couleur de fond de la fenêtre - Erreur ({0}) @@ -1877,15 +1602,9 @@ Message: Transfert - - Échec du transfert ! - Essayer d'intégrer - - Type - Ultra VNC Repeater @@ -1895,9 +1614,6 @@ Message: Décochez les propriétés que vous souhaitez ne pas être enregistrée ! - - Thème sans nom - mRemoteNG nécessite une mise à jour @@ -1907,15 +1623,6 @@ Message: La vérification de la fin de mise à jour a échouée ! - - La vérification des mises à jour a échouée ! - - - Actuellement mRemoteNG édition Portable ne supporte pas la mise à jour automatique. - - - Erreur de suppression de fichiers mis à jour ! - Téléchargement terminé ! mRemoteNG va se fermer et l'installation va commencer. @@ -1937,15 +1644,9 @@ Message: Hebdomadaire - - Erreur lors du démarrage de la mise à jour ! - Utilisez d'autres nom d'utilisateur et mot de passe - - Utilisez uniquement panneau Notifications (pas de message popups) - Utilisateur @@ -1979,9 +1680,6 @@ Message: Échec de VNC Set Props ! - - Le lancement de VNC Chat échoué ! - Toggle VNC SmartSize échoué ! @@ -1994,15 +1692,6 @@ Message: Avertissements - - Utilise DockPanel Suite par [Weifen Luo] - - - Ecrire dans un fichier journal (mRemoteNG.log) - - - Chemin de XULRunner : - Oui diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteV1/Resources/Language/Language.hu.resx index 7518a583b..ad67bfea2 100644 --- a/mRemoteV1/Resources/Language/Language.hu.resx +++ b/mRemoteV1/Resources/Language/Language.hu.resx @@ -120,12 +120,6 @@ Névjegy - - Aktív - - - Tevékenység - Mindig @@ -141,15 +135,9 @@ Automatikus frissítés beállításai - - Munkamenet információk automatikus megszerzése - Automatikus mentés minden: - - Perc (0 - kikapcsolva) - Aktuális verzió @@ -261,9 +249,6 @@ A HTTP csatlakozás nem sikerült! - - Importálás/Exportálás - Cím: @@ -345,15 +330,6 @@ Kapcsolatfájl mentése, mint... - - Képernyőmentés kezelő - - - Munkamenetek - - - Munkamanetek és képernyőmentések - Honlap @@ -369,9 +345,6 @@ Új panel - - Új gyökérelem - Új cím diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index a2bbbac59..1a29281e6 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -120,18 +120,9 @@ Informazioni su - - Attivo - - - Attività - Operazione AddNodeFromXML fallita! - - Operazione AddNodesFromSQL fallita! - Consenti soltanto un'istanza dell'applicazione (richiede il riavvio di mRemoteNG) @@ -168,15 +159,9 @@ Aspetto - - Ottieni automaticamente informazioni sulla sessione - Salva automaticamente ogni: - - Minuti (0 per disabilitare) - Versione attuale @@ -231,10 +216,6 @@ Verifica le impostazioni del proxy - - Non è possibile importare un file delle connessioni normale. -Per favore usare File -> Carica connessioni per i file delle connessioni normali! - Impossibile eseguire una scansione delle porte, il formato IP non è corretto! @@ -259,23 +240,12 @@ Per favore usare File -> Carica connessioni per i file delle connessioni norm Redirezione - - Mostra sempre questa schermata all'avvio - Controllo fallito! Controllo riuscito! - - Per utilizzare le sessioni RDP è necessario avere una copia di eolwtscom.dll registrata nel proprio sistema. mRemoteNG viene distribuito con questo componente ma è in grado di registrarlo automaticamente soltanto eseguendo un setup completo. -Per effettuare una registrazione manuale, aprire la finestra "Esegui" (WIN+R) ed inserire il testo: regsvr32 "C:\Programmi\mRemoteNG\eolwtscom.dll" (dove C:\Programmi\mRemoteNG\ è il percorso di installazione di mRemoteNG). -Se il controllo fallisce o risulta impossibile utilizzare le sessioni RDP con mRemoteNG per favore consultare il forum di mRemoteNG all'indirizzo http://forum.mremoteng.org/ - - - EOLWTSCOM è stato rilevato e sembra essere registrato correttamente. - ICA richiede che il plugin XenDesktop Online sia installato e che la libreria wfica.ocx sia registrata. Il client è scaricabile all'indirizzo http://www.citrix.com/download/ Se il plugin XenDesktop Online è installato ma il controllo fallisce, provare a registrare wfica.ocx manualmente. Aprire la finestra "Esegui" (WIN+R) ed inserire il testo: regsvr32 "C:\Programmi\Citrix\ICA Client\wfica.ocx" (dove C:\Programmi\Citrix\ICA Client\ è il percorso di installazione del plugin XenDesktop Online). @@ -394,10 +364,6 @@ VncSharp Control versione {0} Caricamento Config UI fallito! - - Vuoi chiudere la connessione: -"{0}"? - Sei sicuro di voler chiudere il pannello "{0}"? Tutte le connessioni contenute in esso verranno terminate. @@ -449,11 +415,6 @@ VncSharp Control versione {0} Impossibile aprire la connessione: nessun nome host specificato! - - Errore RDP! -Codice: {0} -Descrizione: {1} - Connessioni @@ -463,9 +424,6 @@ Descrizione: {1} Impossibile creare un backup del file delle connessioni! - - Impossibile importare il file delle connessioni! - Il file delle connessioni "{0}" non può essere caricato! @@ -473,9 +431,6 @@ Descrizione: {1} Il file delle connessioni "{0}" non può essere caricato! Creazione di un nuovo file delle connessioni. - - Impossibile salvare il file delle connessioni! - Impossibile salvare il file delle connessioni come "{0}"! @@ -488,9 +443,6 @@ Creazione di un nuovo file delle connessioni. Connessione a {0} attraverso {1} chiusa dall'utente {2}. - - Connessione a {0} attraverso {1} chiusa dall'utente {2}. (Descrizione: "{3}"; campo utente: "{4}") - Connection Event Closed @@ -503,9 +455,6 @@ Creazione di un nuovo file delle connessioni. Versione installata - - Tema predefinito - Rileva @@ -554,12 +503,6 @@ Creazione di un nuovo file delle connessioni. La versione del database {0} non è compatibile con questa versione di {1}. - - Operazione CloneNode (Tree.Node) fallita. {0} - - - Codice di errore {0}. - L'elenco delle connessioni non può essere salvato. @@ -587,15 +530,9 @@ Creazione di un nuovo file delle connessioni. Esporta - - Esporta XML mRemote/mRemoteNG - Appl. est. - - Comprende le icone di [FAMFAMFAM] - Tutti i file (*.*) @@ -611,9 +548,6 @@ Creazione di un nuovo file delle connessioni. File RDP (*.rdp) - - File CSV di visionapp Remote Desktop 2008 (*.csv) - Eredita {0} @@ -629,9 +563,6 @@ Creazione di un nuovo file delle connessioni. Generale - - Recupero delle informazioni sulla connessione da SQL fallito - Errore durante il caricamento della connessione per "{0}" da "{1}". {2} @@ -680,27 +611,12 @@ Creazione di un nuovo file delle connessioni. Importa da Active Directory - - Importa/Esporta - - - Importa XML mRemote/mRemoteNG - Importa da scansione delle porte - - Importa da file .RDP - - - Non attivo - Informazioni - - mRemoteNG è aggiornato - Operazione Dispose of Int App Process fallita! @@ -788,18 +704,6 @@ Creazione di un nuovo file delle connessioni. Il file locale non esiste! - - Logoff - - - Scrittura sul file di report fallita! - - - Impossibile salvare il report nella destinazione. - - - Utilizza la libreria Magic di [Crownwood Software] - Aggiungi pannello delle connessioni @@ -893,9 +797,6 @@ Creazione di un nuovo file delle connessioni. Opzioni - - Incolla - Scansione delle porte @@ -932,18 +833,9 @@ Creazione di un nuovo file delle connessioni. Salva file delle connessioni con nome... - - Gestore degli screenshot - Invia tasti speciali (VNC) - - Sessioni - - - Sessioni e screenshot - &Mostra testo di aiuto @@ -1001,9 +893,6 @@ Creazione di un nuovo file delle connessioni. Nuovo pannello - - Nuova root - Nuovo titolo @@ -1058,9 +947,6 @@ Creazione di un nuovo file delle connessioni. Impossibile caricare il pannello di scansione delle porte! - - (Queste proprietà verranno salvate soltanto se il formato di output è XML mRemote/mRemoteNG!) - Inserisci il nome host o l'IP a cui ti vuoi connettere. @@ -1373,9 +1259,6 @@ Messaggio: Impossibile impostare il focus! - - Get PuTTY Sessions fallito! - PuTTY Handle: {0} @@ -1394,9 +1277,6 @@ Messaggio: Operazione Show PuTTY Settings Dialog fallita! - - Avvio di PuTTY fallito! - --- Roba di PuTTY --- @@ -1448,18 +1328,6 @@ Messaggio: 65536 colori (16-bit) - - Operazione RDP Add Resolution fallita! - - - Operazione RDP Add Resolutions fallita! - - - Operazione Add Session fallita - - - Operazione Close RDP Connection fallita! - Impossibile creare il controllo RDP, per favore controlla i requisiti di mRemoteNG. @@ -1475,15 +1343,6 @@ Messaggio: Disattiva le animazioni dei menu - - Disattiva i temi - - - Disattiva lo sfondo - - - RDP disconnesso! - Disconnessione RDP fallita, tentativo di chiusura in corso! @@ -1505,9 +1364,6 @@ Messaggio: GetError fallito (FatalErrors) - - Si è verificato un errore RDP fatale. Codice dell'errore {0}. - Si è verificato un errore di memoria esaurita. @@ -1520,9 +1376,6 @@ Messaggio: Errore di inizializzazione WinSock. - - Impossibile importare il file RDP! - Adatta al pannello @@ -1535,9 +1388,6 @@ Messaggio: Il gateway RDP non è supportato! - - Operazione GetSessions fallita! - Contatore riconnessioni RDP: @@ -1643,18 +1493,9 @@ Messaggio: Invia a... - - Get Sessions Background fallito - - - Kill Session Background fallito - Imposta il nome host come il nome visualizzato durante la creazione o la modifica delle connessioni - - Operazione Setting main form text fallita - Impossibile salvare le impostazioni o eliminare l'icona nella barra di sistema! @@ -1688,18 +1529,12 @@ Messaggio: Discendente (Z-A) - - Tasti speciali - Per maggiori informazioni si prega di visualizzare Aiuto -> Per incominciare -> Configurazione SQL Server SQL - - Il controllo aggiornamenti SQL è terminato, c'è un aggiornamento disponibile! Le connessioni verranno aggiornate. - SSH versione 1 @@ -1709,12 +1544,6 @@ Messaggio: Trasferimento SSH in background fallito! - - Trasferimento completato! - - - SSH Transfer End (UI.Window.SSHTransfer) fallito! - IP iniziale @@ -1745,114 +1574,6 @@ Messaggio: Il seguente: - - Pannello configurazione - - - Pannello connessioni - - - Colore di sfondo del pannello configurazione. - - - Colore della categoria nel pannello configurazione. - - - Colore delle linee griglia nel pannello configurazione - - - Colore di sfondo nell'area aiuto del pannello configurazione. - - - Colore del testo nell'area aiuto del pannello configurazione. - - - Colore del testo nel pannello configurazione. - - - Colore di sfondo nel pannello connessioni. - - - Colore del testo nel pannello connessioni. - - - Colore delle linee di alberatura nel pannello connessioni. - - - Colore di sfondo dei menu. - - - Colore del testo nei menu. - - - Colore di sfondo della casella di ricerca. - - - Colore del testo nella casella di ricerca. - - - Colore del prompt nella casella di ricerca. - - - Colore di sfondo delle barre degli strumenti. - - - Colore del testo nelle barre degli strumenti. - - - Colore di sfondo della finestra principale. - - - Colore sfondo pannello configurazione - - - Colore categoria pannello configurazione - - - Colore linee griglia pannello configurazione - - - Colore sfondo aiuto pannello configurazione - - - Colore testo aiuto pannello configurazione - - - Colore testo pannello configurazione - - - Colore sfondo pannello connessioni - - - Colore testo pannello connessioni - - - Colore linee alberatura pannello connessioni - - - Colore sfondo menu - - - Colore testo menu - - - Colore sfondo casella ricerca - - - Colore testo casella ricerca - - - Colore prompt casella ricerca - - - Colore sfondo barra strumenti - - - Colore testo barra strumenti - - - Colore sfondo finestra - Errore ({0}) @@ -1871,15 +1592,9 @@ Messaggio: Trasferimento - - Trasferimento fallito! - Prova ad integrare - - Tipo - UltraVNC Repeater @@ -1889,9 +1604,6 @@ Messaggio: Deseleziona le proprietà che non vuoi salvare! - - Tema senza nome - mRemoteNG richiede un aggiornamento @@ -1901,15 +1613,6 @@ Messaggio: Completamento del controllo aggiornamenti fallito! - - Controllo aggiornamenti fallito! - - - L'edizione portable di mRemoteNG attualmente non supporta gli aggiornamenti automatici. - - - Errore durante l'eliminazione dei file di aggiornamento! - Scaricamento completato! mRemoteNG verrà chiuso e l'installazione avrà inizio. @@ -1932,15 +1635,9 @@ mRemoteNG verrà chiuso e l'installazione avrà inizio. Settimanalmente - - Errore nell'avvio dell'aggiornamento! - Utilizza nome utente e password differenti - - Utilizza soltanto il pannello delle notifiche (nessun messaggio popup) - Utente @@ -1974,9 +1671,6 @@ mRemoteNG verrà chiuso e l'installazione avrà inizio. Impostazione proprietà VNC fallita! - - Avvio della chat VNC fallito! - Cambiamento SmartSize VNC fallito! @@ -1989,18 +1683,6 @@ mRemoteNG verrà chiuso e l'installazione avrà inizio. Avvisi - - Utilizza la suite DockPanel di [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - Scrivi nel file di log (mRemoteNG.log) - - - Percorso XULrunner: - diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index 4b901d94b..1f647e9c6 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -120,21 +120,12 @@ mRemoteNGについて - - アクティブ - Active Directory - - Activity - AddNodeFromXMLは失敗しました - - AddNodesFromSQL failed! - アプリケーションの単一インスタンスのみを許可する(mRemoteNGを再起動する必要があります) Allow only a single instance of the application (mRemoteNG restart required) @@ -172,15 +163,9 @@ Aspect - - セッション情報を自動的に取得する - 自動保存の間隔: - - 分(0で無効にします) - 最新バージョン @@ -238,10 +223,6 @@ プロキシーをテストする - - You cannot import a normal connection file. -Please use File - Open Connection File for normal connection files! - IPアドレスのフォーマットが正しくないのでポートスキャンの開始に失敗しました Cannot start Port Scan, incorrect IP format! @@ -267,24 +248,12 @@ Please use File - Open Connection File for normal connection files! Redirect - - 開始時に常に表示 - 確認に失敗しました Check succeeded! - - The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system. -mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer. -To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). -If this check still fails or you are unable to use the (RDP) Sessions feature, please consult the mRemoteNG Forum at http://forum.mremoteng.org/. - - - EOLWTSCOM was found and seems to be registered properly. - ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/ If you have the XenDesktop Online Plugin installed and the check still fails, try to register wfica.ocx manually. @@ -423,10 +392,6 @@ VncSharp Control Version {0} Config UI loadがエラーを発生しました - - 接続「{0}」を切断しますか? - Do you want to close the connection, "{0}"? - パネル内で開いている接続も全て切断されますが、パネル「{0}」を閉じますか? @@ -479,11 +444,6 @@ VncSharp Control Version {0} ホスト名が入力されていないので接続出来ません - - RDP error! -Error Code: {0} -Error Description: {1} - 接続 @@ -493,9 +453,6 @@ Error Description: {1} Couldn't create backup of connections file! - - 接続ファイルをインポートできませんでした - Connections file "{0}" could not be loaded! @@ -503,9 +460,6 @@ Error Description: {1} Connections file "{0}" could not be loaded! Starting with new connections file. - - Couldn't save connections file! - Couldn't save connections file as "{0}"! @@ -522,9 +476,6 @@ Starting with new connections file. ユーザー{1}によって接続「{0}」は切断されました Connection to {0} via {1} closed by user {2}. - - Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}") - 接続イベントに失敗しました @@ -541,9 +492,6 @@ Starting with new connections file. バージョン - - デフォルトのテーマ - 検出する @@ -601,12 +549,6 @@ Starting with new connections file. The database version {0} is not compatible with this version of {1}. - - CloneNode (Tree.Node) failed . {0} - - - エラーコード:{0} - 接続リストが保存できませんでした @@ -646,9 +588,6 @@ Starting with new connections file. アイテムをエクスポート - - Export mRemote/mRemoteNG XML - プロパティのエクスポート @@ -667,12 +606,6 @@ Starting with new connections file. 新規外部ツール - - Includes icons by [FAMFAMFAM] - - - http://www.famfamfam.com/ - File &Format: @@ -700,9 +633,6 @@ Starting with new connections file. RDP Files (*.rdp) - - visionapp Remote Desktop 2008 CSV Files (*.csv) - Inherit {0} @@ -718,9 +648,6 @@ Starting with new connections file. 一般 - - SQLサーバーからの接続情報の取得に失敗しました - An error occured while loading the connection entry for "{0}" from "{1}". {2} @@ -784,9 +711,6 @@ Starting with new connections file. アクティブディレクトリからインポート - - インポート/エクスポート - ファイル「{0}」のインポート中にエラーが発生しました @@ -796,36 +720,15 @@ Starting with new connections file. ファイルからインポート...(&F) - - Under the root{0}{1}|Under the selected folder{0}{2} - - - Where would you like the imported items to be placed? - - - Import location - インポート(&I) - - Import mRemote/mRemoteNG XML - ポートスキャンからインポート - - Import from .RDP file(s) - - - Inactive - 情報 - - mRemoteNGは最新バージョンです - Dispose of Int App process failed! @@ -919,21 +822,6 @@ Starting with new connections file. ファイルが存在しません - - ログオフ - - - Writing to report file failed! - - - Couldn't save report to final location. - - - Uses the Magic library by [Crownwood Software] - - - http://www.dotnetmagic.com/ - 接続表示パネルの追加 @@ -1027,9 +915,6 @@ Starting with new connections file. オプション - - 貼り付け - ポートをスキャンする @@ -1066,21 +951,9 @@ Starting with new connections file. 接続ファイルを別名で保存... - - スクリーンキャプチャの管理 - Send Special Keys (VNC) - - Retrieve - - - セッション - - - セッションとスクリーンキャプチャ - ヘルプ文字を表示(&S) &Show Help Text @@ -1145,9 +1018,6 @@ Starting with new connections file. 新規パネル - - 新規ルート - 新規タイトル @@ -1185,40 +1055,9 @@ If you run into such an error, please create a new connection file! Open Ports - - 削除(&D) - - - 新規(&N) - - - デフォルトに戻す(&R) - - - すべてデフォルトに戻す(&A) - Reset &All to Default - - - タブ - - - 新しいタブ - - - 前のタブ - - - ショートカットを変更する - - - キーボードショートカット - テストの実行中 - - キーボード - テーマ @@ -1249,9 +1088,6 @@ If you run into such an error, please create a new connection file! Couldn't load PortScan panel! - - (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!) - ホスト名かIPアドレスを入力してください @@ -1580,9 +1416,6 @@ Message: Couldn't set focus! - - Get Putty Sessions Failed! - Putty Handle: {0} @@ -1598,18 +1431,12 @@ Message: PuTTY Saved Sessions - - PuTTY Session Settings - PuTTY Settings Show PuTTY Settings Dialog failed! - - Putty Start Failed! - --- PuTTY Stuff --- @@ -1661,18 +1488,6 @@ Message: 65536 Colours (16-bit) - - RDP Add Resolution failed! - - - RDP Add Resolutions failed! - - - セッションの追加に失敗しました - - - Close RDP Connection failed! - Couldn't create RDP control, please check mRemoteNG requirements. @@ -1688,15 +1503,6 @@ Message: メニューのアニメーションを無効にする - - テーマを無効にする - - - Disable Wallpaper - - - リモートデスクトップが切断されました - RDP Disconnect failed, trying to close! @@ -1718,9 +1524,6 @@ Message: GetError failed (FatalErrors) - - An unknown fatal RDP error has occurred. Error code {0}. - An out-of-memory error has occurred. @@ -1733,9 +1536,6 @@ Message: Winsock initialization error. - - RDPファイルのインポートに失敗しました - Fit To Panel @@ -1748,9 +1548,6 @@ Message: RD Gateway is not supported! - - GetSessions failed! - RDP reconnection count: @@ -1857,18 +1654,9 @@ Message: 送信... - - Get Sessions Background failed - - - Kill Session Background failed - Set hostname like display name when creating or renaming connections - - Setting main form text failed - Couldn't save settings or dispose SysTray Icon! @@ -1908,18 +1696,12 @@ Message: 降順 - - Special Keys - Please see Help - Getting started - SQL Configuration for more Info! SQL Server - - SQL Update check finished and there is an update available! Going to refresh connections. - SSHバージョン1 @@ -1929,12 +1711,6 @@ Message: SSH background transfer failed! - - 転送に成功しました - - - SSH Transfer End (UI.Window.SSHTransfer) failed! - SSH経由の転送に失敗しました @@ -1968,114 +1744,6 @@ Message: 以下: - - 設定パネル - - - 接続パネル - - - 設定パネルの背景色 - - - The colour of the category text in the config panel. - - - The colour of the grid lines in the config panel - - - The background colour of the help area of the config panel. - - - The colour of the text in the help area of the config panel. - - - The colour of the text in the config panel. - - - The background colour of the connections panel. - - - The colour of the text in the connections panel. - - - The colour of the tree lines in the connections panel. - - - The background colour of the menus. - - - The colour of the text in the menus. - - - The background colour of the search box. - - - The colour of the text in the search box. - - - The colour of the prompt text in the search box. - - - The background colour of the toolbars. - - - The colour of the text in the toolbars. - - - The background colour of the main window. - - - Config Panel Background Colour - - - Config Panel Category Text Colour - - - Config Panel Grid Line Colour - - - Config Panel Help Background Colour - - - Config Panel Help Text Colour - - - Config Panel Text Colour - - - Connections Panel Background Colour - - - Connections Panel Text Colour - - - Connections Panel Tree Line Colour - - - Menu Background Colour - - - Menu Text Colour - - - Search Box Background Colour - - - Search Box Text Colour - - - Search Box Text Prompt Colour - - - Toolbar Background Colour - - - Toolbar Text Colour - - - ウィンドウの背景色 - エラー({0}) @@ -2097,15 +1765,9 @@ Message: 転送 - - 転送中にエラーが発生しました - Try to integrate - - 種類 - Ultra VNC Repeater @@ -2115,9 +1777,6 @@ Message: Uncheck the properties you want not to be saved! - - 無名のテーマ - mRemoteNG requires an update @@ -2130,9 +1789,6 @@ Message: 更新を確認しています… - - mRemoteNG Portable Edition does not currently support automatic updates. - ダウンロードが終了しました mRemoteNGを終了してインストールを開始します @@ -2161,9 +1817,6 @@ mRemoteNGを終了してインストールを開始します Use a different username and password - - Use only Notifications panel (no messagebox popups) - ユーザー @@ -2180,9 +1833,6 @@ mRemoteNGを終了してインストールを開始します バージョン - - visionapp Remote Desktop 2008 CSV - VNC @@ -2201,9 +1851,6 @@ mRemoteNGを終了してインストールを開始します VNC Set Props Failed! - - VNC Start Chat Failed! - VNC Toggle SmartSize Failed! @@ -2216,18 +1863,6 @@ mRemoteNGを終了してインストールを開始します 警告 - - Uses the DockPanel Suite by [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - ログファイルを書き出す(mRemoteNG.log) - - - XULRunnerのパス: - はい diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index 03c127893..e95122657 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -120,21 +120,12 @@ mRemoteNG 정보 - - 활성 - Active Directory - - Activity - AddNodeFromXML 실패! - - AddNodesFromSQL 실패! - 어플리케이션에 단일 인스턴스만 허용(mRemoteNG 재시작 필요) @@ -171,15 +162,9 @@ 양상 - - 세션 정보를 자동으로 얻음 - 자동 저장 간격 : - - 분 ( 0은 비활성화) - 최종 버전 @@ -237,10 +222,6 @@ 포록시 테스트 - - 일반 연결 파일은 가져올 수 없습니다. -Please use File - Load Connections for normal connection files! - 포트 스캔을 시작 할 수 없습니다. 잘못된 IP 형식 입니다. @@ -265,24 +246,12 @@ Please use File - Load Connections for normal connection files! 리디렉션 - - 시작시 항상 이 화면 표시 - 검사 실패! 검사 성공! - - (RDP) 세션 기능을 사용하려면 시스템에 eolwtscom.dll의 사본이 있어야합니다. -mRemoteNG는이 구성 요소와 함께 제공되지만 mRemoteNG 설치 프로그램을 사용하지 않으면 자동으로 등록되지 않습니다. -수동으로 등록하려면 상승 된 명령 프롬프트에서 다음 명령을 실행하십시오. regsvr32 "C : \ Program Files \ mRemoteNG \ eolwtscom.dll"(여기서 C : \ Program Files \ mRemoteNG \은 mRemoteNG 설치 경로 임). -이 검사가 여전히 실패하거나 (RDP) 세션 기능을 사용할 수없는 경우 http://forum.mremoteng.org/의 mRemoteNG 포럼을 참조하십시오. - - - EOLWTSCOM이 발견되어 등록 된 것으로 보입니다. - ICA를 사용하려면 XenDesktop Online Plugin이 설치되어 있고 wfica.ocx 라이브러리가 등록되어 있어야합니다. 클라이언트는 http://www.citrix.com/download/에서 다운로드 할 수 있습니다. XenDesktop Online Plugin이 설치되어 있고 검사가 여전히 실패하면 wfica.ocx를 수동으로 등록 해보십시오. @@ -377,21 +346,6 @@ VncSharp 제어 버전 {0} 할당 된 자격 증명 - - 항상 허용 - - - 한번 허용 - - - 허용 안함 - - - URL에 대한 안전하지 않은 인증서 허용 : {0}? - - - 안전하지 않은 인증서를 허용 하시겠습니까? - 디버그 @@ -416,9 +370,6 @@ VncSharp 제어 버전 {0} 자격 증명 레코드 {0}을 (를) 삭제 하시겠습니까? - - ID가 "{1}"인 연결 레코드에 대해 "{0}"과 일치하는 자격증명 레코드를 찾을 수 없습니다. - 비활성으로 인해 RDP 세션 연결이 끊어진 후 알림 수신 여부 선택 @@ -443,30 +394,12 @@ VncSharp 제어 버전 {0} mRemoteNG 로그 파일의 경로 선택 - - 자격 증명 편집기 - - - 자격 증명 관리자 - - - ID - - - 제거 - 타이틀 - - 이 연결에 사용할 자격 증명을 선택. - 유휴(idle) 분 - - 동의 - 추가 @@ -554,9 +487,6 @@ VncSharp 제어 버전 {0} 구성 UI 로드 실패! - - 연결을 닫으시겠습니까 "{0}"? - 패널을 닫으시겠습니까 "{0}"? 포함 된 모든 연결도 닫힙니다. @@ -608,11 +538,6 @@ VncSharp 제어 버전 {0} 연결을 열 수 없습니다 : 호스트 이름 지정이 안됨! - - RDP 오류! -오류 코드 : {0} -오류 설명 : {1} - 연결 @@ -622,9 +547,6 @@ VncSharp 제어 버전 {0} 연결 파일의 백업을 생성 할 수 없습니다! - - 연결 파일을 가져올 수 없습니다! - 연결 파일은 "{0}"를 로드 할 수 없습니다! @@ -632,9 +554,6 @@ VncSharp 제어 버전 {0} 연결 파일은 "{0}"를 로드 할 수 없습니다! 새로운 연결 파일과 함께 시작. - - 연결 파일을 저장할 수 없습니다! - "{0}"로 연결 파일을 저장할 수 없습니다! @@ -650,9 +569,6 @@ VncSharp 제어 버전 {0} 사용자 {2}이(가) {1} 통해 {0}에 연결. - - 사용자 {2}이(가) {1} 통해 {0}에 연결. (설명:"{3}";사용자 입력란:"{4}") - 연결 이벤트 닫힘. @@ -668,9 +584,6 @@ VncSharp 제어 버전 {0} 설치된 버전 - - 기본 테마 - 검색 @@ -728,12 +641,6 @@ VncSharp 제어 버전 {0} 데이터베이스 버전 {0}은 (는)이 버전의 {1}과 호환되지 않습니다. - - CloneNode (Tree.Node)가 실패. {0} - - - 오류 코드 {0}. - 연결 목록을 저장할 수 없습니다. @@ -773,9 +680,6 @@ VncSharp 제어 버전 {0} 항목 내보내기 - - mRemote / mRemoteNG XML 내보내기 - 속성 내보내기 @@ -794,12 +698,6 @@ VncSharp 제어 버전 {0} 새로운 외부 도구 - - 아이콘을 포함 by [FAMFAMFAM] - - - http://www.famfamfam.com/ - 파일 형식(&F): @@ -827,9 +725,6 @@ VncSharp 제어 버전 {0} RDP 파일 (*.rdp) - - visionapp 원격 데스크톱 2008 CSV 파일 (*.csv) - {0} 상속 @@ -845,9 +740,6 @@ VncSharp 제어 버전 {0} 일반 - - SQL에서 연결 정보 가져 오기 실패 - "{1}"에서 "{0}"에 대한 연결 항목을로드하는 중 오류가 발생. {2} @@ -911,9 +803,6 @@ VncSharp 제어 버전 {0} Active Directory에서 가져 오기 - - 가져오기/내보내기 - "{0}"파일을 가져 오는 중 오류가 발생했습니다. @@ -923,36 +812,15 @@ VncSharp 제어 버전 {0} 파일에서 가져 오기(&F) ... - - 루트 {0} {1} | 아래에서 선택한 폴더 {0} {2} - - - 가져온 항목에 어디에 적용하시겠습니까? - - - 가져 오기 위치 - 가져 오기(&I) - - 가져 오기 mRemote / mRemoteNG XML - 포트 검사에서 가져 오기 - - .rdp 파일에서 가져 오기 - - - 비활성 - 정보 - - mRemoteNG는 최신 버전입니다 - Dispose of Int App process failed! @@ -1043,21 +911,6 @@ VncSharp 제어 버전 {0} 로컬 파일이 존재하지 않습니다! - - 로그 오프 - - - 보고서 파일에 쓰지 못했습니다! - - - 보고서를 최종 위치에 저장할 수 없습니다. - - - [Crownwood Software]의 Magic 라이브러리 사용 - - - http://www.dotnetmagic.com/ - 연결 패널 추가 @@ -1151,9 +1004,6 @@ VncSharp 제어 버전 {0} 옵션 - - 붙여넣기 - 포트 스캔 @@ -1190,21 +1040,9 @@ VncSharp 제어 버전 {0} 연결 파일 다른 이름으로 저장 ... - - 스크린 샷 관리자 - 특수 키 보내기 (VNC) - - 검색 - - - 세션 - - - 세션 및 스크린 샷 - 도움말 텍스트 표시 (&H) @@ -1268,9 +1106,6 @@ VncSharp 제어 버전 {0} 새로운 패널 - - 새 루트 - 새로운 제목 @@ -1305,39 +1140,9 @@ VncSharp 제어 버전 {0} 열린 포트 - - 삭제(&D) - - - 새로운(&N) - - - 기본값으로 재설정 (&R) - - - 모두 기본값으로 재설정(&A) - - - - - - 다음 탭 - - - 이전 탭 - - - 단축키 수정 - - - 키보드 단축키 - 테스트 ... - - 키보드 - 테마 @@ -1368,9 +1173,6 @@ VncSharp 제어 버전 {0} 포트 스캔 패널을 로드 할 수 없습니다! - - (출력 파일 형식으로 mRemote / mRemoteNG XML을 선택한 경우에만 이 속성이 저장됩니다.) - 연결할 호스트 이름 또는 IP를 입력하십시오. @@ -1695,9 +1497,6 @@ VncSharp 제어 버전 {0} 포커스를 설정할 수 없습니다! - - PuTTY 세션 실패! - Putty Handle: {0} @@ -1713,18 +1512,12 @@ VncSharp 제어 버전 {0} PuTTY 저장된 세션 - - PuTTY 세션 설정 - PuTTY 설정 PuTTY 설정 대화 상자가 표시되지 않았습니다! - - PuTTY 시작 실패! - --- PuTTY Stuff --- @@ -1776,18 +1569,6 @@ VncSharp 제어 버전 {0} 65536 색 (16 비트) - - RDP에 해상도 추가 실패! - - - RDP에 해상도 추가 실패! - - - 세션 추가 실패 - - - RDP 연결을 닫지 못했습니다! - RDP 컨트롤을 만들 수 없습니다. mRemoteNG 요구 사항을 확인하십시오. @@ -1803,15 +1584,6 @@ VncSharp 제어 버전 {0} 메뉴 애니메이션 해제 - - 테마 해제 - - - 바탕 화면 해제 - - - RDP 연결 끊기! - RDP 연결 끊기 실패, 닫기 시도! @@ -1833,9 +1605,6 @@ VncSharp 제어 버전 {0} GetError 변경 (FatalErrors) - - 알 수없는 치명적인 RDP 오류가 발생했습니다. 오류 코드 {0}. - 메모리 부족 오류가 발생했습니다. @@ -1848,9 +1617,6 @@ VncSharp 제어 버전 {0} Winsock 초기화 오류입니다. - - rdp 파일을 가져올 수 없습니다! - 패널 맞추기 @@ -1863,9 +1629,6 @@ VncSharp 제어 버전 {0} RD 게이트웨이는 지원되지 않습니다! - - GetSessions 실패! - RDP 재 연결 수 : @@ -1971,18 +1734,9 @@ VncSharp 제어 버전 {0} 보내기 ... - - 세션 배경 가져오지 실패 - - - 세션 배경을 제거하지 못함 - 연결을 만들거나 이름을 변경할 때 표시 이름과 같은 호스트 이름 설정 - - 기본 양식 텍스트 설정 실패 - 설정을 저장하거나 시스 트레이 아이콘을 삭제할 수 없습니다! @@ -2016,18 +1770,12 @@ VncSharp 제어 버전 {0} 내림차순 (Z-A) - - 특수 키 - 자세한 정보는 도움말 - 시작하기 - SQL 구성을 참조하십시오! SQL 서버 - - SQL 업데이트 확인이 완료되었으며 사용 가능한 업데이트가 있습니다! 연결을 새로 고칩니다. - SSH 버전 1 @@ -2037,12 +1785,6 @@ VncSharp 제어 버전 {0} SSH 배경 전송 실패! - - 전송 성공! - - - SSH 전송 종료 (UI.Window.SSHTransfer)가 실패했습니다! - SSH 전송에 실패했습니다. @@ -2076,114 +1818,6 @@ VncSharp 제어 버전 {0} 다음 : - - 설정 패널 - - - 연결 패널 - - - 구성 패널의 배경색입니다. - - - 구성 패널의 범주 텍스트 색상입니다. - - - 구성 패널의 그리드 선 색상 - - - 구성 패널의 도움말 영역 배경색입니다. - - - 구성 패널의 도움말 영역에있는 텍스트의 색상입니다. - - - 구성 패널의 텍스트 색상입니다. - - - 연결 패널의 배경색입니다. - - - 연결 패널의 텍스트 색상입니다. - - - 연결 패널의 트리 선 색상입니다. - - - 메뉴의 배경색입니다. - - - 메뉴의 텍스트 색상입니다. - - - 검색 상자의 배경색입니다. - - - 검색 상자의 텍스트 색상입니다. - - - 검색 창에서 프롬프트 텍스트의 색상입니다. - - - 도구 모음의 배경색입니다. - - - 툴바의 텍스트 색상입니다. - - - 기본 창의 배경색입니다. - - - 구성 패널 배경색 - - - 구성 패널 범주 텍스트 색 - - - 구성 패널 그리드 선 색상 - - - 구성 패널 도움말 배경색 - - - 구성 패널 도움말 텍스트 색상 - - - 구성 패널 텍스트 색상 - - - 연결 패널 배경색 - - - 연결 패널 텍스트 색상 - - - 연결 패널 트리 선 색상 - - - 메뉴 배경 색상 - - - 메뉴 텍스트 색상 - - - 검색 창 배경색 - - - 검색 창 텍스트 색상 - - - 검색 창 텍스트 프롬프트 색상 - - - 도구 모음 배경색 색상 - - - 도구 모음 텍스트 색상 - - - 창 배경 색상 - 오류 ({0}) @@ -2205,15 +1839,9 @@ VncSharp 제어 버전 {0} 전송 - - 전송 실패! - 통합 시도 - - 종류 - Ultra VNC Repeater @@ -2223,9 +1851,6 @@ VncSharp 제어 버전 {0} 저장하지 않으려는 속성을 선택 취소하십시오! - - 이름없는 테마 - mRemoteNG에는 업데이트가 필요합니다. @@ -2238,9 +1863,6 @@ VncSharp 제어 버전 {0} 업데이트 확인 중 ... - - mRemoteNG Portable Edition은 현재 자동 업데이트를 지원하지 않습니다. - 다운로드 완료! mRemoteNG는 이제 종료되고 설치로 시작됩니다. @@ -2302,9 +1924,6 @@ mRemoteNG는 이제 종료되고 설치로 시작됩니다. VNC 설정 실패! - - VNC 채팅 시작 실패! - VNC SmartSize 전환 실패! @@ -2317,15 +1936,6 @@ mRemoteNG는 이제 종료되고 설치로 시작됩니다. 경고 - - Uses the DockPanel Suite by [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - XULRunner 경로 : - diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 265eff308..342b89208 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -141,108 +141,6 @@ 65536 Colors (16-bit) - - The background color of the config panel. - - - The color of the category text in the config panel. - - - The color of the grid lines in the config panel - - - The background color of the help area of the config panel. - - - The color of the text in the help area of the config panel. - - - The color of the text in the config panel. - - - The background color of the connections panel. - - - The color of the text in the connections panel. - - - The color of the tree lines in the connections panel. - - - The background color of the menus. - - - The color of the text in the menus. - - - The background color of the search box. - - - The color of the text in the search box. - - - The color of the prompt text in the search box. - - - The background color of the toolbars. - - - The color of the text in the toolbars. - - - The background color of the main window. - - - Config Panel Background Color - - - Config Panel Category Text Color - - - Config Panel Grid Line Color - - - Config Panel Help Background Color - - - Config Panel Help Text Color - - - Config Panel Text Color - - - Connections Panel Background Color - - - Connections Panel Text Color - - - Connections Panel Tree Line Color - - - Menu Background Color - - - Menu Text Color - - - Search Box Background Color - - - Search Box Text Color - - - Search Box Text Prompt Color - - - Toolbar Background Color - - - Toolbar Text Color - - - Window Background Color - Active Directory @@ -256,9 +154,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Internet Explorer - - Under the root{0}{1}|Under the selected folder{0}{2} - None @@ -313,9 +208,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Copy Hostname - - To scan a single port, select the "First Port" only. - Track active connection in the connection tree diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index 739fc456d..2725efdcf 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -120,18 +120,9 @@ Om - - Aktiv - - - Aktivitet - AddNodeFromXML mislyktes! - - AddNodesFromSQL mislyktes! - Tillat bare én instans av programmet (omstart av mRemoteNG påkrevd) @@ -168,15 +159,9 @@ Aspekt - - Hent sesjonsinformasjon automatisk - Lagre automatisk hvert: - - minutt (0 betyr deaktivert) - Gjeldende versjon @@ -231,10 +216,6 @@ Test proxy - - Du kan ikke importere en vanlig tilkoblingsfil. -Vennligst bruk Fil - Last inn tilkoblinger for vanlige tilkoblingsfiler! - Kan ikke starte portskanning, feil IP-format! @@ -259,24 +240,12 @@ Vennligst bruk Fil - Last inn tilkoblinger for vanlige tilkoblingsfiler! Omdiriger - - Alltid vis denne skjermen ved oppstart - Sjekk mislyktes! Sjekk lyktes! - - Funksjonaliteten RDP-sesjoner krever at du har en kopi av eolwtscom.dll registrert på ditt system. -mRemoteNG inneholder denne komponenten, men hvis du ikke har kjørt installasjonsprogrammet blir den ikke automatisk registrert. -For å registrere den manuelt, kjør den følgende kommandoen fra en elevert (administrator)-kommandolinje: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (hvor C:\Program Files\mRemoteNG\ er stien til mRemoteNG-installasjonen). -Hvis denne kontrollen fortsatt feiler eller RDP-sesjoner ikke fungerer, se {0}. - - - EOLWTSCOM ble funnet, og synes å være korrekt registrert. - ICA krever at XenDesktop Online Plugin er installert og at wfica.ocx-biblioteket er registrert. Du kan laste ned klienten herfra: http://www.citrix.com/download/ Hvis du har XenDesktop Online Pluginen installert og kontrollen fremdeles feiler, kan du forsøke å registrere wfica.ocx manuelt. @@ -402,10 +371,6 @@ VncSharp Control Version {0} Innlasting av Konfigurasjonsgrensesnitt mislyktes! - - Ønsker du å avslutte tilkoblingen: -"{0}"? - Er du sikker på at du ønsker å lukke panelet "{0}"? Alle tilkoblinger den inneholder vil også bli lukket. @@ -457,11 +422,6 @@ VncSharp Control Version {0} Kan ikke åpne forbindelse: Vertsnavn ikke angitt! - - RDP-feil! -Feilkode: {0} -Feilbeskrivelse: {1} - Tilkoblinger @@ -471,9 +431,6 @@ Feilbeskrivelse: {1} Kunne ikke opprette sikkerhetskopi av tilkoblingsfilen! - - Kunne ikke importere tilkoblingsfilen! - Tilkoblingsfilen "{0}" kunne ikke lastes inn! @@ -481,9 +438,6 @@ Feilbeskrivelse: {1} Tilkoblingsfilen "{0}" kunne ikke lastes inn! Starter med ny tilkoblingsfil. - - Kunne ikke lagre tilkoblingsfilen! - Kunne ikke lagre tilkoblingsfilen som "{0}"! @@ -496,9 +450,6 @@ Starter med ny tilkoblingsfil. Tilkobling til {0} via {1} ble avsluttet av bruker {2}. - - Tilkobling til {0} via {1} avsluttet av bruker {2}. (Beskrivelse: "{3}"; Brukerfelt: "{4}") - Tilkoblingshendelse avsluttet @@ -514,9 +465,6 @@ Starter med ny tilkoblingsfil. Installert versjon - - Standardtema - Oppdag @@ -565,12 +513,6 @@ Starter med ny tilkoblingsfil. Databaseversjonen {0} er ikke kompatibel med denne versjonen av {1}. - - CloneNode (Tree.Node) mislyktes. {0} - - - Feilkode {0}. - Tilkoblingslisten kan ikke lagres. @@ -598,15 +540,9 @@ Starter med ny tilkoblingsfil. Eksporter - - Eksporter mRemote/mRemoteNG XML - Ekstern applikasjon - - Inkluderer ikoner av [FAMFAMFAM] - Alle filer (*.*) @@ -622,9 +558,6 @@ Starter med ny tilkoblingsfil. RDP-filer (*.rdp) - - visionapp Remote Desktop 2008 CSV-filer (*.csv) - Arve {0} @@ -640,9 +573,6 @@ Starter med ny tilkoblingsfil. Generelt - - Henting av tilkoblingsinformasjon fra SQL mislyktes - Det oppstod en feil under innlasting av tilkoblingsoppføring for "{0}" fra "{1}". {2} @@ -694,27 +624,12 @@ Starter med ny tilkoblingsfil. Importer fra Active Directory - - Import/eksport - - - Importere mRemote/mRemoteNG XML - Import fra Port Scan - - Importer fra .RDP-fil(er) - - - Inaktiv - Informasjon - - mRemoteNG er oppdatert - Forkasting av Int App-prosess mislyktes! @@ -802,18 +717,6 @@ Starter med ny tilkoblingsfil. Lokal fil eksisterer ikke! - - Logg av - - - Skriving til rapportfil mislyktes! - - - Kunne ikke lagre rapport til endelig plassering. - - - Bruker Magic-biblioteket av [Crownwood Software] - Legg til tilkoblingspanel @@ -907,9 +810,6 @@ Starter med ny tilkoblingsfil. Alternativer - - Lim inn - Portskanning @@ -946,18 +846,9 @@ Starter med ny tilkoblingsfil. Lagre tilkoblingsfilen &som... - - Skjermbildeadminstrator - Send spesialtastekombinasjoner (VNC) - - Sesjoner - - - Sesjoner og skjermbilder - &Vis hjelpetekst @@ -1015,9 +906,6 @@ Starter med ny tilkoblingsfil. Nytt panel - - Nytt rotnivå - Ny tittel @@ -1072,9 +960,6 @@ Starter med ny tilkoblingsfil. Kunne ikke laste inn portskanningpanelet! - - (Disse egenskapene vil bare lagres dersom du velger mRemote/mRemoteNG XML som format for målfilen!) - Angi vertsnavnet eller IP-adressen du ønsker å koble til. @@ -1385,9 +1270,6 @@ Starter med ny tilkoblingsfil. Kunne ikke sette fokus! - - Henting av PuTTY-sesjoner mislyktes! - Putty Handle: {0} @@ -1409,9 +1291,6 @@ Starter med ny tilkoblingsfil. Vis dialog for PuTTY-innstillinger mislyktes! - - Start av PuTTY mislyktes! - --- PuTTY-ting --- @@ -1463,18 +1342,6 @@ Starter med ny tilkoblingsfil. 65536 farger (16-biters) - - RDP Legg til oppløsning mislyktes! - - - RDP Legg til oppløsninger mislyktes! - - - Legg til sesjon mislyktes - - - Lukk RDP-tilkobling mislyktes! - Kunne ikke opprette RDP-kontroll, vennligst kontroller mRemoteNGs systemkrav. @@ -1490,15 +1357,6 @@ Starter med ny tilkoblingsfil. Deaktiver menyanimasjoner - - Deaktiver temaer - - - Deaktiver bakgrunnsbilde - - - RDP frakoblet! - RDP-frakobling mislyktes, forsøker å lukke! @@ -1520,9 +1378,6 @@ Starter med ny tilkoblingsfil. GetError mislyktes (FatalErrors) - - Det oppstod en ukjent, uopprettelig RDP-feil. Feilkode {0}. - Det oppstod en ut-av-minne-feil. @@ -1535,9 +1390,6 @@ Starter med ny tilkoblingsfil. Feil ved initialisering av Winsock. - - Kunne ikke importere RDP-fil! - Tilpass til panel @@ -1550,9 +1402,6 @@ Starter med ny tilkoblingsfil. RD Gateway støttes ikke! - - GetSessions mislyktes! - Antall RDP gjentilkoblingsforsøk: @@ -1658,18 +1507,9 @@ Starter med ny tilkoblingsfil. Send til... - - Get Sessions Background mislyktes - - - Avslutning av Session Background mislyktes - Angi vertsnavnet som visningsnavn når du oppretter eller gir nytt navn til tilkoblinger - - Angivelse av hovedskjematekst mislyktes - Kunne ikke lagre innstillinger eller fjerne SysTray-ikon! @@ -1703,18 +1543,12 @@ Starter med ny tilkoblingsfil. Synkende (Z-A) - - Spesialtastekombinasjoner - Vennligst se Hjelp - Komme i gang - SQL-konfigurasjon for mer informasjon! SQL Server - - SQL Update-sjekken er ferdig, og det er en oppdatering tilgjengelig! Oppdaterer tilkoblinger... - SSH versjon 1 @@ -1724,12 +1558,6 @@ Starter med ny tilkoblingsfil. SSH-bakgrunnsoverføring mislyktes! - - Overføring er vellykket! - - - SSH Transfer End (UI.Window.SSHTransfer) mislyktes! - SSH-overføringen mislyktes. @@ -1763,114 +1591,6 @@ Starter med ny tilkoblingsfil. Følgende: - - Oppsettspanel - - - Tilkoblingspanel - - - Bakgrunnsfargen på oppsettspanelet. - - - Fargen på kategoritekst i oppsettspanelet. - - - Fargen på linjene i rutenettet i oppsettspanelet - - - Bakgrunnsfargen på hjelp-området i oppsettspanelet. - - - Fargen på teksten i hjelp-området i oppsettspanelet. - - - Fargen på teksten i oppsettspanelet. - - - Bakgrunnsfargen på tilkoblingspanelet. - - - Fargen på teksten i tilkoblingspanelet. - - - Fargen på trelinjene i tilkoblingspanelet. - - - Bakgrunnsfargen på menyene. - - - Fargen på teksten i menyene. - - - Bakgrunnsfargen på søkeboksen. - - - Fargen på teksten i søkeboksen. - - - Fargen på ledeteksten i søkeboksen. - - - Bakgrunnsfargen på verktøylinjene. - - - Fargen på teksten i verktøylinjene. - - - Bakgrunnsfarge i hovedvinduet. - - - Bakgrunnsfarge for oppsettspanelet - - - Tekstfarge for oppsettspanel-kategori - - - Rutenettfarge for oppsettspanelet - - - Bakgrunnsfarge for oppsettspanel-hjelp - - - Tekstfarge for oppsettspanel-hjelp - - - Tekstfarge for oppsettspanelet - - - Bakgrunnsfarge for tilkoblingspanelet - - - Tekstfarge for tilkoblingspanelet - - - Farge på trelinjene i tilkoblingspanelet - - - Bakgrunnsfarge på menyene - - - Tekstfarge for menytekst - - - Bakgrunnsfarge for søkeboksen - - - Tekstfarge for søkeboksen - - - Tekstfarge for spørsmål fra søkeboksen - - - Bakgrunnsfarge for verktøylinjen - - - Tekstfarge for verktøylinjen - - - Bakgrunnsfarge for vinduet - Feil ({0}) @@ -1889,15 +1609,9 @@ Starter med ny tilkoblingsfil. Overfør - - Overføringen mislyktes! - Prøv å integrere - - Type - Ultra VNC Repeater @@ -1907,9 +1621,6 @@ Starter med ny tilkoblingsfil. Fjern avkryssingen for egenskapene du ikke ønsker å lagre! - - Tema uten navn - mRemoteNG krever en oppdatering @@ -1919,15 +1630,6 @@ Starter med ny tilkoblingsfil. Fullføring av sjekk for oppdatering mislyktes! - - Sjekk for oppdatering mislyktes! - - - mRemoteNG Portable Edition støtter for øyeblikket ikke automatiske oppdateringer. - - - Feil ved sletting av oppdateringsfilen! - Nedlastingen er fullført! mRemoteNG vil nå avslutte og starte installasjonen. @@ -1950,15 +1652,9 @@ mRemoteNG vil nå avslutte og starte installasjonen. Ukentlig - - Feil ved start av oppdatering! - Bruk et annet brukernavn og/eller passord - - Bruk bare varslingspanelet (ingen popup-meldingsbokser) - Bruker @@ -1992,9 +1688,6 @@ mRemoteNG vil nå avslutte og starte installasjonen. VNC Set Props-handling mislyktes! - - VNC Start Chat mislyktes! - VNC Vis/Skjul SmartSize mislyktes! @@ -2007,15 +1700,6 @@ mRemoteNG vil nå avslutte og starte installasjonen. Advarsler - - Bruker DockPanel Suite av [Weifen Luo] - - - Skriv loggfil (mRemoteNG.log) - - - XULrunner filsti: - Ja @@ -2093,54 +1777,12 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Importer fra &fil... - - Under roten{0}{1}|Under den valgte mappen{0}{2} - - - Hvor ønsker du å plassere de importerte elementene? - - - Importplassering - &Import Tilkoblingsinformasjonen kunne ikke lastes fra SQL server. - - Hent - - - &Slett - - - &Ny - - - &Tilbakestill til standard - - - Tilbakestill &alt til standard - - - Faner - - - Neste fane - - - Forrige fane - - - Endre tastatursnarvei - - - Tastatursnarveier - - - Tastatur - Begge passordene må være like. @@ -2174,9 +1816,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Lydopptak - - PuTTY sesjonsinnstillinger - Passord for {0} @@ -2246,33 +1885,15 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Inaktivitet i minutter - - Godta - Legg til - - Legitimasjonsredigering - - - Legitimasjonshåndtering - - - Fjern - Tittel - - Velg hvilken legitimasjon du vil bruke for denne tilkoblingen - Er du sikker på at du vil fjerne legitimasjonen {0}? - - Kunne ikke finne legitimasjon med ID "{0}" for tilkoblingen "{1}" - Velg om du ønsker et varsel når RDP-sesjonen avsluttes på grunn av inaktivitet @@ -2330,74 +1951,18 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Tilordnet legitimasjon - - Tillat alltid - - - Tillat én gang - - - Ikke tillat - - - Tillat usikkert sertifikat for URL {0}? - - - Tillat usikkert sertifikat - - - Det valgte lageret er låst opp - - - Feil passord - - - Kilde - - - Låser opp - - - Lås opp legitimasjonslager - - - Lås opp - - - Spør om legitimasjonslagre skal låses opp ved oppstart - Legitimasjoner - - Oppgrader - - - Tilbake - - - Sti til tilkoblingsfil - - - Lag og åpne ny fil - Åpne en annen fil - - I v1.76 har vi introdusert et system for håndtering av legitimasjon. Denne funksjonaliteten krever en endring i hvordan legitimasjon lagres. For å fortsette må mRemoteNGs tilkoblingsfil oppgraderes, og denne endringen kan ikke angres. - -Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, eller la deg åpne en annen tilkoblingsfil hvis du ikke ønsker å oppgradere. - Legitimasjon ikke tilgjengelig Vil du slette dette temaet? - - Aktiver temaer - Navn på nytt tema @@ -2410,9 +1975,6 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Advarsel: applikasjonen må startes på nytt før endringer i tema trer i kraft. - - Ingen tema er lastet, sjekk at standard mRemoteNG-temaer finnes i 'themes'-mappen - Kunne ikke finne eksternt verktøy "{0}" @@ -2497,9 +2059,6 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell mRemoteNG-valg - - Bruk UTF8-koding for RDP "Lastbalanseringsinformasjon"-egenskap - Lag et tomt panel når mRemoteNG starter @@ -2527,9 +2086,6 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Er du sikker på at du vil lukke alle tilkoblinger bortsett fra "{0}"? - - Er du sikker på at du vil lukke alle tilkoblinger til høyre for "{0}"? - En feil oppsto under gjenoppretting av tilkobling til RDP-vert '{0}' @@ -2557,9 +2113,6 @@ Denne siden vil lede deg gjennom stegene for å oppgradere tilkoblingsfilen, ell Plasser søkelinjen over tilkoblingstreet - - For å skanne en enkelt port, velg bare "Start-port" - Vis aktiv tilkobling i tilkoblingstreet diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index 366c25b66..99f4051ec 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -120,18 +120,9 @@ Over - - Actief - - - Activiteit - AddNodeFromXML mislukt! - - Knooppunten toevoegen van XML mislukt! - Laat slechts één exemplaar van de applicatie toe (mRemoteNG herstart vereist) @@ -168,15 +159,9 @@ Verhouding - - Automatisch ophalen sessie informatie - Automatisch opslaan elke: - - Minuten (0 betekent uitgeschakeld) - Huidige Versie @@ -231,10 +216,6 @@ Test Proxy - - U kunt geen normale connectie bestand importeren. -Gebruik dan Bestand - Laad Connecties voor normale connectie bestanden! - Kan Poort Scan niet starten, onjuist IP formaat! @@ -259,24 +240,12 @@ Gebruik dan Bestand - Laad Connecties voor normale connectie bestanden! Verwijzing - - Altijd dit scherm laten zien bij opstarten - Controle mislukt! Controle geslaagd! - - De (RDP) Sessies optie vereist dat u een geregistreerde versie van eolwtscom.dll op uw systeem heeft. -mRemoteNG neemt dit onderdeel automatisch mee bij instalatie, maar zal niet automatisch registreren al u handmatig heeft geïnstalleerd, tenzij u het installatieprogramma opnieuw uitvoert. -Om handmatig te registreren : Open het dialoogvenster Uitvoeren (Start - Uitvoeren) en typ het volgende: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (Waar c:\Program Files\mRemoteNG\ het pad is naar uw mRemoteNG installatie). -Als u nog steeds niet in staat bent om de langs check te komen gebruik dan ICA in mRemoteNG of raadpleeg mRemoteNG Forum op http://forum.mremoteng.org/ - - - EOLWTSCOM werd gevonden en lijkt correct te zijn geïnstalleerd. - ICA vereist dat de XenDesktop Online Plugin is geïnstalleerd is en dat de wfica.ocx bibliotheek is geregistreerd. U kunt de cliënt van deze locatie downloaden: http://www.citrix.com/download/ Als u de XenDesktop Online Plugin heeft geïnstalleerd en de check nog niet lukt, probeer dan om handmatig wfica.ocx te registreren @@ -402,10 +371,6 @@ VncSharp Versie {0} Configuratie UI laden mislukt! - - Wilt u de verbinding sluiten: -"{0}"? - Weet u zeker dat u het paneel wilt sluiten, "{0}"? Alle connecties zullen dan ook worden gesloten. @@ -457,11 +422,6 @@ VncSharp Versie {0} Kan verbinding niet openen: Geen hostnaam opgegeven! - - RDP Foutmelding! -Fout Code: {0} -Foutomschrijving: {1} - Connecties @@ -471,9 +431,6 @@ Foutomschrijving: {1} Kan geen back-up maken van Connectie bestand! - - Kan Connectie bestand niet importeren! - Connectie bestand "{0}" kon niet worden geladen! @@ -481,9 +438,6 @@ Foutomschrijving: {1} Connectie bestand "{0}" kon niet worden geladen! Beginnen met nieuwe Connectie bestand. - - Kan connectie bestand niet opslaan! - Kan connectie bestand niet opslaan als "{0}"! @@ -496,9 +450,6 @@ Beginnen met nieuwe Connectie bestand. Verbinding naar {0} via {1} gesloten door gebruiker {2}. - - Verbinding naar {0} via {1} gesloten door gebruiker {2}. (Omschrijving: "{3}"; Gebruiker Veld: "{4}") - Connectie gebeurtenis gesloten @@ -514,9 +465,6 @@ Beginnen met nieuwe Connectie bestand. Geïnstalleerde versie - - Standaard thema - Detecteer @@ -565,12 +513,6 @@ Beginnen met nieuwe Connectie bestand. De database versie {0} is niet compatibel met deze versie van {1}. - - Kloon Node (Tree.Node) is mislukt. {0} - - - Fout code {0}. - De connectie lijst kan niet worden opgeslagen.. @@ -598,15 +540,9 @@ Beginnen met nieuwe Connectie bestand. Exporteer - - Exporteer mRemote/mRemoteNG XML - Externe Applicatie - - Inclusief iconen door [FAMFAMFAM] - Alle Bestanden(*.*) @@ -622,9 +558,6 @@ Beginnen met nieuwe Connectie bestand. RDP Bestanden (*.rdp) - - visionapp Remote Desktop 2008 CSV Bestanden (*.csv) - Erven {0} @@ -640,9 +573,6 @@ Beginnen met nieuwe Connectie bestand. Algemeen - - Ophalen Connectie Informatie van SQL mislukt - Een fout is opgetreden tijdens het laden van de verbinding voor "{0}" van "{1}". {2} @@ -694,27 +624,12 @@ Beginnen met nieuwe Connectie bestand. Importeer van Active Directory - - Importeer/Exporteer - - - Importeer mRemote/mRemoteNG XML - Importeer van Poort Scan - - Importeer van .RDP bestand(en) - - - Inactief - Informatie - - mRemoteNG is voorzien van de meest actuele versie - Sluiten Interne Applicatie mislukt! @@ -802,18 +717,6 @@ Beginnen met nieuwe Connectie bestand. Lokaal bestand bestaat niet! - - Afmelden - - - Schrijven naar log bestand mislukt! - - - Kon log bestand niet opslaan naar definitieve locatie. - - - Maakt gebruik van de Magic bibliotheek door [Crownwood Software] - Voeg Connectie Paneel toe @@ -907,9 +810,6 @@ Beginnen met nieuwe Connectie bestand. Opties - - Plakken - Poort Scan @@ -946,18 +846,9 @@ Beginnen met nieuwe Connectie bestand. Opslaan Connectie bestand Als... - - Screenshot beheerder - Stuur Speciale toetsencombinatie (VNC) - - Sessies - - - Sessies en Screenshots - &Laat hulp zien @@ -1015,9 +906,6 @@ Beginnen met nieuwe Connectie bestand. Nieuw Paneel - - Nieuwe Root - Naamloos @@ -1073,9 +961,6 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Poortscan paneel kon niet worden geladen - - (Deze eigenschappen worden alleen opgeslagen als u mRemote/mRemoteNG XML als output bestand formaat selecteert!) - Geef de hostnaam of IP adres op waarmee u verbinding wilt maken @@ -1388,9 +1273,6 @@ Bericht: Kan de focus niet verkrijgen! - - Ophalen Putty Sessies mislukt! - PuTTy Handeling: {0} @@ -1412,9 +1294,6 @@ Bericht: Toon PuTTY Instellingen mislukt! - - Putty Starten mislukt! - --- PuTTY Spullen --- @@ -1466,18 +1345,6 @@ Bericht: 65536 Kleuren (16-bit) - - RDP Resolutie toevoegen mislukt! - - - RDP Resoluties toevoegen mislukt! - - - Sessie aanmaken mislukt - - - Sluiten RDP verbinding is mislukt! - Kan geen RDP controle aanmaken, controleer mRemoteNG systeemeisen. @@ -1493,15 +1360,6 @@ Bericht: Menu Animaties Uitschakelen - - Thema's Uitschakelen - - - Bureaubladachtergrond Uitschakelen - - - RDP verbinding verboken! - RDP verbreken mislukt, probeer te sluiten! @@ -1523,9 +1381,6 @@ Bericht: Ophalen foutmelding mislukt (fatale foutmelding) - - Een onbekende fatale RDP fout opgetreden. Foutcode {0}. - Een out-of-memory fout is opgetreden. @@ -1538,9 +1393,6 @@ Bericht: Winsock initialisatie fout. - - Kan RDP-bestand niet importeren! - Pas aan paneel aan @@ -1553,9 +1405,6 @@ Bericht: RD Gateway is niet ondersteund! - - Instellen sessies mislukt! - RDP aantal malen opnieuw proberen te verbinden: @@ -1661,18 +1510,9 @@ Bericht: Verstuur naar... - - Ophalen van sessies van achtergrond mislukt - - - Achtergrond Sessie beëindigen mislukt - Stel hostnaam zoals weergegeven naam in bij het ​​maken van nieuwe verbindingen - - Instelling hoofdformulier tekst mislukt - Kon de instellingen niet opslaan of taakbalk pictogram verwijderen! @@ -1706,18 +1546,12 @@ Bericht: Aflopend (Z-A) - - Speciale toetsen - Zie Help - Aan de slag - SQL Configuratie voor meer informatie! SQL Server: - - SQL update check voltooid er is een update beschikbaar! De verbindingen worden vernieuwd. - SSH versie 1 @@ -1727,12 +1561,6 @@ Bericht: SSH achtergrond overdracht mislukt! - - Overdracht succesvol! - - - SSH Overdracht (UI.Window.SSHTransfer) mislukt! - SSH overdracht heeft gefaald. @@ -1766,114 +1594,6 @@ Bericht: De volgende: - - Configuratie paneel - - - Connectie paneel - - - De achtergrondkleur van het configuratie paneel. - - - De kleur van de categorie tekst in het configuratie paneel. - - - De kleur van de gridlijnen in het configuratiepaneel - - - De achtergrondkleur van de helptekst in het configuratiepaneel. - - - De tekst kleur ven de help in het configurateipaneel. - - - De tekstkleur van het configuratiepaneel. - - - De achtergrondkleur van het connectie paneel. - - - De tekstkleur van het connectie paneel. - - - De boomstructuur lijnen kleur in het connectie paneel. - - - De achtergrondkleur van de menu's. - - - De tekstkleur in de menu's. - - - De achtergrondkleur van de zoekboks. - - - De tekstkleur in de zoekboks. - - - De prompttekst kleur in de zoekboks. - - - De achtergrondkleur van de gereedschapsbalk. - - - De tekstkleur in de gereedschapsbalk. - - - De achtergrondkleur van het hoofdwindow. - - - Achtergrondkleur configuratiepaneel - - - Categorie tekst kleur in het configuratiepaneel - - - Lijnenkleur in het configuratiepaneel - - - Help achtergrondkleur van het configuratiepaneel - - - Help tekstkleur van het configuratiepaneel - - - Configuratiepaneel tekstkleur - - - Achtergrondkleur connectie paneel - - - Tekstkleur connectiepaneel - - - Boomstructuur lijnen kleur connectiepaneel - - - Menu achtergrondkleur - - - Tekstkleur menu - - - Achtergrondkleur zoekboks - - - Tekstkleur zoekboks - - - Prompt tekstkleur zoekboks - - - Achtergrondkleur gereedschapsbalk - - - Tekstkleur gereedschapskleur - - - Achtergrondkleur window - Fout ({0}) @@ -1892,15 +1612,9 @@ Bericht: Overdracht - - Overdracht mislukt! - Probeer te integreren - - Type - UltraVNC Repeater @@ -1910,9 +1624,6 @@ Bericht: Verwijder het vinkje bij eigenschappen die u niet wil opslaan! - - Thema zonder naam - Er is een update voor mRemoteNG beschikbaar @@ -1922,15 +1633,6 @@ Bericht: Check voor de update voltooiing is mislukt! - - Controleren op update mislukt! - - - mRemoteNG Portable Edition ondersteunt momenteel geen automatische updates. - - - Fout bij verwijderen van update-bestand! - Download voltooid! mRemoteNG zal nu worden gesloten en beginnen met de installatie. @@ -1953,15 +1655,9 @@ mRemoteNG zal nu worden gesloten en beginnen met de installatie. Wekelijks - - Fout bij het starten van update! - Gebruik een andere gebruikersnaam en wachtwoord - - Gebruik alleen meldingenvenster (geen meldingsbox popups) - Gebruiker @@ -1995,9 +1691,6 @@ mRemoteNG zal nu worden gesloten en beginnen met de installatie. VNC Eigenschappen instellen mislukt! - - VNC Start Chat Mislukt! - VNC Wisselen Formaat wijzigen mislukt! @@ -2010,15 +1703,6 @@ mRemoteNG zal nu worden gesloten en beginnen met de installatie. Waarschuwingen - - Maakt gebruik van de DockPanel Suite van [Weifen Luo] - - - Schrijf log bestand (mRemoteNG.log) - - - XULrunner pad: - Ja diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 6cf8859f1..650e9211a 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -120,18 +120,9 @@ O programie - - Aktywny - - - Aktywność - Wykonanie fukcji AddNodeFromXML nie powiodło się! - - Wykonanie fukcji AddNodesFromSQL nie powiodło się! - Pozwól uruchomić tylko jedną kopię programu (wymaga restartu mRemoteNG) @@ -168,15 +159,9 @@ Propocjonalnie - - Automatycznie pobierz informacje o sesji - Automatyczny zapis co: - - Minuty (0 oznacza wyłączony) - Aktualna wersja @@ -234,10 +219,6 @@ Testuj Proxy - - Nie można zaimportować zwykłego pliku połączenia. -Proszę użyć opcji Plik - Wgraj Połączenia aby wgrać zwykłe pliki połączenia! - Nie można rozpocząć skanowania portów - niewłaściwy format adresu IP! @@ -262,23 +243,12 @@ Proszę użyć opcji Plik - Wgraj Połączenia aby wgrać zwykłe pliki połącz Przekierowanie - - Zawsze pokazuj ten ekran przy starcie - Sprawdzenie nie powiodło się! Sprawdzenie powiodło się! - - Funkcja sesji (RDP) wymaga, abyś miał zarejestrowaną w systemie bibliotekę eolwtscom.dll. -mRemoteNG dystrybuowany jest z tym komponentem, ale nie jest automatycznie rejestrowany dopóki nie uruchomisz instalatora. Aby zarejestrować ten plik ręcznie wykonaj: otwórz "Uruchom" (Start - Uruchom) i wprowadź komendę: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (gdzie c:\Program Files\mRemoteNG\ jest ścieżką instalacyjną mRemoteNG). -Jeśli nadal nie można sprawdzić lub użyć fukcji Sesji (RDP) skonsultuj to na Forum mRemoteNG na stronie http://forum.mremoteng.org/ - - - EOLWTSCOM został znaleziony i wydaje się być poprawnie zarejestrowany. - ICA wymaga zainstalowania wtyczki Online XenDesktop, i aby była zarejestrowana biblioteka wfica.ocx. Możesz pobrać klienta tutaj: http://www.citrix.com/download/ Jeżeli masz zainstalowany Plugin Online XenDesktop a nadal nie działa, spróbuj ręcznie zarejestrować bibliotekę wfica.ocx. Aby to zrobić wybierz polecenie Uruchom (Start - Uruchom) i wprowadź w linii komend: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (gdzie c:\Program Files\Citrix\ICA Client\ jest ścieżką instalacji XenDesktop Online Plugin). Jeśli nadal nie można użyć ICA w mRemoteNG prosimy o kontakt mRemoteNG Forum na http://forum.mremoteng.org/ @@ -392,10 +362,6 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Wykonanie pGrid_PopertyValueChanged nie powiodło się! - - Czy chcesz zamknąć połączenie: -"{0}"? - Czy na pewno chcesz zamknąć panel, "{0}"? Wszystkie połączenia, które zawiera również zostaną zamknięte. @@ -441,11 +407,6 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Nie można otworzyć połączenia: nie określono nazwy hosta! - - Błąd RDP! -Kod błędu: {0} -Opis błędu: {1} - Połączenia @@ -455,9 +416,6 @@ Opis błędu: {1} Nie można utworzyć kopii zapasowej pliku połączeń! - - Nie można zaimportować pliku połączeń! - Nie można załadować pliku połączeń "{0}"! @@ -465,9 +423,6 @@ Opis błędu: {1} Nie można załadować pliku połączeń "{0}"! Załadowano nowy plik połączeń. - - Nie można zapisać pliku połączeń! - Nie można zapisać pliku połączeń jako "{0}"! @@ -483,9 +438,6 @@ Załadowano nowy plik połączeń. Połączenie do {0} za pomocą {1} zostało zamknięte przez użytkownika {2}. - - Połączenie do {0} przez {1} zostało zamknięte przez użytkownika {2}. (Opis: "{3}"; Pole użytkownika: "{4}") - Nie można utworzyć nowego pliku połączeń! @@ -495,9 +447,6 @@ Załadowano nowy plik połączeń. Zainstalowana wersja - - Domyślny motyw - Wykryj @@ -552,12 +501,6 @@ Załadowano nowy plik połączeń. Wersja bazy danych {0} nie jest zgodna z wersją {1}. - - Wykonanie CloneNode (Tree.Node) nie powiodło się. {0} - - - Kod błędu {0}. - Nie można zapisać listy połączeń. @@ -594,18 +537,12 @@ Załadowano nowy plik połączeń. Eksportuj do pliku - - Eksport mRemote/mRemoteNG XML - Aplikacja zewnętrzna Nowe narzędzie zewnętrzne - - Zawiera ikony ze strony [FAMFAMFAM] - Wszystkie pliki (*.*) @@ -621,9 +558,6 @@ Załadowano nowy plik połączeń. Pliki RDP (*.rdp) - - Pliki CSV visionapp Remote Desktop 2008 (*.csv) - Dziedzicz {0} @@ -636,9 +570,6 @@ Załadowano nowy plik połączeń. Ogólne - - Pobranie danych połączenia z SQL nie powiodło się - Wystąpił błąd podczas ładowania wpisu połączenia dla "{0}" z "{1}". {2} @@ -678,27 +609,12 @@ Załadowano nowy plik połączeń. Importów z Active Directory - - Importuj/Eksportuj - - - Import mRemote/mRemoteNG XML - Import z Port Scan - - Import z plików .RDP - - - Bezczynny - Informacje - - mRemoteNG jest w najnowszej wersji - Adres: @@ -762,18 +678,6 @@ Załadowano nowy plik połączeń. Plik lokalny nie istnieje! - - Wyloguj - - - Zapis raportu nie powiódł się! - - - Nie można zapisać raportu do docelowej lokalizacji. - - - Program korzysta z bibliotek "Magic library" [Crownwood Software] - Dodaj panel połączenia @@ -867,9 +771,6 @@ Załadowano nowy plik połączeń. Opcje - - Wklej - Skaner portów @@ -906,18 +807,9 @@ Załadowano nowy plik połączeń. Zapisz plik połączeń jako ... - - Menager zrzutów ekranów - Wyślij klawisze specjalne (VNC) - - Sesje - - - Sesje i zrzuty ekranów - &Pokaż tekst pomocy @@ -972,9 +864,6 @@ Załadowano nowy plik połączeń. Nowy panel - - Nowe drzewo - Nowy tytuł @@ -1020,18 +909,12 @@ Załadowano nowy plik połączeń. Nazwa panelu - - Zabezpiecz hasłem - Wypełnij wszystkie pola Nie można załadować panelu skanowania portów! - - (Te właściwości zostaną zapisane tylko gdy wybierzesz wyjściowy format pliku jako mRemote/mRemoteNG XML!) - Wpisz nazwę hosta lub IP, do którego chcesz się połączyć. @@ -1257,9 +1140,6 @@ Załadowano nowy plik połączeń. Nie można ustawić ostrości! - - Nie uzyskano sesji Putty! - Zamknięcie procesu Putty nie powiodło się! @@ -1269,9 +1149,6 @@ Załadowano nowy plik połączeń. Ustawienia PuTTY - - Nie udało się uruchomić Putty! - Szybkie połączenie @@ -1308,18 +1185,6 @@ Załadowano nowy plik połączeń. 65536 Kolorów (16-bit) - - Nie dodano rozdzielczości RDP! - - - Nie dodano rozdzielczości RDP! - - - Nie dodano sesji - - - Nie udało się zamknąć połączenia RDP! - Wyłącz miganie kursora @@ -1329,15 +1194,6 @@ Załadowano nowy plik połączeń. Wyłącz animacje menu - - Wyłącz tematy - - - Wyłącz tapetę - - - Rozłączono RDP! - Nie udało sie rozłączyć RDP, spróbuj zamknąć! @@ -1359,9 +1215,6 @@ Załadowano nowy plik połączeń. Inicjalizacja Winsock nie powiodła się. - - Nie można zaimportować pliku rdp! - Dostosuj do panelu @@ -1371,9 +1224,6 @@ Załadowano nowy plik połączeń. Brama zdalnego pulpitu nie jest wspierana! - - Wykonanie GetSessions nie powiodło się! - Liczba ponownych połączeń RDP: @@ -1470,12 +1320,6 @@ Załadowano nowy plik połączeń. Wyślij do... - - Wyświetlenie tła sesji nie powiodło się - - - Usunięcie tła sesji nie powiodło się - Ustaw nawę hosta taką samą jak wyświetlaną nazwę gdy tworzysz lub zmieniasz nazwę połączeń @@ -1509,18 +1353,12 @@ Załadowano nowy plik połączeń. Malejąco (Z-A) - - Znaki specjalne - Aby więcej się dowiedzieć sprawdź w systemie pomocy: Rozpocznij Pracę - Konfiguracja SQL. Serwer SQL: - - Sprawdzenie aktualizacji SQL zakończone - jest dostępna nowa aktualizacja. Zamierzam odświeżyć połączenia. - SSH wersja 1 @@ -1530,9 +1368,6 @@ Załadowano nowy plik połączeń. Transfer SSH w tle nie powiódł się! - - Transfer zakończony sukcesem! - Transfer SSH nie powiódł się. @@ -1560,114 +1395,6 @@ Załadowano nowy plik połączeń. Telnet - - Panel konfiguracji - - - Panel połączeń - - - Kolor tła panelu konfiguracji. - - - Kolor tekstu kategorii w panelu konfiguracji. - - - Kolor linii siatki w panelu konfiguracji - - - Kolor tła obszaru pomocy w panelu konfiguracji. - - - Kolor tekstu w obszarze pomocy w panelu konfiguracji. - - - Kolor tekstu w panelu konfiguracji. - - - Kolor tła panelu konfiguracji. - - - Kolor tekstu w panelu konfiguracji. - - - Kolor linii drzewa w panelu konfiguracji. - - - Kolor tła menu. - - - Kolor tekstu menu. - - - Kolor tła pola wyszukiwania. - - - Kolor tekstu w polu wyszukiwania. - - - Kolor tekstu zachęty w polu wyszukiwania. - - - Kolor tła pasków narzędzi. - - - Kolor tekstu w paskach narzędzi. - - - Kolor tła okna głównego. - - - Kolor tła panelu konfiguracji - - - Kolor tekstu kategori panelu konfiguracji - - - Kolor linii siatki panelu konfiguracji - - - Kolor tła pomocy panelu konfiguracji - - - Kolor tekstu pomocy panelu konfiguracji - - - Kolor tekstu panelu konfiguracji - - - Kolor tła panelu konfiguracji - - - Kolor tekstu panelu konfiguracji - - - Kolor linii drzewa panelu konfiguracji - - - Kolor tła menu - - - Kolor tekstu menu - - - Kolor tła pola wyszukiwania - - - Kolor tekstu w polu wyszukiwania - - - Kolor tekstu zachęty z polu wyszukiwania - - - Kolor tła paska narzędzi - - - Kolor tekstu paska narzędzi - - - Kolor tła okna - Błąd ({0}) @@ -1686,21 +1413,12 @@ Załadowano nowy plik połączeń. Transfer - - Transfer nieudany! - Spróbuj zintegrować - - Typ - Ultra VNC Repeater - - Nienazwany motyw - mRemoteNG wymaga aktualizacji @@ -1710,15 +1428,6 @@ Załadowano nowy plik połączeń. Sprawdzenie aktualizacji nie powiodło się! - - Sprawdzanie aktualizacji nie powiodło się! - - - mRemoteNG Portable Edition nie obsługuje obecnie automatycznych aktualizacji. - - - Błąd usuwania pliku aktualizacji! - Pobranie zakończone! mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. @@ -1741,15 +1450,9 @@ mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. Tygodniowo - - Nie udało się uruchomić aktualizacji! - Użyj innego loginu użytkownika i hasła - - Używaj tylko panelu powiadomień (okienka z komunikatami nie pojawią się więcej) - Użytkownik @@ -1777,21 +1480,12 @@ mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. VNC SendSpecialKeys nie powiodło się! - - Uruchomienie czatu VNC nie powiodło się! - Ostrzegaj, jeśli uwierzytelnianie nie powiedzie się Ostrzeżenia - - Zapisz plik logu (mRemoteNG.log) - - - Ścieżka XULrunner: - Tak diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteV1/Resources/Language/Language.pt-BR.resx index c3b769fb2..d826981e6 100644 --- a/mRemoteV1/Resources/Language/Language.pt-BR.resx +++ b/mRemoteV1/Resources/Language/Language.pt-BR.resx @@ -120,18 +120,9 @@ Sobre - - Ativo - - - Atividade - AddNodeFromXML falhou! - - AddNodesFromSQL falhou! - Permitir apenas uma única instância do aplicativo (É necessário reiniciar o mRemoteNG) @@ -165,15 +156,9 @@ Aspecto - - Obter automaticamente informações de sessão - Salvar automaticamente a cada: - - Minutos (0 significa desativado) - Versão atual @@ -228,9 +213,6 @@ Testar Proxy - - Você não pode importar um arquivo de conexão normal. Por favor, use Arquivo - Carregar Conexões para os arquivos de conexão normal! - Não é possível iniciar a varredura de portas, formato IP incorreto! @@ -255,24 +237,12 @@ Redirecionar - - Sempre mostrar esta tela na inicialização - Falha na verificação! Verificação com sucesso! - - O recurso de sessões (RDP) requer que você tenha uma cópia registrada do eolwtscom.dll no seu sistema. -mRemoteNG vem com este componente mas não o registra automaticamente a menos que você instale o pacote. -Para registrá-lo manualmente faça isso: Abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (onde c:\Program Files\mRemoteNG\ é o caminho para a instalação de mRemoteNG). -Se você ainda não conseguir passar por esta verificação ou não conseguir usar o recurso de sessões (RDP) no mRemoteNG, por favor, consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - - - EOLWTSCOM foi encontrada e parece ser registrado corretamente. - ICA requer que o XenDesktop Online Plugin esteja instalado e a biblioteca wfica.ocs registrada. Você pode baixar o cliente aqui: http://www.citrix.com/download/ Se você tiver o Plugin Online XenDesktop instalado e a verificação ainda falhar, tente registrar manualmente o wfica.ocx @@ -361,10 +331,6 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Config UI carregamento falhou! - - Você quer fechar a conexão: -"{0}"? - Tem certeza que deseja fechar o painel, "{0}"? Todas as ligações ativas serão fechadas. @@ -416,11 +382,6 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Não é possível abrir a conexão: nenhum nome de host especificado! - - Erro RDP! -Código de erro: {0} -Descrição do erro: {1} - Conexões @@ -430,16 +391,10 @@ Descrição do erro: {1} Não foi possível criar o backup do arquivo de conexões! - - Falha na importação do arquivo de conexões! - Arquivo de conexões "{0}" não pôde ser carregado! Arquivo de conexões "{0}" não pôde ser carregado! Começando com o novo arquivo de conexões. - - Não consegui salvar o arquivo de conexões! - \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index b4db96a8b..c1f12ce8c 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -120,18 +120,9 @@ Sobre - - Ativo - - - Atividade - AddNodeFromXML falhou! - - AddNodesFromSQL falhou! - Permitir apenas uma instância da aplicação (obriga a reiniciar o mRemoteNG) @@ -168,15 +159,9 @@ Aspeto - - Obter automaticamente informações de sessão - Auto salvar a cada: - - Minutos (0 significa desativado) - Versão atual @@ -231,9 +216,6 @@ Testar Proxy - - Não pode importar um arquivo de ligação normal. Por favor, vá a Arquivo - Ligações para ficheiros de ligação normais! - Não é possível iniciar a procura de portas, formato de IP incorreto! @@ -258,21 +240,12 @@ Redirecionar - - Mostrar sempre esta informação no arranque - Falha na verificação! Verificação com sucesso! - - O recurso de sessões (RDP) requer que você tenha uma cópia registada do eolwtscom.dll no seu sistema. mRemoteNG vem com este componente mas não o regista automaticamente a menos que você instale o pacote. Para registá-lo manualmente deve executar: abrir a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\mRemoteNG\eolwtscom.dll" (onde c:\Program Files\mRemoteNG\ é o caminho para a instalação de mRemoteNG). Se você ainda não passar passar esta verificação ou não consegue usar o recurso de sessões (RDP) no mRemoteNG, por favor, consulte o fórum de mRemoteNG em http://forum.mremoteng.org/ - - - EOLWTSCOM foi encontrada e aparenta estar registada corretamente. - ICA requer que o XenDesktop Online Plugin esteja instalado e a biblioteca wfica registrada. Você pode baixar o cliente aqui: http://www.citrix.com/download/ se você tiver o Plugin Online XenDesktop instalado e a verificação ainda falhar, tente registrar manualmente o wfica. Para fazer isso abra a caixa de diálogo Executar (Iniciar - Executar) e digite o seguinte: regsvr32 "c:\Program Files\Citrix\ICA Client\wfica.ocx" (onde c:\Program Files\Citrix\ICA Client\ é o caminho para a instalação do Plugin Online do XenDesktop). Se você ainda não pode passar essa verificação ou usar ICA em mRemoteNG, por favor, consulte o fórum de mRemoteNG no http://forum.mremoteng.org/" @@ -381,10 +354,6 @@ Config UI carregamento falhado! - - Pretende fechar a ligação: -"{0}"? - Tem certeza que deseja fechar o painel, "{0}"? Todas as ligações ativas serão fechadas. @@ -436,11 +405,6 @@ Não é possível abrir a ligação: Nome host não especificado! - - Erro RDP! -Código de erro: {0} -Descrição do erro: {1} - Ligações @@ -450,18 +414,12 @@ Descrição do erro: {1} Não foi possível criar backup de arquivo de ligações! - - Falha na importação do arquivo de ligações! - Arquivo de ligações "{0}" não pôde ser carregado! Arquivo de ligações "{0}" não pôde ser carregado! A iniciar com o novo arquivo de ligações. - - Não foi possível salvar o arquivo de ligações! - Impossível salvar arquivo de ligações como "{0}"! @@ -474,9 +432,6 @@ Descrição do erro: {1} Ligação para {0} por {1} fechada pelo utilizador {2}. - - Ligação para {0} por {1} fechada pelo utilizador {2}. (Descrição: "{3}"; Campo utilizador: "{4}") - Evento de ligação fechado @@ -492,9 +447,6 @@ Descrição do erro: {1} Versão instalada - - Tema padrão - Detetar @@ -543,12 +495,6 @@ Descrição do erro: {1} A versão de banse de dados {0} não é compatível com esta versão do {1}. - - CloneNode (Tree.Node) falhou. {0} - - - Código de erro {0}. - Impossível salvar lista de ligação. @@ -576,15 +522,9 @@ Descrição do erro: {1} Exportar - - Exportação XML do mRemote/mRemoteNG - Ext. App - - Inclui ícones de [FAMFAMFAM] - Todos os arquivos (*.*) @@ -600,9 +540,6 @@ Descrição do erro: {1} Arquivos RDP (*.rdp) - - visionapp Remote Desktop 2008 de arquivos CSV (.csv) - Herdar {0} @@ -618,9 +555,6 @@ Descrição do erro: {1} Geral - - Obter informações de falhas de ligação SQL - Ocorreu um erro ao carregar a entrada de ligação para "{0}" de "{1}". {2} @@ -672,27 +606,12 @@ Descrição do erro: {1} Importar do Active Directory - - Importação/exportação - - - Importar XML mRemote/mRemoteNG - Importar de Port Scan - - Importar de ficheiros .RDP - - - Inativo - Informações - - O mRemoteNG está atualizado - Libertação do Int App falhou! @@ -780,18 +699,6 @@ Descrição do erro: {1} Arquivo local inexistente! - - Desligar - - - Falha de escrita no arquivo de relatório! - - - Impossível salvar relatório no destino final. - - - Usa a biblioteca mágica [Crownwood Software] - Adicionar o Painel de Ligação @@ -885,9 +792,6 @@ Descrição do erro: {1} Opções - - Colar - Varrer portas @@ -924,18 +828,9 @@ Descrição do erro: {1} Salvar arquivo de ligações, como... - - Gestor de fotografias de ecrã - Enviar teclas especiais (VNC) - - Sessões - - - Sessões e Cópias de ecrã - Visualizar texto @@ -990,9 +885,6 @@ Descrição do erro: {1} Novo painel - - Nova raiz - Novo título @@ -1047,9 +939,6 @@ Descrição do erro: {1} Impossível carregar o painel PortScan! - - (Essas propriedades somente serão salvas se você selecionar mRemote/mRemoteNG XML como formato de arquivo de saída!) - Digite o nome do host ou o ip onde pretende ligar-se. @@ -1359,9 +1248,6 @@ Descrição do erro: {1} Impossível definir foco! - - Falha na obtenção de sessões Putty! - Putty handle: {0} @@ -1380,9 +1266,6 @@ Descrição do erro: {1} Mostrar caixa de diálogo de configurações PuTTY na falha! - - Início do putty falhou! - --Coisas PuTTY-- @@ -1434,18 +1317,6 @@ Descrição do erro: {1} 65536 Cores (16 bits) - - RDP falhou adicionar resolução! - - - RDP falhou adicionar resoluções! - - - Falha em Adicionar sessão - - - Falha no fecho de ligação RDP! - Impossível criar controlo RDP, por favor verifique os requisitos mRemoteNG. @@ -1461,15 +1332,6 @@ Descrição do erro: {1} Desabilitar as animações do Menu - - Desativar temas - - - Desativar papel de parede - - - RDP desligado! - RDP falhou desligar, tentando fechar! @@ -1491,9 +1353,6 @@ Descrição do erro: {1} GetError falhou (FatalErrors) - - Ocorreu um erro fatal e desconhecido de RDP. Código de erro {0}. - Ocorreu um erro de falta de memória. @@ -1506,9 +1365,6 @@ Descrição do erro: {1} Erro de inicialização Winsock. - - Impossível importar ficheiro RDP! - Ajustar ao painel @@ -1521,9 +1377,6 @@ Descrição do erro: {1} Gateway de RD não suportado! - - GetSessions falhou! - Contador de re-ligação RDP: @@ -1629,18 +1482,9 @@ Descrição do erro: {1} Enviar para... - - Obter sessões em fundo falhou - - - Matar sessão de fundo falhou - Definir o hostname como nome quando criar ou renomear as ligações - - Configuração de texto de formulário principal falhou - Impossível salvar configurações ou libertar o ícone SysTray! @@ -1674,18 +1518,12 @@ Descrição do erro: {1} Decrescente (Z-A) - - Teclas especiais - Para mais informação consulte ajuda - Introdução - configuração de SQL! SQL Server - - Seleção SQL terminada. Existe uma atualização disponível! Indo para atualizar ligações. - SSH versão 1 @@ -1695,12 +1533,6 @@ Descrição do erro: {1} SSH falha de transferência de plano de fundo! - - Transferência bem sucedida! - - - SSH transferência final (interface do usuário.Window.SSHTransfer) falhou! - IP de início @@ -1731,90 +1563,6 @@ Descrição do erro: {1} A seguir: - - Painel de configuração - - - Painel de ligações - - - A cor de fundo do painel de configuração. - - - A cor do texto no painel de configuração de categoria. - - - A cor das linhas de grade do painel de configuração - - - A cor de fundo da área de ajuda do painel de configuração. - - - A cor do texto na área de ajuda do painel de configuração. - - - A cor do texto no painel de configuração. - - - A cor de fundo do painel de ligações. - - - A cor do texto no painel de ligações. - - - A cor das linhas de árvore no painel de ligações. - - - A cor de fundo dos menus. - - - A cor do texto nos menus. - - - A cor de fundo da caixa de pesquisa. - - - A cor do texto na caixa de pesquisa. - - - A cor do texto na caixa de pesquisa rápida. - - - A cor de fundo das barras de ferramentas. - - - A cor do texto em barras de ferramentas. - - - A cor de fundo da janela principal. - - - Cor de fundo do painel de configuração - - - Cor do texto da categoria do Painel de configuração - - - Cor de linha de grade do painel de configuração - - - Cor de fundo do painel de configuração ajuda - - - Cor do texto do painel de configuração ajuda - - - Cor do texto do painel de configuração - - - Cor de fundo de painel de ligações - - - Cor de texto de painel de ligações - - - Cor linha da da árvore do painel de ligações - Erro ({0}) @@ -1833,15 +1581,9 @@ Descrição do erro: {1} Transferência - - Transferência falhada! - Tentar integrar - - Tipo - Repetidor Ultra VNC @@ -1851,9 +1593,6 @@ Descrição do erro: {1} Desmarcar as propriedades que não deseja salvar! - - Tema sem nome - mRemoteNG requer uma atualização @@ -1863,15 +1602,6 @@ Descrição do erro: {1} Seleção de atualização falhou! - - Verificação de atualização falhou! - - - mRemoteNG Portable Edition não suporta atualizações automaticas. - - - Erro a apagar ficheiro de atualização! - Download completo! mRemoteNG agora irá parar e começar com a instalação. @@ -1893,15 +1623,9 @@ Descrição do erro: {1} Semanal - - Impossível iniciar atualização! - Usar um nome diferente de utilizador e senha - - Usar somente o painel de notificações (sem janelas messagebox) - Utilizador @@ -1935,9 +1659,6 @@ Descrição do erro: {1} Falhou configuração Props VNC! - - Falhou o início de chat VNC! - VNC Toggle SmartSize falhou! @@ -1950,15 +1671,6 @@ Descrição do erro: {1} Avisos - - Usa o DockPanel Suite por [Weifen Luo] - - - Gravar o arquivo de log (mRemoteNG.log) - - - Caminho XULrunner: - Sim diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 253ecbe73..e33e0c1f8 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -120,21 +120,12 @@ About - - Active - Active Directory - - Activity - AddNodeFromXML failed! - - AddNodesFromSQL failed! - Allow only a single instance of the application (mRemoteNG restart required) @@ -174,9 +165,6 @@ Auto save time in minutes (0 means disabled): - - Minutes (0 means disabled) - Latest version @@ -234,10 +222,6 @@ Test Proxy - - You cannot import a normal connection file. -Please use File - Open Connection File for normal connection files! - Cannot start Port Scan, incorrect IP format! @@ -262,24 +246,12 @@ Please use File - Open Connection File for normal connection files! Redirect - - Always show this screen at startup - Check failed! Check succeeded! - - The (RDP) Sessions feature requires that you have a copy of eolwtscom.dll registered on your system. -mRemoteNG ships with this component but it is not registered automatically if you do not use the mRemoteNG Installer. -To register it manually, run the following command from an elevated command prompt: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (where C:\Program Files\mRemoteNG\ is the path to your mRemoteNG installation). -If this check still fails or you are unable to use the (RDP) Sessions feature, please consult the at {0}. - - - EOLWTSCOM was found and seems to be registered properly. - ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/ @@ -409,10 +381,6 @@ VncSharp Control Version {0} Config UI load failed! - - Do you want to close the connection: -"{0}"? - Are you sure you want to close the panel, "{0}"? Any connections that it contains will also be closed. @@ -464,11 +432,6 @@ VncSharp Control Version {0} Cannot open connection: No hostname specified! - - RDP error! -Error Code: {0} -Error Description: {1} - Connections @@ -478,9 +441,6 @@ Error Description: {1} Couldn't create backup of connections file! - - Couldn't import connections file! - Connections file "{0}" could not be loaded! @@ -488,9 +448,6 @@ Error Description: {1} Connections file "{0}" could not be loaded! Starting with new connections file. - - Couldn't save connections file! - Couldn't save connections file as "{0}"! @@ -506,9 +463,6 @@ Starting with new connections file. Connection to {0} via {1} closed by user {2}. - - Connection to {0} via {1} closed by user {2}. (Description: "{3}"; User Field: "{4}") - Connection Event Closed @@ -524,9 +478,6 @@ Starting with new connections file. Installed version - - Default Theme - Detect @@ -584,12 +535,6 @@ Starting with new connections file. The database version {0} is not compatible with this version of {1}. - - CloneNode (Tree.Node) failed . {0} - - - Error code {0}. - The connection list could not be saved. @@ -636,9 +581,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Export Items - - Export mRemote/mRemoteNG XML - Export Properties @@ -657,12 +599,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for New External Tool - - Includes icons by [FAMFAMFAM] - - - http://www.famfamfam.com/ - File &Format: @@ -690,9 +626,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for RDP Files (*.rdp) - - visionapp Remote Desktop 2008 CSV Files (*.csv) - Inherit {0} @@ -708,9 +641,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for General - - Get Connection Info From SQL failed - An error occured while loading the connection entry for "{0}" from "{1}". {2} @@ -774,9 +704,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Import from Active Directory - - Import/Export - An error occurred while importing the file "{0}". @@ -786,36 +713,15 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Import from &File... - - Under the root{0}{1}|Under the selected folder{0}{2} - - - Where would you like the imported items to be placed? - - - Import location - &Import - - Import mRemote/mRemoteNG XML - Import from Port Scan - - Import from RDP file(s) - - - Inactive - Informations - - mRemoteNG is up to date - Dispose of Int App process failed! @@ -906,21 +812,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Local file does not exist! - - Logoff - - - Writing to report file failed! - - - Couldn't save report to final location. - - - Uses the Magic library by [Crownwood Software] - - - http://www.dotnetmagic.com/ - Add Connection Panel @@ -1014,9 +905,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Options - - Paste - Port Scan @@ -1053,21 +941,9 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Save Connection File As... - - Screenshot Manager - Send Special Keys (VNC) - - Retrieve - - - Sessions - - - Sessions and Screenshots - &Show Help Text @@ -1131,9 +1007,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for New Panel - - New Root - New Title @@ -1168,39 +1041,9 @@ If you run into such an error, please create a new connection file! Open Ports - - &Delete - - - &New - - - &Reset to Default - - - Reset &All to Default - - - Tabs - - - Next tab - - - Previous tab - - - Modify shortcut - - - Keyboard shortcuts - Testing... - - Keyboard - Theme @@ -1231,9 +1074,6 @@ If you run into such an error, please create a new connection file! Couldn't load PortScan panel! - - (These properties will only be saved if you select mRemote/mRemoteNG XML as output file format!) - Enter the hostname or ip you want to connect to. @@ -1568,9 +1408,6 @@ If you run into such an error, please create a new connection file! Couldn't set focus! - - Get Putty Sessions Failed! - Putty Handle: {0} @@ -1586,18 +1423,12 @@ If you run into such an error, please create a new connection file! PuTTY Saved Sessions - - PuTTY Session Settings - PuTTY Settings Show PuTTY Settings Dialog failed! - - Putty Start Failed! - --- PuTTY Stuff --- @@ -1649,18 +1480,6 @@ If you run into such an error, please create a new connection file! 65536 Colours (16-bit) - - RDP Add Resolution failed! - - - RDP Add Resolutions failed! - - - Add Session failed - - - Close RDP Connection failed! - Couldn't create RDP control, please check mRemoteNG requirements. @@ -1676,15 +1495,6 @@ If you run into such an error, please create a new connection file! Disable Menu Animations - - Disable Themes - - - Disable Wallpaper - - - RDP disconnected! - RDP Disconnect failed, trying to close! @@ -1706,9 +1516,6 @@ If you run into such an error, please create a new connection file! GetError failed (FatalErrors) - - An unknown fatal RDP error has occurred. Error code {0}. - An out-of-memory error has occurred. @@ -1721,9 +1528,6 @@ If you run into such an error, please create a new connection file! Winsock initialization error. - - Couldn't import rdp file! - Fit To Panel @@ -1736,9 +1540,6 @@ If you run into such an error, please create a new connection file! RD Gateway is not supported! - - GetSessions failed! - RDP reconnection count: @@ -1844,18 +1645,9 @@ If you run into such an error, please create a new connection file! Send To... - - Get Sessions Background failed - - - Kill Session Background failed - Set hostname like display name when creating or renaming connections - - Setting main form text failed - Couldn't save settings or dispose SysTray Icon! @@ -1889,18 +1681,12 @@ If you run into such an error, please create a new connection file! Descending (Z-A) - - Special Keys - Please see Help - Getting started - SQL Configuration for more Info! SQL Server - - SQL Update check finished and there is an update available! Going to refresh connections. - SSH version 1 @@ -1910,12 +1696,6 @@ If you run into such an error, please create a new connection file! SSH background transfer failed! - - Transfer successful! - - - SSH Transfer End (UI.Window.SSHTransfer) failed! - SSH transfer failed. @@ -1949,114 +1729,6 @@ If you run into such an error, please create a new connection file! The following: - - Config Panel - - - Connections Panel - - - The background colour of the config panel. - - - The colour of the category text in the config panel. - - - The colour of the grid lines in the config panel - - - The background colour of the help area of the config panel. - - - The colour of the text in the help area of the config panel. - - - The colour of the text in the config panel. - - - The background colour of the connections panel. - - - The colour of the text in the connections panel. - - - The colour of the tree lines in the connections panel. - - - The background colour of the menus. - - - The colour of the text in the menus. - - - The background colour of the search box. - - - The colour of the text in the search box. - - - The colour of the prompt text in the search box. - - - The background colour of the toolbars. - - - The colour of the text in the toolbars. - - - The background colour of the main window. - - - Config Panel Background Colour - - - Config Panel Category Text Colour - - - Config Panel Grid Line Colour - - - Config Panel Help Background Colour - - - Config Panel Help Text Colour - - - Config Panel Text Colour - - - Connections Panel Background Colour - - - Connections Panel Text Colour - - - Connections Panel Tree Line Colour - - - Menu Background Colour - - - Menu Text Colour - - - Search Box Background Colour - - - Search Box Text Colour - - - Search Box Text Prompt Colour - - - Toolbar Background Colour - - - Toolbar Text Colour - - - Window Background Colour - Error ({0}) @@ -2078,18 +1750,12 @@ If you run into such an error, please create a new connection file! Transfer - - Transfer failed! - Try to integrate Show On Toolbar - - Type - Ultra VNC Repeater @@ -2099,9 +1765,6 @@ If you run into such an error, please create a new connection file! Uncheck the properties you want not to be saved! - - Unnamed Theme - mRemoteNG requires an update @@ -2114,9 +1777,6 @@ If you run into such an error, please create a new connection file! Checking for updates... - - mRemoteNG Portable Edition does not currently support automatic updates. - Download complete! mRemoteNG will now quit and begin with the installation. @@ -2178,9 +1838,6 @@ mRemoteNG will now quit and begin with the installation. VNC Set Props Failed! - - VNC Start Chat Failed! - VNC Toggle SmartSize Failed! @@ -2193,15 +1850,6 @@ mRemoteNG will now quit and begin with the installation. Warnings - - Uses the DockPanel Suite by [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - XULrunner path: - Yes @@ -2262,36 +1910,15 @@ mRemoteNG will now quit and begin with the installation. Minutes to Idle - - Accept - Add - - Credential Editor - - - Credential Manager - - - ID - - - Remove - Title - - Select which credential to use for this connection. - Are you sure you want to delete the credential record, {0}? - - Could not find a credential record with ID matching "{0}" for the connection record named "{1}". - Select whether to receive an alert after the RDP session disconnects due to inactivity @@ -2349,65 +1976,12 @@ mRemoteNG will now quit and begin with the installation. Assigned Credential - - Allow Always - - - Allow Once - - - Don't Allow - - - Allow Insecure Certificate for URL: {0}? - - - Allow Insecure Certificate? - - - The selected repository is unlocked - - - Incorrect password - - - Source - - - Unlocking - - - Unlock Credential Repository - - - Unlock - - - Prompt to unlock credential repositories on startup - Credentials - - Upgrade - - - Back - - - Connection file path - - - Create and open new file - Open a different file - - In v1.76 we have introduced a credential management system. This feature requires a significant change in how we store and interact with credentials within mRemoteNG. You will be required to perform a one-way upgrade of your mRemoteNG connections file. - -This page will walk you through the process of upgrading your connections file or give you a chance to open a different connections file if you do not want to perform the upgrade. - Credential not available Shown when a credential is not loaded/available for use. @@ -2415,9 +1989,6 @@ This page will walk you through the process of upgrading your connections file o Do you really want to delete the theme? - - Enable themes - New theme name @@ -2430,9 +2001,6 @@ This page will walk you through the process of upgrading your connections file o Warning: Restart is required to commit any theme configuration change. - - No themes are loaded, check that the default mRemoteNG themes exist in the 'themes' folder - Could not find external tool with name "{0}" @@ -2517,9 +2085,6 @@ This page will walk you through the process of upgrading your connections file o mRemoteNG Options - - Use UTF8 encoding for RDP "Load Balance Info" property - Create an empty panel when mRemoteNG starts @@ -2547,9 +2112,6 @@ This page will walk you through the process of upgrading your connections file o Are you sure you want to close all connections except for "{0}"? - - Are you sure you want to close all connections to the right of "{0}"? - An error occurred while trying to reconnect to RDP host '{0}' @@ -2577,9 +2139,6 @@ This page will walk you through the process of upgrading your connections file o Place search bar above connection tree - - To scan a single port, select the "First Port" only. - Track active connection in the connection tree @@ -2702,9 +2261,6 @@ Development Channel includes Alphas, Betas & Release Candidates. Specifies the password of the Remote Desktop Gateway server. - - Select whether microphones should be shared. - Close to notification area diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index e0bd94e2a..d6e9ee5f1 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -120,18 +120,9 @@ О программе - - Активно - - - Активность - AddNodeFromXML не удалось! - - AddNodesFromSQL не удалось! - Разрешить только один экземпляр приложения (требуется перезапуск mRemoteNG) @@ -168,15 +159,9 @@ Вид - - Автоматически получать информацию о сессии - Автосохранение каждые: - - минут (0 означает отключено) - Текущая версия @@ -231,10 +216,6 @@ Проверка прокси - - Вы не можете импортировать обычный файл подключения. -Для обычных файлов подключений используйте Файл - Открыть подключение! - Не удается запустить сканирование портов, неверный формат IP! @@ -259,24 +240,12 @@ Локальные ресурсы - - Всегда показывать это окно при запуске - Ошибка проверки! Успешно проверено! - - Для (RDP) сессий должна быть зарегистрирована в системе eolwtscom.dll. -mRemoteNG загрузится с этим компонентом, но не зарегистрирует его автоматически. -Чтобы зарегистрировать его вручную: Откройте (Пуск - Выполнить) и введите следующую команду: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (где C:\Program Files\mRemoteNG\ это путь к установленному mRemoteNG). -Если у вас все же не получается зарегистрировать компонент для RDP - обратитесь на {0}. - - - EOLWTSCOM был найден и зарегистрирован. - ICA требуется установленный XenDesktop Online Plugin и зарегистрированная библиотека wfica.ocx. Вы можете скачать клиент здесь: http://www.citrix.com/download/ Если у вас есть установленный XenDesktop Online Plugin и ничего не работает, попробуйте зарегистрировать wfica.ocx вручную. @@ -402,10 +371,6 @@ VncSharp Control Version {0} Ошибка загрузки Config UI! - - Хотите закрыть подключение: -"{0}"? - Хотите закрыть панель "{0}"? Все ее подключения также будут закрыты. @@ -457,11 +422,6 @@ VncSharp Control Version {0} Невозможно открыть подключение: имя хоста не указано! - - Ошибка RDP! -Код ошибки: {0} -Описание ошибки: {1} - Подключения @@ -471,9 +431,6 @@ VncSharp Control Version {0} Не удалось создать резервную копию файла подключений! - - Не удалось импортировать подключения в файл! - Файл подключений "{0}" невозможно загрузить! @@ -481,9 +438,6 @@ VncSharp Control Version {0} Файл подключений "{0}" невозможно загрузить! Создайте новый файл подключений. - - Невозможно сохранить файл подключений! - Невозможно сохранить файл в качестве подключения "{0}"! @@ -496,9 +450,6 @@ VncSharp Control Version {0} Подключение к {0} по {1} закрыто пользователем {2}. - - Подключение к {0} по {1} закрыто пользователем {2}. (Описание: "{3}"; Пользователь: "{4}") - Подключение закрыто @@ -514,9 +465,6 @@ VncSharp Control Version {0} Установленная версия - - Тема по умолчанию - Обнаружение @@ -571,12 +519,6 @@ VncSharp Control Version {0} Версия базы данных {0} не совместима с этой версией {1}. - - Ошибка CloneNode (Tree.Node). {0} - - - Код ошибки {0}. - Невозможно сохранить список подключений. @@ -604,15 +546,9 @@ VncSharp Control Version {0} Экспорт - - Экспорт mRemote/mRemoteNG XML - Внешнее Приложение - - Использованы значки [FAMFAMFAM] - Все файлы (*.*) @@ -628,9 +564,6 @@ VncSharp Control Version {0} RDP-файлы (*. RDP) - - visionapp Remote Desktop 2008 CSV-файлы (*. CSV) - Наследовать {0} @@ -646,9 +579,6 @@ VncSharp Control Version {0} Главная - - Получить информацию о подключении из SQL не удалось - Ошибка при загрузке подключения "{0}" на "{1}". {2} @@ -700,27 +630,12 @@ VncSharp Control Version {0} Импорт из Active Directory - - Импорт/Экспорт - - - Импорт mRemote/mRemoteNG XML - Импорт из просканированных портов - - Импорт из RDP-файла (ов) - - - Неактивный - Информация - - mRemoteNG в актуальном состоянии - Не удалось завершить процесс внутреннего приложения! @@ -808,18 +723,6 @@ VncSharp Control Version {0} Локальный файл не существует! - - Выход - - - Записать в файл отчета не удалось! - - - Невозможно сохранить отчет в папке назначения. - - - Использовано Magic library от [Crownwood Software] - Добавить Панель подключения @@ -913,9 +816,6 @@ VncSharp Control Version {0} Опции - - Вставить - Сканер портов @@ -952,18 +852,9 @@ VncSharp Control Version {0} Сохранить подключение как... - - Менеджер скриншотов - Отправить спец. клавиши (VNC) - - Сессии - - - Сессии и скриншоты - Показать текст справки @@ -1021,9 +912,6 @@ VncSharp Control Version {0} Новая панель - - Новый корень - Новое название @@ -1079,9 +967,6 @@ VncSharp Control Version {0} Не удалось загрузить панель Сканера портов! - - (Эти свойства будут сохранены только если вы выберете mRemote/mRemoteNG XML в качестве выходного формата файлов!) - Введите имя хоста или IP к которому вы хотите подключиться. @@ -1394,9 +1279,6 @@ VncSharp Control Version {0} Не удается установить фокус! - - Получить сессию Putty не удалось! - Обработчик Putty: {0} @@ -1418,9 +1300,6 @@ VncSharp Control Version {0} Показать настройки PuTTY не удалось! - - Не удалось запустить Putty! - --- PuTTY --- @@ -1472,18 +1351,6 @@ VncSharp Control Version {0} 65536 цв. (16-бит) - - RDP Добавить разрешение не удалось! - - - RDP Добавить разрешение не удалось! - - - Добавить сессию не удалось - - - Закрыть подключение RDP не удалось! - Не удается создать RDP подключение, пожалуйста, проверьте настройки mRemoteNG. @@ -1499,15 +1366,6 @@ VncSharp Control Version {0} Отключить Анимацию - - Отключить Темы - - - Отключить обои Рабочего стола - - - RDP отключен! - RDP не удалось отключить, попробуйте закрыть его! @@ -1529,9 +1387,6 @@ VncSharp Control Version {0} Невозможно получить GetError (Критическая ошибка) - - Произошла неизвестная критическая ошибка RDP. Код ошибки {0}. - Произошла ошибка из-за нехватки памяти. @@ -1544,9 +1399,6 @@ VncSharp Control Version {0} Ошибка инициализации Winsock. - - Не удалось импортировать RDP файл! - В окне @@ -1559,9 +1411,6 @@ VncSharp Control Version {0} Шлюз Служб терминалов не поддерживается! - - Ошибка сессии! - Количество переподключений RDP: @@ -1667,18 +1516,9 @@ VncSharp Control Version {0} Отправить... - - Получить фоновую сессию не удалось - - - Завершение фоновой сессии не удалось - Установить имя хоста, как отображаемое имя при создании новых подключений - - Настройка основной текстовой формы не удалось - Не удалось сохранить настройки, или разместить значок в системном трее! @@ -1712,18 +1552,12 @@ VncSharp Control Version {0} По убыванию (Z-A) - - Специальные клавиши - Для дополнительной информации см. справку - Начало работы - конфигурация SQL! SQL Server - - Доступно обновление для SQL! Обновите подключения. - SSH version 1 @@ -1733,12 +1567,6 @@ VncSharp Control Version {0} Фоновая передача по SSH - не удалась! - - Передано успешно! - - - Передача по SSH завершена с ошибкой (UI.Window.SSHTransfer)! - SSH ошибка передачи. @@ -1772,114 +1600,6 @@ VncSharp Control Version {0} Установить вручную: - - Конфигурация - - - Подключения - - - Цвет фона панели конфигурации. - - - Цвет текста категории на панели конфигурации. - - - Цвет линий сетки на панели конфигурации - - - Цвет фона области справки панели конфигурации. - - - Цвет текста в области справки панели конфигурации. - - - Цвет текста в панели конфигурации. - - - Цвет фона панели подключений. - - - Цвет текста в панели подключений. - - - Цвет линий дерева на панели подключений. - - - Цвет фона меню. - - - Цвет текста в меню. - - - Цвет фона поля поиска. - - - Цвет текста в поле поиска. - - - Цвет текста подсказки в поле поиска. - - - Цвет фона панели инструментов. - - - Цвет текста в панели инструментов. - - - Цвет фона главного окна. - - - Цвет фона панели конфигурации - - - Цвет текста категории панели конфигурации - - - Цвет линий сетки панели конфигурации - - - Цвет фона справки панели конфигурации - - - Цвет текста справки панели конфигурации - - - Цвет текста панели конфигурации - - - Цвет фона панели подключений - - - Цвет текста панели подключений - - - Цвет линий дерева панели подключений - - - Цвет фона меню - - - Цвет текста меню - - - Цвет фона поля поиска - - - Цвет текста поля поиска - - - Цвет текста подсказки поля поиска - - - Цвет фона панели инструментов - - - Цвет текста панели инструментов - - - Цвет фона окна - Ошибка ({0}) @@ -1898,15 +1618,9 @@ VncSharp Control Version {0} Передача - - Передача не удалась! - Интеграция - - Тип - Ultra VNC Repeater @@ -1916,9 +1630,6 @@ VncSharp Control Version {0} Снимите свойства, которые не хотите сохранять! - - Безымянный тема - Требуется обновление mRemoteNG @@ -1928,9 +1639,6 @@ VncSharp Control Version {0} Не удалось завершить проверку обновлений! - - Портативная версия mRemoteNG не поддерживает автообновление. - Загрузка завершена! mRemoteNG сейчас прекратит работу и начнет процесс установки обновлений. @@ -1989,9 +1697,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Не удалось задать параметры VNC! - - Не удалось начать VNC чат! - Не удалось переключить VNC в SmartSize! @@ -2004,15 +1709,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Предупреждения - - Использовано DockPanel Suite от [Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - Путь XULRunner: - Да @@ -2112,9 +1808,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Новый внешний инструмент - - http://www.famfamfam.com/ - Все импортируемые файлы @@ -2142,63 +1835,18 @@ mRemoteNG сейчас прекратит работу и начнет проц Импортировать не удалось - - Под корнем {0} {1} | Под выбранной папке {0} {2} - - - Где бы вы хотели разместить импортируемое содержимое? - - - Место импорта - Не удалось загрузить информацию о соединении с SQL-сервера. - - http://www.dotnetmagic.com/ - - - Извлечь - mRemoteNG CSV mRemoteNG XML - - &Удалить - - - &Новый - - - &Восстановить значения по умолчанию - - - Сбросить &все по умолчанию - - - Вкладки - - - Новая вкладка - - - Предыдущая вкладка - - - Изменить ярлык - - - Горячие клавиши - Тестирование... - - Клавиатура - Оба пароля должны совпадать. @@ -2220,9 +1868,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Информация о балансе нагрузки - - Настройки сеанса PuTTY - Пароль для {0} @@ -2286,36 +1931,15 @@ mRemoteNG сейчас прекратит работу и начнет проц Минуты в режим ожидания - - Применить - Добавить - - Редактор учетных данных - - - Менеджер учетных данных - - - Номер - - - Удалить - Заглавие - - Выберите, какие учетные данные использовать для этого подключения. - Вы действительно хотите удалить учетную запись, {0}? - - Не удалось найти запись учетных данных с идентификатором соответствия "{0}" для записи соединения с именем "{1}". - Выберите, следует ли получать оповещение после отключения сеанса RDP из-за неактивности @@ -2370,74 +1994,18 @@ mRemoteNG сейчас прекратит работу и начнет проц Войдите в каталог приложений - - Разрешить однократно - - - Разрешить однократно - - - Не разрешать - - - Разрешить небезопасный сертификат для ссылки: {0}? - - - Разрешить небезопасный сертификат? - - - Выбранный репозиторий разблокирован - - - неверный пароль - - - Источник - - - Разблокирование - - - Разблокировать репозиторий учетных данных - - - Разблокировать - - - Запрос на разблокирование учетных записей при запуске - Полномочия - - Обновить - - - Назад - - - Путь к файлу подключения - - - Создание и открытие нового файла - Открыть другой файл - - В v1.76 мы внедрили систему управления учетными данными. Эта функция требует значительных изменений в том, как мы храним и взаимодействуем с учетными данными в mRemoteNG. Вам потребуется выполнить одностороннее обновление файла соединений mRemoteNG. - -На этой странице вы расскажете о процессе обновления файла подключений или предоставите возможность открыть другой файл подключений, если вы не хотите выполнять обновление. - Учетные данные недоступны Вы действительно хотите удалить тему? - - Включить темы - Новое название темы @@ -2447,9 +2015,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Введите новое название темы - - Темы не загружены, проверьте, существуют ли по умолчанию темы mRemoteNG в папке «Темы» - Не удалось найти внешний инструмент с именем "{0}" @@ -2492,9 +2057,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Только чтение: - - Использовать кодировку UTF8 для свойства RDP «Информация о балансе загрузки» - Заблокировать позиции панели инструментов @@ -2516,9 +2078,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Хотите закрыть все подключения, кроме "{0}"? - - Хотите закрыть все подключения справа от "{0}"? - Параметр безопасности Windows «Системная криптография: использовать FIPS-совместимые алгоритмы для шифрования, хеширования и подписывания» включен. @@ -2580,9 +2139,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Разместите панель поиска над деревом соединений - - Для сканирования одного порта, выберите «Первый порт» только. - Отслеживать активное соединение в дереве соединений diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index 1b508b97d..e25fc7724 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -120,18 +120,9 @@ Hakkında - - Aktif - - - Aktivite - XML'den node ekleme başarısız! - - SQL'den node ekleme başarısız! - Uygulamanın yalnızca bir örneğine izin ver (mRemoteNG yeniden başlatılmalı) @@ -168,15 +159,9 @@ Görünüş - - Oturum bilgilerini otomatik olarak getir - Otomatik kaydet her: - - dakikada bir (0 kapalı) - Son sürüm @@ -243,9 +228,6 @@ Yönlendir - - Bu ekranı her açılışta göster - Kontrol başarısız! @@ -300,17 +282,6 @@ İndir - - (RDP) Oturumları özelliği, sisteminizde kayıtlı eolwtscom.dll'nin bir kopyasını edinmenizi gerektirir. -mRemoteNG bu bileşenle birlikte gelir; ancak mRemoteNG Yükleyicisi'ni kullanmazsanız otomatik olarak kaydedilmez. -El ile kaydetmek için, bir komut isteminden şu komutu çalıştırın: -regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" -(C:\Program Files\mRemoteNG\ sizin mRemoteNG kurulumunuzun yolu). -Bu kontrol hala başarısız olursa veya (RDP) Oturumlar özelliğini kullanamazsanız lütfen http://forum.mremoteng.org/ adresindeki mRemoteNG Forumu'na başvurun. - - - EOLWTSCOM bulundu ve düzgün kayıtlı görünüyor. - ICA, XenDesktop Online Plugin'in kurulu olmasını ve wfica.ocx kitaplığının kayıtlı olmasını gerektirir. İstemciyi şu adresten indirebilirsiniz: http://www.citrix.com/download/ XenDesktop Çevrimiçi Eklentisi'ni yüklediyseniz ve kontrol hala başarısız olursa, el ile wfica.ocx kaydetmeyi deneyin. @@ -414,10 +385,6 @@ VncSharp Kontrol Sürümü {0} Ayar arayüzü yükleme başarısız! - - Bağlantıyı kapatmak istiyor musunuz: -"{0}"? - Panelini kapatmak istediğinizden emin misiniz, "{0}"? İçerdiği tüm bağlantılar da kapatılacaktır. @@ -470,11 +437,6 @@ VncSharp Kontrol Sürümü {0} Bağlantı açılamıyor: Hostname belirtilmedi! - - RDP hatası! -Hata Kodu: {0} -Hata Açıklaması: {1} - Bağlantılar @@ -484,9 +446,6 @@ Hata Açıklaması: {1} Bağlantılar dosyasının yedeğini oluşturulamadı! - - Bağlantılar dosyası alınamadı! - "{0}" bağlantı dosyası yüklenemedi! @@ -494,16 +453,9 @@ Hata Açıklaması: {1} "{0}" bağlantı dosyası yüklenemedi! Yeni bağlantılar dosyası ile başlanıyor. - - Bağlantılar dosyası kaydedilemedi! - Test Vekil Sunucu - - Normal bir bağlantı dosyasını içe aktaramazsınız. -Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kullanın! - Port taraması başlatılamadı, IP formatı geçersiz! @@ -546,9 +498,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul {1} ile bağlanılan {0}, {2} tarafından kapatıldı. - - {1} ile bağlanılan {0}, {2} tarafından kapatıldı. (Açıklama: "{3}"; Kullanıcı Alanı: "{4}") - Bağlantı kapatıldı @@ -564,9 +513,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Yüklü sürüm - - Varsayılan Tema - Algıla @@ -615,12 +561,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Veritabanı {0} sürümü, {1} sürümüyle uyumlu değil. - - Çoğaltma (Tree.Node) başarısız. {0} - - - Hata kodu {0} - Bağlantı listesi kaydedilemedi. @@ -660,9 +600,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Öğeleri dışa aktar - - mRemote/mRemoteNG XML dosyasını dışa aktar - Seçenekleri dışa aktar @@ -681,9 +618,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Yeni harici araç - - [FAMFAMFAM]'ın simgelerini içerir - Dosya &Formatı: @@ -711,9 +645,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul RDP Dosyaları (*.rdp) - - visionapp Uzak Masaüstü 2008 CSV Dosyaları (*.csv) - Miras {0} @@ -729,9 +660,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Genel - - SQL'den bağlantı bilgileri alma başarısız - "{1}" den "{0}" için bağlantı bilgileri alınırken bir hata oluştu. {2} @@ -792,18 +720,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Yerel dosya yok! - - Oturumu kapat - - - Rapor dosyasına yazma başarısız! - - - Rapor son konumuna kaydedilemedi. - - - [Crownwood Software] tarafından sağlanan Sihirbaz kütüphanesi kullanır - Bağlantı Paneli Ekle @@ -891,9 +807,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Ayarlar - - Yapıştır - Port Taraması @@ -930,21 +843,9 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Bağlantı Dosyasını Farklı Kaydet - - Ekran Görüntüsü Yöneticisi - Özel Tuş Gönder (VNC) - - Kurtar - - - Oturumlar - - - Oturumlar ve Ekran Görüntüleri - &Yardım Metnini Görüntüle @@ -1002,9 +903,6 @@ Normal bağlantı dosyaları için lütfen Dosya - Bağlantıları Yükle'yi kul Yeni Panel - - Yeni Kök - Yeni Başlık @@ -1036,39 +934,9 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Açık Portlar - - &Sil - - - &Yeni - - - &Varsayılana sıfırla - - - Herşeyi &Varsayılana Sıfırla - - - Sekmeler - - - Sonraki Sekme - - - Önceki Sekme - - - Kısayolu Değiştir - - - Klavye Kısayolu - Test ediliyor... - - Klavye - Tema @@ -1087,15 +955,6 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Uyarılar - - [Weifen Luo] tarafından sağlanan DockPanel Suite kullanılıyor - - - Günlük dosyası yaz (mRemoteNG.log) - - - XULrunner yolu: - Tüm Açık Bağlantılara Yeniden Bağlanın @@ -1135,9 +994,6 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Faklı bir kullanıcı adı ve parola kullan - - Yalnızca bilgilendirme panelini kullan (Açılır pencere gösterme) - Kullanıcı @@ -1150,15 +1006,6 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Sürüm - - Araç Çubuğu Arkaplan Rengi - - - Araç Çubuğu Yazı Rengi - - - Pencere Arkaplan Rengi - Hata ({0}) @@ -1177,21 +1024,12 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Uyarı ({0}) - - Trasfer başarısız! - Bütünleştirmeyi deneyin - - Tip - Kaydedilmesini istemediğiniz özelliklerin işaretini kaldırın! - - İsimsiz Tema - MRemoteNG bir güncelleme gerektiriyor @@ -1204,9 +1042,6 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Güncelleştirmeler kontrol ediliyor... - - MRemoteNG Taşınabilir Sürümü şu anda otomatik güncellemeleri desteklemez. - İndirme tamamlandı! MRemoteNG şimdi kapanacak ve kurulum başlayacak. @@ -1232,9 +1067,6 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Active Directoy'den içe aktar - - İçe aktar/Dışa aktar - Dosya alınırken bir hata oluştu, "{0}". @@ -1244,36 +1076,15 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. &Dosyadan içe aktar... - - {0}{1} kökünde | Seçili klasörün altındaki {0}{2} - - - İçe aktarılan öğelerin nereye yerleştirilmesini istersiniz? - - - İçe alma yeri - İçe &Al - - mRemote/mRemoteNG XML dosyasını içe aktar - Port Taramasından içe aktar - - .RDP dosyasından içe aktar - - - Pasif - Bilgiler - - mRemoteNG güncel - Int App kaldırma işlemi başarısız! @@ -1350,9 +1161,6 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: PortScan paneli yüklenemedi! - - (Bu özellikler yalnızca çıktı dosyası biçimi olarak mRemote / mRemoteNG XML'yi seçerseniz kaydedilir!) - Bağlanmak istediğiniz ana makine adını veya ip'yi girin. @@ -1431,15 +1239,6 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Seçilen protokolün dinlediği portu girin. - - Arama Kutusu Arkaplan Rengi - - - Arama Kutusu Metin Rengi - - - Arama Kutusu Metin İstemi Rengi - Baplantıları yüklemek ve kaydetmek için SQL Sunucusu kullanın @@ -1458,54 +1257,12 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: VNC Seçenek ayarlama başarısız! - - VNC Sohbeti Başarısız! - VNC Akıllı Boyut Değiştirme Başarısız! Blok Şifre Modu - - Bağlantılar Paneli Arkaplan Rengi - - - Bağlantılar Paneli Metin Rengi - - - Bağlantılar Panel Ağacı Çizgisi Rengi - - - Menü Arkaplan Rengi - - - Menü Metin Rengi - - - Araç çubuğu metin rengi - - - Ana pencerenin arkaplan rengi. - - - Ayar Paneli Arkaplan Rengi - - - Ayar Paneli Kategori Metin Rengi - - - Ayar Paneli Izgara Çizgisi Rengi - - - Ayar Paneli Yardım Arkaplan Rengi - - - Ayar Paneli Yardım Metni Rengi - - - Ayar Paneli Metin Rengi - Host bağlantısı için mRemoteNG'nin kullanması gereken protokolü seçin. @@ -1737,9 +1494,6 @@ Mesaj: Odaklama ayarlanamadı! - - Putty oturumunu çağırma işlemi başarısız! - Putty işlemini sonlandırma başarısız! @@ -1749,18 +1503,12 @@ Mesaj: PuTTY kaydedilen oturumlar - - PuTTY Oturum Ayaları - PuTTY Ayarları PuTTY Ayarları gösterilemedi! - - Putty Başlatma başarısız! - --- PuTTY Ekibi --- @@ -1791,18 +1539,6 @@ Mesaj: Bağlantılar kapatılırken beni uyarma - - RDP Çözünürlük Ekleme başarısız! - - - RDP Çözünürlükleri Ekle başarısız! - - - Oturum Ekleme başarısız! - - - RDP Bağğlantısı kapatma başarısız! - RDP kontrolü oluşturulamadı, lütfen mRemoteNG gereksinimlerini kontrol edin. @@ -1818,15 +1554,6 @@ Mesaj: Menü Animasyonlarını Devre Dışı Bırak - - Temaları Devre Dışı Bırak - - - Duvar Kağıdını Devre Dışı Bırak - - - RDP bağlantısı kesildi! - RDP bağlantısı kesilemedi, kapatmaya çalışılıyor! @@ -1848,9 +1575,6 @@ Mesaj: Hata çağırma başarısız (Önemli Hatalar) - - Bilinmeyen bir önemli RDP hatası oluştu. Hata kodu {0}. - Bir bellek yetersiz hatası oluştu. @@ -1863,9 +1587,6 @@ Mesaj: Winsock başlatma hatası. - - Rdp dosyası alınamadı! - Panele Sığdır @@ -1878,9 +1599,6 @@ Mesaj: RD Ağ Geçidi desteklenmemektedir. - - Oturumları çağırma başarısız! - RDP yeniden bağlanma sayısı: @@ -1980,18 +1698,9 @@ Mesaj: Gönder... - - Oturumların Arkaplanları alınamadı - - - Oturumun Arkaplanı durdurulamadı - Bağlantılar oluştururken veya yeniden adlandırırken ana bilgisayar adını görüntü adı gibi ayarla - - Ana form metnini ayarlama başarısız oldu - Ayarlar kaydedilemiyor veya sistem tepsisi simgesi atılamıyor! @@ -2022,24 +1731,12 @@ Mesaj: Azalan (Z-A) - - Özel Tuşlar - Lütfen daha fazla bilgi için Yardım - Başlarken - SQL Yapılandırması bölümüne bakın! - - SQL Güncelleme kontrolü bitti ve kullanılabilir bir güncelleme var! Bağlantıları yenilemeye gidiliyor. - SSH arkaplan trasferi başarısız! - - Transfer başarılı! - - - SSH Transferi bitirilemedi (UI.Window.SSHTransfer) - SSH transferi başarısız. @@ -2070,55 +1767,4 @@ Mesaj: Aşağıdaki: - - Ayar Paneli - - - Bağlantılar Paneli - - - Ayar panelinin arkaplan rengi. - - - Ayar panelindeki kategori metninin rengi. - - - Ayar panelindeki ızgara çizgilerinin rengi - - - Ayar panelinin yardım alanındaki arkaplan rengi. - - - Ayar panelinin yardım alanındaki metin rengi. - - - Ayar panelindeki metin rengi. - - - Ayar paneli arkaplan rengi. - - - Bağlantılar panelindeki metin rengi. - - - Bağlantılar panelindeki ağaç çizgilerinin rengi. - - - Menülerin arkaplan rengi. - - - Menülerin metin rengi. - - - Arama kutusunun arkaplan rengi. - - - Arama kutusunun metin rengi. - - - Arama kutusundaki istem metninin rengi. - - - Araç çubuklarının arka plan rengi. - \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index b0574004c..2c6e47d9c 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -120,18 +120,9 @@ Про програму - - Активно - - - Активність - AddNodeFromXML не вдалося! - - AddNodesFromSQL не вдалося! - Дозволити лише один екземпляр програми (необхіден перезапуск) @@ -168,9 +159,6 @@ Автозбереження кожні (0 - вимкнено): - - Хвилин (0 означає вимкнено) - Остання версія @@ -225,10 +213,6 @@ Перевірити проксі - - Ви не можете імпортувати звичайний файл з'єднання. -Для звичайних файлів з'єднань використовуйте Файл - Відкрити з'єднання! - Не вдається запустити сканування портів, невірний формат IP! @@ -253,24 +237,12 @@ Локальні ресурси - - Завжди показувати це вікно при запуску - Помилка перевірки! Успішно перевірено! - - Функція (RDP) сесій вимагає, щоб у вас була зареєстрована копія eolwtscom.dll у вашій системі. -mRemoteNG постачається з цим компонентом, але він не реєструється автоматично, якщо ви не використовуєте mRemoteNG Installer. -Щоб зареєструвати його вручну, запустіть таку команду з підвищеного командного рядка від імені адміністратора: regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (де C:\Program Files\mRemoteNG\ це шлях до встановленого mRemoteNG). -Якщо ця перевірка все-таки не є успішною, або ви не можете скористатися функцією сеансів (RDP), зверніться за адресою: {0}. - - - EOLWTSCOM знайдено і зареєстровано. - ICA вимагає встановити XenDesktop Online Plugin та зареєструвати бібліотеку wfica.ocx. Ви можете завантажити клієнт тут: http://www.citrix.com/download/ Якщо у вас є встановлений XenDesktop Online Plugin і нічого не працює, спробуйте зареєструвати wfica.ocx вручну. @@ -389,10 +361,6 @@ VncSharp Control Version {0} Помилка завантаження Config UI! - - Хочете закрити з'єднання: -«{0}»? - Дійсно хочете закрити вкладку «{0}»? Всі її з'єднання також будуть закриті. @@ -444,11 +412,6 @@ VncSharp Control Version {0} Неможливо відкрити з'єднання: ім'я хоста не вказано! - - Помилка RDP! -Код помилки: {0} -Опис помилки: {1} - З'єднання @@ -458,9 +421,6 @@ VncSharp Control Version {0} Не вдалося створити резервну копію файлу з'єднань! - - Не вдалося імпортувати файл з'єднань! - Не можу завантажити файл з'єднань «{0}»! @@ -468,9 +428,6 @@ VncSharp Control Version {0} Не можу завантажити файл з'єднань «{0}»! Запускаюсь з новим файлом з'єднань. - - Не вдалося зберегти файл з'єднань! - Не вдалося зберегти файл з'єднань як «{0}»! @@ -483,9 +440,6 @@ VncSharp Control Version {0} З'єднання до {0} через {1} закрито користувачем {2}. - - З'єднання до {0} через {1} закрито користувачем {2}. (Опис: «{3}»; Користувач: «{4}») - З'єднання закрито @@ -552,12 +506,6 @@ VncSharp Control Version {0} Версія бази даних {0} не сумісна з цією версією {1}. - - Помилка CloneNode (Tree.Node). {0} - - - Код помилки: {0}. - Неможливо зберегти список з'єднань. @@ -585,15 +533,9 @@ VncSharp Control Version {0} Експорт - - Експорт mRemote / mRemoteNG XML - Зовн. Інструмент - - Використовує значки [FAMFAMFAM] - Всі файли (*.*) @@ -609,9 +551,6 @@ VncSharp Control Version {0} Файли RDP (*.rdp) - - Файли visionapp Remote Desktop 2008 CSV (*.csv) - Успадковувати {0} @@ -624,9 +563,6 @@ VncSharp Control Version {0} Головна - - Отримати інформацію про з'єднання з SQL не вдалося - Помилка при завантаженні з'єднання «{0}» на «{1}». {2} @@ -672,27 +608,12 @@ VncSharp Control Version {0} Імпорт з Active Directory - - Імпорт / Експорт - - - Імпорт mRemote / mRemoteNG XML - Імпорт з просканованих портів - - Імпорт з RDP-файлу(ів) - - - Неактивний - Інформація - - mRemoteNG не потребує оновлення - Зовнішній інструмент: Помилка отримання фокусу! @@ -771,18 +692,6 @@ VncSharp Control Version {0} Локальний файл не існує! - - Вихід - - - Не вдалося записати у файл журналу! - - - Неможливо зберегти звіт в папці призначення. - - - Використовує Magic library від [Crownwood Software] - Додати панель з'єднання @@ -867,9 +776,6 @@ VncSharp Control Version {0} Параметри - - Вставити - Сканер портів @@ -906,18 +812,9 @@ VncSharp Control Version {0} Зберегти файл з'єднань як… - - Менеджер скріншотів - Надіслати спец. клавіші (VNC) - - Сесії - - - Сесії та скріншоти - Показати текст @@ -969,9 +866,6 @@ VncSharp Control Version {0} Нова панель - - Новий корінь - Нова назва @@ -1018,9 +912,6 @@ VncSharp Control Version {0} Не вдалося завантажити панель сканера портів! - - (Ці властивості будуть збережені тільки якщо ви виберете mRemote / mRemoteNG XML як вихідний формат файлу!) - Введіть ім'я хосту або IP до якого потрбіно підключитися. @@ -1325,9 +1216,6 @@ VncSharp Control Version {0} Не вдається встановити фокус! - - Отримати сесію Putty не вдалося! - Оброблювач подій Putty: {0} @@ -1346,9 +1234,6 @@ VncSharp Control Version {0} Показати налаштування PuTTY не вдалося! - - Не вдалося запустити Putty! - Заголовок PuTTY: {0} @@ -1379,18 +1264,6 @@ VncSharp Control Version {0} 65 тис. кольорів (16-біт) - - RDP додати розширення не вдалося! - - - RDP додати розширення не вдалося! - - - Додати сесію не вдалося - - - Закрити з'єднання RDP не вдалося! - Неможливо створити управління RDP, перевірте вимоги mRemoteNG. @@ -1406,15 +1279,6 @@ VncSharp Control Version {0} Вимкнути анімації меню - - Вимкнути теми - - - Вимкнути шпалери робочого столу - - - RDP відключено! - RDP не вдалося відключити, спробуйте закрити його! @@ -1433,9 +1297,6 @@ VncSharp Control Version {0} Сталася непоправна помилка під час з'єднання з клієнтом. - - Виникла невідома критична помилка RDP. Код помилки: {0}. - Сталася помилка через брак пам'яті. @@ -1448,9 +1309,6 @@ VncSharp Control Version {0} Помилка ініціалізації Winsock. - - Не вдалося імпортувати RDP файл! - Встановити на вкладку @@ -1463,9 +1321,6 @@ VncSharp Control Version {0} RD Gateway не підтримується! - - Помилка GetSessions! - Кількість перепідключень RDP: @@ -1562,18 +1417,9 @@ VncSharp Control Version {0} Надіслати… - - Отримати фонову сесію не вдалося - - - Завершення фонової сесії не вдалося - Встановити назву хоста, як ім'я відображення при створенні чи перейменуванні нових з'єднань - - Налаштування основної текстової форми не вдалося - Не вдалося зберегти налаштування, або розмістити значок у системному треї! @@ -1604,15 +1450,9 @@ VncSharp Control Version {0} За спаданням (Z-A) - - Спеціальні клавіші - Для додаткової інформації дивись: Довідка - Початок роботи - Конфігурація SQL! - - Перевірка оновлення SQL завершена, і доступне оновлення! Оновлюємо з’єднання. - SSH версії 1 @@ -1622,12 +1462,6 @@ VncSharp Control Version {0} Фонова передача по SSH не вдалася! - - Передано успішно! - - - Передача по SSH завершена помилкою (UI.Window.SSHTransfer)! - Помилка передавання SSH. @@ -1676,15 +1510,9 @@ VncSharp Control Version {0} Передати - - Передача не вдалася! - Спробувати інтегрувати - - Тип - Порт UltraVNC SingleClick: @@ -1700,9 +1528,6 @@ VncSharp Control Version {0} Не вдалося завантажити інформацію про оновлення. - - Портативна версія mRemoteNG не підтримує автоматичне оновлення. - Завантаження завершено! mRemoteNG зараз припинить роботу і почне процес встановлення оновлення. @@ -1758,9 +1583,6 @@ mRemoteNG зараз припинить роботу і почне процес Не вдалося задати параметри VNC! - - Не вдалося почати VNC-чат! - Не вдалося переключити VNC в SmartSize! @@ -1773,12 +1595,6 @@ mRemoteNG зараз припинить роботу і почне процес Попередження - - Використано DockPanel Suite від [Weifen Luo] - - - Шлях XULRunner: - Так @@ -1809,9 +1625,6 @@ mRemoteNG зараз припинить роботу і почне процес Не вдається знайти «ToolStrip control» у «FilteredPropertyGrid». - - Тема за замовчуванням - Не під'єднуватися до консольного сеансу @@ -1879,15 +1692,6 @@ mRemoteNG зараз припинить роботу і почне процес Імпорт з &файлу… - - В корені {0}{1}|У вибраному каталозі {0}{2} - - - Де ви хочете розмістити імпортовані елементи? - - - Місцезнаходження імпорту - &Імпорт @@ -1906,48 +1710,15 @@ mRemoteNG зараз припинить роботу і почне процес Видалити все - - Відновити - &Показати текст довідки Немає SmartSize - - &Видалити - - - &Нова - - - &Скинути до замовчування - - - Скинути &все за замовчуванням - - - Вкладки - - - Наступна вкладка - - - Попередня вкладка - - - Змінити гарячу клавішу - - - Гарячі клавіші - Тестування… - - Клавіатура - &Видалити @@ -1996,9 +1767,6 @@ mRemoteNG зараз припинить роботу і почне процес Збережені сесії PuTTY - - Налаштування сесії PuTTY - &Попередити мене при закритті з'єднань @@ -2017,123 +1785,12 @@ mRemoteNG зараз припинить роботу і почне процес Шукати - - Панель налаштувань - - - Панель з'єднань - - - Фоновий колір панелі налаштувань. - - - Колір тексту категорії на панелі налаштувань. - - - Колір ліній сітки на панелі налаштувань. - - - Фоновий колір області довідки панелі налаштувань. - - - Колір тексту області довідки панелі налаштувань. - - - Колір тексту на панелі налаштувань. - - - Фоновий колір панелі з'єднань. - - - Колір тексту панелі з'єднань. - - - Колір ліній дерева панелі з'єднань. - - - Фоновий колір меню. - - - Колір тексту в меню. - - - Фоновий колір вікна пошуку. - - - Колір тексту у вікні пошуку. - - - Колір тексту підказки у вікні пошуку. - - - Фоновий колір панелей інструментів. - - - Колір тексту панелей інструментів. - - - Фоновий колір головного вікна. - - - Фоновий колір панелі налаштувань - - - Колір тексту категорій панелі налаштувань - - - Колір ліній сітки панелі налаштувань - - - Фоновий колір довідки панелі налаштувань - - - Колір тексту довідки панелі налаштувань - - - Колір тексту панелі налаштувань - - - Фоновий колір панелі з'єднань - - - Колір тексту панелі з'єднань - - - Колір ліній дерева панелі з'єднань - - - Фоновий колір меню - - - Колір тексту меню - - - Фоновий колір поля пошуку - - - Колір тексту поля пошуку - - - Колір тексту підказок поля пошуку - - - Фоновий колір панелі інструментів - - - Колір тексту панелі інструментів - - - Фоновий колір вікна - Пароль для: {0} Показати на панелі інструментів - - Безіменна тема - Перевірка оновлень… @@ -2197,33 +1854,15 @@ mRemoteNG зараз припинить роботу і почне процес Хвилин простою - - Прийняти - Додати - - Редактор облікових даних - - - Менеджер облікових даних - - - Видалити - Заголовок - - Виберіть, який обліковий запис використовувати для цього з'єднання. - Дійсно хочете видалити обліковий запис: {0}? - - Не вдалося знайти обліковий запис із ідентифікатором «{0}» для запису підключення під назвою «{1}». - Виберіть, чи отримувати попередження після відключення сеансу RDP через неактивність @@ -2281,71 +1920,15 @@ mRemoteNG зараз припинить роботу і почне процес Призначені облікові дані - - Завжди дозволяти - - - Дозволити раз - - - Не дозволяти - - - Дозволити незахищений сертифікат для URL: {0}? - - - Дозволити незахищений сертифікат? - - - Вибраний репозиторій розблоковано - - - Невірний пароль - - - Джерело - - - Розблокування - - - Розблокувати репозиторій облікових даних - - - Розблокувати - - - Запитувати про розблокування репозиторія облікових даних при запуску - - - Оновити - - - Назад - - - Шлях до файлу з'єднань - - - Створити та відкрити новий файл - Відкрти інший файл - - У v1.76 ми запровадили систему управління обліковими записами. Ця функція вимагає суттєвих змін у тому, як ми зберігаємо та взаємодіємо з обліковими записами в mRemoteNG. Вам буде потрібно виконати одностороннє оновлення файлу з'єднань mRemoteNG. - -Ця сторінка проведе вас через процес оновлення файлу з'єднань або дасть можливість відкрити інший файл з'єднань, якщо ви не захочете здійснити оновлення. - Обліковий запис не доступний Дійсно видалити цю тему? - - Увімкнути теми - Нова назва теми @@ -2358,9 +1941,6 @@ mRemoteNG зараз припинить роботу і почне процес Попередження: для зміни будь-якої конфігурації теми потрібен перезапуск. - - Жодної теми не завантажено, перевірте чи присутні стандартні теми у папці «themes» mRemoteNG - Не вдалося знайти зовнішній інструмент із назвою «{0}» @@ -2445,9 +2025,6 @@ mRemoteNG зараз припинить роботу і почне процес Параметри mRemoteNG - - Використовувати кодування UTF8 для властивості RDP "Інформація про балансування" - Створювати порожню вкладку, при запуску mRemoteNG @@ -2472,9 +2049,6 @@ mRemoteNG зараз припинить роботу і почне процес Ви дійсно хочете закрити всі з'єднання, окрім «{0}»? - - Ви дійсно хочете закрити всі з'єднання праворуч від «{0}»? - Сталася помилка під час спроби знову підключитися до RDP хоста «{0}» @@ -2496,9 +2070,6 @@ mRemoteNG зараз припинить роботу і почне процес Розмістити рядок пошуку над деревом з'єднань - - Щоб сканувати один порт, виберіть лише «Початковий порт». - Відстежувати активне з'єднання у дереві з'єднань @@ -2585,9 +2156,6 @@ mRemoteNG зараз припинить роботу і почне процес Вказує пароль сервера Remote Desktop Gateway. - - Виберіть, чи слід спільно використовувати мікрофони. - Закривати в область сповіщень diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index 5438b8c95..a4b92ad7a 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -120,21 +120,12 @@ 关于 - - 活动连接 - 活动目录 - - 活动 - AddNodeFromXML 函数执行失败! - - AddNodesFromSQL 函数执行失败! - 仅允许应用程序以单实例运行(需要重新启动mRemoteNG) @@ -174,9 +165,6 @@ 自动保存配置,每隔 - - 分钟(0表示禁用) - 当前版本 @@ -234,10 +222,6 @@ 测试代理 - - 您不能导入正常连接文件。 -请使用文件/加载连接文件以导入正常连接文件! - 无法启动端口扫描,IP 格式不正确! @@ -262,24 +246,12 @@ 重定向 - - 总是在启动时显示该屏幕 - 检查失败! 检查成功! - - RDP会话功能需要您已提前在系统上注册eolwtscom.dll文件。 -mRemoteNG提供此组件,但是如果没有使用 mRemoteNG 安装程序,不会自动进行注册。 -要手动注册它,请从提升的命令提示符运行以下命令:regsvr32 "C:\Program Files\mRemoteNG\eolwtscom.dll" (其中 C:\Program Files\mRemoteNG\ 是 mRemoteNG 安装的路径)。 -如果此检查仍然失败或无法使用(RDP)会话功能,请咨询 {0}。 - - - 发现 EOLWTSCOM 组件,组件已注册。 - 启用 ICA 需要提前安装 XenDesktop Online 插件,并正确注册 wfica.ocx 库文件。您可以在此下载此插件:http://www.citrix.com/download/ 如果您已安装 XenDesktop Online 插件,但仍旧检测失败,请手动注册 wfica.ocx。 @@ -412,10 +384,6 @@ VncSharp 版本 {0} 无法加载配置界面。 - - 确定要关闭连接: -“{0}”? - 确实要关闭面板“{0}”?此面板所包含的所有连接将会断开。 @@ -467,11 +435,6 @@ VncSharp 版本 {0} 无法打开连接:未指定主机名! - - RDP发生错误! -错误代码:{0} -错误描述:{1} - 连接 @@ -481,9 +444,6 @@ VncSharp 版本 {0} 无法创建连接配置文件备份! - - 无法导入连接配置文件 - 无法载入连接配置文件“{0}”! @@ -491,9 +451,6 @@ VncSharp 版本 {0} 无法载入连接配置文件“{0}”! 启用新建连接配置文件。 - - 无法保存连接配置文件! - 无法保存连接配置文件“{0}”! @@ -509,9 +466,6 @@ VncSharp 版本 {0} 通过{1}到主机{0}的连接,已被用户{2}关闭。 - - 通过{1}到主机{0}的连接,已被用户{2}关闭(说明:“{3}”,自定义信息:“{4}”)。 - 连接事件关闭 @@ -527,9 +481,6 @@ VncSharp 版本 {0} 已安装版本 - - 默认主题 - 检测 @@ -587,12 +538,6 @@ VncSharp 版本 {0} 数据库版本 {0} 与当前版本 {1} 不兼容。 - - CloneNode (Tree.Node) 函数执行失败。{0} - - - 错误代码{0}。 - 无法保存连接列表。 @@ -639,9 +584,6 @@ VncSharp 版本 {0} 导出项目 - - 导出mRemote/mRemoteNG XML - 导出属性 @@ -660,12 +602,6 @@ VncSharp 版本 {0} 新建外部工具 - - 内置图标由[FAMFAMFAM]制作 - - - http://www.famfamfam.com/ - 文件格式(&F): @@ -693,9 +629,6 @@ VncSharp 版本 {0} RDP 文件(*.rdp) - - visionapp远程桌面2008 CSV文件(* .csv) - 继承 {0} @@ -711,9 +644,6 @@ VncSharp 版本 {0} 常规 - - 从 SQL 获取连接配置信息失败 - 从 {1} 中加载连接项 {0} 时发生错误。{2} @@ -777,9 +707,6 @@ VncSharp 版本 {0} 导入 Active Directory - - 导入/导出 - 导入文件“{0}”时发生错误。 @@ -789,36 +716,15 @@ VncSharp 版本 {0} 从文件导入(&F)... - - 在根目录{0}{1}下|在所选文件夹{0}{2}下 - - - 您希望将导入的项目放在哪里? - - - 导入位置 - 导入(&I) - - 导入mRemote/mRemoteNG XML - 导入端口扫描结果 - - 从 RDP 文件导入 - - - 非活动 - 信息 - - mRemoteNG 已经是最新版本。 - 清除内部程序进程失败! @@ -909,21 +815,6 @@ VncSharp 版本 {0} 本地文件不存在! - - 注销 - - - 报告文件写入失败! - - - 无法在当前位置保存报告文件。 - - - 使用[Crownwood Software]开发的 Magic 库 - - - http://www.dotnetmagic.com/ - 添加连接面板 @@ -1017,9 +908,6 @@ VncSharp 版本 {0} 选项 - - 粘贴 - 端口扫描 @@ -1056,21 +944,9 @@ VncSharp 版本 {0} 另存连接配置文件为… - - 屏幕截图管理器 - 发送特殊键(VNC) - - 取回 - - - 会话 - - - 会话和屏幕截图 - 显示帮助文本(&S) @@ -1134,9 +1010,6 @@ VncSharp 版本 {0} 新建面板 - - 新建根目录 - 新标题 @@ -1171,39 +1044,9 @@ VncSharp 版本 {0} 打开端口 - - 删除(&D) - - - 新建(&N) - - - 重置为默认值(&R) - - - 全部重置为默认值(&A) - - - 标签 - - - 下一个标签 - - - 上一个标签 - - - 修改快捷方式 - - - 键盘快捷键 - 测试... - - 键盘 - 主题 @@ -1234,9 +1077,6 @@ VncSharp 版本 {0} 无法载入端口扫描面板! - - (仅当选择 mRemote/mRemoteNG XML 文件格式保存时,这些属性才会保存!) - 请输入您要连接的主机名或 IP。 @@ -1571,9 +1411,6 @@ VncSharp 版本 {0} 无法设置焦点 ! - - Putty 会话获取失败! - Putty 句柄:{0} @@ -1589,18 +1426,12 @@ VncSharp 版本 {0} PuTTY 会话已保存 - - PuTTY 会话设置 - PuTTY 设置 PuTTY 设置窗口显示失败! - - Putty 启动失败! - --- PuTTY 信息 --- @@ -1652,18 +1483,6 @@ VncSharp 版本 {0} 16位色 - - RDP 添加分辨率失败! - - - RDP批量添加分辨率失败! - - - RDP 会话添加失败! - - - RDP 连接关闭失败! - 无法创建 RDP 控制,请检查 mRemoteNG 的安装需求是否满足。 @@ -1679,15 +1498,6 @@ VncSharp 版本 {0} 禁用菜单动画功能 - - 禁用主题功能 - - - 禁用壁纸功能 - - - RDP连接已断开! - RPD连接断开失败,正在尝试关闭! @@ -1709,9 +1519,6 @@ VncSharp 版本 {0} GetError 函数失败(致命错误)! - - 发生了未知的 RDP 致命错误。错误代码 {0}。 - 发生内存不足错误。 @@ -1724,9 +1531,6 @@ VncSharp 版本 {0} Winsock 初始化错误。 - - 无法导入 rdp 文件! - 适合面板 @@ -1739,9 +1543,6 @@ VncSharp 版本 {0} 不支持远程桌面网关。 - - GetSessions 函数执行失败! - RDP 重新连接计数器: @@ -1847,18 +1648,9 @@ VncSharp 版本 {0} 发送到… - - 获取后台会话失败 - - - 结束后台会话失败 - 新建或重命名连接时,主机名自动设置为显示名称 - - 主窗体文本设置失败! - 无法保存配置或设置系统托盘图标! @@ -1892,18 +1684,12 @@ VncSharp 版本 {0} 降序(Z至A) - - 特殊键 - 请查看 帮助-入门-SQL配置 以获取更多信息。 SQL 服务器 - - SQL升级检查发现可用更新!即将刷新连接。 - SSH v1 @@ -1913,12 +1699,6 @@ VncSharp 版本 {0} SSH 后台传输失败! - - 传输成功! - - - SSH 传输结束(UI.Window.SSHTransfer)失败! - SSH 传输失败。 @@ -1952,114 +1732,6 @@ VncSharp 版本 {0} 以下: - - 配置面板 - - - 连接面板 - - - 配置面板的背景颜色。 - - - 配置面板中类别文本的颜色。 - - - 配置面板中网格线的颜色 - - - 配置面板的帮助区域的背景颜色。 - - - 配置面板帮助区域中文本的颜色。 - - - 配置面板中文本的颜色。 - - - 连接面板的背景颜色。 - - - 连接面板中文本的颜色。 - - - 连接面板中树形线的颜色。 - - - 菜单的背景颜色。 - - - 菜单中文本的颜色。 - - - 搜索框的背景颜色。 - - - 搜索框中文本的颜色。 - - - 搜索框中提示文本的颜色。 - - - 工具栏的背景颜色。 - - - 工具栏中文本的颜色。 - - - 主窗口的背景颜色。 - - - 配置面板背景色 - - - 配置面板类别文本颜色 - - - 配置面板网格线颜色 - - - 配置面板帮助背景颜色 - - - 配置面板帮助文本颜色 - - - 配置面板文本颜色 - - - 连接面板背景色 - - - 连接面板文本颜色 - - - 连接面板树线颜色 - - - 菜单背景颜色 - - - 菜单文本颜色 - - - 搜索栏背景颜色 - - - 搜索栏文本颜色 - - - 搜索栏提示文本颜色 - - - 工具栏背景颜色 - - - 工具栏文本颜色 - - - 窗口背景颜色 - 错误 ({0}) @@ -2081,18 +1753,12 @@ VncSharp 版本 {0} 传输 - - 传输失败! - 尝试进行集成 在工具栏上显示 - - 类型 - Ultra VNC Repeater @@ -2102,9 +1768,6 @@ VncSharp 版本 {0} 请勾去您不想保存的属性! - - 未命名主题 - mRemoteNG 需要更新 @@ -2117,9 +1780,6 @@ VncSharp 版本 {0} 检查更新... - - mRemoteNG 便携版目前不支持自动更新。 - 下载完成! mRemoteNG 将退出并安装更新。 @@ -2181,9 +1841,6 @@ mRemoteNG 将退出并安装更新。 设置 VNC 属性失败! - - VNC Chat 启动失败! - VNC 窗口自适应切换失败! @@ -2196,15 +1853,6 @@ mRemoteNG 将退出并安装更新。 警告 - - 使用DockPanel Suite[Weifen Luo] - - - http://sourceforge.net/projects/dockpanelsuite/ - - - XULrunner 路径: - 确定 @@ -2265,36 +1913,15 @@ mRemoteNG 将退出并安装更新。 空闲等待分钟数 - - 接受 - 添加 - - 凭据编辑器 - - - 凭证管理器 - - - ID - - - 移除 - 标题 - - 选择用于此连接的凭证。 - 您确定要删除凭据记录 {0} 吗? - - 找不到名为“{1}”的连接记录的ID为“{0}”的凭证记录。 - 选择是否在RDP会话由于不活动而断开连接后收到警报 @@ -2352,74 +1979,18 @@ mRemoteNG 将退出并安装更新。 分配凭据 - - 始终允许 - - - 允许一次 - - - 不允许 - - - 允许网址 {0} 的不安全证书? - - - 允许不安全的证书? - - - 选定的存储库已解锁 - - - 密码错误 - - - 资源 - - - 解锁 - - - 解锁凭据存储库 - - - 解锁 - - - 提示在启动时解锁凭据存储库 - 凭据 - - 升级 - - - 后退 - - - 连接文件路径 - - - 创建并打开新文件 - 打开一个不同的文件 - - 在 v1.76中,我们引入了凭证管理系统。此功能要求我们在 mRemoteNG 中存储和交互凭据的方式发生重大变化。您将需要执行 mRemoteNG 连接文件的单向升级。 - -如果您不想执行升级,此页面将引导您完成升级连接文件的过程,或者让您有机会打开不同的连接文件。 - 凭据不可用 真的想删除主题吗? - - 启用主题 - 新主题名称 @@ -2432,9 +2003,6 @@ mRemoteNG 将退出并安装更新。 警告:提交任何主题配置更改都需要重新启动。 - - 未加载任何主题,请检查默认的 mremoteNG 主题是否存在于“主题”文件夹中 - 无法找到名称为“{0}”的外部工具 @@ -2519,9 +2087,6 @@ mRemoteNG 将退出并安装更新。 mRemoteNG 选项 - - 对 RDP“负载均衡信息”属性使用 UTF8 编码 - 在 mRemoteNG 启动时创建一个空面板 @@ -2549,9 +2114,6 @@ mRemoteNG 将退出并安装更新。 确定要关闭除“{0}”之外的所有连接吗? - - 确定要关闭“{0}”右侧的所有连接吗? - 尝试重新连接到 RDP 主机 "{0}" 时出错 @@ -2579,9 +2141,6 @@ mRemoteNG 将退出并安装更新。 将搜索栏放在连接树上方 - - 要扫描单个端口,请仅选择仅“起始端口”。 - 跟踪连接树中的活动连接 @@ -2674,9 +2233,6 @@ mRemoteNG 将退出并安装更新。 指定远程桌面网关服务器的密码。 - - 选择是否应共享麦克风。 - 靠近通知区域 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index bf1944a69..c35b2667d 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -120,18 +120,9 @@ 關於 - - 啟動 - - - 作用中 - AddNodeFromXML 失敗! - - AddNodesFromSQL 失敗! - 只允許單一應用程式執行個體 (需要重新啟動 mRemoteNG) @@ -168,15 +159,9 @@ 比例 - - 自動取得工作階段資訊 - 自動儲存間隔: - - 分鐘 (0 分鐘停用) - 目前版本 @@ -231,10 +216,6 @@ 測試 Proxy - - 您無法匯入標準連線檔案。 -標準連線檔案請使用 檔案 - 載入連線! - 無法開始 Port Scan,IP 格式不正確! @@ -259,18 +240,12 @@ 重新導向 - - 啟動時一律顯示此畫面 - 檢查失敗! 檢查成功! - - 找到 EOLWTSCOM 並似乎正確註冊。 - 找到所有 ICA 元件並似乎正確註冊。 Citrix ICA Client Control 版本 {0} @@ -376,9 +351,6 @@ VncSharp Control 版本 {0} 組態 UI 載失敗! - - 您確定要關閉連線「{0}」嗎? - 您確定要關閉關閉面板「{0}」嗎? 任何內含的連線也將關閉。 @@ -430,11 +402,6 @@ VncSharp Control 版本 {0} 無法開啟連線: 未指定主機名稱! - - RDP 錯誤! -錯誤碼: {0} -錯誤描述: {1} - 連線 @@ -444,9 +411,6 @@ VncSharp Control 版本 {0} 無法建立連線檔案備份! - - 無法匯入連線檔案! - 無法載入連線檔案「{0}」! @@ -454,9 +418,6 @@ VncSharp Control 版本 {0} 無法載入連線檔案「{0}」! 開始新的連線檔案。 - - 無法儲存連線檔案! - 無法另存連線檔案為「{0}」! @@ -469,9 +430,6 @@ VncSharp Control 版本 {0} 使用者「{2}」關閉透過「{1}」連線到「{0}」。 - - 使用者「{2}」關閉透過「{1}」連線到「{0}」 (描述: 「{3}」,使用者欄位: 「{4}」) - 連線事件已關閉 @@ -487,9 +445,6 @@ VncSharp Control 版本 {0} 安裝的版本 - - 預設主題 - 偵測 @@ -538,12 +493,6 @@ VncSharp Control 版本 {0} 資料庫版本 {0} 與 {1} 的此版本不相容。 - - CloneNode (Tree.Node) 失敗。 {0} - - - 錯誤碼 {0}。 - 無法儲存連線清單。 @@ -571,15 +520,9 @@ VncSharp Control 版本 {0} 匯出 - - 匯出 mRemote/mRemoteNG XML - 結束 App - - 包含 [FAMFAMFAM] 圖示 - 所有檔案 (*.*) @@ -595,9 +538,6 @@ VncSharp Control 版本 {0} RDP 檔案 (*.rdp) - - visionapp Remote Desktop 2008 CSV 檔案 (*.csv) - 繼承 {0} @@ -613,9 +553,6 @@ VncSharp Control 版本 {0} 一般 - - 取得 [來自 SQL 的連線資訊] 失敗 - 從「{1}」載入「{0}」的連線項目時發生錯誤。 {2} @@ -667,27 +604,12 @@ VncSharp Control 版本 {0} 從 Active Directory 匯入 - - 匯入/匯出 - - - 匯入 mRemote/mRemoteNG XML - 從 Port Scan 匯入 - - 從 .RDP 檔案匯入 - - - 非作用中 - 資訊 - - mRemoteNG 為最新 - Dispose of Int App 程序失敗! @@ -775,18 +697,6 @@ VncSharp Control 版本 {0} 本機檔案不存在! - - 登出 - - - 寫入報告檔失敗! - - - 無法儲存報告到最終位置。 - - - 使用 Magic library by [Crownwood Software] - 加入連線面板 @@ -880,9 +790,6 @@ VncSharp Control 版本 {0} 選項 - - 貼上 - 通訊埠掃描 @@ -919,18 +826,9 @@ VncSharp Control 版本 {0} 另儲連線檔案... - - 快照管理員 - 傳送特殊鍵 (VNC) - - 工作階段 - - - 工作階段和快照 - 顯示說明文字(&S) @@ -988,9 +886,6 @@ VncSharp Control 版本 {0} 新增面板 - - 新增根目錄 - 新增標題 @@ -1046,9 +941,6 @@ VncSharp Control 版本 {0} 無法載入 PortScan 面板! - - (這些內容只有在選取 mRemote/mRemoteNG XML 為輸出檔案格式時才會儲存!) - 輸入您要連線的主機名稱或 IP。 @@ -1361,9 +1253,6 @@ VncSharp Control 版本 {0} 無法設定焦點! - - Get Putty Sessions 失敗! - Putty Handle: {0} @@ -1385,9 +1274,6 @@ VncSharp Control 版本 {0} 顯示 PuTTY 設定對話方塊失敗! - - Putty 啟動失敗! - --- PuTTY Stuff --- @@ -1439,18 +1325,6 @@ VncSharp Control 版本 {0} 65536 色 (16 位元) - - RDP Add Resolution 失敗! - - - RDP Add Resolutions 失敗! - - - 加入工作階段失敗 - - - 關閉 RDP 連線失敗! - 無法建立 RDP 控制,請檢查 mRemoteNG 需求。 @@ -1466,15 +1340,6 @@ VncSharp Control 版本 {0} 停用功能表動畫 - - 停用佈景主題 - - - 停用底色圖案 - - - RDP 中斷連線! - RDP 中斷連線失敗,正在嘗試關閉! @@ -1496,9 +1361,6 @@ VncSharp Control 版本 {0} GetError 失敗 (FatalErrors) - - 發生不明嚴重 RDP 錯誤。 錯誤碼 {0}。 - 發生記憶體不足錯誤。 @@ -1511,9 +1373,6 @@ VncSharp Control 版本 {0} Winsock 初始化錯誤。 - - 無法匯入 rdp 檔案! - 符合面板 @@ -1526,9 +1385,6 @@ VncSharp Control 版本 {0} 不支援 RD Gateway! - - GetSessions 失敗! - RDP 重新連線次數: @@ -1634,18 +1490,9 @@ VncSharp Control 版本 {0} 傳送到... - - Get Sessions Background 失敗 - - - Kill Session Background 失敗 - 設定建立或重新命名連線時主機名稱如顯示名稱 - - 從文字設定主要失敗 - 無法儲存設定或部署 SysTray 圖示! @@ -1679,18 +1526,12 @@ VncSharp Control 版本 {0} 遞減 (Z-A) - - 特殊鍵 - 更多資訊請查看說明 - 入門 - SQL 組態! SQL 伺服器 - - SQL 更新檢查完成且有更新可以使用! 移至重新整理連線。 - SSH 版本 1 @@ -1700,12 +1541,6 @@ VncSharp Control 版本 {0} SSH 背景傳輸失敗! - - 傳輸成功! - - - SSH Transfer End (UI.Window.SSHTransfer) 失敗! - SSH 傳輸失敗。 @@ -1739,114 +1574,6 @@ VncSharp Control 版本 {0} 以下: - - 組態面板 - - - 連線面板 - - - 組態面板背景色。 - - - 組態面板中分類文字色彩。 - - - 組態面板中格線色彩 - - - 組態面板說明區的背景色。 - - - 組態面板說明區中文字色彩。 - - - 組態面板中文字色彩。 - - - 連線面板背景色。 - - - 連線面板中文字色彩。 - - - 連線面板中樹狀行色彩。 - - - 功能表背景色。 - - - 功能表中文字色彩。 - - - 搜尋方塊背景色。 - - - 搜尋方塊中文字色彩。 - - - 搜尋方塊中提示文字色彩。 - - - 工具列背景色。 - - - 工具列中文字色彩。 - - - 主視窗背景色。 - - - 組態面板背景色 - - - 組態面板分類文字色彩 - - - 組態面板格線色彩 - - - 組態面板說明背景色 - - - 組態面板說明文字色彩 - - - 組態面板文字色彩 - - - 連線面板背景色 - - - 連線面板文字色彩 - - - 連線面板樹狀行色彩 - - - 功能表背景色 - - - 功能表文字色彩 - - - 搜尋方塊背景色 - - - 搜尋方塊中文字色彩 - - - 搜尋方塊中提示文字色彩 - - - 工具列背景色 - - - 工具列中文字色彩 - - - 視窗背景色 - 錯誤 ({0}) @@ -1865,15 +1592,9 @@ VncSharp Control 版本 {0} 傳輸 - - 傳輸失敗! - 嘗試整合 - - 類型 - Ultra VNC Repeater @@ -1883,9 +1604,6 @@ VncSharp Control 版本 {0} 取消勾選您不要儲存的內容! - - 未命名的主題 - mRemoteNG 需要更新 @@ -1895,15 +1613,6 @@ VncSharp Control 版本 {0} 檢查更新完整性失敗! - - 檢查更新失敗! - - - mRemoteNG 可攜式版本目前不支援自動更新。 - - - 刪除更新檔案錯誤! - 下載完成! mRemoteNG 將立即結束並開始安裝。 @@ -1926,15 +1635,9 @@ mRemoteNG 將立即結束並開始安裝。 每星期 - - 啟動更新錯誤! - 使用不同的使用者名稱和密碼 - - 只使用通知面板 (不顯示訊息方塊) - 使用者 @@ -1968,9 +1671,6 @@ mRemoteNG 將立即結束並開始安裝。 VNC Set Props 失敗! - - VNC Start Chat 失敗! - VNC Toggle SmartSize 失敗! @@ -1983,15 +1683,6 @@ mRemoteNG 將立即結束並開始安裝。 警告 - - 使用 DockPanel Suite by [Weifen Luo] - - - 寫入日誌檔 (mRemoteNG.log) - - - XULrunner 路徑: - diff --git a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs index ffbcd9f16..a7be59987 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.Designer.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.Designer.cs @@ -357,7 +357,6 @@ namespace mRemoteNG.UI.Window this.portEnd.Name = "portEnd"; this.portEnd.Size = new System.Drawing.Size(67, 22); this.portEnd.TabIndex = 4; - this.portScanToolTip.SetToolTip(this.portEnd, global::mRemoteNG.Language.PortScanSinglePort); this.portEnd.Value = new decimal(new int[] { 65535, 0, @@ -377,7 +376,6 @@ namespace mRemoteNG.UI.Window this.portStart.Name = "portStart"; this.portStart.Size = new System.Drawing.Size(67, 22); this.portStart.TabIndex = 3; - this.portScanToolTip.SetToolTip(this.portStart, global::mRemoteNG.Language.PortScanSinglePort); this.portStart.Enter += new System.EventHandler(this.portStart_Enter); // // pnlIp @@ -435,7 +433,6 @@ namespace mRemoteNG.UI.Window this.ngCheckFirstPort.Size = new System.Drawing.Size(72, 17); this.ngCheckFirstPort.TabIndex = 17; this.ngCheckFirstPort.Text = "First Port"; - this.portScanToolTip.SetToolTip(this.ngCheckFirstPort, global::mRemoteNG.Language.PortScanSinglePort); this.ngCheckFirstPort.UseVisualStyleBackColor = true; this.ngCheckFirstPort.CheckedChanged += new System.EventHandler(this.NgCheckFirstPort_CheckedChanged); // @@ -449,7 +446,6 @@ namespace mRemoteNG.UI.Window this.ngCheckLastPort.Size = new System.Drawing.Size(70, 17); this.ngCheckLastPort.TabIndex = 18; this.ngCheckLastPort.Text = "Last Port"; - this.portScanToolTip.SetToolTip(this.ngCheckLastPort, global::mRemoteNG.Language.PortScanSinglePort); this.ngCheckLastPort.UseVisualStyleBackColor = true; this.ngCheckLastPort.CheckedChanged += new System.EventHandler(this.NgCheckLastPort_CheckedChanged); // From 0b80ffa1d0f7736e519e8951918abcd77d333ca9 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 01:30:13 +0200 Subject: [PATCH 06/11] more cleanup --- .../App/Initialization/StartupDataLogger.cs | 2 +- mRemoteV1/App/Runtime.cs | 6 +- .../Connection/AbstractConnectionRecord.cs | 52 +- .../Connection/ConnectionInfoInheritance.cs | 50 +- .../Connection/Protocol/ICA/IcaProtocol.cs | 2 +- mRemoteV1/Connection/Protocol/ProtocolType.cs | 4 +- .../Protocol/RDP/RDPSoundQuality.cs | 6 +- .../Connection/Protocol/RDP/RDPSounds.cs | 2 +- .../Resources/Language/Language.Designer.cs | 1121 ++++++++--------- .../Resources/Language/Language.cs-CZ.resx | 135 +- mRemoteV1/Resources/Language/Language.de.resx | 137 +- mRemoteV1/Resources/Language/Language.el.resx | 23 +- .../Resources/Language/Language.en-US.resx | 8 +- .../Resources/Language/Language.es-AR.resx | 16 +- mRemoteV1/Resources/Language/Language.es.resx | 116 +- mRemoteV1/Resources/Language/Language.fr.resx | 116 +- mRemoteV1/Resources/Language/Language.hu.resx | 32 +- mRemoteV1/Resources/Language/Language.it.resx | 116 +- .../Resources/Language/Language.ja-JP.resx | 125 +- .../Resources/Language/Language.ko-KR.resx | 135 +- mRemoteV1/Resources/Language/Language.lt.resx | 6 +- .../Resources/Language/Language.nb-NO.resx | 147 +-- mRemoteV1/Resources/Language/Language.nl.resx | 116 +- mRemoteV1/Resources/Language/Language.pl.resx | 122 +- .../Resources/Language/Language.pt-BR.resx | 27 +- mRemoteV1/Resources/Language/Language.pt.resx | 116 +- mRemoteV1/Resources/Language/Language.resx | 151 +-- mRemoteV1/Resources/Language/Language.ru.resx | 147 +-- .../Resources/Language/Language.tr-TR.resx | 129 +- mRemoteV1/Resources/Language/Language.uk.resx | 143 +-- .../Resources/Language/Language.zh-CN.resx | 149 +-- .../Resources/Language/Language.zh-TW.resx | 116 +- mRemoteV1/Tools/ExternalTool.cs | 2 +- mRemoteV1/Tools/NotificationAreaIcon.cs | 2 +- mRemoteV1/Tools/ReconnectGroup.Designer.cs | 4 +- mRemoteV1/Tools/ReconnectGroup.cs | 4 +- mRemoteV1/Tree/Root/RootNodeInfo.cs | 2 +- .../Tree/Root/RootPuttySessionsNodeInfo.cs | 2 +- .../UI/Controls/ConnectionContextMenu.cs | 8 +- .../ConnectionInfoPropertyGrid.cs | 2 +- .../UI/Controls/QuickConnectToolStrip.cs | 2 +- mRemoteV1/UI/DialogFactory.cs | 4 +- mRemoteV1/UI/Forms/ExportForm.cs | 6 +- mRemoteV1/UI/Forms/FrmAbout.cs | 2 +- .../UI/Forms/Input/FrmInputBox.Designer.cs | 26 +- mRemoteV1/UI/Forms/Input/FrmInputBox.cs | 6 +- .../UI/Forms/OptionsPages/AdvancedPage.cs | 4 +- .../UI/Forms/OptionsPages/ConnectionsPage.cs | 4 +- .../Forms/OptionsPages/NotificationsPage.cs | 6 +- mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs | 6 +- .../UI/Forms/OptionsPages/UpdatesPage.cs | 18 +- mRemoteV1/UI/Forms/PasswordForm.Designer.cs | 4 +- mRemoteV1/UI/Forms/PasswordForm.cs | 4 +- .../UI/Forms/UnhandledExceptionWindow.cs | 6 +- mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs | 6 +- mRemoteV1/UI/Forms/frmChoosePanel.cs | 6 +- mRemoteV1/UI/Forms/frmOptions.cs | 6 +- mRemoteV1/UI/Menu/HelpMenu.cs | 8 +- mRemoteV1/UI/Menu/MainFileMenu.cs | 20 +- mRemoteV1/UI/Menu/ToolsMenu.cs | 12 +- mRemoteV1/UI/Menu/ViewMenu.cs | 18 +- mRemoteV1/UI/Panels/PanelAdder.cs | 2 +- mRemoteV1/UI/TaskDialog/frmTaskDialog.cs | 14 +- .../UI/Window/ActiveDirectoryImportWindow.cs | 6 +- mRemoteV1/UI/Window/ConfigWindow.cs | 2 +- mRemoteV1/UI/Window/ConnectionWindow.cs | 2 +- .../UI/Window/ErrorAndInfoWindow.Designer.cs | 6 +- mRemoteV1/UI/Window/ErrorAndInfoWindow.cs | 18 +- mRemoteV1/UI/Window/ExternalToolsWindow.cs | 16 +- mRemoteV1/UI/Window/PortScanWindow.cs | 14 +- mRemoteV1/UI/Window/SSHTransferWindow.cs | 2 +- .../UI/Window/ScreenshotManagerWindow.cs | 6 +- mRemoteV1/UI/Window/UpdateWindow.cs | 4 +- 73 files changed, 1763 insertions(+), 2102 deletions(-) diff --git a/mRemoteV1/App/Initialization/StartupDataLogger.cs b/mRemoteV1/App/Initialization/StartupDataLogger.cs index 3409bf2e7..ded52c9a3 100644 --- a/mRemoteV1/App/Initialization/StartupDataLogger.cs +++ b/mRemoteV1/App/Initialization/StartupDataLogger.cs @@ -96,7 +96,7 @@ namespace mRemoteNG.App.Initialization { var data = $"{Application.ProductName} {Application.ProductVersion}"; if (Runtime.IsPortableEdition) - data += $" {Language.LabelPortableEdition}"; + data += $" {Language.PortableEdition}"; data += " starting."; _messageCollector.AddMessage(MessageClass.InformationMsg, data, true); } diff --git a/mRemoteV1/App/Runtime.cs b/mRemoteV1/App/Runtime.cs index b263f9123..c5a915c8e 100644 --- a/mRemoteV1/App/Runtime.cs +++ b/mRemoteV1/App/Runtime.cs @@ -1,4 +1,4 @@ -using mRemoteNG.App.Info; +using mRemoteNG.App.Info; using mRemoteNG.Config.Putty; using mRemoteNG.Connection; using mRemoteNG.Credential; @@ -112,7 +112,7 @@ namespace mRemoteNG.App if (Settings.Default.UseSQLServer) { MessageCollector.AddExceptionMessage(Language.LoadFromSqlFailed, ex); - var commandButtons = string.Join("|", Language.CommandTryAgain, + var commandButtons = string.Join("|", Language._TryAgain, Language.CommandOpenConnectionFile, string.Format(Language.CommandExitProgram, Application.ProductName)); @@ -147,7 +147,7 @@ namespace mRemoteNG.App Language.ConfigurationCreateNew, Language.ConfigurationCustomPath, Language.ConfigurationImportFile, - Language.MenuExit + Language.Exit }; var answered = false; diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index 090f6e666..78acfcf78 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -99,7 +99,7 @@ namespace mRemoteNG.Connection #region Display [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameName)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Name)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionName))] public virtual string Name { @@ -127,7 +127,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public virtual string Panel { @@ -236,7 +236,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalTool)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ExternalTool)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(ExternalToolsTypeConverter)), UsedInProtocol(ProtocolType.IntApp)] @@ -497,7 +497,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayWallpaper)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisplayWallpaper)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -508,7 +508,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisplayThemes)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisplayThemes)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -587,7 +587,7 @@ namespace mRemoteNG.Connection #region Redirect - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectKeys)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -598,7 +598,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectKeys, value, "RedirectKeys"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectDrives)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -609,7 +609,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectDiskDrives, value, "RedirectDiskDrives"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectPrinters)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -620,7 +620,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectPrinters, value, "RedirectPrinters"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectClipboard)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -632,8 +632,8 @@ namespace mRemoteNG.Connection } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectPorts)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyDescriptionRedirectPorts)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPorts)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -643,7 +643,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectPorts, value, "RedirectPorts"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSmartCards)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -654,7 +654,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectSmartCards, value, "RedirectSmartCards"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSounds)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -665,7 +665,7 @@ namespace mRemoteNG.Connection set => SetField(ref _redirectSound, value, "RedirectSound"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSoundQuality)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -676,7 +676,7 @@ namespace mRemoteNG.Connection set => SetField(ref _soundQuality, value, "SoundQuality"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 6), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectAudioCapture)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), @@ -758,7 +758,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncoding)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Encoding)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), @@ -781,8 +781,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncAuthMode, value, "VNCAuthMode"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyType)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ProxyType)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyType)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), @@ -793,8 +793,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyType, value, "VNCProxyType"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ProxyAddress)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyAddress)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -804,8 +804,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyIp, value, "VNCProxyIP"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ProxyPort)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyPort)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -815,8 +815,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyPort, value, "VNCProxyPort"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ProxyUsername)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyUsername)), UsedInProtocol(ProtocolType.VNC), Browsable(false)] @@ -826,8 +826,8 @@ namespace mRemoteNG.Connection set => SetField(ref _vncProxyUsername, value, "VNCProxyUsername"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVNCProxyPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 7), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ProxyPassword)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVNCProxyPassword)), PasswordPropertyText(true), UsedInProtocol(ProtocolType.VNC), diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index ac2e2e679..a76a9a6a0 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -41,7 +41,7 @@ namespace mRemoteNG.Connection public bool Icon { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPanel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Panel { get; set; } @@ -108,7 +108,7 @@ namespace mRemoteNG.Connection public bool RdpVersion { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalTool)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ExternalTool)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalTool)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ExtApp { get; set; } @@ -254,13 +254,13 @@ namespace mRemoteNG.Connection public bool CacheBitmaps { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayWallpaper)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisplayWallpaper)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayWallpaper)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayWallpaper { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisplayThemes)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisplayThemes)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisplayThemes)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisplayThemes { get; set; } @@ -305,55 +305,55 @@ namespace mRemoteNG.Connection #region Redirect - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectKeys)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectKeys { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectDrives)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectDiskDrives { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectPrinters)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPrinters { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectClipboard)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectClipboard { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectPorts)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Redirect)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPorts)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPorts { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSmartCards)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSmartCards { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSounds)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSound { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSoundQuality)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SoundQuality { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryRedirect), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectAudioCapture)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -401,7 +401,7 @@ namespace mRemoteNG.Connection TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCCompression {get; set;} [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncoding)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Encoding)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncoding)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCEncoding {get; set;} @@ -410,28 +410,28 @@ namespace mRemoteNG.Connection LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCAuthMode {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyType)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ProxyType)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyType)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyType {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyAddress)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ProxyAddress)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyAddress)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyIP {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyPort)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ProxyPort)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyPort)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPort {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyUsername)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ProxyUsername)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyUsername {get; set;} - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryProxy), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVNCProxyPassword)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Proxy), 9), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ProxyPassword)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVNCProxyPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPassword {get; set;} diff --git a/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs b/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs index a26708040..ec5ce9f74 100644 --- a/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs +++ b/mRemoteV1/Connection/Protocol/ICA/IcaProtocol.cs @@ -361,7 +361,7 @@ namespace mRemoteNG.Connection.Protocol.ICA public enum EncryptionStrength { - [LocalizedAttributes.LocalizedDescription(nameof(Language.EncBasic))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Basic))] EncrBasic = 1, [LocalizedAttributes.LocalizedDescription(nameof(Language.Enc128BitLogonOnly))] diff --git a/mRemoteV1/Connection/Protocol/ProtocolType.cs b/mRemoteV1/Connection/Protocol/ProtocolType.cs index febd7d168..84ed18add 100644 --- a/mRemoteV1/Connection/Protocol/ProtocolType.cs +++ b/mRemoteV1/Connection/Protocol/ProtocolType.cs @@ -4,7 +4,7 @@ namespace mRemoteNG.Connection.Protocol { public enum ProtocolType { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp))] RDP = 0, [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] @@ -22,7 +22,7 @@ namespace mRemoteNG.Connection.Protocol [LocalizedAttributes.LocalizedDescription(nameof(Language.Rlogin))] Rlogin = 5, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RAW))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Raw))] RAW = 6, [LocalizedAttributes.LocalizedDescription(nameof(Language.Http))] diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs b/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs index 37cee3756..cca98da1e 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPSoundQuality.cs @@ -4,13 +4,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPSoundQuality { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityDynamic))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Dynamic))] Dynamic = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityMedium))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Medium))] Medium = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundQualityHigh))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.High))] High = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs index 8296dfb45..31c2c9f02 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs @@ -10,7 +10,7 @@ namespace mRemoteNG.Connection.Protocol.RDP [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundLeaveAtRemoteComputer))] LeaveAtRemoteComputer = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundDoNotPlay))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.DoNotPlay))] DoNotPlay = 2 } } \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index a86663d7f..84a160ace 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -60,6 +60,168 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to &Browse.... + /// + internal static string _Browse { + get { + return ResourceManager.GetString("_Browse", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Cancel. + /// + internal static string _Cancel { + get { + return ResourceManager.GetString("_Cancel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Close. + /// + internal static string _Close { + get { + return ResourceManager.GetString("_Close", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Warn me when closing connections. + /// + internal static string _CloseWarnAll { + get { + return ResourceManager.GetString("_CloseWarnAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Connect:. + /// + internal static string _Connect { + get { + return ResourceManager.GetString("_Connect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Delete. + /// + internal static string _Delete { + get { + return ResourceManager.GetString("_Delete", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Export to File.... + /// + internal static string _ExportToFile { + get { + return ResourceManager.GetString("_ExportToFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &File. + /// + internal static string _File { + get { + return ResourceManager.GetString("_File", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Help. + /// + internal static string _Help { + get { + return ResourceManager.GetString("_Help", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Import. + /// + internal static string _Import { + get { + return ResourceManager.GetString("_Import", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Launch. + /// + internal static string _Launch { + get { + return ResourceManager.GetString("_Launch", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &New. + /// + internal static string _New { + get { + return ResourceManager.GetString("_New", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &OK. + /// + internal static string _Ok { + get { + return ResourceManager.GetString("_Ok", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Scan. + /// + internal static string _Scan { + get { + return ResourceManager.GetString("_Scan", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Stop. + /// + internal static string _Stop { + get { + return ResourceManager.GetString("_Stop", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Tools. + /// + internal static string _Tools { + get { + return ResourceManager.GetString("_Tools", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &Try again. + /// + internal static string _TryAgain { + get { + return ResourceManager.GetString("_TryAgain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to &View. + /// + internal static string _View { + get { + return ResourceManager.GetString("_View", resourceCulture); + } + } + /// /// Looks up a localized string similar to About. /// @@ -96,6 +258,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Address:. + /// + internal static string Address { + get { + return ResourceManager.GetString("Address", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Advanced. + /// + internal static string Advanced { + get { + return ResourceManager.GetString("Advanced", resourceCulture); + } + } + /// /// Looks up a localized string similar to Advanced security options. /// @@ -177,6 +357,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Apply. + /// + internal static string Apply { + get { + return ResourceManager.GetString("Apply", resourceCulture); + } + } + /// /// Looks up a localized string similar to Arguments. /// @@ -277,47 +466,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Apply. + /// Looks up a localized string similar to Basic. /// - internal static string ButtonApply { + internal static string Basic { get { - return ResourceManager.GetString("ButtonApply", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Browse.... - /// - internal static string ButtonBrowse { - get { - return ResourceManager.GetString("ButtonBrowse", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Cancel. - /// - internal static string ButtonCancel { - get { - return ResourceManager.GetString("ButtonCancel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Change. - /// - internal static string ButtonChange { - get { - return ResourceManager.GetString("ButtonChange", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Close. - /// - internal static string ButtonClose { - get { - return ResourceManager.GetString("ButtonClose", resourceCulture); + return ResourceManager.GetString("Basic", resourceCulture); } } @@ -339,24 +492,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Import. - /// - internal static string ButtonImport { - get { - return ResourceManager.GetString("ButtonImport", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Launch. - /// - internal static string ButtonLaunch { - get { - return ResourceManager.GetString("ButtonLaunch", resourceCulture); - } - } - /// /// Looks up a localized string similar to Launch PuTTY. /// @@ -366,51 +501,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &New. - /// - internal static string ButtonNew { - get { - return ResourceManager.GetString("ButtonNew", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &OK. - /// - internal static string ButtonOK { - get { - return ResourceManager.GetString("ButtonOK", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Properties. - /// - internal static string ButtonProperties { - get { - return ResourceManager.GetString("ButtonProperties", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Scan. - /// - internal static string ButtonScan { - get { - return ResourceManager.GetString("ButtonScan", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Stop. - /// - internal static string ButtonStop { - get { - return ResourceManager.GetString("ButtonStop", resourceCulture); - } - } - /// /// Looks up a localized string similar to Test Proxy. /// @@ -456,24 +546,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Proxy. - /// - internal static string CategoryProxy { - get { - return ResourceManager.GetString("CategoryProxy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Redirect. - /// - internal static string CategoryRedirect { - get { - return ResourceManager.GetString("CategoryRedirect", resourceCulture); - } - } - /// /// Looks up a localized string similar to Check succeeded!. /// @@ -570,6 +642,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Change. + /// + internal static string Change { + get { + return ResourceManager.GetString("Change", resourceCulture); + } + } + /// /// Looks up a localized string similar to An error occurred while trying to change the connection resolution to host '{0}'. /// @@ -588,6 +669,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Check Again. + /// + internal static string CheckAgain { + get { + return ResourceManager.GetString("CheckAgain", resourceCulture); + } + } + /// /// Looks up a localized string similar to Automatically try to reconnect when disconnected from server (RDP && ICA only). /// @@ -651,15 +741,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Check Again. - /// - internal static string CheckForUpdate { - get { - return ResourceManager.GetString("CheckForUpdate", resourceCulture); - } - } - /// /// Looks up a localized string similar to Check for updates at startup. /// @@ -750,15 +831,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Message. - /// - internal static string ColumnMessage { - get { - return ResourceManager.GetString("ColumnMessage", resourceCulture); - } - } - /// /// Looks up a localized string similar to E&xit {0}. /// @@ -786,15 +858,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Try again. - /// - internal static string CommandTryAgain { - get { - return ResourceManager.GetString("CommandTryAgain", resourceCulture); - } - } - /// /// Looks up a localized string similar to {0} has detected the Lenovo Auto Scroll Utility running on this system. This utility is known to cause problems with {0}. It is recommended that you disable or uninstall it.. /// @@ -1228,6 +1291,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Copy. + /// + internal static string Copy { + get { + return ResourceManager.GetString("Copy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy All. + /// + internal static string CopyAll { + get { + return ResourceManager.GetString("CopyAll", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Copy Hostname. + /// + internal static string CopyHostname { + get { + return ResourceManager.GetString("CopyHostname", resourceCulture); + } + } + /// /// Looks up a localized string similar to Couldn't create new connections file!. /// @@ -1318,6 +1408,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Daily. + /// + internal static string Daily { + get { + return ResourceManager.GetString("Daily", resourceCulture); + } + } + /// /// Looks up a localized string similar to Database:. /// @@ -1346,7 +1445,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Delete.... + /// Looks up a localized string similar to Delete. /// internal static string Delete { get { @@ -1354,6 +1453,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Delete All. + /// + internal static string DeleteAll { + get { + return ResourceManager.GetString("DeleteAll", resourceCulture); + } + } + /// /// Looks up a localized string similar to Detect. /// @@ -1381,6 +1489,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Display Themes. + /// + internal static string DisplayThemes { + get { + return ResourceManager.GetString("DisplayThemes", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display Wallpaper. + /// + internal static string DisplayWallpaper { + get { + return ResourceManager.GetString("DisplayWallpaper", resourceCulture); + } + } + /// /// Looks up a localized string similar to Domain. /// @@ -1390,6 +1516,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Donate. + /// + internal static string Donate { + get { + return ResourceManager.GetString("Donate", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Do not play. + /// + internal static string DoNotPlay { + get { + return ResourceManager.GetString("DoNotPlay", resourceCulture); + } + } + /// /// Looks up a localized string similar to Do not trim spaces from usernames. /// @@ -1426,6 +1570,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Download. + /// + internal static string Download { + get { + return ResourceManager.GetString("Download", resourceCulture); + } + } + /// /// Looks up a localized string similar to Download and Install. /// @@ -1435,15 +1588,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Download. - /// - internal static string DownloadPortable { - get { - return ResourceManager.GetString("DownloadPortable", resourceCulture); - } - } - /// /// Looks up a localized string similar to Duplicate. /// @@ -1453,6 +1597,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Dynamic. + /// + internal static string Dynamic { + get { + return ResourceManager.GetString("Dynamic", resourceCulture); + } + } + /// /// Looks up a localized string similar to Do you want to continue with no password?. /// @@ -1508,11 +1661,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Basic. + /// Looks up a localized string similar to Encoding. /// - internal static string EncBasic { + internal static string Encoding { get { - return ResourceManager.GetString("EncBasic", resourceCulture); + return ResourceManager.GetString("Encoding", resourceCulture); } } @@ -1570,24 +1723,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Last IP. - /// - internal static string EndIP { - get { - return ResourceManager.GetString("EndIP", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Last Port. - /// - internal static string EndPort { - get { - return ResourceManager.GetString("EndPort", resourceCulture); - } - } - /// /// Looks up a localized string similar to Environment. /// @@ -1718,6 +1853,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Exit. + /// + internal static string Exit { + get { + return ResourceManager.GetString("Exit", resourceCulture); + } + } + /// /// Looks up a localized string similar to Expand all folders. /// @@ -1799,15 +1943,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Export to File.... - /// - internal static string ExportToFileMenuItem { - get { - return ResourceManager.GetString("ExportToFileMenuItem", resourceCulture); - } - } - /// /// Looks up a localized string similar to Ext. App. /// @@ -1817,6 +1952,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to External Tool. + /// + internal static string ExternalTool { + get { + return ResourceManager.GetString("ExternalTool", resourceCulture); + } + } + /// /// Looks up a localized string similar to New External Tool. /// @@ -2015,6 +2159,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to High. + /// + internal static string High { + get { + return ResourceManager.GetString("High", resourceCulture); + } + } + /// /// Looks up a localized string similar to Host. /// @@ -2231,15 +2384,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Import. - /// - internal static string ImportMenuItem { - get { - return ResourceManager.GetString("ImportMenuItem", resourceCulture); - } - } - /// /// Looks up a localized string similar to Import from Port Scan. /// @@ -2349,11 +2493,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Address:. + /// Looks up a localized string similar to Jump to. /// - internal static string LabelAddress { + internal static string JumpTo { get { - return ResourceManager.GetString("LabelAddress", resourceCulture); + return ResourceManager.GetString("JumpTo", resourceCulture); } } @@ -2366,15 +2510,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Connect:. - /// - internal static string LabelConnect { - get { - return ResourceManager.GetString("LabelConnect", resourceCulture); - } - } - /// /// Looks up a localized string similar to Hostname:. /// @@ -2384,15 +2519,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Portable Edition. - /// - internal static string LabelPortableEdition { - get { - return ResourceManager.GetString("LabelPortableEdition", resourceCulture); - } - } - /// /// Looks up a localized string similar to To configure PuTTY sessions click this button:. /// @@ -2492,6 +2618,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Last IP. + /// + internal static string LastIp { + get { + return ResourceManager.GetString("LastIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Last Port. + /// + internal static string LastPort { + get { + return ResourceManager.GetString("LastPort", resourceCulture); + } + } + /// /// Looks up a localized string similar to License. /// @@ -2609,6 +2753,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Medium. + /// + internal static string Medium { + get { + return ResourceManager.GetString("Medium", resourceCulture); + } + } + /// /// Looks up a localized string similar to Add Connection Panel. /// @@ -2654,24 +2807,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Copy. - /// - internal static string MenuCopy { - get { - return ResourceManager.GetString("MenuCopy", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy Hostname. - /// - internal static string MenuCopyHostname { - get { - return ResourceManager.GetString("MenuCopyHostname", resourceCulture); - } - } - /// /// Looks up a localized string similar to Delete Connection.... /// @@ -2717,15 +2852,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Donate. - /// - internal static string MenuDonate { - get { - return ResourceManager.GetString("MenuDonate", resourceCulture); - } - } - /// /// Looks up a localized string similar to Duplicate Connection. /// @@ -2753,24 +2879,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Exit. - /// - internal static string MenuExit { - get { - return ResourceManager.GetString("MenuExit", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tools. - /// - internal static string MenuExternalTools { - get { - return ResourceManager.GetString("MenuExternalTools", resourceCulture); - } - } - /// /// Looks up a localized string similar to External Tools Toolbar. /// @@ -2780,24 +2888,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &File. - /// - internal static string MenuFile { - get { - return ResourceManager.GetString("MenuFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Help. - /// - internal static string MenuHelp { - get { - return ResourceManager.GetString("MenuHelp", resourceCulture); - } - } - /// /// Looks up a localized string similar to mRemoteNG Help. /// @@ -2807,15 +2897,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Jump to. - /// - internal static string MenuJumpTo { - get { - return ResourceManager.GetString("MenuJumpTo", resourceCulture); - } - } - /// /// Looks up a localized string similar to Launch External Tool. /// @@ -2834,15 +2915,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Multi SSH toolbar. - /// - internal static string MenuMultiSshToolbar { - get { - return ResourceManager.GetString("MenuMultiSshToolbar", resourceCulture); - } - } - /// /// Looks up a localized string similar to New Connection File. /// @@ -2861,42 +2933,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Notifications. - /// - internal static string MenuNotifications { - get { - return ResourceManager.GetString("MenuNotifications", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Copy All. - /// - internal static string MenuNotificationsCopyAll { - get { - return ResourceManager.GetString("MenuNotificationsCopyAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete. - /// - internal static string MenuNotificationsDelete { - get { - return ResourceManager.GetString("MenuNotificationsDelete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete All. - /// - internal static string MenuNotificationsDeleteAll { - get { - return ResourceManager.GetString("MenuNotificationsDeleteAll", resourceCulture); - } - } - /// /// Looks up a localized string similar to Open Connection File.... /// @@ -2906,15 +2942,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Port Scan. - /// - internal static string MenuPortScan { - get { - return ResourceManager.GetString("MenuPortScan", resourceCulture); - } - } - /// /// Looks up a localized string similar to Quick Connect Toolbar. /// @@ -2951,15 +2978,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Rename. - /// - internal static string MenuRename { - get { - return ResourceManager.GetString("MenuRename", resourceCulture); - } - } - /// /// Looks up a localized string similar to Rename Connection. /// @@ -3086,15 +3104,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Tools. - /// - internal static string MenuTools { - get { - return ResourceManager.GetString("MenuTools", resourceCulture); - } - } - /// /// Looks up a localized string similar to Transfer File (SSH). /// @@ -3104,15 +3113,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &View. - /// - internal static string MenuView { - get { - return ResourceManager.GetString("MenuView", resourceCulture); - } - } - /// /// Looks up a localized string similar to Website. /// @@ -3122,6 +3122,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Message. + /// + internal static string Message { + get { + return ResourceManager.GetString("Message", resourceCulture); + } + } + /// /// Looks up a localized string similar to Minimize to notification area. /// @@ -3131,6 +3140,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Monthly. + /// + internal static string Monthly { + get { + return ResourceManager.GetString("Monthly", resourceCulture); + } + } + /// /// Looks up a localized string similar to Move down. /// @@ -3212,6 +3230,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Name. + /// + internal static string Name { + get { + return ResourceManager.GetString("Name", resourceCulture); + } + } + /// /// Looks up a localized string similar to Never. /// @@ -3347,6 +3374,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Notifications. + /// + internal static string Notifications { + get { + return ResourceManager.GetString("Notifications", resourceCulture); + } + } + /// /// Looks up a localized string similar to No update available. /// @@ -3438,24 +3474,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Delete. - /// - internal static string OptionsThemeButtonDelete { - get { - return ResourceManager.GetString("OptionsThemeButtonDelete", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &New. - /// - internal static string OptionsThemeButtonNew { - get { - return ResourceManager.GetString("OptionsThemeButtonNew", resourceCulture); - } - } - /// /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. /// @@ -3510,6 +3528,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Panel. + /// + internal static string Panel { + get { + return ResourceManager.GetString("Panel", resourceCulture); + } + } + /// /// Looks up a localized string similar to Panel Handle: {0}. /// @@ -3636,6 +3663,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Portable Edition. + /// + internal static string PortableEdition { + get { + return ResourceManager.GetString("PortableEdition", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Ports. + /// + internal static string Ports { + get { + return ResourceManager.GetString("Ports", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Port Scan. + /// + internal static string PortScan { + get { + return ResourceManager.GetString("PortScan", resourceCulture); + } + } + /// /// Looks up a localized string similar to Port scan complete.. /// @@ -3663,6 +3717,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Properties. + /// + internal static string Properties { + get { + return ResourceManager.GetString("Properties", resourceCulture); + } + } + /// /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. /// @@ -4401,24 +4464,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Display Themes. - /// - internal static string PropertyNameDisplayThemes { - get { - return ResourceManager.GetString("PropertyNameDisplayThemes", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Display Wallpaper. - /// - internal static string PropertyNameDisplayWallpaper { - get { - return ResourceManager.GetString("PropertyNameDisplayWallpaper", resourceCulture); - } - } - /// /// Looks up a localized string similar to Desktop Composition. /// @@ -4437,15 +4482,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Encoding. - /// - internal static string PropertyNameEncoding { - get { - return ResourceManager.GetString("PropertyNameEncoding", resourceCulture); - } - } - /// /// Looks up a localized string similar to Encryption Strength. /// @@ -4455,15 +4491,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to External Tool. - /// - internal static string PropertyNameExternalTool { - get { - return ResourceManager.GetString("PropertyNameExternalTool", resourceCulture); - } - } - /// /// Looks up a localized string similar to External Tool After. /// @@ -4509,24 +4536,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Name. - /// - internal static string PropertyNameName { - get { - return ResourceManager.GetString("PropertyNameName", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Panel. - /// - internal static string PropertyNamePanel { - get { - return ResourceManager.GetString("PropertyNamePanel", resourceCulture); - } - } - /// /// Looks up a localized string similar to Password protect. /// @@ -4662,15 +4671,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Ports. - /// - internal static string PropertyNameRedirectPorts { - get { - return ResourceManager.GetString("PropertyNameRedirectPorts", resourceCulture); - } - } - /// /// Looks up a localized string similar to Printers. /// @@ -4806,51 +4806,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Proxy Address. - /// - internal static string PropertyNameVNCProxyAddress { - get { - return ResourceManager.GetString("PropertyNameVNCProxyAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Password. - /// - internal static string PropertyNameVNCProxyPassword { - get { - return ResourceManager.GetString("PropertyNameVNCProxyPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Port. - /// - internal static string PropertyNameVNCProxyPort { - get { - return ResourceManager.GetString("PropertyNameVNCProxyPort", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Type. - /// - internal static string PropertyNameVNCProxyType { - get { - return ResourceManager.GetString("PropertyNameVNCProxyType", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Proxy Username. - /// - internal static string PropertyNameVNCProxyUsername { - get { - return ResourceManager.GetString("PropertyNameVNCProxyUsername", resourceCulture); - } - } - /// /// Looks up a localized string similar to Protocol. /// @@ -4888,6 +4843,42 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Proxy. + /// + internal static string Proxy { + get { + return ResourceManager.GetString("Proxy", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Address. + /// + internal static string ProxyAddress { + get { + return ResourceManager.GetString("ProxyAddress", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Password. + /// + internal static string ProxyPassword { + get { + return ResourceManager.GetString("ProxyPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Port. + /// + internal static string ProxyPort { + get { + return ResourceManager.GetString("ProxyPort", resourceCulture); + } + } + /// /// Looks up a localized string similar to Proxy test failed!. /// @@ -4906,6 +4897,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Proxy Type. + /// + internal static string ProxyType { + get { + return ResourceManager.GetString("ProxyType", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Proxy Username. + /// + internal static string ProxyUsername { + get { + return ResourceManager.GetString("ProxyUsername", resourceCulture); + } + } + /// /// Looks up a localized string similar to Dispose of Putty process failed!. /// @@ -5032,15 +5041,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to &Warn me when closing connections. - /// - internal static string RadioCloseWarnAll { - get { - return ResourceManager.GetString("RadioCloseWarnAll", resourceCulture); - } - } - /// /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. /// @@ -5071,18 +5071,18 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to RAW. /// - internal static string RAW { + internal static string Raw { get { - return ResourceManager.GetString("RAW", resourceCulture); + return ResourceManager.GetString("Raw", resourceCulture); } } /// /// Looks up a localized string similar to RDP. /// - internal static string RDP { + internal static string Rdp { get { - return ResourceManager.GetString("RDP", resourceCulture); + return ResourceManager.GetString("Rdp", resourceCulture); } } @@ -5278,9 +5278,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to RDP Connection Timeout. /// - internal static string RDPOverallConnectionTimeout { + internal static string RdpOverallConnectionTimeout { get { - return ResourceManager.GetString("RDPOverallConnectionTimeout", resourceCulture); + return ResourceManager.GetString("RdpOverallConnectionTimeout", resourceCulture); } } @@ -5428,15 +5428,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Do not play. - /// - internal static string RDPSoundDoNotPlay { - get { - return ResourceManager.GetString("RDPSoundDoNotPlay", resourceCulture); - } - } - /// /// Looks up a localized string similar to Leave at remote computer. /// @@ -5446,33 +5437,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Dynamic. - /// - internal static string RDPSoundQualityDynamic { - get { - return ResourceManager.GetString("RDPSoundQualityDynamic", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to High. - /// - internal static string RDPSoundQualityHigh { - get { - return ResourceManager.GetString("RDPSoundQualityHigh", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Medium. - /// - internal static string RDPSoundQualityMedium { - get { - return ResourceManager.GetString("RDPSoundQualityMedium", resourceCulture); - } - } - /// /// Looks up a localized string similar to RDP ToggleFullscreen failed!. /// @@ -5509,6 +5473,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Redirect. + /// + internal static string Redirect { + get { + return ResourceManager.GetString("Redirect", resourceCulture); + } + } + /// /// Looks up a localized string similar to Refresh. /// @@ -5583,15 +5556,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Run elevate. - /// - internal static string RunElevateHeader { - get { - return ResourceManager.GetString("RunElevateHeader", resourceCulture); - } - } - /// /// Looks up a localized string similar to Save. /// @@ -6006,15 +5970,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Advanced. - /// - internal static string TabAdvanced { - get { - return ResourceManager.GetString("TabAdvanced", resourceCulture); - } - } - /// /// Looks up a localized string similar to Tabs && Panels. /// @@ -6304,33 +6259,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Daily. - /// - internal static string UpdateFrequencyDaily { - get { - return ResourceManager.GetString("UpdateFrequencyDaily", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Monthly. - /// - internal static string UpdateFrequencyMonthly { - get { - return ResourceManager.GetString("UpdateFrequencyMonthly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Weekly. - /// - internal static string UpdateFrequencyWeekly { - get { - return ResourceManager.GetString("UpdateFrequencyWeekly", resourceCulture); - } - } - /// /// Looks up a localized string similar to The change log could not be downloaded.. /// @@ -6529,6 +6457,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Weekly. + /// + internal static string Weekly { + get { + return ResourceManager.GetString("Weekly", resourceCulture); + } + } + /// /// Looks up a localized string similar to Windows. /// diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index bd436599f..799f95eda 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -168,16 +168,16 @@ Poslední verze - + &Procházet... - + &Storno - + Změnit - + &Zavřít @@ -192,31 +192,28 @@ Ikona - + &Importovat Z nadřazené - + &Spustit Spustit PuTTY - - &Nový - - + &OK - + Vlastnosti - + &Scanovat - + &Stop @@ -243,7 +240,7 @@ Protokol - + Přesměrování @@ -313,7 +310,7 @@ VncSharp Control verze {0} Čekat na logout - + Opakovat kontrolu @@ -340,7 +337,7 @@ VncSharp Control verze {0} Jméno souboru - + Zpráva @@ -352,7 +349,7 @@ VncSharp Control verze {0} &Otevřít seznam spojení - + &Zkusit znovu @@ -518,16 +515,16 @@ Otevírám nový prázdný soubor seznamu spojení. 56-bit - + Basic Zakódovat celý soubor seznamu připojení - + Koncová IP - + Skončit portem @@ -587,7 +584,7 @@ Otevírám nový prázdný soubor seznamu spojení. Export vybranou složku - + &Exportovat do souboru... @@ -710,9 +707,6 @@ Otevírám nový prázdný soubor seznamu spojení. Import ze &souboru... - - &Import - Importovat ze scanu portů @@ -740,13 +734,13 @@ Otevírám nový prázdný soubor seznamu spojení. Int App Název: {0} - + Adresa: Když se ukončují spojení: - + &Připojit: @@ -758,7 +752,7 @@ Otevírám nový prázdný soubor seznamu spojení. Hostitel: - + Přenosná verze @@ -824,7 +818,7 @@ Otevírám nový prázdný soubor seznamu spojení. Nastavení spojení - + Kopírovat @@ -842,7 +836,7 @@ Otevírám nový prázdný soubor seznamu spojení. Smazat složku... - + Přispějte @@ -854,25 +848,22 @@ Otevírám nový prázdný soubor seznamu spojení. Klonovat záložku tabu - + Exit - - Externí nástroje - Nástrojová lišta externích nástrojů - + &Soubor - + &Nápověda Nápověda mRemoteNG - + Jít na @@ -884,16 +875,13 @@ Otevírám nový prázdný soubor seznamu spojení. Nový externí nástroj - + Varovné zprávy - + Kopírovat vše - - Smazat - - + Smazat vše @@ -902,7 +890,7 @@ Otevírám nový prázdný soubor seznamu spojení. Možnosti - + Scan portů @@ -914,9 +902,6 @@ Otevírám nový prázdný soubor seznamu spojení. Obnovit obraz (VNC) - - Přejmenovat - Přejmenovat spojení @@ -959,13 +944,13 @@ Otevírám nový prázdný soubor seznamu spojení. Diskuzní fórum podpory - + &Nástroje Přenos souboru (SSH) - + &Zobrazení @@ -1044,10 +1029,10 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Vzhled - + &Odstranit - + &Nový @@ -1254,10 +1239,10 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Popis - + Použít téma vzhledu - + Pozadí plochy @@ -1266,13 +1251,13 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Vyhlazování písem - + Kódování Síla šifrování - + Externí nástroj @@ -1287,10 +1272,10 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Adresa MAC - + Jméno - + Panel @@ -1326,7 +1311,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Posílat kláv. zkr. - + Připoj COM/LPT @@ -1356,19 +1341,19 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Poznámka - + Adresa proxy - + Heslo proxy - + Port proxy - + Typ proxy - + Login k proxy @@ -1434,7 +1419,7 @@ Zpráva: Vytvoření rychlého spojení selhalo - + &Varuj mě, když zavírám spojení @@ -1446,10 +1431,10 @@ Zpráva: Neva&ruj mě, když zavírám spojení - + RAW - + RDP @@ -1572,7 +1557,7 @@ Zpráva: Přehrávat v místním počítači - + Vůbec nepřehrávat @@ -1701,7 +1686,7 @@ Zpráva: Přepnout do notifikačního panelu při: - + Pokročilé @@ -1774,13 +1759,13 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Každý(ch) {0} dnů - + Denně - + Měsíčně - + Týdně @@ -1840,7 +1825,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Obnovit všechna otevřená spojení - + Čas čekání (timeout) na RDP spojení @@ -1867,13 +1852,13 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Počet iterací funkce derivující klíč - + Variabilní - + Vysoká - + Střední @@ -1885,7 +1870,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Stahování přenosné verze dokončeno! - + Stáhnout diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index f824aea8e..4ab4e4660 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -165,16 +165,16 @@ Verfügbare Version - + &Wählen... - + &Abbrechen - + Ändern - + &Schließen @@ -189,7 +189,7 @@ Symbol - + &Importieren @@ -198,19 +198,16 @@ Starte PuTTY - - &Neu - - + &Okay - + Eigenschaften - + &Scannen - + &Halt @@ -237,7 +234,7 @@ Protokoll - + Umleitung @@ -308,7 +305,7 @@ VncSharp Control Version {0} Auf Beendigung warten - + Prüfen @@ -335,7 +332,7 @@ VncSharp Control Version {0} Dateiname - + Nachricht @@ -499,16 +496,16 @@ Starte mit neuer Datei. 56 Bit - + Einfach Verbindungsdatendatei vollständig verschlüsseln - + Letzte IP - + Letzter Port @@ -658,13 +655,13 @@ Starte mit neuer Datei. Internes Programm Titel: {0} - + Addresse: Beim Schließen der Verbindungen: - + &Verbinden: @@ -676,7 +673,7 @@ Starte mit neuer Datei. Hostname: - + Portable Edition @@ -739,7 +736,7 @@ Starte mit neuer Datei. Verbindungen und Konfiguration - + Kopieren @@ -757,7 +754,7 @@ Starte mit neuer Datei. Ordner löschen - + Spenden @@ -769,25 +766,22 @@ Starte mit neuer Datei. Tab klonen - + Beenden - - Externe Programme - Externe Programme Symbolleiste - + &Datei - + &Hilfe Hilfe - + Springe zu @@ -796,16 +790,13 @@ Starte mit neuer Datei. Neue Verbindungsdatei - + Meldungen - + Alle Kopieren - - Löschen - - + Alle Löschen @@ -814,7 +805,7 @@ Starte mit neuer Datei. Optionen - + Port-Scan @@ -826,9 +817,6 @@ Starte mit neuer Datei. Anzeige aktualisieren (VNC) - - Umbenennen - Verbindung umbenennen @@ -871,13 +859,13 @@ Starte mit neuer Datei. Forum - + E&xtras Datei übertragen (SSH) - + &Ansicht @@ -947,10 +935,10 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Theme - + &Löschen - + &Neu @@ -1139,10 +1127,10 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Beschreibung - + Themen anzeigen - + Hintergrundbild anzeigen @@ -1151,13 +1139,13 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Schriftglättung - + Codierung Verschlüsselungsstärke - + Externes Programm @@ -1169,10 +1157,10 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell MAC-Adresse - + Name - + Panel @@ -1208,7 +1196,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Tastenkombinationen - + Ports @@ -1238,19 +1226,19 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Benutzerfeld - + Proxy-Adresse - + Proxy-Passwort - + Proxy-Port - + Proxy-Typ - + Proxy-Benutzername @@ -1312,7 +1300,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Direkte Verbindung fehlgeschlagen! - + &Warnen, wenn Verbindungen beendet werden @@ -1324,10 +1312,10 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Nicht warnen, wenn Verbindungen beendet werden - + Rohdaten (RAW) - + RDP @@ -1450,7 +1438,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Hier wiedergeben - + Nicht wiedergeben @@ -1579,7 +1567,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Öffne das Fehler && Infos Panel bei: - + Erweitert @@ -1646,13 +1634,13 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Alle {0} Tage - + Täglich - + Monatlich - + Wöchentlich @@ -1709,7 +1697,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Alle offenen Verbindungen neu verbinden - + &Starten @@ -1754,13 +1742,13 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Sicherheit - + Dynamisch - + Hoch - + Mittel @@ -1784,7 +1772,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. B&eende {0} - + &Nochmal versuchen @@ -1814,7 +1802,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. mRemoteNG Passwort für {0} - + RDP-Verbindungs-Timeout @@ -1874,7 +1862,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Verbindung testen - + In Datei &exportieren @@ -1883,9 +1871,6 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Symbolleisten sperren - - Multi-SSH Symbolleiste - Erweiterte Sicherheitsoptionen @@ -2007,7 +1992,7 @@ Die Passwortlänge muss zwischen {0} und {1} liegen ICA - + Download @@ -2033,7 +2018,7 @@ Development umfasst Alphas, Betas und Release Candidates. Anmeldedaten - + Anwenden diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteV1/Resources/Language/Language.el.resx index 50375f55e..90e28c7f5 100644 --- a/mRemoteV1/Resources/Language/Language.el.resx +++ b/mRemoteV1/Resources/Language/Language.el.resx @@ -162,16 +162,16 @@ Τρέχουσα έκδοση - + &Αναζήτηση... - + &Ακύρωση - + Αλλαγή - + &Κλείσιμο @@ -186,7 +186,7 @@ Εικονίδιο - + &Εισαγωγή @@ -195,19 +195,16 @@ Εκκίνηση του PuTTY - - & Νέο - - + &ΟΚ - + Ιδιότητες - + &Σάρωση - + &Διακοπή @@ -234,7 +231,7 @@ Πρωτόκολλο - + Ανακατεύθυνση diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 342b89208..0a5420ec6 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -173,7 +173,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Out Of Range - Delete... + Delete Reconnect All Connections @@ -205,7 +205,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for This exception will force mRemoteNG to close - + Copy Hostname @@ -222,10 +222,10 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteV1/Resources/Language/Language.es-AR.resx index 35e2b8897..a2e167f20 100644 --- a/mRemoteV1/Resources/Language/Language.es-AR.resx +++ b/mRemoteV1/Resources/Language/Language.es-AR.resx @@ -129,16 +129,16 @@ Ejecutar PuTTY - + & OK - + Propiedades - + & Scanear - + & Parar @@ -184,7 +184,7 @@ VncSharp Control {0} Esperar a Salir - + Pruebe nuevamente @@ -304,16 +304,16 @@ VncSharp Control {0} 128-bit (iniciar sesión) - + Básica Encriptar completamente el archivo de conexiones - + Último IP - + Último puerto diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index 20516ead5..2979ae841 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -165,16 +165,16 @@ Versión Disponible - + &Ver... - + &Cancelar - + Cambiar - + &Cerra @@ -189,7 +189,7 @@ Icono - + &Importar @@ -198,19 +198,16 @@ Lanzar PuTTY - - &Nuevo - - + &OK - + Propiedades - + &Escanear - + &Parar @@ -237,7 +234,7 @@ Protocolo - + Redirección @@ -307,7 +304,7 @@ Versión de Control {0} de VncSharp Esperar a Salir - + Comprobar de nuevo @@ -334,7 +331,7 @@ Versión de Control {0} de VncSharp Nombre de Archivo - + Mensaje @@ -485,16 +482,16 @@ Arrancando con un nuevo archivo de conexiones. 128-bit (sólo inicio de sesión) - + Básico Cifrar por completo el archivo de conexión - + IP Final - + Puerto Final @@ -641,13 +638,13 @@ Arrancando con un nuevo archivo de conexiones. Título Int App: {0} - + Dirección: Al cerrar las conexiones: - + &Conectar: @@ -659,7 +656,7 @@ Arrancando con un nuevo archivo de conexiones. Nombre del Host: - + Edición Portable @@ -722,7 +719,7 @@ Arrancando con un nuevo archivo de conexiones. Conexiones y Configuración - + Copiar @@ -740,7 +737,7 @@ Arrancando con un nuevo archivo de conexiones. Borrar Carpeta... - + Donar @@ -752,25 +749,22 @@ Arrancando con un nuevo archivo de conexiones. Duplicar Pestaña - + Salir - - Herramientas Externas - Barra de Herramientas Externas - + &Archivo - + &Ayuda Ayuda de mRemoteNG - + Saltar a @@ -782,16 +776,13 @@ Arrancando con un nuevo archivo de conexiones. Nueva Herramienta Externa - + Notificaciones - + Copiar todo - - Borrar - - + Borrar todo @@ -800,7 +791,7 @@ Arrancando con un nuevo archivo de conexiones. Opciones - + Escanear Puertos @@ -812,9 +803,6 @@ Arrancando con un nuevo archivo de conexiones. Refrescar Pantalla (VNC) - - Renombrar - Renombrar Conexión @@ -857,13 +845,13 @@ Arrancando con un nuevo archivo de conexiones. Foro de Soporte - + &Herramientas Transferir Archivo (SSH) - + &Ver @@ -933,10 +921,10 @@ Arrancando con un nuevo archivo de conexiones. Tema - + &Eliminar - + &Nuevo @@ -1125,10 +1113,10 @@ Arrancando con un nuevo archivo de conexiones. Descripción - + Mostrar Temas - + Mostrar Fondo de Pantalla @@ -1137,13 +1125,13 @@ Arrancando con un nuevo archivo de conexiones. Suavizado de Fuentes - + Codificación Fortaleza del Cifrado - + Herramienta Externa @@ -1155,10 +1143,10 @@ Arrancando con un nuevo archivo de conexiones. Dirección MAC - + Nombre - + Panel @@ -1194,7 +1182,7 @@ Arrancando con un nuevo archivo de conexiones. Combinaciones de Teclas - + Puertos @@ -1227,19 +1215,19 @@ Arrancando con un nuevo archivo de conexiones. Campo de Usuario - + Dirección del Proxy - + Contraseña del Proxy - + Puerto del Proxy - + Tipo de Proxy - + Nombre de Usuario del Proxy @@ -1295,13 +1283,13 @@ Mensaje: Creación de conexión rápida fallida - + &Avisarme al cerrar conexiones - + RAW - + RDP @@ -1421,7 +1409,7 @@ Mensaje: Traer a este equipo - + Sin sonido @@ -1544,7 +1532,7 @@ Mensaje: Cambiar al Panel de Notificaciones: - + Avanzado @@ -1611,13 +1599,13 @@ mRemoteNG ahora se cerrará y comenzará la instalación. Cada {0} días - + Diariamente - + Mensualmente - + Semanalmente diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index e3dd6d1d0..0dfb95ecf 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -165,16 +165,16 @@ Dernière version - + &Parcourir... - + &Annuler - + Changer - + &Fermer @@ -189,7 +189,7 @@ Icône - + &Importer @@ -198,19 +198,16 @@ Lancement de PuTTY - - &Nouveau - - + &OK - + Propriétés - + &Scanner - + &Arrêter @@ -237,7 +234,7 @@ Protocole - + Rediriger @@ -300,7 +297,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, En attente de fermeture - + Vérifier Encore une fois @@ -327,7 +324,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Nom du fichier - + Message @@ -483,16 +480,16 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, 128 bits (ouverture de session) - + Basique Chiffrer complètement le fichier de connexion - + IP de fin - + Port de fin @@ -642,13 +639,13 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Titre Int App: {0} - + Adresse : Lors de la fermeture des connexions : - + &Connecter: @@ -660,7 +657,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Nom d'hôte : - + Édition Portable @@ -723,7 +720,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Connexions et configuration - + Copier @@ -741,7 +738,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Supprimer le dossier... - + Faire un don @@ -753,25 +750,22 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Dupliquer l'onglet - + Quitter - - Outils externes - Barre d'outils externes - + &Fichier - + &Aide Aide mRemoteNG - + Aller à @@ -783,16 +777,13 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Nouvel outil externe - + Notifications - + Tout copier - - Supprimer - - + Supprimer tout @@ -801,7 +792,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Options - + Scan de port @@ -813,9 +804,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Rafraîchir l'écran (VNC) - - Renommer - Renommer la connexion @@ -858,13 +846,13 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Forum du support - + &Outils Transfert de fichiers (SSH) - + &Affichage @@ -934,10 +922,10 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Thème - + &Supprimer - + &Nouveau @@ -1126,10 +1114,10 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Description - + Afficher le Thème - + Afficher le Fond d'écran @@ -1138,13 +1126,13 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Lissage des polices - + Encodage Niveau de cryptage - + Outil externe @@ -1156,10 +1144,10 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Adresse MAC - + Nom - + Panneau @@ -1195,7 +1183,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Combinaisons de touches - + Ports @@ -1225,19 +1213,19 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Champ utilisateur - + Adresse proxy - + Mot de passe du Proxy - + Port du Proxy - + Type de proxy - + Nom d'utilisateur du Proxy @@ -1302,7 +1290,7 @@ Message: La connexion rapide à échouée - + &M'avertir lors de la fermeture des connexions @@ -1314,10 +1302,10 @@ Message: &Ne pas m'avertir lors de la fermeture des connexions - + RAW - + RDP @@ -1440,7 +1428,7 @@ Message: Apporter à cet ordinateur - + Ne pas jouer @@ -1569,7 +1557,7 @@ Message: Se déplacer sur le panneau des Notifications : - + Avancée @@ -1635,13 +1623,13 @@ Message: Chaque {0} jours - + Quotidien - + Mensuel - + Hebdomadaire diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteV1/Resources/Language/Language.hu.resx index ad67bfea2..c254ed75e 100644 --- a/mRemoteV1/Resources/Language/Language.hu.resx +++ b/mRemoteV1/Resources/Language/Language.hu.resx @@ -141,16 +141,16 @@ Aktuális verzió - + &Böngészés... - + &Mégsem - + Módosít - + Be&zár @@ -159,19 +159,16 @@ Ikon - + &Improtálás PuTTY indítása - - &Új - - + &OK - + Tulajdonságok @@ -195,7 +192,7 @@ Protokoll - + Átirányítás @@ -210,7 +207,7 @@ Fájlnév - + Üzenet @@ -249,7 +246,7 @@ A HTTP csatlakozás nem sikerült! - + Cím: @@ -261,7 +258,7 @@ Hosztnév: - + Hordozható kiadás @@ -282,7 +279,7 @@ Frissítés keresése - + Ugrás @@ -294,7 +291,7 @@ Új külső eszköz - + Értesítések @@ -306,9 +303,6 @@ Újrakapcsolódás - - Átnevezés - Kapcsolat átnevezése diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index 1a29281e6..7ef32d644 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -165,16 +165,16 @@ Versione attuale - + &Sfoglia... - + &Cancella - + Cambia - + &Chiudi @@ -189,7 +189,7 @@ Icona - + &Importa @@ -198,19 +198,16 @@ Esegui PuTTY - - &Nuovo - - + &OK - + Proprietà - + &Scansione - + &Stop @@ -237,7 +234,7 @@ Protocollo - + Redirezione @@ -307,7 +304,7 @@ VncSharp Control versione {0} Attendi l'uscita - + Controlla ancora @@ -334,7 +331,7 @@ VncSharp Control versione {0} Nome del file - + Messaggio @@ -482,16 +479,16 @@ Creazione di un nuovo file delle connessioni. 128-bit (solo accesso) - + Base Crittografa completamente il file delle connessioni - + IP finale - + Porta finale @@ -638,13 +635,13 @@ Creazione di un nuovo file delle connessioni. Int App Title: {0} - + Indirizzo: Alla chiusura delle connessioni: - + &Connetti: @@ -656,7 +653,7 @@ Creazione di un nuovo file delle connessioni. Nome host: - + Edizione Portable @@ -719,7 +716,7 @@ Creazione di un nuovo file delle connessioni. Connessioni e configurazione - + Copia @@ -737,7 +734,7 @@ Creazione di un nuovo file delle connessioni. Elimina cartella... - + Effettua una donazione @@ -749,25 +746,22 @@ Creazione di un nuovo file delle connessioni. Duplica tab - + Esci - - Applicazioni esterne - Barra delle applicazioni esterne - + &File - + &Aiuto Guida di mRemoteNG - + Vai a @@ -779,16 +773,13 @@ Creazione di un nuovo file delle connessioni. Nuova applicazione esterna - + Notifiche - + Copia tutto - - Elimina - - + Elimina tutto @@ -797,7 +788,7 @@ Creazione di un nuovo file delle connessioni. Opzioni - + Scansione delle porte @@ -809,9 +800,6 @@ Creazione di un nuovo file delle connessioni. Aggiorna lo schermo (VNC) - - Rinomina - Rinomina connessione @@ -854,13 +842,13 @@ Creazione di un nuovo file delle connessioni. Forum di supporto - + &Strumenti Trasferisci file (SSH) - + &Visualizza @@ -929,10 +917,10 @@ Creazione di un nuovo file delle connessioni. Tema - + Elimina - + &Nuovo @@ -1121,10 +1109,10 @@ Creazione di un nuovo file delle connessioni. Descrizione - + Visualizza temi - + Visualizza sfondo @@ -1133,13 +1121,13 @@ Creazione di un nuovo file delle connessioni. Font smoothing - + Codifica Livello di crittografia - + Applicazione esterna @@ -1151,10 +1139,10 @@ Creazione di un nuovo file delle connessioni. Indirizzo MAC - + Nome - + Pannello @@ -1190,7 +1178,7 @@ Creazione di un nuovo file delle connessioni. Combinazioni di tasti - + Porte @@ -1220,19 +1208,19 @@ Creazione di un nuovo file delle connessioni. Campo utente - + Indirizzo del proxy - + Password del proxy - + Porta del proxy - + Tipo del proxy - + Nome utente del proxy @@ -1295,7 +1283,7 @@ Messaggio: Operazione Creating Quick Connect fallita - + &Avvisami alla chiusura delle connessioni @@ -1307,10 +1295,10 @@ Messaggio: &Non avvisarmi alla chiusura delle connessioni - + RAW - + RDP @@ -1433,7 +1421,7 @@ Messaggio: Portare su questo computer - + Non riprodurre @@ -1559,7 +1547,7 @@ Messaggio: Passa al pannello delle notifiche quando: - + Avanzate @@ -1626,13 +1614,13 @@ mRemoteNG verrà chiuso e l'installazione avrà inizio. Ogni {0} giorni - + Giornalmente - + Mensilmente - + Settimanalmente diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index 1f647e9c6..e1cf1eee2 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -169,16 +169,16 @@ 最新バージョン - + &Browse... - + キャンセル(&C) - + 変更 - + 閉じる(&C) @@ -193,31 +193,28 @@ アイコン - + インポート(&I) Inheritance - + 立ち上げる(&L) PuTTYを開始 - - 新規(&N) - - + &OK - + プロパティ - + スキャン(&S) - + 停止(&S) @@ -245,7 +242,7 @@ プロトコル - + Redirect @@ -317,7 +314,7 @@ VncSharp Control Version {0} 終了まで待機する - + もう一度点検する @@ -346,7 +343,7 @@ VncSharp Control Version {0} ファイル名 - + メッセージ @@ -359,7 +356,7 @@ VncSharp Control Version {0} 接続ファイルを開く(&O) - + 再度試みる(&T) @@ -528,16 +525,16 @@ Starting with new connections file. 56ビット - + Basic 接続設定ファイルをすべて暗号化する - + 最終IPアドレス - + 最終ポート @@ -597,7 +594,7 @@ Starting with new connections file. Export the currently selected folder - + ファイルへの書き出し...(&E) @@ -720,9 +717,6 @@ Starting with new connections file. ファイルからインポート...(&F) - - インポート(&I) - ポートスキャンからインポート @@ -750,13 +744,13 @@ Starting with new connections file. Int App Title: {0} - + アドレス: 切断時: - + 接続(&C): @@ -768,7 +762,7 @@ Starting with new connections file. ホスト名: - + ポータブル @@ -837,7 +831,7 @@ Starting with new connections file. 接続と設定 - + コピー @@ -855,7 +849,7 @@ Starting with new connections file. フォルダを削除... - + 寄付のお願い @@ -867,25 +861,22 @@ Starting with new connections file. タブを複製する - + 終了 - - 外部ツール - 外部ツールのツールバー - + ファイル(&F) - + ヘルプ(&H) mRemoteNGヘルプ - + 移動先 @@ -897,16 +888,13 @@ Starting with new connections file. 新規外部ツール - + 通知 - + 全てコピー - - 削除 - - + 全て削除 @@ -915,7 +903,7 @@ Starting with new connections file. オプション - + ポートをスキャンする @@ -927,9 +915,6 @@ Starting with new connections file. スクリーンを更新する (VNC) - - 名前を変更 - 接続名を変更 @@ -973,13 +958,13 @@ Starting with new connections file. サポートフォーラム - + ツール(&T) SSHによるファイルの転送 - + 表示(&V) @@ -1061,10 +1046,10 @@ If you run into such an error, please create a new connection file! テーマ - + 削除(&D) - + 新規(&N) @@ -1273,10 +1258,10 @@ If you run into such an error, please create a new connection file! 説明 - + テーマの表示 - + ウォールペーパーを表示 @@ -1285,13 +1270,13 @@ If you run into such an error, please create a new connection file! フォントの滑らかさ - + エンコード Encryption Strength - + 外部ツール @@ -1306,10 +1291,10 @@ If you run into such an error, please create a new connection file! MACアドレス - + 名前 - + パネル @@ -1345,7 +1330,7 @@ If you run into such an error, please create a new connection file! キーの組み合わせ - + ポート @@ -1375,21 +1360,21 @@ If you run into such an error, please create a new connection file! User Field - + プロキシーのアドレス Proxy Address - + プロキシーのパスワード Proxy Password - + プロキシーのポート - + プロキシーの種類 - + プロキシーのユーザー名 @@ -1455,7 +1440,7 @@ Message: Creating quick connect failed - + &Warn me when closing connections @@ -1467,10 +1452,10 @@ Message: Do &not warn me when closing connections - + RAW - + RDP @@ -1593,7 +1578,7 @@ Message: このコンピューターで再生 - + 再生しない @@ -1729,7 +1714,7 @@ Message: Switch to Notifications panel on: - + 詳細設定 @@ -1802,13 +1787,13 @@ mRemoteNGを終了してインストールを開始します {0}日毎 - + 毎日 - + 毎月 - + 毎週 diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index e95122657..485dc1c1f 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -168,16 +168,16 @@ 최종 버전 - + 검색(&B) - + 취소(&C) - + 변경 - + 닫기(&C) @@ -192,31 +192,28 @@ 아이콘 - + 임포트(&I) 상속 - + 시작(&L) PuTTY 시작 - - 신규(&N) - - + 확인(&O) - + 등록정보 - + 스캔(&S) - + 중단(&S) @@ -243,7 +240,7 @@ 프로토콜 - + 리디렉션 @@ -313,7 +310,7 @@ VncSharp 제어 버전 {0} 종료까지 대기 - + 다시 확인 @@ -412,7 +409,7 @@ VncSharp 제어 버전 {0} 다운로드 완료! - + 다운로드 @@ -424,13 +421,13 @@ VncSharp 제어 버전 {0} 키 유도 함수 반복 - + 동적 - + 높음 - + 중간 @@ -442,7 +439,7 @@ VncSharp 제어 버전 {0} 파일 이름 - + 메시지 @@ -454,7 +451,7 @@ VncSharp 제어 버전 {0} 연결 파일 열기(&O) - + 다시 시도(&T) @@ -620,16 +617,16 @@ VncSharp 제어 버전 {0} 56 비트 - + 기본 연결 파일을 완전히 암호화 - + 최종 IP - + 최종 포트 @@ -689,7 +686,7 @@ VncSharp 제어 버전 {0} 현재 선택된 폴더 내보내기 - + 파일 내보내기(&E) @@ -812,9 +809,6 @@ VncSharp 제어 버전 {0} 파일에서 가져 오기(&F) ... - - 가져 오기(&I) - 포트 검사에서 가져 오기 @@ -842,13 +836,13 @@ VncSharp 제어 버전 {0} Int App Title: {0} - + 주소: 연결을 닫을 때 : - + 연결(&C) @@ -860,7 +854,7 @@ VncSharp 제어 버전 {0} 호스트 이름 : - + 휴대용 버전 @@ -926,7 +920,7 @@ VncSharp 제어 버전 {0} 연결 및 구성 - + 복사 @@ -944,7 +938,7 @@ VncSharp 제어 버전 {0} 폴더 삭제 ... - + 기부 @@ -956,25 +950,22 @@ VncSharp 제어 버전 {0} 중복 탭 - + 종료 - - 외부 도구 - 외부 도구 모음 - + 파일(&F) - + 도움말(&H) mRemoteNG 도움말 - + 바로 가기 @@ -986,16 +977,13 @@ VncSharp 제어 버전 {0} 새로운 외부 도구 - + 알림 - + 모두 복사 - - 삭제 - - + 모두 삭제 @@ -1004,7 +992,7 @@ VncSharp 제어 버전 {0} 옵션 - + 포트 스캔 @@ -1016,9 +1004,6 @@ VncSharp 제어 버전 {0} 화면 새로 고침 (VNC) - - 이름 바꾸기 - 연결 이름 바꾸기 @@ -1061,13 +1046,13 @@ VncSharp 제어 버전 {0} 지원 포럼 - + 도구(&T) 파일 전송 (SSH) - + 보기(&V) @@ -1146,10 +1131,10 @@ VncSharp 제어 버전 {0} 테마 - + 삭제(&D) - + 새로운(&N) @@ -1356,10 +1341,10 @@ VncSharp 제어 버전 {0} 설명 - + 테마 표시 - + 바탕 화면 표시 @@ -1368,13 +1353,13 @@ VncSharp 제어 버전 {0} 글꼴 다듬기 - + 인코딩 암호화 강도 - + 외부 도구 @@ -1389,10 +1374,10 @@ VncSharp 제어 버전 {0} MAC 주소 - + 이름 - + 패널 @@ -1428,7 +1413,7 @@ VncSharp 제어 버전 {0} 키 조합 - + 포트 @@ -1458,19 +1443,19 @@ VncSharp 제어 버전 {0} 입력란 사용 - + 프록시 주소 - + 프록시 암호 - + 프록시 포트 - + 프록시 유형 - + 프록시 사용자 이름 @@ -1536,7 +1521,7 @@ VncSharp 제어 버전 {0} 빠른 연결 만들기 실패 - + 연결 종료시 경고 (&A) @@ -1548,10 +1533,10 @@ VncSharp 제어 버전 {0} 연결을 종료 할 때 경고하지 않음(&N) - + RAW - + RDP @@ -1674,7 +1659,7 @@ VncSharp 제어 버전 {0} 컴퓨터 가져 오기 - + 재생 금지 @@ -1803,7 +1788,7 @@ VncSharp 제어 버전 {0} 알림 패널에서 다음으로 전환 : - + 고급 @@ -1876,13 +1861,13 @@ mRemoteNG는 이제 종료되고 설치로 시작됩니다. {0} 일마다 - + 매일 - + 매월 - + 매주 @@ -1942,7 +1927,7 @@ mRemoteNG는 이제 종료되고 설치로 시작됩니다. 모든 연결을 다시 연결 - + RDP 연결 시간 초과 diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 342b89208..12ff053d0 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -205,7 +205,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for This exception will force mRemoteNG to close - + Copy Hostname @@ -222,10 +222,10 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index 2725efdcf..118126428 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -165,16 +165,16 @@ Gjeldende versjon - + &Bla gjennom... - + &Avbryt - + Endre - + &Lukk @@ -189,7 +189,7 @@ Ikon - + &Importer @@ -198,19 +198,16 @@ Start PuTTY - - &Ny - - + &OK - + Egenskaper - + &Søk - + &Stopp @@ -237,7 +234,7 @@ Protokoll - + Omdiriger @@ -308,7 +305,7 @@ VncSharp Control Version {0} Vent på avslutning - + Sjekk igjen @@ -335,7 +332,7 @@ VncSharp Control Version {0} Filnavn - + Melding @@ -492,16 +489,16 @@ Starter med ny tilkoblingsfil. 128-biters (kun pålogging) - + Grunnleggende Krypter tilkoblingsfil fullstendig - + Siste IP - + Siste port @@ -651,13 +648,13 @@ Starter med ny tilkoblingsfil. Int App-tittel: {0} - + Adresse: Ved lukking av tilkoblinger: - + &Koble til: @@ -669,7 +666,7 @@ Starter med ny tilkoblingsfil. Vertsnavn: - + Portable Edition @@ -732,7 +729,7 @@ Starter med ny tilkoblingsfil. Tilkoblinger og oppsett - + Kopier @@ -750,7 +747,7 @@ Starter med ny tilkoblingsfil. Slett mappe... - + Donér @@ -762,25 +759,22 @@ Starter med ny tilkoblingsfil. Kopier fane - + A&vslutt - - Eksterne verktøy - Eksterne verktøy-verktøylinje - + &Fil - + &Hjelp mRemoteNG-hjelp - + Hopp til @@ -792,16 +786,13 @@ Starter med ny tilkoblingsfil. Nytt eksternt verktøy - + Varslinger - + Kopier alle - - Slett - - + Slett alle @@ -810,7 +801,7 @@ Starter med ny tilkoblingsfil. Alternativer - + Portskanning @@ -822,9 +813,6 @@ Starter med ny tilkoblingsfil. Oppdater skjerm (VNC) - - Gi nytt navn - Gi nytt navn til tilkobling @@ -867,13 +855,13 @@ Starter med ny tilkoblingsfil. Forum for brukerstøtte - + V&erktøy Overfør fil (SSH) - + &Vis @@ -942,10 +930,10 @@ Starter med ny tilkoblingsfil. Tema - + &Slett - + &Ny @@ -1134,10 +1122,10 @@ Starter med ny tilkoblingsfil. Beskrivelse - + Visningstemaer - + Vis bakgrunnbilde @@ -1146,13 +1134,13 @@ Starter med ny tilkoblingsfil. Skriftutjevning - + Tekstkoding Krypteringsnivå - + Eksternt verktøy @@ -1164,10 +1152,10 @@ Starter med ny tilkoblingsfil. MAC-adresse - + Navn - + Panel @@ -1203,7 +1191,7 @@ Starter med ny tilkoblingsfil. Tastekombinasjoner - + Porter @@ -1233,19 +1221,19 @@ Starter med ny tilkoblingsfil. Brukerfelt - + Proxy-adresse - + Proxy-passord - + Proxy-port - + Proxy-type - + Proxy-brukernavn @@ -1309,7 +1297,7 @@ Starter med ny tilkoblingsfil. Oppretting av hurtigtilkobling mislyktes - + &Advar meg når tilkoblinger lukkes @@ -1321,10 +1309,10 @@ Starter med ny tilkoblingsfil. &Ikke advar meg når tilkoblinger lukkes - + RAW - + RDP @@ -1447,7 +1435,7 @@ Starter med ny tilkoblingsfil. Hent til denne datamaskinen - + Ikke spill av @@ -1576,7 +1564,7 @@ Starter med ny tilkoblingsfil. Bytte til varslingspanelet ved: - + Avansert @@ -1643,13 +1631,13 @@ mRemoteNG vil nå avslutte og starte installasjonen. Hver {0} dag - + Daglig - + Månedlig - + Ukentlig @@ -1703,7 +1691,7 @@ mRemoteNG vil nå avslutte og starte installasjonen. Ja - + &Start @@ -1712,7 +1700,7 @@ mRemoteNG vil nå avslutte og starte installasjonen. Åpne tilkoblingsfil - + Prøv igjen @@ -1750,7 +1738,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Eksporter valgt mappe - + &Eksporter til fil... @@ -1777,9 +1765,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Importer fra &fil... - - &Import - Tilkoblingsinformasjonen kunne ikke lastes fra SQL server. @@ -1831,7 +1816,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me &Koble til alle åpne tilkoblinger på nytt - + RDP tidsavbrudd @@ -1858,13 +1843,13 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Antall iterasjoner for nøkkelderivasjon - + Dynamisk - + Høy - + Medium @@ -1876,7 +1861,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Nedlasting ferdig! - + Nedlasting @@ -2029,9 +2014,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Kjør elevert - - Elevering - Vis på verktøylinjens kolonne @@ -2050,9 +2032,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Lås verktøylinjeposisjoner - - Multi SSH-verktøylinje - Avanserte sikkerhetsvalg @@ -2107,7 +2086,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Dette unntaket gjør at mRemoteNG må lukkes - + Kopier vertsnavn @@ -2127,10 +2106,10 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Beta-kanalen inkluderer beta- og release candidate-versjoner. Development-kanalen inkluderer alpha-, beta- og release candidate-versjoner. - + Bruk - + Proxy-innstillinger diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index 99f4051ec..3bf51d624 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -165,16 +165,16 @@ Huidige Versie - + &Bladeren... - + &Annuleren - + Wijzig - + &Sluiten @@ -189,7 +189,7 @@ Icoon - + &Importeer @@ -198,19 +198,16 @@ PuTTY Starten - - &Nieuw - - + &OK - + Eigenschapen - + &Scan - + &Stop @@ -237,7 +234,7 @@ Protocol - + Verwijzing @@ -308,7 +305,7 @@ VncSharp Versie {0} Wachten Voor Afsluiten - + Controleer opnieuw @@ -335,7 +332,7 @@ VncSharp Versie {0} Bestandsnaam - + Bericht @@ -492,16 +489,16 @@ Beginnen met nieuwe Connectie bestand. 128-bit (aanmelding alleen) - + Basis Volledig versleutelen connection bestand - + Eind IP - + Eind Poort @@ -651,13 +648,13 @@ Beginnen met nieuwe Connectie bestand. Interne Applicatie naam: {0} - + Adres: Bij het sluiten van connecties: - + &Verbind: @@ -669,7 +666,7 @@ Beginnen met nieuwe Connectie bestand. Hostnaam: - + Mobiele Editie @@ -732,7 +729,7 @@ Beginnen met nieuwe Connectie bestand. Verbindingen en Configuratie - + Kopiëren @@ -750,7 +747,7 @@ Beginnen met nieuwe Connectie bestand. Verwijder Map... - + Doneer @@ -762,25 +759,22 @@ Beginnen met nieuwe Connectie bestand. Dupliceer Tab - + Suiten - - Externe Applicaties - Externe Applicaties menubalk - + &Bestand - + &Help mRemoteNG Help - + Ga naar @@ -792,16 +786,13 @@ Beginnen met nieuwe Connectie bestand. Nieuwe Externe Applicatie - + Notificaties - + Kopieër alles - - Verwijder - - + Verwijder alles @@ -810,7 +801,7 @@ Beginnen met nieuwe Connectie bestand. Opties - + Poort Scan @@ -822,9 +813,6 @@ Beginnen met nieuwe Connectie bestand. Vernieuw Scherm (VNC) - - Hernoem - Hernoem Connectie @@ -867,13 +855,13 @@ Beginnen met nieuwe Connectie bestand. Ondersteunings Forum - + &Extra Bestandsoverdracht (SSH) - + &Beeld @@ -943,10 +931,10 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Thema - + &Verwijder - + &Nieuw @@ -1135,10 +1123,10 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Omschrijving - + Thema's weergeven - + Bureaubladachtergrond @@ -1147,13 +1135,13 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Lettertype vloeiend maken - + Codering Coderingsniveau - + Externe Applicatie @@ -1165,10 +1153,10 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< MAC Adres - + Naam - + Paneel @@ -1204,7 +1192,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Toetsencombinaties - + Poorten @@ -1234,19 +1222,19 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Gebruiker veld - + Proxy Adres - + Proxy Wachtwoord - + Proxy Poort - + Proxy-type - + Proxy Gebruikersnaam @@ -1312,7 +1300,7 @@ Bericht: Het aanmaken van een snelle connectie is mislukt - + &Waarschuw bij het sluiten van connecties @@ -1324,10 +1312,10 @@ Bericht: Waarschuw &niet bij het sluiten van connecties - + RAW - + RDP @@ -1450,7 +1438,7 @@ Bericht: Afspelen op deze computer - + Niet afspelen @@ -1579,7 +1567,7 @@ Bericht: Schakel Notificatiepaneel in: - + Geavanceerd @@ -1646,13 +1634,13 @@ mRemoteNG zal nu worden gesloten en beginnen met de installatie. Elke {0} dag(en) - + Dagelijks - + Maandelijks - + Wekelijks diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 650e9211a..3c5f61bee 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -165,16 +165,16 @@ Aktualna wersja - + &Wybierz... - + &Anuluj - + Zmiana - + &Zamknij @@ -189,31 +189,28 @@ Ikona - + &Importuj Dziedziczenie - + Uruchom Uruchom PuTTY - - &Nowy - - + &OK - + Ustawienia - + &Skanuj - + &Stop @@ -240,7 +237,7 @@ Protokół - + Przekierowanie @@ -302,7 +299,7 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Czekaj na wyjście - + Sprawdź ponownie @@ -329,7 +326,7 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: Nazwa pliku - + Wiadomość @@ -338,7 +335,7 @@ Proszę upewnić się, że albo masz Putty.exe w katalogu mRemoteNG (domyślnie: {0} wykrył, że w systemie działa Lenovo Auto Scroll Utility. To narzędzie jest znane jako przyczyna problemów z {0}. Zaleca się, wyłączyć lub odinstalować ten program. - + Spróbuj ponownie @@ -480,16 +477,16 @@ Załadowano nowy plik połączeń. 56-bitowe - + Podstawowe Całkowicie szyfruj plik połączeń - + Końcowe IP - + Port końcowy @@ -615,13 +612,13 @@ Załadowano nowy plik połączeń. Informacje - + Adres: Przy zamykaniu połączeń: - + &Połącz @@ -633,7 +630,7 @@ Załadowano nowy plik połączeń. Nazwa hosta: - + Wersja przenośna. @@ -693,7 +690,7 @@ Załadowano nowy plik połączeń. Połączenia i konfiguracja - + Kopiuj @@ -711,7 +708,7 @@ Załadowano nowy plik połączeń. Usuń folder... - + Darowizna @@ -723,25 +720,22 @@ Załadowano nowy plik połączeń. Duplikuj zakładkę - + Wyjście - - Narzędzia zewnętrzne - Pasek narzędzi zewnętrznych - + &Plik - + &Pomoc Pomoc mRemoteNG - + Idz do @@ -753,16 +747,13 @@ Załadowano nowy plik połączeń. Nowe narzędzie zewnętrzne - + Powiadomienia - + Kopiuj wszystko - - Usuń - - + Usuń wszystko @@ -771,7 +762,7 @@ Załadowano nowy plik połączeń. Opcje - + Skaner portów @@ -783,9 +774,6 @@ Załadowano nowy plik połączeń. Odśwież ekran (VNC) - - Zmień nazwę - Zmień nazwę połączenia @@ -828,13 +816,13 @@ Załadowano nowy plik połączeń. Forum pomocy - + &Narzędzia Transfer pliku (SSH) - + &Widok @@ -900,10 +888,10 @@ Załadowano nowy plik połączeń. Motyw - + &Usuń - + &Nowy @@ -1014,10 +1002,10 @@ Załadowano nowy plik połączeń. Opis - + Wyświetlaj motywy - + Wyświetl tapetę @@ -1026,13 +1014,13 @@ Załadowano nowy plik połączeń. Wygładzenie czcionki - + Kodowanie Siła szyfrowania - + Zewnętrzne narzędzie @@ -1044,10 +1032,10 @@ Załadowano nowy plik połączeń. Adres MAC - + Nazwa - + Panel @@ -1083,7 +1071,7 @@ Załadowano nowy plik połączeń. Kombinacja klawiszy - + Porty @@ -1113,19 +1101,19 @@ Załadowano nowy plik połączeń. Pole użytkownika - + Adres proxy - + Hasło proxy - + Port proxy - + Typ proxy - + Użytkownik proxy @@ -1152,7 +1140,7 @@ Załadowano nowy plik połączeń. Szybkie połączenie - + &Ostrzegaj przed zamknięciem połączenia @@ -1164,10 +1152,10 @@ Załadowano nowy plik połączeń. Nie ostrzegaj przed zamknięciem połączeń - + RAW - + RDP @@ -1260,7 +1248,7 @@ Załadowano nowy plik połączeń. Przenieś na ten komputer - + Nie odtwarzaj @@ -1386,7 +1374,7 @@ Załadowano nowy plik połączeń. Przełącz do okna powiadomień dla: - + Zaawansowane @@ -1441,13 +1429,13 @@ mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. Co {0} dni - + Codziennie - + Miesięcznie - + Tygodniowo @@ -1519,7 +1507,7 @@ mRemoteNG zostanie teraz zamknięty i rozpocznie instalację. Uwierzytelnienia - + Timeout połączeń RDP diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteV1/Resources/Language/Language.pt-BR.resx index d826981e6..a6994f91d 100644 --- a/mRemoteV1/Resources/Language/Language.pt-BR.resx +++ b/mRemoteV1/Resources/Language/Language.pt-BR.resx @@ -162,16 +162,16 @@ Versão atual - + & Procurar... - + & Cancelar - + Alterar - + & Fechar @@ -186,7 +186,7 @@ Ícone - + & Importar @@ -195,19 +195,16 @@ Executar o PuTTY - - & Novo - - + & OK - + Propriedades - + & Scanear - + & Parar @@ -234,7 +231,7 @@ Protocolo - + Redirecionar @@ -283,7 +280,7 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Esperar para sair - + Verificar novamente @@ -304,7 +301,7 @@ Por favor, certifique-se de que você tem o Putty.exe em seu diretório mRemoteN Nome do arquivo - + Mensagem diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index c1f12ce8c..f73757cb0 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -165,16 +165,16 @@ Versão atual - + &Procurar... - + &Cancelar - + Alterar - + &Fechar @@ -189,7 +189,7 @@ Ícone - + &Importação @@ -198,19 +198,16 @@ Executar o PuTTY - - &Novo - - + &OK - + Propriedades - + &Pesquisar - + &Parar @@ -237,7 +234,7 @@ Protocolo - + Redirecionar @@ -297,7 +294,7 @@ Esperar para sair - + Verifique novamente @@ -324,7 +321,7 @@ Nome do arquivo - + Mensagem @@ -474,16 +471,16 @@ 128-bit (apenas em início de sessão) - + Básico Encriptar todo o arquivo de ligações - + IP final - + Porta final @@ -633,13 +630,13 @@ Int App título: {0} - + Endereço: Ao fechar ligações: - + &Ligar: @@ -651,7 +648,7 @@ Hostname: - + Edição portátil @@ -714,7 +711,7 @@ Configurações e ligações - + Copiar @@ -732,7 +729,7 @@ Excluir a pasta... - + Doar @@ -744,25 +741,22 @@ Duplicar Aba - + Sair - - Ferramenta externa - Barra de ferramentas externas - + &Arquivo - + &Ajuda Ajuda mRemoteNG - + Ir para @@ -774,16 +768,13 @@ Nova ferramenta externa - + Notificações - + Copie todos - - Excluir - - + Apagar tudo @@ -792,7 +783,7 @@ Opções - + Varrer portas @@ -804,9 +795,6 @@ Atualizar ecrã (VNC) - - Renomear - Renomear ligação @@ -846,13 +834,13 @@ Fórum de suporte - + &Ferramentas Transferência de arquivo (SSH) - + &Vista @@ -921,10 +909,10 @@ Tema - + &Excluir - + &Novo @@ -1113,10 +1101,10 @@ Descrição - + Temas de ecrã - + Papel de parede do ecrã @@ -1125,13 +1113,13 @@ Suavização de fonte - + Codificação Força de Criptografia - + Ferramenta externa @@ -1143,10 +1131,10 @@ Endereço MAC - + Nome - + Painel @@ -1182,7 +1170,7 @@ Combinações de teclas - + Portas @@ -1212,19 +1200,19 @@ Campo de utilizador - + Endereço proxy - + Senha proxy - + Porta proxy - + Tipo de proxy - + Nome de utilizador proxy @@ -1284,7 +1272,7 @@ Criação ligação rápida falhou - + &Avisar-me quando fechar ligações @@ -1296,10 +1284,10 @@ &Não avisar ao fechar ligações - + RAW - + RDP @@ -1422,7 +1410,7 @@ Trazer para este computador - + Não executar @@ -1548,7 +1536,7 @@ Trocar para o painel de notificações: - + Avançado @@ -1614,13 +1602,13 @@ Em cada {0} dias - + Diário - + Mensal - + Semanal diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index e33e0c1f8..5ec2f843d 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -168,16 +168,16 @@ Latest version - + &Browse... - + &Cancel - + Change - + &Close @@ -192,31 +192,28 @@ Icon - + &Import Inheritance - + &Launch Launch PuTTY - - &New - - + &OK - + Properties - + &Scan - + &Stop @@ -243,7 +240,7 @@ Protocol - + Redirect @@ -309,7 +306,7 @@ VncSharp Control Version {0} Wait for exit - + Check Again @@ -336,7 +333,7 @@ VncSharp Control Version {0} Filename - + Message @@ -348,7 +345,7 @@ VncSharp Control Version {0} &Open a connection file - + &Try again @@ -514,16 +511,16 @@ Starting with new connections file. 56-bit - + Basic Completely encrypt connection file - + Last IP - + Last Port @@ -590,7 +587,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Export the currently selected folder - + &Export to File... @@ -713,9 +710,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Import from &File... - - &Import - Import from Port Scan @@ -743,13 +737,13 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Int App Title: {0} - + Address: When closing connections: - + &Connect: @@ -761,7 +755,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Hostname: - + Portable Edition @@ -827,7 +821,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Connections and Config - + Copy @@ -845,7 +839,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Delete Folder... - + Donate @@ -857,25 +851,22 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Duplicate Tab - + Exit - - External Tools - External Tools Toolbar - + &File - + &Help mRemoteNG Help - + Jump to @@ -887,16 +878,13 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for New External Tool - + Notifications - + Copy All - - Delete - - + Delete All @@ -905,7 +893,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Options - + Port Scan @@ -917,9 +905,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Refresh Screen (VNC) - - Rename - Rename Connection @@ -962,13 +947,13 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Support Forum - + &Tools Transfer File (SSH) - + &View @@ -1047,10 +1032,10 @@ If you run into such an error, please create a new connection file! Theme - + &Delete - + &New @@ -1263,10 +1248,10 @@ If you run into such an error, please create a new connection file! Description - + Display Themes - + Display Wallpaper @@ -1275,13 +1260,13 @@ If you run into such an error, please create a new connection file! Font Smoothing - + Encoding Encryption Strength - + External Tool @@ -1296,10 +1281,10 @@ If you run into such an error, please create a new connection file! MAC Address - + Name - + Panel @@ -1335,7 +1320,7 @@ If you run into such an error, please create a new connection file! Key Combinations - + Ports @@ -1371,19 +1356,19 @@ If you run into such an error, please create a new connection file! User Field - + Proxy Address - + Proxy Password - + Proxy Port - + Proxy Type - + Proxy Username @@ -1447,7 +1432,7 @@ If you run into such an error, please create a new connection file! Creating quick connect failed - + &Warn me when closing connections @@ -1459,10 +1444,10 @@ If you run into such an error, please create a new connection file! Do &not warn me when closing connections - + RAW - + RDP @@ -1585,7 +1570,7 @@ If you run into such an error, please create a new connection file! Bring to this computer - + Do not play @@ -1714,7 +1699,7 @@ If you run into such an error, please create a new connection file! Switch to Notifications panel on: - + Advanced @@ -1790,13 +1775,13 @@ mRemoteNG will now quit and begin with the installation. Every {0} days - + Daily - + Monthly - + Weekly @@ -1856,7 +1841,7 @@ mRemoteNG will now quit and begin with the installation. Reconnect All Open Connections - + RDP Connection Timeout @@ -1883,13 +1868,13 @@ mRemoteNG will now quit and begin with the installation. Key Derivation Function Iterations - + Dynamic - + High - + Medium @@ -1901,7 +1886,7 @@ mRemoteNG will now quit and begin with the installation. Download Completed! - + Download @@ -1984,7 +1969,7 @@ mRemoteNG will now quit and begin with the installation. Credential not available - Shown when a credential is not loaded/available for use. + Do you really want to delete the theme? @@ -2055,9 +2040,6 @@ mRemoteNG will now quit and begin with the installation. Run elevated - - Run elevate - Show on toolbar column @@ -2076,9 +2058,6 @@ mRemoteNG will now quit and begin with the installation. Lock toolbar positions - - Multi SSH toolbar - Advanced security options @@ -2095,7 +2074,7 @@ mRemoteNG will now quit and begin with the installation. Out Of Range - Delete... + Delete Reconnect All Connections @@ -2133,7 +2112,7 @@ mRemoteNG will now quit and begin with the installation. This exception will force mRemoteNG to close - + Copy Hostname @@ -2153,10 +2132,10 @@ mRemoteNG will now quit and begin with the installation. Beta channel includes Betas & Release Candidates. Development Channel includes Alphas, Betas & Release Candidates. - + Apply - + Proxy diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index d6e9ee5f1..0981d565e 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -165,16 +165,16 @@ Текущая версия - + &Обзор... - + &Отменить - + Изменить - + &Закрыть @@ -189,7 +189,7 @@ Значок - + &Импорт @@ -198,19 +198,16 @@ Запуск PuTTY - - &Новая - - + &Да - + Свойства - + &Сканировать - + &Стоп @@ -237,7 +234,7 @@ Протокол - + Локальные ресурсы @@ -308,7 +305,7 @@ VncSharp Control Version {0} Ждать выхода - + Проверить @@ -335,7 +332,7 @@ VncSharp Control Version {0} Имя файла - + Сообщение @@ -498,16 +495,16 @@ VncSharp Control Version {0} 56-бит - + Основное Шифровать файл подключения - + Конечный IP - + Конечный порт @@ -657,13 +654,13 @@ VncSharp Control Version {0} Заголовок внешнего инструмента: {0} - + Адрес: При закрытии подключений: - + &Подключение: @@ -675,7 +672,7 @@ VncSharp Control Version {0} Имя хоста: - + Портативная версия @@ -738,7 +735,7 @@ VncSharp Control Version {0} Подключения и конфигурация - + Копировать @@ -756,7 +753,7 @@ VncSharp Control Version {0} Удалить папку... - + Помочь проекту @@ -768,25 +765,22 @@ VncSharp Control Version {0} Дублировать вкладку - + Выход - - Внешние инструменты - Внешние инструменты - + &Файл - + &Справка Справка mRemoteNG - + Перейти к @@ -798,16 +792,13 @@ VncSharp Control Version {0} Новый внешний инструмент - + Уведомления - + Скопировать все - - Удалить - - + Удалить все @@ -816,7 +807,7 @@ VncSharp Control Version {0} Опции - + Сканер портов @@ -828,9 +819,6 @@ VncSharp Control Version {0} Обновить экран (VNC) - - Переименовать - Переименовать подключение @@ -873,13 +861,13 @@ VncSharp Control Version {0} Форум поддержки - + &Инструменты Передача файлов (SSH) - + &Вид @@ -949,10 +937,10 @@ VncSharp Control Version {0} Тема - + &Удалить - + &Новая @@ -1141,10 +1129,10 @@ VncSharp Control Version {0} Описание - + Показать темы - + Показать обои @@ -1153,13 +1141,13 @@ VncSharp Control Version {0} Шрифты - + Кодирование Шифрование - + Внешний инструмент @@ -1171,10 +1159,10 @@ VncSharp Control Version {0} MAC-адрес - + Имя - + Имя вкладки @@ -1210,7 +1198,7 @@ VncSharp Control Version {0} Комбинации клавиш - + Порты @@ -1240,19 +1228,19 @@ VncSharp Control Version {0} Дополнительно - + Адрес прокси - + Пароль Прокси - + Порт Прокси - + Тип Прокси - + Пользователь Прокси @@ -1318,7 +1306,7 @@ VncSharp Control Version {0} Создать быстрое подключение не удалось - + Предупреждать при закрытии подключений @@ -1330,10 +1318,10 @@ VncSharp Control Version {0} Не предупреждать при закрытии подключений - + RAW - + RDP @@ -1456,7 +1444,7 @@ VncSharp Control Version {0} Передать на этот компьютер - + Не воспроизводить @@ -1585,7 +1573,7 @@ VncSharp Control Version {0} Переключится на панель уведомлений: - + Дополнительно @@ -1652,13 +1640,13 @@ mRemoteNG сейчас прекратит работу и начнет проц Каждые {0} дней - + Ежедневно - + Ежемесячно - + Еженедельно @@ -1718,15 +1706,12 @@ mRemoteNG сейчас прекратит работу и начнет проц Рабочий каталог: - + &Запуск Выполнить с повышенными правами - - Выполнить с повышенными правами - Отобразить на панели инструментов: @@ -1736,15 +1721,12 @@ mRemoteNG сейчас прекратит работу и начнет проц Рабочий каталог - + Экспорт в файл... Импорт из &файла... - - &Импорт - Закрепить позицию панели инструментов @@ -1793,7 +1775,7 @@ mRemoteNG сейчас прекратит работу и начнет проц &Открыть файл подключения - + &Попробуй еще раз @@ -1877,7 +1859,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Журнал изменений не может быть загружен. - + Время ожидания соединения RDP @@ -1904,13 +1886,13 @@ mRemoteNG сейчас прекратит работу и начнет проц Инициирование функции вывода ключей - + Динамический - + Высокий - + Cредний @@ -1922,7 +1904,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Скачивание завершено! - + Скачать @@ -2060,9 +2042,6 @@ mRemoteNG сейчас прекратит работу и начнет проц Заблокировать позиции панели инструментов - - Панель инструментов Multi SSH - Расширенные параметры безопасности @@ -2133,7 +2112,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Это исключение заставит mRemoteNG закрыться - + Копировать имя хоста @@ -2153,10 +2132,10 @@ mRemoteNG сейчас прекратит работу и начнет проц Бета-канал включает в себя Betas и релиз кандидатов. Канал разработки включает в себя Альф, Betas и релиз кандидатов. - + Применить - + Proxy \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index e25fc7724..05d08f180 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -165,16 +165,16 @@ Son sürüm - + &Aç - + &İptal - + Değiştir - + &Kapat @@ -189,31 +189,28 @@ Simge - + &İçe aktar Devral - + &Çalıştır Putty'yi çalıştır - - &Yeni - - + &Tamam - + Özellikler - + &Tara - + &Dur @@ -225,7 +222,7 @@ Protokol - + Yönlendir @@ -249,7 +246,7 @@ Kullanıcı adı - + Tekrar kontrol et @@ -264,13 +261,13 @@ Güvenlik - + Dinamik - + Yüksek - + Orta @@ -279,7 +276,7 @@ İndirme Tamamlandı! - + İndir @@ -340,7 +337,7 @@ VncSharp Kontrol Sürümü {0} Dosya adı - + Mesaj @@ -352,7 +349,7 @@ VncSharp Kontrol Sürümü {0} &Bağlantı dosyası aç - + &Tekrar deneyin @@ -540,16 +537,16 @@ Yeni bağlantılar dosyası ile başlanıyor. 128-bit (yalnızca oturum açma) - + Basit Bağlantı dosyası şifreleme - + Son IP - + Son Port @@ -609,7 +606,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Seçili olan klasörleri dışa aktar - + &Dosyaya dışa atar... @@ -735,7 +732,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Bağlantılar ve Ayar - + Kopyala @@ -747,7 +744,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Klasörü Sil... - + Bağış Yap @@ -759,25 +756,22 @@ Yeni bağlantılar dosyası ile başlanıyor. Sekmeyi Çoğalt - + Çıkış - - Harici Araçlar - Harici Araçlar Araç çubuğu - + &Dosya - + &Yardım mRemoteNG Yardım - + Atla @@ -789,16 +783,13 @@ Yeni bağlantılar dosyası ile başlanıyor. Yeni Harici Araç - + Bildirim - + Hepsini Kopyala - - Sil - - + Hepsini Sil @@ -807,7 +798,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Ayarlar - + Port Taraması @@ -819,9 +810,6 @@ Yeni bağlantılar dosyası ile başlanıyor. Ekranı Yenile (VNC) - - Yeniden Adlandır - Bağlantıyı Yeniden Adlandır @@ -864,13 +852,13 @@ Yeni bağlantılar dosyası ile başlanıyor. Destek Forumu - + &Araçlar Dosya Transferi (SSH) - + &Görünüm @@ -940,10 +928,10 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Tema - + &Sil - + &Yeni @@ -958,7 +946,7 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Tüm Açık Bağlantılara Yeniden Bağlanın - + RDP Bağlantısı Zamanaşımı @@ -979,13 +967,13 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Her {0} günde bir - + Günlük - + Aylık - + Haftalık @@ -1076,9 +1064,6 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. &Dosyadan içe aktar... - - İçe &Al - Port Taramasından içe aktar @@ -1106,19 +1091,19 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Int App Başlığı: {0} - + Adres: Bağlantı kapatılırken: - + &Bağlan: Görünen Ad - + Taşınabilir Sürüm @@ -1365,10 +1350,10 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Açıklama - + Temaları Göster - + Duvar Kağıdını Göster @@ -1377,13 +1362,13 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Font Yumuşatma - + Kodlama Şifreleme Gücü - + Harici Araç @@ -1398,7 +1383,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: MAC Adresi - + Ad @@ -1425,7 +1410,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Tuş Kombinasyonları - + Portlar @@ -1455,19 +1440,19 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Kulanıcı Alanı - + Proxy Adresi - + Proxy Parolası - + Proxy Portu - + Proxy Tipi - + Proxy Kullanıcı Adı @@ -1527,7 +1512,7 @@ Mesaj: Hızlı bağlantı oluşturma başarısız - + &Bağlantılar kapatılırken beni uyar @@ -1644,7 +1629,7 @@ Mesaj: Bu bilgisayara getirin - + Oynatma @@ -1755,7 +1740,7 @@ Mesaj: Şunlardan bildirimler paneline geçin: - + Gelişmiş diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index 2c6e47d9c..459c3c4e3 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -162,16 +162,16 @@ Остання версія - + &Огляд… - + &Скасувати - + Змінити - + &Закрити @@ -186,7 +186,7 @@ Значок - + &Імпорт @@ -195,19 +195,16 @@ Запустити PuTTY - - &Новий - - + &ОК - + Властивості - + &Сканувати - + &Стоп @@ -234,7 +231,7 @@ Протокол - + Локальні ресурси @@ -304,7 +301,7 @@ VncSharp Control Version {0} Чекати виходу - + Перевірити знову @@ -331,7 +328,7 @@ VncSharp Control Version {0} Файл - + Повідомлення @@ -485,16 +482,16 @@ VncSharp Control Version {0} 56-біт - + Основне Повністю зашифрувати файл з'єднання - + Кінцевий IP - + Кінцевий порт @@ -629,10 +626,10 @@ VncSharp Control Version {0} Заголовок зовнішнього інструменту: {0} - + Адреса: - + &З'єднання: @@ -644,7 +641,7 @@ VncSharp Control Version {0} Ім'я хосту: - + Портативна версія @@ -707,7 +704,7 @@ VncSharp Control Version {0} З'єднання та конфігурація - + Копіювати @@ -725,7 +722,7 @@ VncSharp Control Version {0} Видалити папку… - + Пожертва @@ -737,25 +734,22 @@ VncSharp Control Version {0} Дублювати вкладку - + Вихід - - Зовнішні інструменти - Панель зовнішніх інструментів - + &Файл - + &Довідка Довідка mRemoteNG - + Перейти до @@ -767,7 +761,7 @@ VncSharp Control Version {0} Новий зовнішній інструмент - + Сповіщення @@ -776,7 +770,7 @@ VncSharp Control Version {0} Параметри - + Сканер портів @@ -788,9 +782,6 @@ VncSharp Control Version {0} Оновити екран (VNC) - - Перейменувати - Перейменувати з'єднання @@ -827,13 +818,13 @@ VncSharp Control Version {0} Форум підтримки - + &Інструменти Передача файлів (SSH) - + &Вигляд @@ -1083,10 +1074,10 @@ VncSharp Control Version {0} Опис - + Показати теми - + Показати шпалери @@ -1095,13 +1086,13 @@ VncSharp Control Version {0} Згладжування шрифту - + Кодування Шифрування - + Зовнішній інструмент @@ -1113,10 +1104,10 @@ VncSharp Control Version {0} MAC-адреса - + Ім'я - + Ім'я вкладки @@ -1152,7 +1143,7 @@ VncSharp Control Version {0} Комбінації клавіш - + Порти @@ -1179,19 +1170,19 @@ VncSharp Control Version {0} Користувацьке поле - + Адреса проксі - + Пароль проксі - + Порт проксі - + Тип проксі - + Користувач проксі @@ -1363,7 +1354,7 @@ VncSharp Control Version {0} Передати на цей комп'ютер - + Не відтворювати @@ -1480,7 +1471,7 @@ VncSharp Control Version {0} Перемкнутись на панель сповіщень при: - + Додатково @@ -1541,13 +1532,13 @@ mRemoteNG зараз припинить роботу і почне процес Кожні {0} дн. - + Щодня - + Щомісяця - + Щотижня @@ -1601,7 +1592,7 @@ mRemoteNG зараз припинить роботу і почне процес Завжди показувати панель вкладок - + &Запустити @@ -1610,7 +1601,7 @@ mRemoteNG зараз припинить роботу і почне процес &Відкрити файл з'єднань - + &Спробувати знову @@ -1656,7 +1647,7 @@ mRemoteNG зараз припинить роботу і почне процес Експортувати вибрану папку - + &Експорт у файл… @@ -1692,22 +1683,16 @@ mRemoteNG зараз припинить роботу і почне процес Імпорт з &файлу… - - &Імпорт - При закритті з'єднань: Інформацію про з'єднання не вдалося завантажити з SQL сервера. - + Копіювати все - - Видалити - - + Видалити все @@ -1719,10 +1704,10 @@ mRemoteNG зараз припинить роботу і почне процес Тестування… - + &Видалити - + &Нова @@ -1767,7 +1752,7 @@ mRemoteNG зараз припинить роботу і почне процес Збережені сесії PuTTY - + &Попередити мене при закритті з'єднань @@ -1800,7 +1785,7 @@ mRemoteNG зараз припинить роботу і почне процес Повторно підключити усі відкриті з'єднання - + Тайм-аут RDP з'єднання @@ -1827,13 +1812,13 @@ mRemoteNG зараз припинить роботу і почне процес Ітерації функції формування ключа(KDF) - + Динамічна - + Висока - + Середня @@ -1845,7 +1830,7 @@ mRemoteNG зараз припинить роботу і почне процес Завантаження завершено! - + Завантажити @@ -1995,9 +1980,6 @@ mRemoteNG зараз припинить роботу і почне процес Запускати з вищими правами - - Запускати з вищими правами - Показати на панелі інструментів @@ -2016,9 +1998,6 @@ mRemoteNG зараз припинить роботу і почне процес Фіксувати позиції панелі інструментів - - Панель Multi SSH - Додаткові параметри безпеки @@ -2064,7 +2043,7 @@ mRemoteNG зараз припинить роботу і почне процес Цей виняток змусить mRemoteNG закритися - + Скопіювати ім'я хоста @@ -2084,10 +2063,10 @@ mRemoteNG зараз припинить роботу і почне процес Канал «Beta» включає Beta та Release Candidate. Канал «Development» включає Alpha, Beta та Release Candidate версії. - + Застосувати - + Проксі diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index a4b92ad7a..d18be42f5 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -168,16 +168,16 @@ 当前版本 - + 浏览(&B) - + 取消(&C) - + 更改 - + 关闭(&C) @@ -192,31 +192,28 @@ 图标 - + 导入(&I) 继承 - + 启动(&L) 启动 PuTTY - - 新建(&N) - - + 确定(&O) - + 属性 - + 扫描(&S) - + 停止(&S) @@ -243,7 +240,7 @@ 协议 - + 重定向 @@ -312,7 +309,7 @@ VncSharp 版本 {0} 等待退出 - + 再次检查 @@ -339,7 +336,7 @@ VncSharp 版本 {0} 文件名 - + 消息 @@ -351,7 +348,7 @@ VncSharp 版本 {0} 打开一个连接文件(&O) - + 再试一次(&T) @@ -517,16 +514,16 @@ VncSharp 版本 {0} 56位 - + 基本 完全加密连接配置文件 - + 终止 IP - + 终止端口 @@ -593,7 +590,7 @@ VncSharp 版本 {0} 导出当前选定的文件夹 - + 导出到文件(&E)... @@ -716,9 +713,6 @@ VncSharp 版本 {0} 从文件导入(&F)... - - 导入(&I) - 导入端口扫描结果 @@ -746,13 +740,13 @@ VncSharp 版本 {0} 内部程序标题:{0} - + 地址: 当关闭连接时: - + 连接(&C) @@ -764,7 +758,7 @@ VncSharp 版本 {0} 主机名: - + 便携版本 @@ -830,7 +824,7 @@ VncSharp 版本 {0} 连接和配置 - + 复制 @@ -848,7 +842,7 @@ VncSharp 版本 {0} 删除目录… - + 捐赠 @@ -860,25 +854,22 @@ VncSharp 版本 {0} 重复标签 - + 退出 - - 外部工具 - 外部工具工具栏 - + 文件(&F) - + 帮助(&H) mRemoteNG 帮助 - + 转到 @@ -890,16 +881,13 @@ VncSharp 版本 {0} 新建外部工具 - + 通知 - + 复制全部 - - 删除 - - + 删除全部 @@ -908,7 +896,7 @@ VncSharp 版本 {0} 选项 - + 端口扫描 @@ -920,9 +908,6 @@ VncSharp 版本 {0} 刷新(VNC) - - 重命名 - 重命名连接 @@ -965,13 +950,13 @@ VncSharp 版本 {0} 支持论坛 - + 工具(&T) 传输文件(SSH) - + 查看(&V) @@ -1050,10 +1035,10 @@ VncSharp 版本 {0} 主题 - + 删除(&D) - + 新建(&N) @@ -1266,10 +1251,10 @@ VncSharp 版本 {0} 说明 - + 显示主题 - + 显示壁纸 @@ -1278,13 +1263,13 @@ VncSharp 版本 {0} 字体平滑 - + 编码 加密强度 - + 外部工具 @@ -1299,10 +1284,10 @@ VncSharp 版本 {0} MAC 地址 - + 名称 - + 面板 @@ -1338,7 +1323,7 @@ VncSharp 版本 {0} 组合键 - + 端口 @@ -1374,19 +1359,19 @@ VncSharp 版本 {0} 自定义信息 - + 代理服务器地址 - + 代理服务器密码 - + 代理服务器端口 - + 代理服务器类型 - + 代理服务器用户名 @@ -1450,7 +1435,7 @@ VncSharp 版本 {0} 快速连接创建失败! - + 关闭连接时确认(&W) @@ -1462,10 +1447,10 @@ VncSharp 版本 {0} 关闭连接时不需确认 - + RAW - + RDP @@ -1588,7 +1573,7 @@ VncSharp 版本 {0} 带到这台计算机 - + 不要播放 @@ -1717,7 +1702,7 @@ VncSharp 版本 {0} 切换到通知面板: - + 高级 @@ -1793,13 +1778,13 @@ mRemoteNG 将退出并安装更新。 每隔 {0} 天 - + 每日 - + 每月 - + 每周 @@ -1859,7 +1844,7 @@ mRemoteNG 将退出并安装更新。 重新连接所有打开的连接 - + RDP 连接超时 @@ -1886,13 +1871,13 @@ mRemoteNG 将退出并安装更新。 关键推导函数迭代 - + 动态 - + - + @@ -1904,7 +1889,7 @@ mRemoteNG 将退出并安装更新。 下载完成! - + 下载 @@ -2057,9 +2042,6 @@ mRemoteNG 将退出并安装更新。 运行已提升 - - 运行提升 - 显示在工具栏上 @@ -2078,9 +2060,6 @@ mRemoteNG 将退出并安装更新。 锁定工具栏位置 - - Multi SSH 工具栏 - 高级安全选项 @@ -2097,7 +2076,7 @@ mRemoteNG 将退出并安装更新。 超出范围 - 删除... + 删除 重新连接所有连接 @@ -2135,7 +2114,7 @@ mRemoteNG 将退出并安装更新。 此异常将强制 mRemoteNG 关闭 - + 复制主机名 @@ -2155,10 +2134,10 @@ mRemoteNG 将退出并安装更新。 测试通道包括测试版(Beta 版)和发行版候选(RC 版)。 开发通道包括 Alpha 版、(Beta 版)和发行版候选(RC 版)。 - + 应用 - + 代理 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index c35b2667d..11a924f24 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -165,16 +165,16 @@ 目前版本 - + 瀏覽(&B)... - + 取消(&C) - + 變更 - + 關閉(&C) @@ -189,7 +189,7 @@ 圖示 - + 匯入(&I) @@ -198,19 +198,16 @@ 啟動 PuTTY - - 新增(&N) - - + 確定(&O) - + 內容 - + 掃描(&S) - + 停止(&S) @@ -237,7 +234,7 @@ 協定 - + 重新導向 @@ -288,7 +285,7 @@ VncSharp Control 版本 {0} 等待結束 - + 再次檢查 @@ -315,7 +312,7 @@ VncSharp Control 版本 {0} 檔案名稱 - + 訊息 @@ -472,16 +469,16 @@ VncSharp Control 版本 {0} 128 位元 (只有登入) - + 基本 完整加密連線檔案 - + 結束 IP - + 結束連接埠 @@ -631,13 +628,13 @@ VncSharp Control 版本 {0} Int App 標題: {0} - + 位址: 關閉連線時: - + 連線(&C): @@ -649,7 +646,7 @@ VncSharp Control 版本 {0} 主機名稱: - + 可攜版 @@ -712,7 +709,7 @@ VncSharp Control 版本 {0} 連線和組態 - + 複製 @@ -730,7 +727,7 @@ VncSharp Control 版本 {0} 刪除資料夾... - + 捐贈 @@ -742,25 +739,22 @@ VncSharp Control 版本 {0} 複製索引標籤 - + 結束 - - 外部工具 - 外部工具工具列 - + 檔案(&F) - + 說明(&H) mRemoteNG 說明 - + 跳至 @@ -772,16 +766,13 @@ VncSharp Control 版本 {0} 新增外部工具 - + 通知 - + 全部複製 - - 刪除 - - + 全部刪除 @@ -790,7 +781,7 @@ VncSharp Control 版本 {0} 選項 - + 通訊埠掃描 @@ -802,9 +793,6 @@ VncSharp Control 版本 {0} 重新整理螢幕 (VNC) - - 重新命名 - 重新命名連線 @@ -847,13 +835,13 @@ VncSharp Control 版本 {0} 支援討論區 - + 工具(&T) 傳輸檔案 (SSH) - + 檢視(&V) @@ -923,10 +911,10 @@ VncSharp Control 版本 {0} 主題 - + 刪除(&D) - + 新增(&N) @@ -1115,10 +1103,10 @@ VncSharp Control 版本 {0} 描述 - + 顯示佈景主題 - + 顯示底色圖案 @@ -1127,13 +1115,13 @@ VncSharp Control 版本 {0} 字型平滑 - + 編碼 加密長度 - + 外部工具 @@ -1145,10 +1133,10 @@ VncSharp Control 版本 {0} MAC 位址 - + 名稱 - + 面板 @@ -1184,7 +1172,7 @@ VncSharp Control 版本 {0} 按鍵組合 - + 連接埠 @@ -1214,19 +1202,19 @@ VncSharp Control 版本 {0} 使用者欄位 - + Proxy 位址 - + Proxy 密碼 - + Proxy 連接埠 - + Proxy 類型 - + Proxy 使用者名稱 @@ -1292,7 +1280,7 @@ VncSharp Control 版本 {0} Creating quick connect 失敗 - + 關閉連線時警告(&W) @@ -1304,10 +1292,10 @@ VncSharp Control 版本 {0} 關閉連線時不警告我(&N) - + RAW - + RDP @@ -1430,7 +1418,7 @@ VncSharp Control 版本 {0} 送到此電腦 - + 不播放 @@ -1559,7 +1547,7 @@ VncSharp Control 版本 {0} 切換到通知面板: - + 進階 @@ -1626,13 +1614,13 @@ mRemoteNG 將立即結束並開始安裝。 每隔 {0} 天 - + 每天 - + 每月 - + 每星期 diff --git a/mRemoteV1/Tools/ExternalTool.cs b/mRemoteV1/Tools/ExternalTool.cs index 2c88f5ce0..5eb6ef241 100644 --- a/mRemoteV1/Tools/ExternalTool.cs +++ b/mRemoteV1/Tools/ExternalTool.cs @@ -197,7 +197,7 @@ namespace mRemoteNG.Tools newConnectionInfo.Protocol = ProtocolType.IntApp; newConnectionInfo.ExtApp = DisplayName; newConnectionInfo.Name = DisplayName; - newConnectionInfo.Panel = Language.MenuExternalTools; + newConnectionInfo.Panel = Language._Tools; } public event PropertyChangedEventHandler PropertyChanged; diff --git a/mRemoteV1/Tools/NotificationAreaIcon.cs b/mRemoteV1/Tools/NotificationAreaIcon.cs index bcd6f7b58..5b503d3a0 100644 --- a/mRemoteV1/Tools/NotificationAreaIcon.cs +++ b/mRemoteV1/Tools/NotificationAreaIcon.cs @@ -31,7 +31,7 @@ namespace mRemoteNG.Tools var cMenSep1 = new ToolStripSeparator(); - var cMenExit = new ToolStripMenuItem {Text = Language.MenuExit}; + var cMenExit = new ToolStripMenuItem {Text = Language.Exit}; cMenExit.Click += cMenExit_Click; _cMen = new ContextMenuStrip diff --git a/mRemoteV1/Tools/ReconnectGroup.Designer.cs b/mRemoteV1/Tools/ReconnectGroup.Designer.cs index 1d0616900..7ea7d5ad9 100644 --- a/mRemoteV1/Tools/ReconnectGroup.Designer.cs +++ b/mRemoteV1/Tools/ReconnectGroup.Designer.cs @@ -1,4 +1,4 @@ -namespace mRemoteNG.Tools +namespace mRemoteNG.Tools { public partial class ReconnectGroup : System.Windows.Forms.UserControl { @@ -67,7 +67,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.ButtonClose; + this.btnClose.Text = global::mRemoteNG.Language._Close; this.btnClose.UseVisualStyleBackColor = true; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // diff --git a/mRemoteV1/Tools/ReconnectGroup.cs b/mRemoteV1/Tools/ReconnectGroup.cs index e98a917b5..dcd30dc87 100644 --- a/mRemoteV1/Tools/ReconnectGroup.cs +++ b/mRemoteV1/Tools/ReconnectGroup.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; namespace mRemoteNG.Tools @@ -128,7 +128,7 @@ namespace mRemoteNG.Tools private void ApplyLanguage() { grpAutomaticReconnect.Text = Language.GroupboxAutomaticReconnect; - btnClose.Text = Language.ButtonClose; + btnClose.Text = Language._Close; lblServerStatus.Text = Language.LabelServerStatus; chkReconnectWhenReady.Text = Language.CheckboxReconnectWhenReady; } diff --git a/mRemoteV1/Tree/Root/RootNodeInfo.cs b/mRemoteV1/Tree/Root/RootNodeInfo.cs index 1d14dc874..ed864fbf9 100644 --- a/mRemoteV1/Tree/Root/RootNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootNodeInfo.cs @@ -30,7 +30,7 @@ namespace mRemoteNG.Tree.Root [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous)), Browsable(true), LocalizedAttributes.LocalizedDefaultValue(nameof(Language.Connections)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameName)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Name)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionName))] public override string Name { diff --git a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs index 1a45265d0..02ee53b3b 100644 --- a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs @@ -31,7 +31,7 @@ namespace mRemoteNG.Tree.Root } [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePanel)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public override string Panel { diff --git a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs index 46e3f27fc..dbfa9ba4f 100644 --- a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs +++ b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs @@ -411,19 +411,19 @@ namespace mRemoteNG.UI.Controls _cMenTreeConnectWithOptionsViewOnly.Text = Language.ConnectInViewOnlyMode; _cMenTreeDisconnect.Text = Language.Disconnect; - _cMenTreeToolsExternalApps.Text = Language.MenuExternalTools; + _cMenTreeToolsExternalApps.Text = Language._Tools; _cMenTreeToolsTransferFile.Text = Language.MenuTransferFile; _cMenTreeDuplicate.Text = Language.Duplicate; _cMenTreeRename.Text = Language.Rename; _cMenTreeDelete.Text = Language.Delete; - _cMenTreeCopyHostname.Text = Language.MenuCopyHostname; + _cMenTreeCopyHostname.Text = Language.CopyHostname; - _cMenTreeImport.Text = Language.ImportMenuItem; + _cMenTreeImport.Text = Language._Import; _cMenTreeImportFile.Text = Language.ImportFromFileMenuItem; _cMenTreeImportActiveDirectory.Text = Language.ImportAD; _cMenTreeImportPortScan.Text = Language.ImportPortScan; - _cMenTreeExportFile.Text = Language.ExportToFileMenuItem; + _cMenTreeExportFile.Text = Language._ExportToFile; _cMenTreeAddConnection.Text = Language.NewConnection; _cMenTreeAddFolder.Text = Language.NewFolder; diff --git a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs index 22bd8758b..534f9cea6 100644 --- a/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs +++ b/mRemoteV1/UI/Controls/ConnectionInfoPropertyGrid/ConnectionInfoPropertyGrid.cs @@ -286,7 +286,7 @@ namespace mRemoteNG.UI.Controls.ConnectionInfoPropertyGrid { SelectedConnectionInfo.SetDefaultPort(); } - else if (e.ChangedItem.Label == Language.PropertyNameName) + else if (e.ChangedItem.Label == Language.Name) { if (Settings.Default.SetHostnameLikeDisplayName) { diff --git a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs index 84f9deb8f..27cce9220 100644 --- a/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs +++ b/mRemoteV1/UI/Controls/QuickConnectToolStrip.cs @@ -73,7 +73,7 @@ namespace mRemoteNG.UI.Controls // _lblQuickConnect.Name = "lblQuickConnect"; _lblQuickConnect.Size = new Size(55, 22); - _lblQuickConnect.Text = Language.LabelConnect; + _lblQuickConnect.Text = Language.Connect; _lblQuickConnect.Click += lblQuickConnect_Click; // // cmbQuickConnect diff --git a/mRemoteV1/UI/DialogFactory.cs b/mRemoteV1/UI/DialogFactory.cs index 14db2988f..478522a7a 100644 --- a/mRemoteV1/UI/DialogFactory.cs +++ b/mRemoteV1/UI/DialogFactory.cs @@ -36,11 +36,11 @@ namespace mRemoteNG.UI { Language.ConfigurationCreateNew, Language.OpenADifferentFile, - Language.MenuExit + Language.Exit }; if (showCancelButton) - commandButtons.Add(Language.ButtonCancel); + commandButtons.Add(Language._Cancel); var answered = false; while (!answered) diff --git a/mRemoteV1/UI/Forms/ExportForm.cs b/mRemoteV1/UI/Forms/ExportForm.cs index 68c0ea397..12584906d 100644 --- a/mRemoteV1/UI/Forms/ExportForm.cs +++ b/mRemoteV1/UI/Forms/ExportForm.cs @@ -232,7 +232,7 @@ namespace mRemoteNG.UI.Forms grpFile.Text = Language.ExportFile; lblFileName.Text = Language.Filename; - btnBrowse.Text = Language.ButtonBrowse; + btnBrowse.Text = Language._Browse; lblFileFormat.Text = Language.FileFormatLabel; grpItems.Text = Language.ExportItems; @@ -248,8 +248,8 @@ namespace mRemoteNG.UI.Forms chkInheritance.Text = Language.Inheritance; lblUncheckProperties.Text = Language.UncheckProperties; - btnOK.Text = Language.ButtonOK; - btnCancel.Text = Language.ButtonCancel; + btnOK.Text = Language._Ok; + btnCancel.Text = Language._Cancel; } #endregion diff --git a/mRemoteV1/UI/Forms/FrmAbout.cs b/mRemoteV1/UI/Forms/FrmAbout.cs index b3575c8d0..21b18d1b2 100644 --- a/mRemoteV1/UI/Forms/FrmAbout.cs +++ b/mRemoteV1/UI/Forms/FrmAbout.cs @@ -31,7 +31,7 @@ namespace mRemoteNG.UI.Window } [Conditional("PORTABLE")] - private void AddPortableString() => lblTitle.Text += $@" {Language.LabelPortableEdition}"; + private void AddPortableString() => lblTitle.Text += $@" {Language.PortableEdition}"; private void ApplyTheme() { diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs b/mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs index 461365469..eb0a8d77a 100644 --- a/mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs +++ b/mRemoteV1/UI/Forms/Input/FrmInputBox.Designer.cs @@ -29,7 +29,7 @@ private void InitializeComponent() { this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); - this.buttonOk = new mRemoteNG.UI.Controls.Base.NGButton(); + this._Ok = new mRemoteNG.UI.Controls.Base.NGButton(); this.buttonCancel = new mRemoteNG.UI.Controls.Base.NGButton(); this.textBox = new mRemoteNG.UI.Controls.Base.NGTextBox(); this.label = new mRemoteNG.UI.Controls.Base.NGLabel(); @@ -42,7 +42,7 @@ this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F)); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle()); - this.tableLayoutPanel1.Controls.Add(this.buttonOk, 1, 2); + this.tableLayoutPanel1.Controls.Add(this._Ok, 1, 2); this.tableLayoutPanel1.Controls.Add(this.buttonCancel, 2, 2); this.tableLayoutPanel1.Controls.Add(this.textBox, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label, 0, 0); @@ -56,17 +56,17 @@ this.tableLayoutPanel1.Size = new System.Drawing.Size(284, 81); this.tableLayoutPanel1.TabIndex = 0; // - // buttonOk + // _Ok // - this.buttonOk._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER; - this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); - this.buttonOk.Location = new System.Drawing.Point(125, 55); - this.buttonOk.Name = "buttonOk"; - this.buttonOk.Size = new System.Drawing.Size(75, 23); - this.buttonOk.TabIndex = 0; - this.buttonOk.Text = "Ok"; - this.buttonOk.UseVisualStyleBackColor = true; - this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); + this._Ok._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.HOVER; + this._Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this._Ok.Location = new System.Drawing.Point(125, 55); + this._Ok.Name = "_Ok"; + this._Ok.Size = new System.Drawing.Size(75, 23); + this._Ok.TabIndex = 0; + this._Ok.Text = "Ok"; + this._Ok.UseVisualStyleBackColor = true; + this._Ok.Click += new System.EventHandler(this._Ok_Click); // // buttonCancel // @@ -128,7 +128,7 @@ #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; - private Controls.Base.NGButton buttonOk; + private Controls.Base.NGButton _Ok; private Controls.Base.NGButton buttonCancel; private Controls.Base.NGTextBox textBox; private Controls.Base.NGLabel label; diff --git a/mRemoteV1/UI/Forms/Input/FrmInputBox.cs b/mRemoteV1/UI/Forms/Input/FrmInputBox.cs index e85d4f9ee..4bc482e77 100644 --- a/mRemoteV1/UI/Forms/Input/FrmInputBox.cs +++ b/mRemoteV1/UI/Forms/Input/FrmInputBox.cs @@ -20,8 +20,8 @@ namespace mRemoteNG.UI.Forms.Input private void ApplyLanguage() { - buttonOk.Text = Language.ButtonOK; - buttonCancel.Text = Language.ButtonCancel; + _Ok.Text = Language._Ok; + buttonCancel.Text = Language._Cancel; } private void ApplyTheme() @@ -32,7 +32,7 @@ namespace mRemoteNG.UI.Forms.Input ForeColor = _themeManager.ActiveTheme.ExtendedPalette.getColor("Dialog_Foreground"); } - private void buttonOk_Click(object sender, System.EventArgs e) + private void _Ok_Click(object sender, System.EventArgs e) { DialogResult = DialogResult.OK; returnValue = textBox.Text; diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs index 87c18ae90..39f3b0a9a 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs @@ -25,7 +25,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.TabAdvanced; + get => Language.Advanced; set { } } @@ -39,7 +39,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkLoadBalanceInfoUseUtf8.Text = Language.LoadBalanceInfoUseUtf8; lblConfigurePuttySessions.Text = Language.LabelPuttySessionsConfig; btnLaunchPutty.Text = Language.ButtonLaunchPutty; - btnBrowseCustomPuttyPath.Text = Language.ButtonBrowse; + btnBrowseCustomPuttyPath.Text = Language._Browse; chkUseCustomPuttyPath.Text = Language.CheckboxPuttyPath; lblUVNCSCPort.Text = Language.UltraVNCSCListeningPort; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs index 8c19a0792..415415e7b 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs @@ -34,11 +34,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkDoNotTrimUsername.Text = Language.DoNotTrimUsername; lblRdpReconnectionCount.Text = Language.RdpReconnectCount; - lblRDPConTimeout.Text = Language.RDPOverallConnectionTimeout; + lblRDPConTimeout.Text = Language.RdpOverallConnectionTimeout; lblAutoSave1.Text = Language.AutoSaveEvery; lblClosingConnections.Text = Language.LabelClosingConnections; - radCloseWarnAll.Text = Language.RadioCloseWarnAll; + radCloseWarnAll.Text = Language._CloseWarnAll; radCloseWarnMultiple.Text = Language.RadioCloseWarnMultiple; radCloseWarnExit.Text = Language.RadioCloseWarnExit; radCloseWarnNever.Text = Language.RadioCloseWarnNever; diff --git a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs index bb3b4101d..4b354b12d 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/NotificationsPage.cs @@ -1,4 +1,4 @@ -using System.Diagnostics; +using System.Diagnostics; using System.IO; using System.Windows.Forms; using mRemoteNG.App; @@ -16,7 +16,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.MenuNotifications; + get => Language.Notifications; set { } } @@ -25,7 +25,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.ApplyLanguage(); // notifications panel - groupBoxNotifications.Text = Language.MenuNotifications; + groupBoxNotifications.Text = Language.Notifications; labelNotificationsShowTypes.Text = Language.ShowTheseMessageTypes; chkShowDebugInMC.Text = Language.Debug; chkShowInfoInMC.Text = Language.Informations; diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs index 151b87079..b618b25e9 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Windows.Forms; using mRemoteNG.Themes; using System.Linq; @@ -40,8 +40,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - btnThemeDelete.Text = Language.OptionsThemeButtonDelete; - btnThemeNew.Text = Language.OptionsThemeButtonNew; + btnThemeDelete.Text = Language._Delete; + btnThemeNew.Text = Language._New; labelRestart.Text = Language.OptionsThemeChangeWarning; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs index a45f79140..0ff378507 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs @@ -46,7 +46,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages lblReleaseChannelExplanation.Text = Language.ReleaseChannelExplanation; chkUseProxyForAutomaticUpdates.Text = Language.CheckboxUpdateUseProxy; - lblProxyAddress.Text = Language.LabelAddress; + lblProxyAddress.Text = Language.Address; lblProxyPort.Text = Language.Port; chkUseProxyAuthentication.Text = Language.CheckboxProxyAuthentication; @@ -61,9 +61,9 @@ namespace mRemoteNG.UI.Forms.OptionsPages chkCheckForUpdatesOnStartup.Checked = Settings.Default.CheckForUpdatesOnStartup; cboUpdateCheckFrequency.Enabled = chkCheckForUpdatesOnStartup.Checked; cboUpdateCheckFrequency.Items.Clear(); - var nDaily = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyDaily); - var nWeekly = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyWeekly); - var nMonthly = cboUpdateCheckFrequency.Items.Add(Language.UpdateFrequencyMonthly); + var nDaily = cboUpdateCheckFrequency.Items.Add(Language.Daily); + var nWeekly = cboUpdateCheckFrequency.Items.Add(Language.Weekly); + var nMonthly = cboUpdateCheckFrequency.Items.Add(Language.Monthly); if (Settings.Default.CheckForUpdatesFrequencyDays < 1) { chkCheckForUpdatesOnStartup.Checked = false; @@ -129,15 +129,15 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.SaveSettings(); Settings.Default.CheckForUpdatesOnStartup = chkCheckForUpdatesOnStartup.Checked; - if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyDaily) + if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.Daily) { Settings.Default.CheckForUpdatesFrequencyDays = 1; } - else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyWeekly) + else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.Weekly) { Settings.Default.CheckForUpdatesFrequencyDays = 7; } - else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.UpdateFrequencyMonthly) + else if (cboUpdateCheckFrequency.SelectedItem.ToString() == Language.Monthly) { Settings.Default.CheckForUpdatesFrequencyDays = 31; } @@ -254,12 +254,12 @@ namespace mRemoteNG.UI.Forms.OptionsPages } CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.ProxyTestSucceeded, "", - Language.ButtonOK, false); + Language._Ok, false); } catch (Exception ex) { CTaskDialog.ShowCommandBox(this, Application.ProductName, Language.ProxyTestFailed, - MiscTools.GetExceptionMessageRecursive(ex), "", "", "", Language.ButtonOK, + MiscTools.GetExceptionMessageRecursive(ex), "", "", "", Language._Ok, false, ESysIcons.Error, 0); diff --git a/mRemoteV1/UI/Forms/PasswordForm.Designer.cs b/mRemoteV1/UI/Forms/PasswordForm.Designer.cs index 0e61528e1..1cb6665f3 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.Designer.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.Designer.cs @@ -75,7 +75,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.ButtonOK; + this.btnOK.Text = global::mRemoteNG.Language._Ok; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.BtnOK_Click); // @@ -88,7 +88,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.ButtonCancel; + this.btnCancel.Text = global::mRemoteNG.Language._Cancel; this.btnCancel.UseVisualStyleBackColor = true; this.btnCancel.Click += new System.EventHandler(this.BtnCancel_Click); // diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteV1/UI/Forms/PasswordForm.cs index fb1d71109..ad7f1a11c 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.cs @@ -101,8 +101,8 @@ namespace mRemoteNG.UI.Forms lblPassword.Text = Language.Password; lblVerify.Text = Language.LabelVerify; - btnCancel.Text = Language.ButtonCancel; - btnOK.Text = Language.ButtonOK; + btnCancel.Text = Language._Cancel; + btnOK.Text = Language._Ok; } private void ApplyTheme() diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs index 1d64b608b..f59f52ebb 100644 --- a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs +++ b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs @@ -54,10 +54,10 @@ namespace mRemoteNG.UI.Forms labelStackTraceHeader.Text = Language.StackTrace; labelEnvironment.Text = Language.Environment; buttonCreateBug.Text = Language.MenuReportBug; - buttonCopyAll.Text = Language.MenuNotificationsCopyAll; + buttonCopyAll.Text = Language.CopyAll; buttonClose.Text = _isFatal - ? Language.MenuExit - : Language.ButtonClose; + ? Language.Exit + : Language._Close; } private void buttonCopyAll_Click(object sender, EventArgs e) diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs b/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs index fbca99e7a..65e273994 100644 --- a/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs +++ b/mRemoteV1/UI/Forms/frmChoosePanel.Designer.cs @@ -1,4 +1,4 @@ - + namespace mRemoteNG.UI.Forms { @@ -52,7 +52,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.ButtonOK; + this.btnOK.Text = global::mRemoteNG.Language._Ok; this.btnOK.UseVisualStyleBackColor = true; this.btnOK.Click += new System.EventHandler(this.btnOK_Click); // @@ -74,7 +74,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.ButtonNew; + this.btnNew.Text = global::mRemoteNG.Language._New; this.btnNew.UseVisualStyleBackColor = true; this.btnNew.Click += new System.EventHandler(this.btnNew_Click); // diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.cs b/mRemoteV1/UI/Forms/frmChoosePanel.cs index 3a78debb7..93e098c71 100644 --- a/mRemoteV1/UI/Forms/frmChoosePanel.cs +++ b/mRemoteV1/UI/Forms/frmChoosePanel.cs @@ -1,4 +1,4 @@ -using System.Windows.Forms; +using System.Windows.Forms; using mRemoteNG.App; using mRemoteNG.Themes; using mRemoteNG.UI.Forms.Input; @@ -31,9 +31,9 @@ namespace mRemoteNG.UI.Forms private void ApplyLanguage() { - btnOK.Text = Language.ButtonOK; + btnOK.Text = Language._Ok; lblDescription.Text = Language.LabelSelectPanel; - btnNew.Text = Language.ButtonNew; + btnNew.Text = Language._New; Text = Language.TitleSelectPanel; } diff --git a/mRemoteV1/UI/Forms/frmOptions.cs b/mRemoteV1/UI/Forms/frmOptions.cs index a377e523d..8583bdb0d 100644 --- a/mRemoteV1/UI/Forms/frmOptions.cs +++ b/mRemoteV1/UI/Forms/frmOptions.cs @@ -37,9 +37,9 @@ namespace mRemoteNG.UI.Forms // Handle the main page here and the individual pages in // AddOptionsPagesToListView() -- one less foreach loop.... Text = Language.OptionsPageTitle; - btnOK.Text = Language.ButtonOK; - btnCancel.Text = Language.ButtonCancel; - btnApply.Text = Language.ButtonApply; + btnOK.Text = Language._Ok; + btnCancel.Text = Language._Cancel; + btnApply.Text = Language.Apply; ApplyTheme(); ThemeManager.getInstance().ThemeChanged += ApplyTheme; lstOptionPages.SelectedIndexChanged += LstOptionPages_SelectedIndexChanged; diff --git a/mRemoteV1/UI/Menu/HelpMenu.cs b/mRemoteV1/UI/Menu/HelpMenu.cs index 1a2dabab2..22d88e5a4 100644 --- a/mRemoteV1/UI/Menu/HelpMenu.cs +++ b/mRemoteV1/UI/Menu/HelpMenu.cs @@ -56,7 +56,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenInfo"; Size = new System.Drawing.Size(44, 20); - Text = Language.MenuHelp; + Text = Language._Help; TextDirection = ToolStripTextDirection.Horizontal; // // mMenInfoHelp @@ -86,7 +86,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoDonate.Image = Resources.Donate; _mMenInfoDonate.Name = "mMenInfoDonate"; _mMenInfoDonate.Size = new System.Drawing.Size(190, 22); - _mMenInfoDonate.Text = Language.MenuDonate; + _mMenInfoDonate.Text = Language.Donate; _mMenInfoDonate.Click += mMenInfoDonate_Click; // // mMenInfoForum @@ -134,10 +134,10 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { - Text = Language.MenuHelp; + Text = Language._Help; _mMenInfoHelp.Text = Language.MenuHelpContents; _mMenInfoWebsite.Text = Language.MenuWebsite; - _mMenInfoDonate.Text = Language.MenuDonate; + _mMenInfoDonate.Text = Language.Donate; _mMenInfoForum.Text = Language.MenuSupportForum; _mMenInfoBugReport.Text = Language.MenuReportBug; _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; diff --git a/mRemoteV1/UI/Menu/MainFileMenu.cs b/mRemoteV1/UI/Menu/MainFileMenu.cs index c44eea8bc..96197c40c 100644 --- a/mRemoteV1/UI/Menu/MainFileMenu.cs +++ b/mRemoteV1/UI/Menu/MainFileMenu.cs @@ -93,7 +93,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenFile"; Size = new System.Drawing.Size(37, 20); - Text = Language.MenuFile; + Text = Language._File; //DropDownOpening += mMenFile_DropDownOpening; DropDownClosed += OnDropDownClosed; // @@ -214,7 +214,7 @@ namespace mRemoteNG.UI.Menu }); _mMenFileImport.Name = "mMenFileImport"; _mMenFileImport.Size = new System.Drawing.Size(281, 22); - _mMenFileImport.Text = Language.ImportMenuItem; + _mMenFileImport.Text = Language._Import; // // mMenFileImportFromFile // @@ -241,7 +241,7 @@ namespace mRemoteNG.UI.Menu // _mMenFileExport.Name = "mMenFileExport"; _mMenFileExport.Size = new System.Drawing.Size(281, 22); - _mMenFileExport.Text = Language.ExportToFileMenuItem; + _mMenFileExport.Text = Language._ExportToFile; _mMenFileExport.Click += mMenFileExport_Click; // // mMenFileSep5 @@ -255,25 +255,25 @@ namespace mRemoteNG.UI.Menu _mMenFileExit.Name = "mMenFileExit"; _mMenFileExit.ShortcutKeys = Keys.Alt | Keys.F4; _mMenFileExit.Size = new System.Drawing.Size(281, 22); - _mMenFileExit.Text = Language.MenuExit; + _mMenFileExit.Text = Language.Exit; _mMenFileExit.Click += mMenFileExit_Click; } public void ApplyLanguage() { - Text = Language.MenuFile; + Text = Language._File; _mMenFileNewConnection.Text = Language.NewConnection; _mMenFileNewFolder.Text = Language.NewFolder; _mMenFileNew.Text = Language.MenuNewConnectionFile; _mMenFileLoad.Text = Language.MenuOpenConnectionFile; _mMenFileSave.Text = Language.MenuSaveConnectionFile; _mMenFileSaveAs.Text = Language.MenuSaveConnectionFileAs; - _mMenFileImport.Text = Language.ImportMenuItem; + _mMenFileImport.Text = Language._Import; _mMenFileImportFromFile.Text = Language.ImportFromFileMenuItem; _mMenFileImportFromActiveDirectory.Text = Language.ImportAD; _mMenFileImportFromPortScan.Text = Language.ImportPortScan; - _mMenFileExport.Text = Language.ExportToFileMenuItem; - _mMenFileExit.Text = Language.MenuExit; + _mMenFileExport.Text = Language._ExportToFile; + _mMenFileExit.Text = Language.Exit; } #region File @@ -329,7 +329,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; _mMenFileDelete.Text = Language.Delete; - _mMenFileRename.Text = Language.MenuRename; + _mMenFileRename.Text = Language.Rename; _mMenFileDuplicate.Text = Language.Duplicate; _mMenReconnectAll.Text = Language.MenuReconnectAll; break; @@ -341,7 +341,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; _mMenFileDelete.Text = Language.Delete; - _mMenFileRename.Text = Language.MenuRename; + _mMenFileRename.Text = Language.Rename; _mMenFileDuplicate.Text = Language.Duplicate; _mMenReconnectAll.Text = Language.MenuReconnectAll; break; diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs index e3fcff858..43c284050 100644 --- a/mRemoteV1/UI/Menu/ToolsMenu.cs +++ b/mRemoteV1/UI/Menu/ToolsMenu.cs @@ -47,7 +47,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenTools"; Size = new System.Drawing.Size(48, 20); - Text = Language.MenuTools; + Text = Language._Tools; // // mMenToolsSSHTransfer // @@ -71,7 +71,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsExternalApps.Image = Resources.ExtApp; _mMenToolsExternalApps.Name = "mMenToolsExternalApps"; _mMenToolsExternalApps.Size = new System.Drawing.Size(184, 22); - _mMenToolsExternalApps.Text = Language.MenuExternalTools; + _mMenToolsExternalApps.Text = Language.ExternalTool; _mMenToolsExternalApps.Click += mMenToolsExternalApps_Click; // // mMenToolsPortScan @@ -79,7 +79,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsPortScan.Image = Resources.PortScan; _mMenToolsPortScan.Name = "mMenToolsPortScan"; _mMenToolsPortScan.Size = new System.Drawing.Size(184, 22); - _mMenToolsPortScan.Text = Language.MenuPortScan; + _mMenToolsPortScan.Text = Language.PortScan; _mMenToolsPortScan.Click += mMenToolsPortScan_Click; // // mMenViewScreenshotManager @@ -106,10 +106,10 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { - Text = Language.MenuTools; + Text = Language._Tools; _mMenToolsSshTransfer.Text = Language.MenuSSHFileTransfer; - _mMenToolsExternalApps.Text = Language.MenuExternalTools; - _mMenToolsPortScan.Text = Language.MenuPortScan; + _mMenToolsExternalApps.Text = Language.ExternalTool; + _mMenToolsPortScan.Text = Language.PortScan; _mMenViewScreenshotManager.Text = Language.Screenshots; _mMenToolsOptions.Text = Language.Options; } diff --git a/mRemoteV1/UI/Menu/ViewMenu.cs b/mRemoteV1/UI/Menu/ViewMenu.cs index 9a5b3c4be..90667cd94 100644 --- a/mRemoteV1/UI/Menu/ViewMenu.cs +++ b/mRemoteV1/UI/Menu/ViewMenu.cs @@ -88,7 +88,7 @@ namespace mRemoteNG.UI.Menu }); Name = "mMenView"; Size = new System.Drawing.Size(44, 20); - Text = Language.MenuView; + Text = Language._View; //DropDownOpening += mMenView_DropDownOpening; // // mMenViewAddConnectionPanel @@ -138,7 +138,7 @@ namespace mRemoteNG.UI.Menu _mMenViewErrorsAndInfos.Image = Resources.ErrorsAndInfos; _mMenViewErrorsAndInfos.Name = "mMenViewErrorsAndInfos"; _mMenViewErrorsAndInfos.Size = new System.Drawing.Size(228, 22); - _mMenViewErrorsAndInfos.Text = Language.MenuNotifications; + _mMenViewErrorsAndInfos.Text = Language.Notifications; _mMenViewErrorsAndInfos.Click += mMenViewErrorsAndInfos_Click; // // ToolStripSeparator1 @@ -156,7 +156,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpTo.Image = Resources.JumpTo; _mMenViewJumpTo.Name = "mMenViewJumpTo"; _mMenViewJumpTo.Size = new System.Drawing.Size(228, 22); - _mMenViewJumpTo.Text = Language.MenuJumpTo; + _mMenViewJumpTo.Text = Language.JumpTo; // // mMenViewJumpToConnectionsConfig // @@ -173,7 +173,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpToErrorsInfos.Name = "mMenViewJumpToErrorsInfos"; _mMenViewJumpToErrorsInfos.ShortcutKeys = Keys.Control | Keys.Alt | Keys.E; _mMenViewJumpToErrorsInfos.Size = new System.Drawing.Size(258, 22); - _mMenViewJumpToErrorsInfos.Text = Language.MenuNotifications; + _mMenViewJumpToErrorsInfos.Text = Language.Notifications; _mMenViewJumpToErrorsInfos.Click += mMenViewJumpToErrorsInfos_Click; // // mMenViewResetLayout @@ -218,7 +218,7 @@ namespace mRemoteNG.UI.Menu _mMenViewMultiSshToolbar.Image = Resources.Panels; _mMenViewMultiSshToolbar.Name = "mMenViewMultiSSHToolbar"; _mMenViewMultiSshToolbar.Size = new System.Drawing.Size(279, 26); - _mMenViewMultiSshToolbar.Text = Language.MenuMultiSshToolbar; + _mMenViewMultiSshToolbar.Text = Language.MultiSshToolbar; _mMenViewMultiSshToolbar.Click += mMenViewMultiSSHToolbar_Click; // // mMenViewSep3 @@ -240,15 +240,15 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { - Text = Language.MenuView; + Text = Language._View; _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; _mMenViewConnections.Text = Language.Connections; _mMenViewConfig.Text = Language.MenuConfig; - _mMenViewErrorsAndInfos.Text = Language.MenuNotifications; - _mMenViewJumpTo.Text = Language.MenuJumpTo; + _mMenViewErrorsAndInfos.Text = Language.Notifications; + _mMenViewJumpTo.Text = Language.JumpTo; _mMenViewJumpToConnectionsConfig.Text = Language.MenuConnectionsAndConfig; - _mMenViewJumpToErrorsInfos.Text = Language.MenuNotifications; + _mMenViewJumpToErrorsInfos.Text = Language.Notifications; _mMenViewResetLayout.Text = Language.MenuResetLayout; _mMenViewLockToolbars.Text = Language.LockToolbars; _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; diff --git a/mRemoteV1/UI/Panels/PanelAdder.cs b/mRemoteV1/UI/Panels/PanelAdder.cs index 475130e4e..fc9fb1f2b 100644 --- a/mRemoteV1/UI/Panels/PanelAdder.cs +++ b/mRemoteV1/UI/Panels/PanelAdder.cs @@ -94,7 +94,7 @@ namespace mRemoteNG.UI.Panels { var cMenClose = new ToolStripMenuItem { - Text = Language.ButtonClose, + Text = Language._Close, Image = Resources.Panel_Close, Tag = pnlcForm }; diff --git a/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs b/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs index 1c8caf4eb..55785aa90 100644 --- a/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs +++ b/mRemoteV1/UI/TaskDialog/frmTaskDialog.cs @@ -1,4 +1,4 @@ -using mRemoteNG.Themes; +using mRemoteNG.Themes; using mRemoteNG.UI.Controls.Base; using System; using System.Collections.Generic; @@ -274,16 +274,16 @@ namespace mRemoteNG.UI.TaskDialog bt1.DialogResult = DialogResult.Yes; bt2.Text = Language.No; bt2.DialogResult = DialogResult.No; - bt3.Text = Language.ButtonCancel; + bt3.Text = Language._Cancel; bt3.DialogResult = DialogResult.Cancel; AcceptButton = bt1; CancelButton = bt3; break; case ETaskDialogButtons.OkCancel: bt1.Visible = false; - bt2.Text = Language.ButtonOK; + bt2.Text = Language._Ok; bt2.DialogResult = DialogResult.OK; - bt3.Text = Language.ButtonCancel; + bt3.Text = Language._Cancel; bt3.DialogResult = DialogResult.Cancel; AcceptButton = bt2; CancelButton = bt3; @@ -291,7 +291,7 @@ namespace mRemoteNG.UI.TaskDialog case ETaskDialogButtons.Ok: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.ButtonOK; + bt3.Text = Language._Ok; bt3.DialogResult = DialogResult.OK; AcceptButton = bt3; CancelButton = bt3; @@ -299,14 +299,14 @@ namespace mRemoteNG.UI.TaskDialog case ETaskDialogButtons.Close: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.ButtonClose; + bt3.Text = Language._Close; bt3.DialogResult = DialogResult.Cancel; CancelButton = bt3; break; case ETaskDialogButtons.Cancel: bt1.Visible = false; bt2.Visible = false; - bt3.Text = Language.ButtonCancel; + bt3.Text = Language._Cancel; bt3.DialogResult = DialogResult.Cancel; CancelButton = bt3; break; diff --git a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs index 41baed20b..79a19b134 100644 --- a/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs +++ b/mRemoteV1/UI/Window/ActiveDirectoryImportWindow.cs @@ -69,11 +69,11 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - btnImport.Text = Language.ButtonImport; + btnImport.Text = Language._Import; lblDomain.Text = Language.Domain; chkSubOU.Text = Language.ImportSubOUs; - btnChangeDomain.Text = Language.ButtonChange; - btnClose.Text = Language.ButtonClose; + btnChangeDomain.Text = Language.Change; + btnClose.Text = Language._Close; } private void ChangeDomain() diff --git a/mRemoteV1/UI/Window/ConfigWindow.cs b/mRemoteV1/UI/Window/ConfigWindow.cs index cac626306..31caf5810 100644 --- a/mRemoteV1/UI/Window/ConfigWindow.cs +++ b/mRemoteV1/UI/Window/ConfigWindow.cs @@ -294,7 +294,7 @@ namespace mRemoteNG.UI.Window { _btnShowInheritance.Text = Language.Inheritance; _btnShowDefaultInheritance.Text = Language.ButtonDefaultInheritance; - _btnShowProperties.Text = Language.ButtonProperties; + _btnShowProperties.Text = Language.Properties; _btnShowDefaultProperties.Text = Language.ButtonDefaultProperties; _btnIcon.Text = Language.Icon; _btnHostStatus.Text = Language.Status; diff --git a/mRemoteV1/UI/Window/ConnectionWindow.cs b/mRemoteV1/UI/Window/ConnectionWindow.cs index 1b79a27f8..05e8c98cf 100644 --- a/mRemoteV1/UI/Window/ConnectionWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionWindow.cs @@ -274,7 +274,7 @@ namespace mRemoteNG.UI.Window cmenTabSendSpecialKeys.Text = Language.MenuSendSpecialKeys; cmenTabSendSpecialKeysCtrlAltDel.Text = Language.CtrlAltDel; cmenTabSendSpecialKeysCtrlEsc.Text = Language.CtrlEsc; - cmenTabExternalApps.Text = Language.MenuExternalTools; + cmenTabExternalApps.Text = Language._Tools; cmenTabRenameTab.Text = Language.MenuRenameTab; cmenTabDuplicateTab.Text = Language.MenuDuplicateTab; cmenTabReconnect.Text = Language.MenuReconnect; diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs index 8d510d43e..0eb2146a6 100644 --- a/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs +++ b/mRemoteV1/UI/Window/ErrorAndInfoWindow.Designer.cs @@ -80,7 +80,7 @@ namespace mRemoteNG.UI.Window // // clmMessage // - this.clmMessage.Text = global::mRemoteNG.Language.ColumnMessage; + this.clmMessage.Text = global::mRemoteNG.Language.Message; this.clmMessage.Width = 184; // // cMenMC @@ -100,7 +100,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.MenuCopy; + this.cMenMCCopy.Text = global::mRemoteNG.Language.Copy; this.cMenMCCopy.Click += new System.EventHandler(this.cMenMCCopy_Click); // // cMenMCDelete @@ -151,7 +151,7 @@ namespace mRemoteNG.UI.Window this.HideOnClose = true; this.Icon = global::mRemoteNG.Resources.Info_Icon; this.Name = "ErrorAndInfoWindow"; - this.TabText = global::mRemoteNG.Language.MenuNotifications; + this.TabText = global::mRemoteNG.Language.Notifications; this.Text = "Notifications"; this.Load += new System.EventHandler(this.ErrorsAndInfos_Load); this.Resize += new System.EventHandler(this.ErrorsAndInfos_Resize); diff --git a/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs b/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs index c185a0ae0..e498021b6 100644 --- a/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs +++ b/mRemoteV1/UI/Window/ErrorAndInfoWindow.cs @@ -48,11 +48,11 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - clmMessage.Text = Language.ColumnMessage; - cMenMCCopy.Text = Language.MenuNotificationsCopyAll; - cMenMCDelete.Text = Language.MenuNotificationsDeleteAll; - TabText = Language.MenuNotifications; - Text = Language.MenuNotifications; + clmMessage.Text = Language.Message; + cMenMCCopy.Text = Language.CopyAll; + cMenMCDelete.Text = Language.DeleteAll; + TabText = Language.Notifications; + Text = Language.Notifications; } #endregion @@ -306,13 +306,13 @@ namespace mRemoteNG.UI.Window if (lvErrorCollector.SelectedItems.Count > 0) { - cMenMCCopy.Text = Language.MenuCopy; - cMenMCDelete.Text = Language.MenuNotificationsDelete; + cMenMCCopy.Text = Language.Copy; + cMenMCDelete.Text = Language.Delete; } else { - cMenMCCopy.Text = Language.MenuNotificationsCopyAll; - cMenMCDelete.Text = Language.MenuNotificationsDeleteAll; + cMenMCCopy.Text = Language.CopyAll; + cMenMCDelete.Text = Language.DeleteAll; } } diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteV1/UI/Window/ExternalToolsWindow.cs index fa4986a2c..5a0a4dc7e 100644 --- a/mRemoteV1/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteV1/UI/Window/ExternalToolsWindow.cs @@ -44,12 +44,12 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - Text = Language.MenuExternalTools; - TabText = Language.MenuExternalTools; + Text = Language.ExternalTool; + TabText = Language.ExternalTool; - NewToolToolstripButton.Text = Language.ButtonNew; - DeleteToolToolstripButton.Text = Language.OptionsThemeButtonDelete; - LaunchToolToolstripButton.Text = Language.ButtonLaunch; + NewToolToolstripButton.Text = Language._New; + DeleteToolToolstripButton.Text = Language.Delete; + LaunchToolToolstripButton.Text = Language._Launch; DisplayNameColumnHeader.Text = Language.DisplayName; FilenameColumnHeader.Text = Language.Filename; @@ -57,7 +57,7 @@ namespace mRemoteNG.UI.Window WorkingDirColumnHeader.Text = Language.WorkingDirColumnHeader; WaitForExitColumnHeader.Text = Language.WaitForExit; TryToIntegrateColumnHeader.Text = Language.TryToIntegrate; - RunElevateHeader.Text = Language.RunElevateHeader; + RunElevateHeader.Text = Language.RunElevated; ShowOnToolbarColumnHeader.Text = Language.ShowOnToolbarColumnHeader; TryToIntegrateCheckBox.Text = Language.TryToIntegrate; @@ -73,8 +73,8 @@ namespace mRemoteNG.UI.Window OptionsLabel.Text = Language.Options; WaitForExitCheckBox.Text = Language.WaitForExit; - BrowseButton.Text = Language.ButtonBrowse; - BrowseWorkingDir.Text = Language.ButtonBrowse; + BrowseButton.Text = Language._Browse; + BrowseWorkingDir.Text = Language._Browse; NewToolMenuItem.Text = Language.MenuNewExternalTool; DeleteToolMenuItem.Text = Language.MenuDeleteExternalTool; LaunchToolMenuItem.Text = Language.MenuLaunchExternalTool; diff --git a/mRemoteV1/UI/Window/PortScanWindow.cs b/mRemoteV1/UI/Window/PortScanWindow.cs index 721fe2c31..26e74f64a 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.cs @@ -161,18 +161,18 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { lblStartIP.Text = Language.StartIP; - lblEndIP.Text = Language.EndIP; - btnScan.Text = Language.ButtonScan; - btnImport.Text = Language.ButtonImport; + lblEndIP.Text = Language.LastIp; + btnScan.Text = Language._Scan; + btnImport.Text = Language._Import; lblOnlyImport.Text = Language.ProtocolToImport; clmHost.Text = Language.HostnameIp; clmOpenPorts.Text = Language.OpenPorts; clmClosedPorts.Text = Language.ClosedPorts; ngCheckFirstPort.Text = Language.StartPort; - ngCheckLastPort.Text = Language.EndPort; + ngCheckLastPort.Text = Language.LastPort; lblTimeout.Text = Language.TimeoutInSeconds; - TabText = Language.MenuPortScan; - Text = Language.MenuPortScan; + TabText = Language.PortScan; + Text = Language.PortScan; } private void ShowImportControls(bool controlsVisible) @@ -227,7 +227,7 @@ namespace mRemoteNG.UI.Window private void SwitchButtonText() { - btnScan.Text = _scanning ? Language.ButtonStop : Language.ButtonScan; + btnScan.Text = _scanning ? Language._Stop : Language._Scan; prgBar.Maximum = 100; prgBar.Value = 0; diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteV1/UI/Window/SSHTransferWindow.cs index 9db42bb1f..20746a58e 100644 --- a/mRemoteV1/UI/Window/SSHTransferWindow.cs +++ b/mRemoteV1/UI/Window/SSHTransferWindow.cs @@ -357,7 +357,7 @@ namespace mRemoteNG.UI.Window grpFiles.Text = Language.GroupboxFiles; lblLocalFile.Text = Language.LocalFile + ":"; lblRemoteFile.Text = Language.RemoteFile + ":"; - btnBrowse.Text = Language.ButtonBrowse; + btnBrowse.Text = Language._Browse; grpConnection.Text = Language.Connection; lblProtocol.Text = Language.Protocol; lblPassword.Text = Language.Password; diff --git a/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs b/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs index 2e1820160..eeea02bb6 100644 --- a/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs +++ b/mRemoteV1/UI/Window/ScreenshotManagerWindow.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Drawing; using System.Windows.Forms; using WeifenLuo.WinFormsUI.Docking; @@ -180,10 +180,10 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - mMenFile.Text = Language.MenuFile; + mMenFile.Text = Language._File; mMenFileSaveAll.Text = Language.SaveAll; mMenFileRemoveAll.Text = Language.RemoveAll; - cMenScreenshotCopy.Text = Language.MenuCopy; + cMenScreenshotCopy.Text = Language.Copy; cMenScreenshotSave.Text = Language.Save; dlgSaveSingleImage.Filter = Language.SaveImageFilter; TabText = Language.Screenshots; diff --git a/mRemoteV1/UI/Window/UpdateWindow.cs b/mRemoteV1/UI/Window/UpdateWindow.cs index d032a77c2..d928dc809 100644 --- a/mRemoteV1/UI/Window/UpdateWindow.cs +++ b/mRemoteV1/UI/Window/UpdateWindow.cs @@ -59,9 +59,9 @@ namespace mRemoteNG.UI.Window { Text = Language.MenuCheckForUpdates; TabText = Language.MenuCheckForUpdates; - btnCheckForUpdate.Text = Language.CheckForUpdate; + btnCheckForUpdate.Text = Language.CheckAgain; btnDownload.Text = Runtime.IsPortableEdition - ? Language.DownloadPortable + ? Language.Download : Language.DownloadAndInstall; lblChangeLogLabel.Text = Language.Changelog; lblInstalledVersion.Text = Language.Version; From f850635260fb8b56a96f0a5c609ff4e160b26dc5 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 14:22:50 +0200 Subject: [PATCH 07/11] even more cleanup --- mRemoteV1/App/Import.cs | 4 +- .../Connection/AbstractConnectionRecord.cs | 40 +- .../Connection/ConnectionInfoInheritance.cs | 40 +- .../Connection/Protocol/RDP/RDPResolutions.cs | 4 +- .../Connection/Protocol/RDP/RDPSounds.cs | 4 +- .../Resources/Language/Language.Designer.cs | 1243 ++++++++--------- .../Resources/Language/Language.cs-CZ.resx | 142 +- mRemoteV1/Resources/Language/Language.de.resx | 143 +- mRemoteV1/Resources/Language/Language.el.resx | 10 +- .../Resources/Language/Language.en-US.resx | 6 +- .../Resources/Language/Language.es-AR.resx | 6 +- mRemoteV1/Resources/Language/Language.es.resx | 128 +- mRemoteV1/Resources/Language/Language.fr.resx | 128 +- mRemoteV1/Resources/Language/Language.hu.resx | 46 +- mRemoteV1/Resources/Language/Language.it.resx | 128 +- .../Resources/Language/Language.ja-JP.resx | 138 +- .../Resources/Language/Language.ko-KR.resx | 142 +- mRemoteV1/Resources/Language/Language.lt.resx | 6 +- .../Resources/Language/Language.nb-NO.resx | 153 +- mRemoteV1/Resources/Language/Language.nl.resx | 128 +- mRemoteV1/Resources/Language/Language.pl.resx | 126 +- .../Resources/Language/Language.pt-BR.resx | 10 +- mRemoteV1/Resources/Language/Language.pt.resx | 126 +- mRemoteV1/Resources/Language/Language.resx | 159 ++- mRemoteV1/Resources/Language/Language.ru.resx | 153 +- .../Resources/Language/Language.tr-TR.resx | 140 +- mRemoteV1/Resources/Language/Language.uk.resx | 149 +- .../Resources/Language/Language.zh-CN.resx | 153 +- .../Resources/Language/Language.zh-TW.resx | 128 +- mRemoteV1/Tools/ReconnectGroup.cs | 2 +- mRemoteV1/Tree/Root/RootNodeInfo.cs | 4 +- .../Tree/Root/RootPuttySessionsNodeInfo.cs | 2 +- .../UI/Controls/ConnectionContextMenu.cs | 7 +- .../UI/Controls/ExternalToolsToolStrip.cs | 2 +- mRemoteV1/UI/Controls/IPTextBox.cs | 2 +- mRemoteV1/UI/Forms/ExportForm.cs | 2 +- mRemoteV1/UI/Forms/FrmAbout.cs | 2 +- .../UI/Forms/OptionsPages/AdvancedPage.cs | 6 +- .../UI/Forms/OptionsPages/ComponentsPage.cs | 8 +- .../UI/Forms/OptionsPages/ConnectionsPage.cs | 2 +- .../UI/Forms/OptionsPages/SqlServerPage.cs | 4 +- mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs | 2 +- .../UI/Forms/OptionsPages/UpdatesPage.cs | 6 +- mRemoteV1/UI/Forms/PasswordForm.cs | 2 +- .../UI/Forms/UnhandledExceptionWindow.cs | 2 +- mRemoteV1/UI/Forms/frmChoosePanel.cs | 2 +- mRemoteV1/UI/Forms/frmMain.cs | 2 +- mRemoteV1/UI/Menu/HelpMenu.cs | 20 +- mRemoteV1/UI/Menu/MainFileMenu.cs | 44 +- mRemoteV1/UI/Menu/ToolsMenu.cs | 4 +- mRemoteV1/UI/Menu/ViewMenu.cs | 30 +- mRemoteV1/UI/Window/ConfigWindow.cs | 6 +- mRemoteV1/UI/Window/ConnectionWindow.cs | 20 +- mRemoteV1/UI/Window/ExternalToolsWindow.cs | 6 +- mRemoteV1/UI/Window/PortScanWindow.cs | 4 +- mRemoteV1/UI/Window/SSHTransferWindow.cs | 6 +- mRemoteV1/UI/Window/UpdateWindow.cs | 12 +- 57 files changed, 1983 insertions(+), 2011 deletions(-) diff --git a/mRemoteV1/App/Import.cs b/mRemoteV1/App/Import.cs index bbc3b7e59..bf4963216 100644 --- a/mRemoteV1/App/Import.cs +++ b/mRemoteV1/App/Import.cs @@ -1,4 +1,4 @@ -using System; +using System; using System.Collections.Generic; using System.IO; using System.Windows.Forms; @@ -40,7 +40,7 @@ namespace mRemoteNG.App openFileDialog.FileNames, importDestinationContainer, Runtime.ConnectionsService, - fileName => MessageBox.Show(string.Format(Language.ImportFileFailedContent, fileName), Language.ImportFileFailedMainInstruction, + fileName => MessageBox.Show(string.Format(Language.ImportFileFailedContent, fileName), Language.AskUpdatesMainInstruction, MessageBoxButtons.OK, MessageBoxIcon.Exclamation, MessageBoxDefaultButton.Button1)); } } diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index 78acfcf78..39f10bc8d 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -98,7 +98,7 @@ namespace mRemoteNG.Connection #region Display - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Name)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionName))] public virtual string Name @@ -107,7 +107,7 @@ namespace mRemoteNG.Connection set => SetField(ref _name, value, "Name"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDescription)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDescription))] public virtual string Description @@ -116,7 +116,7 @@ namespace mRemoteNG.Connection set => SetField(ref _description, value, "Description"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), TypeConverter(typeof(ConnectionIcon)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Icon)), LocalizedAttributes.LocalizedDescription(nameof(Language.Icon))] @@ -126,7 +126,7 @@ namespace mRemoteNG.Connection set => SetField(ref _icon, value, "Icon"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public virtual string Panel @@ -385,7 +385,7 @@ namespace mRemoteNG.Connection #region RD Gateway - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsageMethod)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -396,7 +396,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUsageMethod, value, "RDGatewayUsageMethod"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayHostname)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayHostname)), UsedInProtocol(ProtocolType.RDP)] @@ -406,7 +406,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayHostname, value?.Trim(), "RDGatewayHostname"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), @@ -417,7 +417,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUseConnectionCredentials, value, "RDGatewayUseConnectionCredentials"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsername)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsername)), UsedInProtocol(ProtocolType.RDP)] @@ -427,7 +427,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayUsername, value?.Trim(), "RDGatewayUsername"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayPassword)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyNameRDGatewayPassword)), PasswordPropertyText(true), @@ -438,7 +438,7 @@ namespace mRemoteNG.Connection set => SetField(ref _rdGatewayPassword, value, "RDGatewayPassword"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 4), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayDomain)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayDomain)), UsedInProtocol(ProtocolType.RDP)] @@ -475,7 +475,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Colors)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] @@ -552,7 +552,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableMenuAnimations)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisableMenuAnimations)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -599,7 +599,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectDrives)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DiskDrives)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -666,7 +666,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSoundQuality)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.SoundQuality)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -693,7 +693,7 @@ namespace mRemoteNG.Connection [Browsable(false)] public string ConstantID { get; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolBefore)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(ExternalToolsTypeConverter))] @@ -703,7 +703,7 @@ namespace mRemoteNG.Connection set => SetField(ref _preExtApp, value, "PreExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolAfter)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(ExternalToolsTypeConverter))] @@ -713,7 +713,7 @@ namespace mRemoteNG.Connection set => SetField(ref _postExtApp, value, "PostExtApp"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameMACAddress)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionMACAddress))] public virtual string MacAddress @@ -722,7 +722,7 @@ namespace mRemoteNG.Connection set => SetField(ref _macAddress, value, "MacAddress"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUser1)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUser1))] public virtual string UserField @@ -731,7 +731,7 @@ namespace mRemoteNG.Connection set => SetField(ref _userField, value, "UserField"); } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 7), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameFavorite)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -839,7 +839,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Colors)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index a76a9a6a0..da3631b15 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -15,7 +15,7 @@ namespace mRemoteNG.Connection #region General [LocalizedAttributes.LocalizedCategory(nameof(Language.General)), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAll)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.All)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAll)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EverythingInherited @@ -28,19 +28,19 @@ namespace mRemoteNG.Connection #region Display - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display), 2), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDescription)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDescription)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Description { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display), 2), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Icon)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionIcon)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Icon { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay), 2), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display), 2), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPanel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -189,37 +189,37 @@ namespace mRemoteNG.Connection #region RD Gateway - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsageMethod)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsageMethod { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayHostname)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayHostname)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayHostname { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUseConnectionCredentials { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsername)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsername { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayPassword)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayPassword { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryGateway), 5), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayDomain)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayDomain)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -242,7 +242,7 @@ namespace mRemoteNG.Connection public bool AutomaticResize { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Colors)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Colors { get; set; } @@ -284,7 +284,7 @@ namespace mRemoteNG.Connection public bool DisableFullWindowDrag { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableMenuAnimations)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisableMenuAnimations)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableMenuAnimations)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableMenuAnimations { get; set; } @@ -312,7 +312,7 @@ namespace mRemoteNG.Connection public bool RedirectKeys { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectDrives)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DiskDrives)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectDiskDrives { get; set; } @@ -348,7 +348,7 @@ namespace mRemoteNG.Connection public bool RedirectSound { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSoundQuality)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.SoundQuality)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSoundQuality)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SoundQuality { get; set; } @@ -363,31 +363,31 @@ namespace mRemoteNG.Connection #region Misc - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolBefore)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PreExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolAfter)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PostExtApp { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameMACAddress)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionMACAddress)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool MacAddress { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUser1)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUser1)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UserField { get; set; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous), 8), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameFavorite)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] @@ -436,7 +436,7 @@ namespace mRemoteNG.Connection TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCProxyPassword {get; set;} [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameColors)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Colors)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionColors)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCColors {get; set;} diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs index a761a22dd..0e7559465 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs @@ -5,13 +5,13 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPResolutions { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPFitToPanel))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RdpFitToPanel))] FitToWindow, [LocalizedAttributes.LocalizedDescription(nameof(Language.Fullscreen))] Fullscreen, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSmartSize))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.SmartSize))] SmartSize, [Description("800x600")] Res800x600, [Description("1024x768")] Res1024x768, diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs index 31c2c9f02..13d847924 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPSounds.cs @@ -4,10 +4,10 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPSounds { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundBringToThisComputer))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RdpSoundBringToThisComputer))] BringToThisComputer = 0, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDPSoundLeaveAtRemoteComputer))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.RdpSoundLeaveAtRemoteComputer))] LeaveAtRemoteComputer = 1, [LocalizedAttributes.LocalizedDescription(nameof(Language.DoNotPlay))] diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index 84a160ace..efbd4deb4 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -249,6 +249,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Add Connection Panel. + /// + internal static string AddConnectionPanel { + get { + return ResourceManager.GetString("AddConnectionPanel", resourceCulture); + } + } + /// /// Looks up a localized string similar to AddNodeFromXML failed!. /// @@ -285,6 +294,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to All. + /// + internal static string All { + get { + return ResourceManager.GetString("All", resourceCulture); + } + } + /// /// Looks up a localized string similar to Allow only a single instance of the application (mRemoteNG restart required). /// @@ -501,15 +519,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Test Proxy. - /// - internal static string ButtonTestProxy { - get { - return ResourceManager.GetString("ButtonTestProxy", resourceCulture); - } - } - /// /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. /// @@ -519,42 +528,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Display. - /// - internal static string CategoryDisplay { - get { - return ResourceManager.GetString("CategoryDisplay", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway. - /// - internal static string CategoryGateway { - get { - return ResourceManager.GetString("CategoryGateway", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Miscellaneous. - /// - internal static string CategoryMiscellaneous { - get { - return ResourceManager.GetString("CategoryMiscellaneous", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check succeeded!. - /// - internal static string CcCheckSucceeded { - get { - return ResourceManager.GetString("CcCheckSucceeded", resourceCulture); - } - } - /// /// Looks up a localized string similar to ICA requires that the XenDesktop Online Plugin is installed and that the wfica.ocx library is registered. You can download the client here: http://www.citrix.com/download/. /// @@ -741,6 +714,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Check for Updates. + /// + internal static string CheckForUpdates { + get { + return ResourceManager.GetString("CheckForUpdates", resourceCulture); + } + } + /// /// Looks up a localized string similar to Check for updates at startup. /// @@ -750,6 +732,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Checking for updates.... + /// + internal static string CheckingForUpdates { + get { + return ResourceManager.GetString("CheckingForUpdates", resourceCulture); + } + } + /// /// Looks up a localized string similar to Check now. /// @@ -768,6 +759,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Check succeeded!. + /// + internal static string CheckSucceeded { + get { + return ResourceManager.GetString("CheckSucceeded", resourceCulture); + } + } + /// /// Looks up a localized string similar to Choose a path for the mRemoteNG log file. /// @@ -822,6 +822,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to When closing connections:. + /// + internal static string ClosingConnections { + get { + return ResourceManager.GetString("ClosingConnections", resourceCulture); + } + } + /// /// Looks up a localized string similar to Collapse all folders. /// @@ -831,6 +840,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Colours. + /// + internal static string Colors { + get { + return ResourceManager.GetString("Colors", resourceCulture); + } + } + /// /// Looks up a localized string similar to E&xit {0}. /// @@ -885,6 +903,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Config. + /// + internal static string Config { + get { + return ResourceManager.GetString("Config", resourceCulture); + } + } + /// /// Looks up a localized string similar to btnIcon_Click failed!. /// @@ -1173,6 +1200,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Connection Panels. + /// + internal static string ConnectionPanels { + get { + return ResourceManager.GetString("ConnectionPanels", resourceCulture); + } + } + /// /// Looks up a localized string similar to Connections. /// @@ -1182,6 +1218,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Connections and Config. + /// + internal static string ConnectionsAndConfig { + get { + return ResourceManager.GetString("ConnectionsAndConfig", resourceCulture); + } + } + /// /// Looks up a localized string similar to Couldn't set default port!. /// @@ -1399,15 +1444,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Installed version. - /// - internal static string CurrentVersion { - get { - return ResourceManager.GetString("CurrentVersion", resourceCulture); - } - } - /// /// Looks up a localized string similar to Daily. /// @@ -1462,6 +1498,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Delete Connection.... + /// + internal static string DeleteConnection { + get { + return ResourceManager.GetString("DeleteConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete External Tool.... + /// + internal static string DeleteExternalTool { + get { + return ResourceManager.GetString("DeleteExternalTool", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Delete Folder.... + /// + internal static string DeleteFolder { + get { + return ResourceManager.GetString("DeleteFolder", resourceCulture); + } + } + /// /// Looks up a localized string similar to Detect. /// @@ -1471,6 +1534,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Disable Menu Animations. + /// + internal static string DisableMenuAnimations { + get { + return ResourceManager.GetString("DisableMenuAnimations", resourceCulture); + } + } + /// /// Looks up a localized string similar to Disconnect. /// @@ -1480,6 +1552,42 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Disconnect All But This. + /// + internal static string DisconnectOthers { + get { + return ResourceManager.GetString("DisconnectOthers", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disconnect Tabs To The Right. + /// + internal static string DisconnectOthersRight { + get { + return ResourceManager.GetString("DisconnectOthersRight", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disk Drives. + /// + internal static string DiskDrives { + get { + return ResourceManager.GetString("DiskDrives", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Display. + /// + internal static string Display { + get { + return ResourceManager.GetString("Display", resourceCulture); + } + } + /// /// Looks up a localized string similar to Display Name. /// @@ -1546,9 +1654,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Don't connect to console session. /// - internal static string DontConnectToConsoleSessionMenuItem { + internal static string DontConnectToConsoleSession { get { - return ResourceManager.GetString("DontConnectToConsoleSessionMenuItem", resourceCulture); + return ResourceManager.GetString("DontConnectToConsoleSession", resourceCulture); } } @@ -1597,6 +1705,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Duplicate Connection. + /// + internal static string DuplicateConnection { + get { + return ResourceManager.GetString("DuplicateConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate Folder. + /// + internal static string DuplicateFolder { + get { + return ResourceManager.GetString("DuplicateFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Duplicate Tab. + /// + internal static string DuplicateTab { + get { + return ResourceManager.GetString("DuplicateTab", resourceCulture); + } + } + /// /// Looks up a localized string similar to Dynamic. /// @@ -1970,6 +2105,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to External Tools Toolbar. + /// + internal static string ExternalToolsToolbar { + get { + return ResourceManager.GetString("ExternalToolsToolbar", resourceCulture); + } + } + /// /// Looks up a localized string similar to Favorites. /// @@ -1982,9 +2126,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to File &Format:. /// - internal static string FileFormatLabel { + internal static string FileFormat { get { - return ResourceManager.GetString("FileFormatLabel", resourceCulture); + return ResourceManager.GetString("FileFormat", resourceCulture); } } @@ -1997,6 +2141,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Files. + /// + internal static string Files { + get { + return ResourceManager.GetString("Files", resourceCulture); + } + } + /// /// Looks up a localized string similar to All Files (*.*). /// @@ -2078,6 +2231,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to First IP. + /// + internal static string FirstIp { + get { + return ResourceManager.GetString("FirstIp", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to First Port. + /// + internal static string FirstPort { + get { + return ResourceManager.GetString("FirstPort", resourceCulture); + } + } + /// /// Looks up a localized string similar to Inherit {0}. /// @@ -2114,6 +2285,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Gateway. + /// + internal static string Gateway { + get { + return ResourceManager.GetString("Gateway", resourceCulture); + } + } + /// /// Looks up a localized string similar to General. /// @@ -2151,11 +2331,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Files. + /// Looks up a localized string similar to mRemoteNG Help. /// - internal static string GroupboxFiles { + internal static string HelpContents { get { - return ResourceManager.GetString("GroupboxFiles", resourceCulture); + return ResourceManager.GetString("HelpContents", resourceCulture); } } @@ -2177,6 +2357,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Hostname:. + /// + internal static string Hostname { + get { + return ResourceManager.GetString("Hostname", resourceCulture); + } + } + /// /// Looks up a localized string similar to Hostname/IP. /// @@ -2357,6 +2546,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Import failed. + /// + internal static string ImportFailed { + get { + return ResourceManager.GetString("ImportFailed", resourceCulture); + } + } + /// /// Looks up a localized string similar to An error occurred while importing the file "{0}".. /// @@ -2366,21 +2564,12 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Import failed. - /// - internal static string ImportFileFailedMainInstruction { - get { - return ResourceManager.GetString("ImportFileFailedMainInstruction", resourceCulture); - } - } - /// /// Looks up a localized string similar to Import from &File.... /// - internal static string ImportFromFileMenuItem { + internal static string ImportFromFile { get { - return ResourceManager.GetString("ImportFromFileMenuItem", resourceCulture); + return ResourceManager.GetString("ImportFromFile", resourceCulture); } } @@ -2420,6 +2609,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Installed version. + /// + internal static string InstalledVersion { + get { + return ResourceManager.GetString("InstalledVersion", resourceCulture); + } + } + /// /// Looks up a localized string similar to Dispose of Int App process failed!. /// @@ -2483,15 +2681,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Must Be Between 0 and 255. - /// - internal static string IPRange { - get { - return ResourceManager.GetString("IPRange", resourceCulture); - } - } - /// /// Looks up a localized string similar to Jump to. /// @@ -2501,96 +2690,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to When closing connections:. - /// - internal static string LabelClosingConnections { - get { - return ResourceManager.GetString("LabelClosingConnections", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Hostname:. - /// - internal static string LabelHostname { - get { - return ResourceManager.GetString("LabelHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to To configure PuTTY sessions click this button:. - /// - internal static string LabelPuttySessionsConfig { - get { - return ResourceManager.GetString("LabelPuttySessionsConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. - /// - internal static string LabelPuttyTimeout { - get { - return ResourceManager.GetString("LabelPuttyTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Read only:. - /// - internal static string LabelReadOnly { - get { - return ResourceManager.GetString("LabelReadOnly", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Released under the GNU General Public License (GPL). - /// - internal static string LabelReleasedUnderGPL { - get { - return ResourceManager.GetString("LabelReleasedUnderGPL", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Seconds. - /// - internal static string LabelSeconds { - get { - return ResourceManager.GetString("LabelSeconds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue.. - /// - internal static string LabelSelectPanel { - get { - return ResourceManager.GetString("LabelSelectPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Server status:. - /// - internal static string LabelServerStatus { - get { - return ResourceManager.GetString("LabelServerStatus", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Verify:. - /// - internal static string LabelVerify { - get { - return ResourceManager.GetString("LabelVerify", resourceCulture); - } - } - /// /// Looks up a localized string similar to (Automatically Detect). /// @@ -2636,6 +2735,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Launch External Tool. + /// + internal static string LaunchExternalTool { + get { + return ResourceManager.GetString("LaunchExternalTool", resourceCulture); + } + } + /// /// Looks up a localized string similar to License. /// @@ -2762,366 +2870,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Add Connection Panel. - /// - internal static string MenuAddConnectionPanel { - get { - return ResourceManager.GetString("MenuAddConnectionPanel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Check for Updates. - /// - internal static string MenuCheckForUpdates { - get { - return ResourceManager.GetString("MenuCheckForUpdates", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Config. - /// - internal static string MenuConfig { - get { - return ResourceManager.GetString("MenuConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connection Panels. - /// - internal static string MenuConnectionPanels { - get { - return ResourceManager.GetString("MenuConnectionPanels", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Connections and Config. - /// - internal static string MenuConnectionsAndConfig { - get { - return ResourceManager.GetString("MenuConnectionsAndConfig", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete Connection.... - /// - internal static string MenuDeleteConnection { - get { - return ResourceManager.GetString("MenuDeleteConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete External Tool.... - /// - internal static string MenuDeleteExternalTool { - get { - return ResourceManager.GetString("MenuDeleteExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Delete Folder.... - /// - internal static string MenuDeleteFolder { - get { - return ResourceManager.GetString("MenuDeleteFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disconnect All But This. - /// - internal static string MenuDisconnectOthers { - get { - return ResourceManager.GetString("MenuDisconnectOthers", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disconnect Tabs To The Right. - /// - internal static string MenuDisconnectOthersRight { - get { - return ResourceManager.GetString("MenuDisconnectOthersRight", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Connection. - /// - internal static string MenuDuplicateConnection { - get { - return ResourceManager.GetString("MenuDuplicateConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Folder. - /// - internal static string MenuDuplicateFolder { - get { - return ResourceManager.GetString("MenuDuplicateFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Duplicate Tab. - /// - internal static string MenuDuplicateTab { - get { - return ResourceManager.GetString("MenuDuplicateTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tools Toolbar. - /// - internal static string MenuExternalToolsToolbar { - get { - return ResourceManager.GetString("MenuExternalToolsToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to mRemoteNG Help. - /// - internal static string MenuHelpContents { - get { - return ResourceManager.GetString("MenuHelpContents", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Launch External Tool. - /// - internal static string MenuLaunchExternalTool { - get { - return ResourceManager.GetString("MenuLaunchExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Lock toolbar positions. - /// - internal static string MenuLockToolbars { - get { - return ResourceManager.GetString("MenuLockToolbars", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New Connection File. - /// - internal static string MenuNewConnectionFile { - get { - return ResourceManager.GetString("MenuNewConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to New External Tool. - /// - internal static string MenuNewExternalTool { - get { - return ResourceManager.GetString("MenuNewExternalTool", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Open Connection File.... - /// - internal static string MenuOpenConnectionFile { - get { - return ResourceManager.GetString("MenuOpenConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Quick Connect Toolbar. - /// - internal static string MenuQuickConnectToolbar { - get { - return ResourceManager.GetString("MenuQuickConnectToolbar", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect. - /// - internal static string MenuReconnect { - get { - return ResourceManager.GetString("MenuReconnect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reconnect All Open Connections. - /// - internal static string MenuReconnectAll { - get { - return ResourceManager.GetString("MenuReconnectAll", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Refresh Screen (VNC). - /// - internal static string MenuRefreshScreen { - get { - return ResourceManager.GetString("MenuRefreshScreen", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Connection. - /// - internal static string MenuRenameConnection { - get { - return ResourceManager.GetString("MenuRenameConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Folder. - /// - internal static string MenuRenameFolder { - get { - return ResourceManager.GetString("MenuRenameFolder", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rename Tab. - /// - internal static string MenuRenameTab { - get { - return ResourceManager.GetString("MenuRenameTab", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Report a Bug. - /// - internal static string MenuReportBug { - get { - return ResourceManager.GetString("MenuReportBug", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Reset layout. - /// - internal static string MenuResetLayout { - get { - return ResourceManager.GetString("MenuResetLayout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save Connection File. - /// - internal static string MenuSaveConnectionFile { - get { - return ResourceManager.GetString("MenuSaveConnectionFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Save Connection File As.... - /// - internal static string MenuSaveConnectionFileAs { - get { - return ResourceManager.GetString("MenuSaveConnectionFileAs", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Send Special Keys (VNC). - /// - internal static string MenuSendSpecialKeys { - get { - return ResourceManager.GetString("MenuSendSpecialKeys", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to &Show Help Text. - /// - internal static string MenuShowHelpText { - get { - return ResourceManager.GetString("MenuShowHelpText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Show Text. - /// - internal static string MenuShowText { - get { - return ResourceManager.GetString("MenuShowText", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SmartSize (RDP/VNC). - /// - internal static string MenuSmartSize { - get { - return ResourceManager.GetString("MenuSmartSize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH File Transfer. - /// - internal static string MenuSSHFileTransfer { - get { - return ResourceManager.GetString("MenuSSHFileTransfer", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Start Chat (VNC). - /// - internal static string MenuStartChat { - get { - return ResourceManager.GetString("MenuStartChat", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Support Forum. - /// - internal static string MenuSupportForum { - get { - return ResourceManager.GetString("MenuSupportForum", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Transfer File (SSH). - /// - internal static string MenuTransferFile { - get { - return ResourceManager.GetString("MenuTransferFile", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Website. - /// - internal static string MenuWebsite { - get { - return ResourceManager.GetString("MenuWebsite", resourceCulture); - } - } - /// /// Looks up a localized string similar to Message. /// @@ -3140,6 +2888,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Miscellaneous. + /// + internal static string Miscellaneous { + get { + return ResourceManager.GetString("Miscellaneous", resourceCulture); + } + } + /// /// Looks up a localized string similar to Monthly. /// @@ -3221,6 +2978,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Must Be Between 0 and 255. + /// + internal static string MustBeBetween0And255 { + get { + return ResourceManager.GetString("MustBeBetween0And255", resourceCulture); + } + } + /// /// Looks up a localized string similar to My current credentials (Windows logon information). /// @@ -3257,6 +3023,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to New Connection File. + /// + internal static string NewConnectionFile { + get { + return ResourceManager.GetString("NewConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to New External Tool. + /// + internal static string NewExternalTool { + get { + return ResourceManager.GetString("NewExternalTool", resourceCulture); + } + } + /// /// Looks up a localized string similar to New Folder. /// @@ -3411,6 +3195,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Open Connection File.... + /// + internal static string OpenConnectionFile { + get { + return ResourceManager.GetString("OpenConnectionFile", resourceCulture); + } + } + /// /// Looks up a localized string similar to Open file. /// @@ -3465,15 +3258,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Theme. - /// - internal static string OptionsTabTheme { - get { - return ResourceManager.GetString("OptionsTabTheme", resourceCulture); - } - } - /// /// Looks up a localized string similar to Warning: Restart is required to commit any theme configuration change.. /// @@ -4356,15 +4140,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to All. - /// - internal static string PropertyNameAll { - get { - return ResourceManager.GetString("PropertyNameAll", resourceCulture); - } - } - /// /// Looks up a localized string similar to Server Authentication. /// @@ -4401,15 +4176,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Colours. - /// - internal static string PropertyNameColors { - get { - return ResourceManager.GetString("PropertyNameColors", resourceCulture); - } - } - /// /// Looks up a localized string similar to Compression. /// @@ -4455,15 +4221,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Disable Menu Animations. - /// - internal static string PropertyNameDisableMenuAnimations { - get { - return ResourceManager.GetString("PropertyNameDisableMenuAnimations", resourceCulture); - } - } - /// /// Looks up a localized string similar to Desktop Composition. /// @@ -4653,15 +4410,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Disk Drives. - /// - internal static string PropertyNameRedirectDrives { - get { - return ResourceManager.GetString("PropertyNameRedirectDrives", resourceCulture); - } - } - /// /// Looks up a localized string similar to Key Combinations. /// @@ -4725,15 +4473,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Sound quality. - /// - internal static string PropertyNameSoundQuality { - get { - return ResourceManager.GetString("PropertyNameSoundQuality", resourceCulture); - } - } - /// /// Looks up a localized string similar to SSH Options. /// @@ -4969,6 +4708,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to To configure PuTTY sessions click this button:. + /// + internal static string PuttySessionsConfig { + get { + return ResourceManager.GetString("PuttySessionsConfig", resourceCulture); + } + } + /// /// Looks up a localized string similar to PuTTY Settings. /// @@ -4996,6 +4744,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Maximum PuTTY and integrated external tools wait time:. + /// + internal static string PuttyTimeout { + get { + return ResourceManager.GetString("PuttyTimeout", resourceCulture); + } + } + /// /// Looks up a localized string similar to PuTTY Title: {0}. /// @@ -5041,6 +4798,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Quick Connect Toolbar. + /// + internal static string QuickConnectToolbar { + get { + return ResourceManager.GetString("QuickConnectToolbar", resourceCulture); + } + } + /// /// Looks up a localized string similar to Warn me only when e&xiting mRemoteNG. /// @@ -5242,9 +5008,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Fit To Panel. /// - internal static string RDPFitToPanel { + internal static string RdpFitToPanel { get { - return ResourceManager.GetString("RDPFitToPanel", resourceCulture); + return ResourceManager.GetString("RdpFitToPanel", resourceCulture); } } @@ -5258,7 +5024,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to RD Gateway is supported.. + /// Looks up a localized string similar to RDP Gateway is supported.. /// internal static string RdpGatewayIsSupported { get { @@ -5267,7 +5033,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to RD Gateway is not supported!. + /// Looks up a localized string similar to RDP Gateway is not supported!. /// internal static string RdpGatewayNotSupported { get { @@ -5321,7 +5087,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to Setting Console switch for RDC {0}.. + /// Looks up a localized string similar to RDP Setting Console switch for RDC {0}.. /// internal static string RdpSetConsoleSwitch { get { @@ -5413,27 +5179,27 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Smart Size. /// - internal static string RDPSmartSize { + internal static string RdpSmartSize { get { - return ResourceManager.GetString("RDPSmartSize", resourceCulture); + return ResourceManager.GetString("RdpSmartSize", resourceCulture); } } /// /// Looks up a localized string similar to Bring to this computer. /// - internal static string RDPSoundBringToThisComputer { + internal static string RdpSoundBringToThisComputer { get { - return ResourceManager.GetString("RDPSoundBringToThisComputer", resourceCulture); + return ResourceManager.GetString("RdpSoundBringToThisComputer", resourceCulture); } } /// /// Looks up a localized string similar to Leave at remote computer. /// - internal static string RDPSoundLeaveAtRemoteComputer { + internal static string RdpSoundLeaveAtRemoteComputer { get { - return ResourceManager.GetString("RDPSoundLeaveAtRemoteComputer", resourceCulture); + return ResourceManager.GetString("RdpSoundLeaveAtRemoteComputer", resourceCulture); } } @@ -5455,6 +5221,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Read only:. + /// + internal static string ReadOnly { + get { + return ResourceManager.GetString("ReadOnly", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect. + /// + internal static string Reconnect { + get { + return ResourceManager.GetString("Reconnect", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reconnect All Open Connections. + /// + internal static string ReconnectAll { + get { + return ResourceManager.GetString("ReconnectAll", resourceCulture); + } + } + /// /// Looks up a localized string similar to Reconnect All Connections. /// @@ -5491,6 +5284,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Refresh Screen (VNC). + /// + internal static string RefreshScreen { + get { + return ResourceManager.GetString("RefreshScreen", resourceCulture); + } + } + /// /// Looks up a localized string similar to Release Channel. /// @@ -5511,6 +5313,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Released under the GNU General Public License (GPL). + /// + internal static string ReleasedUnderGPL { + get { + return ResourceManager.GetString("ReleasedUnderGPL", resourceCulture); + } + } + /// /// Looks up a localized string similar to Remote file. /// @@ -5538,6 +5349,51 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Rename Connection. + /// + internal static string RenameConnection { + get { + return ResourceManager.GetString("RenameConnection", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename Folder. + /// + internal static string RenameFolder { + get { + return ResourceManager.GetString("RenameFolder", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Rename Tab. + /// + internal static string RenameTab { + get { + return ResourceManager.GetString("RenameTab", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Report a Bug. + /// + internal static string ReportBug { + get { + return ResourceManager.GetString("ReportBug", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Reset layout. + /// + internal static string ResetLayout { + get { + return ResourceManager.GetString("ResetLayout", resourceCulture); + } + } + /// /// Looks up a localized string similar to Rlogin. /// @@ -5574,6 +5430,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Save Connection File. + /// + internal static string SaveConnectionFile { + get { + return ResourceManager.GetString("SaveConnectionFile", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Save Connection File As.... + /// + internal static string SaveConnectionFileAs { + get { + return ResourceManager.GetString("SaveConnectionFileAs", resourceCulture); + } + } + /// /// Looks up a localized string similar to Save connections after every edit. /// @@ -5646,6 +5520,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Seconds. + /// + internal static string Seconds { + get { + return ResourceManager.GetString("Seconds", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Select a panel from the list below or click New to add a new one. Click OK to continue.. + /// + internal static string SelectPanel { + get { + return ResourceManager.GetString("SelectPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Send Special Keys (VNC). + /// + internal static string SendSpecialKeys { + get { + return ResourceManager.GetString("SendSpecialKeys", resourceCulture); + } + } + /// /// Looks up a localized string similar to Send To.... /// @@ -5664,6 +5565,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Server status:. + /// + internal static string ServerStatus { + get { + return ResourceManager.GetString("ServerStatus", resourceCulture); + } + } + /// /// Looks up a localized string similar to Set hostname like display name when creating or renaming connections. /// @@ -5700,6 +5610,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to &Show Help Text. + /// + internal static string ShowHelpText { + get { + return ResourceManager.GetString("ShowHelpText", resourceCulture); + } + } + /// /// Looks up a localized string similar to Show logon information on tab names. /// @@ -5736,6 +5655,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Show Text. + /// + internal static string ShowText { + get { + return ResourceManager.GetString("ShowText", resourceCulture); + } + } + /// /// Looks up a localized string similar to Show these message types. /// @@ -5763,6 +5691,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to SmartSize (RDP/VNC). + /// + internal static string SmartSize { + get { + return ResourceManager.GetString("SmartSize", resourceCulture); + } + } + /// /// Looks up a localized string similar to Socks 5. /// @@ -5799,6 +5736,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Sound quality. + /// + internal static string SoundQuality { + get { + return ResourceManager.GetString("SoundQuality", resourceCulture); + } + } + /// /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. /// @@ -5835,6 +5781,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to SSH File Transfer. + /// + internal static string SSHFileTransfer { + get { + return ResourceManager.GetString("SSHFileTransfer", resourceCulture); + } + } + /// /// Looks up a localized string similar to SSH background transfer failed!. /// @@ -5917,11 +5872,11 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to First IP. + /// Looks up a localized string similar to Start Chat (VNC). /// - internal static string StartIP { + internal static string StartChat { get { - return ResourceManager.GetString("StartIP", resourceCulture); + return ResourceManager.GetString("StartChat", resourceCulture); } } @@ -5934,15 +5889,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to First Port. - /// - internal static string StartPort { - get { - return ResourceManager.GetString("StartPort", resourceCulture); - } - } - /// /// Looks up a localized string similar to Startup/Exit. /// @@ -5961,6 +5907,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Support Forum. + /// + internal static string SupportForum { + get { + return ResourceManager.GetString("SupportForum", resourceCulture); + } + } + /// /// Looks up a localized string similar to Switch to Notifications panel on:. /// @@ -5988,15 +5943,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Updates. - /// - internal static string TabUpdates { - get { - return ResourceManager.GetString("TabUpdates", resourceCulture); - } - } - /// /// Looks up a localized string similar to Telnet. /// @@ -6024,6 +5970,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Test Proxy. + /// + internal static string TestProxy { + get { + return ResourceManager.GetString("TestProxy", resourceCulture); + } + } + /// /// Looks up a localized string similar to Test Settings. /// @@ -6042,6 +5997,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Theme. + /// + internal static string Theme { + get { + return ResourceManager.GetString("Theme", resourceCulture); + } + } + /// /// Looks up a localized string similar to Timeout [seconds]. /// @@ -6132,6 +6096,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Transfer File (SSH). + /// + internal static string TransferFile { + get { + return ResourceManager.GetString("TransferFile", resourceCulture); + } + } + /// /// Looks up a localized string similar to Try to integrate. /// @@ -6213,15 +6186,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Checking for updates.... - /// - internal static string UpdateCheckingLabel { - get { - return ResourceManager.GetString("UpdateCheckingLabel", resourceCulture); - } - } - /// /// Looks up a localized string similar to Download complete! ///mRemoteNG will now quit and begin with the installation.. @@ -6277,6 +6241,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Updates. + /// + internal static string Updates { + get { + return ResourceManager.GetString("Updates", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use default. /// @@ -6340,6 +6313,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Verify:. + /// + internal static string Verify { + get { + return ResourceManager.GetString("Verify", resourceCulture); + } + } + /// /// Looks up a localized string similar to Version. /// @@ -6457,6 +6439,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Website. + /// + internal static string Website { + get { + return ResourceManager.GetString("Website", resourceCulture); + } + } + /// /// Looks up a localized string similar to Weekly. /// diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 799f95eda..4dd9c1d75 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -216,7 +216,7 @@ &Stop - + Test Proxy @@ -228,13 +228,13 @@ Spojení - + Zobrazení - + Brána - + Různé @@ -246,7 +246,7 @@ Kontrola selhala! - + Kontrola úspěšná! @@ -476,13 +476,13 @@ Otevírám nový prázdný soubor seznamu spojení. Nepovedlo se najít ovládací prvek ToolStrip control v objektu FilteredPropertyGrid. - + Instalovaná verze Detekovat - + Nepovedlo se připojit do sezení konzole @@ -593,7 +593,7 @@ Otevírám nový prázdný soubor seznamu spojení. Nový Externí Nástroj - + &Formát souboru: @@ -644,7 +644,7 @@ Otevírám nový prázdný soubor seznamu spojení. Vlastnosti externích nástrojů - + Soubory @@ -701,10 +701,10 @@ Otevírám nový prázdný soubor seznamu spojení. Při importování souboru "{0}" došlo k chybě. - + Import selhal - + Import ze &souboru... @@ -737,7 +737,7 @@ Otevírám nový prázdný soubor seznamu spojení. Adresa: - + Když se ukončují spojení: @@ -749,34 +749,34 @@ Otevírám nový prázdný soubor seznamu spojení. Doména - + Hostitel: Přenosná verze - + Pro konfiguraci sezení PuTTY stiskněte toto tlačítko: - + Maximální doba čekání na PuTTY a integrované externí nástroje: - + Vydáno pod GNU General Public License (GPL) - + sekund - + Z níže uvedeného seznamu vyberte panel nebo stiskněte "Nový" pro přidání nového. Pro pokračování stiskněte "OK". - + Stav Serveru: Databáze: - + Verifikuj: @@ -803,19 +803,19 @@ Otevírám nový prázdný soubor seznamu spojení. Lokální soubor neexistuje! - + Nový panel spojení - + Vyhledat aktualizace - + Nastavení - + Panely - + Nastavení spojení @@ -827,31 +827,31 @@ Otevírám nový prázdný soubor seznamu spojení. Ctrl-Esc - + Smazat spojení... - + Smazat vnější nástroj... - + Smazat složku... Přispějte - + Klonovat připojení - + Klonovat složku - + Klonovat záložku tabu Exit - + Nástrojová lišta externích nástrojů @@ -860,19 +860,19 @@ Otevírám nový prázdný soubor seznamu spojení. &Nápověda - + Nápověda mRemoteNG Jít na - + Spustit externí nástroj - + Nový soubor seznamu spojení - + Nový externí nástroj @@ -884,7 +884,7 @@ Otevírám nový prázdný soubor seznamu spojení. Smazat vše - + Otevřít soubor seznamu spojení... @@ -893,61 +893,61 @@ Otevírám nový prázdný soubor seznamu spojení. Scan portů - + Nástrojová lišta rychlého připojení - + Obnovit připojení - + Obnovit obraz (VNC) - + Přejmenovat spojení - + Přejmenovat složku - + Přejmonovat záložku tabu - + Nahlásit chybu - + Výchozí vzhled - + Uložit seznam spojení - + Uložit seznam spojení jako... - + Poslat speciální stisk kláves (VNC) - + &Zobraz texty nápovedy - + Zobraz text - + Automatická velikost (RDP/VNC) - + SSH přenos souborů - + Spustit (VNC) chat - + Diskuzní fórum podpory &Nástroje - + Přenos souboru (SSH) @@ -956,7 +956,7 @@ Otevírám nový prázdný soubor seznamu spojení. Pouze prohlížet (VNC) - + Webová stránka @@ -1026,7 +1026,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Ověřuji... - + Vzhled @@ -1215,7 +1215,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Hostname/DN/IP - + Vše @@ -1230,7 +1230,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Mezipaměť bitmap - + Bar. hloubka @@ -1305,7 +1305,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Login brány - + Připojit lok. disky @@ -1464,7 +1464,7 @@ Zpráva: Vypnout přetahování celého okna (Full Window) - + Vypnout animace menu @@ -1500,7 +1500,7 @@ Zpráva: Chyba inicializace Winsock. - + Přizpůsobit panelu @@ -1551,16 +1551,16 @@ Zpráva: Metoda RDP SetResolution selhala! - + Autom. velikost - + Přehrávat v místním počítači Vůbec nepřehrávat - + Přehrávat na vzdáleném počítači @@ -1671,10 +1671,10 @@ Zpráva: Selhal přenos přes SSH. - + Počáteční IP - + Počáteční Port @@ -1692,7 +1692,7 @@ Zpráva: Taby && Panely - + Aktualizace @@ -1743,7 +1743,7 @@ Zpráva: Informace o aktualizacích nemohly být staženy. - + Vyhledávám aktualizace... @@ -1822,7 +1822,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Ano - + Obnovit všechna otevřená spojení @@ -1864,7 +1864,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Vyberte si jednu z kvalit zvuku poskytovanou protokolem: Variabilní, Střední, Vvysoká - + Kvalita zvuku diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index 4ab4e4660..ca2a1426a 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -210,7 +210,7 @@ &Halt - + Proxy prüfen @@ -222,13 +222,13 @@ Verbindung - + Anzeige - + Gateway - + Verschiedenes @@ -240,7 +240,7 @@ Prüfung fehlgeschlagen! - + Prüfung erfolgreich! @@ -460,7 +460,7 @@ Starte mit neuer Datei. Das ToolStrip-Steuerelement konnte in FilteredPropertyGrid nicht gefunden werden. - + Aktuelle Version @@ -586,7 +586,7 @@ Starte mit neuer Datei. Eigenschaften des externen Programmes - + Dateien @@ -658,7 +658,7 @@ Starte mit neuer Datei. Addresse: - + Beim Schließen der Verbindungen: @@ -670,34 +670,34 @@ Starte mit neuer Datei. Domäne - + Hostname: Portable Edition - + Klicken Sie hier, um die PuTTY-Sitzung zu konfigurieren: - + Maximale Zeit, die auf PuTTY und integrierte externe Programme gewartet wird: - + Unter der GNU General Public License (GPL) veröffentlicht - + Sekunden - + Wählen Sie ein Panel aus der Liste oder klicken Sie auf Neu, um ein neues zu erstellen. Klicken Sie OK um fortzufahren. - + Serverstatus: Datenbank: - + Überprüfen: @@ -721,19 +721,19 @@ Starte mit neuer Datei. Die lokale Datei existiert nicht! - + Verbindungs-Panel hinzufügen - + Suche nach Updates - + Konfiguration - + Verbindungs-Panels - + Verbindungen und Konfiguration @@ -745,31 +745,31 @@ Starte mit neuer Datei. STRG-ESC - + Verbindung löschen - + Entfernen - + Ordner löschen Spenden - + Verbindung duplizieren - + Ordner duplizieren - + Tab klonen Beenden - + Externe Programme Symbolleiste @@ -778,16 +778,16 @@ Starte mit neuer Datei. &Hilfe - + Hilfe Springe zu - + Starten - + Neue Verbindungsdatei @@ -799,7 +799,7 @@ Starte mit neuer Datei. Alle Löschen - + Verbindungsdatei öffnen @@ -808,61 +808,61 @@ Starte mit neuer Datei. Port-Scan - + QuickConnect Symbolleiste - + Wiederverbinden - + Anzeige aktualisieren (VNC) - + Verbindung umbenennen - + Ordner umbenennen - + Tab umbenennen - + Fehler melden - + Layout zurücksetzen - + Verbindungsdatei speichern - + Verbindungsdatei speichern unter - + Tastenkombination senden (VNC) - + &Hilfetext anzeigen - + Text anzeigen - + Smart-Size-Modus (RDP/VNC) - + SSH-Dateiübertragung - + Chat starten (VNC) - + Forum E&xtras - + Datei übertragen (SSH) @@ -871,7 +871,7 @@ Starte mit neuer Datei. View-Only-Modus - + Webseite @@ -932,7 +932,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Offene Ports - + Theme @@ -1106,7 +1106,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Hostname/IP - + Alles @@ -1118,7 +1118,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Bitmaps zwischenspeichern - + Farben @@ -1190,7 +1190,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Gateway-Benutzername - + Festplatten @@ -1345,7 +1345,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Fensterinhalt beim Ziehen nicht anzeigen - + Menüanimationen deaktivieren @@ -1381,7 +1381,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Winsock-Initialisierung fehlgeschlagen! - + An Panel anpassen @@ -1432,16 +1432,16 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Setzen der Auflösung fehlgeschlagen! - + Automatisch skalieren - + Hier wiedergeben Nicht wiedergeben - + Auf dem Host wiedergeben @@ -1552,10 +1552,10 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell SSH-Übertragung fehlgeschlagen. - + Erste IP - + Erster Port @@ -1573,7 +1573,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Tabs && Panele - + Aktualisierungen @@ -1694,7 +1694,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Ja - + Alle offenen Verbindungen neu verbinden @@ -1706,7 +1706,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Ohne Anmeldedaten verbinden - + Keine Verbindung zur Konsolensitzung herstellen @@ -1724,16 +1724,16 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Alle wichtigen Dateien - + Import-Vorgang fehlgeschlagen - + Von &Datei importieren Testen... - + Nach Updates suchen... @@ -1751,7 +1751,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Mittel - + Klangqualität @@ -1868,9 +1868,6 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Beim Importieren der Datei ist ein Fehler aufgetreten ("{0}"). - - Symbolleisten sperren - Erweiterte Sicherheitsoptionen @@ -1883,7 +1880,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. mRemoteNG Optionen - + Neues externes Tool diff --git a/mRemoteV1/Resources/Language/Language.el.resx b/mRemoteV1/Resources/Language/Language.el.resx index 90e28c7f5..61474ad6e 100644 --- a/mRemoteV1/Resources/Language/Language.el.resx +++ b/mRemoteV1/Resources/Language/Language.el.resx @@ -207,7 +207,7 @@ &Διακοπή - + Δοκιμή διακομιστή μεσολάβησης @@ -219,13 +219,13 @@ Σύνδεση - + Οθόνη - + Πύλη - + Διάφορα @@ -237,7 +237,7 @@ Ο ελέγχος απέτυχε! - + Ο ελεγχος πέτυχε! diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 0a5420ec6..a7de8b2ce 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -123,7 +123,7 @@ Select the color quality to be used. - + Colors @@ -166,7 +166,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Warning: Restart is required to commit any theme configuration change. - + Must Be Between 0 and 255 @@ -181,7 +181,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for UltraVNC SingleClick - + Disconnect All But This diff --git a/mRemoteV1/Resources/Language/Language.es-AR.resx b/mRemoteV1/Resources/Language/Language.es-AR.resx index a2e167f20..9520f29c3 100644 --- a/mRemoteV1/Resources/Language/Language.es-AR.resx +++ b/mRemoteV1/Resources/Language/Language.es-AR.resx @@ -141,10 +141,10 @@ & Parar - + Probar Proxy - + Varios @@ -277,7 +277,7 @@ VncSharp Control {0} No se pudo crear el nuevo archivo de conexiones! - + Versión instalada diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index 2979ae841..b2fb9caa1 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -210,7 +210,7 @@ &Parar - + Probar Proxy @@ -222,13 +222,13 @@ Conexión - + Pantalla - + Puerta de Enlace - + Varios @@ -240,7 +240,7 @@ Comprobación fallida! - + Comprobación realizada! @@ -452,7 +452,7 @@ Arrancando con un nuevo archivo de conexiones. ¡No se pudo crear un nuevo archivo de conexiones! - + Versión Instalada @@ -572,7 +572,7 @@ Arrancando con un nuevo archivo de conexiones. Propiedades de la Herramienta Externa - + Archivos @@ -641,7 +641,7 @@ Arrancando con un nuevo archivo de conexiones. Dirección: - + Al cerrar las conexiones: @@ -653,34 +653,34 @@ Arrancando con un nuevo archivo de conexiones. Dominio - + Nombre del Host: Edición Portable - + Para configurar las conexiones PuTTY hacer clic en este botón: - + Tiempo de espera Max. para PuTTY && Applicaciones Ext. Integradas: - + Publicado bajo la GNU General Public License (GPL) - + segundos - + Seleccione un panel de la lista o haga clic en Nuevo para añadir uno. Haga clic en OK para continuar. - + Estado de Servidor: Base de Datos: - + Verificar: @@ -704,19 +704,19 @@ Arrancando con un nuevo archivo de conexiones. ¡El archivo local no existe! - + Agregar Panel de Conexión - + Comprobar Actualizaciones - + Configuración - + Paneles de Conexión - + Conexiones y Configuración @@ -728,31 +728,31 @@ Arrancando con un nuevo archivo de conexiones. Ctrl-Esc - + Borrar Conexión... - + Borrar Herramienta Externa... - + Borrar Carpeta... Donar - + Duplicar Conexión - + Duplicar Carpeta - + Duplicar Pestaña Salir - + Barra de Herramientas Externas @@ -761,19 +761,19 @@ Arrancando con un nuevo archivo de conexiones. &Ayuda - + Ayuda de mRemoteNG Saltar a - + Lanzar Aplicación Externa - + Nuevo Archivo de Conexión - + Nueva Herramienta Externa @@ -785,7 +785,7 @@ Arrancando con un nuevo archivo de conexiones. Borrar todo - + Abrir Archivo de Conexión... @@ -794,61 +794,61 @@ Arrancando con un nuevo archivo de conexiones. Escanear Puertos - + Barra de Conexión Rápida - + Reconectar - + Refrescar Pantalla (VNC) - + Renombrar Conexión - + Renombrar Carpeta - + Renombrar Pestaña - + Informar de un Bug - + Resetear distribución de pantalla - + Guardar Archivo de Conexión - + Guardar Archivo de Conexión como... - + Enviar Teclas Especiales (VNC) - + &Mostrar texto de ayuda - + Mostar Texto - + SmartSize (RDP/VNC) - + Tranferencia de Archivos por SSH - + Comenzar Chat (VNC) - + Foro de Soporte &Herramientas - + Transferir Archivo (SSH) @@ -857,7 +857,7 @@ Arrancando con un nuevo archivo de conexiones. Solo Ver (VNC) - + Sitio Web @@ -918,7 +918,7 @@ Arrancando con un nuevo archivo de conexiones. Puertos Abiertos - + Tema @@ -1092,7 +1092,7 @@ Arrancando con un nuevo archivo de conexiones. Nombre del host/IP - + Todo @@ -1104,7 +1104,7 @@ Arrancando con un nuevo archivo de conexiones. Cache de Bitmaps - + Colores @@ -1176,7 +1176,7 @@ Arrancando con un nuevo archivo de conexiones. Nombre de Usuario para el Gateway - + Unidades de Disco @@ -1319,7 +1319,7 @@ Mensaje: Desactivar Mostar Ventana al arrastrar - + Desactivar Animaciones de Menús @@ -1352,7 +1352,7 @@ Mensaje: Error de inicialización del Winsock. - + Ajustar al panel @@ -1403,16 +1403,16 @@ Mensaje: ¡RDP Asignación de Resolución fallida! - + Tamaño inteligente - + Traer a este equipo Sin sonido - + Mantener en el equipo remoto @@ -1517,10 +1517,10 @@ Mensaje: ¡Tranferencia SSH en segundo plano fallida! - + IP Inicial - + Puerto Inicial @@ -1538,7 +1538,7 @@ Mensaje: Pestañas && Paneles - + Actualizaciones diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index 0dfb95ecf..328f90f4b 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -210,7 +210,7 @@ &Arrêter - + Tester le Proxy @@ -222,13 +222,13 @@ Connexion - + Affichage - + Passerelle - + Autre @@ -240,7 +240,7 @@ Vérification échouée ! - + Verification réussie ! @@ -450,7 +450,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Le contrôle ToolStrip est introuvable dans le FilteredPropertyGrid. - + Version installée @@ -570,7 +570,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Propriétés de l'outil externe - + Fichiers @@ -642,7 +642,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Adresse : - + Lors de la fermeture des connexions : @@ -654,34 +654,34 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Domaine - + Nom d'hôte : Édition Portable - + Pour configurer les sessions PuTTY cliquez sur ce bouton : - + Temps d'attente maximum pour Putty et les composants externes : - + Paru sous la GNU General Public License (GPL) - + seconde - + Sélectionnez un groupe dans la liste ci-dessous ou cliquez sur Nouveau pour en ajouter un nouveau. Cliquez sur OK pour continuer. - + L'état du serveur : Base de données : - + Vérifier : @@ -705,19 +705,19 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Le fichier local n'existe pas ! - + Ajouter un panneau de connexion - + Rechercher des mises à jour - + Configuration - + Panneaux de connexion - + Connexions et configuration @@ -729,31 +729,31 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Ctrl-Échap - + Supprimer la connexion... - + Supprimer l'outil externe... - + Supprimer le dossier... Faire un don - + Dupliquer la connexion - + Dupliquer le dossier - + Dupliquer l'onglet Quitter - + Barre d'outils externes @@ -762,19 +762,19 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, &Aide - + Aide mRemoteNG Aller à - + Lancer l'outil externe - + Nouveau fichier de connexion - + Nouvel outil externe @@ -786,7 +786,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Supprimer tout - + Ouvrir un fichier de connexion... @@ -795,61 +795,61 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Scan de port - + Barre de connexion rapide - + Reconnecter - + Rafraîchir l'écran (VNC) - + Renommer la connexion - + Renommer le dossier - + Renommer l'onglet - + Signaler un bug - + Réinitialisation de la disposition des panneaux - + Enregistrer le fichier de connexions - + Enregistrer le fichier de connexions sous... - + Envoyer les touches spéciales (VNC) - + &Afficher le texte d'aide - + Afficher le texte - + Taille dynamique (RDP/VNC) - + Transfert de fichiers SSH - + Démarrer le Chat (VNC) - + Forum du support &Outils - + Transfert de fichiers (SSH) @@ -858,7 +858,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Voir seulement (VNC) - + Site Web @@ -919,7 +919,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Ports ouverts - + Thème @@ -1093,7 +1093,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Nom d'hôte / IP - + Tous @@ -1105,7 +1105,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Mettre en cache les bitmaps - + Couleurs @@ -1177,7 +1177,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Nom d'utilisateur pour la Passerelle RDP - + Lecteurs de disque @@ -1335,7 +1335,7 @@ Message: Désactiver le glissement de fenêtre complet - + Désactiver les animations du menu @@ -1371,7 +1371,7 @@ Message: Erreur d'initialisation de Winsock. - + Ajuster au panneau @@ -1422,16 +1422,16 @@ Message: Échec de RDP SetResolution ! - + Taille intelligente - + Apporter à cet ordinateur Ne pas jouer - + Laisser à un ordinateur distant @@ -1542,10 +1542,10 @@ Message: Échec du transfert SSH. - + IP de début - + Port de début @@ -1563,7 +1563,7 @@ Message: Onglets && Panneaux - + Mises à jour diff --git a/mRemoteV1/Resources/Language/Language.hu.resx b/mRemoteV1/Resources/Language/Language.hu.resx index c254ed75e..19061f06b 100644 --- a/mRemoteV1/Resources/Language/Language.hu.resx +++ b/mRemoteV1/Resources/Language/Language.hu.resx @@ -180,13 +180,13 @@ Kapcsolat - + Képernyő - + Átjáró - + Egyéb @@ -198,7 +198,7 @@ Az ellenőrzés sikertelen! - + Az ellenőrzés sikeres! @@ -222,7 +222,7 @@ Kapcsolatok - + Telepített verzió @@ -240,7 +240,7 @@ Általános - + Fájlok @@ -255,19 +255,19 @@ Tartomány - + Hosztnév: Hordozható kiadás - + Szerver állapot: Adatbázis: - + Ellenőrzés: @@ -276,55 +276,55 @@ (Automatikus észlelés) - + Frissítés keresése Ugrás - + Külső eszköz indítása - + Új kapcsolatfájl - + Új külső eszköz Értesítések - + Kapcsolatfájl megnyitása... Opciók - + Újrakapcsolódás - + Kapcsolat átnevezése - + Könyvtár átnevezése - + Fül átnevezése - + Hibabejelentés - + Elrendezés alaphelyzetbe állítása - + Kapcsolatfájl mentése - + Kapcsolatfájl mentése, mint... - + Honlap diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index 7ef32d644..f9567ed42 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -210,7 +210,7 @@ &Stop - + Verifica le impostazioni del proxy @@ -222,13 +222,13 @@ Connessione - + Schermo - + Gateway - + Altro @@ -240,7 +240,7 @@ Controllo fallito! - + Controllo riuscito! @@ -449,7 +449,7 @@ Creazione di un nuovo file delle connessioni. Impossibile creare un nuovo file delle connessioni! - + Versione installata @@ -569,7 +569,7 @@ Creazione di un nuovo file delle connessioni. Proprietà dell'applicazione esterna - + File @@ -638,7 +638,7 @@ Creazione di un nuovo file delle connessioni. Indirizzo: - + Alla chiusura delle connessioni: @@ -650,34 +650,34 @@ Creazione di un nuovo file delle connessioni. Dominio - + Nome host: Edizione Portable - + Per configurare le sessioni PuTTY premere questo bottone: - + Massimo tempo di attesa per PuTTY ed applicazioni esterne integrate: - + Rilasciato sotto la licenza GNU GPL - + secondi - + Seleziona un pannello dalla lista sottostante o clicca Nuovo per aggiungerne un altro. Clicca OK per continuare. - + Stato del server: Database: - + Verifica: @@ -701,19 +701,19 @@ Creazione di un nuovo file delle connessioni. Il file locale non esiste! - + Aggiungi pannello delle connessioni - + Verifica la presenza di aggiornamenti - + Configurazione - + Pannelli di connessione - + Connessioni e configurazione @@ -725,31 +725,31 @@ Creazione di un nuovo file delle connessioni. Ctrl-Esc - + Elimina connessione... - + Elimina applicazione esterna... - + Elimina cartella... Effettua una donazione - + Duplica connessione - + Duplica cartella - + Duplica tab Esci - + Barra delle applicazioni esterne @@ -758,19 +758,19 @@ Creazione di un nuovo file delle connessioni. &Aiuto - + Guida di mRemoteNG Vai a - + Esegui applicazione esterna - + Nuovo file delle connessioni - + Nuova applicazione esterna @@ -782,7 +782,7 @@ Creazione di un nuovo file delle connessioni. Elimina tutto - + Apri file delle connessioni... @@ -791,61 +791,61 @@ Creazione di un nuovo file delle connessioni. Scansione delle porte - + Barra di connessione rapida - + Riconnetti - + Aggiorna lo schermo (VNC) - + Rinomina connessione - + Rinomina cartella - + Rinomina tab - + Segnala un bug - + Reimposta la disposizione - + Salva file delle connessioni - + Salva file delle connessioni con nome... - + Invia tasti speciali (VNC) - + &Mostra testo di aiuto - + Mostra testo - + SmartSize (RDP/VNC) - + Trasferimento file SSH - + Avvia chat (VNC) - + Forum di supporto &Strumenti - + Trasferisci file (SSH) @@ -854,7 +854,7 @@ Creazione di un nuovo file delle connessioni. Visualizza soltanto (VNC) - + Sito web @@ -914,7 +914,7 @@ Creazione di un nuovo file delle connessioni. Porte aperte - + Tema @@ -1088,7 +1088,7 @@ Creazione di un nuovo file delle connessioni. Nome host / IP - + Tutti @@ -1100,7 +1100,7 @@ Creazione di un nuovo file delle connessioni. Memorizza bitmap nella cache - + Colori @@ -1172,7 +1172,7 @@ Creazione di un nuovo file delle connessioni. Nome utente del gateway - + Unità disco @@ -1328,7 +1328,7 @@ Messaggio: Disattiva il trascinamento finestra intera - + Disattiva le animazioni dei menu @@ -1364,7 +1364,7 @@ Messaggio: Errore di inizializzazione WinSock. - + Adatta al pannello @@ -1415,16 +1415,16 @@ Messaggio: RDP SetResolution fallito! - + SmartSize - + Portare su questo computer Non riprodurre - + Lasciare sul computer remoto @@ -1532,10 +1532,10 @@ Messaggio: Trasferimento SSH in background fallito! - + IP iniziale - + Porta iniziale @@ -1553,7 +1553,7 @@ Messaggio: Tab e pannelli - + Aggiornamenti diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index e1cf1eee2..770bfc142 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -217,7 +217,7 @@ 停止(&S) - + プロキシーをテストする @@ -230,13 +230,13 @@ 接続 - + ディスプレイ - + ゲートウェイ - + その他 @@ -248,7 +248,7 @@ 確認に失敗しました - + Check succeeded! @@ -486,13 +486,13 @@ Starting with new connections file. Could not find ToolStrip control in FilteredPropertyGrid. - + バージョン 検出する - + Don't connect to console session @@ -603,7 +603,7 @@ Starting with new connections file. 新規外部ツール - + File &Format: @@ -654,7 +654,7 @@ Starting with new connections file. 外部ツールプロパティ - + ファイル @@ -711,10 +711,10 @@ Starting with new connections file. ファイル「{0}」のインポート中にエラーが発生しました - + インポートに失敗しました - + ファイルからインポート...(&F) @@ -747,7 +747,7 @@ Starting with new connections file. アドレス: - + 切断時: @@ -759,35 +759,35 @@ Starting with new connections file. ドメイン - + ホスト名: ポータブル - + To configure PuTTY sessions click this button: - + Maximum PuTTY and integrated external tools wait time: - + Released under the GNU General Public License (GPL) - + - + パネルを選択するか新規パネルを追加してください。 Select a panel from the list below or click New to add a new one. Click OK to continue. - + サーバーの状態: データベース: - + 確認: @@ -816,19 +816,19 @@ Starting with new connections file. ファイルが存在しません - + 接続表示パネルの追加 - + 最新バージョンをチェック - + 設定 - + 接続表示パネル - + 接続と設定 @@ -840,31 +840,31 @@ Starting with new connections file. Ctrl-Esc - + 接続を削除... - + 外部ツールを削除... - + フォルダを削除... 寄付のお願い - + 接続を複製する - + フォルダを複製する - + タブを複製する 終了 - + 外部ツールのツールバー @@ -873,19 +873,19 @@ Starting with new connections file. ヘルプ(&H) - + mRemoteNGヘルプ 移動先 - + 外部ツールの立ち上げ - + 新規接続ファイル - + 新規外部ツール @@ -897,7 +897,7 @@ Starting with new connections file. 全て削除 - + 接続ファイルを開く... @@ -906,62 +906,62 @@ Starting with new connections file. ポートをスキャンする - + クイック接続ツールバー - + 再接続 - + スクリーンを更新する (VNC) - + 接続名を変更 - + フォルダ名を変更 - + タブ名を変更 - + バグを報告する - + レイアウトを初期化 - + 接続ファイルの保存 - + 接続ファイルを別名で保存... - + Send Special Keys (VNC) - + ヘルプ文字を表示(&S) &Show Help Text - + 文字の表示 - + SmartSize (RDP/VNC) - + SSHによるファイル転送 - + Start Chat (VNC) - + サポートフォーラム ツール(&T) - + SSHによるファイルの転送 @@ -970,7 +970,7 @@ Starting with new connections file. View Only (VNC) - + ウェブサイト(英語) @@ -1043,7 +1043,7 @@ If you run into such an error, please create a new connection file! テストの実行中 - + テーマ @@ -1234,7 +1234,7 @@ If you run into such an error, please create a new connection file! ホスト名またはIPアドレス - + 全て @@ -1249,7 +1249,7 @@ If you run into such an error, please create a new connection file! ビットマップをキャッシュ - + @@ -1324,7 +1324,7 @@ If you run into such an error, please create a new connection file! ゲートウェイのユーザー名 - + ディスク・ドライブ @@ -1485,7 +1485,7 @@ Message: Disable Full Window drag - + メニューのアニメーションを無効にする @@ -1521,7 +1521,7 @@ Message: Winsock initialization error. - + Fit To Panel @@ -1572,16 +1572,16 @@ Message: RDP SetResolution failed! - + Smart Size - + このコンピューターで再生 再生しない - + 遠隔コンピューターで再生 @@ -1699,10 +1699,10 @@ Message: SSH経由の転送に失敗しました - + 開始IP - + 開始のポート @@ -1720,7 +1720,7 @@ Message: タブとパネル - + タブの更新 @@ -1771,7 +1771,7 @@ Message: The update information could not be downloaded. - + 更新を確認しています… diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index 485dc1c1f..7401214f6 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -216,7 +216,7 @@ 중단(&S) - + 포록시 테스트 @@ -228,13 +228,13 @@ 연결 - + 표시 - + 게이트웨이 - + 기타 @@ -246,7 +246,7 @@ 검사 실패! - + 검사 성공! @@ -403,7 +403,7 @@ VncSharp 제어 버전 {0} 자동으로 연결을 끊기 전에 RDP 세션이 유휴 상태가되는 시간 (제한 없이 사용 : 0) - + 음질 @@ -578,13 +578,13 @@ VncSharp 제어 버전 {0} FilteredPropertyGrid에서의 ToolStrip 컨트롤을 찾을 수 없습니다. - + 설치된 버전 검색 - + 콘솔 세션에 연결하지 않음 @@ -695,7 +695,7 @@ VncSharp 제어 버전 {0} 새로운 외부 도구 - + 파일 형식(&F): @@ -746,7 +746,7 @@ VncSharp 제어 버전 {0} 외부 도구 속성 - + 파일 @@ -803,10 +803,10 @@ VncSharp 제어 버전 {0} "{0}"파일을 가져 오는 중 오류가 발생했습니다. - + 가져 오기 실패 - + 파일에서 가져 오기(&F) ... @@ -839,7 +839,7 @@ VncSharp 제어 버전 {0} 주소: - + 연결을 닫을 때 : @@ -851,34 +851,34 @@ VncSharp 제어 버전 {0} 도메인 - + 호스트 이름 : 휴대용 버전 - + PuTTY 세션을 구성하려면이 단추를 누르십시오: - + Maximum PuTTY and integrated external tools wait time: - + GNU 일반 공중 사용 허가서 (GPL) - + - + 아래 목록에서 패널을 선택하거나 새로 만들기를 클릭하여 새 패널을 추가하십시오. 확인을 클릭하여 계속하십시오. - + 서버 상태 : 데이터 베이스: - + 검증: @@ -905,19 +905,19 @@ VncSharp 제어 버전 {0} 로컬 파일이 존재하지 않습니다! - + 연결 패널 추가 - + 업데이트 확인 - + 구성 - + 연결 패널 - + 연결 및 구성 @@ -929,31 +929,31 @@ VncSharp 제어 버전 {0} Ctrl-Esc - + 연결 삭제 ... - + 외부 도구를 삭제 ... - + 폴더 삭제 ... 기부 - + 중복 연결 - + 중복 폴더 - + 중복 탭 종료 - + 외부 도구 모음 @@ -962,19 +962,19 @@ VncSharp 제어 버전 {0} 도움말(&H) - + mRemoteNG 도움말 바로 가기 - + 외부 도구 실행 - + 새 연결 파일 - + 새로운 외부 도구 @@ -986,7 +986,7 @@ VncSharp 제어 버전 {0} 모두 삭제 - + 연결 파일 열기 ... @@ -995,61 +995,61 @@ VncSharp 제어 버전 {0} 포트 스캔 - + 빠른 연결 도구 모음 - + 다시 연결 - + 화면 새로 고침 (VNC) - + 연결 이름 바꾸기 - + 폴더 이름 바꾸기 - + 탭 이름 바꾸기 - + 버그 신고 - + 레이아웃 재설정 - + 연결 파일 저장 - + 연결 파일 다른 이름으로 저장 ... - + 특수 키 보내기 (VNC) - + 도움말 텍스트 표시 (&H) - + 텍스트 표시 - + SmartSize (RDP / VNC) - + SSH 파일 전송 - + 채팅 시작 (VNC) - + 지원 포럼 도구(&T) - + 파일 전송 (SSH) @@ -1058,7 +1058,7 @@ VncSharp 제어 버전 {0} 보기 전용 (VNC) - + 웹 사이트 @@ -1128,7 +1128,7 @@ VncSharp 제어 버전 {0} 테스트 ... - + 테마 @@ -1317,7 +1317,7 @@ VncSharp 제어 버전 {0} 호스트 이름 / IP - + 모든 @@ -1332,7 +1332,7 @@ VncSharp 제어 버전 {0} 캐시 비트 맵 - + @@ -1407,7 +1407,7 @@ VncSharp 제어 버전 {0} 게이트웨이 사용자 이름 - + 디스크 드라이브 @@ -1566,7 +1566,7 @@ VncSharp 제어 버전 {0} 전체 창 끌기 해제 - + 메뉴 애니메이션 해제 @@ -1602,7 +1602,7 @@ VncSharp 제어 버전 {0} Winsock 초기화 오류입니다. - + 패널 맞추기 @@ -1653,16 +1653,16 @@ VncSharp 제어 버전 {0} RDP 해상도 설정 실패! - + 스마트 사이즈 - + 컴퓨터 가져 오기 재생 금지 - + 원격 컴퓨터 나가기 @@ -1773,10 +1773,10 @@ VncSharp 제어 버전 {0} SSH 전송에 실패했습니다. - + 시작 IP - + 시작 포트 @@ -1794,7 +1794,7 @@ VncSharp 제어 버전 {0} 탭 & 패널 - + 업데이트 @@ -1845,7 +1845,7 @@ VncSharp 제어 버전 {0} 업데이트 정보를 다운로드 할 수 없습니다. - + 업데이트 확인 중 ... @@ -1924,7 +1924,7 @@ mRemoteNG는 이제 종료되고 설치로 시작됩니다. - + 모든 연결을 다시 연결 diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 12ff053d0..5d6264287 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -123,7 +123,7 @@ Select the color quality to be used. - + Colors @@ -166,7 +166,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Warning: Restart is required to commit any theme configuration change. - + Must Be Between 0 and 255 @@ -181,7 +181,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for UltraVNC SingleClick - + Disconnect All But This diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index 118126428..305f1a5ca 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -210,7 +210,7 @@ &Stopp - + Test proxy @@ -222,13 +222,13 @@ Tilkobling - + Skjerm - + Gateway - + Diverse @@ -240,7 +240,7 @@ Sjekk mislyktes! - + Sjekk lyktes! @@ -459,7 +459,7 @@ Starter med ny tilkoblingsfil. Fant ikke ToolStrip-kontroll i FilteredPropertyGrid. - + Installert versjon @@ -579,7 +579,7 @@ Starter med ny tilkoblingsfil. Egenskaper for eksterne verktøy - + Filer @@ -651,7 +651,7 @@ Starter med ny tilkoblingsfil. Adresse: - + Ved lukking av tilkoblinger: @@ -663,34 +663,34 @@ Starter med ny tilkoblingsfil. Domene - + Vertsnavn: Portable Edition - + Klikk denne knappen for å konfigurere PuTTY-sesjoner: - + Maksimal ventetid for PuTTY og integrerte verktøy: - + Utgitt under GNU General Public License (GPL) - + sekunder - + Velg et panel fra listen under eller klikk Ny for å legge til en ny. Klikk OK for å fortsette. - + Serverstatus: Database: - + Bekreft: @@ -714,19 +714,19 @@ Starter med ny tilkoblingsfil. Lokal fil eksisterer ikke! - + Legg til tilkoblingspanel - + Se etter oppdateringer - + Oppsett - + Tilkoblingspaneler - + Tilkoblinger og oppsett @@ -738,31 +738,31 @@ Starter med ny tilkoblingsfil. Ctrl-Esc - + Slett tilkobling... - + Slett eksternt verktøy... - + Slett mappe... Donér - + Duplisér tilkobling - + Kopier mappe - + Kopier fane A&vslutt - + Eksterne verktøy-verktøylinje @@ -771,19 +771,19 @@ Starter med ny tilkoblingsfil. &Hjelp - + mRemoteNG-hjelp Hopp til - + Kjør eksternt verktøy - + Ny tilkoblings&fil - + Nytt eksternt verktøy @@ -795,7 +795,7 @@ Starter med ny tilkoblingsfil. Slett alle - + Åpne tilkoblingsfil... @@ -804,61 +804,61 @@ Starter med ny tilkoblingsfil. Portskanning - + Hurtigtilkoblingsverktøylinje - + Koble til på nytt - + Oppdater skjerm (VNC) - + Gi nytt navn til tilkobling - + &Gi nytt navn til mappe - + Gi nytt navn til fane - + Rapporter en feil - + Tilbakestill oppsett - + Lagre tilkoblingsfil - + Lagre tilkoblingsfilen &som... - + Send spesialtastekombinasjoner (VNC) - + &Vis hjelpetekst - + Vis tekst - + SmartSize (RDP/VNC) - + SSH-filoverføring - + Start chat (VNC) - + Forum for brukerstøtte V&erktøy - + Overfør fil (SSH) @@ -867,7 +867,7 @@ Starter med ny tilkoblingsfil. Kun visning (VNC) - + Nettsted @@ -927,7 +927,7 @@ Starter med ny tilkoblingsfil. Åpne porter - + Tema @@ -1101,7 +1101,7 @@ Starter med ny tilkoblingsfil. Vertsnavn/IP-adresse - + Alle @@ -1113,7 +1113,7 @@ Starter med ny tilkoblingsfil. Hurtigbufring av punktgrafikk - + Farger @@ -1185,7 +1185,7 @@ Starter med ny tilkoblingsfil. Gateway-brukernavn - + Diskstasjoner @@ -1342,7 +1342,7 @@ Starter med ny tilkoblingsfil. Deaktiver fullvindudragning - + Deaktiver menyanimasjoner @@ -1378,7 +1378,7 @@ Starter med ny tilkoblingsfil. Feil ved initialisering av Winsock. - + Tilpass til panel @@ -1429,16 +1429,16 @@ Starter med ny tilkoblingsfil. RDP SetResolution mislyktes! - + SmartSize - + Hent til denne datamaskinen Ikke spill av - + La være på ekstern datamaskin @@ -1549,10 +1549,10 @@ Starter med ny tilkoblingsfil. SSH-overføringen mislyktes. - + Start IP-adresse - + Start-port @@ -1570,7 +1570,7 @@ Starter med ny tilkoblingsfil. Faner && paneler - + Oppdateringer @@ -1706,7 +1706,7 @@ mRemoteNG vil nå avslutte og starte installasjonen. Koble til uten legitimasjon - + Ikke koble til konsollsesjon @@ -1744,7 +1744,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Nytt eksternt verktøy - + &Filformat: @@ -1759,10 +1759,10 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me En feil har oppstått under import av filen "{0}". - + Import feilet - + Importer fra &fil... @@ -1807,13 +1807,13 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Vis på verktøylinjen - + Sjekker om det finnes oppdateringer... Endringsloggen kunne ikke lastes ned. - + &Koble til alle åpne tilkoblinger på nytt @@ -1855,7 +1855,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Velg lydkvalitet: dynamisk, medium, høy - + Lydkvalitet @@ -1999,7 +1999,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Test tilkobling - + Bare lesemodus: @@ -2029,9 +2029,6 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Importer under-OUer - - Lås verktøylinjeposisjoner - Avanserte sikkerhetsvalg @@ -2041,7 +2038,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Lag et tomt panel når mRemoteNG starter - + Må være mellom 0 og 255 @@ -2056,10 +2053,10 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me UltraVNC SingleClick - + Koble fra faner til høyre - + Koble fra alle unntatt denne diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index 3bf51d624..20691b371 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -210,7 +210,7 @@ &Stop - + Test Proxy @@ -222,13 +222,13 @@ Connectie - + Scherm - + Gateway - + Diversen @@ -240,7 +240,7 @@ Controle mislukt! - + Controle geslaagd! @@ -459,7 +459,7 @@ Beginnen met nieuwe Connectie bestand. Kan geen ToolStrip vinden in FilteredPropertyGrid. - + Geïnstalleerde versie @@ -579,7 +579,7 @@ Beginnen met nieuwe Connectie bestand. Externe Applicatie Eigenschappen - + Bestanden @@ -651,7 +651,7 @@ Beginnen met nieuwe Connectie bestand. Adres: - + Bij het sluiten van connecties: @@ -663,34 +663,34 @@ Beginnen met nieuwe Connectie bestand. Domein - + Hostnaam: Mobiele Editie - + Om PuTTY Sessies te configureren klik op deze knop: - + Max. PuTTY && Geïntegreerde Ext. Applicatie wachttijd: - + Vrijgegeven onder de GNU General Public License (GPL) - + seconden - + Selecteer een paneel uit de onderstaande lijst of klik op Nieuw om een nieuwe toe te voegen. Klik op OK om verder te gaan. - + Server Status: Database: - + Verifiëren: @@ -714,19 +714,19 @@ Beginnen met nieuwe Connectie bestand. Lokaal bestand bestaat niet! - + Voeg Connectie Paneel toe - + Controleer voor beschikbare Updates - + Configuratie - + Connectie Panelen - + Verbindingen en Configuratie @@ -738,31 +738,31 @@ Beginnen met nieuwe Connectie bestand. CTRL-Esc - + Verwijder Connectie... - + Verwijder Externe Applicatie... - + Verwijder Map... Doneer - + Dupliceer Connectie - + Dupliceer Map - + Dupliceer Tab Suiten - + Externe Applicaties menubalk @@ -771,19 +771,19 @@ Beginnen met nieuwe Connectie bestand. &Help - + mRemoteNG Help Ga naar - + Start Externe Applicatie - + Nieuwe Connectie Bestand - + Nieuwe Externe Applicatie @@ -795,7 +795,7 @@ Beginnen met nieuwe Connectie bestand. Verwijder alles - + Open Connectie Bestand... @@ -804,61 +804,61 @@ Beginnen met nieuwe Connectie bestand. Poort Scan - + Quick Connect menubalk - + Opnieuw verbinden - + Vernieuw Scherm (VNC) - + Hernoem Connectie - + Naam map wijzigen - + Hernoem Tab - + Meld een bug - + Herstel lay-out - + Opslaan Connectie bestand - + Opslaan Connectie bestand Als... - + Stuur Speciale toetsencombinatie (VNC) - + &Laat hulp zien - + Toon tekst - + SmartSize (RDP/VNC) - + SSH Bestandsoverdracht - + Start Chat (VNC) - + Ondersteunings Forum &Extra - + Bestandsoverdracht (SSH) @@ -867,7 +867,7 @@ Beginnen met nieuwe Connectie bestand. Alleen bekijken (VNC) - + Website @@ -928,7 +928,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Open Poorten - + Thema @@ -1102,7 +1102,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Hostnaam/IP - + Alle @@ -1114,7 +1114,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Cache Bitmapafbeeldingen - + Kleuren @@ -1186,7 +1186,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Gateway Gebruikersnaam - + Harde Schijven @@ -1345,7 +1345,7 @@ Bericht: Slepen van volledig venster uitschakelen - + Menu Animaties Uitschakelen @@ -1381,7 +1381,7 @@ Bericht: Winsock initialisatie fout. - + Pas aan paneel aan @@ -1432,16 +1432,16 @@ Bericht: RDP instellen resolutie mislukt! - + Smart Size - + Afspelen op deze computer Niet afspelen - + Afspelen op externe computer @@ -1552,10 +1552,10 @@ Bericht: SSH overdracht heeft gefaald. - + Start IP - + Start Poort @@ -1573,7 +1573,7 @@ Bericht: Tabbladen && Panelen - + Updates diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 3c5f61bee..815867938 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -213,7 +213,7 @@ &Stop - + Testuj Proxy @@ -225,13 +225,13 @@ Połączenie - + Wyświetl - + Brama - + Pozostałe @@ -243,7 +243,7 @@ Sprawdzenie nie powiodło się! - + Sprawdzenie powiodło się! @@ -441,7 +441,7 @@ Załadowano nowy plik połączeń. Nie można odnaleźć ToolStrip w FilteredPropertyGrid. - + Zainstalowana wersja @@ -576,7 +576,7 @@ Załadowano nowy plik połączeń. Właściwości zewnętrznego narzędzia - + Pliki @@ -615,7 +615,7 @@ Załadowano nowy plik połączeń. Adres: - + Przy zamykaniu połączeń: @@ -627,31 +627,31 @@ Załadowano nowy plik połączeń. Domena - + Nazwa hosta: Wersja przenośna. - + Aby skonfigurować sesje PuTTY kliknij ten przycisk: - + Wydane na licencji GNU General Public License (GPL) - + sekund - + Wybierz panel z poniższej listy lub kliknij przycisk Nowy, aby dodać nowy. Aby kontynuować, kliknij przycisk OK. - + Status serwera: Baza danych: - + Sprawdź: @@ -675,19 +675,19 @@ Załadowano nowy plik połączeń. Plik lokalny nie istnieje! - + Dodaj panel połączenia - + Sprawdź aktualizacje - + Konfiguracja - + Panele połączeń - + Połączenia i konfiguracja @@ -699,31 +699,31 @@ Załadowano nowy plik połączeń. Ctrl-Esc - + Usuń połączenie... - + Skazuj zewnętrzne narzędzie... - + Usuń folder... Darowizna - + Duplikuj połączenie - + Duplikuj folder - + Duplikuj zakładkę Wyjście - + Pasek narzędzi zewnętrznych @@ -732,19 +732,19 @@ Załadowano nowy plik połączeń. &Pomoc - + Pomoc mRemoteNG Idz do - + Uruchom narzędzie zewnętrzne - + Nowy plik połączeń - + Nowe narzędzie zewnętrzne @@ -756,7 +756,7 @@ Załadowano nowy plik połączeń. Usuń wszystko - + Otwórz plik połączenia... @@ -765,61 +765,61 @@ Załadowano nowy plik połączeń. Skaner portów - + Pasek szybkiego połączenia - + Połącz ponownie - + Odśwież ekran (VNC) - + Zmień nazwę połączenia - + Zmień nazwę folderu - + Zmień nazwę zakładki - + Zgłoś błąd - + Przywróć domyślny layout - + Zapisz plik połączeń - + Zapisz plik połączeń jako ... - + Wyślij klawisze specjalne (VNC) - + &Pokaż tekst pomocy - + Pokarz tekst - + Dopasuj (RDP/VNC) - + Transfer plików poprzez SSH - + Zacznij Chat (VNC) - + Forum pomocy &Narzędzia - + Transfer pliku (SSH) @@ -828,7 +828,7 @@ Załadowano nowy plik połączeń. Tylko pogląd (VNC) - + Strona WWW @@ -885,7 +885,7 @@ Załadowano nowy plik połączeń. Porty otwarte - + Motyw @@ -981,7 +981,7 @@ Załadowano nowy plik połączeń. Nazwa hosta/IP - + Wszystkie @@ -993,7 +993,7 @@ Załadowano nowy plik połączeń. Przechowuj bitmapy w pamięci podręcznej - + Kolory @@ -1065,7 +1065,7 @@ Załadowano nowy plik połączeń. Użytkownik bramy - + Dyski @@ -1179,7 +1179,7 @@ Załadowano nowy plik połączeń. Wyłącz cień kursora - + Wyłącz animacje menu @@ -1203,7 +1203,7 @@ Załadowano nowy plik połączeń. Inicjalizacja Winsock nie powiodła się. - + Dostosuj do panelu @@ -1242,16 +1242,16 @@ Załadowano nowy plik połączeń. Wykonanie RDP SetResolution nie powiodło się! - + Dopasuj rozmiar - + Przenieś na ten komputer Nie odtwarzaj - + Zostaw na komputerze zdalnym @@ -1359,10 +1359,10 @@ Załadowano nowy plik połączeń. Transfer SSH nie powiódł się. - + Początkowe IP - + Port początkowy @@ -1377,7 +1377,7 @@ Załadowano nowy plik połączeń. Zaawansowane - + Aktualizacje diff --git a/mRemoteV1/Resources/Language/Language.pt-BR.resx b/mRemoteV1/Resources/Language/Language.pt-BR.resx index a6994f91d..39b2c1edd 100644 --- a/mRemoteV1/Resources/Language/Language.pt-BR.resx +++ b/mRemoteV1/Resources/Language/Language.pt-BR.resx @@ -207,7 +207,7 @@ & Parar - + Testar Proxy @@ -219,13 +219,13 @@ Conexão - + Mostrar - + Gateway - + Diversos @@ -237,7 +237,7 @@ Falha na verificação! - + Verificação com sucesso! diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index f73757cb0..3e0bd2481 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -210,7 +210,7 @@ &Parar - + Testar Proxy @@ -222,13 +222,13 @@ Ligação - + Ecrã - + Gateway - + Diversos @@ -240,7 +240,7 @@ Falha na verificação! - + Verificação com sucesso! @@ -441,7 +441,7 @@ Não foi possível encontrar o controlo ToolStrip em FilteredPropertyGrid. - + Versão instalada @@ -561,7 +561,7 @@ Propriedades de ferramentas externas - + Arquivos @@ -633,7 +633,7 @@ Endereço: - + Ao fechar ligações: @@ -645,34 +645,34 @@ Domínio - + Hostname: Edição portátil - + Para configurar as sessões PuTTY clique neste botão: - + Máxima tempo de espera para PuTTY e ferramentas externas integradas: - + Lançado sob a GNU General Public License (GPL) - + segundos - + Selecione um painel na lista abaixo ou clique em Novo para adicionar um novo. Clique em OK para continuar. - + Estado do servidor: Banco de dados: - + Verificar: @@ -696,19 +696,19 @@ Arquivo local inexistente! - + Adicionar o Painel de Ligação - + Verificar se há atualizações - + Config - + Painéis de ligações - + Configurações e ligações @@ -720,31 +720,31 @@ Ctrl-Esc - + Excluir a conexão... - + Excluir ferramenta externa... - + Excluir a pasta... Doar - + Duplicar ligação - + Duplicar pasta - + Duplicar Aba Sair - + Barra de ferramentas externas @@ -753,19 +753,19 @@ &Ajuda - + Ajuda mRemoteNG Ir para - + Executar Ferramenta Externa - + Novo arquivo de ligações - + Nova ferramenta externa @@ -777,7 +777,7 @@ Apagar tudo - + Abrir arquivo de ligações... @@ -786,58 +786,58 @@ Varrer portas - + Barra de ferramentas simples - + Ligar novamente - + Atualizar ecrã (VNC) - + Renomear ligação - + Renomear pasta - + Renomear aba - + Relatar um erro - + Repôr o layout - + Salvar arquivo de ligações - + Salvar arquivo de ligações, como... - + Enviar teclas especiais (VNC) - + Visualizar texto - + SmartSize (RDP/VNC) - + Transferência de Ficheiro SSH - + Iniciar chat (VNC) - + Fórum de suporte &Ferramentas - + Transferência de arquivo (SSH) @@ -846,7 +846,7 @@ Somente ver (VNC) - + Sítio @@ -906,7 +906,7 @@ Portas abertas - + Tema @@ -1080,7 +1080,7 @@ HostName/IP - + Todos @@ -1092,7 +1092,7 @@ Cache Bitmaps - + Cores @@ -1164,7 +1164,7 @@ Nome de utilizador do gateway - + Unidades de disco @@ -1317,7 +1317,7 @@ Desativar o arrastar completo da janela - + Desabilitar as animações do Menu @@ -1353,7 +1353,7 @@ Erro de inicialização Winsock. - + Ajustar ao painel @@ -1404,16 +1404,16 @@ RDP SetResolution falhou! - + Tamanho inteligente - + Trazer para este computador Não executar - + Deixar no computador remoto @@ -1521,10 +1521,10 @@ SSH falha de transferência de plano de fundo! - + IP de início - + Porta de início @@ -1542,7 +1542,7 @@ Abas && painéis - + Atualizações diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 5ec2f843d..2c7b25fde 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -216,7 +216,7 @@ &Stop - + Test Proxy @@ -228,13 +228,13 @@ Connection - + Display - + Gateway - + Miscellaneous @@ -246,7 +246,7 @@ Check failed! - + Check succeeded! @@ -472,13 +472,13 @@ Starting with new connections file. Could not find ToolStrip control in FilteredPropertyGrid. - + Installed version Detect - + Don't connect to console session @@ -596,7 +596,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for New External Tool - + File &Format: @@ -647,7 +647,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for External Tool Properties - + Files @@ -704,10 +704,10 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for An error occurred while importing the file "{0}". - + Import failed - + Import from &File... @@ -740,7 +740,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Address: - + When closing connections: @@ -752,34 +752,34 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Domain - + Hostname: Portable Edition - + To configure PuTTY sessions click this button: - + Maximum PuTTY and integrated external tools wait time: - + Released under the GNU General Public License (GPL) - + Seconds - + Select a panel from the list below or click New to add a new one. Click OK to continue. - + Server status: Database: - + Verify: @@ -806,19 +806,19 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Local file does not exist! - + Add Connection Panel - + Check for Updates - + Config - + Connection Panels - + Connections and Config @@ -830,31 +830,31 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Ctrl-Esc - + Delete Connection... - + Delete External Tool... - + Delete Folder... Donate - + Duplicate Connection - + Duplicate Folder - + Duplicate Tab Exit - + External Tools Toolbar @@ -863,19 +863,19 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for &Help - + mRemoteNG Help Jump to - + Launch External Tool - + New Connection File - + New External Tool @@ -887,7 +887,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Delete All - + Open Connection File... @@ -896,61 +896,61 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Port Scan - + Quick Connect Toolbar - + Reconnect - + Refresh Screen (VNC) - + Rename Connection - + Rename Folder - + Rename Tab - + Report a Bug - + Reset layout - + Save Connection File - + Save Connection File As... - + Send Special Keys (VNC) - + &Show Help Text - + Show Text - + SmartSize (RDP/VNC) - + SSH File Transfer - + Start Chat (VNC) - + Support Forum &Tools - + Transfer File (SSH) @@ -959,7 +959,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for View Only - + Website @@ -1029,7 +1029,7 @@ If you run into such an error, please create a new connection file! Testing... - + Theme @@ -1224,7 +1224,7 @@ If you run into such an error, please create a new connection file! Hostname/IP - + All @@ -1239,7 +1239,7 @@ If you run into such an error, please create a new connection file! Cache Bitmaps - + Colours @@ -1314,7 +1314,7 @@ If you run into such an error, please create a new connection file! Gateway Username - + Disk Drives @@ -1477,7 +1477,7 @@ If you run into such an error, please create a new connection file! Disable Full Window drag - + Disable Menu Animations @@ -1513,17 +1513,17 @@ If you run into such an error, please create a new connection file! Winsock initialization error. - + Fit To Panel RDP Focus failed! - RD Gateway is supported. + RDP Gateway is supported. - RD Gateway is not supported! + RDP Gateway is not supported! RDP reconnection count: @@ -1535,7 +1535,7 @@ If you run into such an error, please create a new connection file! RDP SetUseConsoleSession failed! - Setting Console switch for RDC {0}. + RDP Setting Console switch for RDC {0}. RDP SetCredentials failed! @@ -1564,16 +1564,16 @@ If you run into such an error, please create a new connection file! RDP SetResolution failed! - + Smart Size - + Bring to this computer Do not play - + Leave at remote computer @@ -1684,10 +1684,10 @@ If you run into such an error, please create a new connection file! SSH transfer failed. - + First IP - + First Port @@ -1705,7 +1705,7 @@ If you run into such an error, please create a new connection file! Tabs && Panels - + Updates @@ -1759,7 +1759,7 @@ If you run into such an error, please create a new connection file! The update information could not be downloaded. - + Checking for updates... @@ -1838,7 +1838,7 @@ mRemoteNG will now quit and begin with the installation. Yes - + Reconnect All Open Connections @@ -1880,7 +1880,7 @@ mRemoteNG will now quit and begin with the installation. Choose the Sound Quality provided by the protocol: Dynamic, Medium, High - + Sound quality @@ -2025,7 +2025,7 @@ mRemoteNG will now quit and begin with the installation. Test connection - + Read only: @@ -2055,9 +2055,6 @@ mRemoteNG will now quit and begin with the installation. Import sub OUs - - Lock toolbar positions - Advanced security options @@ -2067,7 +2064,7 @@ mRemoteNG will now quit and begin with the installation. Create an empty panel when mRemoteNG starts - + Must Be Between 0 and 255 @@ -2082,10 +2079,10 @@ mRemoteNG will now quit and begin with the installation. UltraVNC SingleClick - + Disconnect Tabs To The Right - + Disconnect All But This diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index 0981d565e..036f37fe0 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -210,7 +210,7 @@ &Стоп - + Проверка прокси @@ -222,13 +222,13 @@ Подключение - + Вид - + Шлюз - + Разное @@ -240,7 +240,7 @@ Ошибка проверки! - + Успешно проверено! @@ -459,7 +459,7 @@ VncSharp Control Version {0} Не удалось найти элемент управления ToolStrip в FilteredPropertyGrid. - + Установленная версия @@ -585,7 +585,7 @@ VncSharp Control Version {0} Свойства внешнего инструмента - + Файлы @@ -657,7 +657,7 @@ VncSharp Control Version {0} Адрес: - + При закрытии подключений: @@ -669,34 +669,34 @@ VncSharp Control Version {0} Домен - + Имя хоста: Портативная версия - + Нажмите на эту кнопку для настройки сессий PuTTY: - + Максимальное время ожидание PuTTY и внешнего приложения: - + Выпущено под лицензией GNU General Public License (GPL) - + Секунд - + Выберите панель из списка или нажмите кнопку Новая, чтобы создать новую. Нажмите кнопку OK, чтобы продолжить. - + Состояние сервера: База данных: - + Проверка: @@ -720,19 +720,19 @@ VncSharp Control Version {0} Локальный файл не существует! - + Добавить Панель подключения - + Проверка наличия обновлений - + Конфигурация - + Панель подключений - + Подключения и конфигурация @@ -744,31 +744,31 @@ VncSharp Control Version {0} Ctrl-Esc - + Удалить подключение... - + Удалить внешний инструмент... - + Удалить папку... Помочь проекту - + Дубликат подключения - + Дублировать папку - + Дублировать вкладку Выход - + Внешние инструменты @@ -777,19 +777,19 @@ VncSharp Control Version {0} &Справка - + Справка mRemoteNG Перейти к - + Запуск внешних инструментов - + Новый файл подключения - + Новый внешний инструмент @@ -801,7 +801,7 @@ VncSharp Control Version {0} Удалить все - + Открыть файл подключения... @@ -810,61 +810,61 @@ VncSharp Control Version {0} Сканер портов - + Панель Быстрое подключение - + Переподключение - + Обновить экран (VNC) - + Переименовать подключение - + Переименовать папку - + Переименовать закладку - + Сообщить об ошибке - + Сброс - + Сохранить подключение - + Сохранить подключение как... - + Отправить спец. клавиши (VNC) - + Показать текст справки - + Показать текст - + SmartSize (RDP/VNC) - + Передача файлов по SSH - + Начать чат (VNC) - + Форум поддержки &Инструменты - + Передача файлов (SSH) @@ -873,7 +873,7 @@ VncSharp Control Version {0} Просмотр (VNC) - + Веб-сайт @@ -934,7 +934,7 @@ VncSharp Control Version {0} Открытые порты - + Тема @@ -1108,7 +1108,7 @@ VncSharp Control Version {0} Имя хоста / IP - + Все @@ -1120,7 +1120,7 @@ VncSharp Control Version {0} Кэш графики - + Цвета @@ -1192,7 +1192,7 @@ VncSharp Control Version {0} Имя пользователя шлюза - + Диски @@ -1351,7 +1351,7 @@ VncSharp Control Version {0} Отключить отображение окна при перетаскивании - + Отключить Анимацию @@ -1387,7 +1387,7 @@ VncSharp Control Version {0} Ошибка инициализации Winsock. - + В окне @@ -1438,16 +1438,16 @@ VncSharp Control Version {0} Ошибка установки разрешения RDP! - + Smart Size - + Передать на этот компьютер Не воспроизводить - + Оставить на удаленном компьютере @@ -1558,10 +1558,10 @@ VncSharp Control Version {0} SSH ошибка передачи. - + Начальный IP - + Начальный порт @@ -1579,7 +1579,7 @@ VncSharp Control Version {0} Вкладки и панели - + Обновления @@ -1700,7 +1700,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Да - + Переподключить все открытые соединения @@ -1724,7 +1724,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Экспорт в файл... - + Импорт из &файла... @@ -1754,7 +1754,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Экспорт выбранной папки - + Формат файла: @@ -1781,7 +1781,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Подключение без учетных данных - + Не подключайтесь к сеансу консоли @@ -1814,7 +1814,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Произошла ошибка при импорте файла "{0}". - + Импортировать не удалось @@ -1853,7 +1853,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Пароль для {0} - + Проверка обновлений... @@ -1898,7 +1898,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Выберите Качество звука, предоставляемое протоколом: Динамический, Средний, Высокий - + Качество звука @@ -2036,12 +2036,9 @@ mRemoteNG сейчас прекратит работу и начнет проц Тестовое соединение - + Только чтение: - - Заблокировать позиции панели инструментов - Расширенные параметры безопасности @@ -2051,7 +2048,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Создайте пустую панель при запуске mRemoteNG - + Отключить вкладки справа @@ -2073,7 +2070,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Предупреждение: перезагрузка требуется для принятия каких-либо изменений конфигурации темы. - + Должно быть от 0 до 255 @@ -2088,7 +2085,7 @@ mRemoteNG сейчас прекратит работу и начнет проц UltraVNC SingleClick - + Отключите все Но этот diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index 05d08f180..e8cfa5832 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -216,7 +216,7 @@ Bağlantı - + Ağ geçidi @@ -228,7 +228,7 @@ Kontrol başarısız! - + Kontrol başarılı! @@ -270,7 +270,7 @@ Orta - + Ses Kalitesi @@ -450,7 +450,7 @@ Bağlantı açılamıyor: Hostname belirtilmedi! "{0}" bağlantı dosyası yüklenemedi! Yeni bağlantılar dosyası ile başlanıyor. - + Test Vekil Sunucu @@ -459,10 +459,10 @@ Yeni bağlantılar dosyası ile başlanıyor. Görünüm - + Ekran - + Çeşitli @@ -507,13 +507,13 @@ Yeni bağlantılar dosyası ile başlanıyor. ToolStrip kontrolü FilteredPropertyGrid içinde bulunamadı. - + Yüklü sürüm Algıla - + Konsol oturumuna bağlanma @@ -615,7 +615,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Yeni harici araç - + Dosya &Formatı: @@ -666,7 +666,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Harici Araç Özellikleri - + Dosyalar @@ -690,7 +690,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Veritabanı: - + Doğrula: @@ -717,49 +717,49 @@ Yeni bağlantılar dosyası ile başlanıyor. Yerel dosya yok! - + Bağlantı Paneli Ekle - + Güncelleştirmeleri Konrol Et - + Ayar - + Bağlantı Paneli - + Bağlantılar ve Ayar Kopyala - + Bağlantıyı Sil... - + Harici Aracı Sil... - + Klasörü Sil... Bağış Yap - + Bağlantıyı Çoğalt - + Klasörü Çoğalt - + Sekmeyi Çoğalt Çıkış - + Harici Araçlar Araç çubuğu @@ -768,19 +768,19 @@ Yeni bağlantılar dosyası ile başlanıyor. &Yardım - + mRemoteNG Yardım Atla - + Harici Aracı Çalıştır - + Yeni Bağlantı Dosyası - + Yeni Harici Araç @@ -792,7 +792,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Hepsini Sil - + Bağlantı Dosyasını Aç @@ -801,61 +801,61 @@ Yeni bağlantılar dosyası ile başlanıyor. Port Taraması - + Hızlı Bağlantı Araç Çubuğu - + Yeniden Bağlan - + Ekranı Yenile (VNC) - + Bağlantıyı Yeniden Adlandır - + Klasörü Yeniden Adlandır - + Sekmeyi Yeniden Adlandır - + Hata Raporla - + Düzeni sıfırla - + Bağlantı Dosyasını Kaydet - + Bağlantı Dosyasını Farklı Kaydet - + Özel Tuş Gönder (VNC) - + &Yardım Metnini Görüntüle - + Metni Görüntüle - + Akıllı Boyutlandırma (RDP/VNC) - + SSH Dosya Transferi - + Sohbet'i Başlat (VNC) - + Destek Forumu &Araçlar - + Dosya Transferi (SSH) @@ -864,7 +864,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Yalnızca Gör (VNC) - + Web Sitesi @@ -925,7 +925,7 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Test ediliyor... - + Tema @@ -943,7 +943,7 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Uyarılar - + Tüm Açık Bağlantılara Yeniden Bağlanın @@ -1027,7 +1027,7 @@ Böyle bir hatayla karşılaşırsanız, lütfen yeni bir bağlantı dosyası ol Güncelleştirme bilgileri indirilemedi. - + Güncelleştirmeler kontrol ediliyor... @@ -1058,10 +1058,10 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Dosya alınırken bir hata oluştu, "{0}". - + İçe alma başarısız! - + &Dosyadan içe aktar... @@ -1094,7 +1094,7 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Adres: - + Bağlantı kapatılırken: @@ -1106,23 +1106,23 @@ MRemoteNG şimdi kapanacak ve kurulum başlayacak. Taşınabilir Sürüm - + PuTTY oturumlarını yapılandırmak için bu butona tıklayın: - + PuTTY ve harici araçlar için en fazla bekleme süresi: - + GNU Genel Kamu Lisansı (GPL) kapsamında çıkarıldı - + saniyeler - + Aşağıdaki listeden bir panel seçin veya yeni bir panel eklemek için Yeni'yi tıklayın. Devam etmek için Tamam'ı tıklayın. - + Sunucu Durumu: @@ -1326,7 +1326,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Proxy ile kimlik doğrulamak için kullanıcı adınızı girin. - + Hepsi @@ -1341,7 +1341,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Küçük Resimleri Önbelleğe Al - + Renkler @@ -1404,7 +1404,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Gateway Kullanıcı Adı - + Disk Sürücüleri @@ -1536,7 +1536,7 @@ Mesaj: Tam Pencere sürüklemeyi devre dışı bırak - + Menü Animasyonlarını Devre Dışı Bırak @@ -1572,7 +1572,7 @@ Mesaj: Winsock başlatma hatası. - + Panele Sığdır @@ -1623,16 +1623,16 @@ Mesaj: RDP Çözünürlük ayarlama başarısız! - + Akıllı boyut - + Bu bilgisayara getirin Oynatma - + Uzak bilgisayarda bırakın @@ -1725,10 +1725,10 @@ Mesaj: SSH transferi başarısız. - + Başlangıç IP - + Başlangıç Port @@ -1746,7 +1746,7 @@ Mesaj: Sekmeler && Paneller - + Güncellemeler diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index 459c3c4e3..d148e8abe 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -207,7 +207,7 @@ &Стоп - + Перевірити проксі @@ -219,13 +219,13 @@ З'єднання - + Вигляд - + Шлюз - + Різне @@ -237,7 +237,7 @@ Помилка перевірки! - + Успішно перевірено! @@ -446,7 +446,7 @@ VncSharp Control Version {0} Не вдається створити новий файл з'єднань! - + Встановлена версія @@ -569,7 +569,7 @@ VncSharp Control Version {0} Властивості зовнішніх інструментів - + Файли @@ -638,34 +638,34 @@ VncSharp Control Version {0} Домен - + Ім'я хосту: Портативна версія - + Натисніть на цю кнопку для налаштування сесій PuTTY: - + Максимальний час очікування PuTTY та зовнішніх інструментів: - + Випущено під ліцензією GNU General Public License (GPL) - + сек - + Виберіть вкладку зі списку або натисніть кнопку Новий, щоб створити нову. - + Стан сервера: База даних: - + Перевірка: @@ -689,19 +689,19 @@ VncSharp Control Version {0} Локальний файл не існує! - + Додати панель з'єднання - + Перевірка наявності оновлень - + Конфігурація - + Панель з'єднань - + З'єднання та конфігурація @@ -713,31 +713,31 @@ VncSharp Control Version {0} Ctrl+Esc - + Видалити з'єднання… - + Видалити зовнішній інструмент… - + Видалити папку… Пожертва - + Дублювати з'єднання - + Дублювати папку - + Дублювати вкладку Вихід - + Панель зовнішніх інструментів @@ -746,25 +746,25 @@ VncSharp Control Version {0} &Довідка - + Довідка mRemoteNG Перейти до - + Запуск зовнішніх інструментів - + Новий файл з'єднань - + Новий зовнішній інструмент Сповіщення - + Відкрити файл з'єднань… @@ -773,55 +773,55 @@ VncSharp Control Version {0} Сканер портів - + Панель швидкого з'єднання - + Повторне з'єднання - + Оновити екран (VNC) - + Перейменувати з'єднання - + Перейменувати папку - + Перейменувати вкладку - + Повідомити про помилку - + Скинути шаблон - + Зберегти файл з'єднань - + Зберегти файл з'єднань як… - + Надіслати спец. клавіші (VNC) - + Показати текст - + Передача файлів по SSH - + Почати чат (VNC) - + Форум підтримки &Інструменти - + Передача файлів (SSH) @@ -830,7 +830,7 @@ VncSharp Control Version {0} Перегляд (VNC) - + Веб-сайт @@ -888,7 +888,7 @@ VncSharp Control Version {0} Відкриті порти - + Тема @@ -1053,7 +1053,7 @@ VncSharp Control Version {0} Ім'я хоста / IP - + Все @@ -1065,7 +1065,7 @@ VncSharp Control Version {0} Кеш графіки - + Кольори @@ -1137,7 +1137,7 @@ VncSharp Control Version {0} Ім'я користувача шлюзу - + Диски @@ -1267,7 +1267,7 @@ VncSharp Control Version {0} Вимкнути відображення вікна при перетягуванні - + Вимкнути анімації меню @@ -1300,7 +1300,7 @@ VncSharp Control Version {0} Помилка ініціалізації Winsock. - + Встановити на вкладку @@ -1351,13 +1351,13 @@ VncSharp Control Version {0} Помилка RDP SetResolution! - + Передати на цей комп'ютер Не відтворювати - + Залишити на віддаленому комп'ютері @@ -1456,10 +1456,10 @@ VncSharp Control Version {0} Помилка передавання SSH. - + Початковий IP - + Початковий порт @@ -1477,7 +1477,7 @@ VncSharp Control Version {0} Вкладки та панелі - + Оновлення @@ -1616,7 +1616,7 @@ mRemoteNG зараз припинить роботу і почне процес Не вдається знайти «ToolStrip control» у «FilteredPropertyGrid». - + Не під'єднуватися до консольного сеансу @@ -1650,7 +1650,7 @@ mRemoteNG зараз припинить роботу і почне процес &Експорт у файл… - + &Формат файлу: @@ -1677,13 +1677,13 @@ mRemoteNG зараз припинить роботу і почне процес Під час імпорту файлу «{0}» сталася помилка. - + Не вдалося імпортувати - + Імпорт з &файлу… - + При закритті з'єднань: @@ -1695,7 +1695,7 @@ mRemoteNG зараз припинить роботу і почне процес Видалити все - + &Показати текст довідки @@ -1776,13 +1776,13 @@ mRemoteNG зараз припинить роботу і почне процес Показати на панелі інструментів - + Перевірка оновлень… Не вдалося завантажити журнал змін. - + Повторно підключити усі відкриті з'єднання @@ -1824,7 +1824,7 @@ mRemoteNG зараз припинить роботу і почне процес Виберіть якість звуку: динамічна, Середня, Висока - + Якість звуку @@ -1965,7 +1965,7 @@ mRemoteNG зараз припинить роботу і почне процес Тест з'єднання - + Лише для читання: @@ -1995,9 +1995,6 @@ mRemoteNG зараз припинить роботу і почне процес Імпорт дочірніх OU - - Фіксувати позиції панелі інструментів - Додаткові параметри безпеки @@ -2007,7 +2004,7 @@ mRemoteNG зараз припинить роботу і почне процес Створювати порожню вкладку, при запуску mRemoteNG - + Має бути між 0 і 255 @@ -2019,10 +2016,10 @@ mRemoteNG зараз припинить роботу і почне процес Повторно підключити усі з'єднання - + Відключити вкладки праворуч - + Відключити все, окрім цієї вкладки diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index d18be42f5..6589df8c2 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -216,7 +216,7 @@ 停止(&S) - + 测试代理 @@ -228,13 +228,13 @@ 连接 - + 显示 - + 网关 - + 杂项 @@ -246,7 +246,7 @@ 检查失败! - + 检查成功! @@ -475,13 +475,13 @@ VncSharp 版本 {0} 在 FilteredPropertyGrid 中找不到 ToolStrip 控件。 - + 已安装版本 检测 - + 不要连接到控制台会话 @@ -599,7 +599,7 @@ VncSharp 版本 {0} 新建外部工具 - + 文件格式(&F): @@ -650,7 +650,7 @@ VncSharp 版本 {0} 外部工具属性 - + 文件 @@ -707,10 +707,10 @@ VncSharp 版本 {0} 导入文件“{0}”时发生错误。 - + 导入失败 - + 从文件导入(&F)... @@ -743,7 +743,7 @@ VncSharp 版本 {0} 地址: - + 当关闭连接时: @@ -755,34 +755,34 @@ VncSharp 版本 {0} 域名 - + 主机名: 便携版本 - + 请单击按钮,配置PuTTY会话: - + Putty 超时时间: - + 基于通用公共许可证(GPL)发布 - + - + 从下面的列表中选择一个面板或单击“新建”添加新面板。单击确定继续。 - + 服务器状态: 数据库: - + 验证: @@ -809,19 +809,19 @@ VncSharp 版本 {0} 本地文件不存在! - + 添加连接面板 - + 检查更新 - + 配置 - + 连接面板 - + 连接和配置 @@ -833,31 +833,31 @@ VncSharp 版本 {0} Ctrl+Esc - + 删除连接... - + 删除外部工具... - + 删除目录… 捐赠 - + 重复连接 - + 重复目录 - + 重复标签 退出 - + 外部工具工具栏 @@ -866,19 +866,19 @@ VncSharp 版本 {0} 帮助(&H) - + mRemoteNG 帮助 转到 - + 启动外部工具 - + 新建连接配置文件 - + 新建外部工具 @@ -890,7 +890,7 @@ VncSharp 版本 {0} 删除全部 - + 打开连接配置文件… @@ -899,61 +899,61 @@ VncSharp 版本 {0} 端口扫描 - + 快速连接工具栏 - + 重新连接 - + 刷新(VNC) - + 重命名连接 - + 重命名目录 - + 重命名标签 - + 报告问题 - + 重置布局 - + 保存连接配置文件 - + 另存连接配置文件为… - + 发送特殊键(VNC) - + 显示帮助文本(&S) - + 显示文本 - + 窗口自适应(RDP/VNC) - + SSH 文件传输 - + 启动 Chat(VNC) - + 支持论坛 工具(&T) - + 传输文件(SSH) @@ -962,7 +962,7 @@ VncSharp 版本 {0} 仅查看 - + 网站 @@ -1032,7 +1032,7 @@ VncSharp 版本 {0} 测试... - + 主题 @@ -1227,7 +1227,7 @@ VncSharp 版本 {0} 主机名/IP - + 全部 @@ -1242,7 +1242,7 @@ VncSharp 版本 {0} 位图缓存 - + 色彩 @@ -1317,7 +1317,7 @@ VncSharp 版本 {0} 网关用户名 - + 磁盘 @@ -1480,7 +1480,7 @@ VncSharp 版本 {0} 禁用全窗口拖动 - + 禁用菜单动画功能 @@ -1516,7 +1516,7 @@ VncSharp 版本 {0} Winsock 初始化错误。 - + 适合面板 @@ -1567,16 +1567,16 @@ VncSharp 版本 {0} RDP 分辨率设置失败! - + 自适应大小 - + 带到这台计算机 不要播放 - + 留在远程计算机 @@ -1687,10 +1687,10 @@ VncSharp 版本 {0} SSH 传输失败。 - + 起始 IP - + 起始端口 @@ -1708,7 +1708,7 @@ VncSharp 版本 {0} 标签&面板 - + 升级 @@ -1762,7 +1762,7 @@ VncSharp 版本 {0} 升级检查未完成! - + 检查更新... @@ -1841,7 +1841,7 @@ mRemoteNG 将退出并安装更新。 确定 - + 重新连接所有打开的连接 @@ -1883,7 +1883,7 @@ mRemoteNG 将退出并安装更新。 选择由协议提供的声音质量:动态,中,高 - + 音质 @@ -2027,7 +2027,7 @@ mRemoteNG 将退出并安装更新。 测试连接 - + 只读: @@ -2057,9 +2057,6 @@ mRemoteNG 将退出并安装更新。 导入子 OU - - 锁定工具栏位置 - 高级安全选项 @@ -2069,7 +2066,7 @@ mRemoteNG 将退出并安装更新。 在 mRemoteNG 启动时创建一个空面板 - + 必须介于 0 和 255 之间 @@ -2084,10 +2081,10 @@ mRemoteNG 将退出并安装更新。 UltraVNC SingleClick - + 断开右侧标签的连接 - + 断开除此之外的所有连接 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index 11a924f24..401f1c12e 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -210,7 +210,7 @@ 停止(&S) - + 測試 Proxy @@ -222,13 +222,13 @@ 連線 - + 顯示 - + 閘道 - + 雜項 @@ -240,7 +240,7 @@ 檢查失敗! - + 檢查成功! @@ -439,7 +439,7 @@ VncSharp Control 版本 {0} 無法在 FilteredPropertyGrid 找到 ToolStrip 控制。 - + 安裝的版本 @@ -559,7 +559,7 @@ VncSharp Control 版本 {0} 外部工具內容 - + 檔案 @@ -631,7 +631,7 @@ VncSharp Control 版本 {0} 位址: - + 關閉連線時: @@ -643,34 +643,34 @@ VncSharp Control 版本 {0} 網域 - + 主機名稱: 可攜版 - + 若要組態 PuTTY 工作階段,按一下此按鈕: - + PuTTY 和整合的外部工具的最大等待時間: - + 根據 GNU General Public License (GPL) 發佈 - + - + 從以下清單選取面板或按一下 [新增] 以加入新的。 按一下 [確定] 繼續。 - + 伺服器狀態: 資料庫: - + 驗證: @@ -694,19 +694,19 @@ VncSharp Control 版本 {0} 本機檔案不存在! - + 加入連線面板 - + 檢查更新 - + 組態 - + 連線面板 - + 連線和組態 @@ -718,31 +718,31 @@ VncSharp Control 版本 {0} Ctrl-Esc - + 刪除連線... - + 刪除外部工具... - + 刪除資料夾... 捐贈 - + 複製連線 - + 複製資料夾 - + 複製索引標籤 結束 - + 外部工具工具列 @@ -751,19 +751,19 @@ VncSharp Control 版本 {0} 說明(&H) - + mRemoteNG 說明 跳至 - + 啟動外部工具 - + 新增連線檔案 - + 新增外部工具 @@ -775,7 +775,7 @@ VncSharp Control 版本 {0} 全部刪除 - + 開啟連線檔案... @@ -784,61 +784,61 @@ VncSharp Control 版本 {0} 通訊埠掃描 - + 快速連線工具列 - + 重新連線 - + 重新整理螢幕 (VNC) - + 重新命名連線 - + 重新命名資料夾 - + 重新命名索引標籤 - + 報告 Bug - + 重設配置 - + 儲存連線檔案 - + 另儲連線檔案... - + 傳送特殊鍵 (VNC) - + 顯示說明文字(&S) - + 顯示文字 - + 智慧大小 (RDP/VNC) - + SSH 檔案傳輸 - + 開始聊天 (VNC) - + 支援討論區 工具(&T) - + 傳輸檔案 (SSH) @@ -847,7 +847,7 @@ VncSharp Control 版本 {0} 只有檢視 (VNC) - + 網站 @@ -908,7 +908,7 @@ VncSharp Control 版本 {0} 開啟連接埠 - + 主題 @@ -1082,7 +1082,7 @@ VncSharp Control 版本 {0} 主機名稱/IP - + 所有 @@ -1094,7 +1094,7 @@ VncSharp Control 版本 {0} 快取點陣圖 - + 色彩 @@ -1166,7 +1166,7 @@ VncSharp Control 版本 {0} 閘道使用者名稱 - + 磁碟機 @@ -1325,7 +1325,7 @@ VncSharp Control 版本 {0} 停用完整視窗拖曳 - + 停用功能表動畫 @@ -1361,7 +1361,7 @@ VncSharp Control 版本 {0} Winsock 初始化錯誤。 - + 符合面板 @@ -1412,16 +1412,16 @@ VncSharp Control 版本 {0} RDP SetResolution 失敗! - + 智慧大小 - + 送到此電腦 不播放 - + 留在遠端電腦 @@ -1532,10 +1532,10 @@ VncSharp Control 版本 {0} SSH 傳輸失敗。 - + 開始 IP - + 開始連接埠 @@ -1553,7 +1553,7 @@ VncSharp Control 版本 {0} 索引標籤 && 面板 - + 更新 diff --git a/mRemoteV1/Tools/ReconnectGroup.cs b/mRemoteV1/Tools/ReconnectGroup.cs index dcd30dc87..d1f2d2acd 100644 --- a/mRemoteV1/Tools/ReconnectGroup.cs +++ b/mRemoteV1/Tools/ReconnectGroup.cs @@ -129,7 +129,7 @@ namespace mRemoteNG.Tools { grpAutomaticReconnect.Text = Language.GroupboxAutomaticReconnect; btnClose.Text = Language._Close; - lblServerStatus.Text = Language.LabelServerStatus; + lblServerStatus.Text = Language.ServerStatus; chkReconnectWhenReady.Text = Language.CheckboxReconnectWhenReady; } } diff --git a/mRemoteV1/Tree/Root/RootNodeInfo.cs b/mRemoteV1/Tree/Root/RootNodeInfo.cs index ed864fbf9..850c768cb 100644 --- a/mRemoteV1/Tree/Root/RootNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootNodeInfo.cs @@ -27,7 +27,7 @@ namespace mRemoteNG.Tree.Root #region Public Properties - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous)), Browsable(true), LocalizedAttributes.LocalizedDefaultValue(nameof(Language.Connections)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Name)), @@ -38,7 +38,7 @@ namespace mRemoteNG.Tree.Root set => _name = value; } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryMiscellaneous)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous)), Browsable(true), LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePasswordProtect)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPasswordProtect)), diff --git a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs index 02ee53b3b..01286e6c3 100644 --- a/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootPuttySessionsNodeInfo.cs @@ -30,7 +30,7 @@ namespace mRemoteNG.Tree.Root } } - [LocalizedAttributes.LocalizedCategory(nameof(Language.CategoryDisplay)), + [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Panel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPanel))] public override string Panel diff --git a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs index dbfa9ba4f..10b17921b 100644 --- a/mRemoteV1/UI/Controls/ConnectionContextMenu.cs +++ b/mRemoteV1/UI/Controls/ConnectionContextMenu.cs @@ -403,8 +403,7 @@ namespace mRemoteNG.UI.Controls _cMenTreeConnect.Text = Language.Connect; _cMenTreeConnectWithOptions.Text = Language.ConnectWithOptions; _cMenTreeConnectWithOptionsConnectToConsoleSession.Text = Language.ConnectToConsoleSession; - _cMenTreeConnectWithOptionsDontConnectToConsoleSession.Text = - Language.DontConnectToConsoleSessionMenuItem; + _cMenTreeConnectWithOptionsDontConnectToConsoleSession.Text = Language.DontConnectToConsoleSession; _cMenTreeConnectWithOptionsConnectInFullscreen.Text = Language.ConnectInFullscreen; _cMenTreeConnectWithOptionsNoCredentials.Text = Language.ConnectNoCredentials; _cMenTreeConnectWithOptionsChoosePanelBeforeConnecting.Text = Language.ChoosePanelBeforeConnecting; @@ -412,7 +411,7 @@ namespace mRemoteNG.UI.Controls _cMenTreeDisconnect.Text = Language.Disconnect; _cMenTreeToolsExternalApps.Text = Language._Tools; - _cMenTreeToolsTransferFile.Text = Language.MenuTransferFile; + _cMenTreeToolsTransferFile.Text = Language.TransferFile; _cMenTreeDuplicate.Text = Language.Duplicate; _cMenTreeRename.Text = Language.Rename; @@ -420,7 +419,7 @@ namespace mRemoteNG.UI.Controls _cMenTreeCopyHostname.Text = Language.CopyHostname; _cMenTreeImport.Text = Language._Import; - _cMenTreeImportFile.Text = Language.ImportFromFileMenuItem; + _cMenTreeImportFile.Text = Language.ImportFromFile; _cMenTreeImportActiveDirectory.Text = Language.ImportAD; _cMenTreeImportPortScan.Text = Language.ImportPortScan; _cMenTreeExportFile.Text = Language._ExportToFile; diff --git a/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs b/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs index 6b03296ef..e2e97748e 100644 --- a/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs +++ b/mRemoteV1/UI/Controls/ExternalToolsToolStrip.cs @@ -49,7 +49,7 @@ namespace mRemoteNG.UI.Controls CMenToolbarShowText.CheckState = CheckState.Checked; CMenToolbarShowText.Name = "cMenToolbarShowText"; CMenToolbarShowText.Size = new System.Drawing.Size(128, 22); - CMenToolbarShowText.Text = Language.MenuShowText; + CMenToolbarShowText.Text = Language.ShowText; CMenToolbarShowText.Click += cMenToolbarShowText_Click; } diff --git a/mRemoteV1/UI/Controls/IPTextBox.cs b/mRemoteV1/UI/Controls/IPTextBox.cs index fd89f6988..5d4909925 100644 --- a/mRemoteV1/UI/Controls/IPTextBox.cs +++ b/mRemoteV1/UI/Controls/IPTextBox.cs @@ -257,7 +257,7 @@ namespace mRemoteNG.UI.Controls if (theValue >= 0 && theValue <= 255) return true; - MessageBox.Show(Language.IPRange, Language.OutOfRange); + MessageBox.Show(Language.MustBeBetween0And255, Language.OutOfRange); return false; } catch diff --git a/mRemoteV1/UI/Forms/ExportForm.cs b/mRemoteV1/UI/Forms/ExportForm.cs index 12584906d..b48a62b4c 100644 --- a/mRemoteV1/UI/Forms/ExportForm.cs +++ b/mRemoteV1/UI/Forms/ExportForm.cs @@ -233,7 +233,7 @@ namespace mRemoteNG.UI.Forms grpFile.Text = Language.ExportFile; lblFileName.Text = Language.Filename; btnBrowse.Text = Language._Browse; - lblFileFormat.Text = Language.FileFormatLabel; + lblFileFormat.Text = Language.FileFormat; grpItems.Text = Language.ExportItems; rdoExportEverything.Text = Language.ExportEverything; diff --git a/mRemoteV1/UI/Forms/FrmAbout.cs b/mRemoteV1/UI/Forms/FrmAbout.cs index 21b18d1b2..30541d9a8 100644 --- a/mRemoteV1/UI/Forms/FrmAbout.cs +++ b/mRemoteV1/UI/Forms/FrmAbout.cs @@ -20,7 +20,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - lblLicense.Text = Language.LabelReleasedUnderGPL; + lblLicense.Text = Language.ReleasedUnderGPL; base.Text = Language.About; llChangelog.Text = Language.Changelog; llCredits.Text = Language.Credits; diff --git a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs index 39f3b0a9a..4d07e52f8 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/AdvancedPage.cs @@ -33,11 +33,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages { base.ApplyLanguage(); - lblSeconds.Text = Language.LabelSeconds; - lblMaximumPuttyWaitTime.Text = Language.LabelPuttyTimeout; + lblSeconds.Text = Language.Seconds; + lblMaximumPuttyWaitTime.Text = Language.PuttyTimeout; chkAutomaticReconnect.Text = Language.CheckboxAutomaticReconnect; chkLoadBalanceInfoUseUtf8.Text = Language.LoadBalanceInfoUseUtf8; - lblConfigurePuttySessions.Text = Language.LabelPuttySessionsConfig; + lblConfigurePuttySessions.Text = Language.PuttySessionsConfig; btnLaunchPutty.Text = Language.ButtonLaunchPutty; btnBrowseCustomPuttyPath.Text = Language._Browse; chkUseCustomPuttyPath.Text = Language.CheckboxPuttyPath; diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs index 5f7414d0a..5cc9ae23e 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs @@ -68,7 +68,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages { pbCheck1.Image = Resources.Good_Symbol; lblCheck1.ForeColor = Color.DarkOliveGreen; - lblCheck1.Text = "RDP (Remote Desktop) " + Language.CcCheckSucceeded; + lblCheck1.Text = "RDP (Remote Desktop) " + Language.CheckSucceeded; txtCheck1.Text = string.Format(Language.CcRDPOK, string.Join(", ", supportedVersions)); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "RDP versions installed: "+ string.Join(",", supportedVersions), true); } @@ -102,7 +102,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck2.Image = Resources.Good_Symbol; lblCheck2.ForeColor = Color.DarkOliveGreen; - lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CcCheckSucceeded; + lblCheck2.Text = "VNC (Virtual Network Computing) " + Language.CheckSucceeded; txtCheck2.Text = string.Format(Language.CcVNCOK, vnc.ProductVersion); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "VNC installed", true); } @@ -138,7 +138,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck3.Image = Resources.Good_Symbol; lblCheck3.ForeColor = Color.DarkOliveGreen; - lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CcCheckSucceeded; + lblCheck3.Text = "PuTTY (SSH/Telnet/Rlogin/RAW) " + Language.CheckSucceeded; txtCheck3.Text = $"{Language.CcPuttyOK}{Environment.NewLine}Version: {versionInfo.ProductName} Release: {versionInfo.FileVersion}"; Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "PuTTY installed", true); @@ -169,7 +169,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages pbCheck4.Image = Resources.Good_Symbol; lblCheck4.ForeColor = Color.DarkOliveGreen; - lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CcCheckSucceeded; + lblCheck4.Text = @"ICA (Citrix ICA) " + Language.CheckSucceeded; txtCheck4.Text = string.Format(Language.CcICAOK, ica.Version); Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "ICA installed", true); } diff --git a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs index 415415e7b..dee84e712 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ConnectionsPage.cs @@ -37,7 +37,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages lblRDPConTimeout.Text = Language.RdpOverallConnectionTimeout; lblAutoSave1.Text = Language.AutoSaveEvery; - lblClosingConnections.Text = Language.LabelClosingConnections; + lblClosingConnections.Text = Language.ClosingConnections; radCloseWarnAll.Text = Language._CloseWarnAll; radCloseWarnMultiple.Text = Language.RadioCloseWarnMultiple; radCloseWarnExit.Text = Language.RadioCloseWarnExit; diff --git a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs index 6d46dff9d..f63f24105 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/SqlServerPage.cs @@ -33,11 +33,11 @@ namespace mRemoteNG.UI.Forms.OptionsPages lblSQLInfo.Text = Language.SQLInfo; chkUseSQLServer.Text = Language.UseSQLServer; - lblSQLServer.Text = Language.LabelHostname; + lblSQLServer.Text = Language.Hostname; lblSQLDatabaseName.Text = Language.Database; lblSQLUsername.Text = Language.Username; lblSQLPassword.Text = Language.Password; - lblSQLReadOnly.Text = Language.LabelReadOnly; + lblSQLReadOnly.Text = Language.ReadOnly; btnTestConnection.Text = Language.TestConnection; } diff --git a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs index b618b25e9..592d8dcc7 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ThemePage.cs @@ -32,7 +32,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.OptionsTabTheme; + get => Language.Theme; set { } } diff --git a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs index 0ff378507..56250d5bf 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/UpdatesPage.cs @@ -29,7 +29,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages public override string PageName { - get => Language.TabUpdates; + get => Language.Updates; set { } } @@ -53,7 +53,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages lblProxyUsername.Text = Language.Username; lblProxyPassword.Text = Language.Password; - btnTestProxy.Text = Language.ButtonTestProxy; + btnTestProxy.Text = Language.TestProxy; } public override void LoadSettings() @@ -241,7 +241,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages _appUpdate.GetUpdateInfoCompletedEvent -= GetUpdateInfoCompleted; btnTestProxy.Enabled = true; - btnTestProxy.Text = Language.ButtonTestProxy; + btnTestProxy.Text = Language.TestProxy; if (e.Cancelled) { diff --git a/mRemoteV1/UI/Forms/PasswordForm.cs b/mRemoteV1/UI/Forms/PasswordForm.cs index ad7f1a11c..439a2761e 100644 --- a/mRemoteV1/UI/Forms/PasswordForm.cs +++ b/mRemoteV1/UI/Forms/PasswordForm.cs @@ -100,7 +100,7 @@ namespace mRemoteNG.UI.Forms : string.Format(Language.TitlePasswordWithName, _passwordName); lblPassword.Text = Language.Password; - lblVerify.Text = Language.LabelVerify; + lblVerify.Text = Language.Verify; btnCancel.Text = Language._Cancel; btnOK.Text = Language._Ok; } diff --git a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs index f59f52ebb..4f1f7a716 100644 --- a/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs +++ b/mRemoteV1/UI/Forms/UnhandledExceptionWindow.cs @@ -53,7 +53,7 @@ namespace mRemoteNG.UI.Forms labelExceptionMessageHeader.Text = Language.ExceptionMessage; labelStackTraceHeader.Text = Language.StackTrace; labelEnvironment.Text = Language.Environment; - buttonCreateBug.Text = Language.MenuReportBug; + buttonCreateBug.Text = Language.ReportBug; buttonCopyAll.Text = Language.CopyAll; buttonClose.Text = _isFatal ? Language.Exit diff --git a/mRemoteV1/UI/Forms/frmChoosePanel.cs b/mRemoteV1/UI/Forms/frmChoosePanel.cs index 93e098c71..c2263da5a 100644 --- a/mRemoteV1/UI/Forms/frmChoosePanel.cs +++ b/mRemoteV1/UI/Forms/frmChoosePanel.cs @@ -32,7 +32,7 @@ namespace mRemoteNG.UI.Forms private void ApplyLanguage() { btnOK.Text = Language._Ok; - lblDescription.Text = Language.LabelSelectPanel; + lblDescription.Text = Language.SelectPanel; btnNew.Text = Language._New; Text = Language.TitleSelectPanel; } diff --git a/mRemoteV1/UI/Forms/frmMain.cs b/mRemoteV1/UI/Forms/frmMain.cs index 03ad91c0e..eee6c2bff 100644 --- a/mRemoteV1/UI/Forms/frmMain.cs +++ b/mRemoteV1/UI/Forms/frmMain.cs @@ -384,7 +384,7 @@ namespace mRemoteNG.UI.Forms if (CTaskDialog.CommandButtonResult != 1) return; - using (var optionsForm = new FrmOptions(Language.TabUpdates)) + using (var optionsForm = new FrmOptions(Language.Updates)) { optionsForm.ShowDialog(this); } diff --git a/mRemoteV1/UI/Menu/HelpMenu.cs b/mRemoteV1/UI/Menu/HelpMenu.cs index 22d88e5a4..630703a3d 100644 --- a/mRemoteV1/UI/Menu/HelpMenu.cs +++ b/mRemoteV1/UI/Menu/HelpMenu.cs @@ -65,7 +65,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoHelp.Name = "mMenInfoHelp"; _mMenInfoHelp.ShortcutKeys = Keys.F1; _mMenInfoHelp.Size = new System.Drawing.Size(190, 22); - _mMenInfoHelp.Text = Language.MenuHelpContents; + _mMenInfoHelp.Text = Language.HelpContents; _mMenInfoHelp.Click += mMenInfoHelp_Click; // // mMenInfoSep1 @@ -78,7 +78,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoWebsite.Image = Resources.Website; _mMenInfoWebsite.Name = "mMenInfoWebsite"; _mMenInfoWebsite.Size = new System.Drawing.Size(190, 22); - _mMenInfoWebsite.Text = Language.MenuWebsite; + _mMenInfoWebsite.Text = Language.Website; _mMenInfoWebsite.Click += mMenInfoWebsite_Click; // // mMenInfoDonate @@ -94,7 +94,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoForum.Image = Resources.user_comment; _mMenInfoForum.Name = "mMenInfoForum"; _mMenInfoForum.Size = new System.Drawing.Size(190, 22); - _mMenInfoForum.Text = Language.MenuSupportForum; + _mMenInfoForum.Text = Language.SupportForum; _mMenInfoForum.Click += mMenInfoForum_Click; // // mMenInfoBugReport @@ -102,7 +102,7 @@ namespace mRemoteNG.UI.Menu _mMenInfoBugReport.Image = Resources.Bug; _mMenInfoBugReport.Name = "mMenInfoBugReport"; _mMenInfoBugReport.Size = new System.Drawing.Size(190, 22); - _mMenInfoBugReport.Text = Language.MenuReportBug; + _mMenInfoBugReport.Text = Language.ReportBug; _mMenInfoBugReport.Click += mMenInfoBugReport_Click; // // ToolStripSeparator2 @@ -115,7 +115,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsUpdate.Image = Resources.Update; _mMenToolsUpdate.Name = "mMenToolsUpdate"; _mMenToolsUpdate.Size = new System.Drawing.Size(190, 22); - _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; + _mMenToolsUpdate.Text = Language.CheckForUpdates; _mMenToolsUpdate.Click += mMenToolsUpdate_Click; // // mMenInfoSep2 @@ -135,12 +135,12 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { Text = Language._Help; - _mMenInfoHelp.Text = Language.MenuHelpContents; - _mMenInfoWebsite.Text = Language.MenuWebsite; + _mMenInfoHelp.Text = Language.HelpContents; + _mMenInfoWebsite.Text = Language.Website; _mMenInfoDonate.Text = Language.Donate; - _mMenInfoForum.Text = Language.MenuSupportForum; - _mMenInfoBugReport.Text = Language.MenuReportBug; - _mMenToolsUpdate.Text = Language.MenuCheckForUpdates; + _mMenInfoForum.Text = Language.SupportForum; + _mMenInfoBugReport.Text = Language.ReportBug; + _mMenToolsUpdate.Text = Language.CheckForUpdates; _mMenInfoAbout.Text = Language.About; } diff --git a/mRemoteV1/UI/Menu/MainFileMenu.cs b/mRemoteV1/UI/Menu/MainFileMenu.cs index 96197c40c..a3c762ef1 100644 --- a/mRemoteV1/UI/Menu/MainFileMenu.cs +++ b/mRemoteV1/UI/Menu/MainFileMenu.cs @@ -126,7 +126,7 @@ namespace mRemoteNG.UI.Menu _mMenFileNew.Image = Resources.Connections_New; _mMenFileNew.Name = "mMenFileNew"; _mMenFileNew.Size = new System.Drawing.Size(281, 22); - _mMenFileNew.Text = Language.MenuNewConnectionFile; + _mMenFileNew.Text = Language.NewConnectionFile; _mMenFileNew.Click += mMenFileNew_Click; // // mMenFileLoad @@ -135,7 +135,7 @@ namespace mRemoteNG.UI.Menu _mMenFileLoad.Name = "mMenFileLoad"; _mMenFileLoad.ShortcutKeys = Keys.Control | Keys.O; _mMenFileLoad.Size = new System.Drawing.Size(281, 22); - _mMenFileLoad.Text = Language.MenuOpenConnectionFile; + _mMenFileLoad.Text = Language.OpenConnectionFile; _mMenFileLoad.Click += mMenFileLoad_Click; // // mMenFileSave @@ -144,7 +144,7 @@ namespace mRemoteNG.UI.Menu _mMenFileSave.Name = "mMenFileSave"; _mMenFileSave.ShortcutKeys = Keys.Control | Keys.S; _mMenFileSave.Size = new System.Drawing.Size(281, 22); - _mMenFileSave.Text = Language.MenuSaveConnectionFile; + _mMenFileSave.Text = Language.SaveConnectionFile; _mMenFileSave.Click += mMenFileSave_Click; // // mMenFileSaveAs @@ -154,7 +154,7 @@ namespace mRemoteNG.UI.Menu _mMenFileSaveAs.ShortcutKeys = (Keys.Control | Keys.Shift) | Keys.S; _mMenFileSaveAs.Size = new System.Drawing.Size(281, 22); - _mMenFileSaveAs.Text = Language.MenuSaveConnectionFileAs; + _mMenFileSaveAs.Text = Language.SaveConnectionFileAs; _mMenFileSaveAs.Click += mMenFileSaveAs_Click; // // mMenFileSep2 @@ -220,7 +220,7 @@ namespace mRemoteNG.UI.Menu // _mMenFileImportFromFile.Name = "mMenFileImportFromFile"; _mMenFileImportFromFile.Size = new System.Drawing.Size(235, 22); - _mMenFileImportFromFile.Text = Language.ImportFromFileMenuItem; + _mMenFileImportFromFile.Text = Language.ImportFromFile; _mMenFileImportFromFile.Click += mMenFileImportFromFile_Click; // // mMenFileImportFromActiveDirectory @@ -264,12 +264,12 @@ namespace mRemoteNG.UI.Menu Text = Language._File; _mMenFileNewConnection.Text = Language.NewConnection; _mMenFileNewFolder.Text = Language.NewFolder; - _mMenFileNew.Text = Language.MenuNewConnectionFile; - _mMenFileLoad.Text = Language.MenuOpenConnectionFile; - _mMenFileSave.Text = Language.MenuSaveConnectionFile; - _mMenFileSaveAs.Text = Language.MenuSaveConnectionFileAs; + _mMenFileNew.Text = Language.NewConnectionFile; + _mMenFileLoad.Text = Language.OpenConnectionFile; + _mMenFileSave.Text = Language.SaveConnectionFile; + _mMenFileSaveAs.Text = Language.SaveConnectionFileAs; _mMenFileImport.Text = Language._Import; - _mMenFileImportFromFile.Text = Language.ImportFromFileMenuItem; + _mMenFileImportFromFile.Text = Language.ImportFromFile; _mMenFileImportFromActiveDirectory.Text = Language.ImportAD; _mMenFileImportFromPortScan.Text = Language.ImportPortScan; _mMenFileExport.Text = Language._ExportToFile; @@ -292,9 +292,9 @@ namespace mRemoteNG.UI.Menu _mMenFileDuplicate.Enabled = false; _mMenReconnectAll.Enabled = true; _mMenFileDelete.Text = Language.Delete; - _mMenFileRename.Text = Language.MenuRenameFolder; + _mMenFileRename.Text = Language.RenameFolder; _mMenFileDuplicate.Text = Language.Duplicate; - _mMenReconnectAll.Text = Language.MenuReconnectAll; + _mMenReconnectAll.Text = Language.ReconnectAll; break; case TreeNodeType.Container: _mMenFileNewConnection.Enabled = true; @@ -303,10 +303,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = true; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.MenuDeleteFolder; - _mMenFileRename.Text = Language.MenuRenameFolder; - _mMenFileDuplicate.Text = Language.MenuDuplicateFolder; - _mMenReconnectAll.Text = Language.MenuReconnectAll; + _mMenFileDelete.Text = Language.DeleteFolder; + _mMenFileRename.Text = Language.RenameFolder; + _mMenFileDuplicate.Text = Language.DuplicateFolder; + _mMenReconnectAll.Text = Language.ReconnectAll; break; case TreeNodeType.Connection: _mMenFileNewConnection.Enabled = true; @@ -315,10 +315,10 @@ namespace mRemoteNG.UI.Menu _mMenFileRename.Enabled = true; _mMenFileDuplicate.Enabled = true; _mMenReconnectAll.Enabled = true; - _mMenFileDelete.Text = Language.MenuDeleteConnection; - _mMenFileRename.Text = Language.MenuRenameConnection; - _mMenFileDuplicate.Text = Language.MenuDuplicateConnection; - _mMenReconnectAll.Text = Language.MenuReconnectAll; + _mMenFileDelete.Text = Language.DeleteConnection; + _mMenFileRename.Text = Language.RenameConnection; + _mMenFileDuplicate.Text = Language.DuplicateConnection; + _mMenReconnectAll.Text = Language.ReconnectAll; break; case TreeNodeType.PuttyRoot: case TreeNodeType.PuttySession: @@ -331,7 +331,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDelete.Text = Language.Delete; _mMenFileRename.Text = Language.Rename; _mMenFileDuplicate.Text = Language.Duplicate; - _mMenReconnectAll.Text = Language.MenuReconnectAll; + _mMenReconnectAll.Text = Language.ReconnectAll; break; default: _mMenFileNewConnection.Enabled = true; @@ -343,7 +343,7 @@ namespace mRemoteNG.UI.Menu _mMenFileDelete.Text = Language.Delete; _mMenFileRename.Text = Language.Rename; _mMenFileDuplicate.Text = Language.Duplicate; - _mMenReconnectAll.Text = Language.MenuReconnectAll; + _mMenReconnectAll.Text = Language.ReconnectAll; break; } } diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs index 43c284050..5316a908e 100644 --- a/mRemoteV1/UI/Menu/ToolsMenu.cs +++ b/mRemoteV1/UI/Menu/ToolsMenu.cs @@ -54,7 +54,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsSshTransfer.Image = Resources.SSHTransfer; _mMenToolsSshTransfer.Name = "mMenToolsSSHTransfer"; _mMenToolsSshTransfer.Size = new System.Drawing.Size(184, 22); - _mMenToolsSshTransfer.Text = Language.MenuSSHFileTransfer; + _mMenToolsSshTransfer.Text = Language.SSHFileTransfer; _mMenToolsSshTransfer.Click += mMenToolsSSHTransfer_Click; // // mMenToolsUVNCSC @@ -107,7 +107,7 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { Text = Language._Tools; - _mMenToolsSshTransfer.Text = Language.MenuSSHFileTransfer; + _mMenToolsSshTransfer.Text = Language.SSHFileTransfer; _mMenToolsExternalApps.Text = Language.ExternalTool; _mMenToolsPortScan.Text = Language.PortScan; _mMenViewScreenshotManager.Text = Language.Screenshots; diff --git a/mRemoteV1/UI/Menu/ViewMenu.cs b/mRemoteV1/UI/Menu/ViewMenu.cs index 90667cd94..0a9c3ce0f 100644 --- a/mRemoteV1/UI/Menu/ViewMenu.cs +++ b/mRemoteV1/UI/Menu/ViewMenu.cs @@ -96,7 +96,7 @@ namespace mRemoteNG.UI.Menu _mMenViewAddConnectionPanel.Image = Resources.Panel_Add; _mMenViewAddConnectionPanel.Name = "mMenViewAddConnectionPanel"; _mMenViewAddConnectionPanel.Size = new System.Drawing.Size(228, 22); - _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; + _mMenViewAddConnectionPanel.Text = Language.AddConnectionPanel; _mMenViewAddConnectionPanel.Click += mMenViewAddConnectionPanel_Click; // // mMenViewConnectionPanels @@ -104,7 +104,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConnectionPanels.Image = Resources.Panels; _mMenViewConnectionPanels.Name = "mMenViewConnectionPanels"; _mMenViewConnectionPanels.Size = new System.Drawing.Size(228, 22); - _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; + _mMenViewConnectionPanels.Text = Language.ConnectionPanels; // // mMenViewSep1 // @@ -128,7 +128,7 @@ namespace mRemoteNG.UI.Menu _mMenViewConfig.Image = Resources.cog; _mMenViewConfig.Name = "mMenViewConfig"; _mMenViewConfig.Size = new System.Drawing.Size(228, 22); - _mMenViewConfig.Text = Language.MenuConfig; + _mMenViewConfig.Text = Language.Config; _mMenViewConfig.Click += mMenViewConfig_Click; // // mMenViewErrorsAndInfos @@ -164,7 +164,7 @@ namespace mRemoteNG.UI.Menu _mMenViewJumpToConnectionsConfig.Name = "mMenViewJumpToConnectionsConfig"; _mMenViewJumpToConnectionsConfig.ShortcutKeys = Keys.Control | Keys.Alt | Keys.C; _mMenViewJumpToConnectionsConfig.Size = new System.Drawing.Size(258, 22); - _mMenViewJumpToConnectionsConfig.Text = Language.MenuConnectionsAndConfig; + _mMenViewJumpToConnectionsConfig.Text = Language.ConnectionsAndConfig; _mMenViewJumpToConnectionsConfig.Click += mMenViewJumpToConnectionsConfig_Click; // // mMenViewJumpToErrorsInfos @@ -181,7 +181,7 @@ namespace mRemoteNG.UI.Menu _mMenViewResetLayout.Image = Resources.application_side_tree; _mMenViewResetLayout.Name = "mMenViewResetLayout"; _mMenViewResetLayout.Size = new System.Drawing.Size(228, 22); - _mMenViewResetLayout.Text = Language.MenuResetLayout; + _mMenViewResetLayout.Text = Language.ResetLayout; _mMenViewResetLayout.Click += mMenViewResetLayout_Click; // // mMenViewLockToolbars @@ -189,7 +189,7 @@ namespace mRemoteNG.UI.Menu _mMenViewLockToolbars.Image = Resources.application_side_tree; _mMenViewLockToolbars.Name = "mMenViewLockToolbars"; _mMenViewLockToolbars.Size = new System.Drawing.Size(228, 22); - _mMenViewLockToolbars.Text = Language.MenuLockToolbars; + _mMenViewLockToolbars.Text = Language.LockToolbars; _mMenViewLockToolbars.Click += mMenViewLockToolbars_Click; // // mMenViewSep2 @@ -202,7 +202,7 @@ namespace mRemoteNG.UI.Menu _mMenViewQuickConnectToolbar.Image = Resources.Play_Quick; _mMenViewQuickConnectToolbar.Name = "mMenViewQuickConnectToolbar"; _mMenViewQuickConnectToolbar.Size = new System.Drawing.Size(228, 22); - _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; + _mMenViewQuickConnectToolbar.Text = Language.QuickConnectToolbar; _mMenViewQuickConnectToolbar.Click += mMenViewQuickConnectToolbar_Click; // // mMenViewExtAppsToolbar @@ -210,7 +210,7 @@ namespace mRemoteNG.UI.Menu _mMenViewExtAppsToolbar.Image = Resources.ExtApp; _mMenViewExtAppsToolbar.Name = "mMenViewExtAppsToolbar"; _mMenViewExtAppsToolbar.Size = new System.Drawing.Size(228, 22); - _mMenViewExtAppsToolbar.Text = Language.MenuExternalToolsToolbar; + _mMenViewExtAppsToolbar.Text = Language.ExternalToolsToolbar; _mMenViewExtAppsToolbar.Click += mMenViewExtAppsToolbar_Click; // // mMenViewMultiSSHToolbar @@ -241,18 +241,18 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { Text = Language._View; - _mMenViewAddConnectionPanel.Text = Language.MenuAddConnectionPanel; - _mMenViewConnectionPanels.Text = Language.MenuConnectionPanels; + _mMenViewAddConnectionPanel.Text = Language.AddConnectionPanel; + _mMenViewConnectionPanels.Text = Language.ConnectionPanels; _mMenViewConnections.Text = Language.Connections; - _mMenViewConfig.Text = Language.MenuConfig; + _mMenViewConfig.Text = Language.Config; _mMenViewErrorsAndInfos.Text = Language.Notifications; _mMenViewJumpTo.Text = Language.JumpTo; - _mMenViewJumpToConnectionsConfig.Text = Language.MenuConnectionsAndConfig; + _mMenViewJumpToConnectionsConfig.Text = Language.ConnectionsAndConfig; _mMenViewJumpToErrorsInfos.Text = Language.Notifications; - _mMenViewResetLayout.Text = Language.MenuResetLayout; + _mMenViewResetLayout.Text = Language.ResetLayout; _mMenViewLockToolbars.Text = Language.LockToolbars; - _mMenViewQuickConnectToolbar.Text = Language.MenuQuickConnectToolbar; - _mMenViewExtAppsToolbar.Text = Language.MenuExternalToolsToolbar; + _mMenViewQuickConnectToolbar.Text = Language.QuickConnectToolbar; + _mMenViewExtAppsToolbar.Text = Language.ExternalToolsToolbar; _mMenViewMultiSshToolbar.Text = Language.MultiSshToolbar; _mMenViewFullscreen.Text = Language.Fullscreen; } diff --git a/mRemoteV1/UI/Window/ConfigWindow.cs b/mRemoteV1/UI/Window/ConfigWindow.cs index 31caf5810..97e728906 100644 --- a/mRemoteV1/UI/Window/ConfigWindow.cs +++ b/mRemoteV1/UI/Window/ConfigWindow.cs @@ -298,9 +298,9 @@ namespace mRemoteNG.UI.Window _btnShowDefaultProperties.Text = Language.ButtonDefaultProperties; _btnIcon.Text = Language.Icon; _btnHostStatus.Text = Language.Status; - Text = Language.MenuConfig; - TabText = Language.MenuConfig; - _propertyGridContextMenuShowHelpText.Text = Language.MenuShowHelpText; + Text = Language.Config; + TabText = Language.Config; + _propertyGridContextMenuShowHelpText.Text = Language.ShowHelpText; } private new void ApplyTheme() diff --git a/mRemoteV1/UI/Window/ConnectionWindow.cs b/mRemoteV1/UI/Window/ConnectionWindow.cs index 05e8c98cf..a29da4109 100644 --- a/mRemoteV1/UI/Window/ConnectionWindow.cs +++ b/mRemoteV1/UI/Window/ConnectionWindow.cs @@ -265,22 +265,22 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { cmenTabFullscreen.Text = Language.Fullscreen; - cmenTabSmartSize.Text = Language.MenuSmartSize; + cmenTabSmartSize.Text = Language.SmartSize; cmenTabViewOnly.Text = Language.ViewOnly; cmenTabScreenshot.Text = Language.Screenshot; - cmenTabStartChat.Text = Language.MenuStartChat; - cmenTabTransferFile.Text = Language.MenuTransferFile; - cmenTabRefreshScreen.Text = Language.MenuRefreshScreen; - cmenTabSendSpecialKeys.Text = Language.MenuSendSpecialKeys; + cmenTabStartChat.Text = Language.StartChat; + cmenTabTransferFile.Text = Language.TransferFile; + cmenTabRefreshScreen.Text = Language.RefreshScreen; + cmenTabSendSpecialKeys.Text = Language.SendSpecialKeys; cmenTabSendSpecialKeysCtrlAltDel.Text = Language.CtrlAltDel; cmenTabSendSpecialKeysCtrlEsc.Text = Language.CtrlEsc; cmenTabExternalApps.Text = Language._Tools; - cmenTabRenameTab.Text = Language.MenuRenameTab; - cmenTabDuplicateTab.Text = Language.MenuDuplicateTab; - cmenTabReconnect.Text = Language.MenuReconnect; + cmenTabRenameTab.Text = Language.RenameTab; + cmenTabDuplicateTab.Text = Language.DuplicateTab; + cmenTabReconnect.Text = Language.Reconnect; cmenTabDisconnect.Text = Language.Disconnect; - cmenTabDisconnectOthers.Text = Language.MenuDisconnectOthers; - cmenTabDisconnectOthersRight.Text = Language.MenuDisconnectOthersRight; + cmenTabDisconnectOthers.Text = Language.DisconnectOthers; + cmenTabDisconnectOthersRight.Text = Language.DisconnectOthersRight; cmenTabPuttySettings.Text = Language.PuttySettings; } diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteV1/UI/Window/ExternalToolsWindow.cs index 5a0a4dc7e..d2cd28820 100644 --- a/mRemoteV1/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteV1/UI/Window/ExternalToolsWindow.cs @@ -75,9 +75,9 @@ namespace mRemoteNG.UI.Window WaitForExitCheckBox.Text = Language.WaitForExit; BrowseButton.Text = Language._Browse; BrowseWorkingDir.Text = Language._Browse; - NewToolMenuItem.Text = Language.MenuNewExternalTool; - DeleteToolMenuItem.Text = Language.MenuDeleteExternalTool; - LaunchToolMenuItem.Text = Language.MenuLaunchExternalTool; + NewToolMenuItem.Text = Language.NewExternalTool; + DeleteToolMenuItem.Text = Language.DeleteExternalTool; + LaunchToolMenuItem.Text = Language.LaunchExternalTool; } private new void ApplyTheme() diff --git a/mRemoteV1/UI/Window/PortScanWindow.cs b/mRemoteV1/UI/Window/PortScanWindow.cs index 26e74f64a..a9d0b25a9 100644 --- a/mRemoteV1/UI/Window/PortScanWindow.cs +++ b/mRemoteV1/UI/Window/PortScanWindow.cs @@ -160,7 +160,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - lblStartIP.Text = Language.StartIP; + lblStartIP.Text = Language.FirstIp; lblEndIP.Text = Language.LastIp; btnScan.Text = Language._Scan; btnImport.Text = Language._Import; @@ -168,7 +168,7 @@ namespace mRemoteNG.UI.Window clmHost.Text = Language.HostnameIp; clmOpenPorts.Text = Language.OpenPorts; clmClosedPorts.Text = Language.ClosedPorts; - ngCheckFirstPort.Text = Language.StartPort; + ngCheckFirstPort.Text = Language.FirstPort; ngCheckLastPort.Text = Language.LastPort; lblTimeout.Text = Language.TimeoutInSeconds; TabText = Language.PortScan; diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteV1/UI/Window/SSHTransferWindow.cs index 20746a58e..927567da4 100644 --- a/mRemoteV1/UI/Window/SSHTransferWindow.cs +++ b/mRemoteV1/UI/Window/SSHTransferWindow.cs @@ -354,7 +354,7 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - grpFiles.Text = Language.GroupboxFiles; + grpFiles.Text = Language.Files; lblLocalFile.Text = Language.LocalFile + ":"; lblRemoteFile.Text = Language.RemoteFile + ":"; btnBrowse.Text = Language._Browse; @@ -365,8 +365,8 @@ namespace mRemoteNG.UI.Window lblPort.Text = Language.Port; lblHost.Text = Language.Host + ":"; btnTransfer.Text = Language.Transfer; - TabText = Language.MenuSSHFileTransfer; - Text = Language.MenuSSHFileTransfer; + TabText = Language.Transfer; + Text = Language.Transfer; } #endregion diff --git a/mRemoteV1/UI/Window/UpdateWindow.cs b/mRemoteV1/UI/Window/UpdateWindow.cs index d928dc809..82fc2495c 100644 --- a/mRemoteV1/UI/Window/UpdateWindow.cs +++ b/mRemoteV1/UI/Window/UpdateWindow.cs @@ -57,15 +57,15 @@ namespace mRemoteNG.UI.Window private void ApplyLanguage() { - Text = Language.MenuCheckForUpdates; - TabText = Language.MenuCheckForUpdates; + Text = Language.CheckForUpdates; + TabText = Language.CheckForUpdates; btnCheckForUpdate.Text = Language.CheckAgain; btnDownload.Text = Runtime.IsPortableEdition ? Language.Download : Language.DownloadAndInstall; lblChangeLogLabel.Text = Language.Changelog; lblInstalledVersion.Text = Language.Version; - lblInstalledVersionLabel.Text = $"{Language.CurrentVersion}:"; + lblInstalledVersionLabel.Text = $"{Language.AvailableVersion}:"; lblLatestVersion.Text = Language.Version; lblLatestVersionLabel.Text = $"{Language.AvailableVersion}:"; } @@ -107,7 +107,7 @@ namespace mRemoteNG.UI.Window return; } - lblStatus.Text = Language.UpdateCheckingLabel; + lblStatus.Text = Language.CheckForUpdates; lblStatus.ForeColor = SystemColors.WindowText; lblLatestVersionLabel.Visible = false; lblInstalledVersion.Visible = false; @@ -278,11 +278,11 @@ namespace mRemoteNG.UI.Window throw e.Error; if (Runtime.IsPortableEdition) - MessageBox.Show(Language.UpdatePortableDownloadComplete, Language.MenuCheckForUpdates, + MessageBox.Show(Language.UpdatePortableDownloadComplete, Language.CheckForUpdates, MessageBoxButtons.OK, MessageBoxIcon.Information); else { - if (MessageBox.Show(Language.UpdateDownloadComplete, Language.MenuCheckForUpdates, + if (MessageBox.Show(Language.UpdateDownloadComplete, Language.CheckForUpdates, MessageBoxButtons.OKCancel, MessageBoxIcon.Warning) == DialogResult.OK) { Shutdown.Quit(_appUpdate.CurrentUpdateInfo.UpdateFilePath); From 55e7df18f5bc14fa328876133ce0a43647eed735 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 14:44:56 +0200 Subject: [PATCH 08/11] the cleaning never stops --- .../Connection/AbstractConnectionRecord.cs | 90 +- .../Connection/ConnectionInfoInheritance.cs | 88 +- mRemoteV1/Connection/ConnectionInitiator.cs | 12 +- .../Http/Connection.Protocol.HTTPBase.cs | 2 +- mRemoteV1/Connection/Protocol/ProtocolType.cs | 6 +- .../Connection/Protocol/RDP/RDPColors.cs | 10 +- .../Connection/Protocol/RDP/RDPResolutions.cs | 2 +- .../Resources/Language/Language.Designer.cs | 951 +++++++++--------- .../Resources/Language/Language.cs-CZ.resx | 99 +- mRemoteV1/Resources/Language/Language.de.resx | 117 ++- .../Resources/Language/Language.en-US.resx | 13 +- mRemoteV1/Resources/Language/Language.es.resx | 91 +- mRemoteV1/Resources/Language/Language.fr.resx | 91 +- mRemoteV1/Resources/Language/Language.it.resx | 89 +- .../Resources/Language/Language.ja-JP.resx | 95 +- .../Resources/Language/Language.ko-KR.resx | 99 +- mRemoteV1/Resources/Language/Language.lt.resx | 12 +- .../Resources/Language/Language.nb-NO.resx | 109 +- mRemoteV1/Resources/Language/Language.nl.resx | 91 +- mRemoteV1/Resources/Language/Language.pl.resx | 87 +- mRemoteV1/Resources/Language/Language.pt.resx | 89 +- mRemoteV1/Resources/Language/Language.resx | 137 ++- mRemoteV1/Resources/Language/Language.ru.resx | 101 +- .../Resources/Language/Language.tr-TR.resx | 77 +- mRemoteV1/Resources/Language/Language.uk.resx | 113 +-- .../Resources/Language/Language.zh-CN.resx | 117 ++- .../Resources/Language/Language.zh-TW.resx | 91 +- mRemoteV1/Tools/SecureTransfer.cs | 4 +- mRemoteV1/Tree/Root/RootNodeInfo.cs | 2 +- mRemoteV1/UI/Controls/MultiSshToolStrip.cs | 6 +- mRemoteV1/UI/Menu/ToolsMenu.cs | 4 +- mRemoteV1/UI/Window/ExternalToolsWindow.cs | 2 +- mRemoteV1/UI/Window/SSHTransferWindow.cs | 4 +- 33 files changed, 1419 insertions(+), 1482 deletions(-) diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index 39f10bc8d..e59fee96a 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -108,7 +108,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDescription)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Description)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDescription))] public virtual string Description { @@ -191,7 +191,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameVmId)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.VmId)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionVmId)), UsedInProtocol(ProtocolType.RDP)] public string VmId @@ -201,7 +201,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHTunnelConnection)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.SshTunnel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(SshTunnelTypeConverter)), UsedInAllProtocolsExcept()] @@ -225,7 +225,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRdpVersion)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpVersion)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -247,7 +247,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePuttySession)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PuttySession)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(Config.Putty.PuttySessionsManager.SessionList)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2, ProtocolType.Telnet, @@ -259,7 +259,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSSHOptions)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.SshOptions)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHOptions)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2)] public virtual string SSHOptions @@ -269,7 +269,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEncryptionStrength)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.EncryptionStrength)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.ICA)] @@ -280,7 +280,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseConsoleSession)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.UseConsoleSession)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -291,7 +291,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationLevel)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.AuthenticationLevel)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -302,7 +302,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.MinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] public virtual int RDPMinutesToIdleTimeout @@ -319,7 +319,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDPAlertIdleTimeout)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.MinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), UsedInProtocol(ProtocolType.RDP)] public bool RDPAlertIdleTimeout @@ -329,7 +329,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameLoadBalanceInfo)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.LoadBalanceInfo)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionLoadBalanceInfo)), UsedInProtocol(ProtocolType.RDP)] public string LoadBalanceInfo @@ -339,7 +339,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRenderingEngine)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RenderingEngine)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.HTTP, ProtocolType.HTTPS)] @@ -350,7 +350,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseCredSsp)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.UseCredSsp)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -361,7 +361,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseVmId)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.UseVmId)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -372,7 +372,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUseEnhancedMode)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.UseEnhancedMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -386,7 +386,7 @@ namespace mRemoteNG.Connection #region RD Gateway [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayUsageMethod)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -397,7 +397,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayHostname)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayHostname)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayHostname)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayHostname @@ -407,7 +407,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayUseConnectionCredentials)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -418,7 +418,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayUsername)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayUsername)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsername)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayUsername @@ -428,8 +428,8 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayPassword)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyNameRDGatewayPassword)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayPassword)), + LocalizedAttributes.LocalizedDescription(nameof(Language.RdpGatewayPassword)), PasswordPropertyText(true), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayPassword @@ -439,7 +439,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRDGatewayDomain)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayDomain)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayDomain)), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayDomain @@ -453,7 +453,7 @@ namespace mRemoteNG.Connection #region Appearance [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameResolution)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Resolution)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] @@ -464,7 +464,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAutomaticResize)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.AutomaticResize)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -486,7 +486,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCacheBitmaps)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.CacheBitmaps)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP, ProtocolType.ICA)] @@ -519,7 +519,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableFontSmoothing)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.FontSmoothing)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -530,7 +530,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameEnableDesktopComposition)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.EnableDesktopComposition)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -541,7 +541,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableFullWindowDrag)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisableFullWindowDrag)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -563,7 +563,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisableCursorShadow)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -574,7 +574,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.DisableCursorShadow)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -588,7 +588,7 @@ namespace mRemoteNG.Connection #region Redirect [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectKeys)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectKeys)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -610,7 +610,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectPrinters)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectPrinters)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -621,7 +621,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectClipboard)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectClipboard)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -644,7 +644,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSmartCards)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Redirect)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -655,7 +655,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectSounds)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectSounds)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -677,7 +677,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameRedirectAudioCapture)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectAudioCapture)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -694,7 +694,7 @@ namespace mRemoteNG.Connection [Browsable(false)] public string ConstantID { get; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolBefore)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ExternalToolBefore)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(ExternalToolsTypeConverter))] public virtual string PreExtApp @@ -704,7 +704,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameExternalToolAfter)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.ExternalToolAfter)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(ExternalToolsTypeConverter))] public virtual string PostExtApp @@ -714,7 +714,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameMACAddress)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.MacAddress)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionMACAddress))] public virtual string MacAddress { @@ -723,7 +723,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameUser1)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.UserField)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionUser1))] public virtual string UserField { @@ -732,7 +732,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 7), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameFavorite)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Favorite)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public virtual bool Favorite @@ -746,7 +746,7 @@ namespace mRemoteNG.Connection // TODO: it seems all these VNC properties were added and serialized but // never hooked up to the VNC protocol or shown to the user [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameCompression)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Compression)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), @@ -770,7 +770,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameAuthenticationMode)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.AuthenticationMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC), @@ -851,7 +851,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 5), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNameSmartSizeMode)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.SmartSizeMode)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.VNC)] diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index da3631b15..9d80cf7a0 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -29,7 +29,7 @@ namespace mRemoteNG.Connection #region Display [LocalizedAttributes.LocalizedCategory(nameof(Language.Display), 2), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDescription)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Description)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDescription)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Description { get; set; } @@ -58,7 +58,7 @@ namespace mRemoteNG.Connection public bool Username { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameVmId)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.VmId)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] @@ -85,7 +85,7 @@ namespace mRemoteNG.Connection public bool Port { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), - LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.PropertyNameSSHTunnelConnection)), + LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.SshTunnel)), LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.PropertyDescriptionSSHTunnelConnection)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] @@ -102,7 +102,7 @@ namespace mRemoteNG.Connection public bool Protocol { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRdpVersion)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpVersion)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRdpVersion)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RdpVersion { get; set; } @@ -114,73 +114,73 @@ namespace mRemoteNG.Connection public bool ExtApp { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNamePuttySession)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PuttySession)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionPuttySession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PuttySession { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSSHOptions)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.SshOptions)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSSHOptions)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SSHOptions { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEncryptionStrength)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.EncryptionStrength)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEncryptionStrength)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool ICAEncryptionStrength { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationLevel)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.AuthenticationLevel)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationLevel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAuthenticationLevel { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPMinutesToIdleTimeout)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.MinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPMinutesToIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPMinutesToIdleTimeout { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDPAlertIdleTimeout)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.MinutesToIdleTimeout)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDPAlertIdleTimeout)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDPAlertIdleTimeout { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameLoadBalanceInfo)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.LoadBalanceInfo)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionLoadBalanceInfo)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool LoadBalanceInfo { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRenderingEngine)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RenderingEngine)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRenderingEngine)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RenderingEngine { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseConsoleSession)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.UseConsoleSession)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseConsoleSession)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseConsoleSession { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseCredSsp)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.UseCredSsp)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseCredSsp)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseCredSsp { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseVmId)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.UseVmId)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseVmId)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseVmId { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUseEnhancedMode)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.UseEnhancedMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUseEnhancedMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UseEnhancedMode { get; set; } @@ -190,37 +190,37 @@ namespace mRemoteNG.Connection #region RD Gateway [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayUsageMethod)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsageMethod { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayHostname)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayHostname)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayHostname)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayHostname { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUseConnectionCredentials)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayUseConnectionCredentials)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUseConnectionCredentials)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUseConnectionCredentials { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayUsername)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayUsername)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsername)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsername { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayPassword)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayPassword)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayPassword { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRDGatewayDomain)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayDomain)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayDomain)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayDomain { get; set; } @@ -230,13 +230,13 @@ namespace mRemoteNG.Connection #region Appearance [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameResolution)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Resolution)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionResolution)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Resolution { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAutomaticResize)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.AutomaticResize)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAutomaticResize)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool AutomaticResize { get; set; } @@ -248,7 +248,7 @@ namespace mRemoteNG.Connection public bool Colors { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCacheBitmaps)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.CacheBitmaps)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCacheBitmaps)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool CacheBitmaps { get; set; } @@ -266,19 +266,19 @@ namespace mRemoteNG.Connection public bool DisplayThemes { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableFontSmoothing)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.FontSmoothing)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableFontSmoothing)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableFontSmoothing { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameEnableDesktopComposition)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.EnableDesktopComposition)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionEnableDesktopComposition)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool EnableDesktopComposition { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableFullWindowDrag)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisableFullWindowDrag)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableFullWindowDrag)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableFullWindowDrag { get; set; } @@ -290,13 +290,13 @@ namespace mRemoteNG.Connection public bool DisableMenuAnimations { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorShadow)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisableCursorShadow)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorShadow)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableCursorShadow { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 6), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameDisableCursorBlinking)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.DisableCursorBlinking)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionDisableCursorBlinking)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool DisableCursorBlinking { get; set; } @@ -306,7 +306,7 @@ namespace mRemoteNG.Connection #region Redirect [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectKeys)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectKeys)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectKeys)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectKeys { get; set; } @@ -318,13 +318,13 @@ namespace mRemoteNG.Connection public bool RedirectDiskDrives { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectPrinters)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectPrinters)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPrinters { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectClipboard)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectClipboard)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectClipboard { get; set; } @@ -336,13 +336,13 @@ namespace mRemoteNG.Connection public bool RedirectPorts { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSmartCards)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Redirect)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSmartCards)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSmartCards { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectSounds)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectSounds)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSound { get; set; } @@ -354,7 +354,7 @@ namespace mRemoteNG.Connection public bool SoundQuality { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameRedirectAudioCapture)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectAudioCapture)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectAudioCapture { get; set; } @@ -364,31 +364,31 @@ namespace mRemoteNG.Connection #region Misc [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolBefore)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ExternalToolBefore)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolBefore)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PreExtApp { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameExternalToolAfter)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.ExternalToolAfter)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionExternalToolAfter)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool PostExtApp { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameMACAddress)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.MacAddress)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionMACAddress)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool MacAddress { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameUser1)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.UserField)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionUser1)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool UserField { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous), 8), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameFavorite)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Favorite)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionFavorite)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool Favorite { get; set; } @@ -396,7 +396,7 @@ namespace mRemoteNG.Connection #region VNC [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameCompression)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Compression)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionCompression)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCCompression {get; set;} @@ -406,7 +406,7 @@ namespace mRemoteNG.Connection TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCEncoding {get; set;} [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameAuthenticationMode)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.AuthenticationMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionAuthenticationMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCAuthMode {get; set;} @@ -441,7 +441,7 @@ namespace mRemoteNG.Connection TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCColors {get; set;} [LocalizedAttributes.LocalizedCategory(nameof(Language.Appearance), 9), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.PropertyNameSmartSizeMode)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.SmartSizeMode)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSmartSizeMode)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool VNCSmartSizeMode {get; set;} diff --git a/mRemoteV1/Connection/ConnectionInitiator.cs b/mRemoteV1/Connection/ConnectionInitiator.cs index 9607d48e7..cdec1908c 100644 --- a/mRemoteV1/Connection/ConnectionInitiator.cs +++ b/mRemoteV1/Connection/ConnectionInitiator.cs @@ -95,7 +95,7 @@ namespace mRemoteNG.Connection if (connectionInfoSshTunnel == null) { Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelConfigProblem, connectionInfoOriginal.Name, connectionInfoOriginal.SSHTunnelConnectionName)); + string.Format(Language.SshTunnelConfigProblem, connectionInfoOriginal.Name, connectionInfoOriginal.SSHTunnelConnectionName)); return; } Runtime.MessageCollector.AddMessage(MessageClass.DebugMsg, @@ -123,7 +123,7 @@ namespace mRemoteNG.Connection if (!(protocolSshTunnel is PuttyBase puttyBaseSshTunnel)) { Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelIsNotPutty, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SshTunnelIsNotPutty, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -137,7 +137,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelNotInitialized, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SshTunnelNotInitialized, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -145,7 +145,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelNotConnected, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SshTunnelNotConnected, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -166,7 +166,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelFailed, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SshTunnelFailed, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } @@ -186,7 +186,7 @@ namespace mRemoteNG.Connection { protocolSshTunnel.Close(); Runtime.MessageCollector.AddMessage(MessageClass.WarningMsg, - string.Format(Language.SSHTunnelPortNotReadyInTime, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); + string.Format(Language.SshTunnelPortNotReadyInTime, connectionInfoOriginal.Name, connectionInfoSshTunnel.Name)); return; } diff --git a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs b/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs index cfacdf577..a430df803 100644 --- a/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs +++ b/mRemoteV1/Connection/Protocol/Http/Connection.Protocol.HTTPBase.cs @@ -164,7 +164,7 @@ namespace mRemoteNG.Connection.Protocol.Http } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.HTTPFailedURLBuild, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.HttpFailedUrlBuild, ex); return string.Empty; } } diff --git a/mRemoteV1/Connection/Protocol/ProtocolType.cs b/mRemoteV1/Connection/Protocol/ProtocolType.cs index 84ed18add..867a451c9 100644 --- a/mRemoteV1/Connection/Protocol/ProtocolType.cs +++ b/mRemoteV1/Connection/Protocol/ProtocolType.cs @@ -10,10 +10,10 @@ namespace mRemoteNG.Connection.Protocol [LocalizedAttributes.LocalizedDescription(nameof(Language.Vnc))] VNC = 1, - [LocalizedAttributes.LocalizedDescription(nameof(Language.Ssh1))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.SshV1))] SSH1 = 2, - [LocalizedAttributes.LocalizedDescription(nameof(Language.Ssh2))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.SshV2))] SSH2 = 3, [LocalizedAttributes.LocalizedDescription(nameof(Language.Telnet))] @@ -37,7 +37,7 @@ namespace mRemoteNG.Connection.Protocol [LocalizedAttributes.LocalizedDescription(nameof(Language.PowerShell))] PowerShell = 10, - [LocalizedAttributes.LocalizedDescription(nameof(Language.ExtApp))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.ExternalTool))] IntApp = 20 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs b/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs index fb04e00ea..34c03c604 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPColors.cs @@ -4,19 +4,19 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPColors { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP256Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp256Colors))] Colors256 = 8, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP32768Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp32768Colors))] Colors15Bit = 15, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP65536Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp65536Colors))] Colors16Bit = 16, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP16777216Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp16777216Colors))] Colors24Bit = 24, - [LocalizedAttributes.LocalizedDescription(nameof(Language.RDP4294967296Colors))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.Rdp4294967296Colors))] Colors32Bit = 32 } } \ No newline at end of file diff --git a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs index 0e7559465..d4367e203 100644 --- a/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs +++ b/mRemoteV1/Connection/Protocol/RDP/RDPResolutions.cs @@ -5,7 +5,7 @@ namespace mRemoteNG.Connection.Protocol.RDP { public enum RDPResolutions { - [LocalizedAttributes.LocalizedDescription(nameof(Language.RdpFitToPanel))] + [LocalizedAttributes.LocalizedDescription(nameof(Language.FitToPanel))] FitToWindow, [LocalizedAttributes.LocalizedDescription(nameof(Language.Fullscreen))] diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index efbd4deb4..189bd38f5 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -456,6 +456,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Server Authentication. + /// + internal static string AuthenticationLevel { + get { + return ResourceManager.GetString("AuthenticationLevel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Authentication mode. + /// + internal static string AuthenticationMode { + get { + return ResourceManager.GetString("AuthenticationMode", resourceCulture); + } + } + /// /// Looks up a localized string similar to An error occurred while trying to reconnect to RDP host '{0}'. /// @@ -465,6 +483,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Automatic resize. + /// + internal static string AutomaticResize { + get { + return ResourceManager.GetString("AutomaticResize", resourceCulture); + } + } + /// /// Looks up a localized string similar to Auto save time in minutes (0 means disabled):. /// @@ -519,6 +546,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Cache Bitmaps. + /// + internal static string CacheBitmaps { + get { + return ResourceManager.GetString("CacheBitmaps", resourceCulture); + } + } + /// /// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!. /// @@ -903,6 +939,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Compression. + /// + internal static string Compression { + get { + return ResourceManager.GetString("Compression", resourceCulture); + } + } + /// /// Looks up a localized string similar to Config. /// @@ -1525,6 +1570,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Description. + /// + internal static string Description { + get { + return ResourceManager.GetString("Description", resourceCulture); + } + } + /// /// Looks up a localized string similar to Detect. /// @@ -1534,6 +1588,33 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Disable Cursor blinking. + /// + internal static string DisableCursorBlinking { + get { + return ResourceManager.GetString("DisableCursorBlinking", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Cursor Shadow. + /// + internal static string DisableCursorShadow { + get { + return ResourceManager.GetString("DisableCursorShadow", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Disable Full Window drag. + /// + internal static string DisableFullWindowDrag { + get { + return ResourceManager.GetString("DisableFullWindowDrag", resourceCulture); + } + } + /// /// Looks up a localized string similar to Disable Menu Animations. /// @@ -1759,6 +1840,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Desktop Composition. + /// + internal static string EnableDesktopComposition { + get { + return ResourceManager.GetString("EnableDesktopComposition", resourceCulture); + } + } + /// /// Looks up a localized string similar to 128-bit. /// @@ -1840,6 +1930,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Encryption Strength. + /// + internal static string EncryptionStrength { + get { + return ResourceManager.GetString("EncryptionStrength", resourceCulture); + } + } + /// /// Looks up a localized string similar to Encryption Test. /// @@ -2078,15 +2177,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Ext. App. - /// - internal static string ExtApp { - get { - return ResourceManager.GetString("ExtApp", resourceCulture); - } - } - /// /// Looks up a localized string similar to External Tool. /// @@ -2096,6 +2186,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to External Tool After. + /// + internal static string ExternalToolAfter { + get { + return ResourceManager.GetString("ExternalToolAfter", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to External Tool Before. + /// + internal static string ExternalToolBefore { + get { + return ResourceManager.GetString("ExternalToolBefore", resourceCulture); + } + } + /// /// Looks up a localized string similar to New External Tool. /// @@ -2105,6 +2213,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to External Tool Properties. + /// + internal static string ExternalToolProperties { + get { + return ResourceManager.GetString("ExternalToolProperties", resourceCulture); + } + } + /// /// Looks up a localized string similar to External Tools Toolbar. /// @@ -2114,6 +2231,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Favorite. + /// + internal static string Favorite { + get { + return ResourceManager.GetString("Favorite", resourceCulture); + } + } + /// /// Looks up a localized string similar to Favorites. /// @@ -2249,6 +2375,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Fit To Panel. + /// + internal static string FitToPanel { + get { + return ResourceManager.GetString("FitToPanel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Font Smoothing. + /// + internal static string FontSmoothing { + get { + return ResourceManager.GetString("FontSmoothing", resourceCulture); + } + } + /// /// Looks up a localized string similar to Inherit {0}. /// @@ -2321,15 +2465,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to External Tool Properties. - /// - internal static string GroupboxExternalToolProperties { - get { - return ResourceManager.GetString("GroupboxExternalToolProperties", resourceCulture); - } - } - /// /// Looks up a localized string similar to mRemoteNG Help. /// @@ -2423,9 +2558,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Failed to contruct the URL to load. /// - internal static string HTTPFailedURLBuild { + internal static string HttpFailedUrlBuild { get { - return ResourceManager.GetString("HTTPFailedURLBuild", resourceCulture); + return ResourceManager.GetString("HttpFailedUrlBuild", resourceCulture); } } @@ -2753,6 +2888,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Load Balance Info. + /// + internal static string LoadBalanceInfo { + get { + return ResourceManager.GetString("LoadBalanceInfo", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use UTF8 encoding for RDP "Load Balance Info" property. /// @@ -2861,6 +3005,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to MAC Address. + /// + internal static string MacAddress { + get { + return ResourceManager.GetString("MacAddress", resourceCulture); + } + } + /// /// Looks up a localized string similar to Medium. /// @@ -2888,6 +3041,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Minutes to Idle. + /// + internal static string MinutesToIdleTimeout { + get { + return ResourceManager.GetString("MinutesToIdleTimeout", resourceCulture); + } + } + /// /// Looks up a localized string similar to Miscellaneous. /// @@ -2954,9 +3116,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Multi SSH:. /// - internal static string MultiSSH { + internal static string MultiSsh { get { - return ResourceManager.GetString("MultiSSH", resourceCulture); + return ResourceManager.GetString("MultiSsh", resourceCulture); } } @@ -2972,9 +3134,9 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Press ENTER to send. Ctrl+C is sent immediately.. /// - internal static string MultiSSHToolTip { + internal static string MultiSshToolTip { get { - return ResourceManager.GetString("MultiSSHToolTip", resourceCulture); + return ResourceManager.GetString("MultiSshToolTip", resourceCulture); } } @@ -3393,6 +3555,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Password protect. + /// + internal static string PasswordProtect { + get { + return ResourceManager.GetString("PasswordProtect", resourceCulture); + } + } + /// /// Looks up a localized string similar to Both passwords must match.. /// @@ -4140,411 +4311,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Server Authentication. - /// - internal static string PropertyNameAuthenticationLevel { - get { - return ResourceManager.GetString("PropertyNameAuthenticationLevel", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Authentication mode. - /// - internal static string PropertyNameAuthenticationMode { - get { - return ResourceManager.GetString("PropertyNameAuthenticationMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Automatic resize. - /// - internal static string PropertyNameAutomaticResize { - get { - return ResourceManager.GetString("PropertyNameAutomaticResize", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Cache Bitmaps. - /// - internal static string PropertyNameCacheBitmaps { - get { - return ResourceManager.GetString("PropertyNameCacheBitmaps", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Compression. - /// - internal static string PropertyNameCompression { - get { - return ResourceManager.GetString("PropertyNameCompression", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Description. - /// - internal static string PropertyNameDescription { - get { - return ResourceManager.GetString("PropertyNameDescription", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Cursor blinking. - /// - internal static string PropertyNameDisableCursorBlinking { - get { - return ResourceManager.GetString("PropertyNameDisableCursorBlinking", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Cursor Shadow. - /// - internal static string PropertyNameDisableCursorShadow { - get { - return ResourceManager.GetString("PropertyNameDisableCursorShadow", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Disable Full Window drag. - /// - internal static string PropertyNameDisableFullWindowDrag { - get { - return ResourceManager.GetString("PropertyNameDisableFullWindowDrag", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Desktop Composition. - /// - internal static string PropertyNameEnableDesktopComposition { - get { - return ResourceManager.GetString("PropertyNameEnableDesktopComposition", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Font Smoothing. - /// - internal static string PropertyNameEnableFontSmoothing { - get { - return ResourceManager.GetString("PropertyNameEnableFontSmoothing", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Encryption Strength. - /// - internal static string PropertyNameEncryptionStrength { - get { - return ResourceManager.GetString("PropertyNameEncryptionStrength", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool After. - /// - internal static string PropertyNameExternalToolAfter { - get { - return ResourceManager.GetString("PropertyNameExternalToolAfter", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to External Tool Before. - /// - internal static string PropertyNameExternalToolBefore { - get { - return ResourceManager.GetString("PropertyNameExternalToolBefore", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Favorite. - /// - internal static string PropertyNameFavorite { - get { - return ResourceManager.GetString("PropertyNameFavorite", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Load Balance Info. - /// - internal static string PropertyNameLoadBalanceInfo { - get { - return ResourceManager.GetString("PropertyNameLoadBalanceInfo", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to MAC Address. - /// - internal static string PropertyNameMACAddress { - get { - return ResourceManager.GetString("PropertyNameMACAddress", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Password protect. - /// - internal static string PropertyNamePasswordProtect { - get { - return ResourceManager.GetString("PropertyNamePasswordProtect", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to PuTTY Session. - /// - internal static string PropertyNamePuttySession { - get { - return ResourceManager.GetString("PropertyNamePuttySession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Domain. - /// - internal static string PropertyNameRDGatewayDomain { - get { - return ResourceManager.GetString("PropertyNameRDGatewayDomain", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Hostname. - /// - internal static string PropertyNameRDGatewayHostname { - get { - return ResourceManager.GetString("PropertyNameRDGatewayHostname", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Remote Desktop Gateway Password. - /// - internal static string PropertyNameRDGatewayPassword { - get { - return ResourceManager.GetString("PropertyNameRDGatewayPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Gateway. - /// - internal static string PropertyNameRDGatewayUsageMethod { - get { - return ResourceManager.GetString("PropertyNameRDGatewayUsageMethod", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Credentials. - /// - internal static string PropertyNameRDGatewayUseConnectionCredentials { - get { - return ResourceManager.GetString("PropertyNameRDGatewayUseConnectionCredentials", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Gateway Username. - /// - internal static string PropertyNameRDGatewayUsername { - get { - return ResourceManager.GetString("PropertyNameRDGatewayUsername", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Alert on Idle disconnect. - /// - internal static string PropertyNameRDPAlertIdleTimeout { - get { - return ResourceManager.GetString("PropertyNameRDPAlertIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Minutes to Idle. - /// - internal static string PropertyNameRDPMinutesToIdleTimeout { - get { - return ResourceManager.GetString("PropertyNameRDPMinutesToIdleTimeout", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to RDP Version. - /// - internal static string PropertyNameRdpVersion { - get { - return ResourceManager.GetString("PropertyNameRdpVersion", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Audio Capture. - /// - internal static string PropertyNameRedirectAudioCapture { - get { - return ResourceManager.GetString("PropertyNameRedirectAudioCapture", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clipboard. - /// - internal static string PropertyNameRedirectClipboard { - get { - return ResourceManager.GetString("PropertyNameRedirectClipboard", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Key Combinations. - /// - internal static string PropertyNameRedirectKeys { - get { - return ResourceManager.GetString("PropertyNameRedirectKeys", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Printers. - /// - internal static string PropertyNameRedirectPrinters { - get { - return ResourceManager.GetString("PropertyNameRedirectPrinters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Smart Cards. - /// - internal static string PropertyNameRedirectSmartCards { - get { - return ResourceManager.GetString("PropertyNameRedirectSmartCards", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sounds. - /// - internal static string PropertyNameRedirectSounds { - get { - return ResourceManager.GetString("PropertyNameRedirectSounds", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Rendering Engine. - /// - internal static string PropertyNameRenderingEngine { - get { - return ResourceManager.GetString("PropertyNameRenderingEngine", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Resolution. - /// - internal static string PropertyNameResolution { - get { - return ResourceManager.GetString("PropertyNameResolution", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SmartSize Mode. - /// - internal static string PropertyNameSmartSizeMode { - get { - return ResourceManager.GetString("PropertyNameSmartSizeMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Options. - /// - internal static string PropertyNameSSHOptions { - get { - return ResourceManager.GetString("PropertyNameSSHOptions", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH Tunnel. - /// - internal static string PropertyNameSSHTunnelConnection { - get { - return ResourceManager.GetString("PropertyNameSSHTunnelConnection", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use Console Session. - /// - internal static string PropertyNameUseConsoleSession { - get { - return ResourceManager.GetString("PropertyNameUseConsoleSession", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use CredSSP. - /// - internal static string PropertyNameUseCredSsp { - get { - return ResourceManager.GetString("PropertyNameUseCredSsp", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use enhanced mode. - /// - internal static string PropertyNameUseEnhancedMode { - get { - return ResourceManager.GetString("PropertyNameUseEnhancedMode", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to User Field. - /// - internal static string PropertyNameUser1 { - get { - return ResourceManager.GetString("PropertyNameUser1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Use VM ID. - /// - internal static string PropertyNameUseVmId { - get { - return ResourceManager.GetString("PropertyNameUseVmId", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to VM ID. - /// - internal static string PropertyNameVmId { - get { - return ResourceManager.GetString("PropertyNameVmId", resourceCulture); - } - } - /// /// Looks up a localized string similar to Protocol. /// @@ -4708,6 +4474,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to PuTTY Session. + /// + internal static string PuttySession { + get { + return ResourceManager.GetString("PuttySession", resourceCulture); + } + } + /// /// Looks up a localized string similar to To configure PuTTY sessions click this button:. /// @@ -4855,45 +4630,54 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to 16777216 Colours (24-bit). /// - internal static string RDP16777216Colors { + internal static string Rdp16777216Colors { get { - return ResourceManager.GetString("RDP16777216Colors", resourceCulture); + return ResourceManager.GetString("Rdp16777216Colors", resourceCulture); } } /// /// Looks up a localized string similar to 256 Colours (8-bit). /// - internal static string RDP256Colors { + internal static string Rdp256Colors { get { - return ResourceManager.GetString("RDP256Colors", resourceCulture); + return ResourceManager.GetString("Rdp256Colors", resourceCulture); } } /// /// Looks up a localized string similar to 32768 Colours (15-bit). /// - internal static string RDP32768Colors { + internal static string Rdp32768Colors { get { - return ResourceManager.GetString("RDP32768Colors", resourceCulture); + return ResourceManager.GetString("Rdp32768Colors", resourceCulture); } } /// /// Looks up a localized string similar to 16777216 Colours (32-bit). /// - internal static string RDP4294967296Colors { + internal static string Rdp4294967296Colors { get { - return ResourceManager.GetString("RDP4294967296Colors", resourceCulture); + return ResourceManager.GetString("Rdp4294967296Colors", resourceCulture); } } /// /// Looks up a localized string similar to 65536 Colours (16-bit). /// - internal static string RDP65536Colors { + internal static string Rdp65536Colors { get { - return ResourceManager.GetString("RDP65536Colors", resourceCulture); + return ResourceManager.GetString("Rdp65536Colors", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Alert on Idle disconnect. + /// + internal static string RdpAlertIdleTimeout { + get { + return ResourceManager.GetString("RdpAlertIdleTimeout", resourceCulture); } } @@ -5005,15 +4789,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Fit To Panel. - /// - internal static string RdpFitToPanel { - get { - return ResourceManager.GetString("RdpFitToPanel", resourceCulture); - } - } - /// /// Looks up a localized string similar to RDP Focus failed!. /// @@ -5023,6 +4798,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Gateway Domain. + /// + internal static string RdpGatewayDomain { + get { + return ResourceManager.GetString("RdpGatewayDomain", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Hostname. + /// + internal static string RdpGatewayHostname { + get { + return ResourceManager.GetString("RdpGatewayHostname", resourceCulture); + } + } + /// /// Looks up a localized string similar to RDP Gateway is supported.. /// @@ -5041,6 +4834,42 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Remote Desktop Gateway Password. + /// + internal static string RdpGatewayPassword { + get { + return ResourceManager.GetString("RdpGatewayPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use Gateway. + /// + internal static string RdpGatewayUsageMethod { + get { + return ResourceManager.GetString("RdpGatewayUsageMethod", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Credentials. + /// + internal static string RdpGatewayUseConnectionCredentials { + get { + return ResourceManager.GetString("RdpGatewayUseConnectionCredentials", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Gateway Username. + /// + internal static string RdpGatewayUsername { + get { + return ResourceManager.GetString("RdpGatewayUsername", resourceCulture); + } + } + /// /// Looks up a localized string similar to RDP Connection Timeout. /// @@ -5221,6 +5050,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to RDP Version. + /// + internal static string RdpVersion { + get { + return ResourceManager.GetString("RdpVersion", resourceCulture); + } + } + /// /// Looks up a localized string similar to Read only:. /// @@ -5275,6 +5113,51 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Audio Capture. + /// + internal static string RedirectAudioCapture { + get { + return ResourceManager.GetString("RedirectAudioCapture", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Clipboard. + /// + internal static string RedirectClipboard { + get { + return ResourceManager.GetString("RedirectClipboard", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Key Combinations. + /// + internal static string RedirectKeys { + get { + return ResourceManager.GetString("RedirectKeys", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Printers. + /// + internal static string RedirectPrinters { + get { + return ResourceManager.GetString("RedirectPrinters", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Sounds. + /// + internal static string RedirectSounds { + get { + return ResourceManager.GetString("RedirectSounds", resourceCulture); + } + } + /// /// Looks up a localized string similar to Refresh. /// @@ -5376,6 +5259,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Rendering Engine. + /// + internal static string RenderingEngine { + get { + return ResourceManager.GetString("RenderingEngine", resourceCulture); + } + } + /// /// Looks up a localized string similar to Report a Bug. /// @@ -5394,6 +5286,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Resolution. + /// + internal static string Resolution { + get { + return ResourceManager.GetString("Resolution", resourceCulture); + } + } + /// /// Looks up a localized string similar to Rlogin. /// @@ -5691,6 +5592,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Smart Cards. + /// + internal static string SmartCards { + get { + return ResourceManager.GetString("SmartCards", resourceCulture); + } + } + /// /// Looks up a localized string similar to SmartSize (RDP/VNC). /// @@ -5700,6 +5610,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to SmartSize Mode. + /// + internal static string SmartSizeMode { + get { + return ResourceManager.GetString("SmartSizeMode", resourceCulture); + } + } + /// /// Looks up a localized string similar to Socks 5. /// @@ -5764,101 +5683,119 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to SSH version 1. + /// Looks up a localized string similar to SSH background transfer failed!. /// - internal static string Ssh1 { + internal static string SshBackgroundTransferFailed { get { - return ResourceManager.GetString("Ssh1", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to SSH version 2. - /// - internal static string Ssh2 { - get { - return ResourceManager.GetString("Ssh2", resourceCulture); + return ResourceManager.GetString("SshBackgroundTransferFailed", resourceCulture); } } /// /// Looks up a localized string similar to SSH File Transfer. /// - internal static string SSHFileTransfer { + internal static string SshFileTransfer { get { - return ResourceManager.GetString("SSHFileTransfer", resourceCulture); + return ResourceManager.GetString("SshFileTransfer", resourceCulture); } } /// - /// Looks up a localized string similar to SSH background transfer failed!. + /// Looks up a localized string similar to SSH Options. /// - internal static string SSHStartTransferBG { + internal static string SshOptions { get { - return ResourceManager.GetString("SSHStartTransferBG", resourceCulture); + return ResourceManager.GetString("SshOptions", resourceCulture); } } /// /// Looks up a localized string similar to SSH transfer failed.. /// - internal static string SSHTransferFailed { + internal static string SshTransferFailed { get { - return ResourceManager.GetString("SSHTransferFailed", resourceCulture); + return ResourceManager.GetString("SshTransferFailed", resourceCulture); } } /// - /// Looks up a localized string similar to Connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. + /// Looks up a localized string similar to SSH Tunnel. /// - internal static string SSHTunnelConfigProblem { + internal static string SshTunnel { get { - return ResourceManager.GetString("SSHTunnelConfigProblem", resourceCulture); + return ResourceManager.GetString("SshTunnel", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection.. + /// + internal static string SshTunnelConfigProblem { + get { + return ResourceManager.GetString("SshTunnelConfigProblem", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string SSHTunnelFailed { + internal static string SshTunnelFailed { get { - return ResourceManager.GetString("SSHTunnelFailed", resourceCulture); + return ResourceManager.GetString("SshTunnelFailed", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol.. /// - internal static string SSHTunnelIsNotPutty { + internal static string SshTunnelIsNotPutty { get { - return ResourceManager.GetString("SSHTunnelIsNotPutty", resourceCulture); + return ResourceManager.GetString("SshTunnelIsNotPutty", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string SSHTunnelNotConnected { + internal static string SshTunnelNotConnected { get { - return ResourceManager.GetString("SSHTunnelNotConnected", resourceCulture); + return ResourceManager.GetString("SshTunnelNotConnected", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string SSHTunnelNotInitialized { + internal static string SshTunnelNotInitialized { get { - return ResourceManager.GetString("SSHTunnelNotInitialized", resourceCulture); + return ResourceManager.GetString("SshTunnelNotInitialized", resourceCulture); } } /// /// Looks up a localized string similar to SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel.. /// - internal static string SSHTunnelPortNotReadyInTime { + internal static string SshTunnelPortNotReadyInTime { get { - return ResourceManager.GetString("SSHTunnelPortNotReadyInTime", resourceCulture); + return ResourceManager.GetString("SshTunnelPortNotReadyInTime", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH version 1. + /// + internal static string SshV1 { + get { + return ResourceManager.GetString("SshV1", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to SSH version 2. + /// + internal static string SshV2 { + get { + return ResourceManager.GetString("SshV2", resourceCulture); } } @@ -6250,6 +6187,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Use Console Session. + /// + internal static string UseConsoleSession { + get { + return ResourceManager.GetString("UseConsoleSession", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Use CredSSP. + /// + internal static string UseCredSsp { + get { + return ResourceManager.GetString("UseCredSsp", resourceCulture); + } + } + /// /// Looks up a localized string similar to Use default. /// @@ -6268,6 +6223,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Use enhanced mode. + /// + internal static string UseEnhancedMode { + get { + return ResourceManager.GetString("UseEnhancedMode", resourceCulture); + } + } + /// /// Looks up a localized string similar to User. /// @@ -6277,6 +6241,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to User Field. + /// + internal static string UserField { + get { + return ResourceManager.GetString("UserField", resourceCulture); + } + } + /// /// Looks up a localized string similar to Username. /// @@ -6313,6 +6286,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Use VM ID. + /// + internal static string UseVmId { + get { + return ResourceManager.GetString("UseVmId", resourceCulture); + } + } + /// /// Looks up a localized string similar to Verify:. /// @@ -6340,6 +6322,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to VM ID. + /// + internal static string VmId { + get { + return ResourceManager.GetString("VmId", resourceCulture); + } + } + /// /// Looks up a localized string similar to VNC. /// diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 4dd9c1d75..161694d0a 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -587,9 +587,6 @@ Otevírám nový prázdný soubor seznamu spojení. &Exportovat do souboru... - - Ext. App - Nový Externí Nástroj @@ -641,7 +638,7 @@ Otevírám nový prázdný soubor seznamu spojení. Automaticky obnovit spojení - + Vlastnosti externích nástrojů @@ -935,7 +932,7 @@ Otevírám nový prázdný soubor seznamu spojení. Automatická velikost (RDP/VNC) - + SSH přenos souborů @@ -1038,7 +1035,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Název panelu - + Chránit heslem @@ -1218,25 +1215,25 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Vše - + Po autentizaci - + Režim autentizace - + Automatické rozlišení - + Mezipaměť bitmap Bar. hloubka - + Komprese - + Popis @@ -1245,31 +1242,31 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Pozadí plochy - + Pokroč. plocha (Aero) - + Vyhlazování písem Kódování - + Síla šifrování Externí nástroj - + Externí nástroj po odp. - + Externí nástroj před spoj. - + Load Balance Info - + Adresa MAC @@ -1284,61 +1281,61 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Port - + Konfigurace PuTTY - + Doména (RD brána) - + Host/DN/IP (RD brána) - + Heslo (RD brána) - + Použít RD bránu - + Přihl. údaje brány - + Login brány Připojit lok. disky - + Posílat kláv. zkr. Připoj COM/LPT - + Připoj tiskárny - + Poskytuj karty - + Zvuky - + Vykreslovací engine - + Rozlišení - + Režim resize - + Připoj k příkazové konzoli - + Použít CredSSP - + Poznámka @@ -1437,31 +1434,31 @@ Zpráva: RDP - + 16777216 barev (24-bit) - + 256 barev (8-bit) - + 32768 barev (15-bit) - + 16777216 barev (32-bit) - + 65536 barev (16-bit) Nebylo možné aktivovat ovládací prvek okna RDP, prosím zkontrolujte požadavky mRemoteNG na prerekvizity. - + Vypnout blikání kurzoru - + Vypnout stín kurzoru - + Vypnout přetahování celého okna (Full Window) @@ -1500,7 +1497,7 @@ Zpráva: Chyba inicializace Winsock. - + Přizpůsobit panelu @@ -1659,16 +1656,16 @@ Zpráva: SQL Server - + SSH ver 1 - + SSH ver 2 - + Selhal přenos na pozadí přes SSH! - + Selhal přenos přes SSH. @@ -1876,7 +1873,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Počet minut neaktivity v sezení RDP než bude automaticky odpojeno (0 = bez omezení) - + Minut neaktivity do odp. @@ -1891,7 +1888,7 @@ mRemoteNG se nyní ukončí a zahájí instalaci. Zapsat zprávu logu když se RDP sezení odpojí kvůli neaktivitě. - + Upozornit při odpojení z neaktivity diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index ca2a1426a..88f638a03 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -544,9 +544,6 @@ Starte mit neuer Datei. Exportieren - - Externes Programm - Alle Dateien (*.*) @@ -583,7 +580,7 @@ Starte mit neuer Datei. Automatisches Wiederverbinden - + Eigenschaften des externen Programmes @@ -850,7 +847,7 @@ Starte mit neuer Datei. Smart-Size-Modus (RDP/VNC) - + SSH-Dateiübertragung @@ -944,7 +941,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Panel-Name - + Passwortschutz @@ -1109,22 +1106,22 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Alles - + Serverauthentifizierung - + Authentifizierungsmodus - + Bitmaps zwischenspeichern Farben - + Komprimierung - + Beschreibung @@ -1133,28 +1130,28 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Hintergrundbild anzeigen - + Desktopgestaltung - + Schriftglättung Codierung - + Verschlüsselungsstärke Externes Programm - + Externes Programm nachher - + Externes Programm vorher - + MAC-Adresse @@ -1169,61 +1166,61 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Port - + PuTTY-Sitzung - + Gateway-Domäne - + Gateway-Hostname - + Gateway-Passwort - + Verwende Gateway - + Gateway-Anmeldedaten - + Gateway-Benutzername Festplatten - + Tastenkombinationen Ports - + Drucker - + Smartcards - + Töne - + Rendering Engine - + Auflösung - + Smart-Size-Modus - + Verwende Konsole - + Verwenden Sie CredSSP - + Benutzerfeld @@ -1318,31 +1315,31 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell RDP - + 16777216 Farben (24Bit) - + 256 Farben (8Bit) - + 32768 Farben (15Bit) - + 16777216 Farben (32Bit) - + 65536 Farben (16Bit) Konte das RDP-Plugin nicht einbinden, bitte prüfen Sie die mRemoteNG-Voraussetzungen. - + Cursor-Blinken abschalten - + Cursorschatten deaktivieren - + Fensterinhalt beim Ziehen nicht anzeigen @@ -1381,7 +1378,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Winsock-Initialisierung fehlgeschlagen! - + An Panel anpassen @@ -1540,16 +1537,16 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell SQL-Server: - + SSH Version 1 - + SSH Version 2 - + SSH Übertragung im Hintergrund fehlgeschlagen! - + SSH-Übertragung fehlgeschlagen. @@ -1796,7 +1793,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Gibt die Lastausgleichsinformationen an, die von Lastenausgleichsroutern verwendet werden, um den besten Server auszuwählen. - + Lastausgleichsinfo @@ -1847,7 +1844,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Time-Out [Sekunden] - + Automatische Größenänderung @@ -1892,7 +1889,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Die Anzahl der Minuten, die die RDP-Sitzung im Leerlauf verbleibt, bevor sie automatisch getrennt wird (0 bedeutet kein Limit) - + Minuten zum Leerlauf @@ -1904,7 +1901,7 @@ mRemoteNG wird nun geschlossen und die Installation gestartet. Wählen Sie, ob eine Benachrichtigung empfangen werden soll, nachdem die RDP-Sitzung aufgrund von Inaktivität getrennt wurde - + Benachrichtigung bei Leerlauftrennung @@ -2021,7 +2018,7 @@ Development umfasst Alphas, Betas und Release Candidates. Warnung: Ein Neustart ist erforderlich, um Änderungen am Theme anzuwenden. - + Zwischenablage @@ -2033,7 +2030,7 @@ Development umfasst Alphas, Betas und Release Candidates. Zeige diese Verbindung in den Favoriten - + Favorit @@ -2048,7 +2045,7 @@ Development umfasst Alphas, Betas und Release Candidates. Leerzeichen nicht aus Benutzernamen entfernen - + Benutze VM ID @@ -2069,22 +2066,22 @@ Development umfasst Alphas, Betas und Release Candidates. Geben Sie hier zusaetzliche Optionen an welche fuer die SSH Verbindung verwendet werden sollen. Fuer weitere Infos zu den moeglichen Optionen konsultieren sie die Putty Dokumentation. - + Konfigurationsfehler der Verbindung. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Eine Verbindung mit dem als SSH Tunnel konfiguriertem Namen konnte nicht gefunden werden. Löschen Sie die SSH Tunnel Konfiguration or geben sie eine existierende SSH Verbindung an, welche zum Aufbau eine Tunnels zum Erreichen des eigentlichen Zielsystems verwendet werden soll. - + Konfigurationsfehler des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Die als SSH Tunnel konfigurierte Verbindung wurde zwar gefunden, aber das zugehörige Protokoll ist nicht von Putty abgeleitet. Stellen Sie sicher dass die als SSH Tunnel konfigurierte Verbindung das SSH version 1 oder 2 Protokoll verwendet. - + Initialisierungsproblem des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Initialisierung der SSH Verbindung fehlgeschlagen. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + Verbindungsproblem des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. SSH Verbindungsaufbau fehlgeschlagen. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + SSH Tunnel Verbindung fehlgeschlagen. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Putty Prozess vorzeitig beendet. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. - + Zeitüberschreitung des SSH Tunnel. Verbindung zu: "{0}" via SSH Tunnel: "{1}" nicht möglich. Lokaler Tunnel Port nicht vor Ablauf der Zeitüberschreitung verfügbar. Überprüfen Sie die als SSH Tunnel konfigurierte Verbindung auf etwaige Probleme. diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index a7de8b2ce..3a32b823c 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -126,19 +126,19 @@ Colors - + 16777216 Colors (24-bit) - + 256 Colors (8-bit) - + 32768 Colors (15-bit) - + 16777216 Colors (32-bit) - + 65536 Colors (16-bit) @@ -160,9 +160,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Select whether clipboard should be shared. - - Clipboard - Warning: Restart is required to commit any theme configuration change. diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index b2fb9caa1..a1ece256d 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -530,9 +530,6 @@ Arrancando con un nuevo archivo de conexiones. Exportar - - App Externa - Todos los archivos (*.*) @@ -569,7 +566,7 @@ Arrancando con un nuevo archivo de conexiones. Reconexión Automática - + Propiedades de la Herramienta Externa @@ -836,7 +833,7 @@ Arrancando con un nuevo archivo de conexiones. SmartSize (RDP/VNC) - + Tranferencia de Archivos por SSH @@ -930,7 +927,7 @@ Arrancando con un nuevo archivo de conexiones. Nombre del Panel - + Protegido por Contraseña @@ -1095,22 +1092,22 @@ Arrancando con un nuevo archivo de conexiones. Todo - + Autentificación de servidor - + Modo de autentificación - + Cache de Bitmaps Colores - + Compresión - + Descripción @@ -1119,28 +1116,28 @@ Arrancando con un nuevo archivo de conexiones. Mostrar Fondo de Pantalla - + Composición de Escritorio - + Suavizado de Fuentes Codificación - + Fortaleza del Cifrado Herramienta Externa - + Tras la Herramienta Externa - + Antes de la Herramienta Externa - + Dirección MAC @@ -1155,64 +1152,64 @@ Arrancando con un nuevo archivo de conexiones. Puerto - + Sesión PuTTY - + Dominio del Gateway - + Nombre del Gateway - + Contraseña del Gateway para Escritorio Remoto - + Usar Gateway - + Credenciales del Gateway - + Nombre de Usuario para el Gateway Unidades de Disco - + Combinaciones de Teclas Puertos - + Impresoras - + Portapapeles - + Tarjetas Inteligentes - + Sonidos - + Motor de Renderizado - + Resolución - + Modo SmartSize - + Usar Sesión de Consola - + Usar CredSSP - + Campo de Usuario @@ -1292,31 +1289,31 @@ Mensaje: RDP - + 16777216 Colores (24-bit) - + 256 Colores (8-bit) - + 32768 Colores (15-bit) - + 16777216 Colores (32-bit) - + 65536 Colores (16-bit) No se pudo crear el control RDP, por favor verifique los requerimientos de mRemoteNG. - + Desactivar Parpadeo del Cursor - + Desactivar Sombra del Cursor - + Desactivar Mostar Ventana al arrastrar @@ -1352,7 +1349,7 @@ Mensaje: Error de inicialización del Winsock. - + Ajustar al panel @@ -1508,13 +1505,13 @@ Mensaje: SQL Server: - + SSH versión 1 - + SSH versión 2 - + ¡Tranferencia SSH en segundo plano fallida! diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index 328f90f4b..45d242877 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -528,9 +528,6 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Exporter - - Application Externe - Tous les fichiers (*.*) @@ -567,7 +564,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Reconnexion automatique - + Propriétés de l'outil externe @@ -837,7 +834,7 @@ Si la vérification des composants ou l'utilisation d'ICA échoue malgré tout, Taille dynamique (RDP/VNC) - + Transfert de fichiers SSH @@ -931,7 +928,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Nom du panneau - + Protéger le mot de passe @@ -1096,22 +1093,22 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Tous - + Serveur d'authentification - + Mode d'authentification - + Mettre en cache les bitmaps Couleurs - + Compression - + Description @@ -1120,28 +1117,28 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Afficher le Fond d'écran - + Composition du bureau - + Lissage des polices Encodage - + Niveau de cryptage Outil externe - + Outil Externe Après - + Outil externe avant - + Adresse MAC @@ -1156,61 +1153,61 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Port - + Session PuTTY - + Domaine de la Passerelle - + Nom d'Hôte de la Passerelle - + Mot de passe pour la Passerelle RDP - + Utiliser Gateway - + Identifiant pour la Passerelle - + Nom d'utilisateur pour la Passerelle RDP Lecteurs de disque - + Combinaisons de touches Ports - + Imprimantes - + Cartes à puce - + Sons - + Moteur de rendu - + Résolution - + Mode SmartSize - + Utilisez la session console - + Utiliser CredSSP - + Champ utilisateur @@ -1308,31 +1305,31 @@ Message: RDP - + 16777216 couleurs (24 bits) - + 256 couleurs (8 bits) - + 32768 couleurs (15 bits) - + 16777216 couleurs (32 bits) - + 65536 couleurs (16 bits) Impossible de lancer une connexion RDP, vérifiez les prérequis mRemoteNG. - + Désactiver le curseur clignotant - + Désactiver l'Ombre du pointeur - + Désactiver le glissement de fenêtre complet @@ -1371,7 +1368,7 @@ Message: Erreur d'initialisation de Winsock. - + Ajuster au panneau @@ -1530,16 +1527,16 @@ Message: SQL Server - + SSH version 1 - + SSH version 2 - + Le transfert SSH en tâche de fond a échoué ! - + Échec du transfert SSH. diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index f9567ed42..6cb8a1d8c 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -527,9 +527,6 @@ Creazione di un nuovo file delle connessioni. Esporta - - Appl. est. - Tutti i file (*.*) @@ -566,7 +563,7 @@ Creazione di un nuovo file delle connessioni. Riconnetti automaticamente - + Proprietà dell'applicazione esterna @@ -833,7 +830,7 @@ Creazione di un nuovo file delle connessioni. SmartSize (RDP/VNC) - + Trasferimento file SSH @@ -926,7 +923,7 @@ Creazione di un nuovo file delle connessioni. Nome del pannello - + Proteggi con password @@ -1091,22 +1088,22 @@ Creazione di un nuovo file delle connessioni. Tutti - + Autenticazione server - + Modalità di autenticazione - + Memorizza bitmap nella cache Colori - + Compressione - + Descrizione @@ -1115,28 +1112,28 @@ Creazione di un nuovo file delle connessioni. Visualizza sfondo - + Composizione del desktop - + Font smoothing Codifica - + Livello di crittografia Applicazione esterna - + Applicazione esterna dopo - + Applicazione esterna prima - + Indirizzo MAC @@ -1151,61 +1148,61 @@ Creazione di un nuovo file delle connessioni. Porta - + Sessione PuTTY - + Dominio del gateway - + Nome host del gateway - + Password del gateway desktop remoto - + Utilizza gateway - + Credenziali del gateway - + Nome utente del gateway Unità disco - + Combinazioni di tasti Porte - + Stampanti - + Smart card - + Audio - + Motore di rendering - + Risoluzione - + Modalità SmartSize - + Utilizza la sessione della console - + Usa CredSSP - + Campo utente @@ -1301,31 +1298,31 @@ Messaggio: RDP - + 16777216 colori (24-bit) - + 256 colori (8-bit) - + 32768 colori (15-bit) - + 16777216 colori (32-bit) - + 65536 colori (16-bit) Impossibile creare il controllo RDP, per favore controlla i requisiti di mRemoteNG. - + Disattiva il lampeggio del cursore - + Disattiva l'ombra del cursore - + Disattiva il trascinamento finestra intera @@ -1364,7 +1361,7 @@ Messaggio: Errore di inizializzazione WinSock. - + Adatta al pannello @@ -1523,13 +1520,13 @@ Messaggio: Server SQL - + SSH versione 1 - + SSH versione 2 - + Trasferimento SSH in background fallito! diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index 770bfc142..a9f5cb8e1 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -597,9 +597,6 @@ Starting with new connections file. ファイルへの書き出し...(&E) - - Ext. App - 新規外部ツール @@ -651,7 +648,7 @@ Starting with new connections file. 自動的に再接続する - + 外部ツールプロパティ @@ -949,7 +946,7 @@ Starting with new connections file. SmartSize (RDP/VNC) - + SSHによるファイル転送 @@ -1055,7 +1052,7 @@ If you run into such an error, please create a new connection file! パネル名 - + パスワードの保護 @@ -1237,25 +1234,25 @@ If you run into such an error, please create a new connection file! 全て - + サーバー認証 - + 認証モード - + 自動サイズ変更 - + ビットマップをキャッシュ - + 圧縮 - + 説明 @@ -1264,31 +1261,31 @@ If you run into such an error, please create a new connection file! ウォールペーパーを表示 - + Desktop Composition - + フォントの滑らかさ エンコード - + Encryption Strength 外部ツール - + External Tool After - + External Tool Before - + Load Balance Info - + MACアドレス @@ -1303,61 +1300,61 @@ If you run into such an error, please create a new connection file! ポート - + PuTTYのセッション - + ゲートウェイのドメイン - + ゲートウェイのホスト名 - + Remote Desktop Gateway Password - + ゲートウェイを使用 - + ゲートウェイの資格情報 - + ゲートウェイのユーザー名 ディスク・ドライブ - + キーの組み合わせ ポート - + プリンター - + スマートカード - + サウンド - + レンダリングエンジン - + 解像度 - + スマートサイズモード - + コンソールセッションを使用 - + Use CredSSP - + User Field @@ -1458,31 +1455,31 @@ Message: RDP - + 16777216 Colours (24-bit) - + 256 Colours (8-bit) - + 32768 Colours (15-bit) - + 16777216 Colours (32-bit) - + 65536 Colours (16-bit) Couldn't create RDP control, please check mRemoteNG requirements. - + Disable Cursor blinking - + Disable Cursor Shadow - + Disable Full Window drag @@ -1521,7 +1518,7 @@ Message: Winsock initialization error. - + Fit To Panel @@ -1687,16 +1684,16 @@ Message: SQL Server - + SSHバージョン1 - + SSHバージョン2 - + SSH background transfer failed! - + SSH経由の転送に失敗しました diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index 7401214f6..c33f9920c 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -370,7 +370,7 @@ VncSharp 제어 버전 {0} 비활성으로 인해 RDP 세션 연결이 끊어진 후 알림 수신 여부 선택 - + 유휴 연결 끊김 경고 @@ -394,7 +394,7 @@ VncSharp 제어 버전 {0} 타이틀 - + 유휴(idle) 분 @@ -689,9 +689,6 @@ VncSharp 제어 버전 {0} 파일 내보내기(&E) - - Ext. App - 새로운 외부 도구 @@ -743,7 +740,7 @@ VncSharp 제어 버전 {0} 자동 다시 연결 - + 외부 도구 속성 @@ -1037,7 +1034,7 @@ VncSharp 제어 버전 {0} SmartSize (RDP / VNC) - + SSH 파일 전송 @@ -1140,7 +1137,7 @@ VncSharp 제어 버전 {0} 패널 이름 - + 암호 보호 @@ -1320,25 +1317,25 @@ VncSharp 제어 버전 {0} 모든 - + 서버 인증 - + 인증 모드 - + 자동 크기 조정 - + 캐시 비트 맵 - + 압축 - + 설명 @@ -1347,31 +1344,31 @@ VncSharp 제어 버전 {0} 바탕 화면 표시 - + 바탕 화면 구성 - + 글꼴 다듬기 인코딩 - + 암호화 강도 외부 도구 - + External Tool After - + External Tool Before - + 로드 균형 정보 - + MAC 주소 @@ -1386,61 +1383,61 @@ VncSharp 제어 버전 {0} 포트 - + PuTTY 세션 - + 게이트웨이 도메인 - + 게이트웨이 호스트 이름 - + 원격 데스크톱 게이트웨이 암호 - + 게이트웨이 사용 - + 게이트웨이 자격 증명 - + 게이트웨이 사용자 이름 디스크 드라이브 - + 키 조합 포트 - + 프린터 - + 스마트 카드 - + 사운드 - + 렌더링 엔진 - + 해상도 - + SmartSize 모드 - + 콘솔 세션 사용 - + CredSSP 사용 - + 입력란 사용 @@ -1539,31 +1536,31 @@ VncSharp 제어 버전 {0} RDP - + 16,777,216 색 (24 비트) - + 256 색 (8 비트) - + 32768 색 (15 비트) - + 16,777,216 색 (32 비트) - + 65536 색 (16 비트) RDP 컨트롤을 만들 수 없습니다. mRemoteNG 요구 사항을 확인하십시오. - + 커서 깜박임 해제 - + 커서 그림자 해제 - + 전체 창 끌기 해제 @@ -1602,7 +1599,7 @@ VncSharp 제어 버전 {0} Winsock 초기화 오류입니다. - + 패널 맞추기 @@ -1761,16 +1758,16 @@ VncSharp 제어 버전 {0} SQL 서버 - + SSH 버전 1 - + SSH 버전 2 - + SSH 배경 전송 실패! - + SSH 전송에 실패했습니다. diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 5d6264287..53c242974 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -126,19 +126,19 @@ Colors - + 16777216 Colors (24-bit) - + 256 Colors (8-bit) - + 32768 Colors (15-bit) - + 16777216 Colors (32-bit) - + 65536 Colors (16-bit) @@ -160,7 +160,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Select whether clipboard should be shared. - + Clipboard diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index 305f1a5ca..c6a29d3b9 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -537,9 +537,6 @@ Starter med ny tilkoblingsfil. Eksporter - - Ekstern applikasjon - Alle filer (*.*) @@ -576,7 +573,7 @@ Starter med ny tilkoblingsfil. Koble til på nytt automatisk - + Egenskaper for eksterne verktøy @@ -846,7 +843,7 @@ Starter med ny tilkoblingsfil. SmartSize (RDP/VNC) - + SSH-filoverføring @@ -939,7 +936,7 @@ Starter med ny tilkoblingsfil. Panelnavn - + Passordbeskyttelse @@ -1104,22 +1101,22 @@ Starter med ny tilkoblingsfil. Alle - + Server-godkjenning - + Godkjenningsmodus - + Hurtigbufring av punktgrafikk Farger - + Komprimering - + Beskrivelse @@ -1128,28 +1125,28 @@ Starter med ny tilkoblingsfil. Vis bakgrunnbilde - + Skrivebordskomposisjon - + Skriftutjevning Tekstkoding - + Krypteringsnivå Eksternt verktøy - + Eksternt verktøy etter - + Eksternt verktøy før - + MAC-adresse @@ -1164,61 +1161,61 @@ Starter med ny tilkoblingsfil. Port - + PuTTY-sesjon - + Gateway-domene - + Gateway-vertsnavn - + Gateway for eksternt skrivebord-passord - + Bruk gateway - + Legitimasjon for gateway - + Gateway-brukernavn Diskstasjoner - + Tastekombinasjoner Porter - + Skrivere - + Smartkort - + Lyder - + Renderingsmotor - + Oppløsning - + SmartSize-modus - + Bruk konsolløkt - + Bruk CredSSP - + Brukerfelt @@ -1315,31 +1312,31 @@ Starter med ny tilkoblingsfil. RDP - + 16777216 farger (24-biters) - + 256 farger (8-biters) - + 32768 farger (15-biters) - + 16777216 farger (32-biters) - + 65536 farger (16-biters) Kunne ikke opprette RDP-kontroll, vennligst kontroller mRemoteNGs systemkrav. - + Deaktiver blinkende markør - + Deaktiver markørskygge - + Deaktiver fullvindudragning @@ -1378,7 +1375,7 @@ Starter med ny tilkoblingsfil. Feil ved initialisering av Winsock. - + Tilpass til panel @@ -1537,16 +1534,16 @@ Starter med ny tilkoblingsfil. SQL Server - + SSH versjon 1 - + SSH versjon 2 - + SSH-bakgrunnsoverføring mislyktes! - + SSH-overføringen mislyktes. @@ -1789,16 +1786,16 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Velg om standard lydinndataenhet på den eksterne maskinen skal omadresseres til denne maskinen. - + Automatisk størrelsesendring - + Lastbalanseringsinformasjon - + Utklippstavle - + Lydopptak @@ -1867,7 +1864,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Antall minutter med inaktivitet før RDP-sesjonen automatisk kobles fra (bruk 0 for ubegrenset) - + Inaktivitet i minutter @@ -1882,7 +1879,7 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Velg om du ønsker et varsel når RDP-sesjonen avsluttes på grunn av inaktivitet - + Varsel ved inaktivitet @@ -2109,16 +2106,16 @@ Development-kanalen inkluderer alpha-, beta- og release candidate-versjoner. Proxy-innstillinger - + Multi-SSH: - + Trykk ENTER for å sende, Ctrl+C sendes umiddelbart. Vis denne tilkoblingen i favoritter-menyen. - + Favoritt diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index 20691b371..0af418fbc 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -537,9 +537,6 @@ Beginnen met nieuwe Connectie bestand. Exporteer - - Externe Applicatie - Alle Bestanden(*.*) @@ -576,7 +573,7 @@ Beginnen met nieuwe Connectie bestand. Automatisch opnieuw verbinden - + Externe Applicatie Eigenschappen @@ -846,7 +843,7 @@ Beginnen met nieuwe Connectie bestand. SmartSize (RDP/VNC) - + SSH Bestandsoverdracht @@ -940,7 +937,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Paneel Naam - + Beveiligen met een wachtwoord @@ -1105,22 +1102,22 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Alle - + Server Authenticatie - + Authenticatie Modus - + Cache Bitmapafbeeldingen Kleuren - + Compressie - + Omschrijving @@ -1129,28 +1126,28 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Bureaubladachtergrond - + Samenstelling bureaublad - + Lettertype vloeiend maken Codering - + Coderingsniveau Externe Applicatie - + Externe Applicatie Na - + Externe Applicatie voordat - + MAC Adres @@ -1165,61 +1162,61 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Poort - + PuTTY Sessie - + Gateway Domein - + Gateway Hostnaam - + Extern Bureaublad Gateway Wachtwoord - + Gebruik Gateway - + Gateway Gegevens - + Gateway Gebruikersnaam Harde Schijven - + Toetsencombinaties Poorten - + Printers - + Smartcards - + Geluiden - + Rendering Engine - + Resolutie - + SmartSize Modus - + Gebruik consolesessie - + Gebruik CredSSP - + Gebruiker veld @@ -1318,31 +1315,31 @@ Bericht: RDP - + 16777216 Kleuren (24-bit) - + 256 Kleuren (8-bit) - + 32768 Kleuren (15-bit) - + 16777216 Kleuren (32-bit) - + 65536 Kleuren (16-bit) Kan geen RDP controle aanmaken, controleer mRemoteNG systeemeisen. - + Cursor Knipperen Uitschakelen - + Cursor Schaduw Uitschakelen - + Slepen van volledig venster uitschakelen @@ -1381,7 +1378,7 @@ Bericht: Winsock initialisatie fout. - + Pas aan paneel aan @@ -1540,16 +1537,16 @@ Bericht: SQL Server: - + SSH versie 1 - + SSH versie 2 - + SSH achtergrond overdracht mislukt! - + SSH overdracht heeft gefaald. diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 815867938..724a41ffe 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -534,9 +534,6 @@ Załadowano nowy plik połączeń. Eksportuj do pliku - - Aplikacja zewnętrzna - Nowe narzędzie zewnętrzne @@ -573,7 +570,7 @@ Załadowano nowy plik połączeń. Połącz automatycznie - + Właściwości zewnętrznego narzędzia @@ -807,7 +804,7 @@ Załadowano nowy plik połączeń. Dopasuj (RDP/VNC) - + Transfer plików poprzez SSH @@ -984,22 +981,22 @@ Załadowano nowy plik połączeń. Wszystkie - + Autentykacja serwera - + Tryb autentykacji - + Przechowuj bitmapy w pamięci podręcznej Kolory - + Kompresja - + Opis @@ -1008,28 +1005,28 @@ Załadowano nowy plik połączeń. Wyświetl tapetę - + Kompozycja pulpitu - + Wygładzenie czcionki Kodowanie - + Siła szyfrowania Zewnętrzne narzędzie - + Zewnętrzne narzędzie po - + Zewnętrzne narzędzie przed - + Adres MAC @@ -1044,61 +1041,61 @@ Załadowano nowy plik połączeń. Port - + Sesja PuTTY - + Domena bramy - + Nazwa hosta bramy - + Hasło bramy zdalnego pulpitu - + Użyj bramy - + Poświadczenia bramy - + Użytkownik bramy Dyski - + Kombinacja klawiszy Porty - + Drukarki - + Karty inteligentne - + Dźwięki - + Silnik renderujący - + Rozdzielczość - + Tryb dopasowania - + Użyj konsoli sesji - + Użyj CredSSP - + Pole użytkownika @@ -1158,25 +1155,25 @@ Załadowano nowy plik połączeń. RDP - + 16777216 Kolorów (24-bir) - + 256 Kolorów (8-bit) - + 32768 Kolorów (15-bit) - + 16777216 Kolorów (32-bit) - + 65536 Kolorów (16-bit) - + Wyłącz miganie kursora - + Wyłącz cień kursora @@ -1203,7 +1200,7 @@ Załadowano nowy plik połączeń. Inicjalizacja Winsock nie powiodła się. - + Dostosuj do panelu @@ -1347,16 +1344,16 @@ Załadowano nowy plik połączeń. Serwer SQL: - + SSH wersja 1 - + SSH wersja 2 - + Transfer SSH w tle nie powiódł się! - + Transfer SSH nie powiódł się. diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index 3e0bd2481..1b068a5d4 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -519,9 +519,6 @@ Exportar - - Ext. App - Todos os arquivos (*.*) @@ -558,7 +555,7 @@ Ligação automática - + Propriedades de ferramentas externas @@ -825,7 +822,7 @@ SmartSize (RDP/VNC) - + Transferência de Ficheiro SSH @@ -918,7 +915,7 @@ Nome do painel - + Proteger com senha @@ -1083,22 +1080,22 @@ Todos - + Autenticação de servidor - + Modo de autenticação - + Cache Bitmaps Cores - + Compressão - + Descrição @@ -1107,28 +1104,28 @@ Papel de parede do ecrã - + Composição do desktop - + Suavização de fonte Codificação - + Força de Criptografia Ferramenta externa - + Ferramenta externa após - + Ferramenta externa antes - + Endereço MAC @@ -1143,61 +1140,61 @@ Porta - + Sessão de puTTY - + Domínio da gateway - + Nome do host gateway - + Senha de Gateway de área de trabalho remota - + Usar o Gateway - + Credenciais de gateway - + Nome de utilizador do gateway Unidades de disco - + Combinações de teclas Portas - + Impressoras - + Smart Cards - + Sons - + Motor de renderização - + Resolução - + Modo de SmartSize - + Use a sessão de Consola - + Utilize o CredSSP - + Campo de utilizador @@ -1290,31 +1287,31 @@ RDP - + 16777216 Cores (32 bits) - + 256 Cores (8 bits) - + 32768 Cores (15 bits) - + 16777216 Cores (32 bits) - + 65536 Cores (16 bits) Impossível criar controlo RDP, por favor verifique os requisitos mRemoteNG. - + Desativar o piscar do Cursor - + Desativar a sombra do o Cursor - + Desativar o arrastar completo da janela @@ -1353,7 +1350,7 @@ Erro de inicialização Winsock. - + Ajustar ao painel @@ -1512,13 +1509,13 @@ SQL Server - + SSH versão 1 - + SSH versão 2 - + SSH falha de transferência de plano de fundo! diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 2c7b25fde..7ff929e5e 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -590,9 +590,6 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for &Export to File... - - Ext. App - New External Tool @@ -644,7 +641,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Automatic Reconnect - + External Tool Properties @@ -938,7 +935,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for SmartSize (RDP/VNC) - + SSH File Transfer @@ -1041,7 +1038,7 @@ If you run into such an error, please create a new connection file! Panel Name - + Password protect @@ -1227,25 +1224,25 @@ If you run into such an error, please create a new connection file! All - + Server Authentication - + Authentication mode - + Automatic resize - + Cache Bitmaps Colours - + Compression - + Description @@ -1254,31 +1251,31 @@ If you run into such an error, please create a new connection file! Display Wallpaper - + Desktop Composition - + Font Smoothing Encoding - + Encryption Strength External Tool - + External Tool After - + External Tool Before - + Load Balance Info - + MAC Address @@ -1293,67 +1290,67 @@ If you run into such an error, please create a new connection file! Port - + PuTTY Session - + Gateway Domain - + Gateway Hostname - + Remote Desktop Gateway Password - + Use Gateway - + Gateway Credentials - + Gateway Username Disk Drives - + Key Combinations Ports - + Printers - + Clipboard - + Smart Cards - + Sounds - + Audio Capture - + Rendering Engine - + Resolution - + SmartSize Mode - + Use Console Session - + Use CredSSP - + User Field @@ -1450,31 +1447,31 @@ If you run into such an error, please create a new connection file! RDP - + 16777216 Colours (24-bit) - + 256 Colours (8-bit) - + 32768 Colours (15-bit) - + 16777216 Colours (32-bit) - + 65536 Colours (16-bit) Couldn't create RDP control, please check mRemoteNG requirements. - + Disable Cursor blinking - + Disable Cursor Shadow - + Disable Full Window drag @@ -1513,7 +1510,7 @@ If you run into such an error, please create a new connection file! Winsock initialization error. - + Fit To Panel @@ -1672,16 +1669,16 @@ If you run into such an error, please create a new connection file! SQL Server - + SSH version 1 - + SSH version 2 - + SSH background transfer failed! - + SSH transfer failed. @@ -1892,7 +1889,7 @@ mRemoteNG will now quit and begin with the installation. The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0) - + Minutes to Idle @@ -1907,7 +1904,7 @@ mRemoteNG will now quit and begin with the installation. Select whether to receive an alert after the RDP session disconnects due to inactivity - + Alert on Idle disconnect @@ -2135,16 +2132,16 @@ Development Channel includes Alphas, Betas & Release Candidates. Proxy - + Multi SSH: - + Press ENTER to send. Ctrl+C is sent immediately. Show this connection in the favorites menu. - + Favorite @@ -2174,7 +2171,7 @@ Development Channel includes Alphas, Betas & Release Candidates. Sets the version of RDP to use when opening connections. - + RDP Version @@ -2183,10 +2180,10 @@ Development Channel includes Alphas, Betas & Release Candidates. The ID of the Hyper-V virtual machine to connect to. - + Use VM ID - + VM ID @@ -2195,31 +2192,31 @@ Development Channel includes Alphas, Betas & Release Candidates. For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel. - + SSH Tunnel Specify here additional options to be used for SSH connection. See putty documentation for further details. - + SSH Options - - Connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection. + + SSH Tunnel connection configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. A connection with the name configured as SSH Tunnel and protocol SSH version 1 or SSH2 version 2 cannot be found in the connection tree. Clear SSH Tunnel configuration or specify existing SSH connection. - + SSH tunnel configuration problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Connection configured as SSH Tunnel found in tree, but protocol is not derived from putty. Make sure connection configured as SSH Tunnel is using SSH protocol. - + SSH tunnel initialization problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection could not be initialized. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection problem. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. SSH connection failed. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection failed. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Putty process terminated. Check for any problems with the connection configured as SSH Tunnel. - + SSH tunnel connection timed out. Connection to: "{0}" via SSH Tunnel: "{1}" not possible. Local tunnel port did not become available in time. Check for any problems with the connection configured as SSH Tunnel. @@ -2231,7 +2228,7 @@ Development Channel includes Alphas, Betas & Release Candidates. Connect to a Hyper-V host with enhanced mode enabled. - + Use enhanced mode @@ -2270,7 +2267,7 @@ Development Channel includes Alphas, Betas & Release Candidates. CEF (Chromium) - + Failed to contruct the URL to load \ No newline at end of file diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index 036f37fe0..05d8427c8 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -543,9 +543,6 @@ VncSharp Control Version {0} Экспорт - - Внешнее Приложение - Все файлы (*.*) @@ -582,7 +579,7 @@ VncSharp Control Version {0} Автопереподключение - + Свойства внешнего инструмента @@ -852,7 +849,7 @@ VncSharp Control Version {0} SmartSize (RDP/VNC) - + Передача файлов по SSH @@ -946,7 +943,7 @@ VncSharp Control Version {0} Название группы - + Защита паролем @@ -1111,22 +1108,22 @@ VncSharp Control Version {0} Все - + Авторизация - + Режим авторизации - + Кэш графики Цвета - + Сжатие - + Описание @@ -1135,28 +1132,28 @@ VncSharp Control Version {0} Показать обои - + Композиция рабочего стола - + Шрифты Кодирование - + Шифрование Внешний инструмент - + Внеш. Инстр. После - + Внеш. Инстр. До - + MAC-адрес @@ -1171,61 +1168,61 @@ VncSharp Control Version {0} Порт - + Сессии PuTTY - + Шлюз Домена - + Хост Шлюза - + Пароль шлюза Служб терминалов - + Шлюз - + Учетные данные шлюза - + Имя пользователя шлюза Диски - + Комбинации клавиш Порты - + Принтеры - + Смарт-карты - + Звуки - + Рендеринг - + Размер экрана - + SmartSize режим - + Сеанс консоли - + Использовать проверку подлинности CredSSP - + Дополнительно @@ -1324,31 +1321,31 @@ VncSharp Control Version {0} RDP - + 16777216 цв. (24-бит) - + 256 цв. (8-бит) - + 32768 цв. (15-бит) - + 16777216 цв. (32-бит) - + 65536 цв. (16-бит) Не удается создать RDP подключение, пожалуйста, проверьте настройки mRemoteNG. - + Отключить мигание курсора - + Отключить тень курсора - + Отключить отображение окна при перетаскивании @@ -1387,7 +1384,7 @@ VncSharp Control Version {0} Ошибка инициализации Winsock. - + В окне @@ -1546,16 +1543,16 @@ VncSharp Control Version {0} SQL Server - + SSH version 1 - + SSH version 2 - + Фоновая передача по SSH - не удалась! - + SSH ошибка передачи. @@ -1844,10 +1841,10 @@ mRemoteNG сейчас прекратит работу и начнет проц Задает информацию о балансировке нагрузки для использования маршрутизаторами балансировки нагрузки для выбора лучшего сервера. - + Автоматическое изменение размера - + Информация о балансе нагрузки @@ -1910,7 +1907,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Количество минут для сеанса RDP, чтобы сидеть без дела перед автоматическим отключением (для неограниченного использования 0) - + Минуты в режим ожидания @@ -1925,7 +1922,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Выберите, следует ли получать оповещение после отключения сеанса RDP из-за неактивности - + Предупреждение о отключении питания @@ -2064,7 +2061,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Укажите, будут ли буфер обмена должен использоваться совместно. - + буфер обмена diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index e8cfa5832..fb5fa7328 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -609,9 +609,6 @@ Yeni bağlantılar dosyası ile başlanıyor. &Dosyaya dışa atar... - - Harici Uygulama - Yeni harici araç @@ -663,7 +660,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Otomatik Yeniden Bağlan - + Harici Araç Özellikleri @@ -843,7 +840,7 @@ Yeni bağlantılar dosyası ile başlanıyor. Akıllı Boyutlandırma (RDP/VNC) - + SSH Dosya Transferi @@ -1128,7 +1125,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Panel Adı - + Parola koruması @@ -1329,25 +1326,25 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Hepsi - + Sunucu Kimlik Doğrulama - + Kimlik Doğrulama Modu - + Otomatik Boyutlandır - + Küçük Resimleri Önbelleğe Al Renkler - + Sıkıştırma - + Açıklama @@ -1356,31 +1353,31 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Duvar Kağıdını Göster - + Masaüstü Bileşimi - + Font Yumuşatma Kodlama - + Şifreleme Gücü Harici Araç - + Harici Araç Sonrası - + Harici Araç Öncesi - + Yük Dengeleme Bilgisi - + MAC Adresi @@ -1389,55 +1386,55 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Parola - + PuTTY Oturumu - + Uzak Masaüstü Gateway Parolası - + Gateway Kullan - + Gateway Kimlik bilgileri - + Gateway Kullanıcı Adı Disk Sürücüleri - + Tuş Kombinasyonları Portlar - + Yazıcılar - + Smart Kartlar - + Sesler - + Render Motoru - + Çözünürlük - + SmartSize Modu - + Konsol Oturumunu Kullan - + CredSSP Kullan - + Kulanıcı Alanı @@ -1527,13 +1524,13 @@ Mesaj: RDP kontrolü oluşturulamadı, lütfen mRemoteNG gereksinimlerini kontrol edin. - + İmleci yanıp sönme özelliğini devre dışı bırak - + İmleç Gölgesini Devre Dışı Bırak - + Tam Pencere sürüklemeyi devre dışı bırak @@ -1572,7 +1569,7 @@ Mesaj: Winsock başlatma hatası. - + Panele Sığdır @@ -1719,10 +1716,10 @@ Mesaj: Lütfen daha fazla bilgi için Yardım - Başlarken - SQL Yapılandırması bölümüne bakın! - + SSH arkaplan trasferi başarısız! - + SSH transferi başarısız. diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index d148e8abe..a57f4602d 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -530,9 +530,6 @@ VncSharp Control Version {0} Експорт - - Зовн. Інструмент - Всі файли (*.*) @@ -566,7 +563,7 @@ VncSharp Control Version {0} Автоперепідключення - + Властивості зовнішніх інструментів @@ -809,7 +806,7 @@ VncSharp Control Version {0} Показати текст - + Передача файлів по SSH @@ -894,7 +891,7 @@ VncSharp Control Version {0} Назва панелі - + Захист паролем @@ -1056,22 +1053,22 @@ VncSharp Control Version {0} Все - + Аутентифікація сервера - + Режим аутентифікації - + Кеш графіки Кольори - + Стискання - + Опис @@ -1080,28 +1077,28 @@ VncSharp Control Version {0} Показати шпалери - + Композиція робочого столу - + Згладжування шрифту Кодування - + Шифрування Зовнішній інструмент - + Зовнішній інструмент після - + Зовнішній інструмент до - + MAC-адреса @@ -1116,58 +1113,58 @@ VncSharp Control Version {0} Порт - + Сесія PuTTY - + Шлюз домену - + Хост шлюзу - + Пароль шлюзу служб терміналів - + Використовувати шлюз - + Облікові дані шлюзу - + Ім'я користувача шлюзу Диски - + Комбінації клавіш Порти - + Принтери - + Смарт-карти - + Звуки - + Рушій візуалізації - + Розширення екрану - + Режим SmartSize - + Використовувати консольну сесію - + Користувацьке поле @@ -1240,31 +1237,31 @@ VncSharp Control Version {0} Створити швидке з'єднання не вдалося - + 16 млн. кольорів (24-біт) - + 256 кольорів (8-біт) - + 32 тис. кольорів (15-біт) - + 16 млн. кольорів (32-біт) - + 65 тис. кольорів (16-біт) Неможливо створити управління RDP, перевірте вимоги mRemoteNG. - + Вимкнути моргання курсору - + Вимкнути тінь курсора - + Вимкнути відображення вікна при перетягуванні @@ -1300,7 +1297,7 @@ VncSharp Control Version {0} Помилка ініціалізації Winsock. - + Встановити на вкладку @@ -1444,16 +1441,16 @@ VncSharp Control Version {0} Для додаткової інформації дивись: Довідка - Початок роботи - Конфігурація SQL! - + SSH версії 1 - + SSH версії 2 - + Фонова передача по SSH не вдалася! - + Помилка передавання SSH. @@ -1734,19 +1731,19 @@ mRemoteNG зараз припинить роботу і почне процес Використовати Credential Security Support Provider (CredSSP) для аутентифікації, якщо він доступний. - + Автоматична зміна розміру - + Інформація про балансування - + Буфер обміну - + Захоплення аудіо - + Використовувати CredSSP @@ -1836,7 +1833,7 @@ mRemoteNG зараз припинить роботу і почне процес Скільки хвилин перебувати в режимі очікування перед автоматичним відключенням RDP сеансу (0 - без обмежень) - + Хвилин простою @@ -1851,7 +1848,7 @@ mRemoteNG зараз припинить роботу і почне процес Виберіть, чи отримувати попередження після відключення сеансу RDP через неактивність - + Попереджати про відключення через неактивність @@ -2066,13 +2063,13 @@ mRemoteNG зараз припинить роботу і почне процес Проксі - + Натисніть ENTER для надсилання. Ctrl+C надсилається негайно. Показати це з'єднання в меню обраних. - + Улюблене @@ -2102,7 +2099,7 @@ mRemoteNG зараз припинить роботу і почне процес Встановіть версію RDP, що буде використовуватись при відкритті з'єднань. - + Версія RDP @@ -2111,7 +2108,7 @@ mRemoteNG зараз припинить роботу і почне процес ID віртуальної машини Hyper-V, до якогї потрібно підключитися. - + Використовувати VM ID @@ -2126,7 +2123,7 @@ mRemoteNG зараз припинить роботу і почне процес Підключатися до хоста Hyper-V із увімкненим розширеним режимом. - + Використовувати розширений режим diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index 6589df8c2..d864a1269 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -593,9 +593,6 @@ VncSharp 版本 {0} 导出到文件(&E)... - - 外部应用 - 新建外部工具 @@ -647,7 +644,7 @@ VncSharp 版本 {0} 自动重试连接 - + 外部工具属性 @@ -941,7 +938,7 @@ VncSharp 版本 {0} 窗口自适应(RDP/VNC) - + SSH 文件传输 @@ -1044,7 +1041,7 @@ VncSharp 版本 {0} 面板名称 - + 密码保护 @@ -1230,25 +1227,25 @@ VncSharp 版本 {0} 全部 - + 服务器身份验证 - + 身份验证模式 - + 自动调整大小 - + 位图缓存 色彩 - + 压缩 - + 说明 @@ -1257,31 +1254,31 @@ VncSharp 版本 {0} 显示壁纸 - + 桌面组合 - + 字体平滑 编码 - + 加密强度 外部工具 - + 连接前启动外部工具: - + 连接后启动外部工具 - + 负载均衡信息 - + MAC 地址 @@ -1296,67 +1293,67 @@ VncSharp 版本 {0} 端口 - + PuTTY 会话 - + 网关域名 - + 网关主机名 - + 远程桌面网关密码 - + 使用网关 - + 网关凭据 - + 网关用户名 磁盘 - + 组合键 端口 - + 打印机 - + 剪贴板 - + 智能卡 - + 声音 - + 音频捕获 - + 渲染引擎 - + 分辨率 - + 自适应窗口模式 - + 使用控制台会话。 - + 使用CredSSP方式 - + 自定义信息 @@ -1453,31 +1450,31 @@ VncSharp 版本 {0} RDP - + 24位色 - + 256色 - + 15位色 - + 32位色 - + 16位色 无法创建 RDP 控制,请检查 mRemoteNG 的安装需求是否满足。 - + 禁用光标闪烁 - + 禁用光标阴影 - + 禁用全窗口拖动 @@ -1516,7 +1513,7 @@ VncSharp 版本 {0} Winsock 初始化错误。 - + 适合面板 @@ -1675,16 +1672,16 @@ VncSharp 版本 {0} SQL 服务器 - + SSH v1 - + SSH v2 - + SSH 后台传输失败! - + SSH 传输失败。 @@ -1895,7 +1892,7 @@ mRemoteNG 将退出并安装更新。 RDP 会话在自动断开连接之前闲置的分钟数(无限制使用 0) - + 空闲等待分钟数 @@ -1910,7 +1907,7 @@ mRemoteNG 将退出并安装更新。 选择是否在RDP会话由于不活动而断开连接后收到警报 - + 空闲断开警报 @@ -2137,16 +2134,16 @@ mRemoteNG 将退出并安装更新。 代理 - + Multi SSH: - + 按 ENTER 发送。Ctrl+C 立即发送。 在收藏夹菜单中显示此连接。 - + 收藏夹 @@ -2176,7 +2173,7 @@ mRemoteNG 将退出并安装更新。 设置打开连接时要使用的 RDP 版本。 - + RDP 版本 @@ -2185,10 +2182,10 @@ mRemoteNG 将退出并安装更新。 要连接到的 Hyper-V 虚拟机的 ID。 - + 使用 VM ID - + VM ID @@ -2203,7 +2200,7 @@ mRemoteNG 将退出并安装更新。 连接到启用了增强模式的 Hyper-V 主机。 - + 使用增强模式 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index 401f1c12e..9d3ded7dc 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -517,9 +517,6 @@ VncSharp Control 版本 {0} 匯出 - - 結束 App - 所有檔案 (*.*) @@ -556,7 +553,7 @@ VncSharp Control 版本 {0} 自動重新連線 - + 外部工具內容 @@ -826,7 +823,7 @@ VncSharp Control 版本 {0} 智慧大小 (RDP/VNC) - + SSH 檔案傳輸 @@ -920,7 +917,7 @@ VncSharp Control 版本 {0} 面板名稱 - + 密碼保護 @@ -1085,22 +1082,22 @@ VncSharp Control 版本 {0} 所有 - + 伺服器驗證 - + 驗證模式 - + 快取點陣圖 色彩 - + 壓縮 - + 描述 @@ -1109,28 +1106,28 @@ VncSharp Control 版本 {0} 顯示底色圖案 - + 桌面壓縮 - + 字型平滑 編碼 - + 加密長度 外部工具 - + 外部工具之後 - + 外部工具之前 - + MAC 位址 @@ -1145,61 +1142,61 @@ VncSharp Control 版本 {0} 連接埠 - + PuTTY 工作階段 - + 閘道網域 - + 閘道主機名稱 - + 遠端桌面閘道密碼 - + 使用閘道 - + 閘道認證 - + 閘道使用者名稱 磁碟機 - + 按鍵組合 連接埠 - + 印表機 - + 智慧卡 - + 音訊 - + 轉譯引擎 - + 解析度 - + 智慧大小模式 - + 使用 Console 工作階段 - + 使用 CredSSP - + 使用者欄位 @@ -1298,31 +1295,31 @@ VncSharp Control 版本 {0} RDP - + 16777216 色 (24 位元) - + 256 色 (8 位元) - + 32768 色 (15 位元) - + 16777216 色 (32 位元) - + 65536 色 (16 位元) 無法建立 RDP 控制,請檢查 mRemoteNG 需求。 - + 停用游標閃爍 - + 停用游標陰影 - + 停用完整視窗拖曳 @@ -1361,7 +1358,7 @@ VncSharp Control 版本 {0} Winsock 初始化錯誤。 - + 符合面板 @@ -1520,16 +1517,16 @@ VncSharp Control 版本 {0} SQL 伺服器 - + SSH 版本 1 - + SSH 版本 2 - + SSH 背景傳輸失敗! - + SSH 傳輸失敗。 diff --git a/mRemoteV1/Tools/SecureTransfer.cs b/mRemoteV1/Tools/SecureTransfer.cs index 4f2dd3adc..6feb30a7a 100644 --- a/mRemoteV1/Tools/SecureTransfer.cs +++ b/mRemoteV1/Tools/SecureTransfer.cs @@ -88,7 +88,7 @@ namespace mRemoteNG.Tools if (!ScpClt.IsConnected) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.SSHTransferFailed + Environment.NewLine + + Language.SshTransferFailed + Environment.NewLine + "SCP Not Connected!"); return; } @@ -101,7 +101,7 @@ namespace mRemoteNG.Tools if (!SftpClt.IsConnected) { Runtime.MessageCollector.AddMessage(Messages.MessageClass.ErrorMsg, - Language.SSHTransferFailed + Environment.NewLine + + Language.SshTransferFailed + Environment.NewLine + "SFTP Not Connected!"); return; } diff --git a/mRemoteV1/Tree/Root/RootNodeInfo.cs b/mRemoteV1/Tree/Root/RootNodeInfo.cs index 850c768cb..be8f30cb3 100644 --- a/mRemoteV1/Tree/Root/RootNodeInfo.cs +++ b/mRemoteV1/Tree/Root/RootNodeInfo.cs @@ -40,7 +40,7 @@ namespace mRemoteNG.Tree.Root [LocalizedAttributes.LocalizedCategory(nameof(Language.Miscellaneous)), Browsable(true), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyNamePasswordProtect)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.PasswordProtect)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionPasswordProtect)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public new bool Password { get; set; } diff --git a/mRemoteV1/UI/Controls/MultiSshToolStrip.cs b/mRemoteV1/UI/Controls/MultiSshToolStrip.cs index defde1f2c..da9e25e51 100644 --- a/mRemoteV1/UI/Controls/MultiSshToolStrip.cs +++ b/mRemoteV1/UI/Controls/MultiSshToolStrip.cs @@ -36,13 +36,13 @@ namespace mRemoteNG.UI.Controls // _lblMultiSsh.Name = "_lblMultiSsh"; _lblMultiSsh.Size = new System.Drawing.Size(77, 22); - _lblMultiSsh.Text = Language.MultiSSH; + _lblMultiSsh.Text = Language.MultiSsh; // - // txtMultiSSH + // txtMultiSsh // _txtMultiSsh.Name = "_txtMultiSsh"; _txtMultiSsh.Size = new System.Drawing.Size(new DisplayProperties().ScaleWidth(300), 25); - _txtMultiSsh.ToolTipText = Language.MultiSSHToolTip; + _txtMultiSsh.ToolTipText = Language.MultiSshToolTip; Items.AddRange(new ToolStripItem[] { diff --git a/mRemoteV1/UI/Menu/ToolsMenu.cs b/mRemoteV1/UI/Menu/ToolsMenu.cs index 5316a908e..d08f296a4 100644 --- a/mRemoteV1/UI/Menu/ToolsMenu.cs +++ b/mRemoteV1/UI/Menu/ToolsMenu.cs @@ -54,7 +54,7 @@ namespace mRemoteNG.UI.Menu _mMenToolsSshTransfer.Image = Resources.SSHTransfer; _mMenToolsSshTransfer.Name = "mMenToolsSSHTransfer"; _mMenToolsSshTransfer.Size = new System.Drawing.Size(184, 22); - _mMenToolsSshTransfer.Text = Language.SSHFileTransfer; + _mMenToolsSshTransfer.Text = Language.SshFileTransfer; _mMenToolsSshTransfer.Click += mMenToolsSSHTransfer_Click; // // mMenToolsUVNCSC @@ -107,7 +107,7 @@ namespace mRemoteNG.UI.Menu public void ApplyLanguage() { Text = Language._Tools; - _mMenToolsSshTransfer.Text = Language.SSHFileTransfer; + _mMenToolsSshTransfer.Text = Language.SshFileTransfer; _mMenToolsExternalApps.Text = Language.ExternalTool; _mMenToolsPortScan.Text = Language.PortScan; _mMenViewScreenshotManager.Text = Language.Screenshots; diff --git a/mRemoteV1/UI/Window/ExternalToolsWindow.cs b/mRemoteV1/UI/Window/ExternalToolsWindow.cs index d2cd28820..023d915cc 100644 --- a/mRemoteV1/UI/Window/ExternalToolsWindow.cs +++ b/mRemoteV1/UI/Window/ExternalToolsWindow.cs @@ -64,7 +64,7 @@ namespace mRemoteNG.UI.Window ShowOnToolbarCheckBox.Text = Language.ShowOnToolbar; RunElevatedCheckBox.Text = Language.RunElevated; - PropertiesGroupBox.Text = Language.GroupboxExternalToolProperties; + PropertiesGroupBox.Text = Language.ExternalToolProperties; DisplayNameLabel.Text = Language.DisplayName; FilenameLabel.Text = Language.Filename; diff --git a/mRemoteV1/UI/Window/SSHTransferWindow.cs b/mRemoteV1/UI/Window/SSHTransferWindow.cs index 927567da4..688913011 100644 --- a/mRemoteV1/UI/Window/SSHTransferWindow.cs +++ b/mRemoteV1/UI/Window/SSHTransferWindow.cs @@ -414,7 +414,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.SSHTransferFailed, ex); + Runtime.MessageCollector.AddExceptionStackTrace(Language.SshTransferFailed, ex); st?.Disconnect(); st?.Dispose(); } @@ -471,7 +471,7 @@ namespace mRemoteNG.UI.Window } catch (Exception ex) { - Runtime.MessageCollector.AddExceptionStackTrace(Language.SSHStartTransferBG, ex, + Runtime.MessageCollector.AddExceptionStackTrace(Language.SshBackgroundTransferFailed, ex, MessageClass.ErrorMsg, false); st?.Disconnect(); st?.Dispose(); From 193cbdb7aa9b4fa427fd5c3617643cd4a13ee78c Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 15:44:11 +0200 Subject: [PATCH 09/11] removed entries that are already alike in the neutral language --- .../Resources/Language/Language.en-US.resx | 87 ------------------- 1 file changed, 87 deletions(-) diff --git a/mRemoteV1/Resources/Language/Language.en-US.resx b/mRemoteV1/Resources/Language/Language.en-US.resx index 3a32b823c..2e66c2a59 100644 --- a/mRemoteV1/Resources/Language/Language.en-US.resx +++ b/mRemoteV1/Resources/Language/Language.en-US.resx @@ -117,9 +117,6 @@ System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - Place search bar above connection tree - Select the color quality to be used. @@ -141,88 +138,4 @@ 65536 Colors (16-bit) - - Active Directory - - - The Windows security setting, "System cryptography: Use FIPS compliant algorithms for encryption, hashing, and signing", is enabled. - -See the Microsoft Support article at http://support.microsoft.com/kb/811833 for more information. - -{0} is not fully FIPS compliant. Click OK to proceed at your own discretion, or Cancel to Exit. - - - Internet Explorer - - - None - - - Select whether clipboard should be shared. - - - Warning: Restart is required to commit any theme configuration change. - - - Must Be Between 0 and 255 - - - Out Of Range - - - Delete - - - Reconnect All Connections - - - UltraVNC SingleClick - - - Disconnect All But This - - - An error occurred while trying to reconnect to RDP host '{0}' - - - An error occurred while trying to change the connection resolution to host '{0}' - - - Stack trace - - - Exception Message - - - mRemoteNG Unhandled Exception - - - An unhandled exception has occurred - - - This exception will force mRemoteNG to close - - - Copy Hostname - - - Track active connection in the connection tree - - - Always show connection tabs - - - Release Channel - - - Stable channel includes final releases only. -Beta channel includes Betas & Release Candidates. -Development Channel includes Alphas, Betas & Release Candidates. - - - Apply - - - Proxy - \ No newline at end of file From 87ca31fc45e8cd887a45791a14be19b83907d504 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 15:59:35 +0200 Subject: [PATCH 10/11] fixed some wrong strings used in connection record --- .../Connection/AbstractConnectionRecord.cs | 24 ++-- .../Connection/ConnectionInfoInheritance.cs | 16 +-- .../Resources/Language/Language.Designer.cs | 134 +++++++++--------- .../Resources/Language/Language.cs-CZ.resx | 8 +- mRemoteV1/Resources/Language/Language.de.resx | 14 +- mRemoteV1/Resources/Language/Language.es.resx | 10 +- mRemoteV1/Resources/Language/Language.fr.resx | 8 +- mRemoteV1/Resources/Language/Language.it.resx | 8 +- .../Resources/Language/Language.ja-JP.resx | 8 +- .../Resources/Language/Language.ko-KR.resx | 8 +- mRemoteV1/Resources/Language/Language.lt.resx | 2 +- .../Resources/Language/Language.nb-NO.resx | 12 +- mRemoteV1/Resources/Language/Language.nl.resx | 8 +- mRemoteV1/Resources/Language/Language.pl.resx | 6 +- mRemoteV1/Resources/Language/Language.pt.resx | 8 +- mRemoteV1/Resources/Language/Language.resx | 18 +-- mRemoteV1/Resources/Language/Language.ru.resx | 10 +- .../Resources/Language/Language.tr-TR.resx | 8 +- mRemoteV1/Resources/Language/Language.uk.resx | 14 +- .../Resources/Language/Language.zh-CN.resx | 14 +- .../Resources/Language/Language.zh-TW.resx | 8 +- 21 files changed, 173 insertions(+), 173 deletions(-) diff --git a/mRemoteV1/Connection/AbstractConnectionRecord.cs b/mRemoteV1/Connection/AbstractConnectionRecord.cs index e59fee96a..78795b88a 100644 --- a/mRemoteV1/Connection/AbstractConnectionRecord.cs +++ b/mRemoteV1/Connection/AbstractConnectionRecord.cs @@ -119,7 +119,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Display)), TypeConverter(typeof(ConnectionIcon)), LocalizedAttributes.LocalizedDisplayName(nameof(Language.Icon)), - LocalizedAttributes.LocalizedDescription(nameof(Language.Icon))] + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionIcon))] public virtual string Icon { get => GetPropertyValue("Icon", _icon); @@ -141,7 +141,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), LocalizedAttributes.LocalizedDisplayName(nameof(Language.HostnameIp)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionAddress)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionHostnameIp)), UsedInAllProtocolsExcept()] public virtual string Hostname { @@ -202,7 +202,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 2), LocalizedAttributes.LocalizedDisplayName(nameof(Language.SshTunnel)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHTunnelConnection)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSshTunnel)), TypeConverter(typeof(SshTunnelTypeConverter)), UsedInAllProtocolsExcept()] public string SSHTunnelConnectionName @@ -260,7 +260,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 3), LocalizedAttributes.LocalizedDisplayName(nameof(Language.SshOptions)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSSHOptions)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionSshOptions)), UsedInProtocol(ProtocolType.SSH1, ProtocolType.SSH2)] public virtual string SSHOptions { @@ -387,7 +387,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayUsageMethod)), - LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRdpGatewayUsageMethod)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] public RDGatewayUsageMethod RDGatewayUsageMethod @@ -429,7 +429,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 4), LocalizedAttributes.LocalizedDisplayName(nameof(Language.RdpGatewayPassword)), - LocalizedAttributes.LocalizedDescription(nameof(Language.RdpGatewayPassword)), + LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRdpGatewayPassword)), PasswordPropertyText(true), UsedInProtocol(ProtocolType.RDP)] public string RDGatewayPassword @@ -599,7 +599,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.DiskDrives)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Redirect)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectDrives)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -610,7 +610,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectPrinters)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Printers)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -621,7 +621,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectClipboard)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Clipboard)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -633,7 +633,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.PropertyDescriptionRedirectPorts)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Ports)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectPorts)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -655,7 +655,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectSounds)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.Sounds)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.EnumTypeConverter)), UsedInProtocol(ProtocolType.RDP)] @@ -677,7 +677,7 @@ namespace mRemoteNG.Connection } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 6), - LocalizedAttributes.LocalizedDisplayName(nameof(Language.RedirectAudioCapture)), + LocalizedAttributes.LocalizedDisplayName(nameof(Language.AudioCapture)), LocalizedAttributes.LocalizedDescription(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter)), UsedInProtocol(ProtocolType.RDP)] diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index 9d80cf7a0..74251cd11 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -86,7 +86,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Connection), 3), LocalizedAttributes.LocalizedDisplayNameInheritAttribute(nameof(Language.SshTunnel)), - LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.PropertyDescriptionSSHTunnelConnection)), + LocalizedAttributes.LocalizedDescriptionInheritAttribute(nameof(Language.PropertyDescriptionSshTunnel)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] [Browsable(true)] public bool SSHTunnelConnectionName { get; set; } @@ -121,7 +121,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Protocol), 4), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.SshOptions)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSSHOptions)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionSshOptions)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool SSHOptions { get; set; } @@ -191,7 +191,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayUsageMethod)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayUsageMethod)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRdpGatewayUsageMethod)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayUsageMethod { get; set; } @@ -215,7 +215,7 @@ namespace mRemoteNG.Connection [LocalizedAttributes.LocalizedCategory(nameof(Language.Gateway), 5), LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RdpGatewayPassword)), - LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRDGatewayPassword)), + LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRdpGatewayPassword)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RDGatewayPassword { get; set; } @@ -318,13 +318,13 @@ namespace mRemoteNG.Connection public bool RedirectDiskDrives { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectPrinters)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Printers)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectPrinters)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectPrinters { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectClipboard)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Clipboard)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectClipboard)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectClipboard { get; set; } @@ -342,7 +342,7 @@ namespace mRemoteNG.Connection public bool RedirectSmartCards { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectSounds)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.Sounds)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectSounds)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectSound { get; set; } @@ -354,7 +354,7 @@ namespace mRemoteNG.Connection public bool SoundQuality { get; set; } [LocalizedAttributes.LocalizedCategory(nameof(Language.Redirect), 7), - LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.RedirectAudioCapture)), + LocalizedAttributes.LocalizedDisplayNameInherit(nameof(Language.AudioCapture)), LocalizedAttributes.LocalizedDescriptionInherit(nameof(Language.PropertyDescriptionRedirectAudioCapture)), TypeConverter(typeof(MiscTools.YesNoTypeConverter))] public bool RedirectAudioCapture { get; set; } diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index 189bd38f5..9f94c948f 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -456,6 +456,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Audio Capture. + /// + internal static string AudioCapture { + get { + return ResourceManager.GetString("AudioCapture", resourceCulture); + } + } + /// /// Looks up a localized string similar to Server Authentication. /// @@ -840,6 +849,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Clipboard. + /// + internal static string Clipboard { + get { + return ResourceManager.GetString("Clipboard", resourceCulture); + } + } + /// /// Looks up a localized string similar to Closed Ports. /// @@ -3672,6 +3690,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Printers. + /// + internal static string Printers { + get { + return ResourceManager.GetString("Printers", resourceCulture); + } + } + /// /// Looks up a localized string similar to Properties. /// @@ -3681,15 +3708,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. - /// - internal static string PropertyDescriptionAddress { - get { - return ResourceManager.GetString("PropertyDescriptionAddress", resourceCulture); - } - } - /// /// Looks up a localized string similar to Toggle all inheritance options.. /// @@ -3897,6 +3915,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Enter the hostname or ip you want to connect to.. + /// + internal static string PropertyDescriptionHostnameIp { + get { + return ResourceManager.GetString("PropertyDescriptionHostnameIp", resourceCulture); + } + } + /// /// Looks up a localized string similar to Choose a icon that will be displayed when connected to the host.. /// @@ -4005,24 +4032,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. - /// - internal static string PropertyDescriptionRDGatewayPassword { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayPassword", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. - /// - internal static string PropertyDescriptionRDGatewayUsageMethod { - get { - return ResourceManager.GetString("PropertyDescriptionRDGatewayUsageMethod", resourceCulture); - } - } - /// /// Looks up a localized string similar to Specifies whether or not to log on to the gateway using the same username and password as the connection.. /// @@ -4050,6 +4059,24 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Specifies the password of the Remote Desktop Gateway server.. + /// + internal static string PropertyDescriptionRdpGatewayPassword { + get { + return ResourceManager.GetString("PropertyDescriptionRdpGatewayPassword", resourceCulture); + } + } + + /// + /// Looks up a localized string similar to Specifies when to use a Remote Desktop Gateway (RD Gateway) server.. + /// + internal static string PropertyDescriptionRdpGatewayUsageMethod { + get { + return ResourceManager.GetString("PropertyDescriptionRdpGatewayUsageMethod", resourceCulture); + } + } + /// /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). /// @@ -4179,18 +4206,18 @@ namespace mRemoteNG { /// /// Looks up a localized string similar to Specify here additional options to be used for SSH connection. See putty documentation for further details.. /// - internal static string PropertyDescriptionSSHOptions { + internal static string PropertyDescriptionSshOptions { get { - return ResourceManager.GetString("PropertyDescriptionSSHOptions", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSshOptions", resourceCulture); } } /// /// Looks up a localized string similar to For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel.. /// - internal static string PropertyDescriptionSSHTunnelConnection { + internal static string PropertyDescriptionSshTunnel { get { - return ResourceManager.GetString("PropertyDescriptionSSHTunnelConnection", resourceCulture); + return ResourceManager.GetString("PropertyDescriptionSshTunnel", resourceCulture); } } @@ -5113,24 +5140,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Audio Capture. - /// - internal static string RedirectAudioCapture { - get { - return ResourceManager.GetString("RedirectAudioCapture", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Clipboard. - /// - internal static string RedirectClipboard { - get { - return ResourceManager.GetString("RedirectClipboard", resourceCulture); - } - } - /// /// Looks up a localized string similar to Key Combinations. /// @@ -5140,24 +5149,6 @@ namespace mRemoteNG { } } - /// - /// Looks up a localized string similar to Printers. - /// - internal static string RedirectPrinters { - get { - return ResourceManager.GetString("RedirectPrinters", resourceCulture); - } - } - - /// - /// Looks up a localized string similar to Sounds. - /// - internal static string RedirectSounds { - get { - return ResourceManager.GetString("RedirectSounds", resourceCulture); - } - } - /// /// Looks up a localized string similar to Refresh. /// @@ -5664,6 +5655,15 @@ namespace mRemoteNG { } } + /// + /// Looks up a localized string similar to Sounds. + /// + internal static string Sounds { + get { + return ResourceManager.GetString("Sounds", resourceCulture); + } + } + /// /// Looks up a localized string similar to Please see Help - Getting started - SQL Configuration for more Info!. /// diff --git a/mRemoteV1/Resources/Language/Language.cs-CZ.resx b/mRemoteV1/Resources/Language/Language.cs-CZ.resx index 161694d0a..d600f56df 100644 --- a/mRemoteV1/Resources/Language/Language.cs-CZ.resx +++ b/mRemoteV1/Resources/Language/Language.cs-CZ.resx @@ -1053,7 +1053,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Nezdařilo se otevřít panel PortScan! - + zadejte název hostitele nebo jeho IP adresu ke které se chcete připojit. @@ -1143,7 +1143,7 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Specifikuje název hostitele serveru brány vzdálené plochy (Remote Desktop Gateway server), přes kterého má být toto spojení zprostředkováno. - + Specifikuje kdy má být použít server brány vzdálené plochy (Remote Desktop Gateway = RD Gateway). @@ -1311,13 +1311,13 @@ Pokud k takové chybě dojde, prosím vytvořte nový soubor se seznamem spojen Připoj COM/LPT - + Připoj tiskárny Poskytuj karty - + Zvuky diff --git a/mRemoteV1/Resources/Language/Language.de.resx b/mRemoteV1/Resources/Language/Language.de.resx index 88f638a03..77759707f 100644 --- a/mRemoteV1/Resources/Language/Language.de.resx +++ b/mRemoteV1/Resources/Language/Language.de.resx @@ -950,7 +950,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Kann das Port-Scan-Panel nicht laden! - + Der Hostname oder die IP, zu der eine Verbinung aufgebaut werden soll. @@ -1034,7 +1034,7 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Gibt den Namen des Remote-Desktop-Gateway-Servers an. - + Spezifiziert, ob ein Remote-Desktop-Gateway- (RD-Gateway-) Server verwendet werden soll. @@ -1196,13 +1196,13 @@ Wenn Sie Fehler feststellen, dann sollten Sie eine neue Verbindungsdatei erstell Ports - + Drucker Smartcards - + Töne @@ -2018,7 +2018,7 @@ Development umfasst Alphas, Betas und Release Candidates. Warnung: Ein Neustart ist erforderlich, um Änderungen am Theme anzuwenden. - + Zwischenablage @@ -2060,10 +2060,10 @@ Development umfasst Alphas, Betas und Release Candidates. Legt die Version des RDP fest, die beim Öffnen von Verbindungen verwendet wird. - + Zum Verbinden mittels eines SSH Tunnels (Jump Host) geben Sie hier den Namen der SSH Verbindung an, welche benutzt werden soll um den SSH Tunnel einzurichten. - + Geben Sie hier zusaetzliche Optionen an welche fuer die SSH Verbindung verwendet werden sollen. Fuer weitere Infos zu den moeglichen Optionen konsultieren sie die Putty Dokumentation. diff --git a/mRemoteV1/Resources/Language/Language.es.resx b/mRemoteV1/Resources/Language/Language.es.resx index a1ece256d..f1b830a99 100644 --- a/mRemoteV1/Resources/Language/Language.es.resx +++ b/mRemoteV1/Resources/Language/Language.es.resx @@ -936,7 +936,7 @@ Arrancando con un nuevo archivo de conexiones. ¡No se pudo cargar el Panel de Escaneo de Puertos! - + Introduzca el nombre del host o IP con la que quiere conectar. @@ -1020,7 +1020,7 @@ Arrancando con un nuevo archivo de conexiones. Indica el nombre del servidor Gateway de Escritorio Remoto - + Indica cuándo usar un servidor Gateway para Escritorio Remoto (RD Gateway). @@ -1182,16 +1182,16 @@ Arrancando con un nuevo archivo de conexiones. Puertos - + Impresoras - + Portapapeles Tarjetas Inteligentes - + Sonidos diff --git a/mRemoteV1/Resources/Language/Language.fr.resx b/mRemoteV1/Resources/Language/Language.fr.resx index 45d242877..b85e5e6e0 100644 --- a/mRemoteV1/Resources/Language/Language.fr.resx +++ b/mRemoteV1/Resources/Language/Language.fr.resx @@ -937,7 +937,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Impossible de charger le panneau Scan de port ! - + Entrez le nom ou l'adresse ip de l'hôte auquel vous souhaitez vous connecter. @@ -1021,7 +1021,7 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Indiquer le nom d'hôte du serveur Remote Desktop Gateway. - + Spécifie quand utiliser un serveur Remote Desktop Gateway (RD Gateway). @@ -1183,13 +1183,13 @@ Si vous rencontrez une erreur, créez un nouveau fichier de connexion s'il vous Ports - + Imprimantes Cartes à puce - + Sons diff --git a/mRemoteV1/Resources/Language/Language.it.resx b/mRemoteV1/Resources/Language/Language.it.resx index 6cb8a1d8c..b63ce8b2c 100644 --- a/mRemoteV1/Resources/Language/Language.it.resx +++ b/mRemoteV1/Resources/Language/Language.it.resx @@ -932,7 +932,7 @@ Creazione di un nuovo file delle connessioni. Impossibile caricare il pannello di scansione delle porte! - + Inserisci il nome host o l'IP a cui ti vuoi connettere. @@ -1016,7 +1016,7 @@ Creazione di un nuovo file delle connessioni. Indica il nome host del server gateway RDP. - + Indica quando utilizzare il server gateway RDP. @@ -1178,13 +1178,13 @@ Creazione di un nuovo file delle connessioni. Porte - + Stampanti Smart card - + Audio diff --git a/mRemoteV1/Resources/Language/Language.ja-JP.resx b/mRemoteV1/Resources/Language/Language.ja-JP.resx index a9f5cb8e1..081939eba 100644 --- a/mRemoteV1/Resources/Language/Language.ja-JP.resx +++ b/mRemoteV1/Resources/Language/Language.ja-JP.resx @@ -1070,7 +1070,7 @@ If you run into such an error, please create a new connection file! Couldn't load PortScan panel! - + ホスト名かIPアドレスを入力してください @@ -1162,7 +1162,7 @@ If you run into such an error, please create a new connection file! Specifies the host name of the Remote Desktop Gateway server. - + Specifies when to use a Remote Desktop Gateway (RD Gateway) server. @@ -1330,13 +1330,13 @@ If you run into such an error, please create a new connection file! ポート - + プリンター スマートカード - + サウンド diff --git a/mRemoteV1/Resources/Language/Language.ko-KR.resx b/mRemoteV1/Resources/Language/Language.ko-KR.resx index c33f9920c..ff1b4a7e0 100644 --- a/mRemoteV1/Resources/Language/Language.ko-KR.resx +++ b/mRemoteV1/Resources/Language/Language.ko-KR.resx @@ -1155,7 +1155,7 @@ VncSharp 제어 버전 {0} 포트 스캔 패널을 로드 할 수 없습니다! - + 연결할 호스트 이름 또는 IP를 입력하십시오. @@ -1245,7 +1245,7 @@ VncSharp 제어 버전 {0} 원격 데스크톱 게이트웨이 서버의 호스트 이름을 지정. - + RD 게이트웨이 (원격 데스크톱 게이트웨이) 서버를 사용할시기를 지정. @@ -1413,13 +1413,13 @@ VncSharp 제어 버전 {0} 포트 - + 프린터 스마트 카드 - + 사운드 diff --git a/mRemoteV1/Resources/Language/Language.lt.resx b/mRemoteV1/Resources/Language/Language.lt.resx index 53c242974..95a7a38bc 100644 --- a/mRemoteV1/Resources/Language/Language.lt.resx +++ b/mRemoteV1/Resources/Language/Language.lt.resx @@ -160,7 +160,7 @@ See the Microsoft Support article at http://support.microsoft.com/kb/811833 for Select whether clipboard should be shared. - + Clipboard diff --git a/mRemoteV1/Resources/Language/Language.nb-NO.resx b/mRemoteV1/Resources/Language/Language.nb-NO.resx index c6a29d3b9..4a4d75bd8 100644 --- a/mRemoteV1/Resources/Language/Language.nb-NO.resx +++ b/mRemoteV1/Resources/Language/Language.nb-NO.resx @@ -945,7 +945,7 @@ Starter med ny tilkoblingsfil. Kunne ikke laste inn portskanningpanelet! - + Angi vertsnavnet eller IP-adressen du ønsker å koble til. @@ -1029,7 +1029,7 @@ Starter med ny tilkoblingsfil. Angir vertsnavnet til Remote Desktop Gateway-serveren. - + Angir når en server for eksternt skrivebord (ES-Gateway) skal brukes. @@ -1191,13 +1191,13 @@ Starter med ny tilkoblingsfil. Porter - + Skrivere Smartkort - + Lyder @@ -1792,10 +1792,10 @@ Se Microsofts support-artikkel på http://support.microsoft.com/kb/811833 for me Lastbalanseringsinformasjon - + Utklippstavle - + Lydopptak diff --git a/mRemoteV1/Resources/Language/Language.nl.resx b/mRemoteV1/Resources/Language/Language.nl.resx index 0af418fbc..2b571f515 100644 --- a/mRemoteV1/Resources/Language/Language.nl.resx +++ b/mRemoteV1/Resources/Language/Language.nl.resx @@ -946,7 +946,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Poortscan paneel kon niet worden geladen - + Geef de hostnaam of IP adres op waarmee u verbinding wilt maken @@ -1030,7 +1030,7 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Hiermee geeft u de hostnaam van de Remote Desktop-gatewayserver op. - + Specificeert wanneer een Remote Desktop Gateway (RD-gateway-server) gebruikt moet worden. @@ -1192,13 +1192,13 @@ Als dergelijke problemen voorkomen maak dan een nieuwe verbindings bestand aan!< Poorten - + Printers Smartcards - + Geluiden diff --git a/mRemoteV1/Resources/Language/Language.pl.resx b/mRemoteV1/Resources/Language/Language.pl.resx index 724a41ffe..7a100951e 100644 --- a/mRemoteV1/Resources/Language/Language.pl.resx +++ b/mRemoteV1/Resources/Language/Language.pl.resx @@ -900,7 +900,7 @@ Załadowano nowy plik połączeń. Nie można załadować panelu skanowania portów! - + Wpisz nazwę hosta lub IP, do którego chcesz się połączyć. @@ -1071,13 +1071,13 @@ Załadowano nowy plik połączeń. Porty - + Drukarki Karty inteligentne - + Dźwięki diff --git a/mRemoteV1/Resources/Language/Language.pt.resx b/mRemoteV1/Resources/Language/Language.pt.resx index 1b068a5d4..1a9447bc4 100644 --- a/mRemoteV1/Resources/Language/Language.pt.resx +++ b/mRemoteV1/Resources/Language/Language.pt.resx @@ -924,7 +924,7 @@ Impossível carregar o painel PortScan! - + Digite o nome do host ou o ip onde pretende ligar-se. @@ -1008,7 +1008,7 @@ Especifica o nome do host do servidor Gateway de área de trabalho remota. - + Especifica quando usar um servidor de Gateway de Desktop remoto (RD Gateway). @@ -1170,13 +1170,13 @@ Portas - + Impressoras Smart Cards - + Sons diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 7ff929e5e..7ef3abd07 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -1056,7 +1056,7 @@ If you run into such an error, please create a new connection file! Couldn't load PortScan panel! - + Enter the hostname or ip you want to connect to. @@ -1146,7 +1146,7 @@ If you run into such an error, please create a new connection file! Specifies the host name of the Remote Desktop Gateway server. - + Specifies when to use a Remote Desktop Gateway (RD Gateway) server. @@ -1320,19 +1320,19 @@ If you run into such an error, please create a new connection file! Ports - + Printers - + Clipboard Smart Cards - + Sounds - + Audio Capture @@ -2189,13 +2189,13 @@ Development Channel includes Alphas, Betas & Release Candidates. Could not create RDP client. RDP protocol version {0} is not supported on this machine. Please choose an older protocol version. - + For connection through a SSH tunnel (jump host) specify SSH connection to be used to establish SSH tunnel. SSH Tunnel - + Specify here additional options to be used for SSH connection. See putty documentation for further details. @@ -2231,7 +2231,7 @@ Development Channel includes Alphas, Betas & Release Candidates. Use enhanced mode - + Specifies the password of the Remote Desktop Gateway server. diff --git a/mRemoteV1/Resources/Language/Language.ru.resx b/mRemoteV1/Resources/Language/Language.ru.resx index 05d8427c8..a900c596e 100644 --- a/mRemoteV1/Resources/Language/Language.ru.resx +++ b/mRemoteV1/Resources/Language/Language.ru.resx @@ -952,7 +952,7 @@ VncSharp Control Version {0} Не удалось загрузить панель Сканера портов! - + Введите имя хоста или IP к которому вы хотите подключиться. @@ -1036,7 +1036,7 @@ VncSharp Control Version {0} Определите имя хоста шлюза Служб терминалов. - + Укажите, когда использовать шлюз Служб терминалов. @@ -1198,13 +1198,13 @@ VncSharp Control Version {0} Порты - + Принтеры Смарт-карты - + Звуки @@ -2061,7 +2061,7 @@ mRemoteNG сейчас прекратит работу и начнет проц Укажите, будут ли буфер обмена должен использоваться совместно. - + буфер обмена diff --git a/mRemoteV1/Resources/Language/Language.tr-TR.resx b/mRemoteV1/Resources/Language/Language.tr-TR.resx index fb5fa7328..49a3579ba 100644 --- a/mRemoteV1/Resources/Language/Language.tr-TR.resx +++ b/mRemoteV1/Resources/Language/Language.tr-TR.resx @@ -1143,7 +1143,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: PortScan paneli yüklenemedi! - + Bağlanmak istediğiniz ana makine adını veya ip'yi girin. @@ -1257,7 +1257,7 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Uzak Masaüstü Ağ Geçidi sunucusunun host adını belirtir. - + Uzak Masaüstü Ağ Geçidi (RD Ağ Geçidi) sunucusunun ne zaman kullanılacağını belirtir. @@ -1410,13 +1410,13 @@ PuTTY ve harici araçlar için en fazla bekleme süresi: Portlar - + Yazıcılar Smart Kartlar - + Sesler diff --git a/mRemoteV1/Resources/Language/Language.uk.resx b/mRemoteV1/Resources/Language/Language.uk.resx index a57f4602d..dfdbfc1cd 100644 --- a/mRemoteV1/Resources/Language/Language.uk.resx +++ b/mRemoteV1/Resources/Language/Language.uk.resx @@ -900,7 +900,7 @@ VncSharp Control Version {0} Не вдалося завантажити панель сканера портів! - + Введіть ім'я хосту або IP до якого потрбіно підключитися. @@ -984,7 +984,7 @@ VncSharp Control Version {0} Вкажіть ім'я хоста сервера шлюзу віддаленого робочого столу(RD Gateway). - + Вкажіть, коли використовувати сервер шлюзу віддаленого робочого столу (RD Gateway). @@ -1143,13 +1143,13 @@ VncSharp Control Version {0} Порти - + Принтери Смарт-карти - + Звуки @@ -1737,10 +1737,10 @@ mRemoteNG зараз припинить роботу і почне процес Інформація про балансування - + Буфер обміну - + Захоплення аудіо @@ -2126,7 +2126,7 @@ mRemoteNG зараз припинить роботу і почне процес Використовувати розширений режим - + Вказує пароль сервера Remote Desktop Gateway. diff --git a/mRemoteV1/Resources/Language/Language.zh-CN.resx b/mRemoteV1/Resources/Language/Language.zh-CN.resx index d864a1269..683031b11 100644 --- a/mRemoteV1/Resources/Language/Language.zh-CN.resx +++ b/mRemoteV1/Resources/Language/Language.zh-CN.resx @@ -1059,7 +1059,7 @@ VncSharp 版本 {0} 无法载入端口扫描面板! - + 请输入您要连接的主机名或 IP。 @@ -1149,7 +1149,7 @@ VncSharp 版本 {0} 请指定远程桌面网关服务器的主机名。 - + 请指定远程桌面网关服务器的时间。 @@ -1323,19 +1323,19 @@ VncSharp 版本 {0} 端口 - + 打印机 - + 剪贴板 智能卡 - + 声音 - + 音频捕获 @@ -2203,7 +2203,7 @@ mRemoteNG 将退出并安装更新。 使用增强模式 - + 指定远程桌面网关服务器的密码。 diff --git a/mRemoteV1/Resources/Language/Language.zh-TW.resx b/mRemoteV1/Resources/Language/Language.zh-TW.resx index 9d3ded7dc..306b7fc28 100644 --- a/mRemoteV1/Resources/Language/Language.zh-TW.resx +++ b/mRemoteV1/Resources/Language/Language.zh-TW.resx @@ -926,7 +926,7 @@ VncSharp Control 版本 {0} 無法載入 PortScan 面板! - + 輸入您要連線的主機名稱或 IP。 @@ -1010,7 +1010,7 @@ VncSharp Control 版本 {0} 指定 Remote Desktop Gateway 伺服器的主機名稱。 - + 指定何時使用 Remote Desktop Gateway (RD Gateway) 伺服器。 @@ -1172,13 +1172,13 @@ VncSharp Control 版本 {0} 連接埠 - + 印表機 智慧卡 - + 音訊 From 9da9616cc4fd9a442c6d5c41b312c9483d20fa36 Mon Sep 17 00:00:00 2001 From: Faryan Rezagholi Date: Sun, 31 May 2020 16:41:12 +0200 Subject: [PATCH 11/11] do not automatically check components on entering options page --- .../OptionsPages/ComponentsPage.Designer.cs | 27 +++++++++---------- .../UI/Forms/OptionsPages/ComponentsPage.cs | 12 +++------ 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs index 627db247e..cbdd947ba 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.Designer.cs @@ -52,7 +52,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.txtCheck5 = new mRemoteNG.UI.Controls.Base.NGTextBox(); this.lblCheck5 = new mRemoteNG.UI.Controls.Base.NGLabel(); this.pbCheck5 = new System.Windows.Forms.PictureBox(); - this.btnCheckAgain = new mRemoteNG.UI.Controls.Base.NGButton(); + this.btnCheck = new mRemoteNG.UI.Controls.Base.NGButton(); this.tblCheck = new System.Windows.Forms.TableLayoutPanel(); this.pnlCheck1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pbCheck1)).BeginInit(); @@ -311,18 +311,17 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.pbCheck5.TabIndex = 0; this.pbCheck5.TabStop = false; // - // btnCheckAgain + // btnCheck // - this.btnCheckAgain._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT; - this.btnCheckAgain.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); - this.btnCheckAgain.FlatStyle = System.Windows.Forms.FlatStyle.Flat; - this.btnCheckAgain.Location = new System.Drawing.Point(503, 453); - this.btnCheckAgain.Name = "btnCheckAgain"; - this.btnCheckAgain.Size = new System.Drawing.Size(104, 23); - this.btnCheckAgain.TabIndex = 0; - this.btnCheckAgain.Text = "Check again"; - this.btnCheckAgain.UseVisualStyleBackColor = true; - this.btnCheckAgain.Click += new System.EventHandler(this.BtnCheckAgain_Click); + this.btnCheck._mice = mRemoteNG.UI.Controls.Base.NGButton.MouseState.OUT; + this.btnCheck.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnCheck.Location = new System.Drawing.Point(3, 453); + this.btnCheck.Name = "btnCheck"; + this.btnCheck.Size = new System.Drawing.Size(104, 23); + this.btnCheck.TabIndex = 0; + this.btnCheck.Text = "Check"; + this.btnCheck.UseVisualStyleBackColor = true; + this.btnCheck.Click += new System.EventHandler(this.BtnCheckAgain_Click); // // tblCheck // @@ -333,7 +332,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages this.tblCheck.Controls.Add(this.pnlCheck3, 0, 2); this.tblCheck.Controls.Add(this.pnlCheck4, 0, 3); this.tblCheck.Controls.Add(this.pnlCheck1, 0, 0); - this.tblCheck.Controls.Add(this.btnCheckAgain, 0, 5); + this.tblCheck.Controls.Add(this.btnCheck, 0, 5); this.tblCheck.Dock = System.Windows.Forms.DockStyle.Fill; this.tblCheck.Location = new System.Drawing.Point(0, 0); this.tblCheck.Name = "tblCheck"; @@ -387,7 +386,7 @@ namespace mRemoteNG.UI.Forms.OptionsPages private System.Windows.Forms.Panel pnlCheck5; private Controls.Base.NGLabel lblCheck5; private System.Windows.Forms.PictureBox pbCheck5; - private Controls.Base.NGButton btnCheckAgain; + private Controls.Base.NGButton btnCheck; private Controls.Base.NGTextBox txtCheck1; private Controls.Base.NGTextBox txtCheck2; private Controls.Base.NGTextBox txtCheck3; diff --git a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs index 8edbf8653..2a1367fa3 100644 --- a/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs +++ b/mRemoteV1/UI/Forms/OptionsPages/ComponentsPage.cs @@ -20,7 +20,6 @@ namespace mRemoteNG.UI.Forms.OptionsPages ApplyTheme(); PageIcon = Resources.ComponentsCheck_Icon; InitializeComponent(); - CheckComponents(); FontOverrider.FontOverride(this); ThemeManager.getInstance().ThemeChanged += ApplyTheme; } @@ -38,17 +37,10 @@ namespace mRemoteNG.UI.Forms.OptionsPages base.ApplyLanguage(); Text = Language.strComponentsCheck; - btnCheckAgain.Text = Language.strCcCheckAgain; + btnCheck.Text = Language.strCheckNow; } private void BtnCheckAgain_Click(object sender, EventArgs e) - { - CheckComponents(); - } - - #endregion - - private void CheckComponents() { Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "Beginning component check", true); CheckRdp(); @@ -58,6 +50,8 @@ namespace mRemoteNG.UI.Forms.OptionsPages Runtime.MessageCollector.AddMessage(MessageClass.InformationMsg, "Finished component check", true); } + #endregion + private void CheckRdp() { pnlCheck1.Visible = true;