blob: 4bbcbe3df92d64ff8afa5bbf78c25ff4549be5ce (
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
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="sell land" title="Land verkaufen">
<text bottom_delta="119" follows="top|left" font="SansSerifSmall" left="16"
name="info_parcel_label" text_color="white" width="64">
Parzelle:
</text>
<text bottom_delta="-5" follows="top|left" font="SansSerif" height="16" left="64"
name="info_parcel" text_color="white">
PARZELLENNAME
</text>
<text name="info_size_label">
Größe:
</text>
<text bottom_delta="-21" follows="top|left" font="SansSerif" height="32" left="56"
name="info_size" text_color="white">
[AREA] qm
</text>
<text follows="top|left" font="SansSerifHuge" height="28" left="16"
name="info_action" text_color="white" bottom_delta="-32" width="200">
Zum Verkauf
dieser Parzelle:
</text>
<icon bottom_delta="-76" name="step_price" />
<text name="price_label">
Preis festlegen:
</text>
<text name="price_text">
Geben Sie einen angemessenen Preis für dieses Land ein.
</text>
<text name="price_ld">
L$
</text>
<text name="price_per_m">
([PER_METER] L$ pro Quadratmeter)
</text>
<icon follows="top|left" height="64" image_name="badge_note.tga" left="0"
name="step_sell_to" width="64" />
<text bottom_delta="38" follows="top|left" height="16" left="72" name="sell_to_label"
right="-20" text_color="white">
Land verkaufen an:
</text>
<text follows="top|left" height="16" left="72" name="sell_to_text" bottom_delta="-16" right="-10">
Wählen Sie, ob der Verkauf offen oder auf eine bestimmte Person
beschränkt ist.
</text>
<combo_box follows="top|right" height="16" left="72" name="sell_to" bottom_delta="-32" width="140">
<combo_box.item name="--selectone--" label="select one --" />
<combo_box.item name="Anyone" label="Jeder" />
<combo_box.item name="Specificuser:" label="Bestimmter Benutzer:" />
</combo_box>
<button label="Auswählen..." name="sell_to_select_agent" />
<text name="sell_objects_label">
Die Objekte mit dem Land verkaufen?
</text>
<text name="sell_objects_text">
Die transferierbaren Landeigentümer-Objekte auf der Parzelle
wechseln den Eigentümer.
</text>
<radio_group bottom_delta="-58" name="sell_objects">
<radio_item name="no">
Nein, Objekte behalten
</radio_item>
<radio_item name="yes">
Ja, Objekte mit Land verkaufen
</radio_item>
</radio_group>
<button label="Objekte anzeigen" name="show_objects" />
<text name="nag_message_label">
ACHTUNG: Verkäufe sind endgültig.
</text>
<button label="Land zum Verkauf freigeben" width="180" name="sell_btn" />
<button label="Abbrechen" name="cancel_btn" />
</floater>
|