diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/de/floater_joystick.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/de/floater_joystick.xml | 76 |
1 files changed, 0 insertions, 76 deletions
diff --git a/linden/indra/newview/skins/xui/de/floater_joystick.xml b/linden/indra/newview/skins/xui/de/floater_joystick.xml deleted file mode 100644 index 837ac7d..0000000 --- a/linden/indra/newview/skins/xui/de/floater_joystick.xml +++ /dev/null | |||
@@ -1,76 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <floater name="Joystick" title="Joystick-Konfiguration"> | ||
3 | <check_box name="enable_joystick" width="80" >Joystick aktivieren:</check_box> | ||
4 | <text name="joystick_type" left="140" width="360"></text> | ||
5 | <spinner label="X-Achse" name="JoystickAxis1" /> | ||
6 | <spinner label="Y-Achse" name="JoystickAxis2" /> | ||
7 | <spinner label="Z-Achse" name="JoystickAxis0" /> | ||
8 | <spinner label="Neigungswinkel" name="JoystickAxis4" /> | ||
9 | <spinner label="Gierwinkel" name="JoystickAxis5" /> | ||
10 | <spinner label="Rollwinkel" name="JoystickAxis3" /> | ||
11 | <spinner label="Zoom" name="JoystickAxis6" /> | ||
12 | <check_box label="Direkt-Zoom" name="ZoomDirect" /> | ||
13 | <check_box label="3D-Cursor" left="300" name="Cursor3D" /> | ||
14 | <check_box label="Automatisch ausrichten" left="390" name="AutoLeveling" /> | ||
15 | <text name="Control Modes:"> | ||
16 | Steuermodi: | ||
17 | </text> | ||
18 | <check_box name="JoystickAvatarEnabled">Avatar</check_box> | ||
19 | <check_box name="JoystickBuildEnabled">Bauen</check_box> | ||
20 | <check_box name="JoystickFlycamEnabled">Flycam</check_box> | ||
21 | <text name="XScale"> | ||
22 | X-Skala | ||
23 | </text> | ||
24 | <text name="YScale"> | ||
25 | Y-Skala | ||
26 | </text> | ||
27 | <text name="ZScale"> | ||
28 | Z-Skala | ||
29 | </text> | ||
30 | <text name="PitchScale"> | ||
31 | Neigungsskala | ||
32 | </text> | ||
33 | <text name="YawScale"> | ||
34 | Gierskala | ||
35 | </text> | ||
36 | <text name="RollScale"> | ||
37 | Rollskala | ||
38 | </text> | ||
39 | <text name="XDeadZone"> | ||
40 | X-Totzone | ||
41 | </text> | ||
42 | <text name="YDeadZone"> | ||
43 | Y-Totzone | ||
44 | </text> | ||
45 | <text name="ZDeadZone"> | ||
46 | Z-Totzone | ||
47 | </text> | ||
48 | <text name="PitchDeadZone"> | ||
49 | Neigen-Totzone | ||
50 | </text> | ||
51 | <text name="YawDeadZone"> | ||
52 | Gieren-Totzone | ||
53 | </text> | ||
54 | <text name="RollDeadZone"> | ||
55 | Rollen-Totzone | ||
56 | </text> | ||
57 | <text name="Feathering"> | ||
58 | Auslaufen | ||
59 | </text> | ||
60 | <text name="ZoomScale2"> | ||
61 | Zoom-Skala | ||
62 | </text> | ||
63 | <text name="ZoomDeadZone"> | ||
64 | Zoom-Totzone | ||
65 | </text> | ||
66 | <button label="SpaceNavigator-Standards" name="SpaceNavigatorDefaults" /> | ||
67 | <string name="JoystickMonitor"> | ||
68 | Joystick-Monitor | ||
69 | </string> | ||
70 | <string name="Axis"> | ||
71 | Achse [NUM] | ||
72 | </string> | ||
73 | <string name="NoDevice"> | ||
74 | Kein Gerät erkannt | ||
75 | </string> | ||
76 | </floater> | ||