summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/inspect_avatar.xml
blob: 553646f8e97afe51139fab7756b005236b88ee61 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<!--
  Not can_close / no title to avoid window chrome
  Single instance - only have one at a time, recycle it each spawn
-->
<floater name="inspect_avatar">
	<string name="Subtitle">
		[AGE]
	</string>
	<string name="Details">
		[SL_PROFILE]
	</string>
	<text name="user_subtitle" value="11 mois, 3 jours"/>
	<text name="user_details">
		This is my second life description and I really think it is great. But for some reason my description is super extra long because I like to talk a whole lot
	</text>
	<slider name="volume_slider" tool_tip="Volume de la voix" value="0.5"/>
	<button label="Devenir amis" name="add_friend_btn"/>
	<button label="IM" name="im_btn"/>
	<button label="Profil" name="view_profile_btn"/>
	<panel name="moderator_panel">
		<button label="Désactiver le chat vocal" name="disable_voice"/>
		<button label="Activer le chat vocal" name="enable_voice"/>
	</panel>
</floater>