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">
|
|
아래의 옵션을 사용하여 음성 채팅 경험하기를 구성합니다.
|
|
</text_editor>
|
|
<radio_group name="ear_location">
|
|
<radio_item name="0">
|
|
카메라 위치에서 음성 채팅 청취
|
|
</radio_item>
|
|
<radio_item name="1">
|
|
아바타 위치에서 음성 채팅 청취
|
|
</radio_item>
|
|
</radio_group>
|
|
<check_box label="친구들만 나와의 음성 채팅을 시작할 수 있도록 승락"
|
|
name="friends_only_check" />
|
|
<check_box label="말하기 조절 모드로 세컨드라이프 시작"
|
|
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" />
|
|
</panel>
|