69 lines
1.7 KiB
XML
69 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
|
|
<floater name="sell land" title="出售土地...">
|
|
<text name="info_parcel_label">
|
|
地块:
|
|
</text>
|
|
<text name="info_parcel">
|
|
PARCEL NAME
|
|
</text>
|
|
<text name="info_size_label">
|
|
尺寸:
|
|
</text>
|
|
<text name="info_size">
|
|
[AREA] 平方米
|
|
</text>
|
|
<text name="info_action">
|
|
出售这块土地:
|
|
</text>
|
|
<text name="price_label">
|
|
设置一个价格:
|
|
</text>
|
|
<text name="price_text">
|
|
为这块土地选择一个合适的价位
|
|
</text>
|
|
<text name="price_ld">
|
|
L$
|
|
</text>
|
|
<text name="price_per_m">
|
|
(L$[PER_METER]每平方米)
|
|
</text>
|
|
<text name="sell_to_label">
|
|
把土地出售给:
|
|
</text>
|
|
<text name="sell_to_text">
|
|
选择是否把地块出售给任何人或是一个特定的购买者。
|
|
</text>
|
|
<combo_box name="sell_to">
|
|
<combo_item name="--selectone--">
|
|
-- 选择用户 --
|
|
</combo_item>
|
|
<combo_item name="Anyone">
|
|
任何人
|
|
</combo_item>
|
|
<combo_item name="Specificuser:">
|
|
指定用户:
|
|
</combo_item>
|
|
</combo_box>
|
|
<button label="选择..." name="sell_to_select_agent" />
|
|
<text name="sell_objects_label">
|
|
土地上的物体和土地一起出售吗?
|
|
</text>
|
|
<text name="sell_objects_text">
|
|
地块所有人在地块上的可转让的物体,其所有权将会转让。
|
|
</text>
|
|
<radio_group name="sell_objects">
|
|
<radio_item name="no">
|
|
不要,保留物体的所有权
|
|
</radio_item>
|
|
<radio_item name="yes">
|
|
是的,和土地一起出售物体
|
|
</radio_item>
|
|
</radio_group>
|
|
<button label="显示物体" name="show_objects" />
|
|
<text name="nag_message_label">
|
|
请谨记: 所有土地交易都不能撤销。
|
|
</text>
|
|
<button label="设置土地为代售状态" name="sell_btn" />
|
|
<button label="取消" name="cancel_btn" />
|
|
</floater>
|