diff options
author | Jacek Antonelli | 2009-04-30 13:04:20 -0500 |
---|---|---|
committer | Jacek Antonelli | 2009-04-30 13:07:16 -0500 |
commit | ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e (patch) | |
tree | 8348301d0ac44a524f1819b777686bf086907d76 /linden/indra/newview/skins/default/xui/es/floater_joystick.xml | |
parent | Second Life viewer sources 1.22.11 (diff) | |
download | meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.zip meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.gz meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.bz2 meta-impy-ca8149ca6d157eb4b5fc8ba0e5ba3a6e56f72e7e.tar.xz |
Second Life viewer sources 1.23.0-RC
Diffstat (limited to 'linden/indra/newview/skins/default/xui/es/floater_joystick.xml')
-rw-r--r-- | linden/indra/newview/skins/default/xui/es/floater_joystick.xml | 83 |
1 files changed, 83 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/default/xui/es/floater_joystick.xml b/linden/indra/newview/skins/default/xui/es/floater_joystick.xml new file mode 100644 index 0000000..3c9b5c3 --- /dev/null +++ b/linden/indra/newview/skins/default/xui/es/floater_joystick.xml | |||
@@ -0,0 +1,83 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
2 | <floater name="Joystick" title="Configuración del joystick"> | ||
3 | <check_box name="enable_joystick"> | ||
4 | Activar el joystick: | ||
5 | </check_box> | ||
6 | <spinner label="Mapping: X" name="JoystickAxis1"/> | ||
7 | <spinner label="Mapping: Y" name="JoystickAxis2"/> | ||
8 | <spinner label="Mapping: Z" name="JoystickAxis0"/> | ||
9 | <spinner label="Mapping: arriba/abajo" name="JoystickAxis4"/> | ||
10 | <spinner label="Mapping: izq./der." name="JoystickAxis5"/> | ||
11 | <spinner label="Mapping: giro" name="JoystickAxis3"/> | ||
12 | <spinner label="Mapping: zoom" name="JoystickAxis6"/> | ||
13 | <check_box label="Zoom directo" name="ZoomDirect"/> | ||
14 | <check_box label="Cursor 3D" name="Cursor3D"/> | ||
15 | <check_box label="Nivel automático" name="AutoLeveling"/> | ||
16 | <text name="Control Modes:"> | ||
17 | Modos de control: | ||
18 | </text> | ||
19 | <check_box name="JoystickAvatarEnabled"> | ||
20 | Avatar | ||
21 | </check_box> | ||
22 | <check_box name="JoystickBuildEnabled"> | ||
23 | Construir | ||
24 | </check_box> | ||
25 | <check_box name="JoystickFlycamEnabled"> | ||
26 | Flycam | ||
27 | </check_box> | ||
28 | <text name="XScale"> | ||
29 | Escala: X | ||
30 | </text> | ||
31 | <text name="YScale"> | ||
32 | Escala: Y | ||
33 | </text> | ||
34 | <text name="ZScale"> | ||
35 | Escala: Z | ||
36 | </text> | ||
37 | <text name="PitchScale"> | ||
38 | Escala: arriba/abajo | ||
39 | </text> | ||
40 | <text name="YawScale"> | ||
41 | Escala: izq./der. | ||
42 | </text> | ||
43 | <text name="RollScale"> | ||
44 | Escala: giro | ||
45 | </text> | ||
46 | <text name="XDeadZone"> | ||
47 | Zona muerta X | ||
48 | </text> | ||
49 | <text name="YDeadZone"> | ||
50 | Zona muerta Y | ||
51 | </text> | ||
52 | <text name="ZDeadZone"> | ||
53 | Zona muerta Z | ||
54 | </text> | ||
55 | <text name="PitchDeadZone"> | ||
56 | Zona muerta arriba/abajo | ||
57 | </text> | ||
58 | <text name="YawDeadZone"> | ||
59 | Zona muerta izq./der | ||
60 | </text> | ||
61 | <text name="RollDeadZone"> | ||
62 | Zona muerta giro | ||
63 | </text> | ||
64 | <text name="Feathering"> | ||
65 | Rigidez | ||
66 | </text> | ||
67 | <text name="ZoomScale2"> | ||
68 | Escala: zoom | ||
69 | </text> | ||
70 | <text name="ZoomDeadZone"> | ||
71 | Zona muerta zoom | ||
72 | </text> | ||
73 | <button label="Predeterminados del SpaceNavigator" name="SpaceNavigatorDefaults"/> | ||
74 | <string name="JoystickMonitor"> | ||
75 | Monitor del joystick | ||
76 | </string> | ||
77 | <string name="Axis"> | ||
78 | Eje [NUM] | ||
79 | </string> | ||
80 | <string name="NoDevice"> | ||
81 | no se ha detectado el dispositivo | ||
82 | </string> | ||
83 | </floater> | ||