blob: 93f7937a5f5e75cfc8b4f6d0217d0163d163021c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="preview_sound">
<text type="string" length="1" name="desc txt">
Descripción:
</text>
<button label="Reproducir en el mundo" label_selected="Reproducir en el mundo"
name="Sound play btn"
tool_tip="Reproducir este sonido, así los otros pueden oír." />
<button label="Reproducir localmente" label_selected="Reproducir localmente"
name="Sound audition btn"
tool_tip="Reproducir este sonido, así solamente usted puede oír." />
</floater>
|