summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/it/floater_joystick.xml
blob: 3d60ded7ab35eb2fb2274a4bd9cdbaf8f73a2ca8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
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" name="JoystickBuildEnabled"/>
	<check_box label="Camera dall&apos;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>