/indra/newview/skins/default/xui/it/floater_joystick.xml
XML | 80 lines | 80 code | 0 blank | 0 comment | 0 complexity | 13dd1409a87d2415f993652065e50abe MD5 | raw file
Possible License(s): LGPL-2.1
- <?xml version="1.0" encoding="utf-8" standalone="yes"?>
- <floater name="Joystick" title="CONFIGURAZIONE JOYSTICK">
- <check_box label="Abilita Joystick:" name="enable_joystick"/>
- <text left="120" name="joystick_type" width="380"/>
- <spinner label="Mapping: asse X" label_width="140" left="12" name="JoystickAxis1" width="180"/>
- <spinner label="Mapping: asse Y" label_width="134" left="205" name="JoystickAxis2" width="174"/>
- <spinner label="Mapping: asse Z" label_width="94" left="390" name="JoystickAxis0" width="134"/>
- <spinner label="Mapping: direzione o Pitch" label_width="140" left="12" name="JoystickAxis4" width="180"/>
- <spinner label="Mapping: altitudine o Yaw" label_width="134" left="205" name="JoystickAxis5" width="174"/>
- <spinner label="Mapping del Roll" label_width="94" left="390" name="JoystickAxis3" width="134"/>
- <spinner label="Mapping dello Zoom" label_width="140" left="12" name="JoystickAxis6" width="180"/>
- <check_box label="Zoom diretto" left="205" name="ZoomDirect"/>
- <check_box label="Cursore 3D" name="Cursor3D"/>
- <check_box label="Auto livellamento" name="AutoLeveling"/>
- <text left="3" name="Control Modes:" width="113">
- Modalitŕ di controllo:
- </text>
- <check_box label="Avatar" name="JoystickAvatarEnabled"/>
- <check_box label="Costruire" name="JoystickBuildEnabled"/>
- <check_box label="Camera dall'alto" name="JoystickFlycamEnabled"/>
- <text name="XScale">
- Regolazione X
- </text>
- <text name="YScale">
- Regolazione Y
- </text>
- <text name="ZScale">
- Regolazione Z
- </text>
- <text name="PitchScale">
- Regolazione: Pitch
- </text>
- <text name="YawScale">
- Regolazione: Yaw
- </text>
- <text name="RollScale">
- Regolazione: Roll
- </text>
- <text name="XDeadZone">
- Angolo morto X
- </text>
- <text name="YDeadZone">
- Angolo morto Y
- </text>
- <text name="ZDeadZone">
- Angolo morto Z
- </text>
- <text name="PitchDeadZone">
- Angolo morto: Pitch
- </text>
- <text name="YawDeadZone">
- Angolo morto: Yaw
- </text>
- <text name="RollDeadZone">
- Angolo morto: Roll
- </text>
- <text name="Feathering">
- Smussamento
- </text>
- <text name="ZoomScale2">
- Regolazione dello zoom
- </text>
- <text name="ZoomDeadZone" width="140">
- Angolo morto dello zoom
- </text>
- <button label="SpaceNavigator Defaults" name="SpaceNavigatorDefaults"/>
- <button label="OK" label_selected="OK" name="ok_btn"/>
- <button label="Annulla" label_selected="Annulla" name="cancel_btn"/>
- <stat_view label="Monitor del Joystick" name="axis_view">
- <stat_bar label="Assi 0" name="axis0"/>
- <stat_bar label="Assi 1" name="axis1"/>
- <stat_bar label="Assi 2" name="axis2"/>
- <stat_bar label="Assi 3" name="axis3"/>
- <stat_bar label="Assi 4" name="axis4"/>
- <stat_bar label="Assi 5" name="axis5"/>
- </stat_view>
- <string name="NoDevice">
- nessun dispositivo trovato
- </string>
- </floater>