aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ja/panel_preferences_voice.xml
blob: 5b8f29aaa3e527b9a716761ff1eda313664c60a6 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="ボイスチャット" name="chat">
	<text_editor name="voice_unavailable">
		ボイスチャットを利用できません
	</text_editor>
	<check_box label="ボイスチャットを有効にする" name="enable_voice_check" />
	<radio_group name="ear_location">
		<radio_item name="0">
			カメラの位置からボイスチャットを聞く。
		</radio_item>
		<radio_item name="1">
			アバターの位置からボイスチャットを聞く。
		</radio_item>
	</radio_group>
	<text name="push_to_talk_heading">
		プッシュ・トゥ・トーク
	</text>
	<text_editor name="voice_chat_description">
		メモ: 「機器の設定」または「ボイス・チャットの設定」を実行すると、一時的にボイス・チャットから切断されます。
	</text_editor>
	<check_box label="プッシュ・トゥ・トークモードでビュアーを起動"
	     name="push_to_talk_check" />
	<check_box label="切り替えモードで、プッシュ・トゥ・トークを使用"
	     name="push_to_talk_toggle_check" />
	<text name="push_to_talk_label">
		プッシュ・トゥ・トークトリガー:
	</text>
	<button label="セットキー" name="set_voice_hotkey_button" />
	<button label="ミドルマウスボタン" name="set_voice_middlemouse_button" />
	<text name="privacy_heading">
		プライバシーオプション
	</text>
	<check_box
	     label="自分のフレンドリストにある人からのみ、ボイスコールを受け付ける"
	     name="voice_call_friends_only_check" />
	<button label="機器の設定" name="device_settings_btn" />
	<button label="ボイス・チャットの設定" name="launch_voice_wizard_button" />
</panel>