Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_animation_preview.xml
2011-11-02 05:28:02 +01:00

166 lines
4.9 KiB
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="Animation Preview" title="">
<text name="name_label">
Nom :
</text>
<text name="description_label">
Description :
</text>
<spinner label="Priorité" name="priority" tool_tip="Contrôle quelles animations peuvent êtres écrasées par cette animation."/>
<text name="preview_label" width="110">
Prévisualiser pendant
</text>
<combo_box label="" name="preview_base_anim" tool_tip="Utilisez cette option pour tester votre animation pendant que votre avatar fait des choses banales." left_delta="116" width="124">
<combo_item name="Standing">
Debout
</combo_item>
<combo_item name="Walking">
En train de marcher
</combo_item>
<combo_item name="Sitting">
Assis
</combo_item>
<combo_item name="Flying">
En train de voler
</combo_item>
</combo_box>
<check_box left="6" label="Boucle" name="loop_check" tool_tip="Joue cette animation en boucle."/>
<spinner left="76" label_width="55" width="105" label="Début (%)" name="loop_in_point" tool_tip="Définit le moment de l&apos;animation où la boucle repart."/>
<spinner left="195" label="Fin (%)" name="loop_out_point" tool_tip="Définit le moment de l&apos;animation où la boucle finit."/>
<text name="hand_label" width="110">
Mouvement de main
</text>
<combo_box label="" name="hand_pose_combo" tool_tip="Contrôle le mouvement des mains au cours de l&apos;animation" left_delta="116" width="124">
<combo_item name="Spread">
Doigts écartés
</combo_item>
<combo_item name="Relaxed">
Détendues
</combo_item>
<combo_item name="PointBoth">
Pointer (les deux)
</combo_item>
<combo_item name="Fist">
Poing
</combo_item>
<combo_item name="RelaxedLeft">
Détendue (gauche)
</combo_item>
<combo_item name="PointLeft">
Pointer (gauche)
</combo_item>
<combo_item name="FistLeft">
Poing (gauche)
</combo_item>
<combo_item name="RelaxedRight">
Détendue (droite)
</combo_item>
<combo_item name="PointRight">
Pointer (droite)
</combo_item>
<combo_item name="FistRight">
Poing (droite)
</combo_item>
<combo_item name="SaluteRight">
Saluer (droite)
</combo_item>
<combo_item name="Typing">
Taper
</combo_item>
<combo_item name="PeaceRight">
Paix (main droite)
</combo_item>
</combo_box>
<text name="emote_label">
Expression
</text>
<combo_box label="" name="emote_combo" tool_tip="Contrôle l&apos;expression du visage au cours de l&apos;animation." left_delta="116" width="124">
<combo_item name="[None]">
[None]
</combo_item>
<combo_item name="Aaaaah">
Aaaaah
</combo_item>
<combo_item name="Afraid">
Effrayé
</combo_item>
<combo_item name="Angry">
En colère
</combo_item>
<combo_item name="BigSmile">
Grand sourire
</combo_item>
<combo_item name="Bored">
Ennui
</combo_item>
<combo_item name="Cry">
Pleurer
</combo_item>
<combo_item name="Disdain">
Mépris
</combo_item>
<combo_item name="Embarrassed">
Gêne
</combo_item>
<combo_item name="Frown">
Froncer les sourcils
</combo_item>
<combo_item name="Kiss">
Embrasser
</combo_item>
<combo_item name="Laugh">
Rire
</combo_item>
<combo_item name="Plllppt">
Plllppt
</combo_item>
<combo_item name="Repulsed">
Dégoût
</combo_item>
<combo_item name="Sad">
Triste
</combo_item>
<combo_item name="Shrug">
Hausser les épaules
</combo_item>
<combo_item name="Smile">
Sourire
</combo_item>
<combo_item name="Surprise">
Surprise
</combo_item>
<combo_item name="Wink">
Clin d&apos;œil
</combo_item>
<combo_item name="Worry">
Soucis
</combo_item>
</combo_box>
<spinner label_width="65" label="Transition &#10;début (s)" name="ease_in_time" tool_tip="Durée (en secondes) pendant laquelle l&apos;animation s&apos;intègre au mouvement."/>
<spinner label_width="65" left="160" width="125" label="Transition &#10;fin (s)" name="ease_out_time" tool_tip="Durée (en secondes) pendant laquelle l&apos;animation disparaît du mouvement."/>
<button label="" name="play_btn" tool_tip="Jouer/Arrêter votre animation." bottom_delta="-48"/>
<button label="" name="stop_btn" tool_tip="Arrêter le playback"/>
<slider label="" name="playback_slider"/>
<text name="bad_animation_text">
Impossible de lire le fichier d&apos;animation.
Nous recommandons les fichiers BVH extraits de
Poser 4.
</text>
<button label="Annuler" name="cancel_btn"/>
<button label="Charger ([UPLOADFEE])" name="ok_btn"/>
<string name="failed_to_initialize">
Echec de l&apos;initialisation du mouvement
</string>
<string name="anim_too_long">
Le fichier d&apos;animation fait [LENGTH] secondes.
La longueur maximale est de [MAX_LENGTH] secondes.
</string>
<string name="failed_file_read">
Impossible de lire le fichier d&apos;animation.
[STATUS]
</string>
</floater>