Files
SingularityViewer/indra/newview/skins/default/xui/ja/floater_sound_preview.xml
2010-04-02 02:48:44 -03:00

29 lines
723 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Sound Preview" title="sound.wav">
<text name="name_label">
名前:
</text>
<text name="description_label">
説明:
</text>
<button label="取り消し" label_selected="取り消し" name="cancel_btn" />
<button label="アップロード L$[AMOUNT]" label_selected="アップロード L$[AMOUNT]" 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>