73 lines
1.9 KiB
XML
73 lines
1.9 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">
|
|
Prix de vente:
|
|
</text>
|
|
<text name="price_text">
|
|
Fixer un prix convenable pour ce terrain.
|
|
</text>
|
|
<text name="price_ld">
|
|
[CURRENCY]
|
|
</text>
|
|
<text name="price_per_m">
|
|
([PER_METER] [CURRENCY] par mètre carré)
|
|
</text>
|
|
<text name="sell_to_label">
|
|
Vos acheteurs:
|
|
</text>
|
|
<text name="sell_to_text">
|
|
Vendre 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">
|
|
Vente 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>
|