summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/de/panel_classified_info.xml
blob: 9eba0718e9f6e2714cb82315e1e31721b0605170 (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
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<panel name="panel_classified_info">
	<panel.string name="type_mature">
		Moderat
	</panel.string>
	<panel.string name="type_pg">
		Allgemeiner Inhalt
	</panel.string>
	<text name="title" value="Informationen über Anzeige"/>
	<scroll_container name="profile_scroll">
		<panel name="scroll_content_panel">
			<text name="classified_name" value="[name]"/>
			<text name="classified_location" value="[wird geladen...]"/>
			<text name="content_type" value="[Inhalts-Art]"/>
			<text name="category" value="[Kategorie]"/>
			<check_box label="Jede Woche automatisch erneuern" name="auto_renew"/>
			<text name="price_for_listing" tool_tip="Preis für Anzeige.">
				[PRICE] L$
			</text>
			<text name="classified_desc" value="[description]"/>
		</panel>
	</scroll_container>
	<panel name="buttons">
		<button label="Teleportieren" name="teleport_btn"/>
		<button label="Karte" name="show_on_map_btn"/>
		<button label="Bearbeiten" name="edit_btn"/>
	</panel>
</panel>