mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
improved the description of the remote audio capture property
This commit is contained in:
@@ -5002,7 +5002,7 @@ namespace mRemoteNG {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Select how remote sound should be redirected..
|
||||
/// Looks up a localized string similar to Select whether the default audio input device on the remote machine should be redirected to this computer..
|
||||
/// </summary>
|
||||
internal static string strPropertyDescriptionRedirectAudioCapture {
|
||||
get {
|
||||
@@ -5011,7 +5011,7 @@ namespace mRemoteNG {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Select whether clipboard should be shared..
|
||||
/// Looks up a localized string similar to Select whether the clipboard should be shared..
|
||||
/// </summary>
|
||||
internal static string strPropertyDescriptionRedirectClipboard {
|
||||
get {
|
||||
|
||||
@@ -1473,16 +1473,16 @@ If you run into such an error, please create a new connection file!</value>
|
||||
<value>Select whether local printers should be shown on the remote host.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRedirectClipboard" xml:space="preserve">
|
||||
<value>Select whether clipboard should be shared.</value>
|
||||
<value>Select whether the clipboard should be shared.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRedirectSmartCards" xml:space="preserve">
|
||||
<value>Select whether local smart cards should be available on the remote host.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRedirectSounds" xml:space="preserve">
|
||||
<value>Select how remote sound should be redirected.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRedirectAudioCapture" xml:space="preserve">
|
||||
<value>Select how remote sound should be redirected.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRedirectAudioCapture" xml:space="preserve">
|
||||
<value>Select whether the default audio input device on the remote machine should be redirected to this computer.</value>
|
||||
</data>
|
||||
<data name="strPropertyDescriptionRenderingEngine" xml:space="preserve">
|
||||
<value>Select one of the available rendering engines that will be used to display HTML.</value>
|
||||
@@ -1645,8 +1645,8 @@ If you run into such an error, please create a new connection file!</value>
|
||||
</data>
|
||||
<data name="strPropertyNameRedirectSounds" xml:space="preserve">
|
||||
<value>Sounds</value>
|
||||
</data>
|
||||
<data name="strPropertyNameRedirectAudioCapture" xml:space="preserve">
|
||||
</data>
|
||||
<data name="strPropertyNameRedirectAudioCapture" xml:space="preserve">
|
||||
<value>Audio Capture</value>
|
||||
</data>
|
||||
<data name="strPropertyNameRenderingEngine" xml:space="preserve">
|
||||
@@ -2791,6 +2791,6 @@ Development Channel includes Alphas, Betas & Release Candidates.</value>
|
||||
<value>Do not trim spaces from usernames</value>
|
||||
</data>
|
||||
<data name="Environment" xml:space="preserve">
|
||||
<value>Environment</value>
|
||||
<value>Environment</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user