Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_sound_preview.xml
2012-03-05 19:17:07 +01:00

29 lines
666 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.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Sound Preview" 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="Importer ([AMOUNT] L$)" label_selected="Charger ([AMOUNT] L$)" 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>