summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_preview_gesture.xml
blob: a8e59e1cbb58a204a7bb3044297a86cd260aa6b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="gesture" title="Geste">
	<text name="desc_label">
		Description :
	</text>
	<text name="trigger_label">
		Déclencher :
	</text>
	<text name="replace_text"
	     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!">
		Remplacer par :
	</text>
	<line_editor name="replace_editor"
	     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" />
	<text name="key_label">
		Raccourci clavier :
	</text>
	<combo_box label="Aucun(e)" name="modifier_combo" />
	<combo_box label="Aucun(e)" name="key_combo" />
	<text>
		Bibliothèque :
	</text>
	<text>
		Pas :
	</text>
	<button label="Ajouter &gt;&gt;" name="add_btn" />
	<button label="Haut" name="up_btn" />
	<button label="Bas" name="down_btn" />
	<button label="Retirer" name="delete_btn" />
	<text name="help_label">
		Toutes les étapes se déclenchent simultanément,
à moins que vous n&apos;insériez des pauses.
	</text>
	<radio_group name="animation_trigger_type">
		<radio_item>
			Démarrer
		</radio_item>
		<radio_item>
			Arrêter
		</radio_item>
	</radio_group>
	<check_box label="jusqu&apos;à la fin des animations" name="wait_anim_check" />
	<check_box label="temps en secondes" name="wait_time_check" />
	<check_box label="Activé" name="active_check"
	     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." />
	<button label="Aperçu" name="preview_btn" />
	<button label="Enregistrer" name="save_btn" />
</floater>