mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
RDP Minutes to Idle Timeout - Update 1
Fixed some language file stuff.
This commit is contained in:
@@ -86,8 +86,8 @@ namespace mRemoteNG.Connection
|
||||
TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPAuthenticationLevel {get; set; }
|
||||
|
||||
[LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4),
|
||||
LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyName"),
|
||||
LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescription"),
|
||||
LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyNameRDPMinutesToIdleTimeout"),
|
||||
LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescriptionRDPMinutesToIdleTimeout"),
|
||||
TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPMinutesToIdleTimeout { get; set; }
|
||||
|
||||
[LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4),
|
||||
|
||||
@@ -4019,7 +4019,7 @@ namespace mRemoteNG {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting.
|
||||
/// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0).
|
||||
/// </summary>
|
||||
internal static string strPropertyDescriptionMinutesToIdleTimeout {
|
||||
get {
|
||||
|
||||
@@ -2422,7 +2422,7 @@ mRemoteNG will now quit and begin with the installation.</value>
|
||||
<value>Download</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionMinutesToIdleTimeout" xml:space="preserve">
|
||||
<value>The number of minutes for the RDP session to sit idle before automatically disconnecting</value>
|
||||
<value>The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0)</value>
|
||||
</data>
|
||||
<data name="strPropertyNameMinutesToIdleTimeout" xml:space="preserve">
|
||||
<value>Minutes to Idle</value>
|
||||
|
||||
Reference in New Issue
Block a user