diff options
Diffstat (limited to 'linden/indra/newview/skins/xui/ja/panel_preferences_graphics1.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/ja/panel_preferences_graphics1.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/ja/panel_preferences_graphics1.xml b/linden/indra/newview/skins/xui/ja/panel_preferences_graphics1.xml new file mode 100644 index 0000000..028babd --- /dev/null +++ b/linden/indra/newview/skins/xui/ja/panel_preferences_graphics1.xml | |||
@@ -0,0 +1,43 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="グラフィックス" name="Display panel"> | ||
3 | <combo_box name="aspect_ratio"> | ||
4 | <combo_item type="string" length="1" name="4:3(StandardCRT)"> | ||
5 | 4:3(標準CRT) | ||
6 | </combo_item> | ||
7 | <combo_item type="string" length="1" name="5:4(1280x1024LCD)"> | ||
8 | 5:4(1280x1024 LCD) | ||
9 | </combo_item> | ||
10 | <combo_item type="string" length="1" name="16:9(Widescreen)"> | ||
11 | 16:9(ワイドスクリ-ン) | ||
12 | </combo_item> | ||
13 | </combo_box> | ||
14 | <text type="string" length="1" name="text"> | ||
15 | 表示解像度: | ||
16 | </text> | ||
17 | <text type="string" length="1" name="Fullscreen Aspect Ratio:"> | ||
18 | 全画面率: | ||
19 | </text> | ||
20 | <text type="string" length="1" name="(width / height)"> | ||
21 | (幅/高さ) | ||
22 | </text> | ||
23 | <text type="string" length="1" name="UI Size:"> | ||
24 | UI規模: | ||
25 | </text> | ||
26 | <text type="string" length="1" name="(meters, lower is faster)"> | ||
27 | (メートル、低いほど速い) | ||
28 | </text> | ||
29 | <text type="string" length="1" name="text2"> | ||
30 | 表示オプション: | ||
31 | </text> | ||
32 | <check_box label="ウィンドウ内で起動" name="windowed mode" /> | ||
33 | <check_box label="自動検出" name="aspect_auto_detect" /> | ||
34 | <check_box label="解像度単独スケールを使用" name="ui_auto_scale" /> | ||
35 | <check_box label="マウス・ルックでアバターを表示" name="avfp" /> | ||
36 | <spinner label="描画距離:" name="draw_distance" /> | ||
37 | <text name="resolution_format"> | ||
38 | [RES_X]×[RES_Y] | ||
39 | </text> | ||
40 | <text name="aspect_ratio_text"> | ||
41 | [NUM]:[DEN] | ||
42 | </text> | ||
43 | </panel> | ||