diff options
author | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:44:46 -0500 |
commit | 38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch) | |
tree | adca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml | |
parent | README.txt (diff) | |
download | meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2 meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz |
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml')
-rw-r--r-- | linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml b/linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml new file mode 100644 index 0000000..09fc35c --- /dev/null +++ b/linden/indra/newview/skins/xui/zh/panel_preferences_graphics3.xml | |||
@@ -0,0 +1,53 @@ | |||
1 | <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | ||
2 | <panel label="Adv. Graphics" name="Display panel 2"> | ||
3 | <text type="string" length="1" name="Filtering:"> | ||
4 | フィルタリング: | ||
5 | </text> | ||
6 | <check_box label="異方的フィルタリング(有効時はよりおそい)" | ||
7 | name="ani" /> | ||
8 | <spinner label="ガンマ:" name="gamma" /> | ||
9 | <text type="string" length="1" name="(brightness, lower is brighter)"> | ||
10 | (明るさ、低いほど明るい、0=デフォルトとして使用) | ||
11 | </text> | ||
12 | <spinner label="夜の明るさ:" name="nighttime_brightness" /> | ||
13 | <text type="string" length="1" name="(higher is brighter, 1.0 is default)"> | ||
14 | (高いほど明るい、1.0がデフォルト) | ||
15 | </text> | ||
16 | <text type="string" length="1" name="AGP Graphics Card:"> | ||
17 | AGPグラフィックカード: | ||
18 | </text> | ||
19 | <check_box | ||
20 | label="AGPを有効にする(AGPグラッフィク・カード使用時に速い)" | ||
21 | name="agp" | ||
22 | tool_tip="標準的PCIグラフィック・カードを使用する場合、この設定を有効にすることで性能を低下させ、より多くのメモリを使用する可能性があります。" /> | ||
23 | <text type="string" length="1" name="Graphics Card Memory:"> | ||
24 | グラフィックカードメモリ: | ||
25 | </text> | ||
26 | <radio_group name="video card memory radio"> | ||
27 | <radio_item type="string" length="1" name="radio"> | ||
28 | 16MB | ||
29 | </radio_item> | ||
30 | <radio_item type="string" length="1" name="radio2"> | ||
31 | 32MB | ||
32 | </radio_item> | ||
33 | <radio_item type="string" length="1" name="radio3"> | ||
34 | 64MB | ||
35 | </radio_item> | ||
36 | <radio_item type="string" length="1" name="radio4"> | ||
37 | 128MB | ||
38 | </radio_item> | ||
39 | <radio_item type="string" length="1" name="radio5"> | ||
40 | 256MB | ||
41 | </radio_item> | ||
42 | <radio_item type="string" length="1" name="radio6"> | ||
43 | 512MB | ||
44 | </radio_item> | ||
45 | </radio_group> | ||
46 | <spinner label="霧距離率:" name="fog" /> | ||
47 | <spinner label="最大パーティクル数:" name="particles" /> | ||
48 | <spinner label="服装合成限度:" name="comp limit" | ||
49 | tool_tip="最近変更された服装の回数の表示" /> | ||
50 | <text type="string" length="1" name="(lower is faster)"> | ||
51 | (低いほど速い) | ||
52 | </text> | ||
53 | </panel> | ||