summaryrefslogtreecommitdiff
path: root/indra/newview/skins/minimal/xui/fr/panel_bottomtray.xml
blob: 094d3e66de7806f466dfba6e2b1d1586ebb09041 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="bottom_tray">
	<string name="DragIndicationImageName" value="Accordion_ArrowOpened_Off"/>
	<string name="SpeakBtnToolTip" value="Active/Désactive le micro"/>
	<string name="VoiceControlBtnToolTip" value="Affiche/Masque le panneau de contrôle de la voix"/>
	<layout_stack name="toolbar_stack">
		<layout_panel name="speak_panel">
			<button label="Parler" name="speak_btn" tool_tip="Activer/désactiver le micro."/>
		</layout_panel>
		<layout_panel name="speak_flyout_panel">
			<button label="" name="flyout_btn" tool_tip="Modifier les préférences audio."/>
		</layout_panel>
		<layout_panel name="gesture_panel">
			<gesture_combo_list label="Geste" name="Gesture" tool_tip="Faire faire des gestes à votre avatar."/>
		</layout_panel>
		<layout_panel name="cam_panel">
			<bottomtray_button label="Affichage" name="camera_btn" tool_tip="Contrôler l&apos;angle de la caméra."/>
		</layout_panel>
		<layout_panel name="destinations_panel">
			<bottomtray_button label="Destinations" name="destination_btn" tool_tip="Voyager à travers Second Life."/>
		</layout_panel>
		<layout_panel name="avatar_panel">
			<bottomtray_button label="Mon avatar" name="avatar_btn" tool_tip="Modifier votre apparence."/>
		</layout_panel>
		<layout_panel name="people_panel">
			<bottomtray_button label="Personnes" name="show_people_button" tool_tip="Trouver des personnes dans Second Life."/>
		</layout_panel>
		<layout_panel name="profile_panel">
			<bottomtray_button label="Profil" name="show_profile_btn" tool_tip="Afficher et modifier votre profil."/>
		</layout_panel>
		<layout_panel name="howto_panel">
			<bottomtray_button label="Aide rapide" name="show_help_btn" tool_tip="Afficher des infos d&apos;aide sur Second Life."/>
		</layout_panel>
		<layout_panel name="im_well_panel">
			<chiclet_im_well name="im_well">
				<button name="Unread IM messages" tool_tip="Conversations"/>
			</chiclet_im_well>
		</layout_panel>
		<layout_panel name="notification_well_panel">
			<chiclet_notification name="notification_well">
				<button name="Unread" tool_tip="Notifications"/>
			</chiclet_notification>
		</layout_panel>
	</layout_stack>
</panel>