summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/panel_edit_wearable.xml
blob: def158cf68446090f05a2fa0afdfb56af91111c3 (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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Portable" name="panel_edit_wearable">
	<string name="edit_shape_title">
		Modification de la silhouette
	</string>
	<string name="edit_skin_title">
		Modification de la peau
	</string>
	<string name="edit_hair_title">
		Modification des cheveux
	</string>
	<string name="edit_eyes_title">
		Modification des yeux
	</string>
	<string name="edit_shirt_title">
		Modification de la chemise
	</string>
	<string name="edit_pants_title">
		Modification du pantalon
	</string>
	<string name="edit_shoes_title">
		Modification des chaussures
	</string>
	<string name="edit_socks_title">
		Modification des chaussettes
	</string>
	<string name="edit_jacket_title">
		Modification de la veste
	</string>
	<string name="edit_skirt_title">
		Modification de la jupe
	</string>
	<string name="edit_gloves_title">
		Modification des gants
	</string>
	<string name="edit_undershirt_title">
		Modification du débardeur
	</string>
	<string name="edit_underpants_title">
		Modification du caleçon
	</string>
	<string name="edit_alpha_title">
		Modification du masque alpha
	</string>
	<string name="edit_tattoo_title">
		Modification du tatouage
	</string>
	<string name="edit_physics_title">
		Modification des propriétés physiques
	</string>
	<string name="shape_desc_text">
		Silhouette :
	</string>
	<string name="skin_desc_text">
		Peau :
	</string>
	<string name="hair_desc_text">
		Cheveux :
	</string>
	<string name="eyes_desc_text">
		Yeux :
	</string>
	<string name="shirt_desc_text">
		Chemise :
	</string>
	<string name="pants_desc_text">
		Pantalon :
	</string>
	<string name="shoes_desc_text">
		Chaussures :
	</string>
	<string name="socks_desc_text">
		Chaussettes :
	</string>
	<string name="jacket_desc_text">
		Veste :
	</string>
	<string name="skirt_desc_text">
		Jupe :
	</string>
	<string name="gloves_desc_text">
		Gants :
	</string>
	<string name="undershirt_desc_text">
		Débardeur :
	</string>
	<string name="underpants_desc_text">
		Caleçon :
	</string>
	<string name="alpha_desc_text">
		Masque alpha :
	</string>
	<string name="tattoo_desc_text">
		Tatouage :
	</string>
	<string name="physics_desc_text">
		Propriétés physiques :
	</string>
	<labeled_back_button label="Enregistrer" name="back_btn" tool_tip="Revenir à Modifier la tenue"/>
	<text name="edit_wearable_title" value="Modification de la silhouette"/>
	<panel label="Chemise" name="wearable_type_panel">
		<text name="description_text" value="Silhouette :"/>
		<radio_group name="sex_radio">
			<radio_item label="" name="sex_male" tool_tip="Homme" value="1"/>
			<radio_item label="" name="sex_female" tool_tip="Femme" value="0"/>
		</radio_group>
		<icon name="male_icon" tool_tip="Homme"/>
		<icon name="female_icon" tool_tip="Femme"/>
	</panel>
	<panel name="button_panel">
		<layout_stack name="button_panel_ls">
			<layout_panel name="save_as_btn_lp">
				<button label="Enregistrer sous" name="save_as_button"/>
			</layout_panel>
			<layout_panel name="revert_btn_lp">
				<button label="Annuler" name="revert_button"/>
			</layout_panel>
		</layout_stack>
	</panel>
</panel>