blob: 1dda9f71c60a18f7b8f2590857c38b31ca470798 (
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
51
52
53
54
55
56
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Audio & Vidéo" name="Media panel">
<text type="string" length="1" name="muting_text">
Options de son :
</text>
<check_box label="Désactiver le son" name="disable audio" />
<check_box label="Désactiver le son lorsque la fenêtre est réduite"
name="mute_when_minimized" />
<text type="string" length="1" name="streaming_text">
Flux :
</text>
<check_box label="Lire flux audio disponibles (consomme plus de bande passante)"
name="streaming_music" />
<check_box label="Lire flux vidéo disponibles (consomme plus de bande passante)"
name="streaming_video" />
<text type="string" length="1" name="system_volume_text">
Effets sonores :
</text>
<text type="string" length="1" name="wind_volume_text">
Volume du vent :
</text>
<text type="string" length="1" name="footsteps_volume_text">
Volume des pas :
</text>
<text type="string" length="1" name="ui_volume_text">
Volume de l'IU :
</text>
<spinner label="Seuil de changement du L$" name="L$ Change Threshold" />
<spinner label="Seuil de changement de santé" name="Health Change Threshold" />
<text type="string" length="1" name="doppler_effect_text">
Effet Doppler :
</text>
<text type="string" length="1" name="distance_factor_text">
Distance Factor :
</text>
<text type="string" length="1" name="rolloff_factor_text">
Rolloff Factor :
</text>
<text type="string" length="1" name="default_upload_bitrate_text">
Débit d'upload par défaut :
</text>
<radio_group name="bitrate">
<radio_item type="string" length="1" name="32kbps">
32 kbps
</radio_item>
<radio_item type="string" length="1" name="64kbps">
64 kbps
</radio_item>
<radio_item type="string" length="1" name="96kbps">
96 kbps
</radio_item>
<radio_item type="string" length="1" name="128kbps">
128 kbps
</radio_item>
</radio_group>
</panel>
|