summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pt/floater_sound_preview.xml
blob: 40574607612e26538d0d4f4b56579f7327f9e122 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Name/Description" title="sound.wav">
	<text name="name_label">
		Nome:
	</text>
	<text name="description_label">
		Descrição:
	</text>
	<button label="Cancelar" label_selected="Cancelar" name="cancel_btn" />
	<button label="Upload (L$10)" label_selected="Upload (L$10)" name="ok_btn" />
	<text name="text">
		Taxa de Bits (kbps):
	</text>
	<radio_group name="bitrate">
		<radio_item name="32">
			32
		</radio_item>
		<radio_item name="64">
			64
		</radio_item>
		<radio_item name="96">
			96
		</radio_item>
		<radio_item name="128">
			128
		</radio_item>
	</radio_group>
</floater>