aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml
blob: 8d9a48db86d42d279fa54bc9a5253f070b450184 (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
<?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">
		Push To Talk
	</text>
	<text_editor name="voice_chat_description">
		말하기 조절 모드로 사용자의 음성 전송 시기를 조절할 수 있습니다. 토글 모드로서push-to-talk 트리거를 누르거나 해제하여 마이크로폰의 상태를 온/오프로 변경할 수 있습니다. 토글 모드가 아닌 경우에는 마이크로폰이 트리거 상태에서만 작동합니다.
	</text_editor>
	<check_box label="Push-to-Talk 모드로 뷰어 시작" name="push_to_talk_check" />
	<check_box label="Push-to-Talk 토글 모드 사용" name="push_to_talk_toggle_check" />
	<text name="push_to_talk_label">
		Push-to-Talk 트리거:
	</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>