aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/de/panel_preferences_voice.xml
blob: 5e261184fda24ea75eb70b2e26ba9d3622c2e3d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Voice-Chat" name="chat">
	<text_editor name="voice_unavailable">
		Voice-Chat ist nicht verfügbar
	</text_editor>
	<check_box label="Voice-Chat aktivieren" name="enable_voice_check" />
	<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>
	<text name="push_to_talk_heading">
		Zum Sprechen drücken
	</text>
	<text_editor name="voice_chat_description">
		HINWEIS: Beim Öffnen der Geräte-Einstellungen oder der Voice-Chat-Einrichtung werden Sie vorübergehend vom Voice-Chat getrennt.
	</text_editor>
	<check_box label="Viewer im &apos;Zum-Sprechen-drücken&apos;-Modus starten"
	     name="push_to_talk_check" />
	<check_box label="&apos;Zum-Sprechen-drücken&apos; im Umschaltmodus verwenden"
	     name="push_to_talk_toggle_check" />
	<text name="push_to_talk_label">
		Auslöser für &apos;Zum-Sprechen-drücken&apos;:
	</text>
	<button label="Taste festlegen" name="set_voice_hotkey_button" />
	<button label="Mittlere Maustaste" name="set_voice_middlemouse_button" />
	<text name="privacy_heading">
		Privatsphäre
	</text>
	<check_box label="Anrufe nur von Personen auf meiner Freundesliste annehmen"
	     name="voice_call_friends_only_check" />
	<text_editor name="device_settings_text">
		HINWEIS: Beim Öffnen der Geräte-Einstellungen oder der Voice-Chat-Einrichtung werden Sie vorübergehend vom Voice-Chat getrennt.
	</text_editor>
	<button label="Geräte-Einstellungen" name="device_settings_btn" />
	<button label="Voice-Chat-Einrichtung" name="launch_voice_wizard_button" />
</panel>