summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/fr/floater_image_preview.xml
blob: 262c1bb656d3b0afd13edf7f2806c30c66f325a5 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="Image Preview" title="">
	<text name="name_label">
		Nom :
	</text>
	<text name="description_label">
		Description :
	</text>
	<text name="preview_label">
		Aperçu de l&apos;image :
	</text>
	<combo_box label="Type d&apos;habillement" name="clothing_type_combo">
		<combo_item name="Image">
			Image
		</combo_item>
		<combo_item name="Hair">
			Cheveux
		</combo_item>
		<combo_item name="FemaleHead">
			Tête féminine
		</combo_item>
		<combo_item name="FemaleUpperBody">
			Haut du corps féminin
		</combo_item>
		<combo_item name="FemaleLowerBody">
			Bas du corps féminin
		</combo_item>
		<combo_item name="MaleHead">
			Tête masculine
		</combo_item>
		<combo_item name="MaleUpperBody">
			Haut du corps masculin
		</combo_item>
		<combo_item name="MaleLowerBody">
			Bas du corps masculin
		</combo_item>
		<combo_item name="Skirt">
			Jupe
		</combo_item>
		<combo_item name="SculptedPrim">
			Prim sculpté
		</combo_item>
	</combo_box>
	<text name="bad_image_text">
		Unable to read image.
	
	Try saving image as 24 bit Targa (.tga).
	</text>
	<check_box label="Utiliser une compression sans perte" name="lossless_check" />
	<button label="Annuler" name="cancel_btn" />
	<button label="Uploader (L$[AMOUNT])" name="ok_btn" />
</floater>