Files
SingularityViewer/indra/newview/skins/default/xui/es/floater_gesture.xml
Lirusaito 84795863e5 Translations updated
Updated French Translation from Nomade's Zip for MultiWear.
Updated Translations to use basically the same format, and not have some cruft.
Abouts updated to include Spanish translators: Damian Zhaoying, and Franxizco Romano.
2012-07-16 17:07:22 -04:00

19 lines
643 B
XML

<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="gestures" title="Gestos Activos">
<text name="help_label">
Pulsa dos veces en un gesto para reproducir las animaciones
</text>
<scroll_list name="gesture_list">
<column label="Disparador" name="trigger" width="75"/>
<column label="Tecla" name="shortcut"/>
<column label="Nombre" name="name"/>
</scroll_list>
<button label="Nueva" name="new_gesture_btn"/>
<!--
<button label="Inventory" name="inventory_btn"/>
-->
<button label="Editar" name="edit_btn"/>
<button label="Reproducir" name="play_btn"/>
<button label="Detener" name="stop_btn"/>
</floater>