[MWB] add Name2IP field to Settings (#26290)

* [MWB] add Name2IP field to Settings

* f: add explanation

* f: spelling

* f: comment
This commit is contained in:
Andrey Nekrasov
2023-05-25 16:55:11 +02:00
committed by GitHub
parent 0bf4cfd8b5
commit dbc11b8920
3 changed files with 57 additions and 0 deletions

View File

@@ -370,6 +370,16 @@
<data name="MouseWithoutBorders_SameSubnetOnly.Description" xml:space="preserve">
<value>Only connect to machines in the same intranet NNN.NNN.*.* (only works when both machines have IPv4 enabled)</value>
</data>
<data name="MouseWithoutBorders_IPAddressMapping_TextBoxControl.PlaceholderText" xml:space="preserve">
<value>Example: MyLaptop 192.168.0.24</value>
<comment>Don't translate MyLaptop</comment>
</data>
<data name="MouseWithoutBorders_IPAddressMapping.Header" xml:space="preserve">
<value>IP address mapping</value>
</data>
<data name="MouseWithoutBorders_IPAddressMapping.Description" xml:space="preserve">
<value>Resolve machine's IP address using manually entered mappings below.</value>
</data>
<data name="MouseWithoutBorders_BlockScreenSaverOnOtherMachines.Description" xml:space="preserve">
<value>Prevent screen saver from starting on other machines when user is actively working on this machine.</value>
</data>
@@ -386,6 +396,9 @@
<value>Keyboard shortcuts</value>
<comment>keyboard is the hardware peripheral</comment>
</data>
<data name="MouseWithoutBorders_AdvancedSettings_Group.Header" xml:space="preserve">
<value>Advanced Settings</value>
</data>
<data name="MouseWithoutBorders_EasyMouseOption.Header" xml:space="preserve">
<value>Easy Mouse: move between machines by moving the mouse pointer to the screen edges.</value>
</data>