aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_preferences_general.xml
blob: 655a054c71a78bd5e07d550daa7854f26ba48fbb (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="일반" name="general_panel">
	<combo_box name="location_combobox">
		<combo_item name="MyHome"></combo_item>
		<combo_item name="MyLastLocation">
			최종 방문지
		</combo_item>
	</combo_box>
	<check_box label="로그인 화면에 시작위치 표시" name="show_location_checkbox" />
	<radio_group name="fade_out_radio">
		<radio_item type="string" length="1" name="Never">
			안함
		</radio_item>
		<radio_item type="string" length="1" name="Temporarily">
			임시로 표시
		</radio_item>
		<radio_item type="string" length="1" name="Always">
			항상
		</radio_item>
	</radio_group>
	<check_box label="내 화면에서 내 이름 숨기기" name="show_my_name_checkbox" />
	<check_box label="내 그룹명 숨기기" name="show_my_title_checkbox" />
	<check_box label="작은 아바타 이름" name="small_avatar_names_checkbox" />
	<color_swatch label="" name="effect_color_swatch"
	     tool_tip="색 관리기를 열려면 클릭 하십시오." />
	<spinner label="자리비움 시간초과:" name="afk_timeout_spinner" />
	<check_box label="온라인 친구 보여주기" name="friends_online_notify_checkbox" />
	<check_box label="미니 지도 회전" name="rotate_mini_map_checkbox" />
	<check_box label="L$ 지출과 기부 알려주기" name="notify_money_change_checkbox" />
	<check_box label="다음 시작할 때 그래픽 하드웨어 자동 감지"
	     name="probe_hardware_checkbox"
	     tool_tip="세컨드라이프는 사용자의 하드웨어에 따라 일부 그래픽 설정을 자동으로 구성합니다.  새로운 하드웨어를 설치하려는 경우, 세컨드라이프가 이를 다시 감지하도록 해야 합니다." />
	<check_box label="시스템 기본색 관리 사용" name="use_system_color_picker_checkbox"
	     tool_tip="세컨드라이프에서 제공하는 것 대신 기본 시스템 색관리를 사용합니다." />
	<text type="string" length="1" name="start_location_textbox">
		시작 위치:
	</text>
	<text type="string" length="1" name="show_names_textbox">
		이름 표시:
	</text>
	<text type="string" length="1" name="effects_color_textbox">
		색상 효과:
	</text>
	<text type="string" length="1" name="seconds_textbox"></text>
	<text type="string" length="1" name="crash_report_textbox">
		오류 보고:
	</text>
	<text type="string" length="1" name="language_textbox">
		언어:
	</text>
	<text type="string" length="1" name="language_textbox2">
		(재시동 필요)
	</text>
	<text name="region_name_prompt">
		&lt;지역명 입력&gt;
	</text>
	<combo_box name="crash_behavior_combobox">
		<combo_item type="string" length="1" name="Askbeforesending">
			보내기 전에 확인
		</combo_item>
		<combo_item type="string" length="1" name="Alwayssend">
			항상 보내기
		</combo_item>
		<combo_item type="string" length="1" name="Neversend">
			보내지 않음
		</combo_item>
	</combo_box>
	<combo_box name="language_combobox">
		<combo_item type="string" length="1" name="System Default Language">
			시스템 기본값
		</combo_item>
		<combo_item type="string" length="1" name="English">
			영어(English)
		</combo_item>
		<combo_item type="string" length="1" name="Chinese">
			중국어(Chinese) – 베타
		</combo_item>
		<combo_item type="string" length="1" name="Deutsch(German)">
			독일어(German) – 베타
		</combo_item>
		<combo_item type="string" length="1" name="French">
			불어(French) – 베타
		</combo_item>
		<combo_item type="string" length="1" name="(Japanese)">
			일본어 (Japanese) - 베타
		</combo_item>
		<combo_item type="string" length="1" name="(Korean)">
			한국어 (Korean) - 베타
		</combo_item>
		<combo_item type="string" length="1" name="Portugese">
			포르투갈어 –베타
		</combo_item>
		<combo_item type="string" length="1" name="Spanish">
			스페인어 (Español) - 베타
		</combo_item>
	</combo_box>
</panel>