blob: b60b43cd3c6eaf844b36d3127794f1c5d6499772 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="web" title="웹">
<check_box label="외부 웹 브라우저 사용(Firefox, Safari, Internet Explorer)"
name="external_browser_check"
tool_tip="도움말, 웹 링크 등의 경우 외부 웹 브라우저를 사용하십시오.\n전체 화면을 실행 중인 경우에는 권장되지 않습니다." />
<text>
프라우저 홈페이지:
</text>
<line_editor name="home_page"
tool_tip="세컨드라이프 브라우저를 열 때 처음으로 방문하는 웹 페이지" />
<text>
프록시 구성:
</text>
<check_box label="내부 웹 브라우저에 대해 프록시 사용" name="proxy_enabled"
tool_tip="내부 웹 브라우저에 대한 프록시 구성 지정" />
<text>
프록시:
</text>
<line_editor name="proxy_address" tool_tip="사용할 프록시 이름 또는 IP 주소" />
<text>
포트:
</text>
<line_editor name="proxy_port" tool_tip="사용할 프록시의 포트 번호" />
<text>
양말:
</text>
<radio_group name="socks_4_5">
<radio_item>
양말 v4
</radio_item>
<radio_item>
양말 v5
</radio_item>
</radio_group>
<text>
다음 프록시 없음:
</text>
<line_editor name="proxy_exclusions"
tool_tip="다음에 대해 프록시를 사용하지 않을 이름 또는 IP 주소" />
<check_box
label="오브젝트에서 웹 페이지 표시(시험용, 컴퓨터를 다시 시작해야 함)"
name="web_pages_on_prims_check" />
<text>
트러스트된 사이트:
(로그인하여 보기)
</text>
<button label="추가" name="add_trusted" />
<line_editor name="trusted_site_entry" tool_tip="신용 목록에 추가할 사이트" />
<button label="제거" name="rem_trusted" />
</panel>
|