aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_preferences_chat.xml
blob: 3e00922ac69c86dc6cbb3725cf85826ce44c93b6 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="채팅" name="chat">
	<text type="string" length="1" name="text_box">
		채팅 글자 크기:
	</text>
	<radio_group name="chat font size">
		<radio_item type="string" length="1" name="radio"></radio_item>
		<radio_item type="string" length="1" name="radio2"></radio_item>
		<radio_item type="string" length="1" name="radio3"></radio_item>
	</radio_group>
	<text type="string" length="1" name="text_box2">
		채팅 색:
	</text>
	<color_swatch label="시스템" name="system" />
	<color_swatch label="사용자" name="users" />
	<color_swatch label="사물" name="objects" />
	<color_swatch label="거품" name="background" />
	<color_swatch label="URLs" name="links" />
	<text type="string" length="1" name="text_box3">
		채팅 콘솔:
	</text>
	<spinner label="이후 채팅 페이드" name="fade_chat_time" />
	<text type="string" length="1" name="text_box4">
		(초)
	</text>
	<text type="string" length="1" name="text_box5">
		(#행)
	</text>
	<slider label="불투명도" name="console_opacity" />
	<text type="string" length="1" name="text_box6">
		채팅 옵션:
	</text>
	<check_box label="채팅은 (재시작 후) 전체 화면을 사용합니다"
	     name="chat_full_width_check" />
	<check_box label="돌아오기 누른 후 채팅창 닫기"
	     name="close_chat_on_return_check" />
	<check_box label="화살표는 채팅시 아바타 움직이는데 사용"
	     name="arrow_keys_move_avatar_check" />
	<check_box label="채팅에 타임스탬프 표시하기" name="show_timestamps_check" />
	<text type="string" length="1" name="text_box7">
		말풍선 채팅:
	</text>
	<check_box label="말풍선 표시하기" name="bubble_text_chat" />
	<slider label="불투명도" name="bubble_chat_opacity" />
	<text type="string" length="1" name="text_box8">
		스크립트 오류:
	</text>
	<check_box label="스크립트 오류 및 경고를 일반 채팅으로 표시하기"
	     name="script_errors_as_chat" />
	<color_swatch label="색" name="script_error" />
</panel>