summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_sound_preview.xml
blob: b55ae8dadc601b7d8d04a9e727f275a8aa712fe4 (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">
		Nom :
	</text>
	<text name="description_label">
		Description :
	</text>
	<button label="Annuler" label_selected="Annuler" name="cancel_btn" />
	<button label="Uploader (L$10)" label_selected="Uploader (L$10)" name="ok_btn" />
	<text name="text">
		Débit (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>