aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/skins/default/xui/de/panel_classified.xml
blob: acdcb13028fe2fd0ca654a7fd12fe6dff9a9f653 (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
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<panel name="Classified" title="Anzeige">
	<line_editor name="given_name_editor"
	     tool_tip="Name muss mit einem Buchstaben oder einer Ziffer beginnen, nicht einem Satzzeichen." />
	<line_editor name="location_editor"
	     tool_tip="Die Position in dieser Anzeige zur aktuellen Position machen." />
	<button label="Festlegen" name="set_location_btn" />
	<button label="Teleportieren" name="classified_teleport_btn" />
	<button label="Auf Karte" name="classified_map_btn" />
	<button label="Profil" name="classified_profile_btn" />
	<check_box label="Ab 18" name="classified_mature_check">
		<combo_item name="select_mature">
			- Jugendfreigabe wählen -
		</combo_item>
		<combo_item name="mature">
			Ab-18-Inhalt
		</combo_item>
		<combo_item name="not_mature">
			Jugendfreier Inhalt
		</combo_item>
	</check_box>
	<combo_box label="" name="classified_category_combo" />
	<button label="Aktualisieren" name="classified_update_btn" />
	<string name="ad_placed_paid">
		Anzeige: [DATE], [AMT] L$ für Eintrag bezahlt.
	</string>
	<text name="update_txt">
		Aktualisieren
	</text>
	<text name="publish_txt">
		Veröffentlichen...
	</text>
</panel>