blob: 77243e8b8b5610d4cb8ffb9d4305f1da34408ae7 (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel label="Áudio & Vídeo" name="Media panel">
<text type="string" length="1" name="muting_text">
Deixando sem som:
</text>
<check_box label="Sem áudio" name="disable audio" />
<check_box label="Sem áudio quando minimizar a janela" name="mute_when_minimized" />
<text type="string" length="1" name="streaming_text">
Streaming:
</text>
<check_box label="Tocar música em streaming quando disponível (consome mais banda)"
name="streaming_music" />
<check_box label="Tocar vídeo em streaming quando disponível (consome mais banda)"
name="streaming_video" />
<text type="string" length="1" name="system_volume_text">
Efeitos sonoros:
</text>
<text type="string" length="1" name="wind_volume_text">
Volume do vento:
</text>
<text type="string" length="1" name="footsteps_volume_text">
Volume das pegadas:
</text>
<text type="string" length="1" name="ui_volume_text">
Voluma da interface:
</text>
<spinner label="Limiar de mudança L$" name="L$ Change Threshold" />
<spinner label="Limiar de mudança de saúde" name="Health Change Threshold" />
<text type="string" length="1" name="doppler_effect_text">
Efeito Doppler:
</text>
<text type="string" length="1" name="distance_factor_text">
Fator de distância:
</text>
<text type="string" length="1" name="rolloff_factor_text">
Fator de rolagem:
</text>
<text type="string" length="1" name="default_upload_bitrate_text">
Taxa de amostragem padrão de envio :
</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>
|