mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
localization fixes
This commit is contained in:
@@ -7299,6 +7299,15 @@ namespace mRemoteNG {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to UltraVNC SingleClick.
|
||||
/// </summary>
|
||||
internal static string strUltraVNCSingleClick {
|
||||
get {
|
||||
return ResourceManager.GetString("strUltraVNCSingleClick", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Uncheck the properties you want not to be saved!.
|
||||
/// </summary>
|
||||
|
||||
@@ -2691,4 +2691,7 @@ This page will walk you through the process of upgrading your connections file o
|
||||
<data name="strReconnectAllConnections" xml:space="preserve">
|
||||
<value>Reconnect All Connections</value>
|
||||
</data>
|
||||
<data name="strUltraVNCSingleClick" xml:space="preserve">
|
||||
<value>UltraVNC SingleClick</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -61,7 +61,7 @@ namespace mRemoteNG.UI.Menu
|
||||
_mMenToolsUvncsc.Image = Resources.UVNC_SC;
|
||||
_mMenToolsUvncsc.Name = "mMenToolsUVNCSC";
|
||||
_mMenToolsUvncsc.Size = new System.Drawing.Size(184, 22);
|
||||
_mMenToolsUvncsc.Text = "UltraVNC SingleClick";
|
||||
_mMenToolsUvncsc.Text = Language.strUltraVNCSingleClick;
|
||||
_mMenToolsUvncsc.Visible = false;
|
||||
_mMenToolsUvncsc.Click += mMenToolsUVNCSC_Click;
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user