73 lines
2.0 KiB
XML
73 lines
2.0 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
||
<floater name="sell land" title="Vendre terrain">
|
||
<text name="info_parcel_label">
|
||
Parcelle :
|
||
</text>
|
||
<text name="info_parcel">
|
||
PARCEL NAME
|
||
</text>
|
||
<text name="info_size_label">
|
||
Taille :
|
||
</text>
|
||
<text name="info_size">
|
||
[AREA] m²
|
||
</text>
|
||
<text name="info_action" bottom_delta="-60">
|
||
Pour vendre cette
|
||
parcelle :
|
||
</text>
|
||
<icon bottom_delta="-86" name="step_price" />
|
||
<text name="price_label">
|
||
Votre prix de vente :
|
||
</text>
|
||
<text name="price_text">
|
||
Fixez un prix convenable pour ce terrain.
|
||
</text>
|
||
<text name="price_ld">
|
||
L$
|
||
</text>
|
||
<text name="price_per_m">
|
||
([PER_METER] L$ par mètre carré)
|
||
</text>
|
||
<text name="sell_to_label">
|
||
Vos acheteurs :
|
||
</text>
|
||
<text name="sell_to_text">
|
||
Vendez votre terrain à n'importe qui ou uniquement à un acheteur
|
||
spécifique.
|
||
</text>
|
||
<combo_box name="sell_to" bottom_delta="-32">
|
||
<combo_item name="--selectone--">
|
||
-- Sélectionnez --
|
||
</combo_item>
|
||
<combo_item name="Anyone">
|
||
N'importe qui
|
||
</combo_item>
|
||
<combo_item name="Specificuser:">
|
||
Acheteur spécifique :
|
||
</combo_item>
|
||
</combo_box>
|
||
<button label="Sélectionner..." name="sell_to_select_agent" width="100"/>
|
||
<text name="sell_objects_label">
|
||
Vendez-vous des objets avec ce terrain ?
|
||
</text>
|
||
<text name="sell_objects_text">
|
||
Les objets transférables se trouvant sur la parcelle changeront
|
||
de propriétaire.
|
||
</text>
|
||
<radio_group name="sell_objects" right="430" bottom_delta="-54">
|
||
<radio_item name="no">
|
||
Non, rester le propriétaire des objets
|
||
</radio_item>
|
||
<radio_item name="yes">
|
||
Oui, vendre les objets avec le terrain
|
||
</radio_item>
|
||
</radio_group>
|
||
<button label="Afficher les objets" name="show_objects" right="420" width="120"/>
|
||
<text name="nag_message_label" bottom_delta="-30">
|
||
Rappel : toute vente est définitive.
|
||
</text>
|
||
<button label="Mettre le terrain en vente" name="sell_btn" width="165"/>
|
||
<button label="Annuler" name="cancel_btn"/>
|
||
</floater>
|