aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/nl/floater_image_preview.xml
blob: 95597148db1f111d2222bbb05dc2612959db48d7 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="Image Preview" title="">
	<text name="name_label">
		Naam:
	</text>
	<text name="description_label">
		Omschrijving:
	</text>
	<text name="preview_label">
		Toon voorbeeld van 
afbeelding als:
	</text>
	<combo_box label="Kledingtype" name="clothing_type_combo">
		<combo_item name="Image">
			Afbeelding
		</combo_item>
		<combo_item name="Hair">
			Haar
		</combo_item>
		<combo_item name="FemaleHead">
			Vrouwelijk hoofd
		</combo_item>
		<combo_item name="FemaleUpperBody">
			Vrouwelijk bovenlichaam
		</combo_item>
		<combo_item name="FemaleLowerBody">
			Vrouwelijk onderlichaam
		</combo_item>
		<combo_item name="MaleHead">
			Mannelijk hoofd
		</combo_item>
		<combo_item name="MaleUpperBody">
			Mannelijk onderlichaam
		</combo_item>
		<combo_item name="MaleLowerBody">
			Mannelijk bovenlichaam
		</combo_item>
		<combo_item name="Skirt">
			Rok
		</combo_item>
		<combo_item name="SculptedPrim">
			Sculpted prim
		</combo_item>
	</combo_box>
	<text name="bad_image_text">
		Kan afbeelding niet lezen.

Probeer het op te slaan als een 24 bit Targa (.tga).
	</text>
	<check_box label="Gebruik verliesloze compressie" name="lossless_check"/>
	<button label="Annuleren" name="cancel_btn"/>
	<button label="Upload (L$[AMOUNT])" name="ok_btn" width="140"/>
</floater>