Files
2025-05-24 18:09:39 -03:00

121 lines
3.8 KiB
XML

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Joystick" title="Joystick-Konfiguration">
<string name="JoystickDisabled">
Keiner
</string>
<text name="joystick_lbl">
Joystick:
</text>
<spinner label="X-Achse" name="JoystickAxis1"/>
<spinner label="Y-Achse" name="JoystickAxis2"/>
<spinner label="Z-Achse" name="JoystickAxis0"/>
<spinner label="Neigungswinkel" name="JoystickAxis4"/>
<spinner label="Gierwinkel" name="JoystickAxis5"/>
<spinner label="Rollwinkel" name="JoystickAxis3"/>
<spinner label="Zoom" name="JoystickAxis6"/>
<check_box label="Direkt-Zoom" name="ZoomDirect"/>
<check_box label="3D-Cursor" left="300" name="Cursor3D"/>
<check_box label="Automatisch ausrichten" left="390" name="AutoLeveling"/>
<text name="Control Modes:">
Steuermodi:
</text>
<check_box label="Avatar" name="JoystickAvatarEnabled"/>
<check_box label="Bauen" name="JoystickBuildEnabled"/>
<check_box label="Flycam" name="JoystickFlycamEnabled"/>
<text name="joystick_monitor_label">
Joystick-Monitor
</text>
<icon name="button_light_0" tool_tip="Joystick-Button 0"/>
<icon name="button_light_1" tool_tip="Joystick-Button 1"/>
<icon name="button_light_2" tool_tip="Joystick-Button 2"/>
<icon name="button_light_3" tool_tip="Joystick-Button 3"/>
<icon name="button_light_4" tool_tip="Joystick-Button 4"/>
<icon name="button_light_5" tool_tip="Joystick-Button 5"/>
<icon name="button_light_6" tool_tip="Joystick-Button 6"/>
<icon name="button_light_7" tool_tip="Joystick-Button 7"/>
<icon name="button_light_8" tool_tip="Joystick-Button 8"/>
<icon name="button_light_9" tool_tip="Joystick-Button 9"/>
<icon name="button_light_10" tool_tip="Joystick-Button 10"/>
<icon name="button_light_11" tool_tip="Joystick-Button 11"/>
<icon name="button_light_12" tool_tip="Joystick-Button 12"/>
<icon name="button_light_13" tool_tip="Joystick-Button 13"/>
<icon name="button_light_14" tool_tip="Joystick-Button 14"/>
<icon name="button_light_15" tool_tip="Joystick-Button 15"/>
<scroll_container name="joystick_monitor_axes_scroller">
<container_view name="joystick_monitor_axes_container">
<stat_view name="axis_view_0">
<stat_bar label="Achse 0" name="axis0"/>
</stat_view>
<stat_view name="axis_view_1">
<stat_bar label="Achse 1" name="axis1"/>
</stat_view>
<stat_view name="axis_view_2">
<stat_bar label="Achse 2" name="axis2"/>
</stat_view>
<stat_view name="axis_view_3">
<stat_bar label="Achse 3" name="axis3"/>
</stat_view>
<stat_view name="axis_view_4">
<stat_bar label="Achse 4" name="axis4"/>
</stat_view>
<stat_view name="axis_view_5">
<stat_bar label="Achse 5" name="axis5"/>
</stat_view>
<stat_view name="axis_view_6">
<stat_bar label="Achse 6" name="axis6"/>
</stat_view>
<stat_view name="axis_view_7">
<stat_bar label="Achse 7" name="axis7"/>
</stat_view>
</container_view>
</scroll_container>
<text name="XScale">
X-Skala
</text>
<text name="YScale">
Y-Skala
</text>
<text name="ZScale">
Z-Skala
</text>
<text name="PitchScale">
Neigungsskala
</text>
<text name="YawScale">
Gierskala
</text>
<text name="RollScale">
Rollskala
</text>
<text name="XDeadZone">
X-Totzone
</text>
<text name="YDeadZone">
Y-Totzone
</text>
<text name="ZDeadZone">
Z-Totzone
</text>
<text name="PitchDeadZone">
Neigen-Totzone
</text>
<text name="YawDeadZone">
Gieren-Totzone
</text>
<text name="RollDeadZone">
Rollen-Totzone
</text>
<text name="Feathering">
Auslaufen
</text>
<text name="ZoomScale2">
Zoom-Skala
</text>
<text name="ZoomDeadZone">
Zoom-Totzone
</text>
<button label="SpaceNavigator-Standards" name="SpaceNavigatorDefaults"/>
<button label="OK" label_selected="OK" name="ok_btn"/>
<button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn"/>
</floater>