diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-12 14:08:01 +0200 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2019-11-12 14:08:01 +0200 |
commit | 0c8f561910cf967d546a7a66ab7e3edcc2ca320e (patch) | |
tree | e7ccb4cca277cff43d9542a26a0536e6f7c98046 /indra/newview/skins/default | |
parent | f680e5913ab490a0b2f86ce0ec44ca59d56fb32d (diff) |
SL-6109 Mouse localization support
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/strings.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 3a311db25c..0594e18c96 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -4069,6 +4069,15 @@ Try enclosing path to the editor with double quotes. <string name="Z">Z</string> <!-- Key names end --> + <!-- Mouse button names (short) begin --> + <string name="LMB">LMB</string> + <string name="MMB">MMB</string> + <string name="RMB">RMB</string> + <string name="MB4">MB4</string> + <string name="MB5">MB5</string> + <string name="Double LMB">Double LMB</string> + <!-- Mouse button names end --> + <!-- llviewerwindow --> <string name="BeaconParticle">Viewing particle beacons (blue)</string> <string name="BeaconPhysical">Viewing physical object beacons (green)</string> |