diff options
author | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:59 -0500 |
commit | 6e91a9cc3d5a610198cf526a76e2ab642f10ecd7 (patch) | |
tree | b023869f9daa7f61ea3ab27112d37524bdd88de4 /linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml | |
parent | Second Life viewer sources 1.20.12 (diff) | |
download | meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.zip meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.gz meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.bz2 meta-impy-6e91a9cc3d5a610198cf526a76e2ab642f10ecd7.tar.xz |
Second Life viewer sources 1.20.13
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml | 57 |
1 files changed, 0 insertions, 57 deletions
diff --git a/linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml b/linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml deleted file mode 100644 index 91adf0b..0000000 --- a/linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml +++ /dev/null | |||
@@ -1,57 +0,0 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="채팅 텍스트" name="chat"> | ||
3 | <text type="string" length="1" name="text_box"> | ||
4 | 글자 크기: | ||
5 | </text> | ||
6 | <radio_group name="chat font size"> | ||
7 | <radio_item type="string" length="1" name="radio"> | ||
8 | 소 | ||
9 | </radio_item> | ||
10 | <radio_item type="string" length="1" name="radio2"> | ||
11 | 중 | ||
12 | </radio_item> | ||
13 | <radio_item type="string" length="1" name="radio3"> | ||
14 | 대 | ||
15 | </radio_item> | ||
16 | </radio_group> | ||
17 | <text type="string" length="1" name="text_box2"> | ||
18 | 글자색: | ||
19 | </text> | ||
20 | <color_swatch label="메신저" name="im" /> | ||
21 | <color_swatch label="시스템" name="system" /> | ||
22 | <color_swatch label="채팅" name="users" /> | ||
23 | <color_swatch label="소유자:" name="objects" /> | ||
24 | <color_swatch label="소유자" name="owner" /> | ||
25 | <color_swatch label="말풍선" name="background" /> | ||
26 | <color_swatch label="URL" name="links" /> | ||
27 | <text type="string" length="1" name="text_box3"> | ||
28 | 콘솔: | ||
29 | </text> | ||
30 | <spinner label="채팅창 사라짐" name="fade_chat_time" /> | ||
31 | <text type="string" length="1" name="text_box4"> | ||
32 | (초) | ||
33 | </text> | ||
34 | <text type="string" length="1" name="text_box5"> | ||
35 | (#행) | ||
36 | </text> | ||
37 | <slider label="투명도" name="console_opacity" /> | ||
38 | <text type="string" length="1" name="text_box6"> | ||
39 | 옵션: | ||
40 | </text> | ||
41 | <check_box label="전체화면 사용(재시작 필요)" name="chat_full_width_check" /> | ||
42 | <check_box label="Enter키 누른 후 채팅창 닫기" name="close_chat_on_return_check" /> | ||
43 | <check_box label="화살표 키는 채팅시 아바타를 움직이는데 사용" | ||
44 | name="arrow_keys_move_avatar_check" /> | ||
45 | <check_box label="채팅 시간 표시하기" name="show_timestamps_check" /> | ||
46 | <text type="string" length="1" name="text_box7"> | ||
47 | 말풍선 채팅: | ||
48 | </text> | ||
49 | <check_box label="말풍선 표시하기" name="bubble_text_chat" /> | ||
50 | <slider label="투명도" name="bubble_chat_opacity" /> | ||
51 | <text type="string" length="1" name="text_box8"> | ||
52 | 스크립트 오류: | ||
53 | </text> | ||
54 | <check_box label="스크립트 오류 및 경고를 일반 채팅으로 표시하기" | ||
55 | name="script_errors_as_chat" /> | ||
56 | <color_swatch label="색" name="script_error" /> | ||
57 | </panel> | ||