aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml')
-rw-r--r--linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml23
1 files changed, 11 insertions, 12 deletions
diff --git a/linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml b/linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml
index 81874ff..c03812d 100644
--- a/linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml
+++ b/linden/indra/newview/skins/xui/ko/panel_preferences_graphics3.xml
@@ -1,23 +1,22 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?> 1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<panel label="그래픽 고급사항" name="Display panel 2"> 2<panel label="그래픽 고급 사항" name="Display panel 2">
3 <text type="string" length="1" name="Filtering:"> 3 <text type="string" length="1" name="Filtering:">
4 필터링: 4 필터링:
5 </text> 5 </text>
6 <check_box label="이방성 필터링( 느려짐)" name="ani" /> 6 <check_box label="Anisotropic 필터링( 느려짐)" name="ani" />
7 <spinner label="감마:" name="gamma" /> 7 <spinner label="감마:" name="gamma" />
8 <text type="string" length="1" name="(brightness, lower is brighter)"> 8 <text type="string" length="1" name="(brightness, lower is brighter)">
9 (밝기, 낮을수록 밝음, 0=기본 설정 사용) 9 (밝기, 낮을 수록 밝음, 기본 설정 0)
10 </text> 10 </text>
11 <spinner label="야간 밝기:" name="nighttime_brightness" /> 11 <spinner label="야간 밝기:" name="nighttime_brightness" />
12 <text type="string" length="1" name="(higher is brighter, 1.0 is default)"> 12 <text type="string" length="1" name="(higher is brighter, 1.0 is default)">
13 (높을수록 밝음, 1.0이 기본 설정) 13 (높을 수록 밝음, 기본 설정값 1.0)
14 </text> 14 </text>
15 <text type="string" length="1" name="AGP Graphics Card:"> 15 <text type="string" length="1" name="Enable VBO:">
16 AGP 그래픽 : 16 VBO :
17 </text> 17 </text>
18 <check_box label="AGP 사용(AGP 그래픽 카드를 사용할 경우 빨라짐)" 18 <check_box label="OpenGL 버텍스 버퍼 오브젝트 사용" name="vbo"
19 name="agp" 19 tool_tip="활성화하면 OpenGL 드라이버에 오류가 발생할 수 있습니다." />
20 tool_tip="활성화할 경우 성능이 저하되고 표준 PC 그래픽 카드를 사용할 경우 더 많은 돈을 쓰게됩니다." />
21 <text type="string" length="1" name="Graphics Card Memory:"> 20 <text type="string" length="1" name="Graphics Card Memory:">
22 그래픽 카드 메모리: 21 그래픽 카드 메모리:
23 </text> 22 </text>
@@ -41,11 +40,11 @@
41 512MB 40 512MB
42 </radio_item> 41 </radio_item>
43 </radio_group> 42 </radio_group>
44 <spinner label="안개 :" name="fog" /> 43 <spinner label="안개 :" name="fog" />
45 <spinner label="최대 수:" name="particles" /> 44 <spinner label="최대 수:" name="particles" />
46 <spinner label="복장 구성 제한:" name="comp limit" 45 <spinner label="복장 구성 제한:" name="comp limit"
47 tool_tip="디스플레이할 최근 변경 복장의 수" /> 46 tool_tip="디스플레이할 최근 변경 복장의 수" />
48 <text type="string" length="1" name="(lower is faster)"> 47 <text type="string" length="1" name="(lower is faster)">
49 (낮을수록 빠름) 48 (낮을 수록 빠름)
50 </text> 49 </text>
51</panel> 50</panel>