summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_avatar_textures.xml
blob: 18f5a40ea5bf7904874ae905a5f11676a2183c49 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="avatar_texture_debug" title="TEKSTURY AWATARA">
	<floater.string name="InvalidAvatar">
		NIEWŁAŚCIWY AWATAR
	</floater.string>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="label">
				Tekstury
prerenderowane
			</text>
			<text name="composite_label">
				Tekstury 
kompozytowe
			</text>
			<button label="Zrzuć ID do Konsoli" label_selected="Zrzuć" name="Dump" />
			<panel name="scroll_content_panel">
				<texture_picker label="Włosy" name="hair-baked" />
				<texture_picker label="Włosy" name="hair_grain" />
				<texture_picker label="Alpha włosów" name="hair_alpha" />
				<texture_picker label="Głowa" name="head-baked" />
				<texture_picker label="Makijaż" name="head_bodypaint" />
				<texture_picker label="Alpha głowy" name="head_alpha" />
				<texture_picker label="Tatuaż głowy" name="head_tattoo" />
				<texture_picker label="Oczy" name="eyes-baked" />
				<texture_picker label="Tęczówka" name="eyes_iris" />
				<texture_picker label="Alpha oczu" name="eyes_alpha" />
				<texture_picker label="Górna cz. ciała" name="upper-baked" />
				<texture_picker label="Górny rys. ciała" name="upper_bodypaint" />
				<texture_picker label="Podkoszulek" name="upper_undershirt" />
				<texture_picker label="Rękawiczki" name="upper_gloves" />
				<texture_picker label="Koszula" name="upper_shirt" />
				<texture_picker label="Kurtka górna" name="upper_jacket" />
				<texture_picker label="Górna alpha" name="upper_alpha" />
				<texture_picker label="Górny tatuaż" name="upper_tattoo" />
				<texture_picker label="Dolna cz. ciała" name="lower-baked" />
				<texture_picker label="Dolny rys. ciała" name="lower_bodypaint" />
				<texture_picker label="Bielizna" name="lower_underpants" />
				<texture_picker label="Skarpetki" name="lower_socks" />
				<texture_picker label="Buty" name="lower_shoes" />
				<texture_picker label="Spodnie" name="lower_pants" />
				<texture_picker label="Kurtka" name="lower_jacket" />
				<texture_picker label="Dolna alpha" name="lower_alpha" />
				<texture_picker label="Dolny tatuaż" name="lower_tattoo" />
				<texture_picker label="Spódnica" name="skirt-baked" />
				<texture_picker label="Spódnica" name="skirt" />
			</panel>
		</panel>
	</scroll_container>
</floater>