summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/tr/panel_experience_info.xml
blob: bbe2ab0dd5c674f3311b9781ee7535b9fd9e524b (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_experience_info">
	<text name="title" value="Deneyim Profili"/>
	<scroll_container name="xp_scroll">
		<panel name="scrolling_panel">
			<layout_stack>
				<layout_panel>
					<text name="experience_title" value="Kyle&apos;s Superhero RPG"/>
				</layout_panel>
				<layout_panel name="location panel">
					<text name="Location">
						Konum:
					</text>
					<text name="LocationTextText">
						bir yer
					</text>
					<button label="Işınlama" name="teleport_btn"/>
					<button label="Harita" name="map_btn"/>
				</layout_panel>
				<layout_panel name="marketplace panel">
					<text name="Location">
						Pazar yeri mağazası:
					</text>
					<text name="LocationTextText">
						bir yer
					</text>
				</layout_panel>
				<layout_panel>
					<text name="ContentRating">
						Seviye:
					</text>
					<text name="ContentRatingText">
						Yetişkin
					</text>
					<text name="Owner">
						Sahibi:
					</text>
					<text name="OwnerText">
						Kyle
					</text>
					<button label="Düzenle" name="edit_btn"/>
				</layout_panel>
			</layout_stack>
		</panel>
	</scroll_container>
</panel>