aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml
diff options
context:
space:
mode:
authorJacek Antonelli2008-08-15 23:44:46 -0500
committerJacek Antonelli2008-08-15 23:44:46 -0500
commit38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4 (patch)
treeadca584755d22ca041a2dbfc35d4eca01f70b32c /linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml
parentREADME.txt (diff)
downloadmeta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.zip
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.gz
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.bz2
meta-impy-38d6d37f2d982fa959e9e8a4a3f7e1ccfad7b5d4.tar.xz
Second Life viewer sources 1.13.2.12
Diffstat (limited to 'linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml')
-rw-r--r--linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml48
1 files changed, 48 insertions, 0 deletions
diff --git a/linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml b/linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml
new file mode 100644
index 0000000..a8e59e1
--- /dev/null
+++ b/linden/indra/newview/skins/xui/fr/floater_preview_gesture.xml
@@ -0,0 +1,48 @@
1<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
2<floater name="gesture" title="Geste">
3 <text name="desc_label">
4 Description :
5 </text>
6 <text name="trigger_label">
7 Déclencher :
8 </text>
9 <text name="replace_text"
10 tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture!">
11 Remplacer par :
12 </text>
13 <line_editor name="replace_editor"
14 tool_tip="Replace the trigger word(s) with these words. For example, trigger &apos;hello&apos; replace with &apos;howdy&apos; will turn the chat &apos;I wanted to say hello&apos; into &apos;I wanted to say howdy&apos; as well as playing the gesture" />
15 <text name="key_label">
16 Raccourci clavier :
17 </text>
18 <combo_box label="Aucun(e)" name="modifier_combo" />
19 <combo_box label="Aucun(e)" name="key_combo" />
20 <text>
21 Bibliothèque :
22 </text>
23 <text>
24 Pas :
25 </text>
26 <button label="Ajouter &gt;&gt;" name="add_btn" />
27 <button label="Haut" name="up_btn" />
28 <button label="Bas" name="down_btn" />
29 <button label="Retirer" name="delete_btn" />
30 <text name="help_label">
31 Toutes les étapes se déclenchent simultanément,
32à moins que vous n&apos;insériez des pauses.
33 </text>
34 <radio_group name="animation_trigger_type">
35 <radio_item>
36 Démarrer
37 </radio_item>
38 <radio_item>
39 Arrêter
40 </radio_item>
41 </radio_group>
42 <check_box label="jusqu&apos;à la fin des animations" name="wait_anim_check" />
43 <check_box label="temps en secondes" name="wait_time_check" />
44 <check_box label="Activé" name="active_check"
45 tool_tip="Les gestes actifs peuvent être déclenchés à l&apos;aide de phrases de déclenchement ou de hotkeys. Les gestes deviennent généralement inactifs en cas de conflit de touches." />
46 <button label="Aperçu" name="preview_btn" />
47 <button label="Enregistrer" name="save_btn" />
48</floater>