Files
SingularityViewer/indra/newview/skins/default/xui/fr/floater_land_holdings.xml
2012-03-05 19:17:07 +01:00

41 lines
1.3 KiB
XML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<floater name="land holdings floater" title="Mes terrains">
<scroll_list name="parcel list">
<column label="Nom de la parcelle" name="name"/>
<column label="Région" name="location"/>
<column label="Type" name="type"/>
<column label="Surface" name="area"/>
<column label="" name="hidden"/>
</scroll_list>
<button label="Téléporter" label_selected="Téléporter" name="Teleport" tool_tip="Téléportez-vous au milieu de ce terrain."/>
<button label="Voir sur la carte" label_selected="Voir sur la carte" name="Show on Map" tool_tip="Affichez ce terrain sur la carte du monde."/>
<text name="contrib_label">
Vos contributions :
</text>
<scroll_list name="grant list">
<column label="Groupe" name="group"/>
<column label="Surface" name="area"/>
</scroll_list>
<text name="allowed_label">
Surface de terrain autorisée avec votre compte :
</text>
<text name="allowed_text">
[AREA] m²
</text>
<text name="current_label">
Surface occupée actuellement :
</text>
<text name="current_text">
[AREA] m²
</text>
<text name="available_label">
Disponible à l&apos;achat :
</text>
<text name="available_text">
[AREA] m²
</text>
<string name="area_string">
[AREA] m²
</string>
</floater>