diff options
Diffstat (limited to 'indra/newview/skins/default/xui/it/floater_joystick.xml')
-rw-r--r-- | indra/newview/skins/default/xui/it/floater_joystick.xml | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_joystick.xml b/indra/newview/skins/default/xui/it/floater_joystick.xml new file mode 100644 index 0000000000..3eff0cfceb --- /dev/null +++ b/indra/newview/skins/default/xui/it/floater_joystick.xml @@ -0,0 +1,80 @@ +<?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" left="192" 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 left="3" name="PitchScale" width="112"> + Regolazione: Pitch + </text> + <text left="3" name="YawScale" width="112"> + Regolazione: Yaw + </text> + <text left="3" name="RollScale" width="112"> + 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 left="3" name="PitchDeadZone" width="112"> + Angolo morto: Pitch + </text> + <text left="3" name="YawDeadZone" width="112"> + Angolo morto: Yaw + </text> + <text left="3" name="RollDeadZone" width="112"> + Angolo morto: Roll + </text> + <text name="Feathering"> + Smussamento + </text> + <text left="6" name="ZoomScale2" width="135"> + Regolazione dello zoom + </text> + <text left="6" name="ZoomDeadZone" width="135"> + 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> |