blob: ff62b1f8c5df0e19587d937a1a4a0ab5298662ab (
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 label="Graphisme (avancé)" name="Display panel 2">
<text type="string" length="1" name="Filtering:">
Filtrage :
</text>
<check_box label="Filtrage anisotrope (ralentit la performance)" name="ani" />
<spinner label="Gamma :" name="gamma" />
<text type="string" length="1" name="(brightness, lower is brighter)">
(luminosité, moins = plus lumineux, 0=défaut)
</text>
<spinner label="Luminosité nocturne :" name="nighttime_brightness" />
<text type="string" length="1" name="(higher is brighter, 1.0 is default)">
(plus = plus lumineux, 1.0 valeur par défaut)
</text>
<text type="string" length="1" name="AGP Graphics Card:">
Carte graphique AGP :
</text>
<check_box label="Activer AGP (plus rapide si carte AGP installée)" name="agp"
tool_tip="Peut ralentir la performance et consommer plus de mémoire si vous utilisez une carte graphique PCI classique." />
<text type="string" length="1" name="Graphics Card Memory:">
Mémoire carte graphique :
</text>
<radio_group name="video card memory radio">
<radio_item type="string" length="1" name="radio">
16MB
</radio_item>
<radio_item type="string" length="1" name="radio2">
32MB
</radio_item>
<radio_item type="string" length="1" name="radio3">
64MB
</radio_item>
<radio_item type="string" length="1" name="radio4">
128MB
</radio_item>
<radio_item type="string" length="1" name="radio5">
256MB
</radio_item>
<radio_item type="string" length="1" name="radio6">
512MB
</radio_item>
</radio_group>
<spinner label="Coeff. distance du brouillard :" name="fog" />
<spinner label="Particules max. :" name="particles" />
<spinner label="Outfit Composite Limit:" name="comp limit"
tool_tip="Nombre de tenues récemment portées à afficher" />
<text type="string" length="1" name="(lower is faster)">
(moins = plus rapide)
</text>
</panel>
|