summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_preview_gesture.xml
blob: 4fa91b87ef68326156cae02fe669ac6a9686889d (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="gesture_preview">
	<floater.string name="step_anim">
		Animation à jouer :
	</floater.string>
	<floater.string name="step_sound">
		Son à lire :
	</floater.string>
	<floater.string name="step_chat">
		Chatter pour dire :
	</floater.string>
	<floater.string name="step_wait">
		Attendre :
	</floater.string>
	<floater.string name="stop_txt">
		Stop
	</floater.string>
	<floater.string name="preview_txt">
		Prévisualiser
	</floater.string>
	<floater.string name="none_text">
		-- Aucune --
	</floater.string>
	<floater.string name="Title">
		Geste : [NAME]
	</floater.string>
	<text name="desc_label">
		Description :
	</text>
	<text name="trigger_label">
		Déclench. :
	</text>
	<text name="replace_text" tool_tip="Remplacer les raccourcis avec ces mots. Par exemple, remplacer le mot-clé « salut » par « bonjour » fera dire « je venais dire bonjour » au lieu de « je venais dire salut » dans le chat, et déclenchera le geste.">
		Rempl. par :
	</text>
	<line_editor left="310" name="replace_editor" tool_tip="Remplacer les raccourcis avec ces mots. Par exemple, remplacer le mot-clé « salut » par « bonjour » fera dire « je venais dire bonjour » au lieu de « je venais dire salut » dans le chat, et déclenchera le geste" width="120"/>
	<text name="key_label">
		Raccourci :
	</text>
	<combo_box label="Aucun" name="modifier_combo" width="55"/>
	<combo_box label="Aucun" name="key_combo" width="55"/>
	<text name="library_label">
		Bibliothèque :
	</text>
	<scroll_list name="library_list"/>
	<button label="Ajouter &gt;&gt;" name="add_btn"/>
	<text name="steps_label">
		Étapes :
	</text>
	<button label="Haut" name="up_btn"/>
	<button label="Bas" name="down_btn"/>
	<button label="Supprimer" name="delete_btn"/>
	<text name="options_text">
		(options)
	</text>
	<radio_group name="animation_trigger_type">
		<radio_item label="Lancer" name="start"/>
		<radio_item label="Arrêter" name="stop"/>
	</radio_group>
	<check_box label="jusqu&apos;à la fin des animations" name="wait_anim_check"/>
	<check_box label="temps (sec) :" name="wait_time_check"/>
	<line_editor left_delta="130" name="wait_time_editor"/>
	<text name="help_label">
		Toutes les étapes ont lieu en même temps si vous n&apos;ajoutez pas d&apos;étapes d&apos;attente.
	</text>
	<check_box label="Actif" name="active_check" tool_tip="Les gestes actifs peuvent être déclenchés en saisissant leur raccourci dans le chat ou en appuyant sur les raccourcis. Les gestes deviennent généralement inactifs lorsqu&apos;il y a un conflit entre les raccourcis."/>
	<button label="Prévisualiser" name="preview_btn" width="86"/>
	<button label="Enregistrer" left_delta="96" name="save_btn" width="86"/>
</floater>