PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

/indra/newview/skins/default/xui/de/floater_joystick.xml

https://bitbucket.org/lindenlab/viewer-beta/
XML | 80 lines | 80 code | 0 blank | 0 comment | 0 complexity | 6e94235e40920f8279cb220fed92d622 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Joystick" title="JOYSTICK-KONFIGURATION">
  3. <check_box label="Joystick aktivieren:" name="enable_joystick" width="80"/>
  4. <text left="140" name="joystick_type" width="360"/>
  5. <spinner label="X-Achse" name="JoystickAxis1"/>
  6. <spinner label="Y-Achse" name="JoystickAxis2"/>
  7. <spinner label="Z-Achse" name="JoystickAxis0"/>
  8. <spinner label="Neigungswinkel" name="JoystickAxis4"/>
  9. <spinner label="Gierwinkel" name="JoystickAxis5"/>
  10. <spinner label="Rollwinkel" name="JoystickAxis3"/>
  11. <spinner label="Zoom" name="JoystickAxis6"/>
  12. <check_box label="Direkt-Zoom" name="ZoomDirect"/>
  13. <check_box label="3D-Cursor" left="300" name="Cursor3D"/>
  14. <check_box label="Automatisch ausrichten" left="390" name="AutoLeveling"/>
  15. <text name="Control Modes:">
  16. Steuermodi:
  17. </text>
  18. <check_box label="Avatar" name="JoystickAvatarEnabled"/>
  19. <check_box label="Bauen" name="JoystickBuildEnabled"/>
  20. <check_box label="Flycam" name="JoystickFlycamEnabled"/>
  21. <text name="XScale">
  22. X-Skala
  23. </text>
  24. <text name="YScale">
  25. Y-Skala
  26. </text>
  27. <text name="ZScale">
  28. Z-Skala
  29. </text>
  30. <text name="PitchScale">
  31. Neigungsskala
  32. </text>
  33. <text name="YawScale">
  34. Gierskala
  35. </text>
  36. <text name="RollScale">
  37. Rollskala
  38. </text>
  39. <text name="XDeadZone">
  40. X-Totzone
  41. </text>
  42. <text name="YDeadZone">
  43. Y-Totzone
  44. </text>
  45. <text name="ZDeadZone">
  46. Z-Totzone
  47. </text>
  48. <text name="PitchDeadZone">
  49. Neigen-Totzone
  50. </text>
  51. <text name="YawDeadZone">
  52. Gieren-Totzone
  53. </text>
  54. <text name="RollDeadZone">
  55. Rollen-Totzone
  56. </text>
  57. <text name="Feathering">
  58. Auslaufen
  59. </text>
  60. <text name="ZoomScale2">
  61. Zoom-Skala
  62. </text>
  63. <text name="ZoomDeadZone">
  64. Zoom-Totzone
  65. </text>
  66. <button label="SpaceNavigator-Standards" name="SpaceNavigatorDefaults"/>
  67. <button label="OK" label_selected="OK" name="ok_btn"/>
  68. <button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn"/>
  69. <stat_view label="Joystick-Monitor" name="axis_view">
  70. <stat_bar label="Achse 0" name="axis0"/>
  71. <stat_bar label="Achse 1" name="axis1"/>
  72. <stat_bar label="Achse 2" name="axis2"/>
  73. <stat_bar label="Achse 3" name="axis3"/>
  74. <stat_bar label="Achse 4" name="axis4"/>
  75. <stat_bar label="Achse 5" name="axis5"/>
  76. </stat_view>
  77. <string name="NoDevice">
  78. Kein Gerät erkannt
  79. </string>
  80. </floater>