aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/zh/floater_sound_preview.xml
blob: e5d0abf52e0963dbf4c967c2c743589fa91c8c3a (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="声效.wav">
	<text name="name_label">
		名字:
	</text>
	<text name="description_label">
		描述:
	</text>
	<button label="取消" label_selected="取消" name="cancel_btn" />
	<button label="上传 (L$10)" label_selected="上传 (L$10)" name="ok_btn" />
	<text name="text">
		速率(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>