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 | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/indra/newview/skins/default/xui/it/floater_joystick.xml b/indra/newview/skins/default/xui/it/floater_joystick.xml index ced227a845..dcd637f199 100644 --- a/indra/newview/skins/default/xui/it/floater_joystick.xml +++ b/indra/newview/skins/default/xui/it/floater_joystick.xml @@ -3,24 +3,23 @@ <check_box name="enable_joystick"> Abilita Joystick: </check_box> - <text left="120" name="joystick_type" width="380"/> - <spinner label="Mapping: asse X" name="JoystickAxis1" label_width="140" width="180" left="12"/> - <spinner label="Mapping: asse Y" name="JoystickAxis2" label_width="134" width="174" left="205"/> - <spinner label="Mapping: asse Z" name="JoystickAxis0" label_width="94" width="134" left="390"/> - <spinner label="Mapping: direzione o Pitch" name="JoystickAxis4" label_width="140" width="180" left="12"/> - <spinner label="Mapping: altitudine o Yaw" name="JoystickAxis5" label_width="134" width="174" left="205"/> - <spinner label="Mapping del Roll" name="JoystickAxis3" label_width="94" width="134" left="390"/> - <spinner label="Mapping dello Zoom" name="JoystickAxis6" label_width="140" width="180" left="12"/> - <check_box label="Zoom diretto" name="ZoomDirect" left="205"/> + <spinner label="Mapping asse X" name="JoystickAxis1"/> + <spinner label="Mapping asse Y" name="JoystickAxis2"/> + <spinner label="Mapping asse Z" name="JoystickAxis0"/> + <spinner label="Mapping della direzione o Pitch" name="JoystickAxis4"/> + <spinner label="Mapping dell'altitudine o Yaw" name="JoystickAxis5"/> + <spinner label="Mapping del Roll" name="JoystickAxis3"/> + <spinner label="Mapping dello Zoom" name="JoystickAxis6"/> + <check_box label="Zoom diretto" name="ZoomDirect"/> <check_box label="Cursore 3D" name="Cursor3D"/> <check_box label="Auto livellamento" name="AutoLeveling"/> - <text name="Control Modes:" left="3" width="113"> + <text name="Control Modes:"> Modalità di controllo: </text> <check_box name="JoystickAvatarEnabled"> Avatar </check_box> - <check_box name="JoystickBuildEnabled" left="192"> + <check_box name="JoystickBuildEnabled"> Costruire </check_box> <check_box name="JoystickFlycamEnabled"> @@ -35,14 +34,14 @@ <text name="ZScale"> Regolazione Z </text> - <text name="PitchScale" left="3" width="112"> - Regolazione: Pitch + <text name="PitchScale"> + Regolazione della direzione o Pitch </text> - <text name="YawScale" left="3" width="112"> - Regolazione: Yaw + <text name="YawScale"> + Regolazione dell'altitudine o Yaw </text> - <text name="RollScale" left="3" width="112"> - Regolazione: Roll + <text name="RollScale"> + Regolazione del Roll </text> <text name="XDeadZone"> Angolo morto X @@ -53,22 +52,22 @@ <text name="ZDeadZone"> Angolo morto Z </text> - <text name="PitchDeadZone" left="3" width="112"> - Angolo morto: Pitch + <text name="PitchDeadZone"> + Angolo morto della direzione o Pitch </text> - <text name="YawDeadZone" left="3" width="112"> - Angolo morto: Yaw + <text name="YawDeadZone"> + Angolo morto dell'altitudine o Yaw </text> - <text name="RollDeadZone" left="3" width="112"> - Angolo morto: Roll + <text name="RollDeadZone"> + Angolo morto del Roll </text> <text name="Feathering"> Smussamento </text> - <text name="ZoomScale2" width="135" left="6"> + <text name="ZoomScale2"> Regolazione dello zoom </text> - <text name="ZoomDeadZone" width="135" left="6"> + <text name="ZoomDeadZone"> Angolo morto dello zoom </text> <button label="SpaceNavigator Defaults" name="SpaceNavigatorDefaults"/> |