summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_preferences_chat.xml
blob: d29ec67272b5196d249a2b107547af4acdb92ee7 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Chat écrit" name="chat">
	<text length="1" name="text_box" type="string">
		Taille de la police 
du chat :
	</text>
	<radio_group name="chat_font_size">
		<radio_item length="1" name="radio" type="string">
			Petite
		</radio_item>
		<radio_item length="1" name="radio2" type="string">
			Moyenne
		</radio_item>
		<radio_item length="1" name="radio3" type="string">
			Grande
		</radio_item>
	</radio_group>
	<text length="1" name="text_box2" type="string">
		Couleur du chat :
	</text>
	<color_swatch label="Vous" name="user"/>
	<color_swatch label="Avatars" name="agent" width="60"/>
	<color_swatch label="IM" left_delta="64" name="im"/>
	<color_swatch label="Système" name="system"/>
	<color_swatch label="Erreurs" name="script_error"/>
	<color_swatch label="Objets" name="objects"/>
	<color_swatch label="Propriétaire" name="owner" width="60"/>
	<color_swatch label="Bulle" left_delta="64" name="background"/>
	<color_swatch label="URL" name="links"/>
	<text length="1" name="text_box3" type="string">
		Console du chat :
	</text>
	<spinner label="Effacer le texte après" label_width="112" name="fade_chat_time" width="162"/>
	<text left="313" length="1" name="text_box4" type="string">
		s
	</text>
	<spinner left="335" name="max_chat_count"/>
	<text left="397" length="1" name="text_box5" type="string" width="74">
		lignes
	</text>
	<slider label="Opacité" name="console_opacity"/>
	<text length="1" name="text_box6" type="string">
		Options du chat :
	</text>
	<check_box label="Utiliser la largeur de l&apos;écran (redémarrage requis)" name="chat_full_width_check"/>
	<check_box label="Fermer le chat après avoir appuyé sur Entrée" name="close_chat_on_return_check"/>
	<check_box label="Faire bouger l&apos;avatar avec les touches de direction" name="arrow_keys_move_avatar_check"/>
	<check_box label="Afficher les heures dans le chat" name="show_timestamps_check"/>
	<check_box label="Jouer l&apos;animation clavier quand vous écrivez" name="play_typing_animation"/>
	<text length="1" name="text_box7" type="string">
		Bulles de chat  :
	</text>
	<check_box label="Afficher les bulles de chat" name="bubble_text_chat"/>
	<slider label="Opacité" name="bubble_chat_opacity"/>
	<text length="1" name="text_box8" type="string">
		Erreurs de script :
	</text>
	<check_box label="Afficher les erreurs dans le chat" name="script_errors_as_chat"/>
</panel>