diff options
author | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:11 -0500 |
commit | 215f423cbe18fe9ca14a26caef918d303bad28ff (patch) | |
tree | 0743442b286216cc8e19aa487c26f4e9345ffd64 /linden/indra/newview/skins/xui/ko/panel_voice_options.xml | |
parent | Second Life viewer sources 1.18.3.5-RC (diff) | |
download | meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.zip meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.gz meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.bz2 meta-impy-215f423cbe18fe9ca14a26caef918d303bad28ff.tar.xz |
Second Life viewer sources 1.18.4.0-RC
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/panel_voice_options.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/panel_voice_options.xml | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ko/panel_voice_options.xml b/linden/indra/newview/skins/xui/ko/panel_voice_options.xml new file mode 100644 index 0000000..5ba67e5 --- /dev/null +++ b/linden/indra/newview/skins/xui/ko/panel_voice_options.xml | |||
@@ -0,0 +1,21 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel name="content_panel"> | ||
3 | <text_editor name="voice_intro_text1"> | ||
4 | 아래의 옵션을 사용하여 음성 채팅 경험하기를 구성합니다. | ||
5 | </text_editor> | ||
6 | <radio_group name="ear_location"> | ||
7 | <radio_item name="0"> | ||
8 | 카메라 위치에서 음성 채팅 청취 | ||
9 | </radio_item> | ||
10 | <radio_item name="1"> | ||
11 | 아바타 위치에서 음성 채팅 청취 | ||
12 | </radio_item> | ||
13 | </radio_group> | ||
14 | <check_box label="Push-to-Talk 모드로 뷰어 시작" name="push_to_talk_check" /> | ||
15 | <check_box label="Push-to-Talk 토글 모드 사용" name="push_to_talk_toggle_check" /> | ||
16 | <text name="push_to_talk_label"> | ||
17 | Push-to-Talk 트리거: | ||
18 | </text> | ||
19 | <button label="키 설정" name="set_voice_hotkey_button" /> | ||
20 | <button label="마우스 중간 버튼" name="set_voice_middlemouse_button" /> | ||
21 | </panel> | ||