summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_avatar_textures.xml
blob: e1786eafc7aff4fbdc2a6daee435301289ecff1c (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="avatar_texture_debug" title="TEXTURES DES AVATARS">
	<floater.string name="InvalidAvatar">
		AVATAR NON VALIDE
	</floater.string>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="label">
				Textures figées
			</text>
			<text name="composite_label">
				Textures composites
			</text>
			<button label="Vider les ID dans la console" label_selected="Vider" name="Dump"/>
			<panel name="scroll_content_panel">
				<texture_picker label="Cheveux" name="hair-baked"/>
				<texture_picker label="Cheveux" name="hair_grain"/>
				<texture_picker label="Alpha cheveux" name="hair_alpha"/>
				<texture_picker label="Tête" name="head-baked"/>
				<texture_picker label="Maquillage" name="head_bodypaint"/>
				<texture_picker label="Alpha tête" name="head_alpha"/>
				<texture_picker label="Tatouage tête" name="head_tattoo"/>
				<texture_picker label="Yeux" name="eyes-baked"/>
				<texture_picker label="Œil" name="eyes_iris"/>
				<texture_picker label="Alpha yeux" name="eyes_alpha"/>
				<texture_picker label="Haut du corps" name="upper-baked"/>
				<texture_picker label="Peinture sur corps (haut)" name="upper_bodypaint"/>
				<texture_picker label="Débardeur" name="upper_undershirt"/>
				<texture_picker label="Gants" name="upper_gloves"/>
				<texture_picker label="Chemise" name="upper_shirt"/>
				<texture_picker label="Veste (haut)" name="upper_jacket"/>
				<texture_picker label="Alpha haut" name="upper_alpha"/>
				<texture_picker label="Tatouage haut" name="upper_tattoo"/>
				<texture_picker label="Bas du corps" name="lower-baked"/>
				<texture_picker label="Peinture sur corps (bas)" name="lower_bodypaint"/>
				<texture_picker label="Caleçon" name="lower_underpants"/>
				<texture_picker label="Chaussettes" name="lower_socks"/>
				<texture_picker label="Chaussures" name="lower_shoes"/>
				<texture_picker label="Pantalon" name="lower_pants"/>
				<texture_picker label="Veste" name="lower_jacket"/>
				<texture_picker label="Alpha bas" name="lower_alpha"/>
				<texture_picker label="Tatouage bas" name="lower_tattoo"/>
				<texture_picker label="Jupe" name="skirt-baked"/>
				<texture_picker label="Jupe" name="skirt"/>
			</panel>
		</panel>
	</scroll_container>
</floater>