diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml b/linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml new file mode 100644 index 0000000..8d9a48d --- /dev/null +++ b/linden/indra/newview/skins/xui/ko/panel_preferences_voice.xml | |||
@@ -0,0 +1,35 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="음성 채팅" name="chat"> | ||
3 | <text_editor name="voice_unavailable"> | ||
4 | 음성 채팅 사용하지 않음 | ||
5 | </text_editor> | ||
6 | <check_box label="음성 채팅 사용" name="enable_voice_check" /> | ||
7 | <radio_group name="ear_location"> | ||
8 | <radio_item name="0"> | ||
9 | 카메라 위치에서 음성 채팅 청취 | ||
10 | </radio_item> | ||
11 | <radio_item name="1"> | ||
12 | 아바타 위치에서 음성 채팅 청취 | ||
13 | </radio_item> | ||
14 | </radio_group> | ||
15 | <text name="push_to_talk_heading"> | ||
16 | Push To Talk | ||
17 | </text> | ||
18 | <text_editor name="voice_chat_description"> | ||
19 | 말하기 조절 모드로 사용자의 음성 전송 시기를 조절할 수 있습니다. 토글 모드로서push-to-talk 트리거를 누르거나 해제하여 마이크로폰의 상태를 온/오프로 변경할 수 있습니다. 토글 모드가 아닌 경우에는 마이크로폰이 트리거 상태에서만 작동합니다. | ||
20 | </text_editor> | ||
21 | <check_box label="Push-to-Talk 모드로 뷰어 시작" name="push_to_talk_check" /> | ||
22 | <check_box label="Push-to-Talk 토글 모드 사용" name="push_to_talk_toggle_check" /> | ||
23 | <text name="push_to_talk_label"> | ||
24 | Push-to-Talk 트리거: | ||
25 | </text> | ||
26 | <button label="키 설정" name="set_voice_hotkey_button" /> | ||
27 | <button label="마우스 중간 버튼" name="set_voice_middlemouse_button" /> | ||
28 | <text name="privacy_heading"> | ||
29 | 프라이버시 옵션 | ||
30 | </text> | ||
31 | <check_box label="친구 목록에 있는 사람들만 음성 채팅 수락" | ||
32 | name="voice_call_friends_only_check" /> | ||
33 | <button label="장치 설정..." name="device_settings_btn" /> | ||
34 | <button label="음성 설정 마법사 실행..." name="launch_voice_wizard_button" /> | ||
35 | </panel> | ||