PageRenderTime 42ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 80 lines | 80 code | 0 blank | 0 comment | 0 complexity | 13dd1409a87d2415f993652065e50abe MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes"?>
  2. <floater name="Joystick" title="CONFIGURAZIONE JOYSTICK">
  3. <check_box label="Abilita Joystick:" name="enable_joystick"/>
  4. <text left="120" name="joystick_type" width="380"/>
  5. <spinner label="Mapping: asse X" label_width="140" left="12" name="JoystickAxis1" width="180"/>
  6. <spinner label="Mapping: asse Y" label_width="134" left="205" name="JoystickAxis2" width="174"/>
  7. <spinner label="Mapping: asse Z" label_width="94" left="390" name="JoystickAxis0" width="134"/>
  8. <spinner label="Mapping: direzione o Pitch" label_width="140" left="12" name="JoystickAxis4" width="180"/>
  9. <spinner label="Mapping: altitudine o Yaw" label_width="134" left="205" name="JoystickAxis5" width="174"/>
  10. <spinner label="Mapping del Roll" label_width="94" left="390" name="JoystickAxis3" width="134"/>
  11. <spinner label="Mapping dello Zoom" label_width="140" left="12" name="JoystickAxis6" width="180"/>
  12. <check_box label="Zoom diretto" left="205" name="ZoomDirect"/>
  13. <check_box label="Cursore 3D" name="Cursor3D"/>
  14. <check_box label="Auto livellamento" name="AutoLeveling"/>
  15. <text left="3" name="Control Modes:" width="113">
  16. Modalitŕ di controllo:
  17. </text>
  18. <check_box label="Avatar" name="JoystickAvatarEnabled"/>
  19. <check_box label="Costruire" name="JoystickBuildEnabled"/>
  20. <check_box label="Camera dall&apos;alto" name="JoystickFlycamEnabled"/>
  21. <text name="XScale">
  22. Regolazione X
  23. </text>
  24. <text name="YScale">
  25. Regolazione Y
  26. </text>
  27. <text name="ZScale">
  28. Regolazione Z
  29. </text>
  30. <text name="PitchScale">
  31. Regolazione: Pitch
  32. </text>
  33. <text name="YawScale">
  34. Regolazione: Yaw
  35. </text>
  36. <text name="RollScale">
  37. Regolazione: Roll
  38. </text>
  39. <text name="XDeadZone">
  40. Angolo morto X
  41. </text>
  42. <text name="YDeadZone">
  43. Angolo morto Y
  44. </text>
  45. <text name="ZDeadZone">
  46. Angolo morto Z
  47. </text>
  48. <text name="PitchDeadZone">
  49. Angolo morto: Pitch
  50. </text>
  51. <text name="YawDeadZone">
  52. Angolo morto: Yaw
  53. </text>
  54. <text name="RollDeadZone">
  55. Angolo morto: Roll
  56. </text>
  57. <text name="Feathering">
  58. Smussamento
  59. </text>
  60. <text name="ZoomScale2">
  61. Regolazione dello zoom
  62. </text>
  63. <text name="ZoomDeadZone" width="140">
  64. Angolo morto dello zoom
  65. </text>
  66. <button label="SpaceNavigator Defaults" name="SpaceNavigatorDefaults"/>
  67. <button label="OK" label_selected="OK" name="ok_btn"/>
  68. <button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
  69. <stat_view label="Monitor del Joystick" name="axis_view">
  70. <stat_bar label="Assi 0" name="axis0"/>
  71. <stat_bar label="Assi 1" name="axis1"/>
  72. <stat_bar label="Assi 2" name="axis2"/>
  73. <stat_bar label="Assi 3" name="axis3"/>
  74. <stat_bar label="Assi 4" name="axis4"/>
  75. <stat_bar label="Assi 5" name="axis5"/>
  76. </stat_view>
  77. <string name="NoDevice">
  78. nessun dispositivo trovato
  79. </string>
  80. </floater>