summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/panel_my_profile.xml
blob: cdc833241d650d51815debdb80f2d59b37a65bce (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel label="Profil" name="panel_profile">
	<string name="no_partner_text" value="Żadne"/>
	<string name="no_group_text" value="Żadne"/>
	<string name="RegisterDateFormat">
		[REG_DATE] ([AGE])
	</string>
	<string name="name_text_args">
		[NAME]
	</string>
	<string name="display_name_text_args">
		[DISPLAY_NAME]
	</string>
	<layout_stack name="layout">
		<layout_panel name="profile_stack">
			<scroll_container name="profile_scroll">
				<panel name="scroll_content_panel">
					<panel name="second_life_image_panel">
						<text name="display_name_descr_text">
							Nazwa użytkownika
						</text>
						<text name="name_descr_text">
							Wyświetlana nazwa
						</text>
						<button label="Profil" name="see_profile_btn" tool_tip="Zobacz profil tego awatara"/>
					</panel>
				</panel>
			</scroll_container>
		</layout_panel>
	</layout_stack>
</panel>