25 lines
993 B
XML
25 lines
993 B
XML
<?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="Voice-Anrufe nur meinen Freunden erlauben" name="friends_only_check" />
|
|
<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>
|