blob: eb1c9e55dcef136d75376228b91b08a559b6342b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="floater_auction" title="START LINDEN LAND SALE">
<floater.string name="already for sale">
You cannot auction parcels which are already for sale.
</floater.string>
<check_box initial_value="true" label="Include yellow selection fence" name="fence_check"/>
<button label="Snapshot" label_selected="Snapshot" name="snapshot_btn"/>
<button label="Sell to Anyone" label_selected="Sell to Anyone" name="sell_to_anyone_btn"/>
<button label="Clear Settings" label_selected="Clear Settings" name="reset_parcel_btn"/>
<button label="Start Auction" label_selected="Start Auction" name="start_auction_btn"/>
</floater>
|