summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/floater_sound_preview.xml
blob: 552b4b0f27c93a1d48d379d3d14e44ea503694a6 (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="Sound Preview" title="sound.wav">
	<text name="name_label">
		Name:
	</text>
	<text name="description_label">
		Beschreibung:
	</text>
	<button label="Abbrechen" label_selected="Abbrechen" name="cancel_btn" />
	<button label="Hochladen ([AMOUNT] L$)" label_selected="Hochladen ([AMOUNT] L$)" name="ok_btn" />
	<text name="text">
		Bitrate (kbit/s):
	</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>