summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/pl/floater_experienceprofile.xml
blob: a9b24515e9838c69ccdc5c2054d41cf4fcc53675 (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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<floater name="experience_profile" title="Profil przygody">
	<floater.string name="empty_slurl">
		(brak)
	</floater.string>
	<text name="edit_title" value="Profil przygody" />
	<tab_container name="tab_container">
		<panel name="panel_experience_info">
			<scroll_container name="xp_scroll">
				<panel name="scrolling_panel">
					<layout_stack name="ls1">
						<layout_panel name="top panel">
							<button label="Edytuj" name="edit_btn" />
						</layout_panel>
						<layout_panel name="maturity panel">
							<text name="ContentRating">
								Treści:
							</text>
						</layout_panel>
						<layout_panel name="location panel">
							<text name="Location">
								Miejsce:
							</text>
						</layout_panel>
						<layout_panel name="marketplace panel">
							<text name="Marketplace">
								Sklep Marketplace:
							</text>
						</layout_panel>
						<layout_panel name="owner panel">
							<text name="Owner">
								Właściciel:
							</text>
						</layout_panel>
						<layout_panel name="group_panel">
							<text name="Group">
								Grupa:
							</text>
						</layout_panel>
						<layout_panel name="perm panel">
							<button label="Zezwól" name="allow_btn" />
							<button label="Zapomnij" name="forget_btn" />
							<button label="Zablokuj" name="block_btn" />
							<text name="privileged">
								Ta przygoda jest włączona dla wszystkich rezydentów.
							</text>
							<button width="100" left="104" label="Zgłoś nadużycie" name="report_btn" />
						</layout_panel>
					</layout_stack>
				</panel>
			</scroll_container>
		</panel>
		<panel name="edit_panel_experience_info">
			<scroll_container name="edit_xp_scroll">
				<panel name="edit_scrolling_panel">
					<text name="edit_experience_title_label" value="Nazwa:" />
					<text name="edit_experience_desc_label" value="Opis:" />
					<button name="Group_btn" label="Grupa" />
					<text name="edit_ContentRating">
						Treści:
					</text>
					<icons_combo_box tool_tip="Zwiększenie poziomu limitu klasyfikacji treści dla przygody zresetuje zezwolenia wszystkim rezydentom, którzy zezwolili na nią." name="edit_ContentRatingText">
						<icons_combo_box.item label="Adult (dla dorosłych)" name="Adult" />
						<icons_combo_box.item label="Moderate (umiarkowane)" name="Mature" />
						<icons_combo_box.item label="General (dla wszystkich)" name="PG" />
					</icons_combo_box>
					<text name="edit_Location">
						Miejsce:
					</text>
					<button name="location_btn" label="Ustaw na obecne" />
					<button name="clear_btn" label="Wyczyść" />
					<text name="edit_marketplace">
						Sklep Marketplace:
					</text>
					<check_box label="Aktywuj przygodę" name="edit_enable_btn" />
					<check_box label="Ukryj w wyszukiwarce" name="edit_private_btn" />
					<text name="changes" value="Może minąć kilka minut zanim zmiany w przygodzie staną się widoczne w regionach." />
					<button label="Wstecz" name="cancel_btn" />
					<button label="Zapisz" name="save_btn" />
				</panel>
			</scroll_container>
		</panel>
	</tab_container>
</floater>