blob: ebbdcf66343d1ad7ab5de62a8a99f7ae85220549 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="content_panel">
<text_editor name="voice_intro_text1">
Mit den nachfolgenden Optionen können Sie den Voice-Chat konfigurieren.
</text_editor>
<radio_group name="ear_location">
<radio_item name="0">
Voice-Chat von Kameraposition aus hören.
</radio_item>
<radio_item name="1">
Voice-Chat von Avatarposition aus hören.
</radio_item>
</radio_group>
<check_box label="Viewer im 'Zum-Sprechen-drücken'-Modus starten"
name="push_to_talk_check" />
<check_box label="'Zum-Sprechen-drücken' im Umschaltmodus verwenden"
name="push_to_talk_toggle_check" />
<text name="push_to_talk_label">
Auslöser für 'Zum-Sprechen-drücken':
</text>
<button label="Taste festlegen" name="set_voice_hotkey_button" />
<button label="Mittlere Maustaste" name="set_voice_middlemouse_button" />
</panel>
|