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.
20 lines
720 B
XML
20 lines
720 B
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="gestures" title="Gestures utilisées">
|
|
<text name="help_label">
|
|
Double-cliquer sur une gesture pour jouer les animations
|
|
et les sons.
|
|
</text>
|
|
<scroll_list bottom_delta="-385" height="360" name="gesture_list">
|
|
<column label="Déclencheur" name="trigger" width="85"/>
|
|
<column label="Touche" name="shortcut"/>
|
|
<column label="Nom" name="name" width="145"/>
|
|
</scroll_list>
|
|
<button label="Nouveau" name="new_gesture_btn"/>
|
|
<!--
|
|
<button label="Inventaire" name="inventory_btn"/>
|
|
-->
|
|
<button label="Modifier" name="edit_btn"/>
|
|
<button label="Jouer" name="play_btn"/>
|
|
<button label="Stop" name="stop_btn"/>
|
|
</floater>
|