summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_joystick.xml
blob: fcb93ae2b3a58a020add4ddb585fb0ac8f41a30d (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
81
82
83
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Joystick" title="Configuration du joystick">
	<check_box name="enable_joystick">
		Activer le joystick :
	</check_box>
	<spinner label="Mapping axe des X " name="JoystickAxis1" />
	<spinner label="Mapping axe des Y" name="JoystickAxis2" />
	<spinner label="Mapping axe des Z" name="JoystickAxis0" />
	<spinner label="Mapping du tangage" name="JoystickAxis4" left="8" label_width="111" width="152" />
	<spinner label="Mapping du lacet" name="JoystickAxis5" />
	<spinner label="Mapping du roulis" name="JoystickAxis3" />
	<spinner label="Mapping du zoom" name="JoystickAxis6" />
	<check_box label="Zoom direct" name="ZoomDirect" />
	<check_box label="Curseur 3D" name="Cursor3D" />
	<check_box label="Niveau automatique" name="AutoLeveling" />
	<text name="Control Modes:">
		Modes de contrôle :
	</text>
	<check_box name="JoystickAvatarEnabled">
		Avatar
	</check_box>
	<check_box name="JoystickBuildEnabled">
		Build
	</check_box>
	<check_box name="JoystickFlycamEnabled">
		Flycam
	</check_box>
	<text name="XScale">
		Échelle des X
	</text>
	<text name="YScale">
		Échelle des Y
	</text>
	<text name="ZScale">
		Échelle des Z
	</text>
	<text name="PitchScale" left="9" width="104">
		Échelle du tangage
	</text>
	<text name="YawScale">
		Échelle du lacet
	</text>
	<text name="RollScale">
		Échelle du roulis
	</text>
	<text name="XDeadZone">
		Zone neutre X
	</text>
	<text name="YDeadZone">
		Zone neutre Y
	</text>
	<text name="ZDeadZone">
		Zone neutre Z
	</text>
	<text name="PitchDeadZone" left="4" width="110">
		Zone neutre Tangage
	</text>
	<text name="YawDeadZone">
		Zone neutre lacet
	</text>
	<text name="RollDeadZone">
		Zone neutre roulis
	</text>
	<text name="Feathering">
		Feathering
	</text>
	<text name="ZoomScale2">
		Échelle du zoom
	</text>
	<text name="ZoomDeadZone" width="110" left="6" >
		Zone neutre du zoom
	</text>
	<button label="Options par défaut du joystick" name="SpaceNavigatorDefaults" />
	<string name="JoystickMonitor">
		Contrôle du joystick
	</string>
	<string name="Axis">
		Axe [NUM]
	</string>
	<string name="NoDevice">
		aucun dispositif détecté
	</string>
</floater>